about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* 41853: update options for texinfo 6.5 and complete also for the pinfo info ↵Oliver Kiddle2017-10-112-5/+33
| | | | reader
* 41849: handle both unexpand and expand in a single functionOliver Kiddle2017-10-113-31/+26
| | | | | They have some commonalities and using _unexpand dodges around the clash with the _expand completer.
* 41831: fix compset usage in ogg123 completion and tweak where compset -p is ↵Oliver Kiddle2017-10-115-4/+9
| | | | a better choice than -P
* 41835: handle multibyte characters with compset -p and -sOliver Kiddle2017-10-112-11/+42
|
* unposted: rename _expand command completion to avoid clash with completerPeter Stephenson2017-10-102-0/+3
|
* 41842: aliasing documentation updatePeter Stephenson2017-10-102-9/+34
|
* 41828, 41830: skip SHFILEEXPANSION for new nodes added by stringsubst() in ↵Barton E. Schaefer2017-10-083-2/+36
| | | | prefork()
* 41827: correct sense of description for ${...:?...} expansionOliver Kiddle2017-10-072-1/+4
|
* 41826: dana: fix inaccuracies in completion description wording for ↵dana2017-10-072-4/+7
| | | | parameter expansion flags
* 41824: fix to not complete rest args from an _arguments set alongside the ↵Oliver Kiddle2017-10-073-16/+28
| | | | argument to and option in a separate set
* 41823: new completions for some GNU coreutils utilitiesOliver Kiddle2017-10-0710-13/+246
|
* unposted: zsh/stat docs: Rephrase to avoid ambiguity due to the ambiguous ↵Daniel Shahaf2017-10-072-1/+7
| | | | relative precedence of the 'other than' and 'and' operators.
* 41808: _git-cherry-pick: Typo fixesNoah Pendleton2017-10-042-2/+7
|
* 41802 (minor tweaks): use heap during shell function call.Peter Stephenson2017-10-043-70/+93
| | | | | | Replaces stack for more efficient memory management. Also fix debug message when FUNCNEST is increased.
* 41787 (plus minor tweaks): use $FUNCSTACK for function nesting depth.Peter Stephenson2017-10-027-15/+73
| | | | Initialised from existing configuration value.
* Add typeset -p1, like typeset -p with newlinesPeter Stephenson2017-10-017-31/+108
|
* 41789: Don't save fd if -1.Peter Stephenson2017-09-292-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.
* 41773: Array index assignment tests for KSH_ARRAYSPeter Stephenson2017-09-282-1/+69
|
* 41772: fix bug in handling of long options with _arguments' -A optionOliver Kiddle2017-09-283-1/+10
|
* 41762: fix for completion in assignment to associative array elementOliver Kiddle2017-09-282-1/+6
|
* 41767: preserve nonzero exit status on interruptBarton E. Schaefer2017-09-272-1/+6
|
* 41764 (test tweaked): allow [key]+=value when modifying arraysPeter Stephenson2017-09-276-16/+101
|
* 41761: Ensure status from interrupt is propagated by builtinPeter Stephenson2017-09-262-2/+14
|
* 41747: Don't create hash entry if just checking existence.Peter Stephenson2017-09-255-9/+23
| | | | Pass a flag in indicating this case.
* 41755: Followup to last: minor clarification to docs.Daniel Shahaf2017-09-242-1/+6
|
* Updates for ksh array element syntax.Peter Stephenson2017-09-2411-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.
* update mtr completion through mtr 0.92Oliver Kiddle2017-09-222-20/+60
|
* update options in tune2fs completion through e2fsprogs 1.43.6Oliver Kiddle2017-09-222-17/+33
|
* 41732: bring tmux completion in line with tmux 2.5 - removing completion of ↵Oliver Kiddle2017-09-222-25/+28
| | | | mode tables
* unposted (cf. 41672): checkrmall: Record the 41672 bug in a TODO.Daniel Shahaf2017-09-212-0/+6
|
* unposted (cf. 41707): internal: Document the count==0 case of checkrmall().Daniel Shahaf2017-09-212-1/+8
|
* 41736: NO_INTERACTIVE_COMMENTS in $(...)Barton E. Schaefer2017-09-203-1/+16
|
* 41731: reformat and expand doc for 41698.Barton E. Schaefer2017-09-202-12/+29
| | | | Also add missing x-seq reference for 41705 in ChangeLog.
* 41729: update options for gnutls completion plus cleanup and rearrange the ↵Oliver Kiddle2017-09-182-115/+173
| | | | function
* 41728: new completion for flac and update options in metaflac completionOliver Kiddle2017-09-183-54/+123
|
* 41727: run tidy -xml-config to get HTML options for completionOliver Kiddle2017-09-182-101/+38
|
* 41723: one more case of 41627 in "while" loops.Barton E. Schaefer2017-09-182-1/+5
|
* 41726: add + and = to option specs taking arguments and update options to 1.7.5Oliver Kiddle2017-09-182-31/+56
|
* update completion of options for util-linux 2.30.1Oliver Kiddle2017-09-185-76/+143
|
* 41725: assorted minor updates to completion functionsOliver Kiddle2017-09-1815-57/+107
|
* 41724: update ethtool completion for new optionsOliver Kiddle2017-09-182-160/+275
|
* 41711: new dconf completionOliver Kiddle2017-09-152-0/+73
|
* 41710: new smartctl completionOliver Kiddle2017-09-152-0/+64
|
* 41709: update options in Linux sysstat completionsOliver Kiddle2017-09-153-30/+67
|
* unposted: nodref -> noderefPeter Stephenson2017-09-152-1/+5
|
* More [key]=value tweaksPeter Stephenson2017-09-146-10/+24
| | | | | | Some rephrasings. Update typeset -p for associative arrays to use new syntax.
* unposted: typo in doc just committedPeter Stephenson2017-09-132-1/+3
|
* First go at var=([key]=value) syntax.Peter Stephenson2017-09-138-34/+363
| | | | | | | Works for both normal and typeset case, also var+=... Still to do: allow to be mixed with straight array assignment, improve typeset -p, implement [key]+=value.
* 41688: builtin wait for all jobs should ignore STAT_NOPRINTPeter Stephenson2017-09-132-1/+5
|
* 41679: slight clarification on exec of builtinsPeter Stephenson2017-09-132-1/+6
|