summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-08-0143227: fix memory leaks in term{cap,info}.cJun-ichi Takimoto4-20/+50
2018-07-3143207: Improve _bind_addresses, _phpdana3-66/+211
Minor change from the patch as posted to the ML: _php now calls _bind_addresses with -K, since it can't actually listen on a link-local address.
2018-07-3143219 (except term{cap,info}.c): fix several memory leaksJun-ichi Takimoto7-4/+17
2018-07-3043225: Recalculate ZLE timeout.Peter Stephenson2-0/+7
Needed when looping owing to having handled a special fd.
2018-07-2943184: Remove reference to ftp_sites.yoMatthew Martin2-7/+5
2018-07-2943185: Use [ suffix for associative arrays; add + to remove-charsMatthew Martin2-1/+7
2018-07-2543203: Add completion for luadana2-0/+65
2018-07-2543200: Add completion for ip6tables*Simon Ruderich2-3/+8
2018-07-2043196: Add completion for nginxdana2-0/+24
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