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
/
string.c
Age
Commit message (
Expand
)
Author
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1
2018-10-26
string.c: improve docs for String#strip and related
stomar
2018-10-19
array.c, file.c, string.c: [DOC] fix typos
stomar
2018-10-16
string.c: grapheme cluster regexp failure
nobu
2018-10-13
string.c: [DOC] add example code for String#strip!
stomar
2018-10-13
string.c: small doc improvement
stomar
2018-10-13
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-10-13
Added comments to rb_setup_fake_str and rb_fstring_new [ci skip]
nobu
2018-09-16
[DOC] Improve String#strip documentation.
marcandre
2018-06-27
move function declarations from insns.def to internal.h
shyouhei
2018-06-11
string.c: [DOC] grammar fixes
stomar
2018-06-08
[Docs] Improve documentation of String#lines
nobu
2018-06-04
String#uminus dedupes unconditionally
normal
2018-06-01
string.c: trivial optimizations
nobu
2018-06-01
string.c: doc for [Feature #13712]
nobu
2018-05-22
string.c: MAYBE_UNUSED to suppress warnings for `old`
normal
2018-05-22
string.c: size hints for free and realloc calls
normal
2018-04-28
string.c: adjust to rb_str_upto_each
nobu
2018-04-24
string.c: fix scanned substring with `\K`
nobu
2018-04-19
Introduce endless range [Feature#12912]
mame
2018-04-17
string.c: suppress warning
nobu
2018-04-16
string.c: fix dumped suffix
nobu
2018-04-16
string.c: fix checking order
nobu
2018-04-14
string.c: [DOC] fix typo
stomar
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
[next]