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
/
test
/
ruby
/
test_regexp.rb
Age
Commit message (
Expand
)
Author
2019-04-05
update to Unicode Version 12.1.0 (beta)
duerst
2019-01-15
Suppress warning: ambiguous first argument; put parentheses or a space even a...
naruse
2018-12-20
parse.y: ignore constant name captures
nobu
2018-12-04
commit miss
duerst
2018-12-04
change diaeresis from above to below for better visibility
duerst
2018-10-15
regparse.c: Suppress duplicated range warning by mere \X
nobu
2018-03-16
re.c: do not escape terminator in Regexp.union
nobu
2018-03-11
re.c: fixed escaped multibyte char
nobu
2017-12-12
Revert r61192 and r61193
eregon
2017-12-12
Use EnvUtil.with_default_external in tests needing it
eregon
2017-11-13
regexec.c: invalidate previously matched position
nobu
2017-11-13
test_regexp.rb: test_absent
nobu
2017-08-11
re.c: options for sub-regexp
nobu
2017-03-07
parse.y: remove trace
nobu
2017-02-20
regparse.c: initialize return values
nobu
2016-12-20
re.c: consider the case of RMatch::regexp is nil
rhe
2016-12-14
encoding.c: handle needmore error from rb_enc_precise_mbclen()
rhe
2016-12-12
re.c: char boundary
nobu
2016-12-06
Fix typos
kazu
2016-12-06
re.c: check that MatchData is initialized
rhe
2016-11-30
Regexp supports Unicoe 9.0.0's \X
naruse
2016-08-30
Use qualified names
nobu
2016-07-01
* regcomp.c (noname_disable_map): don't optimize out group 0
naruse
2016-05-25
* regparse.c (fetch_token_in_cc): raise error if given octal escaped
naruse
2016-05-25
* regcomp.c (compile_length_tree): return error code immediately
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 (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_values_at): MatchData#values_at supports named captures
naruse
2016-05-17
[Feature #12005] Unify Fixnum and Bignum into Integer
akr
2016-04-11
test_regexp.rb: suppress warning
nobu
2016-04-09
assertions.rb: set default internal encoding
nobu
2016-02-18
* re.c: Add MatchData#named_captures
sorah
2016-01-21
* regparse.c (fetch_name_with_level): allow non word characters
naruse
2015-12-17
re.c: names encoding
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-12-12
* test/ruby/test_regexp.rb: Add test cases for `$KCODE` and `$=` warning
yui-knk
2015-06-17
* include/ruby/ruby.h: $SAFE=3 is now obsolete.
hsbt
2015-02-21
re.c: RMatch::regexp can be nil
nobu
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-06-20
test_regexp.rb: split test_once
nobu
2014-06-20
test_regexp.rb: assert prefix
nobu
2014-06-04
re.c: consider name encoding
nobu
2014-06-04
re.c: fix name with NUL
nobu
2014-03-27
re.c: class name encoding
nobu
2013-12-13
test/ruby: better assertions
nobu
2013-10-09
test/unit/assertions.rb: return exception
nobu
[next]