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
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
2017-09-29
string.c: ASCII-incompatible is not ASCII only
nobu
2017-09-23
dup String#split return value
nobu
2017-09-23
dup String#rpartition return value
nobu
2017-09-23
dup String#partition return value
nobu
2017-09-18
refinements in string interpolation
nobu
2017-09-06
Fix a typo [ci skip]
kazu
2017-09-06
string.c: fix false coderange
nobu
2017-09-06
string.c: optimize enumerate_grapheme_clusters
nobu
2017-09-04
string.c: grapheme clusters on frozen string
nobu
2017-09-04
string.c: enumerator_element
nobu
2017-09-03
string.c: make array in WANTARRAY
nobu
2017-09-03
string.c: enumerator_wantarray
nobu
2017-09-03
string.c: fix for non-Unicode encodings
nobu
2017-09-03
string.c: suppress a warning
nobu
2017-08-31
string.c: adjust indent [ci skip]
nobu
2017-08-31
String#each_grapheme_cluster and String#grapheme_clusters
naruse
2017-08-28
string.c: fix potential bug in String#split
glass
2017-08-17
Add optimization for creating zerofill string
naruse
2017-08-04
string.c: improve String#scan
nobu
2017-07-30
string.c: rb_str_initialize
nobu
2017-07-20
string.c: add String#delete_suffix and String#delete_suffix!
sonots
2017-07-19
revert r59359, r59356, r59355, r59354
normal
2017-07-18
string: preserve taint flag with String#-@ (uminus)
normal
2017-07-18
hash: keep fstrings of tainted strings for string keys
normal
2017-07-06
string.c: preserve coderange in String#setbyte
rhe
2017-07-06
string.c: remove dead code in str_fill_term()
rhe
2017-06-21
string.c: add String#delete_prefix and String#delete_prefix!
sonots
2017-06-18
string.c: check just before modification
nobu
2017-06-02
string.c: docs for String#split
stomar
2017-05-31
Improve performance of implicit type conversion
watson1978
2017-05-26
string.c: adjust style [ci skip]
nobu
2017-05-25
string.c: Optimize String#concat when argc is 1
k0kubun
2017-05-25
vm_insnhelper.c: rb_eql_opt should call eql?
nobu
2017-05-24
string.c: fix String#crypt leak introduced in r58866
normal
[prev]
[next]