From 5b24ed91a211b48718a8c86844306e38c435402e Mon Sep 17 00:00:00 2001 From: ocean Date: Mon, 9 Aug 2004 02:34:02 +0000 Subject: no message git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e9fd6cb34..317e6c468 100644 --- a/ChangeLog +++ b/ChangeLog @@ -735,7 +735,7 @@ Wed Jun 23 01:45:27 2004 Dave Thomas Wed Jun 23 00:20:20 2004 Hirokazu Yamamoto * ext/win32ole/win32ole.c (ole_hresult2msg): remove trailing - CR and LF. (doesn't depend on CR+LF) [ruby-dev:23694] + CRs and LFs. (doesn't depend on CR+LF) [ruby-dev:23749] Wed Jun 23 00:00:25 2004 Nobuyoshi Nakada @@ -1045,11 +1045,11 @@ Tue May 18 14:00:46 2004 Nobuyoshi Nakada Mon May 17 16:14:25 2004 Hirokazu Yamamoto - * numeric.c (flo_to_s): as a result of "p 0.0", "0.0" is prefered - to "0.0e+00". [ruby-dev:23480] + * numeric.c (flo_to_s): it's preferable that "p 0.0" outputs "0.0" + instead of "0.0e+00". [ruby-dev:23480] - * numeric.c (flo_to_s): as a result of "p 0.00000000000000000001", - "1.0e-20" is prefered to "9.999999999999999e-21". (the precision + * numeric.c (flo_to_s): it's preferable that "p 0.00000000000000000001" + outputs "1.0e-20" instead of "9.999999999999999e-21". (the precision is considered, but there is assumption DBL_DIG == 15 in current implementation) @@ -1477,8 +1477,7 @@ Mon Apr 12 18:52:32 2004 GOTOU Yuuzou Mon Apr 12 10:43:47 2004 Hirokazu Yamamoto * dir.c (rb_glob2, rb_glob, rb_globi, push_globs, push_braces, - rb_push_glob): - fix memory leak to occur when block is interrupted in Dir.glob. + rb_push_glob): fix memory leak. (leaked when block was interrupted) Mon Apr 12 10:27:37 2004 Hirokazu Yamamoto @@ -2170,9 +2169,11 @@ Mon Feb 9 17:16:00 2004 WATANABE Hirofumi Mon Feb 9 13:00:55 2004 Hirokazu Yamamoto - * dir.c (fnmatch): - File.fnmatch('*?', 'a') should return true. [ruby-dev:22815] - File.fnmatch('\[1\]' , '[1]') should return true. [ruby-dev:22819] + * dir.c (fnmatch): File.fnmatch('*?', 'a') should return true. + [ruby-dev:22815] + + * dir.c (fnmatch): File.fnmatch('\[1\]' , '[1]') should return true. + [ruby-dev:22819] Sun Feb 8 16:46:13 2004 Nobuyoshi Nakada -- cgit