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
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
2013-10-01
test_regexp.rb, test_string.rb: suppress warnings
nobu
2013-10-01
test_regexp.rb, test_string.rb: use assert_separately
nobu
2013-10-01
test_regexp.rb, test_string.rb: suppress warnings
nobu
2013-09-26
* insns.def (opt_regexpmatch1): check Regexp#=~ is not defined before
charliesome
2013-09-04
string.c: fix for \K
nobu
2013-08-20
* insns.def: fix regexp's once option behavior.
ko1
2013-07-25
* re.c (rb_reg_to_s): convert closing parenthes to the target encoding
naruse
2013-07-05
* test/ruby/test_regexp.rb
knu
2013-07-05
* test/ruby/test_regexp.rb
knu
2013-07-04
test_regexp.rb: test for conditional expression
nobu
2013-06-12
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-04-11
* test/ruby/test_regexp.rb: use require_relative to require local library
xibbar
2013-04-02
* re.c (rb_reg_to_s): suppress duplicated charclass warning.
naruse
2013-03-30
* test/ruby/test_class.rb: Simplify warning checks
marcandre
2013-03-21
parse.y: escape all closing parens
nobu
2013-01-29
* re.c (reg_operand): Simplify and reuse error handling [Bug #7539]
marcandre
2013-01-13
* regparse.c (add_ctype_to_cc): don't check dup warn on adding
naruse
2012-12-30
parse.y: escaped closing parenthsis
nobu
2012-11-24
Fix tests of rb_warning().
knu
2012-11-06
* ruby.c (load_file_internal): set default source encoding as
naruse
2012-10-16
* test/ruby/test_regexp.rb
usa
2012-10-16
* test/ruby/test_regexp.rb
usa
2012-10-13
* regparse.c (parse_char_class): should match with a hyphen after a
usa
2012-10-12
* test/ruby/test_regexp.rb
usa
2012-03-06
* parse.y (parser_tokadd_string): escape simple regexp meta
nobu
[next]