diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-12-08 13:50:42 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-12-08 13:50:42 (GMT) |
commit | a8eab3914ae049d11796aae78540064f3a277dbf (patch) | |
tree | c09d46bcea1e83bec22adcbeaeb820c6b2af4658 /ChangeLog | |
parent | 1cc496188903b292b91cb8507de78c5f86a7c42f (diff) | |
download | tcl-a8eab3914ae049d11796aae78540064f3a277dbf.zip tcl-a8eab3914ae049d11796aae78540064f3a277dbf.tar.gz tcl-a8eab3914ae049d11796aae78540064f3a277dbf.tar.bz2 |
Fix [Bug 1571056] and silence a GCC warning
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2006-12-08 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + * generic/tclNamesp.c (TclTeardownNamespace): Ensure that dying + namespaces unstitch themselves from their referents. [Bug 1571056] + (NsEnsembleImplementationCmd): Silence GCC warning. + * tests/mathop.test: Full tests for & | and ^ operators 2006-12-08 Daniel Steffen <das@users.sourceforge.net> |