Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 28102: use lstat() when checking ignore-parents | Peter Stephenson | 2010-07-26 | 1 | -3/+12 |
| | |||||
* | users/14732: Test X:/ rather than X: in Cygwin | Peter Stephenson | 2010-01-22 | 1 | -9/+34 |
| | |||||
* | 27415: Src/Zle/computil.c: comparguments "*::..." descriptions could step | Bart Schaefer | 2009-11-21 | 1 | -0/+17 |
| | | | | | on sequentially earlier descriptions when completing for a word other than the last word on the command line. | ||||
* | 27218: don't unquote $line generated in comparguments for _arguments | Peter Stephenson | 2009-08-17 | 1 | -2/+16 |
| | |||||
* | 27211: handle Cygwin device files & drives specially in compfiles | Peter Stephenson | 2009-08-05 | 1 | -8/+66 |
| | |||||
* | 26047: convert lower levels of completion matching to use | Peter Stephenson | 2008-11-15 | 1 | -2/+2 |
| | | | | multibyte strings and wide characters | ||||
* | 25989: fix crash in matching | Peter Stephenson | 2008-11-02 | 1 | -36/+27 |
| | |||||
* | 25940: delay !multi memory allocation until after possibility to error out ↵ | Clint Adams | 2008-10-29 | 1 | -7/+7 |
| | | | | and return without freeing. | ||||
* | 25912: fix another metafication bug in completion | Peter Stephenson | 2008-10-18 | 1 | -19/+39 |
| | | | | and remove lies about matchers | ||||
* | 25897: remove small bit of dead code in cfp_opt_pats. | Clint Adams | 2008-10-14 | 1 | -2/+2 |
| | |||||
* | 25737: remove dead code in ca_parse_line. | Clint Adams | 2008-09-23 | 1 | -3/+0 |
| | |||||
* | 25666: free memory allocated for an xor if the argument number is invalid. | Clint Adams | 2008-09-14 | 1 | -0/+2 |
| | |||||
* | 25138(? mailing list stuck): rewrite of completion matching. | Peter Stephenson | 2008-06-08 | 1 | -58/+235 |
| | | | | Will one day use multibyte/wide characters, doesn't yet. | ||||
* | 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 |
| |