summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-12-08 13:50:42 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-12-08 13:50:42 (GMT)
commita8eab3914ae049d11796aae78540064f3a277dbf (patch)
treec09d46bcea1e83bec22adcbeaeb820c6b2af4658 /ChangeLog
parent1cc496188903b292b91cb8507de78c5f86a7c42f (diff)
downloadtcl-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f712f5..9320406 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>