diff options
author | dgp <dgp@users.sourceforge.net> | 2005-11-08 18:28:56 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-11-08 18:28:56 (GMT) |
commit | 50aa9cf6430fa3273369544087dea5fdf761e7a4 (patch) | |
tree | 0ec2a14e4ecc1b7e7511316b20a49da68dd4f7fe /ChangeLog | |
parent | b896a6e4fe8cb265e2149fddf237aaec9f9c9c80 (diff) | |
download | tcl-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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): |