diff options
author | dgp <dgp@users.sourceforge.net> | 2008-07-03 17:28:44 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-07-03 17:28:44 (GMT) |
commit | cd7cb1f61d5ef41720805bb2fdb479a6e05e1ea4 (patch) | |
tree | addadf56adc39aab52cabc537fab11dbb07b82ba /ChangeLog | |
parent | 349fc26e6c278e0d1de00458c76a113ae8425f88 (diff) | |
download | tcl-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-- | 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-07-01 Donal K. Fellows <dkf@users.sf.net> * generic/regc_nfa.c (duptraverse): Impose a maximum stack depth on |