aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-08 10:26:36 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-08 10:26:36 +0000
commit1ba82b765c17dac9bbd4a02ec51c0f36e94e1342 (patch)
tree2882a2f7b99f40546c2ec52259529cfa77350bbd /ChangeLog
parent14140eb16b301c1b305b94d6271e8b72242685f6 (diff)
downloadruby-1ba82b765c17dac9bbd4a02ec51c0f36e94e1342.tar.gz
* win32/Makefile.sub: r41163 changed win32/win32.c and configure.in
but it didn't treat about mswin32/mswin64, so fix it. NOTE: this needs a review by usa whether additional condition is required or not. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 564e657dfb..67c0fd028f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sat Jun 8 19:23:53 2013 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * win32/Makefile.sub: r41163 changed win32/win32.c and configure.in
+ but it didn't treat about mswin32/mswin64, so fix it.
+ NOTE: this needs a review by usa whether additional condition is
+ required or not.
+
Sat Jun 8 19:06:26 2013 Tanaka Akira <akr@fsij.org>
* random.c: Unused RBignum internal accessing macros removed.