summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2008-08-14 00:08:23 (GMT)
committerdas <das>2008-08-14 00:08:23 (GMT)
commitc8f2aa86aa2023b82b2329d7412a144dca4c4953 (patch)
treea3beba69cb6ae4e8f1886d8659bab6a6f1409e8c /ChangeLog
parent6425f2590d59b5a5c46cb4b50f2152a1118263ed (diff)
downloadtcl-c8f2aa86aa2023b82b2329d7412a144dca4c4953.zip
tcl-c8f2aa86aa2023b82b2329d7412a144dca4c4953.tar.gz
tcl-c8f2aa86aa2023b82b2329d7412a144dca4c4953.tar.bz2
* tests/fCmd.test (fCmd-6.23): made result matching robust when test
workdir and /tmp are not on same FS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e02c752..a69d097 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-08-14 Daniel Steffen <das@users.sourceforge.net>
+ * tests/fCmd.test (fCmd-6.23): made result matching robust when test
+ workdir and /tmp are not on same FS.
+
* unix/tclUnixThrd.c: remove unused TclpThreadGetStackSize()
* generic/tclInt.h: and related ifdefs and autoconf tests.
* unix/tclUnixPort.h: [Bug 2017264] (jenglish)
@@ -13,6 +16,7 @@
libX11.so et al.
* unix/configure: autoconf-2.59
+ * unix/tclConfig.h.in: autoheader-2.59
2008-08-13 Miguel Sofer <msofer@users.sf.net>