diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-08-25 17:11:00 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-08-25 17:11:00 +0000 |
commit | 821a18c9073301def97cae9506591a0b5ed8aa77 (patch) | |
tree | 5efd440c9d509ef23ae7806cfa37e88454b20006 /ChangeLog | |
parent | 135eebde601e57cd18b7e7815da9127533f09b0c (diff) | |
download | zsh-821a18c9073301def97cae9506591a0b5ed8aa77.tar.gz zsh-821a18c9073301def97cae9506591a0b5ed8aa77.tar.xz zsh-821a18c9073301def97cae9506591a0b5ed8aa77.zip |
Parameter expansion doc mop-up.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 064d2832a..11f7cc3b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * 15707: Src/init.c: Fix history crash caused by re-entering loop() when the `precmd' shell function uses `source' or `.'. + * 15702: Doc/Zsh/expn.yo: Alphabetize (mostly) parameter flag + descriptions; fix a couple of typos; parameter rule #12. + 2001-08-24 Sven Wischnowsky <wischnow@zsh.org> * 15705: Src/Zle/complete.c: test if hash table pointer is NULL |