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
/
test
/
ruby
/
test_string.rb
Age
Commit message (
Expand
)
Author
2008-07-07
* string.c (rb_str_succ): limit carrying in an alphanumeric region if
nobu
2008-06-20
* string.c (rb_memhash): randomize hash to avoid algorithmic
akr
2008-05-30
* test/ruby/test_argf.rb: rename a conflicting method name.
mame
2008-05-24
add a test for [ruby-dev:34828].
akr
2008-05-19
* bootstraptest/test_knownbug.rb: move solved tests.
ko1
2008-05-15
* test/ruby/test_string.rb: add tests to achieve over 90% test
mame
2008-05-04
* eval.c (rb_obj_respond_to): check the result of respond_to? method
akr
2008-03-19
* bignum.c (rb_cstr_to_inum): treat successive underscores as
nobu
2008-03-01
test/test_{string,sprintf}.rb: updated.
matz
2008-02-29
* string.c (rb_str_chomp_bang): now works on UTF-16.
matz
2008-02-18
add tests.
akr
2008-02-18
add tests for sub/gsub with hash.
akr
2008-02-17
* string.c (rb_str_times): reduce loop overhead.
akr
2008-01-23
add a test for String#end_with?.
akr
2008-01-07
* string.c (rb_str_buf_append): fix append itself.
akr
2008-01-01
add a test: "y".count("a\\-z") should be 0.
akr
2007-12-31
* string.c (rb_str_resize): embeds if ptr is null. [ruby-dev:32819]
nobu
2007-12-24
add succ tests from the succ document.
akr
2007-12-13
* string.c (rb_str_shared_replace): make str noembed after free.
akr
2007-12-09
* re.c (rb_reg_expr_str): use \xHH instead of \OOO.
akr
2007-08-28
* test/ruby/test_string.rb (test_splice!): tests for [ruby-dev:31665].
nobu
2007-07-19
refine tests for shift.
akr
2007-02-08
* test/ruby/test_string.rb: ("foo" == :foo) and ("foo" === :foo)
ko1
2006-12-31
* Merge YARV
ko1
2004-10-03
test String#sum for bits=0..7.
akr
2004-10-03
add test for String#sum.
akr