aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-09 11:51:32 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-09 11:51:32 +0000
commit5e73aa6e241ecd2896fe673ab20cc51295d091bd (patch)
treee5fb02f5c6a68df63f46acb85ae3004b76148edd /ChangeLog
parentf0b087220c0e7622a29615b25f2f82a6cbacba34 (diff)
downloadruby-5e73aa6e241ecd2896fe673ab20cc51295d091bd.tar.gz
Revert "* internal.h: prototype declarations of gc.c collect up."
These declarations should be exported. This reverts commit 3c9f88c2ce138f2714c36cd25dc9b50ec93861e7. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 0 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e877eb7088..ce8cb50740 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,3 @@
-Sat Nov 9 19:37:40 2013 Narihiro Nakamura <authornari@gmail.com>
-
- * internal.h: prototype declarations of gc.c collect up.
-
Sat Nov 9 15:00:16 2013 Zachary Scott <e@zzak.io>
* io.c: [DOC] ARGF.gets may return nil [Bug #9029] patch by znz