1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

ChangeLog fixes.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2004-07-16 02:37:02 +00:00
parent 8ece526786
commit cc01e4ee92

View file

@ -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>