From 15193e110bded2f218c993f60c258fbb9c0233c7 Mon Sep 17 00:00:00 2001 From: aamine Date: Fri, 7 May 2004 12:04:19 +0000 Subject: * lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-core:02843] * test/fileutils/test_fileutils.rb (mkdir): test "\n" in path. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1463e25a5..8374f60cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri May 7 21:03:51 2004 Minero Aoki + + * lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". + [ruby-core:02843] + + * test/fileutils/test_fileutils.rb (mkdir): test "\n" in path. + Fri May 7 11:17:27 Hirokazu Yamamoto * util.c (ruby_strtod): 0.0000000000000000001 == 0.0 should be false. -- cgit