index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
complete.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-08-18
21663: check for string overflow
Andrey Borzenkov
1
-4
/
+5
2005-08-16
Fixed bug in do_comp_vars() when *compprefix is a metified char.
Wayne Davison
1
-3
/
+1
2005-03-21
21045: fix some uses of Meta characters in completion
Peter Stephenson
1
-6
/
+36
2004-12-07
20605: Use separate structure with get/set/unset methods fro parameters.
Peter Stephenson
1
-54
/
+76
2004-06-02
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
1
-13
/
+13
2004-05-28
Silenced one signed/unsigned comparison compiler warning.
Wayne Davison
1
-1
/
+1
2003-10-29
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
1
-2
/
+2
2002-08-27
17582: Improved option argument handling.
Peter Stephenson
1
-2
/
+2
2002-07-04
in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fi...
Sven Wischnowsky
1
-0
/
+6
2002-04-24
fix two memory leaks (found by Felix): pre-compiled patterns when re-defining...
Sven Wischnowsky
1
-0
/
+1
2002-03-01
add $redirections array to completion system parameters, containing informati...
Sven Wischnowsky
1
-6
/
+14
2001-08-24
test if hash table pointer is NULL to avoid SEGV with compstate=() (15705)
Sven Wischnowsky
1
-0
/
+3
2001-07-25
move pattern matching in the loop to make sure all match specs are used (15487)
Sven Wischnowsky
1
-2
/
+3
2001-07-25
make display for groups in _describe nicer; improve packing with list_packed;...
Sven Wischnowsky
1
-0
/
+18
2001-05-31
fix two memory leaks (at least I hope they are fixed) and some out-of-bound a...
Sven Wischnowsky
1
-1
/
+1
2001-01-11
*** empty log message ***
Sven Wischnowsky
1
-2
/
+28
2000-10-11
add _all_matcher completer and supporting C-code for adding a special match r...
Sven Wischnowsky
1
-1
/
+4
2000-06-19
new match spec characters bBeE, match only word/line not both (11977)
Sven Wischnowsky
1
-8
/
+13
2000-06-13
fixes for calling compfiles, for completing words with special characters; ma...
Sven Wischnowsky
1
-9
/
+20
2000-06-02
fix some memory leaks (thanks, Felix) (11722)
Sven Wischnowsky
1
-4
/
+6
2000-06-02
Changed the array "len" to be "end" -- a 1-relative index of the last
Wayne Davison
1
-1
/
+1
2000-05-31
Wayne: pattern.c unitialised var
Peter Stephenson
1
-2
/
+2
2000-05-23
add -[ak] options to compadd (11533)
Sven Wischnowsky
1
-0
/
+6
2000-05-02
add -x option to compadd to display message unconditionally
Sven Wischnowsky
1
-2
/
+6
2000-04-27
fix for parse error with left-anchored patterns (10963)
Sven Wischnowsky
1
-1
/
+1
2000-04-27
renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL...
Sven Wischnowsky
1
-7
/
+7
2000-04-26
allow to anchor on gaps between strings in matching control specs (10926)
Sven Wischnowsky
1
-1
/
+21
2000-04-17
scrolling in completion lists and menu-selection, version1
Sven Wischnowsky
1
-5
/
+6
2000-04-01
Updated from list as far as 10376
Peter Stephenson
1
-195
/
+241
1999-10-26
Initial revision
Tanaka Akira
1
-0
/
+1332