From 0e29aa4da440ac7658b731c5004fca8efcb98ab9 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 18 Aug 2008 19:54:42 +0000 Subject: * lib/rake.rb (FileUtils#ruby): takes care of space containing path. [ ruby-Bugs-21591 ] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 280332159..327dcb106 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 19 04:54:39 2008 Nobuyoshi Nakada + + * lib/rake.rb (FileUtils#ruby): takes care of space containing path. + [ ruby-Bugs-21591 ] + Tue Aug 19 01:32:37 2008 Tanaka Akira * io.c (rb_open_file): encoding in mode string was ignored if perm is -- cgit