index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
re.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
re.c: indent [ci skip]
nobu
2015-10-07
1
-15
/
+15
*
encindex.h: ENCINDEX
nobu
2015-09-15
1
-0
/
+1
*
re.c: fix wchar match at EOS
nobu
2015-08-26
1
-2
/
+2
*
re.c: fix for wide character encodings
nobu
2015-08-03
1
-6
/
+38
*
encoding.h: ENC_CODERANGE_CLEAN_P
nobu
2015-07-17
1
-2
/
+1
*
* re.c: Update documentation for Regexp class.
hsbt
2015-06-24
1
-12
/
+11
*
* include/ruby/ruby.h: $SAFE=3 is now obsolete.
hsbt
2015-06-17
1
-3
/
+0
*
use frozen string of symbols
nobu
2015-04-14
1
-1
/
+1
*
re.c: RMatch::regexp can be nil
nobu
2015-02-21
1
-2
/
+3
*
re.c: append excape sequence as-is
nobu
2014-12-29
1
-1
/
+2
*
re.c: rb_reg_region_copy
nobu
2014-12-01
1
-6
/
+17
*
re.c: check if onig_region_copy failed
nobu
2014-12-01
1
-0
/
+4
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-3
/
+1
*
* re.c (unescape_nonascii): cast -1 for the case char is unsigned char.
naruse
2014-11-06
1
-1
/
+1
*
re.c: mak eregexps with binary escapes ASCII-8BIT
nobu
2014-10-17
1
-2
/
+9
*
get rid of function calls in RSTRING_PTR
nobu
2014-07-30
1
-2
/
+2
*
* process.c (rlimit_resource_type, rlimit_resource_value):
ktsj
2014-07-30
1
-1
/
+1
*
introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO use
normal
2014-07-25
1
-2
/
+1
*
re.c: consider name encoding
nobu
2014-06-04
1
-6
/
+7
*
re.c: reduce new strings
nobu
2014-06-04
1
-12
/
+15
*
re.c: fix name with NUL
nobu
2014-06-04
1
-7
/
+3
*
encoding.h: constify rb_encoding
nobu
2014-06-02
1
-31
/
+31
*
constify rb_encoding and OnigEncoding
nobu
2014-06-01
1
-31
/
+31
*
string.c: infect match result
nobu
2014-03-28
1
-0
/
+1
*
string.c: backref substitution
nobu
2014-03-28
1
-1
/
+1
*
string.c: search by rb_str_index
nobu
2014-03-27
1
-1
/
+37
*
re.c: class name encoding
nobu
2014-03-27
1
-3
/
+3
*
re.c: indent
nobu
2014-03-27
1
-1
/
+1
*
Stop allocating backref strings within gsub's search loop
charliesome
2014-03-25
1
-3
/
+12
*
[DOC] add links to `Object#hash`
nobu
2014-03-14
1
-0
/
+4
*
re.c (rb_reg_raise): remove volatile
normal
2014-02-13
1
-1
/
+1
*
re.c (rb_reg_regcomp): remove volatile
normal
2014-02-13
1
-2
/
+1
*
* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into
ko1
2013-12-20
1
-2
/
+2
*
* compile.c: Use rb_fstring() to de-duplicate string literals in code. [ruby...
tmm1
2013-11-26
1
-2
/
+1
*
* re.c: [DOC] arguments of Regexp::union receive #to_regexp [Bug #8205]
zzak
2013-09-26
1
-0
/
+3
*
re.c: suppress warning
nobu
2013-08-09
1
-2
/
+2
*
* re.c (rb_reg_to_s): convert closing parenthes to the target encoding
naruse
2013-07-25
1
-2
/
+24
*
re.c: use built-in encoding indexes
nobu
2013-07-02
1
-2
/
+2
*
* compile.c (make_name_for_block): use PRIsVALUE in format string
charliesome
2013-06-24
1
-1
/
+1
*
* include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for second
ko1
2013-06-21
1
-2
/
+2
*
* include/ruby/ruby.h, re.c: support write barrier for T_REGEXP.
ko1
2013-06-21
1
-3
/
+3
*
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-06-12
1
-2
/
+0
*
* doc/re.rdoc: Rename to doc/regexp.rdoc
zzak
2013-06-11
1
-1
/
+1
*
* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
ko1
2013-05-13
1
-1
/
+1
*
* array.c: Document synonymous methods, by windwiny [GH-277]
zzak
2013-04-12
1
-0
/
+1
*
* re.c (rb_reg_to_s): suppress duplicated charclass warning.
naruse
2013-04-02
1
-0
/
+3
*
* string.c (rb_str_rpartition): revert r39903, and convert byte offset
naruse
2013-03-24
1
-0
/
+1
*
* re.c (reg_operand): Simplify and reuse error handling [Bug #7539]
marcandre
2013-01-29
1
-6
/
+1
*
[rdoc] expalin kcode argument of Regexp.new
naruse
2013-01-13
1
-3
/
+4
*
adjust style
nobu
2012-12-29
1
-2
/
+2
[next]