summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-11-08 18:28:56 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-11-08 18:28:56 (GMT)
commit50aa9cf6430fa3273369544087dea5fdf761e7a4 (patch)
tree0ec2a14e4ecc1b7e7511316b20a49da68dd4f7fe /ChangeLog
parentb896a6e4fe8cb265e2149fddf237aaec9f9c9c80 (diff)
downloadtcl-50aa9cf6430fa3273369544087dea5fdf761e7a4.zip
tcl-50aa9cf6430fa3273369544087dea5fdf761e7a4.tar.gz
tcl-50aa9cf6430fa3273369544087dea5fdf761e7a4.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]. * tests/namespace.test (25.7,8): Backport test of knownBug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db4f8b4..f17d586 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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].
+ * tests/namespace.test (25.7,8): Backport test of knownBug.
+
2005-11-08 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclCmdMZ.c (TclTraceVariableObjCmd, TraceVarProc):