summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-02-25 23:56:58 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-02-25 23:56:58 (GMT)
commit9f1913a0d8f82a07b0ed1500f3b3d31d3ff0f9c6 (patch)
treec4e71eedeebec78847b456ffa6f2bd451c9a92d3 /ChangeLog
parentf8f2edda8715ea332ecf36f0b07d45d662f9a9ff (diff)
downloadtcl-9f1913a0d8f82a07b0ed1500f3b3d31d3ff0f9c6.zip
tcl-9f1913a0d8f82a07b0ed1500f3b3d31d3ff0f9c6.tar.gz
tcl-9f1913a0d8f82a07b0ed1500f3b3d31d3ff0f9c6.tar.bz2
* tests/basic.test: Made several tests more robust to the
* tests/cmdMZ.test: list-quoting of path names that might * tests/exec.test: contain Tcl-special chars like { or [. * tests/io.test: Should help us sort out Tcl Bug 554068. * tests/pid.test: * tests/socket.test: * tests/source.test: * tests/unixInit.test:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cac0247..2f0cfd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-02-25 Don Porter <dgp@users.sourceforge.net>
+
+ * tests/basic.test: Made several tests more robust to the
+ * tests/cmdMZ.test: list-quoting of path names that might
+ * tests/exec.test: contain Tcl-special chars like { or [.
+ * tests/io.test: Should help us sort out Tcl Bug 554068.
+ * tests/pid.test:
+ * tests/socket.test:
+ * tests/source.test:
+ * tests/unixInit.test:
+
2004-02-25 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclLoad.c (Tcl_LoadObjCmd): Missing dereference caused