From 192fcacebf45f6344a5edf6d560f88ef3883273b Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 3 Mar 2006 12:24:53 +0000 Subject: * lib/fileutils.rb (FileUtils.cp_r): implement :remove_destination option. * ext/extmk.rb: use :remove_destination to install extension libraries to avoid SEGV. [ruby-dev:28417] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f069aa42ad..1c9c39f7dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Mar 3 21:22:42 2006 Tanaka Akira + + * lib/fileutils.rb (FileUtils.cp_r): implement :remove_destination + option. + + * ext/extmk.rb: use :remove_destination to install extension libraries + to avoid SEGV. + [ruby-dev:28417] + Fri Mar 3 14:41:04 2006 Minero Aoki * ext/dl/.cvsignore: ignore callback.h. -- cgit v1.2.3