diff options
author | das <das> | 2007-06-29 03:17:05 (GMT) |
---|---|---|
committer | das <das> | 2007-06-29 03:17:05 (GMT) |
commit | ae7210b56be78ad42c79081b2eafc7355436994f (patch) | |
tree | f802ee916ce4de9b28cef06781a387111b9f0df6 /ChangeLog | |
parent | 8493984d04745ef57714bf30c9dfd9da3f073dad (diff) | |
download | tcl-ae7210b56be78ad42c79081b2eafc7355436994f.zip tcl-ae7210b56be78ad42c79081b2eafc7355436994f.tar.gz tcl-ae7210b56be78ad42c79081b2eafc7355436994f.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 | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -1,4 +1,21 @@ -2007-06-27 Don Porter <dgp@users.sourceforge.net> +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). + + * generic/tclGetDate.y: use ckalloc/ckfree instead of malloc/free. + * generic/tclDate.c: bison 1.875e + + * generic/tclBasic.c (TclEvalEx): fix warnings. + + * macosx/Tcl.xcodeproj/project.pbxproj: improve support for renamed tcl + * macosx/Tcl.xcodeproj/default.pbxuser: source dir; add 10.5 SDK build + * macosx/Tcl-Common.xcconfig: config; remove tclMathOp.c. + + * macosx/README: document Tcl.xcodeproj changes. + +2007-06-28 Don Porter <dgp@users.sourceforge.net> * generic/tclBasic.c: Removed dead code, including the * generic/tclExecute.c: entire file tclMathOp.c. |