aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-21 16:49:44 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-21 16:49:44 +0000
commitad2f293d4fb1df2b78649e649feb41ed48913998 (patch)
treeb7bb97200389ee64be5aa194f37757bd6c896d12 /ChangeLog
parent9cfe35ad503cd6bb598dea85517949b932719afe (diff)
downloadruby-ad2f293d4fb1df2b78649e649feb41ed48913998.tar.gz
* ext/socket/ancdata.c (bsock_recvmsg_internal): gc when SCM_RIGHTS
hit the file descriptor limit. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22487 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 e20c73f3d2..481394ee82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Feb 22 01:48:51 2009 Tanaka Akira <akr@fsij.org>
+
+ * ext/socket/ancdata.c (bsock_recvmsg_internal): gc when SCM_RIGHTS
+ hit the file descriptor limit.
+
Sun Feb 22 00:51:58 2009 Tanaka Akira <akr@fsij.org>
* io.c (io_getpartial): error message describes what should be