diff options
author | das <das> | 2006-11-10 01:55:56 (GMT) |
---|---|---|
committer | das <das> | 2006-11-10 01:55:56 (GMT) |
commit | 16574baff97aa09147c75398613c01064011cfd1 (patch) | |
tree | 114ba0e1134c58976b2839398fcad99cc1ff4d02 /ChangeLog | |
parent | c7f945aac52601074c20727c95a1f548ed743a98 (diff) | |
download | tcl-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-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |