.. |
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
|
* gc.c (rb_mark_set): new function to mark keys.
|
2008-09-03 07:53:19 +00:00 |
suicide.rb
|
* test/ruby/test_beginendblock.rb (test_should_propagate_signaled):
|
2007-06-10 04:46:17 +00:00 |
test_alias.rb
|
* test/*: should not depend on $KCODE.
|
2004-02-18 13:21:10 +00:00 |
test_argf.rb
|
* io.c (argf_eof): go to the next file if called after ARGF.close
|
2009-07-26 10:17:39 +00:00 |
test_array.rb
|
* enum.c (count_i, count_iter_i): Sync with trunk.
|
2008-05-29 19:35:04 +00:00 |
test_assignment.rb
|
* test/*: should not depend on $KCODE.
|
2004-02-18 13:21:10 +00:00 |
test_beginendblock.rb
|
* test/ruby/test_beginendblock.rb (test_begin_and_eval): add test for
|
2008-02-20 17:30:07 +00:00 |
test_bignum.rb
|
* test/ruby/test_bignum.rb (test_too_big_to_s): skips a test using too
|
2008-02-29 17:44:15 +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_enum.rb
|
* enum.c (count_i, count_iter_i): Sync with trunk.
|
2008-05-29 19:35:04 +00:00 |
test_enumerator.rb
|
* test/ruby/test_enumerator.rb: Add tests for the recently added
|
2008-12-11 11:38:58 +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
|
* test/*: should not depend on $KCODE.
|
2004-02-18 13:21:10 +00:00 |
test_file.rb
|
add tests for reading an extended file
|
2005-05-12 09:04:49 +00:00 |
test_file_exhaustive.rb
|
* file.c (rb_file_s_extname): fix for spaces before extention.
|
2009-02-18 03:38:42 +00:00 |
test_fixnum.rb
|
* numeric.c (fix_pow): integer power calculation: 0**n => 0,
|
2007-07-16 15:56:16 +00:00 |
test_float.rb
|
* include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead of
|
2008-07-03 07:48:09 +00:00 |
test_gc.rb
|
* test/*: should not depend on $KCODE.
|
2004-02-18 13:21:10 +00:00 |
test_hash.rb
|
* hash.c (hash_i): make Hash#hash order insensitive.
|
2008-06-07 16:19:47 +00:00 |
test_ifunless.rb
|
* test/*: should not depend on $KCODE.
|
2004-02-18 13:21:10 +00:00 |
test_integer.rb
|
* test/ruby/test_integer.rb (test_Integer): multiple underscores
|
2007-12-19 02:08:59 +00:00 |
test_io.rb
|
a test removed.
|
2009-02-07 11:31:23 +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
|
* gc.c (rb_mark_set): new function to mark keys.
|
2008-09-03 07:53:19 +00:00 |
test_math.rb
|
* test/*: should not depend on $KCODE.
|
2004-02-18 13:21:10 +00:00 |
test_method.rb
|
* eval.c (method_name, method_owner): New methods; backported from 1.9. (UnboundMethod#name, UnboundMethod#owner)
|
2008-05-11 01:38:12 +00:00 |
test_objectspace.rb
|
use assert_same instead of assert_equal.
|
2006-09-16 15:30:49 +00:00 |
test_pack.rb
|
* pack.c (pack_pack): fixed length for odd length string.
|
2008-12-08 09:31:44 +00:00 |
test_path.rb
|
* test/ruby/test_path.rb (test_extname): test for r19596.
|
2009-03-01 05:16:14 +00:00 |
test_pipe.rb
|
* test/*: should not depend on $KCODE.
|
2004-02-18 13:21:10 +00:00 |
test_proc.rb
|
* test/ruby/test_proc.rb (test_return_from_proc): test for [ruby-core:24097].
|
2009-07-01 07:09:53 +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_settracefunc.rb
|
* test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_event):
|
2008-04-15 21:11:37 +00:00 |
test_signal.rb
|
* stable version 1.8.4 released.
|
2005-12-24 09:58:57 +00:00 |
test_sleep.rb
|
* win32/win32.c (rb_w32_select): recalc the rest of timeout for each
|
2008-07-30 08:48:31 +00:00 |
test_string.rb
|
* pack.c (rb_utf8_to_uv), intern.h: Rename utf8_to_uv to
|
2008-12-03 07:36:31 +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
|
* test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol#to_proc.
|
2008-04-22 15:25:23 +00:00 |
test_system.rb
|
* sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keep
|
2007-08-18 03:24:32 +00:00 |
test_time.rb
|
* time.c: fix rounding negative float.
|
2008-06-27 16:10:46 +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 |