..
beginmainend.rb
* object.c (convert_type): [ruby-core:03845]
2004-11-29 06:13:52 +00:00
endblockwarn.rb
* test/ruby/test_beginendblock.rb, test/ruby/endblockwarn.rb: commited older
2003-10-07 06:32:18 +00:00
envutil.rb
* eval.c (eval): no need to push ruby_class. [ruby-dev:28176]
2006-02-11 16:13:47 +00:00
marshaltestlib.rb
merge revision(s) 19078,20097:
2009-01-22 06:18:48 +00:00
suicide.rb
* test/ruby/test_beginendblock.rb (test_should_propagate_signaled):
2007-06-14 15:04:27 +00:00
test_alias.rb
* test/*: should not depend on $KCODE.
2004-02-18 13:21:10 +00:00
test_array.rb
* test/ruby/test_array.rb (test_misc): added some tests
2005-11-20 01:26:39 +00:00
test_assignment.rb
* test/*: should not depend on $KCODE.
2004-02-18 13:21:10 +00:00
test_beginendblock.rb
merge revision(s) 15541,15545,15558:
2008-06-15 10:46:45 +00:00
test_bignum.rb
merge revision(s) 15645:15647:
2008-06-15 10:55:07 +00:00
test_call.rb
* test/*: should not depend on $KCODE.
2004-02-18 13:21:10 +00:00
test_case.rb
* test/*: should not depend on $KCODE.
2004-02-18 13:21:10 +00:00
test_clone.rb
* test/*: should not depend on $KCODE.
2004-02-18 13:21:10 +00:00
test_condition.rb
* test/*: should not depend on $KCODE.
2004-02-18 13:21:10 +00:00
test_const.rb
* test/*: should not depend on $KCODE.
2004-02-18 13:21:10 +00:00
test_defined.rb
* test/*: should not depend on $KCODE.
2004-02-18 13:21:10 +00:00
test_dir.rb
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
2006-01-01 08:12:39 +00:00
test_env.rb
* test/dbm/test_dbm.rb: remove locking test, which may not be
2005-09-12 09:31:40 +00:00
test_eval.rb
copy test/zlib/test_zlib.rb from trunk.
2004-09-07 05:34:14 +00:00
test_exception.rb
ext/bigdecimal/bigdecimal.c: Backport #2349 [ruby-core:26646]; fix comparisons. Also fix a bunch of bugs that lead to broken-ness and failing tests.
2010-08-17 18:27:36 +00:00
test_file.rb
add tests for reading an extended file
2005-05-12 09:04:49 +00:00
test_file_exhaustive.rb
Openstruct fix, and fix to test_file_exhaustive.
2009-09-08 16:13:26 +00:00
test_float.rb
merge revision(s) 17842:
2008-07-10 04:52:35 +00:00
test_gc.rb
* test/*: should not depend on $KCODE.
2004-02-18 13:21:10 +00:00
test_hash.rb
* hash.c (rb_hash_delete_key): delete the entry without calling block.
2007-08-22 03:42:36 +00:00
test_ifunless.rb
* test/*: should not depend on $KCODE.
2004-02-18 13:21:10 +00:00
test_io.rb
io.c: Backport #2267 [ruby-core:26300]; Fix problem with IO so that the file position is correct after a direct write on BSDish platforms like OS X.
2010-06-22 20:10:13 +00:00
test_iterator.rb
* eval.c (rb_iterate): need to PUSH_ITER in proper order.
2007-01-31 05:59:23 +00:00
test_marshal.rb
merge revision(s) 13699:13704:
2008-06-07 16:50:57 +00:00
test_math.rb
* test/*: should not depend on $KCODE.
2004-02-18 13:21:10 +00:00
test_method.rb
* eval.c (mnew): call of super via a method object should work again.
2007-05-26 20:21:34 +00:00
test_object.rb
eval.c: Backport #2202 [ruby-core:26074]; backport of r25359, which modifies rb_clear_cache_for_undef to clear entries for inherited methods.
2010-06-08 11:45:41 +00:00
test_objectspace.rb
use assert_same instead of assert_equal.
2006-09-16 15:30:49 +00:00
test_pack.rb
merge revision(s) 20580:
2009-02-19 08:25:45 +00:00
test_path.rb
* file.c (rb_file_s_basename): skip slashes just after UNC top slashes.
2005-11-22 05:48:51 +00:00
test_pipe.rb
* test/*: should not depend on $KCODE.
2004-02-18 13:21:10 +00:00
test_proc.rb
Fix method scoping bug.
2009-07-10 18:31:58 +00:00
test_process.rb
* test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):
2006-07-31 07:18:43 +00:00
test_rand.rb
add test_rand_0x100000000.
2005-02-07 16:11:14 +00:00
test_range.rb
add a test for [ruby-dev:26383].
2005-06-30 06:27:05 +00:00
test_readpartial.rb
* io.c (io_fread): warn nonblocking behavior.
2005-01-08 18:17:13 +00:00
test_regexp.rb
regexp.c: Backport #3403 ; backported from r28192 to fix a bug with non-greedy matching.
2010-06-08 14:52:18 +00:00
test_settracefunc.rb
* eval.c (rb_call0): "return" event hook should be always executed
2005-04-07 08:47:09 +00:00
test_signal.rb
* stable version 1.8.4 released.
2005-12-24 09:58:57 +00:00
test_string.rb
test String#sum for bits=0..7.
2004-10-03 06:09:54 +00:00
test_stringchar.rb
* test/ruby/test_stringchar.rb (test_bang): added.
2004-11-20 14:04:10 +00:00
test_struct.rb
* test/*: should not depend on $KCODE.
2004-02-18 13:21:10 +00:00
test_super.rb
* eval.c (rb_call0): fixed bug of zsuper with both of opt and rest.
2006-10-31 16:10:22 +00:00
test_symbol.rb
* parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]
2005-12-19 14:33:11 +00:00
test_system.rb
* sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keep
2007-09-07 06:41:17 +00:00
test_time.rb
merge revision(s) 17617:
2008-06-29 11:07:24 +00:00
test_trace.rb
* test/*: should not depend on $KCODE.
2004-02-18 13:21:10 +00:00
test_variable.rb
* test/*: should not depend on $KCODE.
2004-02-18 13:21:10 +00:00
test_whileuntil.rb
* test/*: should not depend on $KCODE.
2004-02-18 13:21:10 +00:00
ut_eof.rb
* io.c (rb_io_eof, remain_size, read_all, io_read, appendline)
2005-05-12 08:12:42 +00:00