index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
compresult.c
Age
Commit message (
Expand
)
Author
Files
Lines
2004-03-05
19474: fix a calculation when displaying completions which are
Geoff Wing
1
-2
/
+2
2003-02-06
18191: from Greg Klanderman: compctl -y didn't respect list arrangement
Peter Stephenson
1
-0
/
+7
2003-01-13
18059: allow compadd -r and -R with default space suffix
Peter Stephenson
1
-1
/
+1
2002-07-30
make sure invalidatelist() isn't called hwen we are inside menu selection and...
Sven Wischnowsky
1
-1
/
+1
2002-06-26
two new modes for menu selection: incremental search and interactive (17366)
Sven Wischnowsky
1
-6
/
+11
2002-05-21
fix for file-type-tests in nested quotes and don't count space file-type-char...
Sven Wischnowsky
1
-50
/
+37
2002-01-22
add new generic fake style and changes to the C-code for that (different impl...
Sven Wischnowsky
1
-6
/
+9
2001-10-05
fix calculation of number of columns needed with list_packed (15946)
Sven Wischnowsky
1
-1
/
+4
2001-08-08
Got rid of unused variables.
Wayne Davison
1
-1
/
+1
2001-07-27
(15509)
Sven Wischnowsky
1
-195
/
+123
2001-07-25
make display for groups in _describe nicer; improve packing with list_packed;...
Sven Wischnowsky
1
-11
/
+39
2001-07-18
add list-grouped option to make options and such be grouped together if they ...
Sven Wischnowsky
1
-34
/
+37
2001-05-28
fix for cursor positioning with that -y option of compctl (display strings) (...
Sven Wischnowsky
1
-13
/
+22
2001-03-27
try to make _h_c_w smarter at the beginning and end of the list; avoid list-b...
Sven Wischnowsky
1
-1
/
+1
2001-03-05
fix for matching control, try harder to merge separately completed parts to a...
Sven Wischnowsky
1
-2
/
+2
2001-01-22
*** empty log message ***
Sven Wischnowsky
1
-1
/
+1
2001-01-18
*** empty log message ***
Sven Wischnowsky
1
-1
/
+1
2001-01-15
two more fixes for completion matching and reporting interesting positions (1...
Sven Wischnowsky
1
-3
/
+18
2001-01-12
fix for 13339 (report each position only once) and fixlet for matching: a cas...
Sven Wischnowsky
1
-11
/
+19
2001-01-11
*** empty log message ***
Sven Wischnowsky
1
-24
/
+100
2001-01-10
fix cursor positioning with partial-word match specs using `**' (13336)
Sven Wischnowsky
1
-5
/
+9
2001-01-08
fix for listpacked for matches as long as screen is wide (minus added spaces)...
Sven Wischnowsky
1
-4
/
+4
2000-10-25
add a counter for invalidatelist() to allow finding out if there is a new lis...
Sven Wischnowsky
1
-1
/
+12
2000-10-24
avoid printing file type characters in completion lists for matches ending in...
Sven Wischnowsky
1
-1
/
+2
2000-10-11
add _all_matcher completer and supporting C-code for adding a special match r...
Sven Wischnowsky
1
-23
/
+141
2000-10-01
unposted: remove unused variable declaration from ztat()
Clint Adams
1
-2
/
+0
2000-09-27
12863: remove ztrdupstrip, use VARARR in ztat
Clint Adams
1
-7
/
+13
2000-09-22
12859: dynamically-allocate buffer in ztat(), ztrdupstring()
Clint Adams
1
-8
/
+6
2000-06-28
make a-a-i-n-h in menu selection work with one match; better undo behaviour f...
Sven Wischnowsky
1
-1
/
+1
2000-06-16
allow completion after `a{{b,c},'; fix for closing brace re-insertion when co...
Sven Wischnowsky
1
-2
/
+2
2000-06-05
some more memory leak fixes (11745)
Sven Wischnowsky
1
-1
/
+1
2000-05-31
allow display of only messages via $compstate[list]=messages (11688)
Sven Wischnowsky
1
-3
/
+8
2000-05-31
move to last cursor after not asking a second time if list should be shown (1...
Sven Wischnowsky
1
-1
/
+3
2000-05-29
matching bugs with patterns with two anchors (11634)
Sven Wischnowsky
1
-1
/
+2
2000-05-19
fix for unambiguous string insertion (11466)
Sven Wischnowsky
1
-1
/
+1
2000-05-12
fixes for completion matching (11346)
Sven Wischnowsky
1
-2
/
+29
2000-04-30
AIX dependency fixes
Oliver Kiddle
1
-2
/
+2
2000-04-27
renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL...
Sven Wischnowsky
1
-5
/
+3
2000-04-25
don't show empty hidden matches even in menu-selection (10917)
Sven Wischnowsky
1
-4
/
+13
2000-04-25
don't always ignore backslashes in paths when testing file type (10912)
Sven Wischnowsky
1
-0
/
+3
2000-04-25
report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ...
Sven Wischnowsky
1
-2
/
+0
2000-04-17
scrolling in completion lists and menu-selection, version1
Sven Wischnowsky
1
-7
/
+12
2000-04-13
comment the `#if's for group numbers in $compstate[insert] (10725)
Sven Wischnowsky
1
-0
/
+2
2000-04-13
display number of matches again when asking if a completion list should be sh...
Sven Wischnowsky
1
-3
/
+8
2000-04-12
comment out the code to allow $compstate[insert] to select the group (10690)
Sven Wischnowsky
1
-0
/
+4
2000-04-12
display number of lines instead of number of matches when asking whether to s...
Sven Wischnowsky
1
-2
/
+2
2000-04-10
fix for bashautolist+automenu (10609)
Sven Wischnowsky
1
-1
/
+3
2000-04-01
Updated from list as far as 10376
Peter Stephenson
1
-263
/
+252
1999-11-01
Initial revision
Tanaka Akira
1
-0
/
+1940