Artifact f994f08baa464fbc78395d0c78e8b699071b801c:
- File win/tclWinTest.c — part of check-in [d03e2a5a90] at 2002-12-17 02:47:38 on branch trunk — * generic/tclPipe.c (TclCleanupChildren): * tests/winPipe.c: * win/tclWinPipe.c (Tcl_WaitPid): * win/tclWinTest.c: Gave Tcl_WaitPid the ability to return a Win32 exception code translated into a posix style SIG*. This allows [close] to report "CHILDKILLED" without the meaning getting lost in a truncated exit code. In TclCleanupChildren(), TclpGetPid() had to get moved to before Tcl_WaitPid() as the the handle is removed from the list taking away the ability to get the process id after the wait is done. This shouldn't effect the unix implimentaion unless waitpid is called with a pid of zero, meaning "any". I don't think it is.. (user: davygrvy size: 9989)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.