From ea12b3eb5387145e9445137e4528a563e9004435 Mon Sep 17 00:00:00 2001 From: aamine Date: Mon, 27 Dec 2004 06:15:32 +0000 Subject: * lib/fileutils.rb (mv): should raise error when moving a directory to the (empty) directory. [ruby-talk:124368] * lib/fileutils.rb (mv): wrongly did not overwrite file on Win32 platforms. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3b04070435..07c7451ba1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Dec 27 15:15:18 2004 Minero Aoki + + * lib/fileutils.rb (mv): should raise error when moving a + directory to the (empty) directory. [ruby-talk:124368] + + * lib/fileutils.rb (mv): wrongly did not overwrite file on Win32 + platforms. + Mon Dec 27 14:36:20 2004 NAKAMURA Usaku * process.c (NUM2RLIM, RLIM2NUM): Without SIZEOF_RLIM_T is not error. -- cgit v1.2.3