summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-18 11:06:12 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-18 11:06:12 +0000
commit249221a6104f26b8602af0be416057a94fe9c8ad (patch)
tree6822be0bdd91c6d1d23f52f5854deb45880650bd /ChangeLog
parent065a055037dde6534b0899a371cd5c8b45d8407c (diff)
downloadruby-249221a6104f26b8602af0be416057a94fe9c8ad.tar.gz
ruby-249221a6104f26b8602af0be416057a94fe9c8ad.tar.xz
ruby-249221a6104f26b8602af0be416057a94fe9c8ad.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <usa@ruby-lang.org>
+
+ * 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 <nobu@ruby-lang.org>
* eval_intern.h, insnhelper.h, thread_pthread.h, vm_core.h, vm_opts.h: