From 36a913e51ee24aae22bd6ca1f6e3dc680ba87177 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 18 Feb 2009 18:43:15 +0000 Subject: * ext/socket/ancdata.c (ancillary_rights): new method. (make_io_for_rights): new function to allocate IOs for FDs in SCM_RIGHTS message. (bsock_recvmsg_internal): use make_io_for_rights. So the FDs can be closed by GC. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d0c77137c..b78c13fff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Feb 19 03:42:48 2009 Tanaka Akira + + * ext/socket/ancdata.c (ancillary_rights): new method. + (make_io_for_rights): new function to allocate + IOs for FDs in SCM_RIGHTS message. + (bsock_recvmsg_internal): use make_io_for_rights. So the FDs can be + closed by GC. + Thu Feb 19 03:28:59 2009 Akinori MUSHA * README.EXT, README.EXT.ja: Improve the document about -- cgit