diff options
author | vincentdarley <vincentdarley> | 2004-07-11 21:13:27 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2004-07-11 21:13:27 (GMT) |
commit | dc6fcf7106c018c43f10c407b3bc1a8571fdf1f6 (patch) | |
tree | 5427dbc9f4aa32193fbfb28924b7739bce0fc626 /ChangeLog | |
parent | 7c2a9ec104e8db33407fb19dead6a973e1ee36ee (diff) | |
download | tcl-dc6fcf7106c018c43f10c407b3bc1a8571fdf1f6.zip tcl-dc6fcf7106c018c43f10c407b3bc1a8571fdf1f6.tar.gz tcl-dc6fcf7106c018c43f10c407b3bc1a8571fdf1f6.tar.bz2 |
cd fix in vfs
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-07-11 Vince Darley <vincentdarley@users.sourceforge.net> + + * generic/tclIOUtil.c: fix to 'cd' bug when vfs is active + [Bug 986944 in tclvfs project] - this bug recently introduced + by some threading fixes. Need to work out how to add + tests for this. + 2004-07-10 Kevin Kenny <kennykb@acm.org> * tests/clock.test (clock-2.11): Changed the test so that |