summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2008-06-12 06:34:34 (GMT)
committerdas <das>2008-06-12 06:34:34 (GMT)
commitd267c13106daee177a3e951075998de07098b94c (patch)
treeeb3e332d9655a21975438dcb29b010b29c0e77a3 /ChangeLog
parent7767c7e469fd6007beed761f6f448863ddaa0de5 (diff)
downloadtcl-d267c13106daee177a3e951075998de07098b94c.zip
tcl-d267c13106daee177a3e951075998de07098b94c.tar.gz
tcl-d267c13106daee177a3e951075998de07098b94c.tar.bz2
* unix/Makefile.in: clean generated tclDTrace.h file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 672fa83..a9d71c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2008-06-12 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/Makefile.in: clean generated tclDTrace.h file.
+ * unix/configure.in: fix static DTrace-enabled build on Solaris.
+
+ * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc.
+ * unix/configure: autoconf-2.59
+
+ * macosx/Tcl.xcodeproj/project.pbxproj: add debug configs with gcov,
+ and with corefoundation disabled; updates and cleanup for Xcode 3.1 and
+ for Leopard.
+ * macosx/Tcl.xcode/project.pbxproj: sync Tcl.xcodeproj changes.
+ * macosx/README: document new build configs.
+
2008-05-26 Jeff Hobbs <jeffh@ActiveState.com>
* tests/io.test (io-53.9): need to close chan before removing file.