summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2003-11-20 19:05:43 (GMT)
committervincentdarley <vincentdarley>2003-11-20 19:05:43 (GMT)
commitbaea4220439866995f3c1a6cf225b0fe75bfb4bc (patch)
tree40439c0d1d1ca49c98afe523ca94d4bee0bad56e /ChangeLog
parent9285e260b4b455996aedbde9d1bda9c2bceca579 (diff)
downloadtcl-baea4220439866995f3c1a6cf225b0fe75bfb4bc.zip
tcl-baea4220439866995f3c1a6cf225b0fe75bfb4bc.tar.gz
tcl-baea4220439866995f3c1a6cf225b0fe75bfb4bc.tar.bz2
fix to 'cd' infinite recursion bug on Windows
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cc9bae..8da3d2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-11-20 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * generic/tclIOUtil.c:
+ * tests/winFCmd.test: fix to [Bug 845778] - Infinite recursion
+ on [cd] (Windows only bug).
+
2003-11-18 Jeff Hobbs <jeffh@ActiveState.com>
*** 8.4.5 TAGGED FOR RELEASE ***