Age | Commit message (Expand) | Author |
2008-06-02 | * enc/iso_8859_5.c: Large omicron should lowercase to small omicron. | mame |
2008-06-02 | * re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc. | mame |
2008-05-31 | * test/ruby/test_regexp.rb: add tests. | mame |
2008-05-30 | * test/ruby/test_regexp.rb: add tests. | mame |
2008-05-29 | * test/ruby/test_regexp.rb: add tests. | mame |
2008-05-01 | * test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value): | matz |
2008-05-01 | add tests for [ruby-dev:34556] and [ruby-dev:34555]. | akr |
2008-03-05 | * string.c (count_utf8_lead_bytes_with_ulong): fix shift size. | naruse |
2008-02-18 | avoid regexp warnings. | akr |
2008-02-17 | * re.c (rb_reg_regsub): don't repeat repl twice with | akr |
2008-02-17 | * test/ruby/test_regexp.rb: add tests to achieve over 90% test | mame |
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 |