From 249221a6104f26b8602af0be416057a94fe9c8ad Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 18 Jan 2008 11:06:12 +0000 Subject: * win32/setup.mak (BASERUBY): nmake cannot execute ruby collectly if the path of ruby.exe is quoted. * win32/setup.mak ($(ARCH)): if a macro is appended by $(APPEND), a space will be inserted on the top of the line. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b1a68503d..e0dcab7fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Jan 18 20:03:05 2008 NAKAMURA Usaku + + * win32/setup.mak (BASERUBY): nmake cannot execute ruby collectly + if the path of ruby.exe is quoted. + + * win32/setup.mak ($(ARCH)): if a macro is appended by $(APPEND), + a space will be inserted on the top of the line. + Fri Jan 18 17:56:09 2008 Nobuyoshi Nakada * eval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h: -- cgit