From 6da0f913230505c90bc7625c9a4c4e7663f89f99 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 21 Oct 2003 06:23:51 +0000 Subject: * win32/win32.c (do_spawn, do_aspawn): should return child's exit status to parent. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dc52f3510..5a9bd74c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ Tue Oct 21 15:08:53 2003 NAKAMURA Usaku * win32/win32.c (do_spawn, do_aspawn): should wait child process even if callded with P_OVERLAY. + * win32/win32.c (do_spawn, do_aspawn): should return child's exit + status to parent. + Tue Oct 21 00:35:02 2003 NAKAMURA, Hiroshi * test/soap/calc/*, test/soap/helloworld/*: catch the exception from -- cgit