diff options
author | dgp <dgp@users.sourceforge.net> | 2008-07-03 17:15:13 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-07-03 17:15:13 (GMT) |
commit | 249cb51f56621900b972cbbc766b6a4afe7a5331 (patch) | |
tree | 06ad8aa1662e74b408c8a01671036a6229b9e3a5 /ChangeLog | |
parent | 0c008d2ecb5decdf18c0e0b56d59b960d158f6b9 (diff) | |
download | tcl-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-- | 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-28 Don Porter <dgp@users.sourceforge.net> * generic/tclIOUtil.c: Plug memory leak in latest commit. Thanks |