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
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
2016-05-19
re.c: fix match?
nobu
2016-05-19
re.c: match? should return nil if no match
nobu
2016-05-18
* re.c (reg_names_iter): specify capacify
naruse
2016-05-18
re.c: fix type
nobu
2016-05-18
* re.c (rb_reg_match_m_p): Introduce Regexp#match?, which returns
naruse
2016-05-18
* re.c (match_ary_subseq): get subseq of match array without creating
naruse
2016-05-17
re.c: fix up r55036
nobu
2016-05-17
* re.c (match_aref): remove useless condition and call rb_fix2int.
naruse
2016-05-17
* re.c (match_values_at): MatchData#values_at supports named captures
naruse
2016-05-02
* re.c (str_coderange): to avoid function call when the string already
naruse
2016-04-28
* re.c (rb_reg_prepare_enc): use rb_enc_asciicompat(enc) instead of
naruse
2016-02-18
* re.c: Add MatchData#named_captures
sorah
2016-02-12
Update re.c [ci skip]
nobu
2016-02-09
* re.c: Remove deprecated kcode argument from Regexp.new and compile
zzak
[next]