summaryrefslogtreecommitdiff
path: root/re.c
AgeCommit message (Expand)Author
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
2015-02-21re.c: RMatch::regexp can be nilnobu
2014-12-29re.c: append excape sequence as-isnobu
2014-12-01re.c: rb_reg_region_copynobu
2014-12-01re.c: check if onig_region_copy failednobu
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-11-06* re.c (unescape_nonascii): cast -1 for the case char is unsigned char.naruse
2014-10-17re.c: mak eregexps with binary escapes ASCII-8BITnobu
2014-07-30get rid of function calls in RSTRING_PTRnobu
2014-07-30* process.c (rlimit_resource_type, rlimit_resource_value):ktsj
2014-07-25introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO usenormal
2014-06-04re.c: consider name encodingnobu
2014-06-04re.c: reduce new stringsnobu
2014-06-04re.c: fix name with NULnobu
2014-06-02encoding.h: constify rb_encodingnobu
2014-06-01constify rb_encoding and OnigEncodingnobu
2014-03-28string.c: infect match resultnobu
2014-03-28string.c: backref substitutionnobu
2014-03-27string.c: search by rb_str_indexnobu
2014-03-27re.c: class name encodingnobu
2014-03-27re.c: indentnobu
2014-03-25Stop allocating backref strings within gsub's search loopcharliesome
2014-03-14[DOC] add links to `Object#hash`nobu
2014-02-13re.c (rb_reg_raise): remove volatilenormal
2014-02-13re.c (rb_reg_regcomp): remove volatilenormal
2013-12-20* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko1
2013-11-26* compile.c: Use rb_fstring() to de-duplicate string literals in code. [ruby...tmm1
2013-09-26* re.c: [DOC] arguments of Regexp::union receive #to_regexp [Bug #8205]zzak
2013-08-09re.c: suppress warningnobu
2013-07-25* re.c (rb_reg_to_s): convert closing parenthes to the target encodingnaruse
2013-07-02re.c: use built-in encoding indexesnobu
2013-06-24* compile.c (make_name_for_block): use PRIsVALUE in format stringcharliesome