summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2009-09-29 04:43:58 (GMT)
committerdgp <dgp@users.sourceforge.net>2009-09-29 04:43:58 (GMT)
commite86bb45b55c6b47d64f14589e770f19f996aee47 (patch)
treecfb2df62951bf644dae366c44a8ebfca3ca41cb2 /ChangeLog
parent3ed3e2fa9c66c4985b02e167aca70a0cd2f346ef (diff)
downloadtcl-e86bb45b55c6b47d64f14589e770f19f996aee47.zip
tcl-e86bb45b55c6b47d64f14589e770f19f996aee47.tar.gz
tcl-e86bb45b55c6b47d64f14589e770f19f996aee47.tar.bz2
* generic/tclAlloc.c: Cleaned up various routines in the
* generic/tclCkalloc.c: call stacks for memory allocation to * generic/tclInt.h: guarantee that any size values computed * generic/tclThreadAlloc.c: are within the domains of the routines they get passed to. [Bugs 2557696 and 2557796].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84cb6ad..0980e51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-09-29 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclAlloc.c: Cleaned up various routines in the
+ * generic/tclCkalloc.c: call stacks for memory allocation to
+ * generic/tclInt.h: guarantee that any size values computed
+ * generic/tclThreadAlloc.c: are within the domains of the routines
+ they get passed to. [Bugs 2557696 and 2557796].
+
2009-09-11 Don Porter <dgp@users.sourceforge.net>
* library/http/http.tcl: Bump to http 2.7.4 to account for