summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-08-07 05:06:17 (GMT)
committerdas <das>2007-08-07 05:06:17 (GMT)
commit69867ccb985d020a31fded300114676592dcac9f (patch)
tree15526cd0bbdcd34635e8a052ea57e3b3f81d754d /ChangeLog
parentdb5f2ea3a4f1f2430b9349b6a32c4205c1aba0b3 (diff)
downloadtcl-69867ccb985d020a31fded300114676592dcac9f.zip
tcl-69867ccb985d020a31fded300114676592dcac9f.tar.gz
tcl-69867ccb985d020a31fded300114676592dcac9f.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/TCL_MODULE_PATH in environment. * unix/configure: autoconf-2.59
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 19 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 1575d86..3b8a657 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/TCL_MODULE_PATH in environment.
+
+ * unix/configure: autoconf-2.59
+
2007-08-06 Don Porter <dgp@users.sourceforge.net>
* tests/parseExpr.test: Update source file name of expr parser code.
@@ -12,11 +26,11 @@
2007-08-06 Kevin B. Kenny <kennykb@users.sf.net>
* generic/tclGetDate.y: Added a cast to the definition of YYFREE to
- silence compiler warnings.
- * generic/tclDate.c: Regenerated
- * win/tclWinTest.c: Added a cast to the call to
- GetSecurityDescriptorDacl to silence compiler
- warnings.
+ silence compiler warnings.
+ * generic/tclDate.c: Regenerated
+ * win/tclWinTest.c: Added a cast to the call to
+ GetSecurityDescriptorDacl to silence compiler
+ warnings.
2007-08-04 Miguel Sofer <msofer@users.sf.net>