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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
string.c
Age
Commit message (
Expand
)
Author
2018-03-22
Factor out get_reg_grapheme_cluster
naruse
2018-03-22
fix each_grapheme_cluster's size [Bug #14363]
naruse
2018-03-22
Revert "each_grapheme_cluster shouldn't return size [Bug #14363]"
naruse
2018-03-22
each_grapheme_cluster shouldn't return size [Bug #14363]
naruse
2018-03-21
Improve documentation for 'text '.split
nobu
2018-03-17
string.c: [DOC] split with block [ci skip]
nobu
2018-03-15
string.c: split with block
nobu
2018-03-14
quote symbols
nobu
2018-02-08
Export some missing symbols for MJIT
k0kubun
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-01-29
string.c (rb_str_format_m): Fix the example code of the doc
mame
2018-01-25
string.c: clear substring code range
nobu
2018-01-16
sizeof(uintptr_t) != sizeof(uintptr_t *)
shyouhei
2018-01-15
__builtin_assume_aligned for *(foo *) casts
shyouhei
2018-01-14
exclude flexible array size with old compilers
nobu
2018-01-13
string.c (struct mapping_buffer): Use FLEX_ARY_LEN
mame
2018-01-10
should cause preprocess error as other cases
usa
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
internal.h: remove dependecy on ruby/io.h
nobu
2018-01-06
string.c: out-of-bounds access
nobu
2018-01-04
ULL suffix is a C99ism
shyouhei
2018-01-04
Fix doc typo in Symbol#to_proc [Fix GH-1785]
nobu
2017-12-29
string.c: chomp rs at the end
nobu
2017-12-27
[DOC] Fix typos in downcase [ci skip]
kazu
2017-12-22
encoding.c: rb_enc_find_index2
nobu
2017-12-21
string.c: fix memory leak
nobu
2017-12-21
Don't allow mixed escape
naruse
2017-12-21
move dump format validation into parsing epilogue
naruse
2017-12-21
fix escapes in undump
naruse
2017-12-16
string.c: multiple codepoints
nobu
2017-12-16
string.c: suppress warning
nobu
2017-12-14
Implement String#undump to unescape String#dump-ed string
tadd
2017-12-02
string.c: fix rb_external_str_new_with_enc
nobu
2017-11-14
string.c: prefer rb_syserr_fail
nobu
2017-11-12
string.c: fix up r60748
rhe
2017-11-12
string.c: fix memory leak in String#crypt
rhe
2017-11-07
string.c: improve docs for String#{concat,<<}
stomar
2017-11-07
string.c: fix typos
stomar
2017-10-29
string.c: improve docs
stomar
2017-10-27
string.c: Improve String#prepend performance if only one argument is given
watson1978
2017-10-22
string.c: comment layout [ci skip]
nobu
2017-10-21
* remove trailing spaces.
svn
2017-10-21
* string.c: [DOC] Split rdoc of String#<< and String#concat [ci skip]
sonots
2017-10-21
* string.c: Remove errant "the" in gsub documentation
sonots
2017-10-21
Improve performance of string interpolation
nobu
2017-10-21
Add documentation for `chomp` option.
hsbt
2017-10-21
* string.c (deleted_prefix_length, deleted_suffix_length):
sonots
2017-10-21
[Feature #13712] String#start_with? supports regexp
naruse
2017-10-01
string.c: avoid unnecessary call of str_strlen()
glass
2017-09-30
string.c: fix ASCII-only on succ
nobu
[next]