1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 09:21:19 +02:00
This commit is contained in:
Wayne Davison 2002-02-22 22:14:44 +00:00
parent 8fc5ffa60a
commit 5b34b8ddba

@ -1,3 +1,12 @@
2002-02-22 Wayne Davison <wayned@users.sourceforge.net>
* 16703: Src/hist.c: In putoldhistentryontop(), ensure that we can't
return with "next" set to the value we just put on top.
* 16703: Src/builtin.c: Improved the output of the "history" command
with a 1-line history buffer, and also improved the error handling of
explicitly-specified first/last values.
2002-02-22 Oliver Kiddle <opk@zsh.org>
* 16620, 16697: Src/subst.c, Src/glob.c, Doc/Zsh/expn.yo: