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
*
27926: fix completion suffix when inserting last word
Peter Stephenson
2010-04-27
1
-0
/
+1
*
27812: display invalid bytes in multibyte characters specially
Peter Stephenson
2010-03-22
3
-13
/
+60
*
Fix ZLE access to pushed history line
Peter Stephenson
2010-03-22
2
-9
/
+20
*
27804: don't hang in isearch if invalid character found
Peter Stephenson
2010-03-18
1
-0
/
+2
*
users/14732: Test X:/ rather than X: in Cygwin
Peter Stephenson
2010-01-22
1
-9
/
+34
*
Check the return value of all pipe(), read(), and write() calls.
Wayne Davison
2009-12-16
1
-1
/
+1
*
27479: prevent completions split across backslash-newline
Peter Stephenson
2009-12-07
1
-22
/
+58
*
Mikael: 27453: highlighting for removable completion suffixes
Peter Stephenson
2009-12-05
1
-1
/
+15
*
27441: add "sa" for suffix alias completion highlighting
Peter Stephenson
2009-11-30
1
-6
/
+24
*
27415: Src/Zle/computil.c: comparguments "*::..." descriptions could step
Bart Schaefer
2009-11-21
1
-0
/
+17
*
Holger Weiss: 57248: fix anchoring for vi searches
Peter Stephenson
2009-09-06
1
-1
/
+1
*
27218: don't unquote $line generated in comparguments for _arguments
Peter Stephenson
2009-08-17
1
-2
/
+16
*
users/14307: end of command line in completion with variant zsh syntax
Peter Stephenson
2009-08-15
1
-1
/
+9
*
27211: handle Cygwin device files & drives specially in compfiles
Peter Stephenson
2009-08-05
1
-8
/
+66
*
27085: add accept-search handling to scrollist keymap
Peter Stephenson
2009-07-01
1
-0
/
+2
*
27080: it wasnt possible to exit menu selection cleanly
Peter Stephenson
2009-07-01
1
-2
/
+18
*
26956: tidy up some zle variables for module unloading
Peter Stephenson
2009-05-11
1
-0
/
+4
*
26984: ensure zle window sizes are reset with video data
Peter Stephenson
2009-05-08
1
-0
/
+2
*
26876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARS
Peter Stephenson
2009-04-24
3
-18
/
+59
*
users/14041: bind : by default to execute-named-cmd in vicmd mode
Peter Stephenson
2009-04-17
1
-1
/
+1
*
users/13902: make isearch return status useful
Peter Stephenson
2009-03-13
2
-21
/
+66
*
users/13903 fix vi search prompt and repeat
Peter Stephenson
2009-03-13
1
-1
/
+5
*
26588: don't expand aliases in run-help
Peter Stephenson
2009-02-20
1
-2
/
+1
*
Danek Duvall: 26571: Additions for Solaris
Peter Stephenson
2009-02-14
1
-1
/
+1
*
26466: suffix in certain matcher modes mishandled pattern
Peter Stephenson
2009-01-29
1
-7
/
+10
*
26463: Greg Klanderman: add zle-line-finish widget
Peter Stephenson
2009-01-28
3
-7
/
+43
*
26373: initialise variable in menu completion in attempt to prevent crash
Peter Stephenson
2009-01-20
1
-0
/
+1
*
26366: add "isearch" keymap and "accept-search" functino
Peter Stephenson
2009-01-19
3
-0
/
+15
*
26393: turn off text attributes in refresh when deleting text
Peter Stephenson
2009-01-13
1
-9
/
+10
*
Back off 26270 (accept-and-menu-complete).
Peter Stephenson
2009-01-13
3
-17
/
+12
*
26270: allow accept-and-menu-complete work with _vallues as well
Andrey Borzenkov
2009-01-09
3
-12
/
+17
*
26247: fix compilation with -Werror=format-security
Andrey Borzenkov
2009-01-05
1
-1
/
+1
*
Greg Klanderman: 26159: fix appending of kills
Peter Stephenson
2009-01-03
1
-1
/
+1
*
26110: option to allow vared to open to an alternative terminal
Peter Stephenson
2008-12-09
1
-5
/
+14
*
26116: didn't get updated properly for combining characters
Peter Stephenson
2008-12-07
1
-6
/
+5
*
François Revol: some BeOS fixes
Peter Stephenson
2008-11-18
1
-1
/
+3
*
26061: fix clash between process subst and numeric glob
Peter Stephenson
2008-11-18
1
-2
/
+1
*
26047: convert lower levels of completion matching to use
Peter Stephenson
2008-11-15
5
-302
/
+380
*
26030: fix memory leak in vared
Oliver Kiddle
2008-11-12
1
-0
/
+1
*
26024: don't leave ref count incremented when aborting bindkey with an error
Oliver Kiddle
2008-11-11
1
-1
/
+2
*
26027: free pprogc before it goes out of scope in makecomplistflags.
Clint Adams
2008-11-11
1
-0
/
+1
*
26025: prefer handling user input to zle -F file descriptor
Peter Stephenson
2008-11-11
1
-8
/
+15
*
25989: fix crash in matching
Peter Stephenson
2008-11-02
1
-36
/
+27
*
25975: bad tests for pattern match when building up a completion line string
Peter Stephenson
2008-10-30
1
-3
/
+11
*
25972: leaked and uninitialised memory found by valgrind
Peter Stephenson
2008-10-30
2
-1
/
+2
*
25949: remove dead code in getvisrchstr.
Clint Adams
2008-10-30
1
-6
/
+2
*
25940: delay !multi memory allocation until after possibility to error out an...
Clint Adams
2008-10-29
1
-7
/
+7
*
users/13375: trivial rewrite to ternary expression
Peter Stephenson
2008-10-23
1
-1
/
+4
*
25912: fix another metafication bug in completion
Peter Stephenson
2008-10-18
1
-19
/
+39
*
25897: remove small bit of dead code in cfp_opt_pats.
Clint Adams
2008-10-14
1
-2
/
+2
[next]