From 4d1b6c85ddece7940510b1871cd856c24e703a30 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 7 Dec 2004 15:47:59 +0000 Subject: * io.c (pipe_open): win32 bidirectional pipe support. * win32/win32.[ch] (rb_w32_pipe_exec): ditto. * win32/win32.[ch] (socketpair): new function. POSIX socketpair emulation. * win32/win32.c (socketpair_internal): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bb3f393f3..8335584dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Wed Dec 08 00:44:31 2004 NAKAMURA Usaku + + * io.c (pipe_open): win32 bidirectional pipe support. + + * win32/win32.[ch] (rb_w32_pipe_exec): ditto. + + * win32/win32.[ch] (socketpair): new function. POSIX socketpair + emulation. + + * win32/win32.c (socketpair_internal): ditto. + Wed Dec 8 00:25:07 2004 Kouhei Sutou * test/rss/test_version.rb: added version check test. -- cgit