From 616b8a3ca9ca3ef1907777131f5ce11bd6177d7b Mon Sep 17 00:00:00 2001 From: aamine Date: Mon, 1 Dec 2003 05:18:46 +0000 Subject: * lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow Pathname for arguments. [ruby-core:01795] * test/fileutils/test_fileutils.rb: does much strict test on "same" files detecting. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f55ad9aea..33ed91365 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Dec 1 14:17:49 2003 Minero Aoki + + * lib/fileutils.rb (fu_each_src_dest0): call #to_str to allow + Pathname for arguments. [ruby-core:01795] + + * test/fileutils/test_fileutils.rb: does much strict test on + "same" files detecting. + Mon Dec 1 09:28:14 2003 NAKAMURA Usaku * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub -- cgit