about summary refs log tree commit diff
path: root/Src/Zle/zle_hist.c
Commit message (Expand)AuthorAgeFilesLines
...
* 21541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson2005-07-281-6/+9
* 21014: remember_edits() was brokenPeter Stephenson2005-03-181-1/+3
* 20869: more small Unicode tweaksPeter Stephenson2005-02-251-4/+0
* 20863: fix history (i)searching for UnicodePeter Stephenson2005-02-251-130/+252
* 20861: Fix statusline in Unicode, apart from isearchPeter Stephenson2005-02-241-1/+5
* 20854: more Unicode stuff.Peter Stephenson2005-02-231-15/+45
* 20822: Initial code for Unicode/multibyte inputPeter Stephenson2005-02-181-15/+32
* 20752: fix access to ZLE parametersPeter Stephenson2005-01-261-1/+1
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-92/+92
* When downline() calls upline() or visa versa (due to a negative zmult),Wayne Davison2004-08-241-2/+2
* 20219: make zle parameter HISTNO writeablePeter Stephenson2004-07-291-0/+2
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-11/+11
* Silenced one signed/unsigned comparison compiler warning.Wayne Davison2004-05-281-1/+1
* 19553: rename c in zle to lastcharPeter Stephenson2004-03-081-12/+12
* 19456: Fix ptmx tests, again.Peter Stephenson2004-02-201-1/+2
* 17983: Added zle LASTSEARCJ parameterFelix Rosencrantz2002-12-061-2/+8
* 17360: more lenient accept-line-and-down-history behaviourPeter Stephenson2002-06-241-16/+26
* 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson2002-03-051-23/+115
* Fixed doisearch() to not switch lines unless zlereadflags hasWayne Davison2001-09-171-1/+2
* 15734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main2001-09-031-2/+4
* 145??: fix thinkoClint Adams2001-05-291-1/+1
* 145??: repeat last vi history search if search string is blankClint Adams2001-05-291-2/+10
* Fixed acceptandinfernexthistory() to work when called repeatedly.Wayne Davison2001-05-261-373/+433
* Initial revisionTanaka Akira1999-04-151-0/+1139