index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
re.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DOC] `offset` argument of Regexp#match
Nobuyoshi Nakada
2022-08-18
1
-1
/
+6
*
Speed up setting the backref match object
Aaron Patterson
2022-08-02
1
-3
/
+1
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-636
/
+636
*
[DOC] Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2022-06-26
1
-1
/
+1
*
Document that Regexp#source does not retain lexer escapes
Jeremy Evans
2022-06-20
1
-1
/
+5
*
[Feature #18788] [DOC] String options to `Regexp.new`
Nobuyoshi Nakada
2022-06-20
1
-0
/
+5
*
[Feature #18788] Support options as `String` to `Regexp.new`
Nobuyoshi Nakada
2022-06-20
1
-0
/
+21
*
Warn suspicious flag to `Regexp.new`
Nobuyoshi Nakada
2022-06-20
1
-1
/
+3
*
[DOC] Refine Regexp.new argument descriptions
Nobuyoshi Nakada
2022-06-20
1
-6
/
+19
*
[DOC] Regexp timeout is float or nil
Nobuyoshi Nakada
2022-06-20
1
-3
/
+3
*
[DOC] Fixed omissions in Regexp.new arguments
Nobuyoshi Nakada
2022-06-20
1
-2
/
+6
*
Ignore invalid escapes in regexp comments
Jeremy Evans
2022-06-06
1
-8
/
+63
*
[DOC] Enhanced RDoc for MatchData (#5822)
Burdette Lamar
2022-04-18
1
-50
/
+69
*
Enhanced RDoc for MatchData (#5821)
Burdette Lamar
2022-04-18
1
-32
/
+41
*
Enhanced RDoc for MatchData (#5820)
Burdette Lamar
2022-04-18
1
-33
/
+41
*
[DOC] Enhanced RDoc for MatchData (#5819)
Burdette Lamar
2022-04-18
1
-45
/
+47
*
[DOC] Enhanced RDoc for MatchData (#5818)
Burdette Lamar
2022-04-18
1
-31
/
+32
*
[DOC] Enhanced RDoc for Regexp (#5815)
Burdette Lamar
2022-04-18
1
-100
/
+136
*
[DOC] Enhanced RDoc for Regexp (#5812)
Burdette Lamar
2022-04-16
1
-91
/
+105
*
[DOC] Enhanced RDoc for Regexp (#5807)
Burdette Lamar
2022-04-15
1
-78
/
+84
*
Return only captured range in `MatchData` [Bug #18670]
Nobuyoshi Nakada
2022-03-31
1
-1
/
+1
*
re.c: stop a wrong warning of "flags ignored" on Regexp.new(//)
Yusuke Endoh
2022-03-31
1
-1
/
+1
*
internal/ractor.h: Added
Yusuke Endoh
2022-03-30
1
-1
/
+1
*
re.c: raise Regexp::TimeoutError instead of RuntimeError
Yusuke Endoh
2022-03-30
1
-2
/
+3
*
re.c: Add `timeout` keyword for Regexp.new and Regexp#timeout
Yusuke Endoh
2022-03-30
1
-14
/
+63
*
re.c: Add Regexp.timeout= and Regexp.timeout
Yusuke Endoh
2022-03-30
1
-0
/
+88
*
Add String#byteindex, String#byterindex, and MatchData#byteoffset (#5518)
Shugo Maeda
2022-02-19
1
-0
/
+33
*
LONG2NUM() should be used for rmatch_offset::{beg,end}
Shugo Maeda
2022-02-18
1
-4
/
+4
*
[DOC] Fix broken links to literals.rdoc
Nobuyoshi Nakada
2022-02-08
1
-1
/
+1
*
Replace to RBOOL macro
S-H-GAMELINKS
2022-01-17
1
-4
/
+1
*
Adding links to literals and Kernel (#5192)
Burdette Lamar
2021-12-03
1
-0
/
+4
*
Using NIL_P macro instead of `== Qnil`
S.H
2021-10-03
1
-5
/
+5
*
Avoid race condition in Regexp#match
Jeremy Evans
2021-10-01
1
-27
/
+19
*
[Feature #18172] Add MatchData#match_length
Nobuyoshi Nakada
2021-09-16
1
-0
/
+37
*
[Feature #18172] Add MatchData#match
Nobuyoshi Nakada
2021-09-16
1
-0
/
+34
*
Refactor and Using RBOOL macro
S.H
2021-09-15
1
-6
/
+2
*
Extract backref_number_check
Nobuyoshi Nakada
2021-09-12
1
-6
/
+10
*
Preserve the encoding of the argument in IndexError [Bug #18160]
Nobuyoshi Nakada
2021-09-12
1
-10
/
+10
*
Show default argument explicitly for Rexexp#match? [ci skip]
Martin Dürst
2021-09-01
1
-2
/
+2
*
Fix minor grammar issue in documentation of Regexp#match? [ci skip]
Martin Dürst
2021-09-01
1
-1
/
+1
*
Using RBOOL macro
S.H
2021-08-02
1
-6
/
+2
*
Warn more duplicate literal hash keys
Nobuyoshi Nakada
2021-06-03
1
-2
/
+2
*
Add static modifier to C function in re.c (#3153)
S.H
2021-06-01
1
-2
/
+2
*
[DOC] {Array,MatchData}#values_at understand ranges [ci skip]
Nobuyoshi Nakada
2021-02-07
1
-0
/
+1
*
[DOC] Fix grammar: "is same as" -> "is the same as"
Marcus Stollsteimer
2021-01-05
1
-1
/
+1
*
Use category: :deprecated in warnings that are related to deprecation
Jeremy Evans
2020-12-18
1
-3
/
+3
*
[Feature #17136] Remove special behavior from $KCODE
Nobuyoshi Nakada
2020-11-28
1
-15
/
+0
*
freeze dynamic regexp literals
Koichi Sasada
2020-10-27
1
-1
/
+3
*
Some global variables can be accessed from ractors
Koichi Sasada
2020-10-20
1
-0
/
+7
*
Try to fix compile error on windows
Kazuhiro NISHIYAMA
2020-08-28
1
-1
/
+1
[next]