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
*
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
*
* string.c: Remove errant "the" in gsub documentation
sonots
2017-10-21
1
-1
/
+1
*
Improve performance of string interpolation
nobu
2017-10-21
1
-4
/
+19
*
Add documentation for `chomp` option.
hsbt
2017-10-21
1
-2
/
+4
*
* string.c (deleted_prefix_length, deleted_suffix_length):
sonots
2017-10-21
1
-0
/
+23
*
[Feature #13712] String#start_with? supports regexp
naruse
2017-10-21
1
-5
/
+14
*
string.c: avoid unnecessary call of str_strlen()
glass
2017-10-01
1
-25
/
+32
*
string.c: fix ASCII-only on succ
nobu
2017-09-30
1
-0
/
+1
*
string.c: ASCII-incompatible is not ASCII only
nobu
2017-09-29
1
-1
/
+1
*
dup String#split return value
nobu
2017-09-23
1
-1
/
+1
*
dup String#rpartition return value
nobu
2017-09-23
1
-1
/
+1
*
dup String#partition return value
nobu
2017-09-23
1
-1
/
+1
*
refinements in string interpolation
nobu
2017-09-18
1
-0
/
+8
*
Fix a typo [ci skip]
kazu
2017-09-06
1
-1
/
+1
*
string.c: fix false coderange
nobu
2017-09-06
1
-2
/
+16
*
string.c: optimize enumerate_grapheme_clusters
nobu
2017-09-06
1
-1
/
+1
[next]