summaryrefslogtreecommitdiff
path: root/test/ruby/test_regexp.rb
AgeCommit message (Expand)Author
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
2014-06-04re.c: consider name encodingnobu
2014-06-04re.c: fix name with NULnobu
2014-03-27re.c: class name encodingnobu
2013-12-13test/ruby: better assertionsnobu
2013-10-09test/unit/assertions.rb: return exceptionnobu
2013-10-01test_regexp.rb, test_string.rb: suppress warningsnobu
2013-10-01test_regexp.rb, test_string.rb: use assert_separatelynobu
2013-10-01test_regexp.rb, test_string.rb: suppress warningsnobu
2013-09-26* insns.def (opt_regexpmatch1): check Regexp#=~ is not defined beforecharliesome
2013-09-04string.c: fix for \Knobu
2013-08-20* insns.def: fix regexp's once option behavior.ko1
2013-07-25* re.c (rb_reg_to_s): convert closing parenthes to the target encodingnaruse
2013-07-05* test/ruby/test_regexp.rbknu
2013-07-05* test/ruby/test_regexp.rbknu
2013-07-04test_regexp.rb: test for conditional expressionnobu
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-04-11* test/ruby/test_regexp.rb: use require_relative to require local libraryxibbar
2013-04-02* re.c (rb_reg_to_s): suppress duplicated charclass warning.naruse