summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-03-27 16:44:03 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-03-27 16:44:03 (GMT)
commit2ef27f98192e8690ab3b297accafe52001b24014 (patch)
tree96861c5a1426f5041d38584b1fa7a4cfc4dbb227 /ChangeLog
parent48de644544436ea0ccdb1aad39f288c3801e06d5 (diff)
downloadtcl-2ef27f98192e8690ab3b297accafe52001b24014.zip
tcl-2ef27f98192e8690ab3b297accafe52001b24014.tar.gz
tcl-2ef27f98192e8690ab3b297accafe52001b24014.tar.bz2
* generic/tclCmdMZ.c (STR_MAP): Replace ckalloc calls with
TclStackAlloc calls.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index a9a7aa7..160af2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,15 @@
+2007-03-27 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclCmdMZ.c (STR_MAP): Replace ckalloc calls with
+ TclStackAlloc calls.
+
2007-03-24 Zoran Vasiljevic <vasiljevic@users.sourceforge.net>
- * win/tclWinThrd.c: Thread exit handler marks the current
- thread as un-initialized. This allows exit handlers that
- are registered later to re-initialize this subsystem in
- case they need to use some sync primitives (cond variables)
- from this file again.
+ * win/tclWinThrd.c: Thread exit handler marks the current
+ thread as un-initialized. This allows exit handlers that
+ are registered later to re-initialize this subsystem in
+ case they need to use some sync primitives (cond variables)
+ from this file again.
2007-03-23 Miguel Sofer <msofer@users.sf.net>