summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-01 05:19:19 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-01 05:19:19 +0000
commit1ed0b7a37a1661082cb3ed846c75b3fdbb8033ee (patch)
treef8d32f49ec8f7c54b04475db9e66cc9128fd7e7e /ChangeLog
parentbc48cbb00c5221ddae8f7500242fa047634c298b (diff)
downloadruby-1ed0b7a37a1661082cb3ed846c75b3fdbb8033ee.tar.gz
ruby-1ed0b7a37a1661082cb3ed846c75b3fdbb8033ee.tar.xz
ruby-1ed0b7a37a1661082cb3ed846c75b3fdbb8033ee.zip
* win32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER):
split compiler specification and runtime library specification. * win32/Makefile.sub (LD_SHARED*, config.status): no need to embbed manifest if not exist. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25173 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 4d96270e6..6e7fe6d29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Oct 1 14:16:39 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER):
+ split compiler specification and runtime library specification.
+
+ * win32/Makefile.sub (LD_SHARED*, config.status): no need to embbed
+ manifest if not exist.
+
Thu Oct 1 13:23:14 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/win32.c (rb_w32_getpid): simply call GetCurrentProcessId()