diff options
author | das <das> | 2007-06-29 03:17:32 (GMT) |
---|---|---|
committer | das <das> | 2007-06-29 03:17:32 (GMT) |
commit | 18e1cd3cc3f1062987089b2d89e4950fdf892f37 (patch) | |
tree | af59dc494a087f7d1c0ec24eeecee20d05ebd834 /ChangeLog | |
parent | 7c919ec8cb01aa1aa873b2988adeea684e33ccf1 (diff) | |
download | tcl-18e1cd3cc3f1062987089b2d89e4950fdf892f37.zip tcl-18e1cd3cc3f1062987089b2d89e4950fdf892f37.tar.gz tcl-18e1cd3cc3f1062987089b2d89e4950fdf892f37.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).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |