summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-10-1141825/0002: _stat: Complete -x options to zsh/stat's 'zstat'.Daniel Shahaf2-15/+24
2017-10-1141825/0001: _stat: Only complete 'stat' if it's provided by the zsh/stat ↵Daniel Shahaf2-1/+13
builtin.
2017-10-1141855: completion option updates for OpenBSD 6.2 and handle macOS in rm ↵Oliver Kiddle5-61/+98
completion
2017-10-1141854: also complete options for ping on Solaris, Mac OS, NetBSD and OpenBSD ↵Oliver Kiddle2-66/+208
and for ping6
2017-10-1141853: update options for texinfo 6.5 and complete also for the pinfo info ↵Oliver Kiddle2-5/+33
reader
2017-10-1141849: handle both unexpand and expand in a single functionOliver Kiddle3-31/+26
They have some commonalities and using _unexpand dodges around the clash with the _expand completer.
2017-10-1141831: fix compset usage in ogg123 completion and tweak where compset -p is ↵Oliver Kiddle5-4/+9
a better choice than -P
2017-10-1141835: handle multibyte characters with compset -p and -sOliver Kiddle2-11/+42
2017-10-10unposted: rename _expand command completion to avoid clash with completerPeter Stephenson2-0/+3
2017-10-1041842: aliasing documentation updatePeter Stephenson2-9/+34
2017-10-0841828, 41830: skip SHFILEEXPANSION for new nodes added by stringsubst() in ↵Barton E. Schaefer3-2/+36
prefork()
2017-10-0741827: correct sense of description for ${...:?...} expansionOliver Kiddle2-1/+4
2017-10-0741826: dana: fix inaccuracies in completion description wording for ↵dana2-4/+7
parameter expansion flags
2017-10-0741824: fix to not complete rest args from an _arguments set alongside the ↵Oliver Kiddle3-16/+28
argument to and option in a separate set
2017-10-0741823: new completions for some GNU coreutils utilitiesOliver Kiddle10-13/+246
2017-10-07unposted: zsh/stat docs: Rephrase to avoid ambiguity due to the ambiguous ↵Daniel Shahaf2-1/+7
relative precedence of the 'other than' and 'and' operators.
2017-10-0441808: _git-cherry-pick: Typo fixesNoah Pendleton2-2/+7
2017-10-0441802 (minor tweaks): use heap during shell function call.Peter Stephenson3-70/+93
Replaces stack for more efficient memory management. Also fix debug message when FUNCNEST is increased.
2017-10-0241787 (plus minor tweaks): use $FUNCSTACK for function nesting depth.Peter Stephenson7-15/+73
Initialised from existing configuration value.
2017-10-01Add typeset -p1, like typeset -p with newlinesPeter Stephenson7-31/+108
2017-09-2941789: Don't save fd if -1.Peter Stephenson2-8/+16
We try to move an fd which isn't opend but it will feel. This needs handling specially in the new code for marking saved fd's.
2017-09-2841773: Array index assignment tests for KSH_ARRAYSPeter Stephenson2-1/+69
2017-09-2841772: fix bug in handling of long options with _arguments' -A optionOliver Kiddle3-1/+10
2017-09-2841762: fix for completion in assignment to associative array elementOliver Kiddle2-1/+6
2017-09-2741767: preserve nonzero exit status on interruptBarton E. Schaefer2-1/+6
2017-09-2741764 (test tweaked): allow [key]+=value when modifying arraysPeter Stephenson6-16/+101
2017-09-2641761: Ensure status from interrupt is propagated by builtinPeter Stephenson2-2/+14
2017-09-2541747: Don't create hash entry if just checking existence.Peter Stephenson5-9/+23
Pass a flag in indicating this case.
2017-09-2441755: Followup to last: minor clarification to docs.Daniel Shahaf2-1/+6
2017-09-24Updates for ksh array element syntax.Peter Stephenson11-165/+325
Move detection of key/value pairs down into prefork(). Detect normal array assignment and [key]=val array assignemnt separately. Mark key / value pairs with Marker and pass up flag. Deal with marked triads specially later on.
2017-09-22update mtr completion through mtr 0.92Oliver Kiddle2-20/+60
2017-09-22update options in tune2fs completion through e2fsprogs 1.43.6Oliver Kiddle2-17/+33
2017-09-2241732: bring tmux completion in line with tmux 2.5 - removing completion of ↵Oliver Kiddle2-25/+28
mode tables
2017-09-21unposted (cf. 41672): checkrmall: Record the 41672 bug in a TODO.Daniel Shahaf2-0/+6
2017-09-21unposted (cf. 41707): internal: Document the count==0 case of checkrmall().Daniel Shahaf2-1/+8
2017-09-2041736: NO_INTERACTIVE_COMMENTS in $(...)Barton E. Schaefer3-1/+16
2017-09-2041731: reformat and expand doc for 41698.Barton E. Schaefer2-12/+29
Also add missing x-seq reference for 41705 in ChangeLog.
2017-09-1841729: update options for gnutls completion plus cleanup and rearrange the ↵Oliver Kiddle2-115/+173
function
2017-09-1841728: new completion for flac and update options in metaflac completionOliver Kiddle3-54/+123
2017-09-1841727: run tidy -xml-config to get HTML options for completionOliver Kiddle2-101/+38
2017-09-1841723: one more case of 41627 in "while" loops.Barton E. Schaefer2-1/+5
2017-09-1841726: add + and = to option specs taking arguments and update options to 1.7.5Oliver Kiddle2-31/+56
2017-09-18update completion of options for util-linux 2.30.1Oliver Kiddle5-76/+143
2017-09-1841725: assorted minor updates to completion functionsOliver Kiddle15-57/+107
2017-09-1841724: update ethtool completion for new optionsOliver Kiddle2-160/+275
2017-09-1541711: new dconf completionOliver Kiddle2-0/+73
2017-09-1541710: new smartctl completionOliver Kiddle2-0/+64
2017-09-1541709: update options in Linux sysstat completionsOliver Kiddle3-30/+67
2017-09-15unposted: nodref -> noderefPeter Stephenson2-1/+5
2017-09-14More [key]=value tweaksPeter Stephenson6-10/+24
Some rephrasings. Update typeset -p for associative arrays to use new syntax.