aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_regexp.rb
Commit message (Expand)AuthorAgeFilesLines
* * re.c (rb_reg_inspect): don't raise for uninitialized Regexp.akr2008-08-181-1/+1
* * enc/iso_8859_5.c: Large omicron should lowercase to small omicron.mame2008-06-021-2/+40
* * re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.mame2008-06-021-0/+41
* * test/ruby/test_regexp.rb: add tests.mame2008-05-311-0/+7
* * test/ruby/test_regexp.rb: add tests.mame2008-05-301-10/+45
* * test/ruby/test_regexp.rb: add tests.mame2008-05-291-0/+26
* * test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value):matz2008-05-011-4/+0
* add tests for [ruby-dev:34556] and [ruby-dev:34555].akr2008-05-011-0/+4
* * string.c (count_utf8_lead_bytes_with_ulong): fix shift size.naruse2008-03-051-5/+2
* 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