diff options
author | vincentdarley <vincentdarley> | 2003-11-20 19:05:43 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-11-20 19:05:43 (GMT) |
commit | baea4220439866995f3c1a6cf225b0fe75bfb4bc (patch) | |
tree | 40439c0d1d1ca49c98afe523ca94d4bee0bad56e /ChangeLog | |
parent | 9285e260b4b455996aedbde9d1bda9c2bceca579 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 *** |