From d9270014832a6bea170e7c310e4550c2c515f855 Mon Sep 17 00:00:00 2001 From: mame Date: Wed, 14 May 2008 12:52:17 +0000 Subject: * test/ruby/test_object.rb: new tests to achieve over 90% test coverage of object.c, eval.c and eval_method.c. * test/ruby/test_module.rb: ditto. * test/ruby/test_trace.rb: ditto. * test/ruby/test_integer.rb: ditto. * test/ruby/test_float.rb: ditto. * test/ruby/test_method.rb: ditto. * test/ruby/test_variable.rb: ditto. * test/ruby/test_eval.rb: ditto. * test/ruby/test_exception.rb: ditto. * test/ruby/test_class.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 41fe636a0..918baa9aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +Wed May 14 21:49:14 2008 Yusuke Endoh + + * test/ruby/test_object.rb: new tests to achieve over 90% test + coverage of object.c, eval.c and eval_method.c. + + * test/ruby/test_module.rb: ditto. + + * test/ruby/test_trace.rb: ditto. + + * test/ruby/test_integer.rb: ditto. + + * test/ruby/test_float.rb: ditto. + + * test/ruby/test_method.rb: ditto. + + * test/ruby/test_variable.rb: ditto. + + * test/ruby/test_eval.rb: ditto. + + * test/ruby/test_exception.rb: ditto. + + * test/ruby/test_class.rb: ditto. + Wed May 14 12:46:37 2008 Koichi Sasada * iseq.c (insn_operand_intern): remove Qundef related code. -- cgit