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
/
compresult.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Got rid of some unsigned-char/char pointer casts.
Wayne Davison
2005-11-15
1
-5
/
+5
*
users/9638: tweaks for FCEDIT etc.
Peter Stephenson
2005-11-07
1
-8
/
+22
*
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
Peter Stephenson
2005-10-28
1
-4
/
+4
*
21784: Improved character widths for formatted multibyte character output
Peter Stephenson
2005-09-29
1
-2
/
+10
*
21664: unmetafy ztat() argument
Andrey Borzenkov
2005-08-18
1
-11
/
+17
*
21596: fix run-help, which-command, accept-and-menu-complete
Peter Stephenson
2005-08-10
1
-6
/
+14
*
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
Peter Stephenson
2005-08-10
1
-127
/
+148
*
20162: in printlist() don't output new line if we haven't printed anything
Geoff Wing
2005-04-22
1
-4
/
+3
*
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
2005-01-14
1
-123
/
+123
*
unposted: improve 20150 by setting pointer to NULL
Peter Stephenson
2004-07-12
1
-0
/
+3
*
20149: improve prompt-reset code
Peter Stephenson
2004-07-11
1
-0
/
+3
*
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
2004-06-02
1
-5
/
+5
*
19474: fix a calculation when displaying completions which are
Geoff Wing
2004-03-05
1
-2
/
+2
*
18191: from Greg Klanderman: compctl -y didn't respect list arrangement
Peter Stephenson
2003-02-06
1
-0
/
+7
*
18059: allow compadd -r and -R with default space suffix
Peter Stephenson
2003-01-13
1
-1
/
+1
*
make sure invalidatelist() isn't called hwen we are inside menu selection and...
Sven Wischnowsky
2002-07-30
1
-1
/
+1
*
two new modes for menu selection: incremental search and interactive (17366)
Sven Wischnowsky
2002-06-26
1
-6
/
+11
*
fix for file-type-tests in nested quotes and don't count space file-type-char...
Sven Wischnowsky
2002-05-21
1
-50
/
+37
*
add new generic fake style and changes to the C-code for that (different impl...
Sven Wischnowsky
2002-01-22
1
-6
/
+9
*
fix calculation of number of columns needed with list_packed (15946)
Sven Wischnowsky
2001-10-05
1
-1
/
+4
*
Got rid of unused variables.
Wayne Davison
2001-08-08
1
-1
/
+1
*
(15509)
Sven Wischnowsky
2001-07-27
1
-195
/
+123
*
make display for groups in _describe nicer; improve packing with list_packed;...
Sven Wischnowsky
2001-07-25
1
-11
/
+39
*
add list-grouped option to make options and such be grouped together if they ...
Sven Wischnowsky
2001-07-18
1
-34
/
+37
*
fix for cursor positioning with that -y option of compctl (display strings) (...
Sven Wischnowsky
2001-05-28
1
-13
/
+22
*
try to make _h_c_w smarter at the beginning and end of the list; avoid list-b...
Sven Wischnowsky
2001-03-27
1
-1
/
+1
*
fix for matching control, try harder to merge separately completed parts to a...
Sven Wischnowsky
2001-03-05
1
-2
/
+2
*
*** empty log message ***
Sven Wischnowsky
2001-01-22
1
-1
/
+1
*
*** empty log message ***
Sven Wischnowsky
2001-01-18
1
-1
/
+1
*
two more fixes for completion matching and reporting interesting positions (1...
Sven Wischnowsky
2001-01-15
1
-3
/
+18
*
fix for 13339 (report each position only once) and fixlet for matching: a cas...
Sven Wischnowsky
2001-01-12
1
-11
/
+19
*
*** empty log message ***
Sven Wischnowsky
2001-01-11
1
-24
/
+100
*
fix cursor positioning with partial-word match specs using `**' (13336)
Sven Wischnowsky
2001-01-10
1
-5
/
+9
*
fix for listpacked for matches as long as screen is wide (minus added spaces)...
Sven Wischnowsky
2001-01-08
1
-4
/
+4
*
add a counter for invalidatelist() to allow finding out if there is a new lis...
Sven Wischnowsky
2000-10-25
1
-1
/
+12
*
avoid printing file type characters in completion lists for matches ending in...
Sven Wischnowsky
2000-10-24
1
-1
/
+2
*
add _all_matcher completer and supporting C-code for adding a special match r...
Sven Wischnowsky
2000-10-11
1
-23
/
+141
*
unposted: remove unused variable declaration from ztat()
Clint Adams
2000-10-01
1
-2
/
+0
*
12863: remove ztrdupstrip, use VARARR in ztat
Clint Adams
2000-09-27
1
-7
/
+13
*
12859: dynamically-allocate buffer in ztat(), ztrdupstring()
Clint Adams
2000-09-22
1
-8
/
+6
*
make a-a-i-n-h in menu selection work with one match; better undo behaviour f...
Sven Wischnowsky
2000-06-28
1
-1
/
+1
*
allow completion after `a{{b,c},'; fix for closing brace re-insertion when co...
Sven Wischnowsky
2000-06-16
1
-2
/
+2
*
some more memory leak fixes (11745)
Sven Wischnowsky
2000-06-05
1
-1
/
+1
*
allow display of only messages via $compstate[list]=messages (11688)
Sven Wischnowsky
2000-05-31
1
-3
/
+8
*
move to last cursor after not asking a second time if list should be shown (1...
Sven Wischnowsky
2000-05-31
1
-1
/
+3
*
matching bugs with patterns with two anchors (11634)
Sven Wischnowsky
2000-05-29
1
-1
/
+2
*
fix for unambiguous string insertion (11466)
Sven Wischnowsky
2000-05-19
1
-1
/
+1
*
fixes for completion matching (11346)
Sven Wischnowsky
2000-05-12
1
-2
/
+29
*
AIX dependency fixes
Oliver Kiddle
2000-04-30
1
-2
/
+2
*
renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL...
Sven Wischnowsky
2000-04-27
1
-5
/
+3
[next]