aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
Commit message (Expand)AuthorAgeFilesLines
* * re.c (str_coderange): to avoid function call when the string alreadynaruse2016-05-021-19/+33
* * re.c (rb_reg_prepare_enc): use rb_enc_asciicompat(enc) instead ofnaruse2016-04-281-2/+2
* * re.c: Add MatchData#named_capturessorah2016-02-181-0/+67
* Update re.c [ci skip]nobu2016-02-121-1/+1
* * re.c: Remove deprecated kcode argument from Regexp.new and compilezzak2016-02-091-7/+4
* fstring without copynobu2016-02-041-33/+35
* revert re.c in r53736nobu2016-02-041-1/+1
* return shared stringnobu2016-02-041-1/+1
* fstring_enc_newnobu2016-02-041-1/+1
* * re.c (rb_reg_prepare_enc): use already compiled US-ASCII regexpnaruse2016-02-021-3/+9
* * re.c: Introduce RREGEXP_PTR.naruse2016-02-021-26/+26
* variable.c: matched backrefs onlynobu2016-01-141-0/+27
* re.c: names encodingnobu2015-12-171-1/+1
* re.c: indent [ci skip]nobu2015-10-071-15/+15
* encindex.h: ENCINDEXnobu2015-09-151-0/+1
* re.c: fix wchar match at EOSnobu2015-08-261-2/+2
* re.c: fix for wide character encodingsnobu2015-08-031-6/+38
* encoding.h: ENC_CODERANGE_CLEAN_Pnobu2015-07-171-2/+1
* * re.c: Update documentation for Regexp class.hsbt2015-06-241-12/+11
* * include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt2015-06-171-3/+0
* use frozen string of symbolsnobu2015-04-141-1/+1
* re.c: RMatch::regexp can be nilnobu2015-02-211-2/+3
* re.c: append excape sequence as-isnobu2014-12-291-1/+2
* re.c: rb_reg_region_copynobu2014-12-011-6/+17
* re.c: check if onig_region_copy failednobu2014-12-011-0/+4
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-3/+1
* * re.c (unescape_nonascii): cast -1 for the case char is unsigned char.naruse2014-11-061-1/+1
* re.c: mak eregexps with binary escapes ASCII-8BITnobu2014-10-171-2/+9
* get rid of function calls in RSTRING_PTRnobu2014-07-301-2/+2
* * process.c (rlimit_resource_type, rlimit_resource_value):ktsj2014-07-301-1/+1
* introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO usenormal2014-07-251-2/+1
* re.c: consider name encodingnobu2014-06-041-6/+7
* re.c: reduce new stringsnobu2014-06-041-12/+15
* re.c: fix name with NULnobu2014-06-041-7/+3
* encoding.h: constify rb_encodingnobu2014-06-021-31/+31
* constify rb_encoding and OnigEncodingnobu2014-06-011-31/+31
* string.c: infect match resultnobu2014-03-281-0/+1
* string.c: backref substitutionnobu2014-03-281-1/+1
* string.c: search by rb_str_indexnobu2014-03-271-1/+37
* re.c: class name encodingnobu2014-03-271-3/+3
* re.c: indentnobu2014-03-271-1/+1
* Stop allocating backref strings within gsub's search loopcharliesome2014-03-251-3/+12
* [DOC] add links to `Object#hash`nobu2014-03-141-0/+4
* re.c (rb_reg_raise): remove volatilenormal2014-02-131-1/+1
* re.c (rb_reg_regcomp): remove volatilenormal2014-02-131-2/+1
* * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN intoko12013-12-201-2/+2
* * compile.c: Use rb_fstring() to de-duplicate string literals in code. [ruby...tmm12013-11-261-2/+1
* * re.c: [DOC] arguments of Regexp::union receive #to_regexp [Bug #8205]zzak2013-09-261-0/+3
* re.c: suppress warningnobu2013-08-091-2/+2
* * re.c (rb_reg_to_s): convert closing parenthes to the target encodingnaruse2013-07-251-2/+24