diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2002-08-05 13:15:33 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-08-05 13:15:33 +0000 |
commit | 1f27cfb56eb61631a746d4a021fe680855590f93 (patch) | |
tree | fa7da6aacdb79808ab29a0c01b915f84e05af059 /ChangeLog | |
parent | 049dce8f63069301b512a70708e44d2d871ba452 (diff) | |
download | zsh-1f27cfb56eb61631a746d4a021fe680855590f93.tar.gz zsh-1f27cfb56eb61631a746d4a021fe680855590f93.tar.xz zsh-1f27cfb56eb61631a746d4a021fe680855590f93.zip |
17502: Test changes for xtrace in 17492.
`F:' code indicates text to display in event of error.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 727542f12..44daa251f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-08-05 Peter Stephenson <pws@csr.com> + + * 17502 (with some additional comments): Test/B01cd.ztst, + Test/C02cond.ztst, Test/E02xtrace.ztst, Test/README, + Test/zstst.zsh: Test changes consequent on 17492; introduce + code for text which should be printed in the event of an error + and use it for the NFS `-N' problem. + 2002-08-05 Oliver Kiddle <opk@zsh.org> * 17503: Doc/Zsh/builtins.yo, Doc/Zsh/compsys.yo, Doc/Zsh/contrib.yo, |