From cc01e4ee921887bae0a92f00baf38fc550681ecd Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 16 Jul 2004 02:37:02 +0000 Subject: [PATCH] ChangeLog fixes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3434aebf965821..33e658ae3ad12d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ Fri Jul 16 11:31:49 2004 Hirokazu Yamamoto * lib/test/unit/ui/{fox,gtk,gtk2}/testrunner.rb: remove garbage (patch from akira yamada) [ruby-dev:23911] -Fri Jul 16 11:17:09 2004 NAKAMURA Usaku +Fri Jul 16 11:20:00 2004 NAKAMURA Usaku * sprintf.c (rb_f_sprintf): fix output of NaN, Inf and -Inf with "%f" or etc on MSVCRT platforms. (backported from HEAD) @@ -894,7 +894,7 @@ Mon May 17 00:03:00 2004 Gavin Sinclair Sun May 16 22:36:00 2004 Gavin Sinclair - * lib/text/unit.rb: Removed :nodoc: directive (it prevented effective + * lib/test/unit.rb: Removed :nodoc: directive (it prevented effective RDoc operation), and added file-level comment. Sun May 16 20:55:49 2004 Tanaka Akira