summaryrefslogtreecommitdiff
path: root/re.c
AgeCommit message (Expand)Author
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
2016-04-28* re.c (rb_reg_prepare_enc): use rb_enc_asciicompat(enc) instead ofnaruse
2016-02-18* re.c: Add MatchData#named_capturessorah
2016-02-12Update re.c [ci skip]nobu
2016-02-09* re.c: Remove deprecated kcode argument from Regexp.new and compilezzak
2016-02-04fstring without copynobu
2016-02-04revert re.c in r53736nobu
2016-02-04return shared stringnobu
2016-02-04fstring_enc_newnobu