aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_string.rb
Commit message (Expand)AuthorAgeFilesLines
* * bignum.c (rb_cstr_to_inum): treat successive underscores asnobu2008-03-191-1/+1
* test/test_{string,sprintf}.rb: updated.matz2008-03-011-1/+1
* * string.c (rb_str_chomp_bang): now works on UTF-16.matz2008-02-291-4/+8
* add tests.akr2008-02-181-0/+2
* add tests for sub/gsub with hash.akr2008-02-181-0/+18
* * string.c (rb_str_times): reduce loop overhead.akr2008-02-171-1/+10
* add a test for String#end_with?.akr2008-01-231-0/+4
* * string.c (rb_str_buf_append): fix append itself.akr2008-01-071-0/+6
* add a test: "y".count("a\\-z") should be 0.akr2008-01-011-0/+1
* * string.c (rb_str_resize): embeds if ptr is null. [ruby-dev:32819]nobu2007-12-311-0/+3
* add succ tests from the succ document.akr2007-12-241-0/+7
* * string.c (rb_str_shared_replace): make str noembed after free.akr2007-12-131-0/+3
* * re.c (rb_reg_expr_str): use \xHH instead of \OOO.akr2007-12-091-1/+1
* * test/ruby/test_string.rb (test_splice!): tests for [ruby-dev:31665].nobu2007-08-281-0/+8
* refine tests for shift.akr2007-07-191-0/+26
* * test/ruby/test_string.rb: ("foo" == :foo) and ("foo" === :foo)ko12007-02-081-9/+9
* * Merge YARVko12006-12-311-1/+1297
* test String#sum for bits=0..7.akr2004-10-031-1/+1
* add test for String#sum.akr2004-10-031-0/+19