aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-01 06:19:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-01 06:19:57 +0000
commitabb40f8eb315e847e8811db1d72337a4995c2b13 (patch)
tree4ca883841a420dc24acdc28db43ce793f8dc5704 /ChangeLog
parentf274088eec6b2e069c01e2d71d218bb91ffdce06 (diff)
downloadruby-abb40f8eb315e847e8811db1d72337a4995c2b13.tar.gz
* include/ruby/subst.h: reverted r33916, since some names in vm.inc conflict.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 1 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index a881d4a520..557ec52ed7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,3 @@
-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
@@ -45,7 +38,7 @@ Wed Nov 30 09:12:43 2011 NAKAMURA Usaku <usa@ruby-lang.org>
see https://github.com/rdoc/rdoc/issues/87
* test/rdoc/test_rdoc_markup_pre_process.rb
- (TestRDocMarkupPreProcess#test_include_file,
+ (TestRDocMarkupPreProcess#test_include_file,
TestRDocMarkupPreProcess#test_include_file_encoding_incompatible):
follow above change.