diff options
author | das <das> | 2007-08-07 05:06:38 (GMT) |
---|---|---|
committer | das <das> | 2007-08-07 05:06:38 (GMT) |
commit | 7b686b16154a5af966cc5503fd65c94e373b4239 (patch) | |
tree | 8cd95e02cd19a8b4dbbba9316950da91f8d951b8 /ChangeLog | |
parent | 34d95ab0f6f686309ce09ec37889afc625f25149 (diff) | |
download | tcl-7b686b16154a5af966cc5503fd65c94e373b4239.zip tcl-7b686b16154a5af966cc5503fd65c94e373b4239.tar.gz tcl-7b686b16154a5af966cc5503fd65c94e373b4239.tar.bz2 |
* unix/Makefile.in: add support for compile flags specific to
object files linked directly into executables.
* unix/configure.in (Darwin): only use -seg1addr flag when prebinding;
use -mdynamic-no-pic flag for object files linked directly into exes;
support overriding TCL_PACKAGE_PATH in environment.
* unix/configure: autoconf-2.13
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2007-08-07 Daniel Steffen <das@users.sourceforge.net> + + * generic/tclEnv.c: improve environ handling on Mac OS X (adapted + * unix/tclUnixPort.h: from Apple changes in Darwin tcl-64). + + * unix/Makefile.in: add support for compile flags specific to + object files linked directly into executables. + + * unix/configure.in (Darwin): only use -seg1addr flag when prebinding; + use -mdynamic-no-pic flag for object files linked directly into exes; + support overriding TCL_PACKAGE_PATH in environment. + + * unix/configure: autoconf-2.13 + 2007-07-19 Don Porter <dgp@users.sourceforge.net> * generic/tclParse.c: In contexts where interp and parsePtr->interp |