about summary refs log tree commit diff
path: root/Src/Zle/complete.c
Commit message (Collapse)AuthorAgeFilesLines
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-2/+2
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* in menu selection, use copies of comp{pre,suf}fix to make sure they exist; ↵Sven Wischnowsky2002-07-041-0/+6
| | | | fix display problem with non-empty iprefix (17403)
* fix two memory leaks (found by Felix): pre-compiled patterns when ↵Sven Wischnowsky2002-04-241-0/+1
| | | | re-defining styles and compredirs-copies in comp_wrapper() (17029)
* add $redirections array to completion system parameters, containing ↵Sven Wischnowsky2002-03-011-6/+14
| | | | information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751)
* test if hash table pointer is NULL to avoid SEGV with compstate=() (15705)Sven Wischnowsky2001-08-241-0/+3
|
* move pattern matching in the loop to make sure all match specs are used (15487)Sven Wischnowsky2001-07-251-2/+3
|
* make display for groups in _describe nicer; improve packing with ↵Sven Wischnowsky2001-07-251-0/+18
| | | | list_packed; leave space for type character (list_types) only in groups with at least one file name (15477)
* fix two memory leaks (at least I hope they are fixed) and some out-of-bound ↵Sven Wischnowsky2001-05-311-1/+1
| | | | array accesses, plus some defensive programming for heap allocated param structs (14605)
* *** empty log message ***Sven Wischnowsky2001-01-111-2/+28
|
* add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky2000-10-111-1/+4
| | | | representing all other matches; remove completions style from _expand(|_word) (12960)
* new match spec characters bBeE, match only word/line not both (11977)Sven Wischnowsky2000-06-191-8/+13
|
* fixes for calling compfiles, for completing words with special characters; ↵Sven Wischnowsky2000-06-131-9/+20
| | | | make compfiles optimisations work with globcomplete and simple match (sunsite isn't responding)
* fix some memory leaks (thanks, Felix) (11722)Sven Wischnowsky2000-06-021-4/+6
|
* Changed the array "len" to be "end" -- a 1-relative index of the lastWayne Davison2000-06-021-1/+1
| | | | item (or you can think of it as pointing one past the last item).
* Wayne: pattern.c unitialised varPeter Stephenson2000-05-311-2/+2
| | | | Zero-length arrays now possible with $array[1,0]
* add -[ak] options to compadd (11533)Sven Wischnowsky2000-05-231-0/+6
|
* add -x option to compadd to display message unconditionallySven Wischnowsky2000-05-021-2/+6
|
* fix for parse error with left-anchored patterns (10963)Sven Wischnowsky2000-04-271-1/+1
|
* renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵Sven Wischnowsky2000-04-271-7/+7
| | | | MENUSCROLL; no special value for LISTMAX to turn on list scrolling, this is done by setting LISTPROMPT now; default values for LISTPROMPT and MENUPROMPT when set but empty (10959)
* allow to anchor on gaps between strings in matching control specs (10926)Sven Wischnowsky2000-04-261-1/+21
|
* scrolling in completion lists and menu-selection, version1Sven Wischnowsky2000-04-171-5/+6
|
* Updated from list as far as 10376Peter Stephenson2000-04-011-195/+241
|
* Initial revisionTanaka Akira1999-10-261-0/+1332