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
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
2018-01-18
rb_reg_enc_error marked as NORETURN
shyouhei
2018-01-18
rb_reg_raise marked as NORETURN
shyouhei
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-04
ULL suffix is a C99ism
shyouhei
2017-12-13
[DOC] Fix exception class [ci skip]
kazu
2017-11-16
Regexp#===: Use `\A` and `\z` instead of `^` and `$`
kazu
2017-10-21
[Feature #13712] String#start_with? supports regexp
naruse
2017-10-02
use rb_hash_new_with_size()
nobu
2017-09-18
re.c: remove unused rb_memcmp() function
rhe
2017-08-11
re.c: options for sub-regexp
nobu
2017-03-02
refine a warning message.
akr
2017-02-22
refine warning message for binary regexp /.../n.
akr
2016-12-20
re.c: consider the case of RMatch::regexp is nil
rhe
2016-12-19
re.c: RB_TYPE_P
nobu
2016-12-19
re.c: NAME_TO_NUMBER
nobu
2016-12-18
re.c: use name_to_backref_number
nobu
2016-12-17
re.c: non-regexp name reference
nobu
2016-12-12
String#match? and Symbol#match?
nobu
2016-12-12
re.c: char boundary
nobu
2016-12-10
Merge Onigmo 6.0.0
naruse
2016-12-06
re.c: check that MatchData is initialized
rhe
2016-12-02
re.c: count associated Regexp object in MatchData#hash
rhe
2016-10-26
[DOC] replace Fixnum with Integer [ci skip]
nobu
2016-10-04
* internal.h (ST2FIX): new macro to convert st_index_t to Fixnum.
usa
2016-09-08
replace fixnum by integer in documents.
akr
2016-05-25
* re.c (unescape_nonascii): scan hex up to only 3 characters.
naruse
2016-05-19
fix document of Regexp#match?
kazu
[next]