summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-07-03 17:15:13 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-07-03 17:15:13 (GMT)
commit249cb51f56621900b972cbbc766b6a4afe7a5331 (patch)
tree06ad8aa1662e74b408c8a01671036a6229b9e3a5 /ChangeLog
parent0c008d2ecb5decdf18c0e0b56d59b960d158f6b9 (diff)
downloadtcl-249cb51f56621900b972cbbc766b6a4afe7a5331.zip
tcl-249cb51f56621900b972cbbc766b6a4afe7a5331.tar.gz
tcl-249cb51f56621900b972cbbc766b6a4afe7a5331.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 bc040fc..8907760 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-28 Don Porter <dgp@users.sourceforge.net>
* generic/tclIOUtil.c: Plug memory leak in latest commit. Thanks