summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2006-11-10 01:55:56 (GMT)
committerdas <das>2006-11-10 01:55:56 (GMT)
commit16574baff97aa09147c75398613c01064011cfd1 (patch)
tree114ba0e1134c58976b2839398fcad99cc1ff4d02 /ChangeLog
parentc7f945aac52601074c20727c95a1f548ed743a98 (diff)
downloadtcl-16574baff97aa09147c75398613c01064011cfd1.zip
tcl-16574baff97aa09147c75398613c01064011cfd1.tar.gz
tcl-16574baff97aa09147c75398613c01064011cfd1.tar.bz2
* tests/fCmd.test (fCmd-6.26): fix failure when env(HOME) path contains
symlinks. * macosx/Tcl.xcodeproj/project.pbxproj: remove tclParseExpr.c; when running testsuite from inside Xcdoe, skip stack-3.1 (it only fails under those circumstances). * unix/tcl.m4 (Darwin): suppress linker arch warnings when building universal for both 32 & 64 bit and no 64bit CoreFoundation is available; sync with tk tcl.m4 change. * unix/configure.in: whitespace. * unix/configure: autoconf-2.59
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1adace..b77a52b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2006-11-10 Daniel Steffen <das@users.sourceforge.net>
+
+ * tests/fCmd.test (fCmd-6.26): fix failure when env(HOME) path contains
+ symlinks.
+
+ * macosx/Tcl.xcodeproj/project.pbxproj: remove tclParseExpr.c; when
+ running testsuite from inside Xcdoe, skip stack-3.1 (it only fails
+ under those circumstances).
+
+ * unix/tcl.m4 (Darwin): suppress linker arch warnings when building
+ universal for both 32 & 64 bit and no 64bit CoreFoundation is
+ available; sync with tk tcl.m4 change.
+ * unix/configure.in: whitespace.
+ * unix/configure: autoconf-2.59
+
2006-11-09 Don Porter <dgp@users.sourceforge.net>
* generic/tclParseExpr.c (removed): Moved all the code of