summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-10-07 16:00:22 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-10-07 16:00:22 (GMT)
commit5c9ed68a7bcb05c86b7e900e7c7e34f9852e4dde (patch)
treee0290ff78277cd3ad2730ac3f7f94789003fc336 /ChangeLog
parentd210e1386c948ceee3203cefb36da27db20b5af1 (diff)
downloadtcl-5c9ed68a7bcb05c86b7e900e7c7e34f9852e4dde.zip
tcl-5c9ed68a7bcb05c86b7e900e7c7e34f9852e4dde.tar.gz
tcl-5c9ed68a7bcb05c86b7e900e7c7e34f9852e4dde.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 8034d41..db1d3e8 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]