summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das@noemail.net>2007-01-19 01:05:48 (GMT)
committerdas <das@noemail.net>2007-01-19 01:05:48 (GMT)
commitb52c19b6d7538720fca0e67f0e38eb8872e8741a (patch)
treeb2b9c20e338ad125a57c7b21002cd723febbec04 /ChangeLog
parentd02f9d64cd89392313f831a7e6a2df54197bb802 (diff)
downloadtcl-b52c19b6d7538720fca0e67f0e38eb8872e8741a.zip
tcl-b52c19b6d7538720fca0e67f0e38eb8872e8741a.tar.gz
tcl-b52c19b6d7538720fca0e67f0e38eb8872e8741a.tar.bz2
* macosx/tclMacOSXNotify.c: accommodate changes to prototypes of
OSSpinLock(Un)Lock API. * tests/env.test: add extra system env vars that need to be preserved on some Mac OS X versions for testsuite to work. * unix/tcl.m4: ensure CPPFLAGS env var is used when set. [Bug 1586861] (Darwin): add -isysroot and -mmacosx-version-min flags to CPPFLAGS when present in CFLAGS to avoid discrepancies between what headers configure sees during preprocessing tests and compiling tests. * unix/configure: autoconf-2.13 FossilOrigin-Name: b9b6ddc3498588189763d36228cb32ba4af2d89b
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 222fa3a..2ec53a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2006-01-19 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/tclMacOSXNotify.c: accommodate changes to prototypes of
+ OSSpinLock(Un)Lock API.
+
+ * tests/env.test: add extra system env vars that need to be preserved
+ on some Mac OS X versions for testsuite to work.
+
+ * unix/tcl.m4: ensure CPPFLAGS env var is used when set. [Bug 1586861]
+ (Darwin): add -isysroot and -mmacosx-version-min flags to CPPFLAGS when
+ present in CFLAGS to avoid discrepancies between what headers configure
+ sees during preprocessing tests and compiling tests.
+
+ * unix/configure: autoconf-2.13
+
2006-12-19 Daniel Steffen <das@users.sourceforge.net>
* unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit.