Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 25736: one more zsfree missing from 25667. | Clint Adams | 2008-09-23 | 1 | -0/+1 |
| | |||||
* | 25667: free mstr before returning from errors. | Clint Adams | 2008-09-14 | 1 | -0/+3 |
| | |||||
* | 25138(? mailing list stuck): rewrite of completion matching. | Peter Stephenson | 2008-06-08 | 1 | -45/+143 |
| | | | | Will one day use multibyte/wide characters, doesn't yet. | ||||
* | 23665: autoloading of module features and related tweaks | Peter Stephenson | 2007-07-06 | 1 | -7/+7 |
| | |||||
* | 23562: add KSH_ZERO_SUBSCRIPT option and leave off by default | Peter Stephenson | 2007-06-18 | 1 | -1/+1 |
| | |||||
* | 23488: tidy up module interface and documentation | Peter Stephenson | 2007-05-29 | 1 | -2/+3 |
| | |||||
* | 23482: more typos | Peter Stephenson | 2007-05-29 | 1 | -1/+1 |
| | |||||
* | see 23479: add initial features support for modules | Peter Stephenson | 2007-05-28 | 1 | -8/+25 |
| | |||||
* | 22819: improved internal use of string quotation, | Peter Stephenson | 2006-10-05 | 1 | -1/+23 |
| | | | | plus completion bug fix with RCQUOTES | ||||
* | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 2006-05-30 | 1 | -24/+23 |
| | |||||
* | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 2006-03-07 | 1 | -11/+11 |
| | |||||
* | 22328, modified: add -o option to compadd | Peter Stephenson | 2006-03-07 | 1 | -0/+3 |
| | | | | add _list_files helper to handle new file-list style for _path_files | ||||
* | 21663: check for string overflow | Andrey Borzenkov | 2005-08-18 | 1 | -4/+5 |
| | |||||
* | Fixed bug in do_comp_vars() when *compprefix is a metified char. | Wayne Davison | 2005-08-16 | 1 | -3/+1 |
| | |||||
* | 21045: fix some uses of Meta characters in completion | Peter Stephenson | 2005-03-21 | 1 | -6/+36 |
| | |||||
* | 20605: Use separate structure with get/set/unset methods fro parameters. | Peter Stephenson | 2004-12-07 | 1 | -54/+76 |
| | | | | Separate justification width of parameters from base/precision. | ||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -13/+13 |
| | |||||
* | Silenced one signed/unsigned comparison compiler warning. | Wayne Davison | 2004-05-28 | 1 | -1/+1 |
| | |||||
* | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 2003-10-29 | 1 | -2/+2 |
| | |||||
* | 17582: Improved option argument handling. | Peter Stephenson | 2002-08-27 | 1 | -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 Wischnowsky | 2002-07-04 | 1 | -0/+6 |
| | | | | fix display problem with non-empty iprefix (17403) | ||||
* | fix two memory leaks (found by Felix): pre-compiled patterns when ↵ | Sven Wischnowsky | 2002-04-24 | 1 | -0/+1 |
| | | | | re-defining styles and compredirs-copies in comp_wrapper() (17029) | ||||
* | add $redirections array to completion system parameters, containing ↵ | Sven Wischnowsky | 2002-03-01 | 1 | -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 Wischnowsky | 2001-08-24 | 1 | -0/+3 |
| | |||||
* | move pattern matching in the loop to make sure all match specs are used (15487) | Sven Wischnowsky | 2001-07-25 | 1 | -2/+3 |
| | |||||
* | make display for groups in _describe nicer; improve packing with ↵ | Sven Wischnowsky | 2001-07-25 | 1 | -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 Wischnowsky | 2001-05-31 | 1 | -1/+1 |
| | | | | array accesses, plus some defensive programming for heap allocated param structs (14605) | ||||
* | *** empty log message *** | Sven Wischnowsky | 2001-01-11 | 1 | -2/+28 |
| | |||||
* | add _all_matcher completer and supporting C-code for adding a special match ↵ | Sven Wischnowsky | 2000-10-11 | 1 | -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 Wischnowsky | 2000-06-19 | 1 | -8/+13 |
| | |||||
* | fixes for calling compfiles, for completing words with special characters; ↵ | Sven Wischnowsky | 2000-06-13 | 1 | -9/+20 |
| | | | | make compfiles optimisations work with globcomplete and simple match (sunsite isn't responding) | ||||
* | fix some memory leaks (thanks, Felix) (11722) | Sven Wischnowsky | 2000-06-02 | 1 | -4/+6 |
| | |||||
* | Changed the array "len" to be "end" -- a 1-relative index of the last | Wayne Davison | 2000-06-02 | 1 | -1/+1 |
| | | | | item (or you can think of it as pointing one past the last item). | ||||
* | Wayne: pattern.c unitialised var | Peter Stephenson | 2000-05-31 | 1 | -2/+2 |
| | | | | Zero-length arrays now possible with $array[1,0] | ||||
* | add -[ak] options to compadd (11533) | Sven Wischnowsky | 2000-05-23 | 1 | -0/+6 |
| | |||||
* | add -x option to compadd to display message unconditionally | Sven Wischnowsky | 2000-05-02 | 1 | -2/+6 |
| | |||||
* | fix for parse error with left-anchored patterns (10963) | Sven Wischnowsky | 2000-04-27 | 1 | -1/+1 |
| | |||||
* | renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵ | Sven Wischnowsky | 2000-04-27 | 1 | -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 Wischnowsky | 2000-04-26 | 1 | -1/+21 |
| | |||||
* | scrolling in completion lists and menu-selection, version1 | Sven Wischnowsky | 2000-04-17 | 1 | -5/+6 |
| | |||||
* | Updated from list as far as 10376 | Peter Stephenson | 2000-04-01 | 1 | -195/+241 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-10-26 | 1 | -0/+1332 |