From 64fc6340e6d0ebdad8312911dc83ca999e585c22 Mon Sep 17 00:00:00 2001 From: mame Date: Thu, 31 Jan 2008 14:08:14 +0000 Subject: * test/ruby/test_bignum.rb: suppress warnings during test. * test/ruby/test_enum.rb: ditto. * test/ruby/test_integer.rb: add tests to achieve over 90% test coverage of numeric.c. * test/ruby/test_float.rb: ditto. * test/ruby/test_fixnum.rb: ditto. * test/ruby/test_numeric.rb: ditto. * test/ruby/test_pack.rb: add tests to achieve over 90% test coverage of pack.c. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c51c8fa5e..ed9511f49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Thu Jan 31 23:06:42 2008 Yusuke Endoh + + * test/ruby/test_bignum.rb: suppress warnings during test. + * test/ruby/test_enum.rb: ditto. + * test/ruby/test_integer.rb: add tests to achieve over 90% test + coverage of numeric.c. + * test/ruby/test_float.rb: ditto. + * test/ruby/test_fixnum.rb: ditto. + * test/ruby/test_numeric.rb: ditto. + * test/ruby/test_pack.rb: add tests to achieve over 90% test coverage + of pack.c. + Thu Jan 31 17:30:42 2008 NAKAMURA Usaku * marshal.c (r_object0): no need to call r_entry for immediate values. -- cgit