..
beginmainend.rb
* object.c (convert_type): [ruby-core:03845]
2004-11-29 06:13:52 +00:00
bug2519.rb
* eval.c (rb_load): initialize orig_func. [ruby-core:27296]
2009-12-23 08:23:54 +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 (rb_add_threadswitch_hook): wrapper for unofficial APIs
2010-09-23 18:00:46 +00:00
lbtest.rb
* test/ruby/test_{queue,thread}.rb: backported from trunk.
2009-10-16 01:10:44 +00:00
marshaltestlib.rb
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2010-04-16 21:51:01 +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
remove temporally files explicitly.
2009-09-13 17:59:49 +00:00
test_array.rb
* array.c (ary_reject_bang): should not remove elements which are
2011-07-03 04:44:53 +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
* bignum.c (rb_big2dbl), test/ruby/test_bignum.rb (test_to_f): A negative Bignum out of Float range should be converted to -Infinity. [ruby-core:30492] [Bug #3362 ]
2010-06-15 01:47:19 +00:00
test_call.rb
* test/*: should not depend on $KCODE.
2004-02-18 13:21:10 +00:00
test_case.rb
* parse.y (args): use splat_array.
2009-11-05 03:11:27 +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
Merge r37148 from ruby_1_8_7.
2012-10-16 08:55:07 +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 (file_expand_path): home directory must be absolute.
2010-07-29 23:51:53 +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
Backport r23730; fixes #2462 .
2011-07-17 08:53:08 +00:00
test_gc.rb
* gc.c (gc_sweep): makes new room if object space is full of
2009-08-30 06:12:37 +00:00
test_hash.rb
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2010-04-16 21:51:01 +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
* io.c (io_fwrite): adjust stdio file position after direct write on
2009-10-26 03:06:29 +00:00
test_iterator.rb
* eval.c (rb_f_loop): Return an enumerator if no block is given.
2010-03-10 07:30:47 +00:00
test_marshal.rb
* test/ruby/test_marshal.rb: added tests for taintness propagation.
2009-12-28 13:02:34 +00:00
test_math.rb
* test/*: should not depend on $KCODE.
2004-02-18 13:21:10 +00:00
test_method.rb
* eval.c (rb_load): initialize orig_func. [ruby-core:27296]
2009-12-23 08:23:54 +00:00
test_object.rb
Add tests for Kernel#singleton_class.
2010-03-25 19:00:30 +00:00
test_objectspace.rb
use assert_same instead of assert_equal.
2006-09-16 15:30:49 +00:00
test_pack.rb
backport pack and unpack tests from Ruby 1.9.
2010-05-10 14:54:56 +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
* io.c (io_fwrite): preserve errno. [ruby-core:27425]
2010-01-08 09:51:23 +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_queue.rb
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2010-04-16 21:51:01 +00:00
test_rand.rb
add test_rand_0x100000000.
2005-02-07 16:11:14 +00:00
test_range.rb
backported r31286 from trunk
2011-04-18 01:12:36 +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 (re_compile_pattern): allow zero times match for
2010-06-07 06:14:46 +00:00
test_require.rb
* eval.c (search_required): expand home relative path first.
2010-04-19 10:13:14 +00:00
test_settracefunc.rb
* test/ruby/test_settracefunc.rb: removed the influence of other tests.
2009-12-24 14:06:52 +00:00
test_signal.rb
* eval.c (rb_thread_start_timer): start to catch SIGVTALRM together
2009-09-16 07:51:07 +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
Forward port r34151 from ruby_1_8_7.
2012-01-26 07:10:03 +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 (proc_invoke): reverted r25975. [ruby-dev:39931]
2010-02-01 07:40:45 +00:00
test_symbol.rb
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2010-04-16 21:51:01 +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_thread.rb
* test/ruby/test_thread.rb (TestThreadGroup#test_uninitialized):
2010-04-16 22:02:39 +00:00
test_time.rb
* time.c: fix rounding negative float.
2008-06-27 16:10:46 +00:00
test_trace.rb
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2010-04-16 21:51:01 +00:00
test_variable.rb
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2010-04-16 21:51:01 +00:00
test_whileuntil.rb
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2010-04-16 21:51:01 +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