summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_string.rb
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_justify): fixed the case a fill size is anobu2009-12-091-0/+7
* * string.c (rb_str_upto): make next object before yield its block.naruse2009-11-031-0/+11
* * vm_eval.c (rb_search_method_emtry, rb_method_call_status): splitnobu2009-10-301-0/+12
* * string.c (rb_str_upto): keep first width. [ruby-dev:39361]nobu2009-09-231-0/+13
* Use rb_isspace for ASCII-incompatible strings.naruse2009-09-151-0/+5
* * string.c (rb_str_lstrip_bang): use ascii_isspace(). [ruby-dev:39322]matz2009-09-141-2/+0
* * string.c (rb_str_new_frozen): must not change encoding of frozennobu2009-08-121-0/+13
* * string.c (rb_str_rpartition): ditto.nobu2009-05-241-0/+2
* * string.c (rb_str_partition): should use the converted result. anobu2009-05-241-0/+2
* * string.c (rb_str_rstrip_bang): should not sign-expand non-ascii.nobu2009-04-081-0/+2
* * test/ruby/test_string.rb (test_chop, test_chop!): tests for [ruby-core:23155].nobu2009-04-081-0/+5
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-20/+20
* * string.c (rb_str_chomp_bang): coderange may change.nobu2009-02-241-0/+4
* * string.c (rb_str_delete_bang): should recalculate coderange.nobu2009-02-241-0/+5
* * string.c (tr_trans): should recalculate coderange.nobu2009-02-221-0/+2
* * test/ruby/test_string.rb (test_tr): test for [ruby-core:22328].nobu2009-02-221-3/+8
* * string.c (tr_trans): should not be affected by the encoding ofnobu2009-02-221-0/+7
* * test/ruby/test_string.rb: add some tests.mame2008-12-021-0/+43
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-21/+40
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame2008-07-151-3/+4
* * string.c (rb_str_succ): alphabets or numerics mutually enclosingnobu2008-07-081-0/+1
* * string.c (rb_str_succ): limit carrying in an alphanumeric region ifnobu2008-07-071-0/+5
* * string.c (rb_memhash): randomize hash to avoid algorithmicakr2008-06-201-0/+11
* * test/ruby/test_argf.rb: rename a conflicting method name.mame2008-05-301-1/+1
* add a test for [ruby-dev:34828].akr2008-05-241-0/+72
* * bootstraptest/test_knownbug.rb: move solved tests.ko12008-05-191-0/+5
* * test/ruby/test_string.rb: add tests to achieve over 90% testmame2008-05-151-1/+190
* * eval.c (rb_obj_respond_to): check the result of respond_to? methodakr2008-05-041-0/+8
* * 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