From 83cda34c576860854d07e3ed094b924d40f3ba45 Mon Sep 17 00:00:00 2001 From: aamine Date: Thu, 26 May 2005 11:33:16 +0000 Subject: * lib/fileutils.rb (remove_entry_secure): add documentation. * lib/fileutils.rb (remove_entry_secure): should not invoke unlink(2) against a directory. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 06b1ccf89..e4a512d5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu May 26 20:31:21 2005 Minero Aoki + + * lib/fileutils.rb (remove_entry_secure): add documentation. + + * lib/fileutils.rb (remove_entry_secure): should not invoke + unlink(2) against a directory. + Thu May 26 08:29:19 2005 Akiyoshi, Masamichi * vms/vmsruby_private.c, vms/vmsruby_private.h: private routines -- cgit