summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2002-07-10 10:48:20 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2002-07-10 10:48:20 (GMT)
commitbf3a542777f9aa1164f705b7be08031012208d76 (patch)
tree100adf6a3a38aaa4ffaf0b432ebfc73a8c7ef369 /ChangeLog
parent2bd24907d1762ded15a5d294dcc6ad03ed0fd787 (diff)
downloadtcl-bf3a542777f9aa1164f705b7be08031012208d76.zip
tcl-bf3a542777f9aa1164f705b7be08031012208d76.tar.gz
tcl-bf3a542777f9aa1164f705b7be08031012208d76.tar.bz2
Removed exec of unix utilities from cmdAH.test [Bug 579211]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f11d98..3533385 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2002-07-10 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+ * tests/cmdAH.test: Removed [exec] of Unix utilities. [Bug 579211]
+
* tests/expr.test: Added tests to make sure that this works.
* generic/tclExecute.c (ExprCallMathFunc): Functions should also
be able to return wide-ints. [Bug 579284]