Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Fixed a few signed/unsigned comparisons.
|
|
other variable it gets compared with (fw).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the new auto-pop feature.
|
|
the locallevel (instead of -1), the history list is marked to auto-pop
on function exit.
- The saveandpophiststack() function now interprets a 0 arg as a request
to do an auto-pop.
|
|
- Call saveandpophiststack() using the newest calling syntax.
|
|
using a trap function.
|
|
the history push/pop in other ways.
|
|
|
|
|
|
current history buffer.
|
|
|
|
functions to more easily switch to their own private history.
- Changed the existing history push/pop code in savehistfile() (which
uses a separate history buf to allow it to rewrite the on-disk
version of the history file without disturbing the in-memory list).
|
|
- Allow -p/-P to be given to "history".
- On exit, save & pop any pushed history stacks before we call the
normal savehistfile() function.
|