summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoe Mistachkin <joe@mistachkin.com>2006-08-28 04:13:32 (GMT)
committerJoe Mistachkin <joe@mistachkin.com>2006-08-28 04:13:32 (GMT)
commit1f7a4c65f4cdd102ebde7c2058fff469686829f8 (patch)
tree75a47e078869170518b2daf7e404d8fbc7f4c0cd /ChangeLog
parent8d05e9798827f58abf7ac5d5d28d2b03ede92daa (diff)
downloadtcl-1f7a4c65f4cdd102ebde7c2058fff469686829f8.zip
tcl-1f7a4c65f4cdd102ebde7c2058fff469686829f8.tar.gz
tcl-1f7a4c65f4cdd102ebde7c2058fff469686829f8.tar.bz2
Fixes for [Bug 1547662] and [Bug 1547681]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 875f18b..888cb70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2006-08-27 Joe Mistachkin <joe@mistachkin.com>
+
+ * generic/tclClock.c (ClockClicksObjCmd): Fix nested macro breakage
+ with TCL_MEM_DEBUG enabled. [Bug 1547662]
+
+ * generic/tclNamesp.c (NamespaceUpvarCmd): Fix panic with TCL_MEM_DEBUG
+ enabled caused by incorrect usage of TclFormatObj (missing trailing
+ NULL argument). [Bug 1547681]
+
2006-08-26 Miguel Sofer <msofer@users.sf.net>
* doc/namespace.n: