Age | Commit message (Expand) | Author |
---|
2019-11-06 | Undefine MatchData.allocate [Feature #16294] | Nobuyoshi Nakada |
2019-11-03 | Added assertions for linebreak | Nobuyoshi Nakada |
2019-11-03 | Revert nil error and adding deprecation message | Kenichi Kamiya |
2019-10-17 | Regexp#match{?} with nil raises TypeError as String, Symbol (#1506) | Kenichi Kamiya |
2019-06-29 | Escape control codes in regexp warning message | Nobuyoshi Nakada |
2019-04-05 | update to Unicode Version 12.1.0 (beta) | duerst |
2019-01-15 | Suppress warning: ambiguous first argument; put parentheses or a space even a... | naruse |
2018-12-20 | parse.y: ignore constant name captures | nobu |
2018-12-04 | commit miss | duerst |
2018-12-04 | change diaeresis from above to below for better visibility | duerst |
2018-10-15 | regparse.c: Suppress duplicated range warning by mere \X | nobu |
2018-03-16 | re.c: do not escape terminator in Regexp.union | nobu |
2018-03-11 | re.c: fixed escaped multibyte char | nobu |
2017-12-12 | Revert r61192 and r61193 | eregon |
2017-12-12 | Use EnvUtil.with_default_external in tests needing it | eregon |
2017-11-13 | regexec.c: invalidate previously matched position | nobu |
2017-11-13 | test_regexp.rb: test_absent | nobu |
2017-08-11 | re.c: options for sub-regexp | nobu |
2017-03-07 | parse.y: remove trace | nobu |
2017-02-20 | regparse.c: initialize return values | nobu |
2016-12-20 | re.c: consider the case of RMatch::regexp is nil | rhe |
2016-12-14 | encoding.c: handle needmore error from rb_enc_precise_mbclen() | rhe |
2016-12-12 | re.c: char boundary | nobu |
2016-12-06 | Fix typos | kazu |
2016-12-06 | re.c: check that MatchData is initialized | rhe |
2016-11-30 | Regexp supports Unicoe 9.0.0's \X | naruse |
2016-08-30 | Use qualified names | nobu |
2016-07-01 | * regcomp.c (noname_disable_map): don't optimize out group 0 | naruse |
2016-05-25 | * regparse.c (fetch_token_in_cc): raise error if given octal escaped | naruse |
2016-05-25 | * regcomp.c (compile_length_tree): return error code immediately | naruse |
2016-05-19 | fix document of Regexp#match? | kazu |
2016-05-19 | re.c: fix match? | nobu |
2016-05-19 | re.c: match? should return nil if no match | nobu |
2016-05-18 | * re.c (rb_reg_match_m_p): Introduce Regexp#match?, which returns | naruse |
2016-05-18 | * re.c (match_ary_subseq): get subseq of match array without creating | naruse |
2016-05-17 | re.c: fix up r55036 | nobu |
2016-05-17 | * re.c (match_values_at): MatchData#values_at supports named captures | naruse |
2016-05-17 | [Feature #12005] Unify Fixnum and Bignum into Integer | akr |
2016-04-11 | test_regexp.rb: suppress warning | nobu |
2016-04-09 | assertions.rb: set default internal encoding | nobu |
2016-02-18 | * re.c: Add MatchData#named_captures | sorah |
2016-01-21 | * regparse.c (fetch_name_with_level): allow non word characters | naruse |
2015-12-17 | re.c: names encoding | nobu |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-12-12 | * test/ruby/test_regexp.rb: Add test cases for `$KCODE` and `$=` warning | yui-knk |
2015-06-17 | * include/ruby/ruby.h: $SAFE=3 is now obsolete. | hsbt |
2015-02-21 | re.c: RMatch::regexp can be nil | nobu |
2014-11-13 | * test/lib/envutil.rb: Moved from test/ruby/. | akr |
2014-06-20 | test_regexp.rb: split test_once | nobu |
2014-06-20 | test_regexp.rb: assert prefix | nobu |