summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1271f57..fe46847 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-25 Jan Nijtmans <nijtmans@users.sf.net>
+
+ * generic/tclCkalloc.c: [Bug 3129448]: Possible over-allocation on 64-bit
+ * generic/tclHash.c: platforms, part 2, backported strcpy->memcpy
+ * generic/tclProc.c change but not change in any struct.
+
2011-01-14 Jan Nijtmans <nijtmans@users.sf.net>
* win/tclWinDde.c: Fix gcc-4.5.2 error: lvalue required as ...