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
/
string.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
string.c: adjust to rb_str_upto_each
nobu
2018-04-28
1
-10
/
+8
*
string.c: fix scanned substring with `\K`
nobu
2018-04-24
1
-0
/
+1
*
Introduce endless range [Feature#12912]
mame
2018-04-19
1
-0
/
+44
*
string.c: suppress warning
nobu
2018-04-17
1
-1
/
+1
*
string.c: fix dumped suffix
nobu
2018-04-16
1
-3
/
+9
*
string.c: fix checking order
nobu
2018-04-16
1
-4
/
+4
*
string.c: [DOC] fix typo
stomar
2018-04-14
1
-1
/
+1
*
Factor out get_reg_grapheme_cluster
naruse
2018-03-22
1
-42
/
+24
*
fix each_grapheme_cluster's size [Bug #14363]
naruse
2018-03-22
1
-1
/
+51
*
Revert "each_grapheme_cluster shouldn't return size [Bug #14363]"
naruse
2018-03-22
1
-1
/
+1
*
each_grapheme_cluster shouldn't return size [Bug #14363]
naruse
2018-03-22
1
-1
/
+1
*
Improve documentation for 'text '.split
nobu
2018-03-21
1
-4
/
+4
*
string.c: [DOC] split with block [ci skip]
nobu
2018-03-17
1
-1
/
+5
*
string.c: split with block
nobu
2018-03-15
1
-31
/
+51
*
quote symbols
nobu
2018-03-14
1
-2
/
+6
*
Export some missing symbols for MJIT
k0kubun
2018-02-08
1
-1
/
+1
*
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
1
-5
/
+5
*
string.c (rb_str_format_m): Fix the example code of the doc
mame
2018-01-29
1
-1
/
+1
*
string.c: clear substring code range
nobu
2018-01-25
1
-0
/
+1
*
sizeof(uintptr_t) != sizeof(uintptr_t *)
shyouhei
2018-01-16
1
-1
/
+1
*
__builtin_assume_aligned for *(foo *) casts
shyouhei
2018-01-15
1
-2
/
+9
*
exclude flexible array size with old compilers
nobu
2018-01-14
1
-1
/
+1
*
string.c (struct mapping_buffer): Use FLEX_ARY_LEN
mame
2018-01-13
1
-2
/
+2
*
should cause preprocess error as other cases
usa
2018-01-10
1
-0
/
+2
*
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
1
-1
/
+2
*
internal.h: remove dependecy on ruby/io.h
nobu
2018-01-09
1
-0
/
+1
*
string.c: out-of-bounds access
nobu
2018-01-06
1
-1
/
+2
*
ULL suffix is a C99ism
shyouhei
2018-01-04
1
-4
/
+15
*
Fix doc typo in Symbol#to_proc [Fix GH-1785]
nobu
2018-01-04
1
-1
/
+1
*
string.c: chomp rs at the end
nobu
2017-12-29
1
-1
/
+6
*
[DOC] Fix typos in downcase [ci skip]
kazu
2017-12-27
1
-2
/
+2
*
encoding.c: rb_enc_find_index2
nobu
2017-12-22
1
-13
/
+4
*
string.c: fix memory leak
nobu
2017-12-21
1
-0
/
+1
*
Don't allow mixed escape
naruse
2017-12-21
1
-2
/
+10
*
move dump format validation into parsing epilogue
naruse
2017-12-21
1
-99
/
+68
*
fix escapes in undump
naruse
2017-12-21
1
-38
/
+37
*
string.c: multiple codepoints
nobu
2017-12-16
1
-29
/
+30
*
string.c: suppress warning
nobu
2017-12-16
1
-1
/
+1
*
Implement String#undump to unescape String#dump-ed string
tadd
2017-12-14
1
-17
/
+284
*
string.c: fix rb_external_str_new_with_enc
nobu
2017-12-02
1
-0
/
+4
*
string.c: prefer rb_syserr_fail
nobu
2017-11-14
1
-8
/
+5
*
string.c: fix up r60748
rhe
2017-11-12
1
-0
/
+2
*
string.c: fix memory leak in String#crypt
rhe
2017-11-12
1
-12
/
+6
*
string.c: improve docs for String#{concat,<<}
stomar
2017-11-07
1
-6
/
+8
*
string.c: fix typos
stomar
2017-11-07
1
-2
/
+2
*
string.c: improve docs
stomar
2017-10-29
1
-1
/
+1
*
string.c: Improve String#prepend performance if only one argument is given
watson1978
2017-10-27
1
-1
/
+4
*
string.c: comment layout [ci skip]
nobu
2017-10-22
1
-2
/
+2
*
* remove trailing spaces.
svn
2017-10-21
1
-1
/
+1
*
* string.c: [DOC] Split rdoc of String#<< and String#concat [ci skip]
sonots
2017-10-21
1
-15
/
+24
[next]