Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unposted: rename _expand command completion to avoid clash with completer | Peter Stephenson | 2017-10-10 | 1 | -0/+3 |
| | |||||
* | 41842: aliasing documentation update | Peter Stephenson | 2017-10-10 | 1 | -0/+5 |
| | |||||
* | 41828, 41830: skip SHFILEEXPANSION for new nodes added by stringsubst() in ↵ | Barton E. Schaefer | 2017-10-08 | 1 | -0/+7 |
| | | | | prefork() | ||||
* | 41827: correct sense of description for ${...:?...} expansion | Oliver Kiddle | 2017-10-07 | 1 | -0/+3 |
| | |||||
* | 41826: dana: fix inaccuracies in completion description wording for ↵ | dana | 2017-10-07 | 1 | -0/+3 |
| | | | | parameter expansion flags | ||||
* | 41824: fix to not complete rest args from an _arguments set alongside the ↵ | Oliver Kiddle | 2017-10-07 | 1 | -0/+4 |
| | | | | argument to and option in a separate set | ||||
* | 41823: new completions for some GNU coreutils utilities | Oliver Kiddle | 2017-10-07 | 1 | -0/+10 |
| | |||||
* | unposted: zsh/stat docs: Rephrase to avoid ambiguity due to the ambiguous ↵ | Daniel Shahaf | 2017-10-07 | 1 | -0/+6 |
| | | | | relative precedence of the 'other than' and 'and' operators. | ||||
* | 41808: _git-cherry-pick: Typo fixes | Noah Pendleton | 2017-10-04 | 1 | -0/+5 |
| | |||||
* | 41802 (minor tweaks): use heap during shell function call. | Peter Stephenson | 2017-10-04 | 1 | -0/+6 |
| | | | | | | 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 Stephenson | 2017-10-02 | 1 | -0/+7 |
| | | | | Initialised from existing configuration value. | ||||
* | Add typeset -p1, like typeset -p with newlines | Peter Stephenson | 2017-10-01 | 1 | -0/+7 |
| | |||||
* | 41789: Don't save fd if -1. | Peter Stephenson | 2017-09-29 | 1 | -0/+5 |
| | | | | | | 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_ARRAYS | Peter Stephenson | 2017-09-28 | 1 | -0/+3 |
| | |||||
* | 41772: fix bug in handling of long options with _arguments' -A option | Oliver Kiddle | 2017-09-28 | 1 | -0/+3 |
| | |||||
* | 41762: fix for completion in assignment to associative array element | Oliver Kiddle | 2017-09-28 | 1 | -0/+5 |
| | |||||
* | 41767: preserve nonzero exit status on interrupt | Barton E. Schaefer | 2017-09-27 | 1 | -0/+4 |
| | |||||
* | 41764 (test tweaked): allow [key]+=value when modifying arrays | Peter Stephenson | 2017-09-27 | 1 | -0/+6 |
| | |||||
* | 41761: Ensure status from interrupt is propagated by builtin | Peter Stephenson | 2017-09-26 | 1 | -0/+5 |
| | |||||
* | 41747: Don't create hash entry if just checking existence. | Peter Stephenson | 2017-09-25 | 1 | -0/+5 |
| | | | | Pass a flag in indicating this case. | ||||
* | 41755: Followup to last: minor clarification to docs. | Daniel Shahaf | 2017-09-24 | 1 | -0/+5 |
| | |||||
* | Updates for ksh array element syntax. | Peter Stephenson | 2017-09-24 | 1 | -10/+18 |
| | | | | | | | | 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.92 | Oliver Kiddle | 2017-09-22 | 1 | -0/+2 |
| | |||||
* | update options in tune2fs completion through e2fsprogs 1.43.6 | Oliver Kiddle | 2017-09-22 | 1 | -0/+3 |
| | |||||
* | 41732: bring tmux completion in line with tmux 2.5 - removing completion of ↵ | Oliver Kiddle | 2017-09-22 | 1 | -0/+5 |
| | | | | mode tables | ||||
* | unposted (cf. 41672): checkrmall: Record the 41672 bug in a TODO. | Daniel Shahaf | 2017-09-21 | 1 | -0/+3 |
| | |||||
* | unposted (cf. 41707): internal: Document the count==0 case of checkrmall(). | Daniel Shahaf | 2017-09-21 | 1 | -0/+5 |
| | |||||
* | 41736: NO_INTERACTIVE_COMMENTS in $(...) | Barton E. Schaefer | 2017-09-20 | 1 | -0/+2 |
| | |||||
* | 41731: reformat and expand doc for 41698. | Barton E. Schaefer | 2017-09-20 | 1 | -1/+5 |
| | | | | Also add missing x-seq reference for 41705 in ChangeLog. | ||||
* | 41729: update options for gnutls completion plus cleanup and rearrange the ↵ | Oliver Kiddle | 2017-09-18 | 1 | -0/+3 |
| | | | | function | ||||
* | 41728: new completion for flac and update options in metaflac completion | Oliver Kiddle | 2017-09-18 | 1 | -0/+3 |
| | |||||
* | 41727: run tidy -xml-config to get HTML options for completion | Oliver Kiddle | 2017-09-18 | 1 | -0/+5 |
| | |||||
* | 41723: one more case of 41627 in "while" loops. | Barton E. Schaefer | 2017-09-18 | 1 | -0/+4 |
| | |||||
* | 41726: add + and = to option specs taking arguments and update options to 1.7.5 | Oliver Kiddle | 2017-09-18 | 1 | -0/+3 |
| | |||||
* | update completion of options for util-linux 2.30.1 | Oliver Kiddle | 2017-09-18 | 1 | -0/+6 |
| | |||||
* | 41725: assorted minor updates to completion functions | Oliver Kiddle | 2017-09-18 | 1 | -0/+11 |
| | |||||
* | 41724: update ethtool completion for new options | Oliver Kiddle | 2017-09-18 | 1 | -0/+5 |
| | |||||
* | 41711: new dconf completion | Oliver Kiddle | 2017-09-15 | 1 | -0/+2 |
| | |||||
* | 41710: new smartctl completion | Oliver Kiddle | 2017-09-15 | 1 | -0/+3 |
| | |||||
* | 41709: update options in Linux sysstat completions | Oliver Kiddle | 2017-09-15 | 1 | -0/+5 |
| | |||||
* | unposted: nodref -> noderef | Peter Stephenson | 2017-09-15 | 1 | -0/+4 |
| | |||||
* | More [key]=value tweaks | Peter Stephenson | 2017-09-14 | 1 | -0/+6 |
| | | | | | | Some rephrasings. Update typeset -p for associative arrays to use new syntax. | ||||
* | unposted: typo in doc just committed | Peter Stephenson | 2017-09-13 | 1 | -0/+2 |
| | |||||
* | First go at var=([key]=value) syntax. | Peter Stephenson | 2017-09-13 | 1 | -0/+8 |
| | | | | | | | 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_NOPRINT | Peter Stephenson | 2017-09-13 | 1 | -0/+3 |
| | |||||
* | 41679: slight clarification on exec of builtins | Peter Stephenson | 2017-09-13 | 1 | -0/+5 |
| | |||||
* | unposted: YODL compatibility fix for --emulate | Peter Stephenson | 2017-09-13 | 1 | -0/+3 |
| | |||||
* | unposted: internal: Document zreaddir(). | Daniel Shahaf | 2017-09-11 | 1 | -0/+4 |
| | |||||
* | 41666: zpty compatibility for OpenBSD | Thierry Ghelew | 2017-09-11 | 1 | -0/+3 |
| | |||||
* | 41668: New --emulate option on invocation. | Peter Stephenson | 2017-09-11 | 1 | -0/+7 |
| | | | | | | | | This sets the shell emulation mode similarly to ARGV0=... which doesn't work from other shells. Note that this gives more comprehensive emulation than running emulate within the shell. |