index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
re.c
Age
Commit message (
Expand
)
Author
2016-02-18
* re.c: Add MatchData#named_captures
sorah
2016-02-12
Update re.c [ci skip]
nobu
2016-02-09
* re.c: Remove deprecated kcode argument from Regexp.new and compile
zzak
2016-02-04
fstring without copy
nobu
2016-02-04
revert re.c in r53736
nobu
2016-02-04
return shared string
nobu
2016-02-04
fstring_enc_new
nobu
2016-02-02
* re.c (rb_reg_prepare_enc): use already compiled US-ASCII regexp
naruse
2016-02-02
* re.c: Introduce RREGEXP_PTR.
naruse
2016-01-14
variable.c: matched backrefs only
nobu
2015-12-17
re.c: names encoding
nobu
2015-10-07
re.c: indent [ci skip]
nobu
2015-09-15
encindex.h: ENCINDEX
nobu
2015-08-26
re.c: fix wchar match at EOS
nobu
2015-08-03
re.c: fix for wide character encodings
nobu
2015-07-17
encoding.h: ENC_CODERANGE_CLEAN_P
nobu
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-14
use frozen string of symbols
nobu
2015-02-21
re.c: RMatch::regexp can be nil
nobu
2014-12-29
re.c: append excape sequence as-is
nobu
2014-12-01
re.c: rb_reg_region_copy
nobu
2014-12-01
re.c: check if onig_region_copy failed
nobu
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-06
* re.c (unescape_nonascii): cast -1 for the case char is unsigned char.
naruse
2014-10-17
re.c: mak eregexps with binary escapes ASCII-8BIT
nobu
2014-07-30
get rid of function calls in RSTRING_PTR
nobu
2014-07-30
* process.c (rlimit_resource_type, rlimit_resource_value):
ktsj
2014-07-25
introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO use
normal
2014-06-04
re.c: consider name encoding
nobu
2014-06-04
re.c: reduce new strings
nobu
2014-06-04
re.c: fix name with NUL
nobu
2014-06-02
encoding.h: constify rb_encoding
nobu
2014-06-01
constify rb_encoding and OnigEncoding
nobu
2014-03-28
string.c: infect match result
nobu
2014-03-28
string.c: backref substitution
nobu
2014-03-27
string.c: search by rb_str_index
nobu
2014-03-27
re.c: class name encoding
nobu
2014-03-27
re.c: indent
nobu
2014-03-25
Stop allocating backref strings within gsub's search loop
charliesome
2014-03-14
[DOC] add links to `Object#hash`
nobu
2014-02-13
re.c (rb_reg_raise): remove volatile
normal
2014-02-13
re.c (rb_reg_regcomp): remove volatile
normal
2013-12-20
* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into
ko1
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-09
re.c: suppress warning
nobu
2013-07-25
* re.c (rb_reg_to_s): convert closing parenthes to the target encoding
naruse
2013-07-02
re.c: use built-in encoding indexes
nobu
2013-06-24
* compile.c (make_name_for_block): use PRIsVALUE in format string
charliesome
[next]