summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-02-17 23:50:38 (GMT)
committerhobbs <hobbs>2004-02-17 23:50:38 (GMT)
commit9c40be080e14950efdca421aea648fc80664787d (patch)
tree13073fc7f4d5e3dedde22bac361daff703a1eebd /ChangeLog
parenta09e7d11eb23fc3178525780675d000298e8ccff (diff)
downloadtcl-9c40be080e14950efdca421aea648fc80664787d.zip
tcl-9c40be080e14950efdca421aea648fc80664787d.tar.gz
tcl-9c40be080e14950efdca421aea648fc80664787d.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--ChangeLog20
1 files changed, 13 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 0dad0dd..62b57d6 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-17 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclCompCmds.c (TclCompileSwitchCmd): Bozo mistake in
@@ -739,14 +745,14 @@
2003-11-10 Don Porter <dgp@users.sourceforge.net>
- * unix/tclUnixInit.c (TclpInitLibraryPath):
- * win/tclWinInit.c (TclpInitLibraryPath): Fix for [Bug 832657]
- that should not run afoul of startup constraints.
+ * unix/tclUnixInit.c (TclpInitLibraryPath):
+ * win/tclWinInit.c (TclpInitLibraryPath): Fix for [Bug 832657]
+ that should not run afoul of startup constraints.
- * library/dde/pkgIndex.tcl: Added safeguards so that registry
- * library/reg/pkgIndex.tcl: and dde packages are not offered
- * win/tclWinDde.c: on non-Windows platforms. Bumped to
- * win/tclWinReg.c: registry 1.1.3 and dde 1.3.
+ * library/dde/pkgIndex.tcl: Added safeguards so that registry
+ * library/reg/pkgIndex.tcl: and dde packages are not offered
+ * win/tclWinDde.c: on non-Windows platforms. Bumped to
+ * win/tclWinReg.c: registry 1.1.3 and dde 1.3.
* win/Makefile.in:
* win/configure.in:
* win/makefile.bc: