summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das@noemail.net>2007-06-29 03:17:32 (GMT)
committerdas <das@noemail.net>2007-06-29 03:17:32 (GMT)
commitd121eb508ebd4b3f2d11828d67776f5681060654 (patch)
treeaf59dc494a087f7d1c0ec24eeecee20d05ebd834 /ChangeLog
parent515175cab450bcf5484c76e22efd00908a902f07 (diff)
downloadtcl-d121eb508ebd4b3f2d11828d67776f5681060654.zip
tcl-d121eb508ebd4b3f2d11828d67776f5681060654.tar.gz
tcl-d121eb508ebd4b3f2d11828d67776f5681060654.tar.bz2
* generic/tclAlloc.c: on Darwin, ensure memory allocated by
* generic/tclThreadAlloc.c: the custom TclpAlloc()s is aligned to 16 byte boundaries (as is the case with the Darwin system malloc). FossilOrigin-Name: f80bb890e9e3e930f39faf8e6386468eb6c606df
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b75b531..1282067 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-06-29 Daniel Steffen <das@users.sourceforge.net>
+
+ * generic/tclAlloc.c: on Darwin, ensure memory allocated by
+ * generic/tclThreadAlloc.c: the custom TclpAlloc()s is aligned to
+ 16 byte boundaries (as is the case with the Darwin system malloc).
+
2007-06-27 Don Porter <dgp@users.sourceforge.net>
* generic/tclCmdMZ.c: Corrected broken trace reversal logic in