summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-09-27 09:49:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-09-27 09:49:06 (GMT)
commitaf95a5aaa6aa271a32f7efadf348486edff6d9c6 (patch)
tree84f6ad4f5a3f892a9fe948d58e9b07197247fefd /ChangeLog
parent643c7a2aa4c7b5cb1412a098ecacd72dc5f09aac (diff)
parenta235eed74f319d7860e973935e2064bd1bb30e18 (diff)
downloadtcl-af95a5aaa6aa271a32f7efadf348486edff6d9c6.zip
tcl-af95a5aaa6aa271a32f7efadf348486edff6d9c6.tar.gz
tcl-af95a5aaa6aa271a32f7efadf348486edff6d9c6.tar.bz2
* generic/tclIndexObj.c (Tcl_ParseArgsObjv): [Bug 3413857]: Corrected
the memory management for the code parsing arguments when returning "large" numbers of arguments. Also unbroke the TCL_ARGV_AUTO_REST macro in passing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9673852..ebf1962 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-09-27 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclIndexObj.c (Tcl_ParseArgsObjv): [Bug 3413857]: Corrected
+ the memory management for the code parsing arguments when returning
+ "large" numbers of arguments. Also unbroke the TCL_ARGV_AUTO_REST
+ macro in passing.
+
2011-09-26 Donal K. Fellows <dkf@users.sf.net>
* generic/tclCmdAH.c (TclMakeFileCommandSafe): [Bug 3211758]: Also