diff options
author | dgp <dgp@users.sourceforge.net> | 2012-02-02 17:35:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-02-02 17:35:59 (GMT) |
commit | 59bcf7fa71bb5fe35152ec943c954a95797105fc (patch) | |
tree | ea10d68cdcf600089963f79042478233d48b22c7 /ChangeLog | |
parent | 3ffba781139cb0ecc4ccf4011ae453ba247011a6 (diff) | |
parent | c55e690196895fde865b1093ba33f375f8c98dba (diff) | |
download | tcl-59bcf7fa71bb5fe35152ec943c954a95797105fc.zip tcl-59bcf7fa71bb5fe35152ec943c954a95797105fc.tar.gz tcl-59bcf7fa71bb5fe35152ec943c954a95797105fc.tar.bz2 |
2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess()
routine that queries file permissions on Windows native filesystems. Meant to
fix numerous bugs where [file writable|readable|executable] "lies" about what
operations are possible, especially when the file resides on a Samba share.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2012-02-02 Don Porter <dgp@users.sourceforge.net> + + * win/tclWinFile.c: [Bugs 2974459,2879351,1951574,1852572, + 1661378,1613456]: Revisions to the NativeAccess() routine that + queries file permissions on Windows native filesystems. Meant to + fix numerous bugs where [file writable|readable|executable] "lies" + about what operations are possible, especially when the file resides + on a Samba share. + 2012-02-01 Donal K. Fellows <dkf@users.sf.net> * doc/AddErrInfo.3: [Bug 3482614]: Documentation nit. |