about summary refs log tree commit diff
path: root/Src/Zle/computil.c
Commit message (Collapse)AuthorAgeFilesLines
* 34116: computil: Check for NULL before passing to strlenMikael Magnusson2015-01-061-1/+2
| | | | | The rest of this function appears to be very careful about checking these, then forgets in this one spot. Found by Coverity (Issue 1255805).
* 32600: in _arguments, "-" is not an option letter after another "-"m0viefreak2014-05-081-3/+7
|
* 31784: better line width calculation for completion listingsBarton E. Schaefer2013-10-031-25/+33
| | | | | | | When deciding whether there is enough horizontal space to show completion descriptions for each match in a listing, treat the separator as part of the description rather than as part of the match, and account for lines that have already wrapped due to very long matches.
* 31781: "compdescribe -i" clears the completion list column padding widthBarton E. Schaefer2013-10-031-0/+1
|
* 31737: same loop counter fix in get_cadef as get_cvdef.Barton E. Schaefer2013-09-191-1/+1
|
* 31735: fix off-by-one in completion utility cache code.Axel Beckert2013-09-191-1/+1
| | | | Was causing crashes in complex completions, particularly with taskwarrior
* Danek: 29254: fix some compiler warningsPeter Stephenson2011-05-131-1/+0
|
* 29165: use term.h globally if needed at all.Peter Stephenson2011-05-091-13/+16
|
* Fix compiler warning due to state.doff duplication.Wayne Davison2011-04-151-1/+1
|
* 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)