aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_regexp.rb
Commit message (Expand)AuthorAgeFilesLines
* re.c: options for sub-regexpnobu2017-08-111-0/+6
* parse.y: remove tracenobu2017-03-071-0/+9
* regparse.c: initialize return valuesnobu2017-02-201-0/+19
* re.c: consider the case of RMatch::regexp is nilrhe2016-12-201-3/+19
* encoding.c: handle needmore error from rb_enc_precise_mbclen()rhe2016-12-141-0/+4
* re.c: char boundarynobu2016-12-121-1/+2
* Fix typoskazu2016-12-061-1/+1
* re.c: check that MatchData is initializedrhe2016-12-061-0/+1
* Regexp supports Unicoe 9.0.0's \Xnaruse2016-11-301-0/+21
* Use qualified namesnobu2016-08-301-1/+1
* * regcomp.c (noname_disable_map): don't optimize out group 0naruse2016-07-011-0/+1
* * regparse.c (fetch_token_in_cc): raise error if given octal escapednaruse2016-05-251-0/+2
* * regcomp.c (compile_length_tree): return error code immediatelynaruse2016-05-251-0/+3
* fix document of Regexp#match?kazu2016-05-191-0/+3
* re.c: fix match?nobu2016-05-191-0/+7
* re.c: match? should return nil if no matchnobu2016-05-191-3/+3
* * re.c (rb_reg_match_m_p): Introduce Regexp#match?, which returnsnaruse2016-05-181-0/+13
* * re.c (match_ary_subseq): get subseq of match array without creatingnaruse2016-05-181-2/+25
* re.c: fix up r55036nobu2016-05-171-0/+1
* * re.c (match_values_at): MatchData#values_at supports named capturesnaruse2016-05-171-0/+7
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-171-1/+1
* test_regexp.rb: suppress warningnobu2016-04-111-2/+4
* assertions.rb: set default internal encodingnobu2016-04-091-3/+1
* * 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