summaryrefslogtreecommitdiff
path: root/re.c
AgeCommit message (Expand)Author
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
2016-02-02* re.c (rb_reg_prepare_enc): use already compiled US-ASCII regexpnaruse
2016-02-02* re.c: Introduce RREGEXP_PTR.naruse
2016-01-14variable.c: matched backrefs onlynobu
2015-12-17re.c: names encodingnobu
2015-10-07re.c: indent [ci skip]nobu
2015-09-15encindex.h: ENCINDEXnobu
2015-08-26re.c: fix wchar match at EOSnobu
2015-08-03re.c: fix for wide character encodingsnobu
2015-07-17encoding.h: ENC_CODERANGE_CLEAN_Pnobu
2015-06-24* re.c: Update documentation for Regexp class.hsbt
2015-06-17* include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt
2015-04-14use frozen string of symbolsnobu