summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-02-17 23:46:52 (GMT)
committerhobbs <hobbs>2004-02-17 23:46:52 (GMT)
commit57bfc576f44e79000d9d4b77974c6b4dbad662d4 (patch)
tree57a631b8cb81d611eaec8f4a1ac52d4836a046ec /ChangeLog
parent36fd8f61b581d7e997b9d65e92656fe72ce59230 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 026141e..fec8f4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)