about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* unposted: YODL compatibility fix for --emulatePeter Stephenson2017-09-132-2/+5
|
* unposted: internal: Document zreaddir().Daniel Shahaf2017-09-112-0/+14
|
* 41666: zpty compatibility for OpenBSDThierry Ghelew2017-09-112-1/+9
|
* 41668: New --emulate option on invocation.Peter Stephenson2017-09-116-35/+153
| | | | | | | | 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.
* 41662: exec -a arguments weren't sanitisedPeter Stephenson2017-09-103-0/+17
|
* 41661: Need to remove tokens before using bufferwords() for (z)Peter Stephenson2017-09-102-2/+13
|
* 41628 (plus 41645 by Oliver): _ps: update optionsJun-ichi Takimoto2017-09-092-24/+81
| | | | also do not reset compstate[insert]
* 41641: Some math operations shouldn't be lvalues.Peter Stephenson2017-09-053-8/+20
| | | | | This includes pre- and post- increment and decrement. Simply mark all values after operations as rvalues.
* 41633: Fix problem backgrounding function definitions.Peter Stephenson2017-09-042-1/+12
| | | | | Owing to being marked as simple sublists the instruction to background was ignored. This applied to anonymous functions.
* 41621: _mkdir: Honour the 'command' and 'builtin' precommand modifiers.Daniel Shahaf2017-09-042-13/+15
|
* 41620 (tweaked per 41622): _mkdir: Don't offer a linux-specific option in ↵Daniel Shahaf2017-09-042-9/+10
| | | | the 'zsh' variant.
* 41637: add explicit objdump completionMarc Aldorasi2017-09-042-2/+109
|
* 41623: Update FAQ.yo for Yodl 3Peter Stephenson2017-09-022-23/+27
|
* Make mbegin, mend, match local in zed.Peter Stephenson2017-08-312-0/+6
| | | | Needed for zstyle -m.
* Fix problem with ERR_RETURN.Peter Stephenson2017-08-313-4/+43
| | | | | | | It wasn't suppressed properly in the code following an if in some circumstances, in particular in initialsation scripts and also in a nested function where the caller had suppressed it.
* 41567: _tmux: Complete detached sessions first for attach-session.Daniel Shahaf2017-08-302-1/+23
|
* 41566: _tmux: Complete only attached sessions for detach-session.Daniel Shahaf2017-08-302-1/+11
|
* 41564: _tmux: Complete environment variables and their values for ↵Daniel Shahaf2017-08-302-5/+98
| | | | | | | set-environment and show-environment. Also, teach show-environment not to offer --options after positional arguments.
* 41557: _tmux: show-environment, set-environment: Make -g,-t mutually exclusive.Daniel Shahaf2017-08-302-4/+7
| | | | | tmux does not error out on the combination, but it does ignore one of the two when both are specified.
* 41558: _tmux: Complete option names for show-options and show-window-options.Daniel Shahaf2017-08-302-6/+28
|
* 41608 (plus tests): restore ERR_EXIT before function.Peter Stephenson2017-08-293-1/+41
| | | | | | | There was an exception to the usual ERR_EXIT pattern that causes problems when executing a function in an else branch. It seems the exception is no longer needed as the regression tests pass without it.
* 41618: Added some arguments autocompletion to _todo.sh.Андрей Стоцкий (_RuRo_)2017-08-292-0/+17
|
* 41617: complete new tracepath optionsOliver Kiddle2017-08-293-5/+11
|
* 41616: update completion options to entr 3.8Oliver Kiddle2017-08-292-2/+18
|
* unposted: add missing #autoload directiveOliver Kiddle2017-08-292-0/+7
|