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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
Commit message (
Expand
)
Author
Age
Files
Lines
*
33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completion
Barton E. Schaefer
2014-10-02
1
-0
/
+2
*
Fix some compiler warnings in Zle
Peter Stephenson
2014-09-30
2
-3
/
+2
*
33047: use git to simplify massively source distribution file selection
Peter Stephenson
2014-08-23
1
-12
/
+0
*
32958: bitwise logic fix
Miles Ohlrich
2014-08-04
1
-1
/
+1
*
32600: in _arguments, "-" is not an option letter after another "-"
m0viefreak
2014-05-08
1
-3
/
+7
*
32540: in doexpandhist(), discard saved line position data rather than restor...
Barton E. Schaefer
2014-04-13
2
-1
/
+22
*
32531: fix memory leaks detected by valgrind
Barton E. Schaefer
2014-04-06
2
-0
/
+4
*
m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixes
m0viefreak
2014-03-23
3
-17
/
+17
*
32480: Fix crash in vi mode with too few previous changes
Jun T
2014-03-13
1
-1
/
+1
*
32450: make get-line widget set the history number that was saved with the line
Oliver Kiddle
2014-03-03
1
-0
/
+4
*
32448: fix seg fault if $WIDGET is accessed after recursive-edit is interrupted
Oliver Kiddle
2014-03-03
1
-1
/
+1
*
32436: allow = to be used in ZLS_COLORS patterns if it is quoted or inside pa...
Oliver Kiddle
2014-03-03
1
-2
/
+15
*
32427: avoid busy loop on closed descriptors for "zle -F" handlers
Barton E. Schaefer
2014-02-23
1
-3
/
+36
*
32361: don't reset lastline before completion
Oliver Kiddle
2014-02-14
1
-1
/
+0
*
32365: another stab at the heuristic for initializing rprompt_indent
Barton E. Schaefer
2014-02-08
1
-1
/
+1
*
32342: fix overstrike for vi mode and use varying vi commands at line start
Oliver Kiddle
2014-02-05
2
-10
/
+12
*
32334 (modified so KEEPSUFFIX is unchanged for vi-cmd-mode; based on
Oliver Kiddle
2014-02-05
4
-8
/
+29
*
Fix leading whitespace in a comment
Barton E. Schaefer
2014-02-02
1
-1
/
+1
*
32340: improve error messages for "read -c" / "read -l"
Barton E. Schaefer
2014-02-02
1
-1
/
+1
*
32314: merge undo events corresponding to vi change in the vi-cmd-mode widget...
Oliver Kiddle
2014-01-31
4
-12
/
+19
*
32303: simplistic completion after $x:
Peter Stephenson
2014-01-28
1
-0
/
+14
*
32308: Improve initialising of vi change.
Peter Stephenson
2014-01-28
2
-3
/
+26
*
32283: fix crash in menu selection when number of terminal lines is small
Barton E. Schaefer
2014-01-18
1
-1
/
+1
*
32196: copy-prev-shell-word needs a lexer flag
Carl Drougge
2014-01-02
1
-1
/
+1
*
32182: re-enable command completion after a separator
Barton E. Schaefer
2013-12-25
1
-4
/
+7
*
32157: fix extra line feed after prompt, and erased character in completion l...
Barton E. Schaefer
2013-12-18
1
-23
/
+24
*
32114: ZLE_PROMPT_INDENT allows you to move rprompt flush right
Patrick Oscity
2013-12-16
2
-7
/
+31
*
31961: rationalise fd watching to use structure
Peter Stephenson
2013-11-12
3
-60
/
+56
*
31937: zle -Fw uses widget semantics for file descriptor handler
Peter Stephenson
2013-11-07
3
-20
/
+41
*
31922: zlecharasstring missed flip of bit 5 after Meta
Peter Stephenson
2013-10-28
1
-0
/
+1
*
31882: Insulate completion widget against environment.
Peter Stephenson
2013-10-24
1
-4
/
+1
*
31784: better line width calculation for completion listings
Barton E. Schaefer
2013-10-03
1
-25
/
+33
*
31781: "compdescribe -i" clears the completion list column padding width
Barton E. Schaefer
2013-10-03
1
-0
/
+1
*
31765: If zle starts in viins mark as insertion.
Peter Stephenson
2013-09-25
1
-0
/
+7
*
31737: same loop counter fix in get_cadef as get_cvdef.
Barton E. Schaefer
2013-09-19
1
-1
/
+1
*
31735: fix off-by-one in completion utility cache code.
Axel Beckert
2013-09-19
1
-1
/
+1
*
31644: Fix insertion of multibyte characters into editor line.
Peter Stephenson
2013-08-08
1
-1
/
+2
*
users/17908: Keep history line in sync between ZLE and shell.
Peter Stephenson
2013-08-08
1
-0
/
+7
*
31611: attempt to fix crash completing redirection in do loop
Peter Stephenson
2013-08-02
1
-2
/
+24
*
31483: Call zrefresh() before unqueue()ing signals
Mikael Magnusson
2013-06-27
1
-0
/
+2
*
31350: block SIGWINCH nearly all the time, except
Bart Schaefer
2013-04-30
1
-0
/
+10
*
31272: Avoid double free, get_compctl should not free its arguments.
Bart Schaefer
2013-04-20
1
-1
/
+0
*
31172: Let vared define custom init and finish hooks
Frank Terbeck
2013-04-05
1
-7
/
+14
*
31174: zle: Make sure state changes are refreshed after init hook
Frank Terbeck
2013-04-05
1
-2
/
+2
*
Jun. T: typo in vi-goto-mark
Peter Stephenson
2013-04-02
1
-1
/
+1
*
31037: return to previous position with vi-goto-mark using `` or ''
Oliver Kiddle
2013-02-09
1
-4
/
+12
*
users/17318: only increment the undo variable return value for the
Peter Stephenson
2012-10-09
1
-0
/
+11
*
users/17314: ensure an undo change number
Peter Stephenson
2012-10-09
1
-10
/
+17
*
30715: use enum lextok for variables containing lexical tokens
Peter Stephenson
2012-10-05
1
-6
/
+9
*
John Stahara: 30641: bindkey -N error report is misleading
Peter Stephenson
2012-08-25
1
-1
/
+1
[next]