summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-07-03 17:28:44 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-07-03 17:28:44 (GMT)
commitcd7cb1f61d5ef41720805bb2fdb479a6e05e1ea4 (patch)
treeaddadf56adc39aab52cabc537fab11dbb07b82ba /ChangeLog
parent349fc26e6c278e0d1de00458c76a113ae8425f88 (diff)
downloadtcl-cd7cb1f61d5ef41720805bb2fdb479a6e05e1ea4.zip
tcl-cd7cb1f61d5ef41720805bb2fdb479a6e05e1ea4.tar.gz
tcl-cd7cb1f61d5ef41720805bb2fdb479a6e05e1ea4.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 3767add..585305b 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-07-01 Donal K. Fellows <dkf@users.sf.net>
* generic/regc_nfa.c (duptraverse): Impose a maximum stack depth on