From e7ae051153a24f2a60ea69256101b115905d7d2d Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 25 Feb 2009 06:07:10 +0000 Subject: * win32/Makefile.sub (config.status): use un.rb as cp instead of cmd.exe's copy command. * lib/mkmf.rb (create_makefile): no longer need to convert path separator when copying file. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1dfe3c185..9d072c007 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Feb 25 15:05:35 2009 NAKAMURA Usaku + + * win32/Makefile.sub (config.status): use un.rb as cp instead of + cmd.exe's copy command. + + * lib/mkmf.rb (create_makefile): no longer need to convert path + separator when copying file. + Wed Feb 25 12:27:59 2009 Nobuyoshi Nakada * string.c (rb_str_force_encoding): should clear coderange at changing -- cgit