summaryrefslogtreecommitdiff
path: root/test/ruby/test_string.rb
AgeCommit message (Expand)Author
2009-05-24* string.c (rb_str_rpartition): ditto.nobu
2009-05-24* string.c (rb_str_partition): should use the converted result. anobu
2009-04-08* string.c (rb_str_rstrip_bang): should not sign-expand non-ascii.nobu
2009-04-08* test/ruby/test_string.rb (test_chop, test_chop!): tests for [ruby-core:23155].nobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-24* string.c (rb_str_chomp_bang): coderange may change.nobu
2009-02-24* string.c (rb_str_delete_bang): should recalculate coderange.nobu
2009-02-22* string.c (tr_trans): should recalculate coderange.nobu
2009-02-22* test/ruby/test_string.rb (test_tr): test for [ruby-core:22328].nobu
2009-02-22* string.c (tr_trans): should not be affected by the encoding ofnobu
2008-12-02* test/ruby/test_string.rb: add some tests.mame
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-07-15* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame
2008-07-08* string.c (rb_str_succ): alphabets or numerics mutually enclosingnobu
2008-07-07* string.c (rb_str_succ): limit carrying in an alphanumeric region ifnobu
2008-06-20* string.c (rb_memhash): randomize hash to avoid algorithmicakr
2008-05-30* test/ruby/test_argf.rb: rename a conflicting method name.mame
2008-05-24add 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% testmame
2008-05-04* eval.c (rb_obj_respond_to): check the result of respond_to? methodakr
2008-03-19* bignum.c (rb_cstr_to_inum): treat successive underscores asnobu
2008-03-01test/test_{string,sprintf}.rb: updated.matz
2008-02-29* string.c (rb_str_chomp_bang): now works on UTF-16.matz
2008-02-18add tests.akr
2008-02-18add tests for sub/gsub with hash.akr
2008-02-17* string.c (rb_str_times): reduce loop overhead.akr
2008-01-23add a test for String#end_with?.akr
2008-01-07* string.c (rb_str_buf_append): fix append itself.akr
2008-01-01add 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-24add 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-19refine tests for shift.akr
2007-02-08* test/ruby/test_string.rb: ("foo" == :foo) and ("foo" === :foo)ko1
2006-12-31 * Merge YARVko1
2004-10-03test String#sum for bits=0..7.akr
2004-10-03add test for String#sum.akr