Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | users/12699: don't complete normal arguments where we're completing the | Peter Stephenson | 2008-03-07 | 1 | -4/+41 |
| | | | | required argument to an option in the word following the option | ||||
* | 23665: autoloading of module features and related tweaks | Peter Stephenson | 2007-07-06 | 1 | -7/+7 |
| | |||||
* | 23670: rationalise some linked list functions | Peter Stephenson | 2007-06-27 | 1 | -16/+3 |
| | |||||
* | see 23479: add initial features support for modules | Peter Stephenson | 2007-05-28 | 1 | -3/+25 |
| | |||||
* | 23363: fake-files now allows patterns | Peter Stephenson | 2007-05-01 | 1 | -2/+11 |
| | |||||
* | unposted; typo | Peter Stephenson | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | 23118: improve sorting to make it work with locales | Peter Stephenson | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | 22831: use CM_SPACE in compdescribe | Andrey Borzenkov | 2006-10-07 | 1 | -12/+5 |
| | |||||
* | 22819: improved internal use of string quotation, | Peter Stephenson | 2006-10-05 | 1 | -4/+3 |
| | | | | plus completion bug fix with RCQUOTES | ||||
* | 22780: add _arguments/comparguments -n to set index of first non-option arg | Peter Stephenson | 2006-09-27 | 1 | -0/+15 |
| | |||||
* | 22761: fix compdescrie for multibyte characters | Andrey Borzenkov | 2006-09-23 | 1 | -57/+129 |
| | |||||
* | 22729: trunction in computil.c did't handle multibyte characters | Peter Stephenson | 2006-09-17 | 1 | -2/+16 |
| | |||||
* | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 2006-05-30 | 1 | -63/+63 |
| | |||||
* | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 2006-03-07 | 1 | -1/+1 |
| | |||||
* | Replaced a flawed look-behind algorithm for backslash detection | Wayne Davison | 2006-02-13 | 1 | -8/+8 |
| | | | | | with one that looks forward (avoiding an accidental quoting of a char after a "\\" sequence). | ||||
* | In parse_cadef(), the variable name oargs was re-defined in an inner | Wayne Davison | 2005-10-31 | 1 | -2/+2 |
| | | | | context, so I changed the name of the outer variable to orig_args. | ||||
* | Use idigit() instead of range-checking '0' - '9'. | Wayne Davison | 2005-10-31 | 1 | -1/+1 |
| | |||||
* | 21428: Travis: fix crash on bad compvalues call | Bart Schaefer | 2005-07-12 | 1 | -1/+2 |
| | |||||
* | 20605: Use separate structure with get/set/unset methods fro parameters. | Peter Stephenson | 2004-12-07 | 1 | -1/+1 |
| | | | | Separate justification width of parameters from base/precision. | ||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -11/+11 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | 18477: Null pointer dereferenced in _arguments "*-+bar" | Peter Stephenson | 2003-04-23 | 1 | -1/+1 |
| | |||||
* | 17582: Improved option argument handling. | Peter Stephenson | 2002-08-27 | 1 | -10/+11 |
| | | | | unposted: Updated version to 4.1.0-dev-6 because of interface change. | ||||
* | report option arguments to _arguments in the original form (17196) | Sven Wischnowsky | 2002-05-23 | 1 | -4/+34 |
| | |||||
* | allow multiple lines in option completion lists to share the same ↵ | Sven Wischnowsky | 2002-05-23 | 1 | -2/+21 |
| | | | | description, for (hopefully) cleaner displays (17212) | ||||
* | improve calculation of used columns for match-max-length (17194) | Sven Wischnowsky | 2002-05-21 | 1 | -15/+37 |
| | |||||
* | avoid printing in the last screen column when preparing a completion listing ↵ | Sven Wischnowsky | 2002-05-21 | 1 | -2/+2 |
| | | | | with compdescribe (17190) | ||||
* | allow users to give the maximum number of display-columns the matches should ↵ | Sven Wischnowsky | 2002-05-14 | 1 | -14/+25 |
| | | | | take up via the style currently named max-match-length (17147) | ||||
* | make compvalues unquote the string from the line like comparguments does (16998) | Sven Wischnowsky | 2002-04-17 | 1 | -3/+20 |
| | |||||
* | allow an argument containing only a single colon as a separator between ↵ | Sven Wischnowsky | 2002-02-18 | 1 | -0/+2 |
| | | | | options to _arguments and specs (16669) | ||||
* | fix for displaying matches in groups via _describe; go back to displaying ↵ | Sven Wischnowsky | 2002-02-07 | 1 | -1/+10 |
| | | | | one match per line when lines get too long (16582) | ||||
* | don't report _arguments-specs more than once (not even shared options with ↵ | Sven Wischnowsky | 2002-01-08 | 1 | -1/+8 |
| | | | | multiple sets) (16417) | ||||
* | Silence "might be used uninitialized" warnings. | Wayne Davison | 2001-08-08 | 1 | -0/+1 |
| | |||||
* | follow-up to 15588; add -w option to _values (look at all words); change _dd ↵ | Sven Wischnowsky | 2001-08-08 | 1 | -5/+41 |
| | | | | back (15597) | ||||
* | (15526) | Sven Wischnowsky | 2001-07-30 | 1 | -4/+4 |
| | |||||
* | (15509) | Sven Wischnowsky | 2001-07-27 | 1 | -35/+93 |
| | |||||
* | another fix for 15477 (separator strings); add list-separator style (15484) | Sven Wischnowsky | 2001-07-25 | 1 | -3/+4 |
| | |||||
* | fixlet for 15477, don't let it remove consecutive dummy matches (15482) | Sven Wischnowsky | 2001-07-25 | 1 | -2/+4 |
| | |||||
* | make display for groups in _describe nicer; improve packing with ↵ | Sven Wischnowsky | 2001-07-25 | 1 | -92/+364 |
| | | | | list_packed; leave space for type character (list_types) only in groups with at least one file name (15477) | ||||
* | don't use compsuffix when it might be freed; use the right variable in that ↵ | Sven Wischnowsky | 2001-07-20 | 1 | -5/+7 |
| | | | | loop there, dammit (15433) | ||||
* | yet another followup to 15497; make _describe filter out non-matching ↵ | Sven Wischnowsky | 2001-07-19 | 1 | -3/+3 |
| | | | | strings before calling compdescribe, otherwise some matches will be hiddens (15415) | ||||
* | fix for 15407; there may be sets without matches (15409) | Sven Wischnowsky | 2001-07-18 | 1 | -2/+3 |
| | |||||
* | add list-grouped option to make options and such be grouped together if they ↵ | Sven Wischnowsky | 2001-07-18 | 1 | -117/+206 |
| | | | | have the same description; matches with line-display strings can be hidden; hi and du capabalities in complist are only used if set by the user (15407) | ||||
* | fix for finding the first ambiguous path component in compfiles (3946) | Sven Wischnowsky | 2001-06-26 | 1 | -0/+2 |
| | |||||
* | Compiler warnings. | Bart Schaefer | 2001-06-19 | 1 | -2/+2 |
| | |||||
* | fix for comparguments (completing after single letter options that get their ↵ | Sven Wischnowsky | 2001-06-13 | 1 | -1/+57 |
| | | | | argument in the next word); make _values ignore some of the standard option it may get; make _mount use _dir_list in some places and improve that; `document' comparguments and compvalues with some comments in computil.c (14897) | ||||
* | (14841) | Sven Wischnowsky | 2001-06-11 | 1 | -98/+184 |
| | |||||
* | fix for exclusion of normal arguments (14630) | Sven Wischnowsky | 2001-06-01 | 1 | -5/+11 |
| | |||||
* | fix tag-order problem with _arguments (completion after an option that gets ↵ | Sven Wischnowsky | 2001-05-31 | 1 | -1/+1 |
| | | | | an argument in the same word); and a fix for completion after -ab, where -a gets an argument in the next word and -b gets one in the same word (14607) |