diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-07-10 13:08:19 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-07-10 13:08:19 (GMT) |
commit | fa2b7f9795b1febf4d941721b39d19d893e14af7 (patch) | |
tree | a913c7fa3f6353050f744311a07baa111e3c17b4 /ChangeLog | |
parent | b82fab03b6af98493600f93ab86254446957ffdd (diff) | |
download | tcl-fa2b7f9795b1febf4d941721b39d19d893e14af7.zip tcl-fa2b7f9795b1febf4d941721b39d19d893e14af7.tar.gz tcl-fa2b7f9795b1febf4d941721b39d19d893e14af7.tar.bz2 |
Removed [exec] of Unix utilities with equivs in standard Tcl [Bug 579268]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-07-10 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * tests/unixFCmd.test, tests/fileName.test: + * tests/fCmd.test: Removed [exec] of Unix utilities that have + equivalents in standard Tcl. [Bug 579268] Also simplified some + of unixFCmd.test while I was at it. + 2002-07-10 Don Porter <dgp@users.sourceforge.net> * tests/basic.test: Cleaned up, constrained, and reduced the |