1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00

Differentiate the two patches from 16703.

This commit is contained in:
Wayne Davison 2002-04-17 10:30:27 +00:00
parent f78df94c6a
commit 6652004b53

View file

@ -322,10 +322,10 @@
2002-02-22 Wayne Davison <wayned@users.sourceforge.net> 2002-02-22 Wayne Davison <wayned@users.sourceforge.net>
* 16703: Src/hist.c: In putoldhistentryontop(), ensure that we can't * 16703-A: Src/hist.c: In putoldhistentryontop(), ensure that we can't
return with "next" set to the value we just put on top. return with "next" set to the value we just put on top.
* 16703: Src/builtin.c: Improved the output of the "history" command * 16703-B: Src/builtin.c: Improved the output of the "history" command
with a 1-line history buffer, and also improved the error handling of with a 1-line history buffer, and also improved the error handling of
explicitly-specified first/last values. explicitly-specified first/last values.