summaryrefslogtreecommitdiff
path: root/Src/Zle/zle_hist.c
AgeCommit message (Collapse)AuthorFilesLines
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-12/+12
2006-01-0622124: handle bad multibyte input betterPeter Stephenson1-2/+8
2005-12-12A slightly more optimal way to fix the zle_setline() bug usingWayne Davison1-2/+1
the same zlecs-checking idiom as setline().
2005-12-12Fixed problem in zle_setline() where moving to an empty line wouldWayne Davison1-1/+1
set zlecs to -1. (Reported by Jun T.)
2005-11-15Got rid of some unsigned-char/char pointer casts.Wayne Davison1-17/+13
2005-10-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson1-2/+2
use multibyte versions of nicechar wherever possible.
2005-10-23not yet posted; zle line screwed up on bad return from insertlastword()Peter Stephenson1-2/+7
2005-09-2621764: unmetafication mangle zle history linesPeter Stephenson1-1/+5
2005-08-1521610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems.Peter Stephenson1-10/+13
2005-08-11Changed several instances of ZWC() used on a string to ZWS().Wayne Davison1-2/+2
2005-08-10c.f. 21590: metafy_line()/unmetafy_line() now support wide charactersPeter Stephenson1-10/+12
2005-07-2821541: remove some warnings from ZLE_UNICODE_SUPPORTPeter Stephenson1-6/+9
2005-03-1821014: remember_edits() was brokenPeter Stephenson1-1/+3
2005-02-2520869: more small Unicode tweaksPeter Stephenson1-4/+0
2005-02-2520863: fix history (i)searching for UnicodePeter Stephenson1-130/+252
2005-02-2420861: Fix statusline in Unicode, apart from isearchPeter Stephenson1-1/+5
2005-02-2320854: more Unicode stuff.Peter Stephenson1-15/+45
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson1-15/+32
20823: Debugging test in stat wrong for 64-bit systems
2005-01-2620752: fix access to ZLE parametersPeter Stephenson1-1/+1
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-92/+92
unposted: update version to 4.2.3-dev-1
2004-08-24When downline() calls upline() or visa versa (due to a negative zmult),Wayne Davison1-2/+2
the value of "n" that was returned should be negative but was positive. Fixes some problems with {down,up}-line-or-history and others.
2004-07-2920219: make zle parameter HISTNO writeablePeter Stephenson1-0/+2
add history-pattern-search widget
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-11/+11
2004-05-28Silenced one signed/unsigned comparison compiler warning.Wayne Davison1-1/+1
2004-03-0819553: rename c in zle to lastcharPeter Stephenson1-12/+12
2004-02-2019456: Fix ptmx tests, again.Peter Stephenson1-1/+2
2002-12-0617983: Added zle LASTSEARCJ parameterFelix Rosencrantz1-2/+8
2002-06-2417360: more lenient accept-line-and-down-history behaviourPeter Stephenson1-16/+26
17361: more careful about NULL history entries in zle
2002-03-0516767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson1-23/+115
Functions/Zle/copy-earlier-word: Enhance insert-last-word to pick different lines from the history (including the current line) and different words from that line. Add copy-earlier-word as suggested by Dominik Vogt to copy words from either the current line, or (following an insert-last-word) a previous history line.
2001-09-17Fixed doisearch() to not switch lines unless zlereadflags hasWayne Davison1-1/+2
ZLRF_HISTORY set.
2001-09-0315734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main1-2/+4
examine the current selection.
2001-05-29145??: fix thinkoClint Adams1-1/+1
2001-05-29145??: repeat last vi history search if search string is blankClint Adams1-2/+10
2001-05-26Fixed acceptandinfernexthistory() to work when called repeatedly.Wayne Davison1-373/+433
Also changed it to not accept the line if the infer fails. Ignore transient edits in the history when searching for an inference and grabbing the next line (affecting acceptandinfernexthistory(), infernexthistory(), and acceptlineanddownhistory()).
1999-04-15Initial revisionTanaka Akira1-0/+1139