index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
zle_hist.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
33696: simple up/down line widgets that don't go through history lines
Oliver Kiddle
2014-11-15
1
-10
/
+10
*
32450: make get-line widget set the history number that was saved with the line
Oliver Kiddle
2014-03-03
1
-0
/
+4
*
29307, 29308 + replies: Fix some doubled words in docs and comments.
Mikael Magnusson
2011-05-19
1
-1
/
+1
*
28773: add zle-history-line-set widget
Peter Stephenson
2011-02-18
1
-0
/
+1
*
28510: add (z+c+) and (z+C+) parameter flags
Peter Stephenson
2010-12-12
1
-1
/
+1
*
28285: zle-isearch-update and zle-isearch-exit
Peter Stephenson
2010-10-06
1
-0
/
+2
*
27926: fix completion suffix when inserting last word
Peter Stephenson
2010-04-27
1
-0
/
+1
*
27804: don't hang in isearch if invalid character found
Peter Stephenson
2010-03-18
1
-0
/
+2
*
Holger Weiss: 57248: fix anchoring for vi searches
Peter Stephenson
2009-09-06
1
-1
/
+1
*
users/13902: make isearch return status useful
Peter Stephenson
2009-03-13
1
-17
/
+51
*
users/13903 fix vi search prompt and repeat
Peter Stephenson
2009-03-13
1
-1
/
+5
*
26366: add "isearch" keymap and "accept-search" functino
Peter Stephenson
2009-01-19
1
-0
/
+10
*
25949: remove dead code in getvisrchstr.
Clint Adams
2008-10-30
1
-6
/
+2
*
25690: fix insert-last-word on multibyte characters with Meta
Peter Stephenson
2008-09-18
1
-5
/
+3
*
24994: fix problem with up/down-line-or-search, perhaps
Peter Stephenson
2008-05-11
1
-3
/
+9
*
Locking simplification and signed/unsigned fixes.
Wayne Davison
2008-05-05
1
-2
/
+2
*
24915: some more fix-ups for combining characters
Peter Stephenson
2008-05-04
1
-0
/
+9
*
24900: add backward-kill-word behaviour to isearch
Peter Stephenson
2008-05-01
1
-16
/
+27
*
unposted: reset search line on anchored pattern isearch
Peter Stephenson
2008-04-28
1
-11
/
+13
*
unposted: more tweaks for failed isearch pattern matches
Peter Stephenson
2008-04-28
1
-1
/
+2
*
24890: Matt Wozniski: reset skip_pos on backtracking in isearch
Peter Stephenson
2008-04-28
1
-14
/
+15
*
24886: fix endless loop in string isearch
Peter Stephenson
2008-04-27
1
-1
/
+1
*
24822: highlighting of isearch matches
Peter Stephenson
2008-04-26
1
-20
/
+57
*
unposted: fix position of cursor on forward pattern searching
Peter Stephenson
2008-04-26
1
-11
/
+30
*
24881: only feep once on an invalid pattern
Peter Stephenson
2008-04-26
1
-2
/
+4
*
feeping on a failed match could be mistimed
Peter Stephenson
2008-04-26
1
-0
/
+4
*
24879: unpleasantness at the pattern search line duplication test club
Peter Stephenson
2008-04-26
1
-3
/
+16
*
24878: add incremental pattern searches
Peter Stephenson
2008-04-26
1
-173
/
+405
*
24861 (with tweaks): logic to use alternative wcwidth() if needed;
Peter Stephenson
2008-04-22
1
-1
/
+1
*
24853: bits missed from patch
Peter Stephenson
2008-04-20
1
-3
/
+3
*
24853: use metafied strings for inner loops over history
Peter Stephenson
2008-04-20
1
-224
/
+304
*
24816: some places where we need cursor alignment with combining characters
Peter Stephenson
2008-04-14
1
-1
/
+5
*
24808: initial support for combining characters in zle
Peter Stephenson
2008-04-13
1
-2
/
+2
*
unposted: move zlefind() and zlecmp() into zle_hist.c
Peter Stephenson
2008-04-11
1
-0
/
+86
*
2381x: set vipenultsrchstr to NULL after freeing it to avoid vi-mode history ...
Clint Adams
2007-09-13
1
-0
/
+1
*
22684: improve getkeystring() interface and make printf do octal escapes
Peter Stephenson
2006-09-10
1
-1
/
+1
*
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
2006-03-07
1
-12
/
+12
*
22124: handle bad multibyte input better
Peter Stephenson
2006-01-06
1
-2
/
+8
*
A slightly more optimal way to fix the zle_setline() bug using
Wayne Davison
2005-12-12
1
-2
/
+1
*
Fixed problem in zle_setline() where moving to an empty line would
Wayne Davison
2005-12-12
1
-1
/
+1
*
Got rid of some unsigned-char/char pointer casts.
Wayne Davison
2005-11-15
1
-17
/
+13
*
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
Peter Stephenson
2005-10-28
1
-2
/
+2
*
not yet posted; zle line screwed up on bad return from insertlastword()
Peter Stephenson
2005-10-23
1
-2
/
+7
*
21764: unmetafication mangle zle history lines
Peter Stephenson
2005-09-26
1
-1
/
+5
*
21610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems.
Peter Stephenson
2005-08-15
1
-10
/
+13
*
Changed several instances of ZWC() used on a string to ZWS().
Wayne Davison
2005-08-11
1
-2
/
+2
*
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
Peter Stephenson
2005-08-10
1
-10
/
+12
*
21541: remove some warnings from ZLE_UNICODE_SUPPORT
Peter Stephenson
2005-07-28
1
-6
/
+9
*
21014: remember_edits() was broken
Peter Stephenson
2005-03-18
1
-1
/
+3
*
20869: more small Unicode tweaks
Peter Stephenson
2005-02-25
1
-4
/
+0
[next]