about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 41709: update options in Linux sysstat completionsOliver Kiddle2017-09-151-0/+5
|
* unposted: nodref -> noderefPeter Stephenson2017-09-151-0/+4
|
* More [key]=value tweaksPeter Stephenson2017-09-141-0/+6
| | | | | | Some rephrasings. Update typeset -p for associative arrays to use new syntax.
* unposted: typo in doc just committedPeter Stephenson2017-09-131-0/+2
|
* First go at var=([key]=value) syntax.Peter Stephenson2017-09-131-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_NOPRINTPeter Stephenson2017-09-131-0/+3
|
* 41679: slight clarification on exec of builtinsPeter Stephenson2017-09-131-0/+5
|
* unposted: YODL compatibility fix for --emulatePeter Stephenson2017-09-131-0/+3
|
* unposted: internal: Document zreaddir().Daniel Shahaf2017-09-111-0/+4
|
* 41666: zpty compatibility for OpenBSDThierry Ghelew2017-09-111-0/+3
|
* 41668: New --emulate option on invocation.Peter Stephenson2017-09-111-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.
* 41662: exec -a arguments weren't sanitisedPeter Stephenson2017-09-101-0/+8
|
* 41628 (plus 41645 by Oliver): _ps: update optionsJun-ichi Takimoto2017-09-091-0/+5
| | | | also do not reset compstate[insert]
* 41641: Some math operations shouldn't be lvalues.Peter Stephenson2017-09-051-0/+5
| | | | | 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-041-0/+6
| | | | | 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-041-0/+3
|
* 41620 (tweaked per 41622): _mkdir: Don't offer a linux-specific option in ↵Daniel Shahaf2017-09-041-0/+5
| | | | the 'zsh' variant.
* 41637: add explicit objdump completionMarc Aldorasi2017-09-041-0/+5
|
* 41623: Update FAQ.yo for Yodl 3Peter Stephenson2017-09-021-0/+4
|
* Make mbegin, mend, match local in zed.Peter Stephenson2017-08-311-0/+3
| | | | Needed for zstyle -m.
* Fix problem with ERR_RETURN.Peter Stephenson2017-08-311-0/+6
| | | | | | | 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-301-0/+3
|
* 41566: _tmux: Complete only attached sessions for detach-session.Daniel Shahaf2017-08-301-0/+3
|
* 41564: _tmux: Complete environment variables and their values for ↵Daniel Shahaf2017-08-301-0/+4
| | | | | | | 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-301-0/+3
| | | | | 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-301-0/+5
|
* 41608 (plus tests): restore ERR_EXIT before function.Peter Stephenson2017-08-291-0/+5
| | | | | | | 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-291-0/+5
|
* 41617: complete new tracepath optionsOliver Kiddle2017-08-291-0/+2
|
* 41616: update completion options to entr 3.8Oliver Kiddle2017-08-291-0/+2
|
* unposted: add missing #autoload directiveOliver Kiddle2017-08-291-0/+5
|
* unposted: Post-release version bump.Daniel Shahaf2017-08-281-0/+4
|
* unposted: 5.4.2 zsh-5.4.2Peter Stephenson2017-08-271-0/+4
|
* unposted: Fix changelog typo introduced by the previous commit.Daniel Shahaf2017-08-271-1/+1
|
* 41599: info updates for 5.4.2Peter Stephenson2017-08-251-1/+5
|
* 41602 (tweaked): Improve wording in gpg completion.William da Silva2017-08-251-0/+5
|
* 41601: handle system differences in arp completion and add function for routeOliver Kiddle2017-08-251-0/+4
|
* 41600: fix quoting of songs for mpc completionOliver Kiddle2017-08-251-0/+3
| | | | | also avoid sending errors to stderr and update completion of options and subcommands
* 41598: new who and w completionsOliver Kiddle2017-08-251-0/+5
|
* 41590 modified as 41595: make ERR_RETURN more logical.Peter Stephenson2017-08-241-0/+7
| | | | | | | | It now operates separately at each function depth. To keep ERR_EXIT global, make the noerrexit variable usd bit flags. Extend tests.
* 41565: vcs_info patch2subject: Support `svn log -r N --diff` output.Daniel Shahaf2017-08-221-0/+5
|
* 41568: complete vmstat options on NetBSD and Solaris and add some exclusion ↵Oliver Kiddle2017-08-181-0/+3
| | | | lists
* 41563: fix completion description alignment with _regex_wordsOliver Kiddle2017-08-181-0/+3
|
* 41562: correct completed wordOliver Kiddle2017-08-181-0/+2
|
* 41561: update dhclient completionOliver Kiddle2017-08-181-0/+3
| | | | | handle Free/OpenBSD implementations and bring options up-to-date for the ISC implementation
* 41560: cleanup chsh completion for different platformsOliver Kiddle2017-08-181-0/+5
|
* users/22834: fix irritating bug in file glob for Linux kernel modulesTomasz Pala2017-08-171-0/+3
|
* users/22834: allow completion after -c and a few other new ip optionsTomasz Pala2017-08-161-0/+3
|
* 41556: complete BPF (libpcap) filtersOliver Kiddle2017-08-161-0/+4
|
* 41552: complete only branches after git worktree add --detachOliver Kiddle2017-08-161-0/+6
| | | | the --detach is superfluous for other commits