From 93cfd49f566646ec731dc9656dad120cc1ce075e Mon Sep 17 00:00:00 2001 From: aamine Date: Wed, 10 Mar 2004 13:26:38 +0000 Subject: * lib/fileutils.rb (remove_dir): should handle symlink correctly. This patch is contributed by Christian Loew. [ruby-talk:94635] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d4253b084..8a31f5334 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Mar 10 22:26:25 2004 Minero Aoki + + * lib/fileutils.rb (remove_dir): should handle symlink correctly. + This patch is contributed by Christian Loew. [ruby-talk:94635] + Wed Mar 10 16:28:42 2004 Yukihiro Matsumoto * eval.c (return_jump): set return value to the return -- cgit