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
*
35824: allow highlighting of just pasted text and put text from bracketed pas...
Oliver Kiddle
2015-07-23
4
-9
/
+32
*
35814: POSTEDIT needs to be unmetafied
Oliver Kiddle
2015-07-23
1
-1
/
+1
*
35826: add getsparam_u() to return unmetafied string, use it for a number of ...
Barton E. Schaefer
2015-07-22
2
-4
/
+4
*
35737: (tweaked c.f. Peter: 35759): use new undo limit for minibuffer and bee...
Oliver Kiddle
2015-07-14
1
-1
/
+1
*
35708: add UNDO_LIMIT_NO
Peter Stephenson
2015-07-09
2
-2
/
+25
*
unposted: remove compiler error in completion code
Peter Stephenson
2015-07-07
1
-1
/
+2
*
35704: compadd -E 0 should imply -J and -2
Oliver Kiddle
2015-07-06
2
-3
/
+3
*
35692: cfp_matcher_range used wrong raw character
Peter Stephenson
2015-07-05
1
-1
/
+1
*
35674: make an undo event for initial buffer contents
Oliver Kiddle
2015-07-03
1
-0
/
+1
*
35665: better handling for command line completion match handling
Han Pingtian
2015-07-02
1
-3
/
+6
*
35637: remove the now unused module hook for reverse-menu-complete
Oliver Kiddle
2015-06-29
3
-8
/
+2
*
35627: make reverse-menu-complete start with the last match in
Oliver Kiddle
2015-06-29
6
-68
/
+36
*
35623: fix menu-selection where initial selection
Oliver Kiddle
2015-06-29
1
-0
/
+3
*
35615: fix completion after tyepset
Peter Stephenson
2015-06-26
1
-5
/
+12
*
35550: fix backspace in interactive menu-select
Jun-ichi Takimoto
2015-06-25
1
-2
/
+2
*
unposted: add missing (void) argument list to bracketedestring()
Peter Stephenson
2015-06-23
1
-1
/
+1
*
35474, 35492: support the bracketed paste mode of newer terminal emulators
Oliver Kiddle
2015-06-19
6
-36
/
+147
*
35487, 35496: don't reinstate previous incremental search string
Oliver Kiddle
2015-06-19
2
-2
/
+4
*
Add non-metafied character length handling.
Peter Stephenson
2015-06-12
2
-2
/
+2
*
35127#1: Fix _describe/compdescribe problem with unsorted groups
Daniel Shahaf
2015-05-23
2
-7
/
+42
*
35092: fix for numeric arguments from vi operator pending mode
Oliver Kiddle
2015-05-13
1
-1
/
+1
*
35029: improvements to newline handling for vi-mode word movement
Oliver Kiddle
2015-05-04
1
-18
/
+33
*
34919: update interrupt parse error for ZLE cases.
Peter Stephenson
2015-04-17
2
-2
/
+2
*
34905: no parse error after keyboard interrupt.
Peter Stephenson
2015-04-17
1
-1
/
+2
*
34653: move aborted vared lines to ZLE_VARED_ABORTED
Peter Stephenson
2015-03-06
1
-1
/
+3
*
34322: bug with interface to parsestr() etc.
Peter Stephenson
2015-01-18
2
-3
/
+4
*
Rearrange context saving.
Peter Stephenson
2015-01-09
4
-20
/
+20
*
34144: allocate origline by ztrdup(), not by dupstring()
Jun-ichi Takimoto
2015-01-07
2
-3
/
+6
*
34120: compctl, jobs: Check contents instead of array
Mikael Magnusson
2015-01-06
1
-1
/
+1
*
34119: complist: Fix leak of string in clnicezputs
Mikael Magnusson
2015-01-06
1
-0
/
+2
*
34121: compresult: Remove unneeded NULL check
Mikael Magnusson
2015-01-06
1
-1
/
+1
*
34104: compctl: Remove pointless check
Mikael Magnusson
2015-01-06
1
-1
/
+1
*
34115: compcore: Fix size argument to zfree
Mikael Magnusson
2015-01-06
1
-1
/
+1
*
34117: zle: size_t is unsigned, use int instead
Mikael Magnusson
2015-01-06
1
-1
/
+1
*
34116: computil: Check for NULL before passing to strlen
Mikael Magnusson
2015-01-06
1
-1
/
+2
*
34070: fix starting position for memset() from 34005.
Daniel Shahaf
2014-12-28
1
-1
/
+1
*
34005: region_highlights memory fix
Peter Stephenson
2014-12-19
1
-2
/
+8
*
34002: zshcalloc() in init_keymaps()
Barton E. Schaefer
2014-12-18
1
-1
/
+1
*
33981: more care with region_highlights management
Peter Stephenson
2014-12-18
2
-29
/
+39
*
33978: avoid infinite loop in interactive mode
Jun-ichi Takimoto
2014-12-18
1
-1
/
+3
*
33956: document key binding changes and remove ^X binding
Oliver Kiddle
2014-12-13
2
-1
/
+2
*
33846: additional default vi-mode key bindings
Oliver Kiddle
2014-12-13
3
-5
/
+12
*
33950: ignore KEYTIMEOUT for vi operators
Oliver Kiddle
2014-12-12
3
-12
/
+19
*
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
2014-12-11
10
-20
/
+51
*
33924: allow vi line/characterwise mode to be forced
Oliver Kiddle
2014-12-08
4
-3
/
+26
*
33860: minor fixes to vi mode changes
Oliver Kiddle
2014-12-05
4
-44
/
+52
*
33845: save correct cursor position with push-line from vi command mode
Oliver Kiddle
2014-12-05
1
-0
/
+2
*
33823: overwrite mode shouldn't replace newlines
Oliver Kiddle
2014-11-30
1
-11
/
+10
*
33800: remove old workaround for ancient systems to
Oliver Kiddle
2014-11-30
1
-41
/
+2
*
33818: fix types passed to sizeof detected by coverity as being wrong
Oliver Kiddle
2014-11-30
1
-2
/
+2
[next]