about summary refs log tree commit diff
path: root/Src/Zle/computil.c
Commit message (Collapse)AuthorAgeFilesLines
* 28102: use lstat() when checking ignore-parentsPeter Stephenson2010-07-261-3/+12
|
* users/14732: Test X:/ rather than X: in CygwinPeter Stephenson2010-01-221-9/+34
|
* 27415: Src/Zle/computil.c: comparguments "*::..." descriptions could stepBart Schaefer2009-11-211-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 _argumentsPeter Stephenson2009-08-171-2/+16
|
* 27211: handle Cygwin device files & drives specially in compfilesPeter Stephenson2009-08-051-8/+66
|
* 26047: convert lower levels of completion matching to usePeter Stephenson2008-11-151-2/+2
| | | | multibyte strings and wide characters
* 25989: fix crash in matchingPeter Stephenson2008-11-021-36/+27
|
* 25940: delay !multi memory allocation until after possibility to error out ↵Clint Adams2008-10-291-7/+7
| | | | and return without freeing.
* 25912: fix another metafication bug in completionPeter Stephenson2008-10-181-19/+39
| | | | and remove lies about matchers
* 25897: remove small bit of dead code in cfp_opt_pats.Clint Adams2008-10-141-2/+2
|
* 25737: remove dead code in ca_parse_line.Clint Adams2008-09-231-3/+0
|
* 25666: free memory allocated for an xor if the argument number is invalid.Clint Adams2008-09-141-0/+2
|
* 25138(? mailing list stuck): rewrite of completion matching.Peter Stephenson2008-06-081-58/+235
| | | | Will one day use multibyte/wide characters, doesn't yet.
* users/12699: don't complete normal arguments where we're completing thePeter Stephenson2008-03-071-4/+41
| | | | required argument to an option in the word following the option
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-7/+7
|
* 23670: rationalise some linked list functionsPeter Stephenson2007-06-271-16/+3
|
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-3/+25
|
* 23363: fake-files now allows patternsPeter Stephenson2007-05-011-2/+11
|
* unposted; typoPeter Stephenson2007-01-211-1/+1
|
* 23118: improve sorting to make it work with localesPeter Stephenson2007-01-211-1/+1
|
* 22831: use CM_SPACE in compdescribeAndrey Borzenkov2006-10-071-12/+5
|
* 22819: improved internal use of string quotation,Peter Stephenson2006-10-051-4/+3
| | | | plus completion bug fix with RCQUOTES
* 22780: add _arguments/comparguments -n to set index of first non-option argPeter Stephenson2006-09-271-0/+15
|
* 22761: fix compdescrie for multibyte charactersAndrey Borzenkov2006-09-231-57/+129
|
* 22729: trunction in computil.c did't handle multibyte charactersPeter Stephenson2006-09-171-2/+16
|
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-63/+63
|
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-1/+1
|
* Replaced a flawed look-behind algorithm for backslash detectionWayne Davison2006-02-131-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 innerWayne Davison2005-10-311-2/+2
| | | | context, so I changed the name of the outer variable to orig_args.
* Use idigit() instead of range-checking '0' - '9'.Wayne Davison2005-10-311-1/+1
|
* 21428: Travis: fix crash on bad compvalues callBart Schaefer2005-07-121-1/+2
|
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-071-1/+1
| | | | Separate justification width of parameters from base/precision.
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-11/+11
|
* Silenced three signed/unsigned comparison compiler warnings.Wayne Davison2004-05-281-3/+3
|
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-1/+1
|
* 18477: Null pointer dereferenced in _arguments "*-+bar"Peter Stephenson2003-04-231-1/+1
|
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-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 Wischnowsky2002-05-231-4/+34
|
* allow multiple lines in option completion lists to share the same ↵Sven Wischnowsky2002-05-231-2/+21
| | | | description, for (hopefully) cleaner displays (17212)
* improve calculation of used columns for match-max-length (17194)Sven Wischnowsky2002-05-211-15/+37
|
* avoid printing in the last screen column when preparing a completion listing ↵Sven Wischnowsky2002-05-211-2/+2
| | | | with compdescribe (17190)
* allow users to give the maximum number of display-columns the matches should ↵Sven Wischnowsky2002-05-141-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 Wischnowsky2002-04-171-3/+20
|
* allow an argument containing only a single colon as a separator between ↵Sven Wischnowsky2002-02-181-0/+2
| | | | options to _arguments and specs (16669)
* fix for displaying matches in groups via _describe; go back to displaying ↵Sven Wischnowsky2002-02-071-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 Wischnowsky2002-01-081-1/+8
| | | | multiple sets) (16417)
* Silence "might be used uninitialized" warnings.Wayne Davison2001-08-081-0/+1
|
* follow-up to 15588; add -w option to _values (look at all words); change _dd ↵Sven Wischnowsky2001-08-081-5/+41
| | | | back (15597)
* (15526)Sven Wischnowsky2001-07-301-4/+4
|
* (15509)Sven Wischnowsky2001-07-271-35/+93
|