summaryrefslogtreecommitdiff
path: root/test/ruby/test_regexp.rb
AgeCommit message (Expand)Author
2019-11-06Undefine MatchData.allocate [Feature #16294]Nobuyoshi Nakada
2019-11-03Added assertions for linebreakNobuyoshi Nakada
2019-11-03Revert nil error and adding deprecation messageKenichi Kamiya
2019-10-17Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)Kenichi Kamiya
2019-06-29Escape control codes in regexp warning messageNobuyoshi Nakada
2019-04-05update to Unicode Version 12.1.0 (beta)duerst
2019-01-15Suppress warning: ambiguous first argument; put parentheses or a space even a...naruse
2018-12-20parse.y: ignore constant name capturesnobu
2018-12-04commit missduerst
2018-12-04change diaeresis from above to below for better visibilityduerst
2018-10-15regparse.c: Suppress duplicated range warning by mere \Xnobu
2018-03-16re.c: do not escape terminator in Regexp.unionnobu
2018-03-11re.c: fixed escaped multibyte charnobu
2017-12-12Revert r61192 and r61193eregon
2017-12-12Use EnvUtil.with_default_external in tests needing iteregon
2017-11-13regexec.c: invalidate previously matched positionnobu
2017-11-13test_regexp.rb: test_absentnobu
2017-08-11re.c: options for sub-regexpnobu
2017-03-07parse.y: remove tracenobu
2017-02-20regparse.c: initialize return valuesnobu
2016-12-20re.c: consider the case of RMatch::regexp is nilrhe
2016-12-14encoding.c: handle needmore error from rb_enc_precise_mbclen()rhe
2016-12-12re.c: char boundarynobu
2016-12-06Fix typoskazu
2016-12-06re.c: check that MatchData is initializedrhe
2016-11-30Regexp supports Unicoe 9.0.0's \Xnaruse
2016-08-30Use qualified namesnobu
2016-07-01* regcomp.c (noname_disable_map): don't optimize out group 0naruse
2016-05-25* regparse.c (fetch_token_in_cc): raise error if given octal escapednaruse
2016-05-25* regcomp.c (compile_length_tree): return error code immediatelynaruse
2016-05-19fix document of Regexp#match?kazu
2016-05-19re.c: fix match?nobu
2016-05-19re.c: match? should return nil if no matchnobu
2016-05-18* re.c (rb_reg_match_m_p): Introduce Regexp#match?, which returnsnaruse
2016-05-18* re.c (match_ary_subseq): get subseq of match array without creatingnaruse
2016-05-17re.c: fix up r55036nobu
2016-05-17* re.c (match_values_at): MatchData#values_at supports named capturesnaruse
2016-05-17[Feature #12005] Unify Fixnum and Bignum into Integerakr
2016-04-11test_regexp.rb: suppress warningnobu
2016-04-09assertions.rb: set default internal encodingnobu
2016-02-18* re.c: Add MatchData#named_capturessorah
2016-01-21* regparse.c (fetch_name_with_level): allow non word charactersnaruse
2015-12-17re.c: names encodingnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-12* test/ruby/test_regexp.rb: Add test cases for `$KCODE` and `$=` warningyui-knk
2015-06-17* include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt
2015-02-21re.c: RMatch::regexp can be nilnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-06-20test_regexp.rb: split test_oncenobu
2014-06-20test_regexp.rb: assert prefixnobu