ruby-changes:6380
From: akr <ko1@a...>
Date: Sat, 5 Jul 2008 23:14:57 +0900 (JST)
Subject: [ruby-changes:6380] Ruby:r17896 (trunk): forgot to commit.
akr 2008-07-05 23:14:43 +0900 (Sat, 05 Jul 2008) New Revision: 17896 Modified files: trunk/ChangeLog Log: forgot to commit. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=17896 Index: ChangeLog =================================================================== --- ChangeLog (revision 17895) +++ ChangeLog (revision 17896) @@ -1,11 +1,15 @@ -Sat Jul 5 22:37:00 2008 Tanaka Akira <akr@f...> +Sat Jul 5 23:10:41 2008 Tanaka Akira <akr@f...> - * 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 <nobu@r...> * thread.c (thread_initialize): NUM2INT() returns int. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/