diff options
author | dgp <dgp@users.sourceforge.net> | 2005-11-08 18:26:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-11-08 18:26:59 (GMT) |
commit | 5c21a1eefb01f79128e4a3b7f755eb685e61c2e7 (patch) | |
tree | 4a2e60746e77d03fbc8316659f7c0f317bab8a0d /ChangeLog | |
parent | d505bd3c8c89ad756dcd8cb672e623c31f1ffd0a (diff) | |
download | tcl-5c21a1eefb01f79128e4a3b7f755eb685e61c2e7.zip tcl-5c21a1eefb01f79128e4a3b7f755eb685e61c2e7.tar.gz tcl-5c21a1eefb01f79128e4a3b7f755eb685e61c2e7.tar.bz2 |
* generic/tclPkg.c: Corrected inconsistencies in the value returned
* tests/pkg.test: by Tcl_PkgRequire(Ex) so that the returned
values will always agree with what is stored in the package database.
This way repeated calls to Tcl_PkgRequire(Ex) have the same results.
Thanks to Hemang Lavana. [Bug 1162286].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-11-08 Don Porter <dgp@users.sourceforge.net> + + * generic/tclPkg.c: Corrected inconsistencies in the value returned + * tests/pkg.test: by Tcl_PkgRequire(Ex) so that the returned + values will always agree with what is stored in the package database. + This way repeated calls to Tcl_PkgRequire(Ex) have the same results. + Thanks to Hemang Lavana. [Bug 1162286]. + 2005-11-08 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * generic/tclTrace.c (TraceVarEx): Factor out the core of Tcl_TraceVar2 |