diff options
author | dgp <dgp@users.sourceforge.net> | 2008-07-03 17:22:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-07-03 17:22:59 (GMT) |
commit | fb2c0ecc7b7a0a79812c171e1768f191e070e784 (patch) | |
tree | 7d10d1343c0c878dacf69bb61fda91f7e5584688 /ChangeLog | |
parent | 146d52bdc7c6b666e76d77f12e00a94f551fabbd (diff) | |
download | tcl-fb2c0ecc7b7a0a79812c171e1768f191e070e784.zip tcl-fb2c0ecc7b7a0a79812c171e1768f191e070e784.tar.gz tcl-fb2c0ecc7b7a0a79812c171e1768f191e070e784.tar.bz2 |
* library/package.tcl: Removed [file readable] testing from
[tclPkgUnknown] and friends. We find out soon enough whether a
file is readable when we try to [source] it, and not testing
before allows us to workaround the bugs on some common filesystems
where [file readable] lies to us. [Patch 1969717]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2008-07-03 Don Porter <dgp@users.sourceforge.net> + + * library/package.tcl: Removed [file readable] testing from + [tclPkgUnknown] and friends. We find out soon enough whether a + file is readable when we try to [source] it, and not testing + before allows us to workaround the bugs on some common filesystems + where [file readable] lies to us. [Patch 1969717] + 2008-06-29 Don Porter <dgp@users.sourceforge.net> *** 8.5.3 TAGGED FOR RELEASE *** |