diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-06-28 18:26:01 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-06-28 18:26:01 +0000 |
| commit | dc64040989ddc7c46117e642742694109e95ae36 (patch) | |
| tree | ccd6bc1b730eeb5e3d20f5b65391e7836bbd943b /ChangeLog | |
| parent | 89f28659e34e33a43534804940221cae59c45fde (diff) | |
| download | ruby-dc64040989ddc7c46117e642742694109e95ae36.tar.gz ruby-dc64040989ddc7c46117e642742694109e95ae36.tar.xz ruby-dc64040989ddc7c46117e642742694109e95ae36.zip | |
* io.c (pipe_finalize, pipe_popen): two-way pipe support for win32.
* win32/win32.c (ChildRecord, FindFreeChildSlot): ditto.
* win32/win32.c, win32/win32.h (pipe_exec): new function for two-way
pipe support for win32.
* win32/win32.c, win32/win32.h (FindPipedChildSlot, rb_w32_popen,
rb_w32_pclose): removed functions for two-way pipe support for win32.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Sat Jun 29 01:43:32 2002 NAKAMURA Usaku <usa@ruby-lang.org> + + * io.c (pipe_finalize, pipe_popen): two-way pipe support for win32. + + * win32/win32.c (ChildRecord, FindFreeChildSlot): ditto. + + * win32/win32.c, win32/win32.h (pipe_exec): new function for two-way + pipe support for win32. + + * win32/win32.c, win32/win32.h (FindPipedChildSlot, rb_w32_popen, + rb_w32_pclose): removed functions for two-way pipe support for win32. + Fri Jun 28 23:49:34 2002 NAKAMURA Usaku <usa@ruby-lang.org> * pack.c (pack_unpack): change names of local variables because their |
