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.