index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_string.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
* string.c (rb_str_upto): make next object before yield its block.
naruse
2009-11-03
1
-0
/
+11
*
* vm_eval.c (rb_search_method_emtry, rb_method_call_status): split
nobu
2009-10-30
1
-0
/
+12
*
* string.c (rb_str_upto): keep first width. [ruby-dev:39361]
nobu
2009-09-23
1
-0
/
+13
*
Use rb_isspace for ASCII-incompatible strings.
naruse
2009-09-15
1
-0
/
+5
*
* string.c (rb_str_lstrip_bang): use ascii_isspace(). [ruby-dev:39322]
matz
2009-09-14
1
-2
/
+0
*
* string.c (rb_str_new_frozen): must not change encoding of frozen
nobu
2009-08-12
1
-0
/
+13
*
* string.c (rb_str_rpartition): ditto.
nobu
2009-05-24
1
-0
/
+2
*
* string.c (rb_str_partition): should use the converted result. a
nobu
2009-05-24
1
-0
/
+2
*
* string.c (rb_str_rstrip_bang): should not sign-expand non-ascii.
nobu
2009-04-08
1
-0
/
+2
*
* test/ruby/test_string.rb (test_chop, test_chop!): tests for [ruby-core:23155].
nobu
2009-04-08
1
-0
/
+5
*
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-06
1
-20
/
+20
*
* string.c (rb_str_chomp_bang): coderange may change.
nobu
2009-02-24
1
-0
/
+4
*
* string.c (rb_str_delete_bang): should recalculate coderange.
nobu
2009-02-24
1
-0
/
+5
*
* string.c (tr_trans): should recalculate coderange.
nobu
2009-02-22
1
-0
/
+2
*
* test/ruby/test_string.rb (test_tr): test for [ruby-core:22328].
nobu
2009-02-22
1
-3
/
+8
*
* string.c (tr_trans): should not be affected by the encoding of
nobu
2009-02-22
1
-0
/
+7
*
* test/ruby/test_string.rb: add some tests.
mame
2008-12-02
1
-0
/
+43
*
* object.c (rb_obj_untrusted): new method Object#untrusted?.
shugo
2008-08-13
1
-21
/
+40
*
* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): new
mame
2008-07-15
1
-3
/
+4
*
* string.c (rb_str_succ): alphabets or numerics mutually enclosing
nobu
2008-07-08
1
-0
/
+1
*
* string.c (rb_str_succ): limit carrying in an alphanumeric region if
nobu
2008-07-07
1
-0
/
+5
*
* string.c (rb_memhash): randomize hash to avoid algorithmic
akr
2008-06-20
1
-0
/
+11
*
* test/ruby/test_argf.rb: rename a conflicting method name.
mame
2008-05-30
1
-1
/
+1
*
add a test for [ruby-dev:34828].
akr
2008-05-24
1
-0
/
+72
*
* bootstraptest/test_knownbug.rb: move solved tests.
ko1
2008-05-19
1
-0
/
+5
*
* test/ruby/test_string.rb: add tests to achieve over 90% test
mame
2008-05-15
1
-1
/
+190
*
* eval.c (rb_obj_respond_to): check the result of respond_to? method
akr
2008-05-04
1
-0
/
+8
*
* bignum.c (rb_cstr_to_inum): treat successive underscores as
nobu
2008-03-19
1
-1
/
+1
*
test/test_{string,sprintf}.rb: updated.
matz
2008-03-01
1
-1
/
+1
*
* string.c (rb_str_chomp_bang): now works on UTF-16.
matz
2008-02-29
1
-4
/
+8
*
add tests.
akr
2008-02-18
1
-0
/
+2
*
add tests for sub/gsub with hash.
akr
2008-02-18
1
-0
/
+18
*
* string.c (rb_str_times): reduce loop overhead.
akr
2008-02-17
1
-1
/
+10
*
add a test for String#end_with?.
akr
2008-01-23
1
-0
/
+4
*
* string.c (rb_str_buf_append): fix append itself.
akr
2008-01-07
1
-0
/
+6
*
add a test: "y".count("a\\-z") should be 0.
akr
2008-01-01
1
-0
/
+1
*
* string.c (rb_str_resize): embeds if ptr is null. [ruby-dev:32819]
nobu
2007-12-31
1
-0
/
+3
*
add succ tests from the succ document.
akr
2007-12-24
1
-0
/
+7
*
* string.c (rb_str_shared_replace): make str noembed after free.
akr
2007-12-13
1
-0
/
+3
*
* re.c (rb_reg_expr_str): use \xHH instead of \OOO.
akr
2007-12-09
1
-1
/
+1
*
* test/ruby/test_string.rb (test_splice!): tests for [ruby-dev:31665].
nobu
2007-08-28
1
-0
/
+8
*
refine tests for shift.
akr
2007-07-19
1
-0
/
+26
*
* test/ruby/test_string.rb: ("foo" == :foo) and ("foo" === :foo)
ko1
2007-02-08
1
-9
/
+9
*
* Merge YARV
ko1
2006-12-31
1
-1
/
+1297
*
test String#sum for bits=0..7.
akr
2004-10-03
1
-1
/
+1
*
add test for String#sum.
akr
2004-10-03
1
-0
/
+19