From 15cc67089d62a26fde43620eeb56c3b9f43873b1 Mon Sep 17 00:00:00 2001 From: eban Date: Mon, 6 Jan 2003 09:34:16 +0000 Subject: * lib/fileutils.rb (ln): add ' -f' in the verbose message. * lib/fileutils.rb (cp_r): add 'p' in the verbose message. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 409f7c1af..1a60e659d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Jan 6 18:31:45 2003 WATANABE Hirofumi + + * lib/fileutils.rb (ln): add ' -f' in the verbose message. + + * lib/fileutils.rb (cp_r): add 'p' in the verbose message. + Mon Jan 6 13:26:35 2003 NAKAMURA Usaku * process.c (proc_exec_v): follow to proc_spawn_v(). call do_aspawn() -- cgit