summaryrefslogtreecommitdiff
path: root/test/ruby/test_regexp.rb
AgeCommit message (Expand)Author
2009-03-14* string.c (rb_str_subpat): accept capture name.akr
2008-11-30* test/ruby/test_regexp.rb (TestRegexp#test_parse_curly_brace):yugui
2008-10-18* re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead ofmatz
2008-08-18* re.c (rb_reg_inspect): don't raise for uninitialized Regexp.akr
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-01add 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-18avoid regexp warnings.akr
2008-02-17* re.c (rb_reg_regsub): don't repeat repl twice withakr
2008-02-17* test/ruby/test_regexp.rb: add tests to achieve over 90% testmame
2008-01-23* lib/rexml/text.rb, lib/rubygems/open-uri.rb, lib/open-uri.rb,naruse
2007-12-23add a test for [ruby-dev:32675] reported by Keita Yamaguchi.akr
2007-12-21add a test.akr
2007-12-18* parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexpakr
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-09document named capture of MatchData#{offset,begin,end,inspect}.akr
2007-12-09* re.c (match_backref_number): new function for converting a backrefakr
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-05added 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-29add a test for a problem of [ruby-talk:116455]akr
2004-10-29add test for [ruby-dev:24643].akr