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
*
Use UTF-8 encoding for literal extended regexps with UTF-8 characters in comm...
Jeremy Evans
2023-04-23
1
-1
/
+8
*
MatchData#named_captures: add optional symbolize_names keyword (#6952)
Vladimir Dementyev
2023-04-19
1
-4
/
+30
*
[Feature #19474] Refactor NEWOBJ macros
Matt Valentine-House
2023-04-06
1
-2
/
+2
*
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-06
1
-1
/
+1
*
[DOC] Fix options of `Regexp#initialize`
Nobuyoshi Nakada
2023-03-06
1
-1
/
+1
*
`rb_scan_args` never fills optional arguments with `Qundef`
Nobuyoshi Nakada
2023-03-06
1
-2
/
+2
*
[Bug #19471] `Regexp.compile` should handle keyword arguments
Nobuyoshi Nakada
2023-03-03
1
-1
/
+1
*
Remove support for the Regexp.new 3rd argument
Jeremy Evans
2023-03-01
1
-13
/
+2
*
Adjust `else` style to be consistent in each files [ci skip]
Nobuyoshi Nakada
2023-02-26
1
-4
/
+8
*
Remove (newly unneeded) remarks about aliases
BurdetteLamar
2023-02-19
1
-11
/
+0
*
Implement Write Barrier for RMatch objects
Jean Boussier
2023-02-10
1
-13
/
+12
*
[DOC] Fix typo in document of regexp [ci skip]
OKURA Masafumi
2023-02-10
1
-2
/
+2
*
Remove `REG_LITERAL` flag
Nobuyoshi Nakada
2023-02-09
1
-4
/
+0
*
Fix parsing of regexps that toggle extended mode on/off inside regexp
Jeremy Evans
2023-01-30
1
-33
/
+120
*
[DOC] Correction to RDoc for Regexp.new (#7130)
Burdette Lamar
2023-01-16
1
-0
/
+2
*
Always issue deprecation warning when calling Regexp.new with 3rd positional ...
Jeremy Evans
2022-12-22
1
-14
/
+10
*
Refactor `reg_extract_args` to return regexp if given
Nobuyoshi Nakada
2022-12-22
1
-12
/
+9
*
Share argument parsing in `Regexp#initialize` and `Regexp.linear_time?`
Nobuyoshi Nakada
2022-12-22
1
-20
/
+41
*
typo in doc [ci skip]
卜部昌平
2022-12-19
1
-1
/
+1
*
Note about Regexp.linera_time? [ci skip]
卜部昌平
2022-12-19
1
-0
/
+10
*
Add `Regexp.linear_time?` (#6901)
TSUYUSATO Kitsune
2022-12-14
1
-0
/
+34
*
Introduce encoding check macro
S-H-GAMELINKS
2022-12-02
1
-1
/
+2
*
Prevent segfault in String#scan with ObjectSpace.each_object
Yusuke Endoh
2022-12-01
1
-0
/
+7
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-2
/
+2
*
Suppress false warning by a bug of gcc
Nobuyoshi Nakada
2022-11-08
1
-4
/
+5
*
Refactor timeout-setting code to a function
Yusuke Endoh
2022-10-24
1
-13
/
+12
*
Refactor timeout-related code in re.c a little
Yusuke Endoh
2022-10-24
1
-9
/
+9
*
Fix per-instance Regexp timeout (#6621)
Yusuke Endoh
2022-10-24
1
-2
/
+8
*
Fix argument & Remove enum
S-H-GAMELINKS
2022-10-23
1
-9
/
+3
*
Introduce rb_memsearch_with_char_size function
S-H-GAMELINKS
2022-10-23
1
-10
/
+14
*
* expand tabs. [ci skip]
git
2022-10-10
1
-2
/
+2
*
Should use dedecated function `Check_Type`
Nobuyoshi Nakada
2022-10-10
1
-12
/
+4
*
Add MatchData#deconstruct/deconstruct_keys
Vladimir Dementyev
2022-10-10
1
-0
/
+85
*
[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
[next]