diff options
author | hobbs <hobbs> | 2001-12-29 00:52:22 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-12-29 00:52:22 (GMT) |
commit | eb8476367a6bc605f4c88e534db5caefc769f216 (patch) | |
tree | f043d5e9faf2a242077d6f89552496c7fd92dee3 /ChangeLog | |
parent | dbff148bc3ffb42b93769a8e0f852fd1014d4363 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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]. |