diff options
author | vincentdarley <vincentdarley> | 2006-03-10 10:33:53 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2006-03-10 10:33:53 (GMT) |
commit | b23a2d1754b45338821d3b59b46d7ab59a222841 (patch) | |
tree | f2fca9c96621b66025da453a59ac2dc4d56ca463 /ChangeLog | |
parent | 781917eceebd25c1e52cb8b8b5d6a56a30016b50 (diff) | |
download | tcl-b23a2d1754b45338821d3b59b46d7ab59a222841.zip tcl-b23a2d1754b45338821d3b59b46d7ab59a222841.tar.gz tcl-b23a2d1754b45338821d3b59b46d7ab59a222841.tar.bz2 |
remove previous patch for 'file writable'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,7 +1,12 @@ +2006-03-10 Vince Darley <vincentdarley@sourceforge.net> + + * win/tclWinFile.c: previous patch breaks tests, so removed. + 2006-03-09 Vince Darley <vincentdarley@sourceforge.net> * win/tclWinFile.c: fix to 'file writable' in certain XP directories. Thanks to fvogel and jfg. [Patch 1344540] + Modified patch to make use of existing use of getSecurityProc. 2006-03-08 Don Porter <dgp@users.sourceforge.net> |