From 7b52d32bd7b373b56aea19127846ad9f01144f50 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 5 Jul 2008 14:14:43 +0000 Subject: [PATCH] forgot to commit. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 04f1cf72b3..2419089856 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,15 @@ -Sat Jul 5 22:37:00 2008 Tanaka Akira +Sat Jul 5 23:10:41 2008 Tanaka Akira - * io.c (rb_pipe_internal): new function for handling EMFILE and ENFILE + * io.c (rb_pipe): new function for handling EMFILE and ENFILE error of pipe(). (UPDATE_MAXFD_PIPE): removed. - (pipe_open): use rb_pipe_internal. + (pipe_open): use rb_pipe. (rb_io_s_pipe): ditto. + * process.c (pipe_nocrash): use rb_pipe. + + * include/ruby/intern.h (rb_pipe): declared. + Sat Jul 5 22:22:27 2008 Nobuyoshi Nakada * thread.c (thread_initialize): NUM2INT() returns int.