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
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
2013-06-21
* include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for second
ko1
2013-06-21
* include/ruby/ruby.h, re.c: support write barrier for T_REGEXP.
ko1
2013-06-12
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-06-11
* doc/re.rdoc: Rename to doc/regexp.rdoc
zzak
2013-05-13
* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
ko1
2013-04-12
* array.c: Document synonymous methods, by windwiny [GH-277]
zzak
2013-04-02
* re.c (rb_reg_to_s): suppress duplicated charclass warning.
naruse
2013-03-24
* string.c (rb_str_rpartition): revert r39903, and convert byte offset
naruse
2013-01-29
* re.c (reg_operand): Simplify and reuse error handling [Bug #7539]
marcandre
2013-01-13
[rdoc] expalin kcode argument of Regexp.new
naruse
2012-12-29
adjust style
nobu
2012-12-23
* re.c (rb_reg_eqq): doc: #=== is not a synonym for #=~, added example
zzak
2012-11-22
Apply performance improvement to short byte array search.
knu
2012-11-13
* re.c (rb_memsearch_ss): performance improvement by using memmem(3) if
glass
2012-11-08
* re.c (rb_memsearch): performance improvement by using memchr().
glass
2012-10-20
* include/ruby/ruby.h: add C APIs.
nari
2012-08-20
* re.c (rb_reg_initialize_m): Forgot to update output for or'd-options
drbrain
2012-08-20
* re.c (rb_reg_initialize_m): Update example to show that regexp
drbrain
2012-07-24
* re.c (rb_reg_s_last_match): Update $~ to reference Regexp
drbrain
2012-06-05
obj_init_copy
nobu
2012-05-23
use RB_TYPE_P() instead of comparison of TYPE()
nobu
2012-05-08
* re.c (rb_reg_equal): Removed incorrect example for Regexp#== with
drbrain
2012-04-13
* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control
drbrain
2012-03-14
* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]
marcandre
2012-01-08
* gc.c (rb_objspace_free): global_List is allocated with xmalloc.
naruse
2011-11-20
* re.c (rb_reg_initialize): fix indent.
nobu
2011-10-24
* re.c (match_aref): Use <code> around indexing examples to prevent
drbrain
2011-09-29
* use RB_TYPE_P which is optimized for constant types, instead of
nobu
2011-06-17
* internal.h: declare internal functions here.
akr
[next]