diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2002-01-26 21:11:02 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2002-01-26 21:11:02 +0000 |
commit | fc25322fa38b184aadefe0bd5d50e3bc06122511 (patch) | |
tree | cc3d7c02dcd63087ba090fe42b3a7478d1431a72 /ChangeLog | |
parent | a11b60569b15394081633e6a638dd5db7c93e6d5 (diff) | |
download | zsh-fc25322fa38b184aadefe0bd5d50e3bc06122511.tar.gz zsh-fc25322fa38b184aadefe0bd5d50e3bc06122511.tar.xz zsh-fc25322fa38b184aadefe0bd5d50e3bc06122511.zip |
16419 (_arguments syntax doc), 16435 (hash crash).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index beaf6e1b9..d1b6f08d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-01-23 Bart Schaefer <schaefer@zsh.org> + + * 16435: Src/builtin.c: Fix core dump in `hash'. + + * 16419: Doc/Zsh/compsys.yo: Document some _arguments options + in the syntax summary line. + 2002-01-23 Peter Stephenson <pws@csr.com> * 16489: Test/C01arith.ztst: default output for whole numbers |