aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-01 05:48:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-01 05:48:05 +0000
commitf274088eec6b2e069c01e2d71d218bb91ffdce06 (patch)
treeee49e433c7cdc6af4b50d453de4feec4a0a56b49 /ChangeLog
parenta394c59be36d8b318e158db4ad852a107121c590 (diff)
downloadruby-f274088eec6b2e069c01e2d71d218bb91ffdce06.tar.gz
* include/ruby/subst.h: removed arguments lists so that function
calls with zero arguments can be substituted. aliasing in .def file has no effect for static library. [ruby-core:41370] [Bug#5681] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33916 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 802ec493aa..a881d4a520 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Dec 1 14:48:03 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * include/ruby/subst.h: removed arguments lists so that function
+ calls with zero arguments can be substituted. aliasing in .def
+ file has no effect for static library. [ruby-core:41370]
+ [Bug#5681]
+
Thu Dec 1 14:43:17 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/bigdecimal/bigdecimal.h (Real): suppress false warning from