aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_regexp.rb
Commit message (Expand)AuthorAgeFilesLines
* * re.c: Add MatchData#named_capturessorah2016-02-181-0/+14
* * regparse.c (fetch_name_with_level): allow non word charactersnaruse2016-01-211-0/+7
* re.c: names encodingnobu2015-12-171-0/+6
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * test/ruby/test_regexp.rb: Add test cases for `$KCODE` and `$=` warningyui-knk2015-12-121-0/+10
* * include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt2015-06-171-13/+0
* re.c: RMatch::regexp can be nilnobu2015-02-211-0/+13
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* test_regexp.rb: split test_oncenobu2014-06-201-3/+6
* test_regexp.rb: assert prefixnobu2014-06-201-2/+4
* re.c: consider name encodingnobu2014-06-041-0/+9
* re.c: fix name with NULnobu2014-06-041-0/+16
* re.c: class name encodingnobu2014-03-271-0/+3
* test/ruby: better assertionsnobu2013-12-131-4/+4
* test/unit/assertions.rb: return exceptionnobu2013-10-091-2/+3
* test_regexp.rb, test_string.rb: suppress warningsnobu2013-10-011-6/+6
* test_regexp.rb, test_string.rb: use assert_separatelynobu2013-10-011-2/+2
* test_regexp.rb, test_string.rb: suppress warningsnobu2013-10-011-0/+1
* * insns.def (opt_regexpmatch1): check Regexp#=~ is not defined beforecharliesome2013-09-261-0/+12
* string.c: fix for \Knobu2013-09-041-0/+6
* * insns.def: fix regexp's once option behavior.ko12013-08-201-0/+39
* * re.c (rb_reg_to_s): convert closing parenthes to the target encodingnaruse2013-07-251-0/+8
* * test/ruby/test_regexp.rbknu2013-07-051-9/+12
* * test/ruby/test_regexp.rbknu2013-07-051-0/+32
* test_regexp.rb: test for conditional expressionnobu2013-07-041-0/+17
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-10/+2
* * test/ruby/test_regexp.rb: use require_relative to require local libraryxibbar2013-04-111-1/+1
* * re.c (rb_reg_to_s): suppress duplicated charclass warning.naruse2013-04-021-0/+3
* * test/ruby/test_class.rb: Simplify warning checksmarcandre2013-03-301-3/+1
* parse.y: escape all closing parensnobu2013-03-211-3/+9
* * re.c (reg_operand): Simplify and reuse error handling [Bug #7539]marcandre2013-01-291-0/+7
* * regparse.c (add_ctype_to_cc): don't check dup warn on addingnaruse2013-01-131-0/+5
* parse.y: escaped closing parenthsisnobu2012-12-301-0/+6
* Fix tests of rb_warning().knu2012-11-241-12/+12
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-0/+1
* * test/ruby/test_regexp.rbusa2012-10-161-1/+2
* * 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