diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-05-19 00:31:22 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-05-19 00:31:22 +0000 |
commit | 90a1316345c1e347908ec29e0b2865a6f03ad4ab (patch) | |
tree | d1d90d247d446dfd1b0b9b39d3685bdf8dc7b19f /ChangeLog | |
parent | 7a616bd5383f5a0ffc6a46ff5105c37978641e59 (diff) | |
download | zsh-90a1316345c1e347908ec29e0b2865a6f03ad4ab.tar.gz zsh-90a1316345c1e347908ec29e0b2865a6f03ad4ab.tar.xz zsh-90a1316345c1e347908ec29e0b2865a6f03ad4ab.zip |
Fix re-set of integer special params after unset.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cee8cd531..798e3c54f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-05-18 Bart Schaefer <schaefer@zsh.org> + * 14388: Src/params.c, Src/subst.c: Correctly handle re-set of + of integer-typed special parameters such as SHLVL, after unset. + * 14385: Test/V01zmodload.ztst, Test/ztst.zsh: Fix typo in a comment; print a warning when unable to test zsh/example; make sure the file descriptor for that warning (and others in other |