From 27810d95af2472f5082efca36b088f5d8a69229f Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 5 Jul 2008 13:38:46 +0000 Subject: * io.c (rb_pipe_internal): new function for handling EMFILE and ENFILE error of pipe(). (UPDATE_MAXFD_PIPE): removed. (pipe_open): use rb_pipe_internal. (rb_io_s_pipe): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b693bf299..04f1cf72b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Jul 5 22:37:00 2008 Tanaka Akira + + * io.c (rb_pipe_internal): new function for handling EMFILE and ENFILE + error of pipe(). + (UPDATE_MAXFD_PIPE): removed. + (pipe_open): use rb_pipe_internal. + (rb_io_s_pipe): ditto. + Sat Jul 5 22:22:27 2008 Nobuyoshi Nakada * thread.c (thread_initialize): NUM2INT() returns int. -- cgit