summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* 42995: Only complete active connections for nmcli connection downDavid Klann2018-07-071-0/+3
|
* 43046: Add mupdf completerMatthew Martin2018-07-071-0/+3
|
* 43106: Add ldap completerMatthew Martin2018-07-071-0/+4
|
* 43105: Improve pgrep/pkill completiondana2018-07-031-0/+5
| | | | | Contains minor changes to signal completion compared to the patch as originally posted
* 43134: don't complete SIG in front of numeric signalsdana2018-07-031-0/+5
|
* 43108, 43121: _killall: complete various optionsJun-ichi Takimoto2018-07-021-0/+5
|
* 43059: _gpg: Use explicit UIDs for state = public keys.Doron Behar2018-07-011-0/+5
| | | | | Use the `--with-colons` option and parse the output according to the format specified in the documentation.
* 43107: add an option to _ttys to complete only open ttysJun-ichi Takimoto2018-07-011-0/+6
| | | | Use the option in _ps and _watch-snoop
* 23519: Use tag remote-files for remote filesPeter Stephenson2018-06-291-0/+5
|
* 42746: _vim: handle special values for -u/-UDaniel Hahler2018-06-271-0/+5
| | | | This is based on state=verbosity from the same file.
* 43096: _vim: remove duplicate flagEric Cook2018-06-271-0/+4
|
* 43091: In the (u) glob qualifier, expand and correct "unknown user" error ↵Daniel Shahaf2018-06-251-0/+5
| | | | messages.
* 43084: Variable warning suppression enhancements.Peter Stephenson2018-06-251-0/+6
| | | | | | Add vared -g option along the lines of typeset -g. Set reply safely in zsh_directory_name_cdr.
* 43080: _sys_calls: analyze recent syscall.h properlyJun-ichi Takimoto2018-06-251-0/+3
|
* 43079, 43086: new utility to complete names of running processesJun-ichi Takimoto2018-06-251-0/+7
| | | | And new completions for dtruss, fs_usage and sc_usage.
* unposted: Fix mistyped variable name in _opkgdana2018-06-241-0/+5
|
* 43081: Add networksetup completiondana2018-06-231-0/+3
|
* 43088: Fix wajig sub-command completiondana2018-06-231-0/+4
|
* 43074: Completion for additional linker options for clang and sanitizers for gccEitan Adler2018-06-211-0/+3
|
* 43078: add completion for the sed expressionOliver Kiddle2018-06-211-0/+3
|
* 43073: various completion option updatesOliver Kiddle2018-06-211-0/+14
|
* 43075: Support nanosecond-precision time formattingdana2018-06-201-0/+6
| | | | | | | | * Teach ztrftime() %9. and %N for nanoseconds * Update prompt expansion to pass sub-second times for time formatting * Update zsh/stat to pass sub-second times for atime/mtime/ctime Patch heavily based on Oliver's earlier work @ workers/24059
* 43077: Fix shift builtin status.Peter Stephenson2018-06-201-0/+5
| | | | | If the math evaulation to get the shift count failed the status wasn't passed back from the builtin.
* 43061: Improve open (macOS) completiondana2018-06-201-0/+4
|
* 43060: Expand stat completiondana2018-06-201-0/+5
|
* 43047: Add completion for hostnamedana2018-06-181-0/+2
|
* 43047: Make _bind_addresses always return local IPsdana2018-06-181-0/+4
|
* unposted: V01zmodload.ztst needs update for parameter module fixPeter Stephenson2018-06-181-0/+2
|
* 433029: Testing signal return type is no longer neededEitan Adler2018-06-181-0/+6
|
* 43006: complete modified files after `git stash --`Tim Smith2018-06-181-0/+3
|
* users/23484: be consistent on matcher specs for git branches to fix issue ↵Oliver Kiddle2018-06-181-0/+3
| | | | with partial matching
* 43048: add sanitizers, standards aliases and fix -fltoEitan Adler2018-06-181-0/+5
|
* 43043: Improve comm/sed completiondana2018-06-171-0/+3
|
* 43039: Mark functions_source (et al.) for auto-loadingdana2018-06-171-0/+5
|
* 43030: Replace VCS_INFO_realpath() by :Pdana2018-06-161-0/+8
|
* 43031: Add note to style guide about quotingdana2018-06-161-0/+3
|
* 43031: Add note to style guide about variant syntaxdana2018-06-161-0/+5
|
* unposted: Fix inconsistent white space in change logdana2018-06-161-6/+7
|
* unposted: Fix typo in change logdana2018-06-151-1/+1
|
* 43024: Improve _man section-name matchingdana2018-06-151-0/+4
|
* 42981: Add ed completerMatthew Martin2018-06-151-0/+4
|
* users/23472: Add $sysparams[procsubstpid] to zsh/systemPeter Stephenson2018-06-151-0/+3
|
* 43008: Improve code to remove privileges.Peter Stephenson2018-06-151-0/+6
| | | | | | | | Remove warnings of unused values as we always check the finally result later. Put segid before setuid as the setgid could fail if UID no longer privileged.
* 42992: Fix minor escaping bug in _bashdana2018-06-131-0/+2
|
* 42992: Use _call_program to fetch argument possibilitiesdana2018-06-131-0/+7
|
* unposted: Change 'Mac OS X' reference to 'macOS'dana2018-06-121-3/+8
| | | | | I've left other references (see _growisofs and _hdiutil) alone, since they all appear in the context of legacy features.
* 42983: Address misc. feedback re: _mandana2018-06-111-1/+3
|
* 42984: Fix argument pass-through to compadddana2018-06-111-0/+5
|
* 42978: fix small but irritating bug in pbcopy completiondana2018-06-101-0/+2
|
* 42977: Complete options to major man variants, otherwise improve especially ↵dana2018-06-101-0/+5
| | | | section matching