aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-24 00:16:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-24 00:16:37 +0000
commitf7847ecb7233402d499febd6414ac34400d7b65c (patch)
treeb82f2a7a8b3beb18355807052c732d765057dff5 /ChangeLog
parente99cc601e005ffebf7717200ad844c87fe60e5cd (diff)
downloadruby-f7847ecb7233402d499febd6414ac34400d7b65c.tar.gz
internal.h: export rb_gc_for_fd
* internal.h (rb_gc_for_fd): move to export, as referred by ext/socket. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52730 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 503f4e2791..6f653689d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Nov 24 09:16:35 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * internal.h (rb_gc_for_fd): move to export, as referred by
+ ext/socket.
+
Tue Nov 24 09:04:29 2015 David Rodriguez <deivid.rodriguez@gmail.com>
* file.c: [DOC] add a missing period to File docs, to terminate