summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-10-08 20:16:41 (GMT)
committerhobbs <hobbs>2004-10-08 20:16:41 (GMT)
commita0450acd9622a064562fefe006306d0775937c30 (patch)
treec979e620c04132cdde3edcb7e2c9898b0a184b55 /ChangeLog
parentf7bc88de0e53b6ba8710bd7b8c269289a2d16863 (diff)
downloadtcl-a0450acd9622a064562fefe006306d0775937c30.zip
tcl-a0450acd9622a064562fefe006306d0775937c30.tar.gz
tcl-a0450acd9622a064562fefe006306d0775937c30.tar.bz2
* win/tclWinFile.c (NativeIsExec): correct result of 'file
executable' to not be case sensitive. [Bug 954263]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad735f0..5f74f81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-08 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/tclWinFile.c (NativeIsExec): correct result of 'file
+ executable' to not be case sensitive. [Bug 954263]
+
2004-10-05 Don Porter <dgp@users.sourceforge.net>
* generic/tclNamesp.c (Tcl_PopCallFrame): Removed Bug 1038021