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
Commit message (
Expand
)
Author
Age
Files
Lines
*
29859: compadd handles its own options
Peter Stephenson
2011-10-26
1
-1
/
+1
*
29820: _pick_variant -b to match builtin
Peter Stephenson
2011-10-14
1
-0
/
+41
*
users/16375: initialise nrefs on each loop in match tests
Peter Stephenson
2011-09-18
1
-4
/
+6
*
29681: use [] to dereference region_highlights
Mikael Magnusson
2011-08-17
1
-7
/
+7
*
29643: set incompfunc to zero when executing hook or trap function
Peter Stephenson
2011-08-04
1
-5
/
+0
*
29644: work around _describe bug, plus cosmetic tweaks
Peter Stephenson
2011-08-03
2
-2
/
+14
*
29542: fix crash in hbegin(), remove bad test
Peter Stephenson
2011-07-12
1
-1
/
+1
*
29503: Missing popheap() on failed autoload
Peter Stephenson
2011-06-23
1
-4
/
+0
*
unposted: Remove additional for loop noticed by Mikael
Peter Stephenson
2011-06-19
1
-2
/
+0
*
29491: remove some variables set but not used
Peter Stephenson
2011-06-19
4
-14
/
+6
*
29459: Further fixes for parameter flag completion,
Peter Stephenson
2011-06-04
1
-2
/
+4
*
29452: allow completion of parameter flags
Peter Stephenson
2011-06-03
1
-3
/
+13
*
29374: exit ZLE immediately if exit pending when keypress expected
Peter Stephenson
2011-05-26
1
-2
/
+2
*
29307, 29308 + replies: Fix some doubled words in docs and comments.
Mikael Magnusson
2011-05-19
2
-2
/
+2
*
29268: extra dupstring() for value to be used in completion match group
Peter Stephenson
2011-05-14
1
-1
/
+1
*
29267: add -enable-zsh-debug and use for debugging completion matcher groups
Peter Stephenson
2011-05-14
5
-6
/
+132
*
Danek: 29254: fix some compiler warnings
Peter Stephenson
2011-05-13
1
-1
/
+0
*
Jérémie Roquet: 29258: mark a couple more functions for export.
Peter Stephenson
2011-05-13
1
-2
/
+2
*
29208: make vimatchbracket more useful in emacs mode
Mikael Magnusson
2011-05-12
1
-0
/
+3
*
29165: use term.h globally if needed at all.
Peter Stephenson
2011-05-09
8
-144
/
+156
*
29107: replace overlapping strcpy with memmove
Bart Schaefer
2011-04-29
1
-4
/
+4
*
Jun T.: 29031: increment global minfo state when inserting characters
Bart Schaefer
2011-04-24
1
-0
/
+2
*
Fix compiler warning due to state.doff duplication.
Wayne Davison
2011-04-15
1
-1
/
+1
*
28926: No newline after the last line in listlist() when printing the list
Bart Schaefer
2011-03-28
1
-1
/
+3
*
Mikael: 28941: fix $CURSOR access when metafied
Peter Stephenson
2011-03-27
1
-1
/
+3
*
28886: Fix region_highlight dynamic updates for $PREDISPLAY
Peter Stephenson
2011-03-11
1
-33
/
+70
*
28773: add zle-history-line-set widget
Peter Stephenson
2011-02-18
1
-0
/
+1
*
28772: Update regions in region highlight dynamically
Peter Stephenson
2011-02-18
6
-51
/
+404
*
28671: better cursor positioning after undo
Peter Stephenson
2011-02-11
1
-1
/
+3
*
28611: remove unused special behaviour for vi mark 26
Peter Stephenson
2011-01-11
1
-9
/
+4
*
Paul 28538 / me 28540 / couple of unposted casts:
Peter Stephenson
2010-12-20
1
-1
/
+1
*
uncommitted: fix properly
Peter Stephenson
2010-12-17
1
-1
/
+1
*
Mikael: users/15653: zle_highlight=(none) turns off suffix highlighting
Peter Stephenson
2010-12-17
1
-1
/
+1
*
lexsave/lexrestore lexflags
Peter Stephenson
2010-12-14
3
-10
/
+9
*
28528: Rearrange zleparse to lexflags
Peter Stephenson
2010-12-14
3
-16
/
+16
*
28510: add (z+c+) and (z+C+) parameter flags
Peter Stephenson
2010-12-12
2
-2
/
+2
*
28486: $compstate[parameter] needs untokenizing
Peter Stephenson
2010-12-06
1
-0
/
+11
*
28363: fix insert bug refreshing zle with wide characteter
Peter Stephenson
2010-10-25
1
-10
/
+32
*
Mikael: 28356: don't increment old display line too far when refreshing
Peter Stephenson
2010-10-17
1
-1
/
+3
*
28285: zle-isearch-update and zle-isearch-exit
Peter Stephenson
2010-10-06
1
-0
/
+2
*
28282: new function zlecallhook()
Peter Stephenson
2010-09-20
3
-34
/
+37
*
28237: new parameter ZLE_LINE_ABORTED
Peter Stephenson
2010-09-08
2
-2
/
+11
*
28229: can list individual keymaps
Peter Stephenson
2010-09-05
1
-4
/
+18
*
28227: improved documentation on keymaps
Peter Stephenson
2010-09-05
1
-10
/
+106
*
28202: unmetafy line for reversemenucomplete
Peter Stephenson
2010-08-31
1
-0
/
+2
*
28167: reset more variables on invalidating completion list
Peter Stephenson
2010-08-15
1
-0
/
+2
*
28160, 28164: fix redisplay problem after display reset
Peter Stephenson
2010-08-13
1
-1
/
+6
*
28122 (Frank) / 28139: add ZLE_STATE
Peter Stephenson
2010-08-11
1
-0
/
+60
*
Daiki Ueno: 28112: fix character width assignment
Peter Stephenson
2010-08-02
1
-1
/
+1
*
users/15217: use top-level status when redrawing prompt
Peter Stephenson
2010-07-31
1
-0
/
+23
[next]