summaryrefslogtreecommitdiff
path: root/test/ruby/test_regexp.rb
AgeCommit message (Expand)Author
2011-02-02* re.c (Init_Regexp): added a constant for ARG_ENCODING_NONEtenderlove
2010-11-26* regcomp.c (setup_tree): restart setup_tree() for a node whosenaruse
2010-11-19Remove a test for reverted feature r26701.naruse
2010-11-08* tool/enc-unicode.rb,naruse
2010-08-17* regcomp.c: revert r26701; it introduces Bug #3681.naruse
2010-08-08* parse.y (parser_tokadd_escape): no similar messages twice.nobu
2010-07-22* re.c (rb_reg_expr_str): fix broken Regexp#inspect when itnaruse
2010-07-15* regexec.c (onig_search): don't skip non-ANYCHARs whennaruse
2010-06-23* test/ruby/test_regexp.rb (test_dup_warn): read in UTF-8nobu
2010-06-16* test/ruby/test_{regexp,rubyoptions}.rb: trivial change.nobu
2010-06-15Refix test_regexp.naruse
2010-06-15Refix for test_dup_warn.naruse
2010-06-13retry to fix test.naruse
2010-06-13try to fix test for boron.naruse
2010-06-05* re.c (rb_reg_expr_str): ASCII incompatible stringsnaruse
2010-05-31* regparse.c (onig_syntax_warn): do not use external strings asnobu
2010-05-25* regparse.c (add_code_range_to_buf0): fix false negativenaruse
2010-05-12* re.c (rb_reg_initialize_m): fix wrong index for the langnaruse
2010-04-29* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):nobu
2010-04-21* parse.y (regexp): check each fragments. [ruby-core:27374]nobu
2010-04-20* test/ruby: make more ruby-mode.el friendly.nobu
2010-02-17* regcomp.c (setup_tree, onig_compile): optimize .* at last bymame
2010-01-22* test/ruby/test_regexp.rb, test/ruby/test_symbol.rb,mame
2009-12-21Add a test for [ruby-core:27247]naruse
2009-10-19* iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):nobu
2009-10-12* test/ruby/test_regexp.rb (TestRegexp#test_parse_kg): suppressnobu
2009-10-08* tool/enc-unicode.rb: parse range notation of UnicodeData.txt.naruse
2009-09-04* re.c (update_char_offset): position should be long.nobu
2009-08-27* re.c (rb_reg_preprocess_dregexp): set encoding as ASCII-8BITnaruse
2009-08-15* regparse.c (add_ctype_to_cc_by_range): fix the firstnaruse
2009-08-15\d, \s and \w are now non Unicode class. [ruby-dev:39026]naruse
2009-08-05Fix test for previous commit.naruse
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