diff options
author | vincentdarley <vincentdarley> | 2006-03-14 19:34:25 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2006-03-14 19:34:25 (GMT) |
commit | 54b14791b5842fe7e3c0ad6a77e2e6bd10237627 (patch) | |
tree | 174d43369770a1c8db6a61a7f76f4fe572109cfd /ChangeLog | |
parent | 02d304b56fb79258a992e9f47e325445f2e75d40 (diff) | |
download | tcl-54b14791b5842fe7e3c0ad6a77e2e6bd10237627.zip tcl-54b14791b5842fe7e3c0ad6a77e2e6bd10237627.tar.gz tcl-54b14791b5842fe7e3c0ad6a77e2e6bd10237627.tar.bz2 |
90% fix of file writable issues on Windows
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2006-03-14 Vince Darley <vincentdarley@sourceforge.net> + + * win/tclWinFile.c: updated patch to deal with 'file writable' + issues on Windows XP/2000. + * generic/tclTest.c: + * unix/tclUnixTest.c: + * win/tclWinTest.c: + * tests/fCmd,test: updated test suite to deal with correct + permissions setting and differences between XP/2000 and 95/98 + 3 tests still fail; to be dealt with shortly + 2006-03-13 Don Porter <dgp@users.sourceforge.net> * generic/tclEncoding.c: Report error when an escape encoding |