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
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
2020-12-18
Use category: :deprecated in warnings that are related to deprecation
Jeremy Evans
2020-11-28
[Feature #17136] Remove special behavior from $KCODE
Nobuyoshi Nakada
2020-10-27
freeze dynamic regexp literals
Koichi Sasada
2020-10-20
Some global variables can be accessed from ractors
Koichi Sasada
2020-08-28
Try to fix compile error on windows
Kazuhiro NISHIYAMA
2020-08-28
Named the magic number for regexp option buffer size
Nobuyoshi Nakada
2020-08-14
RSTRING_LEN was not used
Nobuyoshi Nakada
2020-08-14
re.c: prevent "warning: variable 'n' set but not used"
Yusuke Endoh
2020-08-13
Replace repeated RSTRING_PTR and RSTRING_LEN with RSTRING_GETMEM
Nobuyoshi Nakada
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-14
Add {Regexp,String}#match with block to call-seq [ci skip]
Kazuhiro NISHIYAMA
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-07
[DOC] get rid of parsing as TIDYLINK unintentionally
Nobuyoshi Nakada
2020-01-16
`Regexp` in `MatchData` can be `nil`
Nobuyoshi Nakada
2020-01-15
Freeze Regexp literals
Jean Boussier
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-04
Revert "Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)"
NARUSE, Yui
2019-12-04
Revert "Revert nil error and adding deprecation message"
NARUSE, Yui
2019-12-04
Revert "Improve warning message"
NARUSE, Yui
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-06
Undefine MatchData.allocate [Feature #16294]
Nobuyoshi Nakada
2019-11-03
Improve warning message
Kenichi Kamiya
2019-11-03
Revert nil error and adding deprecation message
Kenichi Kamiya
2019-11-01
Mention correct class name in uninitialized error
Alan Wu
2019-10-17
Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)
Kenichi Kamiya
2019-10-12
re.c (match_set_string): add a check for memory allocation
Yusuke Endoh
2019-08-29
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-27
delete `$` sign from C identifiers
卜部昌平
2019-08-27
rb_define_hooked_variable now free from ANYARGS
卜部昌平
2019-07-28
Reuse match data
Nobuyoshi Nakada
2019-07-22
Document encoding of string returned by Regexp.quote [ci skip]
Jeremy Evans
2019-04-24
Remove member char_offset_updated from struct rmatch as member char_offset_nu...
Lourens Naudé
2019-03-28
[DOC] fix markups [ci skip]
nobu
2018-12-13
re.c: [DOC] fix typos
stomar
2018-12-13
[DOC] Fix typos [ci skip]
kazu
2018-12-12
Enchance MatchData docs [Bug #14450]
naruse
2018-12-04
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-11-21
char is not unsigned
shyouhei
2018-11-12
char is neither signed nor unsigned
shyouhei
2018-11-07
Fix call-seq [ci skip]
kazu
2018-09-29
no-op if it is T_STRING
naruse
2018-09-29
* expand tabs.
svn
2018-09-29
Remove unnecessary use of function pointer
naruse
2018-09-21
Remove -Wno-parentheses flag.
nobu
2018-03-16
re.c: do not escape terminator in Regexp.union
nobu
2018-03-11
re.c: fixed escaped multibyte char
nobu
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-01-18
rb_reg_raise_str marked as NORETURN
shyouhei
2018-01-18
rb_enc_reg_raise marked as NORETURN
shyouhei
[next]