diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-08-30 07:32:35 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-08-30 07:32:35 (GMT) |
commit | 8d1e6698c45470fc4812a282ca29e76a74ac8b2c (patch) | |
tree | 983172c237192773b609114d1627121bf59ec4af /ChangeLog | |
parent | 975f25e21740148f39d80952825b21b199e72834 (diff) | |
download | tcl-8d1e6698c45470fc4812a282ca29e76a74ac8b2c.zip tcl-8d1e6698c45470fc4812a282ca29e76a74ac8b2c.tar.gz tcl-8d1e6698c45470fc4812a282ca29e76a74ac8b2c.tar.bz2 |
Make SHLIB_LD_LIBS='${LIBS}' the default and et to "" on per-platform necessary basis. Add Haiku support and better NetBSD/FreeBSD support.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2011-08-30 Jan Nijtmans <nijtmans@users.sf.net> + + * unix/tcl.m4: Make SHLIB_LD_LIBS='${LIBS}' the default and + * unix/configure: set to "" on per-platform necessary basis. + Add Haiku support and better NetBSD/FreeBSD support. + All of this backported from TEA resp. Tcl8.5, but kept all + original platform code which was removed from TEA. + 2011-08-22 Andreas Kupries <andreask@activestate.com> * win/tclWinDde.c (Tcl_DdeObjCmd): Fixed use of the C99 feature |