summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das@noemail.net>2007-08-07 05:06:37 (GMT)
committerdas <das@noemail.net>2007-08-07 05:06:37 (GMT)
commit83c922f36bcd6795d3c09e1f43eeed910cf79992 (patch)
tree8cd95e02cd19a8b4dbbba9316950da91f8d951b8 /ChangeLog
parent3b072ce440bebb14cac3471082aeaabbdf545542 (diff)
downloadtcl-83c922f36bcd6795d3c09e1f43eeed910cf79992.zip
tcl-83c922f36bcd6795d3c09e1f43eeed910cf79992.tar.gz
tcl-83c922f36bcd6795d3c09e1f43eeed910cf79992.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 FossilOrigin-Name: 3002cbfa501fc0b0f9a10180df7adc5ddea46956
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6d1a0e..296f312 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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