summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-12-29 00:52:22 (GMT)
committerhobbs <hobbs>2001-12-29 00:52:22 (GMT)
commiteb8476367a6bc605f4c88e534db5caefc769f216 (patch)
treef043d5e9faf2a242077d6f89552496c7fd92dee3 /ChangeLog
parentdbff148bc3ffb42b93769a8e0f852fd1014d4363 (diff)
downloadtcl-eb8476367a6bc605f4c88e534db5caefc769f216.zip
tcl-eb8476367a6bc605f4c88e534db5caefc769f216.tar.gz
tcl-eb8476367a6bc605f4c88e534db5caefc769f216.tar.bz2
* library/init.tcl: make sure env(COMSPEC) on Windows is executed
with the right case, as it may otherwise fail inexplicably.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eacfebe..b6971fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2001-12-29 Don Porter <dgp@users.sourceforge.net>
+2001-12-28 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * library/init.tcl: make sure env(COMSPEC) on Windows is executed
+ with the right case, as it may otherwise fail inexplicably.
+
+2001-12-28 Don Porter <dgp@users.sourceforge.net>
* generic/tclCkalloc.c (MemoryCmd, TclFinalizeMemorySubsystem):
Added the [memory onexit] command, intended to replace [checkmem].