summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-01-19 01:05:17 (GMT)
committerdas <das>2007-01-19 01:05:17 (GMT)
commit1db742bc9e473d2b3172fdc5328b673a301ec365 (patch)
tree0df897a114c850b51ed6bfd4839a4baa00023737 /ChangeLog
parent75ccccac84a02f2efe7d0cbf26581f83661cf935 (diff)
downloadtk-1db742bc9e473d2b3172fdc5328b673a301ec365.zip
tk-1db742bc9e473d2b3172fdc5328b673a301ec365.tar.gz
tk-1db742bc9e473d2b3172fdc5328b673a301ec365.tar.bz2
* macosx/Wish.xcodeproj/project.pbxproj: remove libtommath defines.
* 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.59
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5362911..86893dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-01-19 Daniel Steffen <das@users.sourceforge.net>
+
+ * macosx/Wish.xcodeproj/project.pbxproj: remove libtommath defines.
+
+ * 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.59
+
2007-01-11 Jeff Hobbs <jeffh@activestate.com>
* unix/tkUnixEvent.c, library/msgs/es.msg: s/CRLF/LF/g