diff options
author | vincentdarley <vincentdarley> | 2006-03-18 18:15:10 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2006-03-18 18:15:10 (GMT) |
commit | a1d41e6ab15a8040828a7984500a360d0b483f9d (patch) | |
tree | 5d117164808bc7ff934146c9e50d11f2fd5df143 /ChangeLog | |
parent | 0724ad11901b1b93fd79ec948eb4997cbbee73c3 (diff) | |
download | tcl-a1d41e6ab15a8040828a7984500a360d0b483f9d.zip tcl-a1d41e6ab15a8040828a7984500a360d0b483f9d.tar.gz tcl-a1d41e6ab15a8040828a7984500a360d0b483f9d.tar.bz2 |
fix to file writeable on windows
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2006-03-18 Vince Darley <vincentdarley@sourceforge.net> + + * tests/fCmd.test: added knownBug test case for [Bug 1394972] + + * tests/winFCmd.test: + * tests/tcltest.test: corrected tests to better account for + behaviour of writable/non-writable directories on Windows 2000/XP. + This, with the previous patches, closes [Bug 1193497] + 2006-03-17 Andreas Kupries <andreask@activestate.com> * doc/chan.n: Updated with documentation for the commands 'chan |