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
/
test
/
ruby
/
test_string.rb
Age
Commit message (
Expand
)
Author
2018-12-26
string.c: remove the deprecation warnings of `String#bytes` with block
mame
2018-12-26
Revert "string.c: remove the deprecation warnings of `String#bytes` with block"
mame
2018-12-26
string.c: remove the deprecation warnings of `String#bytes` with block
mame
2018-12-04
change diaeresis from above to below for better visibility
duerst
2018-11-24
assertions for r65956
nobu
2018-11-24
Don't use single byte optimization on grapheme clusters
naruse
2018-10-23
test/lib/test/unit/assertions.rb: skip memory leak check
k0kubun
2018-10-22
test/ruby/test_string.rb: skip test_crypt for MJIT again
k0kubun
2018-10-21
try to remove some test skips for MJIT
k0kubun
2018-06-26
test: skip 2 major unstable tests with MJIT
k0kubun
2018-04-24
string.c: fix scanned substring with `\K`
nobu
2018-04-16
string.c: fix checking order
nobu
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-15
string.c: split with block
nobu
2018-03-15
test_array.rb (test_slice!): moved misplaced test
nobu
2018-01-31
trick ruby-mode.el by heredocs
nobu
2018-01-25
string.c: clear substring code range
nobu
2017-12-29
string.c: chomp rs at the end
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-14
Implement String#undump to unescape String#dump-ed string
tadd
2017-12-12
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-10-22
Fix a target method of a test
yui-knk
2017-10-21
Improve performance of string interpolation
nobu
2017-10-21
[Feature #13712] String#start_with? supports regexp
naruse
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-04
string.c: grapheme clusters on frozen string
nobu
2017-09-03
string.c: enumerator_wantarray
nobu
2017-09-03
string.c: fix for non-Unicode encodings
nobu
2017-08-31
String#each_grapheme_cluster and String#grapheme_clusters
naruse
2017-08-12
Suppress warning: shadowing outer local variable - klass
naruse
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
fix typo
nobu
2017-07-18
descriptive asssertions
nobu
2017-07-18
string: preserve taint flag with String#-@ (uminus)
normal
2017-07-18
test/ruby/test_string.rb: ensure we do not have tainted strings
normal
2017-06-21
test/ruby/test_string.rb: add tests to chomp substr
sonots
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-18
test_string.rb: chomp! frozen string
nobu
2017-05-24
string.c: fix String#crypt leak introduced in r58866
normal
[next]