aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_regexp.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)"NARUSE, Yui2019-12-041-2/+2
* Revert "Revert nil error and adding deprecation message"NARUSE, Yui2019-12-041-2/+2
* Undefine MatchData.allocate [Feature #16294]Nobuyoshi Nakada2019-11-061-0/+5
* Added assertions for linebreakNobuyoshi Nakada2019-11-031-0/+5
* Revert nil error and adding deprecation messageKenichi Kamiya2019-11-031-2/+2
* Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)Kenichi Kamiya2019-10-171-2/+2
* Escape control codes in regexp warning messageNobuyoshi Nakada2019-06-291-0/+2
* update to Unicode Version 12.1.0 (beta)duerst2019-04-051-0/+3
* Suppress warning: ambiguous first argument; put parentheses or a space even a...naruse2019-01-151-15/+15
* parse.y: ignore constant name capturesnobu2018-12-201-0/+6
* commit missduerst2018-12-041-1/+1
* change diaeresis from above to below for better visibilityduerst2018-12-041-2/+2
* regparse.c: Suppress duplicated range warning by mere \Xnobu2018-10-151-0/+2
* re.c: do not escape terminator in Regexp.unionnobu2018-03-161-0/+5
* re.c: fixed escaped multibyte charnobu2018-03-111-0/+2
* Revert r61192 and r61193eregon2017-12-121-5/+1
* Use EnvUtil.with_default_external in tests needing iteregon2017-12-121-1/+5
* regexec.c: invalidate previously matched positionnobu2017-11-131-0/+3
* test_regexp.rb: test_absentnobu2017-11-131-0/+8
* 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