aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_regexp.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * test/ruby/test_regexp.rbusa2012-10-161-6/+1
* * regparse.c (parse_char_class): should match with a hyphen after ausa2012-10-131-7/+7
* * test/ruby/test_regexp.rbusa2012-10-121-0/+10
* * parse.y (parser_tokadd_string): escape simple regexp metanobu2012-03-061-1/+35
* fix typoskazu2012-03-051-2/+2
* * parse.y (parser_tokadd_string): regexp engine doesn't neednobu2012-03-041-3/+8
* * regparse.c (add_code_range_to_buf0): wrong condition of duplicatednaruse2012-02-261-5/+12
* * numeric.c (rb_enc_uint_char): raise RangeError when added codepointnaruse2012-01-081-2/+0
* Add test for word boundary.naruse2012-01-071-0/+5
* * re.c (Init_Regexp): added a constant for ARG_ENCODING_NONEtenderlove2011-02-021-0/+6
* * regcomp.c (setup_tree): restart setup_tree() for a node whosenaruse2010-11-261-0/+3
* Remove a test for reverted feature r26701.naruse2010-11-191-8/+0
* * tool/enc-unicode.rb,naruse2010-11-081-0/+19
* * regcomp.c: revert r26701; it introduces Bug #3681.naruse2010-08-171-0/+1
* * parse.y (parser_tokadd_escape): no similar messages twice.nobu2010-08-081-0/+7
* * re.c (rb_reg_expr_str): fix broken Regexp#inspect when itnaruse2010-07-221-2/+2
* * regexec.c (onig_search): don't skip non-ANYCHARs whennaruse2010-07-151-0/+5
* * test/ruby/test_regexp.rb (test_dup_warn): read in UTF-8nobu2010-06-231-3/+5
* * test/ruby/test_{regexp,rubyoptions}.rb: trivial change.nobu2010-06-161-3/+3
* Refix test_regexp.naruse2010-06-151-3/+3
* Refix for test_dup_warn.naruse2010-06-151-3/+3
* retry to fix test.naruse2010-06-131-3/+3
* try to fix test for boron.naruse2010-06-131-3/+3
* * re.c (rb_reg_expr_str): ASCII incompatible stringsnaruse2010-06-051-1/+1
* * regparse.c (onig_syntax_warn): do not use external strings asnobu2010-05-311-0/+4
* * regparse.c (add_code_range_to_buf0): fix false negativenaruse2010-05-251-0/+7
* * re.c (rb_reg_initialize_m): fix wrong index for the langnaruse2010-05-121-0/+4
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu2010-04-291-2/+2
* * parse.y (regexp): check each fragments. [ruby-core:27374]nobu2010-04-211-1/+6
* * test/ruby: make more ruby-mode.el friendly.nobu2010-04-201-3/+3
* * 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