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-07-31
Reuse Regexp ptr when recompiling
Peter Zhu
2023-07-27
Resurrect rb_reg_prepare_re C API
Takashi Kokubun
2023-07-27
Don't load RREGEXP_PTR twice
Peter Zhu
2023-07-27
Refactor err string in rb_reg_prepare_re
Peter Zhu
2023-07-27
Add function rb_reg_onig_match
Peter Zhu
2023-07-20
Embed struct rmatch into GC slot (#8097)
Kunshan Wang
2023-06-27
Stop allocating unused backref strings at `defined?`
Nobuyoshi Nakada
2023-06-27
Use `rb_reg_nth_defined` instead of `rb_match_nth_defined`
Nobuyoshi Nakada
2023-06-20
[DOC] Regexp doc (#7923)
Burdette Lamar
2023-06-09
* expand tabs. [ci skip]
git
2023-06-09
Optimize `Regexp#dup` and `Regexp.new(/RE/)`
Nobuyoshi Nakada
2023-04-23
Use UTF-8 encoding for literal extended regexps with UTF-8 characters in comm...
Jeremy Evans
2023-04-19
MatchData#named_captures: add optional symbolize_names keyword (#6952)
Vladimir Dementyev
2023-04-06
[Feature #19474] Refactor NEWOBJ macros
Matt Valentine-House
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
[next]