summaryrefslogtreecommitdiff
path: root/re.c
AgeCommit message (Expand)Author
2018-12-04Prefer rb_check_arity when 0 or 1 argumentsnobu
2018-11-21char is not unsignedshyouhei
2018-11-12char is neither signed nor unsignedshyouhei
2018-11-07Fix call-seq [ci skip]kazu
2018-09-29no-op if it is T_STRINGnaruse
2018-09-29* expand tabs.svn
2018-09-29Remove unnecessary use of function pointernaruse
2018-09-21Remove -Wno-parentheses flag.nobu
2018-03-16re.c: do not escape terminator in Regexp.unionnobu
2018-03-11re.c: fixed escaped multibyte charnobu
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-01-18rb_reg_raise_str marked as NORETURNshyouhei
2018-01-18rb_enc_reg_raise marked as NORETURNshyouhei
2018-01-18rb_reg_enc_error marked as NORETURNshyouhei
2018-01-18rb_reg_raise marked as NORETURNshyouhei
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2018-01-04ULL suffix is a C99ismshyouhei
2017-12-13[DOC] Fix exception class [ci skip]kazu
2017-11-16Regexp#===: Use `\A` and `\z` instead of `^` and `$`kazu
2017-10-21[Feature #13712] String#start_with? supports regexpnaruse
2017-10-02use rb_hash_new_with_size()nobu
2017-09-18re.c: remove unused rb_memcmp() functionrhe
2017-08-11re.c: options for sub-regexpnobu
2017-03-02refine a warning message.akr
2017-02-22refine warning message for binary regexp /.../n.akr
2016-12-20re.c: consider the case of RMatch::regexp is nilrhe
2016-12-19re.c: RB_TYPE_Pnobu
2016-12-19re.c: NAME_TO_NUMBERnobu
2016-12-18re.c: use name_to_backref_numbernobu
2016-12-17re.c: non-regexp name referencenobu
2016-12-12String#match? and Symbol#match?nobu
2016-12-12re.c: char boundarynobu
2016-12-10Merge Onigmo 6.0.0naruse
2016-12-06re.c: check that MatchData is initializedrhe
2016-12-02re.c: count associated Regexp object in MatchData#hashrhe
2016-10-26[DOC] replace Fixnum with Integer [ci skip]nobu
2016-10-04* internal.h (ST2FIX): new macro to convert st_index_t to Fixnum.usa
2016-09-08replace fixnum by integer in documents.akr
2016-05-25* re.c (unescape_nonascii): scan hex up to only 3 characters.naruse
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 (reg_names_iter): specify capacifynaruse
2016-05-18re.c: fix typenobu
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_aref): remove useless condition and call rb_fix2int.naruse
2016-05-17* re.c (match_values_at): MatchData#values_at supports named capturesnaruse
2016-05-02* re.c (str_coderange): to avoid function call when the string alreadynaruse