diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-05-21 10:08:22 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-05-21 10:08:22 +0000 |
commit | 221d096ed836fcf55d65c6f0887df3f0cd63c328 (patch) | |
tree | 19a66936f3de4f49421a7520dbd258c083d0ad6f | |
parent | bb1c687280d00d250e653fec46d14d0ef66472be (diff) | |
download | zsh-221d096ed836fcf55d65c6f0887df3f0cd63c328.tar.gz zsh-221d096ed836fcf55d65c6f0887df3f0cd63c328.tar.xz zsh-221d096ed836fcf55d65c6f0887df3f0cd63c328.zip |
add Test/E01options.ztst to .distfiles; fix ChangeLog for last options tests
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | Test/.distfiles | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index aa86e2be0..982556f54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-05-21 Peter Stephenson <pws@csr.com> + + * unposted: Test/.distfiles: add Test/E01options.ztst. + 2001-05-20 Peter Stephenson <pws@pwstephenson.fsnet.co.uk> * 14396: Src/params.c, Test/D04paramater.ztst, Doc/Zsh/params.yo: @@ -41,6 +45,10 @@ 2001-05-18 Peter Stephenson <pws@csr.com> + * not posted: Test/ztst.zsh, Test/E01options.ztst: added some more + options; made ztst.zsh more robust about ksharrays being set by + a test. + * 14382: Src/module.c: zmodload -uf wouldn't work even if the math function hadn't been loaded yet. diff --git a/Test/.distfiles b/Test/.distfiles index 6148efa85..6bf8ce86d 100644 --- a/Test/.distfiles +++ b/Test/.distfiles @@ -7,6 +7,6 @@ A02alias.ztst C03traps.ztst E02xtrace.ztst A03quoting.ztst C04funcdef.ztst Makefile.in ztst.zsh A04redirect.ztst D01prompt.ztst V02zregexparse.ztst A05execution.ztst D02glob.ztst Y01completion.ztst -D06subscript.ztst V01zmodload.ztst +D06subscript.ztst V01zmodload.ztst E01options.ztst README ' |