summaryrefslogtreecommitdiff
path: root/test/ruby/test_regexp.rb
AgeCommit message (Expand)Author
2013-03-30* test/ruby/test_class.rb: Simplify warning checksmarcandre
2013-03-21parse.y: escape all closing parensnobu
2013-01-29* re.c (reg_operand): Simplify and reuse error handling [Bug #7539]marcandre
2013-01-13* regparse.c (add_ctype_to_cc): don't check dup warn on addingnaruse
2012-12-30parse.y: escaped closing parenthsisnobu
2012-11-24Fix tests of rb_warning().knu
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-10-16* test/ruby/test_regexp.rbusa
2012-10-16* test/ruby/test_regexp.rbusa
2012-10-13* regparse.c (parse_char_class): should match with a hyphen after ausa
2012-10-12* test/ruby/test_regexp.rbusa
2012-03-06* parse.y (parser_tokadd_string): escape simple regexp metanobu
2012-03-05fix typoskazu
2012-03-04* parse.y (parser_tokadd_string): regexp engine doesn't neednobu
2012-02-26* regparse.c (add_code_range_to_buf0): wrong condition of duplicatednaruse
2012-01-08* numeric.c (rb_enc_uint_char): raise RangeError when added codepointnaruse
2012-01-07Add test for word boundary.naruse
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