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
2008-01-23
* lib/rexml/text.rb, lib/rubygems/open-uri.rb, lib/open-uri.rb,
naruse
2007-12-23
add a test for [ruby-dev:32675] reported by Keita Yamaguchi.
akr
2007-12-21
add a test.
akr
2007-12-18
* parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexp
akr
2007-12-09
* re.c (rb_reg_expr_str): use \xHH instead of \OOO.
akr
2007-12-09
* re.c (rb_reg_names): new method Regexp#names.
akr
2007-12-09
* re.c (rb_reg_s_last_match): accept named capture's name.
akr
2007-12-09
document named capture of MatchData#{offset,begin,end,inspect}.
akr
2007-12-09
* re.c (match_backref_number): new function for converting a backref
akr
2007-12-08
* encoding.c (rb_enc_mbclen): make it never fail.
akr
2007-11-27
* eval.c (rb_method_missing): fix stack trace.
ko1
2007-11-23
* bootstraptest/test_knownbug.rb: move solved tests.
ko1
2007-08-05
added an assertion.
tadf
2004-11-28
* regparse.c, test/ruby/test_regexp.rb: fixed problem with UTF-8 characters t...
ksaito
2004-11-28
* regexec.c, test/ruby/test_regexp.rb: fixed segmentation falut ([ruby-dev:24...
ksaito
2004-10-29
add a test for a problem of [ruby-talk:116455]
akr
2004-10-29
add test for [ruby-dev:24643].
akr