From 470e98a1275cb5e44f391eea4424bd87fdf83c19 Mon Sep 17 00:00:00 2001 From: aamine Date: Thu, 14 Apr 2005 10:00:52 +0000 Subject: * lib/fileutils.rb (remove_file): ignore exceptions caused by chmod. * lib/fileutils.rb (remove_dir): try to get rights to rmdir. [ruby-Bugs:1502] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 656518fac..02288aba4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Apr 14 18:59:43 2005 Minero Aoki + + * lib/fileutils.rb (remove_file): ignore exceptions caused by + chmod. + + * lib/fileutils.rb (remove_dir): try to get rights to rmdir. + [ruby-Bugs:1502] + Thu Apr 14 18:51:02 2005 Keiju Ishitsuka * lib/irb/ruby-lex.rb, lib/irb/slex.rb: bug fix of [ruby-Bugs-1745] @@ -16,8 +24,7 @@ Thu Apr 14 05:35:45 2005 Keiju Ishitsuka * doc/irb/irb.rd.ja: a lost of release IRB 0.9.5. - * lib/irb/slex.rb: bug fix by [ruby-core :04707]. - + * lib/irb/slex.rb: bug fix by [ruby-core:04707]. Thu Apr 14 00:20:31 2005 Keiju Ishitsuka * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5. -- cgit