diff options
author | hobbs <hobbs> | 2004-02-17 23:46:52 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2004-02-17 23:46:52 (GMT) |
commit | 57bfc576f44e79000d9d4b77974c6b4dbad662d4 (patch) | |
tree | 57a631b8cb81d611eaec8f4a1ac52d4836a046ec /ChangeLog | |
parent | 36fd8f61b581d7e997b9d65e92656fe72ce59230 (diff) | |
download | tcl-57bfc576f44e79000d9d4b77974c6b4dbad662d4.zip tcl-57bfc576f44e79000d9d4b77974c6b4dbad662d4.tar.gz tcl-57bfc576f44e79000d9d4b77974c6b4dbad662d4.tar.bz2 |
* tests/unixInit.test: unixInit-7.1
* unix/tclUnixInit.c (TclpInitPlatform): ensure the std fds exist
to prevent crash condition [Bug #772288]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-02-17 Jeff Hobbs <jeffh@ActiveState.com> + + * tests/unixInit.test: unixInit-7.1 + * unix/tclUnixInit.c (TclpInitPlatform): ensure the std fds exist + to prevent crash condition [Bug #772288] + 2004-02-16 Jeff Hobbs <jeffh@ActiveState.com> * generic/tclCmdMZ.c (TclTraceExecutionObjCmd) |