aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-23 13:51:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-23 13:51:05 +0000
commitdd2979b3ddb52bb92612577f3eaaf6dd1626b301 (patch)
tree73fb9ec1b223d63ef6ed3274f2aeec521b9111b0 /ChangeLog
parent602241142febadfcca9c0536c92d78d672456d3a (diff)
downloadruby-dd2979b3ddb52bb92612577f3eaaf6dd1626b301.tar.gz
Makefile.sub: C99 mathematics functions
* win32/Makefile.sub (config.h): VC 2013 supports C99 mathematics functions. [ruby-core:57981] [Bug #9044] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75e17444ab..0c1958b77e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Oct 23 22:51:03 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * win32/Makefile.sub (config.h): VC 2013 supports C99 mathematics
+ functions. [ruby-core:57981] [Bug #9044]
+
Wed Oct 23 19:13:18 2013 Koichi Sasada <ko1@atdot.net>
* gc.c: move increment from heap to heap_pages.