From 4c876b08b80a411ce9e2593146fc4dd88c1bc56b Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 18 Jul 2005 01:00:23 +0000 Subject: * rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED): new constant. * io.c (wsplit_p): new function. (io_fflush): split writing data by PIPE_BUF if wsplit_p is true in multi-threaded mode. (io_fwrite): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a46091142..303f38140 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Jul 18 09:36:25 2005 Tanaka Akira + + * rubyio.h (FMODE_WSPLIT, FMODE_WSPLIT_INITIALIZED): new constant. + + * io.c (wsplit_p): new function. + (io_fflush): split writing data by PIPE_BUF if wsplit_p is true in + multi-threaded mode. + (io_fwrite): ditto. + Mon Jul 18 05:00:00 2005 NARUSE, Yui * ext/nkf/nkf-utf8/nkf.c: import nkf.c 1.73 -- cgit