summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.