aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_regexp.rb
Commit message (Expand)AuthorAgeFilesLines
* * regcomp.c (setup_tree, onig_compile): optimize .* at last bymame2010-02-171-0/+7
* * test/ruby/test_regexp.rb, test/ruby/test_symbol.rb,mame2010-01-221-0/+5
* Add a test for [ruby-core:27247]naruse2009-12-211-0/+4
* * iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):nobu2009-10-191-0/+4
* * test/ruby/test_regexp.rb (TestRegexp#test_parse_kg): suppressnobu2009-10-121-1/+1
* * tool/enc-unicode.rb: parse range notation of UnicodeData.txt.naruse2009-10-081-0/+1
* * re.c (update_char_offset): position should be long.nobu2009-09-041-0/+8
* * re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BITnaruse2009-08-271-0/+1
* * regparse.c (add_ctype_to_cc_by_range): fix the firstnaruse2009-08-151-0/+6
* \d, \s and \w are now non Unicode class. [ruby-dev:39026]naruse2009-08-151-0/+7
* Fix test for previous commit.naruse2009-08-051-1/+1
* * string.c (rb_str_subpat): accept capture name.akr2009-03-141-0/+6
* * test/ruby/test_regexp.rb (TestRegexp#test_parse_curly_brace):yugui2008-11-301-1/+3
* * re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead ofmatz2008-10-181-1/+2
* * 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