aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_regexp.rb
Commit message (Expand)AuthorAgeFilesLines
...
* avoid regexp warnings.akr2008-02-181-10/+11
* * re.c (rb_reg_regsub): don't repeat repl twice withakr2008-02-171-1/+1
* * test/ruby/test_regexp.rb: add tests to achieve over 90% testmame2008-02-171-0/+495
* * lib/rexml/text.rb, lib/rubygems/open-uri.rb, lib/open-uri.rb,naruse2008-01-231-1/+1
* add a test for [ruby-dev:32675] reported by Keita Yamaguchi.akr2007-12-231-1/+7
* add a test.akr2007-12-211-0/+2
* * parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexpakr2007-12-181-0/+7
* * re.c (rb_reg_expr_str): use \xHH instead of \OOO.akr2007-12-091-1/+1
* * re.c (rb_reg_names): new method Regexp#names.akr2007-12-091-3/+26
* * re.c (rb_reg_s_last_match): accept named capture's name.akr2007-12-091-1/+7
* document named capture of MatchData#{offset,begin,end,inspect}.akr2007-12-091-1/+0
* * re.c (match_backref_number): new function for converting a backrefakr2007-12-091-0/+23
* * encoding.c (rb_enc_mbclen): make it never fail.akr2007-12-081-3/+3
* * eval.c (rb_method_missing): fix stack trace.ko12007-11-271-0/+12
* * bootstraptest/test_knownbug.rb: move solved tests.ko12007-11-231-0/+9
* added an assertion.tadf2007-08-051-0/+4
* * regparse.c, test/ruby/test_regexp.rb: fixed problem with UTF-8 characters t...ksaito2004-11-281-0/+12
* * regexec.c, test/ruby/test_regexp.rb: fixed segmentation falut ([ruby-dev:24...ksaito2004-11-281-0/+4
* add a test for a problem of [ruby-talk:116455]akr2004-10-291-1/+5
* add test for [ruby-dev:24643].akr2004-10-291-0/+7