index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
re.c
Age
Commit message (
Expand
)
Author
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-06
[DOC] Fix options of `Regexp#initialize`
Nobuyoshi Nakada
2023-03-06
`rb_scan_args` never fills optional arguments with `Qundef`
Nobuyoshi Nakada
2023-03-03
[Bug #19471] `Regexp.compile` should handle keyword arguments
Nobuyoshi Nakada
2023-03-01
Remove support for the Regexp.new 3rd argument
Jeremy Evans
2023-02-26
Adjust `else` style to be consistent in each files [ci skip]
Nobuyoshi Nakada
2023-02-19
Remove (newly unneeded) remarks about aliases
BurdetteLamar
2023-02-10
Implement Write Barrier for RMatch objects
Jean Boussier
2023-02-10
[DOC] Fix typo in document of regexp [ci skip]
OKURA Masafumi
2023-02-09
Remove `REG_LITERAL` flag
Nobuyoshi Nakada
2023-01-30
Fix parsing of regexps that toggle extended mode on/off inside regexp
Jeremy Evans
2023-01-16
[DOC] Correction to RDoc for Regexp.new (#7130)
Burdette Lamar
2022-12-22
Always issue deprecation warning when calling Regexp.new with 3rd positional ...
Jeremy Evans
2022-12-22
Refactor `reg_extract_args` to return regexp if given
Nobuyoshi Nakada
2022-12-22
Share argument parsing in `Regexp#initialize` and `Regexp.linear_time?`
Nobuyoshi Nakada
2022-12-19
typo in doc [ci skip]
卜部昌平
2022-12-19
Note about Regexp.linera_time? [ci skip]
卜部昌平
2022-12-14
Add `Regexp.linear_time?` (#6901)
TSUYUSATO Kitsune
2022-12-02
Introduce encoding check macro
S-H-GAMELINKS
2022-12-01
Prevent segfault in String#scan with ObjectSpace.each_object
Yusuke Endoh
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-08
Suppress false warning by a bug of gcc
Nobuyoshi Nakada
2022-10-24
Refactor timeout-setting code to a function
Yusuke Endoh
2022-10-24
Refactor timeout-related code in re.c a little
Yusuke Endoh
2022-10-24
Fix per-instance Regexp timeout (#6621)
Yusuke Endoh
2022-10-23
Fix argument & Remove enum
S-H-GAMELINKS
2022-10-23
Introduce rb_memsearch_with_char_size function
S-H-GAMELINKS
2022-10-10
* expand tabs. [ci skip]
git
2022-10-10
Should use dedecated function `Check_Type`
Nobuyoshi Nakada
2022-10-10
Add MatchData#deconstruct/deconstruct_keys
Vladimir Dementyev
2022-08-18
[DOC] `offset` argument of Regexp#match
Nobuyoshi Nakada
2022-08-02
Speed up setting the backref match object
Aaron Patterson
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-06-26
[DOC] Fix a typo [ci skip]
Kazuhiro NISHIYAMA
2022-06-20
Document that Regexp#source does not retain lexer escapes
Jeremy Evans
2022-06-20
[Feature #18788] [DOC] String options to `Regexp.new`
Nobuyoshi Nakada
2022-06-20
[Feature #18788] Support options as `String` to `Regexp.new`
Nobuyoshi Nakada
2022-06-20
Warn suspicious flag to `Regexp.new`
Nobuyoshi Nakada
2022-06-20
[DOC] Refine Regexp.new argument descriptions
Nobuyoshi Nakada
2022-06-20
[DOC] Regexp timeout is float or nil
Nobuyoshi Nakada
2022-06-20
[DOC] Fixed omissions in Regexp.new arguments
Nobuyoshi Nakada
2022-06-06
Ignore invalid escapes in regexp comments
Jeremy Evans
2022-04-18
[DOC] Enhanced RDoc for MatchData (#5822)
Burdette Lamar
2022-04-18
Enhanced RDoc for MatchData (#5821)
Burdette Lamar
2022-04-18
Enhanced RDoc for MatchData (#5820)
Burdette Lamar
2022-04-18
[DOC] Enhanced RDoc for MatchData (#5819)
Burdette Lamar
2022-04-18
[DOC] Enhanced RDoc for MatchData (#5818)
Burdette Lamar
2022-04-18
[DOC] Enhanced RDoc for Regexp (#5815)
Burdette Lamar
2022-04-16
[DOC] Enhanced RDoc for Regexp (#5812)
Burdette Lamar
2022-04-15
[DOC] Enhanced RDoc for Regexp (#5807)
Burdette Lamar
[next]