diff options
author | dgp <dgp@users.sourceforge.net> | 2007-11-28 19:22:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-11-28 19:22:52 (GMT) |
commit | 8f2fee65ee84fd8a8baa994417d502dbaf311cbe (patch) | |
tree | 6b2177b48343538bf0001648b60b41021b1ac0c2 /ChangeLog | |
parent | ef2fd068309b48838e525926dbffc6468ac3359b (diff) | |
download | tcl-8f2fee65ee84fd8a8baa994417d502dbaf311cbe.zip tcl-8f2fee65ee84fd8a8baa994417d502dbaf311cbe.tar.gz tcl-8f2fee65ee84fd8a8baa994417d502dbaf311cbe.tar.bz2 |
* generic/tclConfig.c: Corrected failure of the [::foo::pkgconfig]
command to clean up registered configuration data when the query
command is deleted from the interp. [Bug 983501].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,8 +1,12 @@ 2007-11-28 Don Porter <dgp@users.sourceforge.net> + * generic/tclConfig.c: Corrected failure of the [::foo::pkgconfig] + command to clean up registered configuration data when the query + command is deleted from the interp. [Bug 983501]. + * generic/tclNamesp.c (Tcl_SetEnsembleMappingDict): Added checks that the dict value passed in is in the format required to make the - internals of ensembles work. + internals of ensembles work. [Bug 1436096] * generic/tclIO.c: Simplify test and improve accuracy of error message in latest changes. |