summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-16 02:37:02 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-16 02:37:02 +0000
commitcc01e4ee921887bae0a92f00baf38fc550681ecd (patch)
treea1ec5869909d63b00387a5f2f4451500111c96f2
parent8ece526786ed2618b4dee686b48f64a3a482082e (diff)
ChangeLog fixes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3434aebf96..33e658ae3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@ Fri Jul 16 11:31:49 2004 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
* 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 <usa@ruby-lang.org>
+Fri Jul 16 11:20:00 2004 NAKAMURA Usaku <usa@ruby-lang.org>
* 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 <gsinclair@soyabean.com.au>
Sun May 16 22:36:00 2004 Gavin Sinclair <gsinclair@soyabean.com.au>
- * 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 <akr@m17n.org>