summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-07-03 17:22:59 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-07-03 17:22:59 (GMT)
commitfb2c0ecc7b7a0a79812c171e1768f191e070e784 (patch)
tree7d10d1343c0c878dacf69bb61fda91f7e5584688 /ChangeLog
parent146d52bdc7c6b666e76d77f12e00a94f551fabbd (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d480d4c..e8670ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 ***