summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-07 15:57:36 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-07 15:57:36 (GMT)
commit3b21dd18dca159cc96a291b3591e9526460646de (patch)
tree8d149415320074a69833e9ddf23426c5dad2a017 /ChangeLog
parente100b43202b4173582eb9825c987c53bd0a85c2a (diff)
downloadtcl-3b21dd18dca159cc96a291b3591e9526460646de.zip
tcl-3b21dd18dca159cc96a291b3591e9526460646de.tar.gz
tcl-3b21dd18dca159cc96a291b3591e9526460646de.tar.bz2
* tests/fCmd.test: Run tests with the [temporaryDirectory] as
the current directory, so that tests can depend on ability to write files. [Bug 575837]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fac291..d9df326 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2003-10-07 Don Porter <dgp@users.sourceforge.net>
+ * tests/fCmd.test: Run tests with the [temporaryDirectory] as
+ the current directory, so that tests can depend on ability to write
+ files. [Bug 575837]
+
* doc/OpenFileChnl.3: Updated Tcl_Tell and Tcl_Seek documentation
to reflect that they now return Tcl_WideInt (TIP 72) [Bug 787537]