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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
compcore.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
21664: unmetafy ztat() argument
Andrey Borzenkov
2005-08-18
1
-9
/
+2
*
21642: remove redundant checks
Andrey Borzenkov
2005-08-16
1
-16
/
+4
*
Moved declaration of char pointer var to comply with
Wayne Davison
2005-08-16
1
-2
/
+2
*
21631: make sure an unmetafied string is passed to ztat to determine file type.
Clint Adams
2005-08-16
1
-1
/
+8
*
21627: fix recursive ZLE from completion call
Andrey Borzenkov
2005-08-15
1
-3
/
+22
*
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
Peter Stephenson
2005-08-10
1
-32
/
+54
*
21045: fix some uses of Meta characters in completion
Peter Stephenson
2005-03-21
1
-2
/
+2
*
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
2005-01-14
1
-33
/
+33
*
fix "compadd -k assoc1 assoc2"
Bart Schaefer
2004-11-05
1
-2
/
+3
*
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
2004-06-02
1
-3
/
+3
*
Silenced three signed/unsigned comparison compiler warnings.
Wayne Davison
2004-05-28
1
-3
/
+3
*
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
2003-10-29
1
-7
/
+7
*
18938: Export some data symbols.
Peter Stephenson
2003-08-11
1
-1
/
+1
*
in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fi...
Sven Wischnowsky
2002-07-04
1
-0
/
+4
*
add new sepcial context -assign-parameter- for completing the parameter in an...
Sven Wischnowsky
2002-07-01
1
-0
/
+2
*
two new modes for menu selection: incremental search and interactive (17366)
Sven Wischnowsky
2002-06-26
1
-1
/
+1
*
fix for file-type-tests in nested quotes and don't count space file-type-char...
Sven Wischnowsky
2002-05-21
1
-3
/
+23
*
fix for completion in nested quotes where the sub-word ends in a backslash (1...
Sven Wischnowsky
2002-05-21
1
-2
/
+6
*
follow-up to 17135, backslash-quoted backslashes in double quotes weren't rig...
Sven Wischnowsky
2002-05-15
1
-5
/
+16
*
fix for unquoting with `compset -q' with singly and doubly quoted strings (17...
Sven Wischnowsky
2002-05-13
1
-12
/
+87
*
add $redirections array to completion system parameters, containing informati...
Sven Wischnowsky
2002-03-01
1
-4
/
+20
*
make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ch...
Sven Wischnowsky
2002-02-25
1
-4
/
+0
*
fix group handling nothing should now possibly be added to the wrong group ag...
Sven Wischnowsky
2002-02-18
1
-27
/
+19
*
add new generic fake style and changes to the C-code for that (different impl...
Sven Wischnowsky
2002-01-22
1
-37
/
+25
*
make sure auto menu isn't started accidentially when bashautolist is set (16408)
Sven Wischnowsky
2002-01-07
1
-1
/
+2
*
hide all but one match with the same string in the list even for unsorted gro...
Sven Wischnowsky
2001-10-09
1
-0
/
+13
*
undo most of 15650, do that in shell code (15669)
Sven Wischnowsky
2001-08-20
1
-10
/
+4
*
15650
Sven Wischnowsky
2001-08-17
1
-4
/
+10
*
fixlet for 15477, don't let it remove consecutive dummy matches (15482)
Sven Wischnowsky
2001-07-25
1
-1
/
+1
*
make display for groups in _describe nicer; improve packing with list_packed;...
Sven Wischnowsky
2001-07-25
1
-28
/
+41
*
(15357)
Sven Wischnowsky
2001-07-10
1
-1
/
+1
*
add `aliases' option to be able to disable alias expansion (13554)
Sven Wischnowsky
2001-02-28
1
-2
/
+2
*
*** empty log message ***
Sven Wischnowsky
2001-01-18
1
-5
/
+6
*
remove 13108 (trap queues); replace with signal queueing to ensure that user ...
Sven Wischnowsky
2001-01-16
1
-5
/
+11
*
fix for listpacked for matches as long as screen is wide (minus added spaces)...
Sven Wischnowsky
2001-01-08
1
-0
/
+1
*
add _all_matcher completer and supporting C-code for adding a special match r...
Sven Wischnowsky
2000-10-11
1
-39
/
+44
*
make user defined completion widgets leave menu selection without accepting t...
Sven Wischnowsky
2000-10-11
1
-3
/
+5
*
don't forget a displayed list when starting menu completion (12884)
Sven Wischnowsky
2000-10-04
1
-1
/
+4
*
fixes for completion in math contexts (12592)
Sven Wischnowsky
2000-08-11
1
-3
/
+3
*
don't let duplicate matches keep us from recognising exact matches if they pr...
Sven Wischnowsky
2000-07-18
1
-1
/
+1
*
AIX dependency fixes
Oliver Kiddle
2000-07-04
1
-1
/
+4
*
change format style with warnings tag, don't add descriptions as matches; mak...
Sven Wischnowsky
2000-07-03
1
-2
/
+4
*
make a-a-i-n-h in menu selection work with one match; better undo behaviour f...
Sven Wischnowsky
2000-06-28
1
-2
/
+5
*
allow subscripts for compadd -[ak]; new style for history completion; better ...
Sven Wischnowsky
2000-06-22
1
-29
/
+43
*
improve filename completion; use accept-exact for in-path completion; new fak...
Sven Wischnowsky
2000-06-19
1
-2
/
+2
*
fix for menu-completion when another completion came right after it (11836)
Sven Wischnowsky
2000-06-09
1
-0
/
+1
*
hopefully more consistent beeping with menu-selection (11794)
Sven Wischnowsky
2000-06-07
1
-6
/
+7
*
Felix, 11734: Memory leak and doc error.
Bart Schaefer
2000-06-03
1
-0
/
+1
*
fix some memory leaks (thanks, Felix) (11722)
Sven Wischnowsky
2000-06-02
1
-0
/
+1
*
allow display of only messages via $compstate[list]=messages (11688)
Sven Wischnowsky
2000-05-31
1
-5
/
+6
[next]