From 6220926b5e44e6b444e870747f593de7e33a8074 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 5 Jul 2008 14:14:43 +0000 Subject: forgot to commit. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 04f1cf72b..241908985 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. -- cgit