about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-05-19 00:31:22 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-05-19 00:31:22 +0000
commit90a1316345c1e347908ec29e0b2865a6f03ad4ab (patch)
treed1d90d247d446dfd1b0b9b39d3685bdf8dc7b19f /ChangeLog
parent7a616bd5383f5a0ffc6a46ff5105c37978641e59 (diff)
downloadzsh-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--ChangeLog3
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