summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-07-2043192: _pgrep: simplify completions of list of IDsJun-ichi Takimoto2-89/+27
2018-07-1943186: Add completion for cronie/dcron/Vixie crontabdana2-0/+73
Minor change from the patch as posted to the ML: BusyBox variant detection has been expanded to cover dcron (which BusyBox's crontab is forked from).
2018-07-1943183: fix '_ttys -o' and use it in _gdb/_pgrepJun-ichi Takimoto4-4/+8
2018-07-1943189: _install: similar fix as 43187 for option -fJun-ichi Takimoto2-1/+6
2018-07-1943187: Fix completion error about 'm' option of 'install' commandYasuhiro KIMURA2-1/+6
2018-07-1843182: _lldb: complete process name after option -nJun-ichi Takimoto2-2/+6
2018-07-1743166: new zathura completionDoron Behar3-1/+54
2018-07-1843177: _grep: support bzgrep, and add a few options for macOSJun-ichi Takimoto2-7/+18
2018-07-17Remove ftp_sites.yo from Makefile.inPeter Stephenson2-3/+5
2018-07-17Update distro docs to remove dead linksMatthew Martin4-37/+22
2018-07-1743176: Add note on compatibility to start of manual.Peter Stephenson2-2/+12
Default mode is not POSIX.
2018-07-1643172: document escaping colon in zformat -aTim Smith2-0/+6
2018-07-1143164: _gcc: fix 'args=' to 'args+=', and update a few optionsJun-ichi Takimoto2-4/+11
2018-07-1143155: _gcc: escape ':' in action for -stdJun-ichi Takimoto2-1/+5
2018-07-1043156, 43157: Need to allow for extra space in gethere().Peter Stephenson2-3/+10
The point can now increment twice per iteration.
2018-07-09users/23531: Error exit/return fixes.Peter Stephenson3-0/+41
Fix regression with trap on left hand side of pipe. Fix forced return from shell structure within nested function. Fix tests exiting too early. Add new test case.
2018-07-0742995: Only complete active connections for nmcli connection downDavid Klann2-1/+10
2018-07-0743046: Add mupdf completerMatthew Martin3-1/+57
2018-07-0743106: Add ldap completerMatthew Martin2-0/+91
2018-07-0343105: Improve pgrep/pkill completiondana2-61/+125
Contains minor changes to signal completion compared to the patch as originally posted
2018-07-0343134: don't complete SIG in front of numeric signalsdana2-1/+6
2018-07-0243108, 43121: _killall: complete various optionsJun-ichi Takimoto2-5/+78
2018-07-0143059: _gpg: Use explicit UIDs for state = public keys.Doron Behar2-7/+60
Use the `--with-colons` option and parse the output according to the format specified in the documentation.
2018-07-0143107: add an option to _ttys to complete only open ttysJun-ichi Takimoto4-8/+20
Use the option in _ps and _watch-snoop
2018-06-2923519: Use tag remote-files for remote filesPeter Stephenson3-3/+16
2018-06-2742746: _vim: handle special values for -u/-UDaniel Hahler2-2/+24
This is based on state=verbosity from the same file.
2018-06-2743096: _vim: remove duplicate flagEric Cook2-1/+4
2018-06-2543091: In the (u) glob qualifier, expand and correct "unknown user" error ↵Daniel Shahaf2-2/+9
messages.
2018-06-2543084: Variable warning suppression enhancements.Peter Stephenson4-8/+17
Add vared -g option along the lines of typeset -g. Set reply safely in zsh_directory_name_cdr.
2018-06-2543080: _sys_calls: analyze recent syscall.h properlyJun-ichi Takimoto2-1/+4
2018-06-2543079, 43086: new utility to complete names of running processesJun-ichi Takimoto5-0/+107
And new completions for dtruss, fs_usage and sc_usage.
2018-06-24unposted: Fix mistyped variable name in _opkgdana2-1/+6
2018-06-2343081: Add networksetup completiondana2-0/+323
2018-06-2343088: Fix wajig sub-command completiondana2-1/+6
2018-06-2143074: Completion for additional linker options for clang and sanitizers for gccEitan Adler2-10/+14
2018-06-2143078: add completion for the sed expressionOliver Kiddle2-11/+209
2018-06-2143073: various completion option updatesOliver Kiddle20-80/+209
2018-06-2043075: Support nanosecond-precision time formattingdana11-64/+116
* 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
2018-06-2043077: Fix shift builtin status.Peter Stephenson2-1/+11
If the math evaulation to get the shift count failed the status wasn't passed back from the builtin.
2018-06-2043061: Improve open (macOS) completiondana3-19/+65
2018-06-2043060: Expand stat completiondana3-33/+101
2018-06-1843047: Add completion for hostnamedana2-0/+78
2018-06-1843047: Make _bind_addresses always return local IPsdana2-13/+19
2018-06-18unposted: V01zmodload.ztst needs update for parameter module fixPeter Stephenson2-0/+5
2018-06-18433029: Testing signal return type is no longer neededEitan Adler5-15/+9
2018-06-1843006: complete modified files after `git stash --`Tim Smith2-0/+6
2018-06-18users/23484: be consistent on matcher specs for git branches to fix issue ↵Oliver Kiddle2-6/+9
with partial matching
2018-06-1843048: add sanitizers, standards aliases and fix -fltoEitan Adler2-4/+23
2018-06-1743043: Improve comm/sed completiondana3-12/+21
2018-06-1743039: Mark functions_source (et al.) for auto-loadingdana3-1/+7