From 913ab3f1d4a63c69e44dfec4b01db4d110b115e3 Mon Sep 17 00:00:00 2001 From: nahi Date: Wed, 24 Dec 2003 14:53:17 +0000 Subject: * test/soap/test_basetype.rb, test/soap/marshal/test_marshal.rb test/xsd/test_xsd.rb: use "(-1.0 / (1.0 / 0.0))" instead of "-0.0" to express -0.0. [ruby-talk:88786] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a028e34fd..e405025f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Dec 24 23:48:04 2003 NAKAMURA, Hiroshi + + * test/soap/test_basetype.rb, test/soap/marshal/test_marshal.rb + test/xsd/test_xsd.rb: use "(-1.0 / (1.0 / 0.0))" instead of "-0.0" + to express -0.0. [ruby-talk:88786] + Wed Dec 24 23:29:30 2003 Tanaka Akira * lib/tsort.rb (test_orphaned_break): removed. -- cgit