summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-11-08 18:26:59 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-11-08 18:26:59 (GMT)
commit5c21a1eefb01f79128e4a3b7f755eb685e61c2e7 (patch)
tree4a2e60746e77d03fbc8316659f7c0f317bab8a0d /ChangeLog
parentd505bd3c8c89ad756dcd8cb672e623c31f1ffd0a (diff)
downloadtcl-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81baf58..96b67cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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