From 142592a2eddbe959a3ff89bae5856ff416f2d821 Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 4 Jan 2003 06:26:10 +0000 Subject: * process.c (rb_proc_exec): use same logic as DJGPP on win32 ports. * process.c (rb_f_system): ditto. * win32/win32.c, win32/win32.h (do_aspawn): [new]. for arrayed arguments. * win32/win32.c (CreateChild): add new argument for real filename of executing process. * win32/win32.c (NtHasRedirection, pipe_exec): follow above change. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 696a1200a..6e22fe557 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Sat Jan 4 15:18:50 2003 NAKAMURA Usaku + + * process.c (rb_proc_exec): use same logic as DJGPP on win32 ports. + + * process.c (rb_f_system): ditto. + + * win32/win32.c, win32/win32.h (do_aspawn): [new]. for arrayed + arguments. + + * win32/win32.c (CreateChild): add new argument for real filename of + executing process. + + * win32/win32.c (NtHasRedirection, pipe_exec): follow above change. + Sat Jan 4 14:29:52 2003 NAKAMURA Usaku * configure.in: set rb_cv_need_io_flush_between_seek=yes. -- cgit