Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-04-16 | 42643, 42644: new cksum completion | Matthew Martin | 2 | -0/+76 | |
2018-04-16 | 42642 (tweaked for Solaris): OpenBSD chown does not support -f and dragonfly ↵ | Matthew Martin | 1 | -2/+2 | |
has -x | |||||
2018-04-15 | 42650: fix 42156 for zero-sized terminals | Barton E. Schaefer | 2 | -5/+9 | |
Also fix harmless no-op typo from hand-applying 42636 for previous commit. | |||||
2018-04-15 | 42636: fix GLOB_DOTS for !(RM_STAR_SILENT) | Barton E. Schaefer | 2 | -5/+10 | |
Also fix paste-o in older log entry | |||||
2018-04-13 | 42631: _pgrep: pkill: fix completion of signals | Daniel Hahler | 2 | -3/+10 | |
This adds the signals after arguments are filtered according to $optchars. | |||||
2018-04-12 | 42624 (plus test): avoid freeing memory that's still needed | Oliver Kiddle | 3 | -5/+25 | |
This was occurring in a multiple function definition where a function name is duplicated. | |||||
2018-04-11 | 42623: Add some extra quotes to previous commit | Peter Stephenson | 2 | -3/+8 | |
2018-04-10 | 42618: support signal names from multiple include files. | Benedikt Morbach | 2 | -5/+11 | |
Needed for glibc starting with 2.25. | |||||
2018-04-10 | unposted: update dev version to 5.5-dev-0 | Peter Stephenson | 2 | -2/+6 | |
2018-04-09 | 42613: typo fix in _ss | pda | 2 | -1/+5 | |
2018-04-08 | unposted: release zsh-5.5 | Peter Stephenson | 2 | -2/+6 | |
2018-04-08 | c.f. 42499: tera torn: update twisted completion stub for new twist command | Oliver Kiddle | 2 | -2/+7 | |
2018-04-07 | 42605: properly free the vi registers hash | Oliver Kiddle | 4 | -4/+19 | |
2018-04-07 | 42601: tidy up code for set -A/+A to not increment a NULL pointer and to be ↵ | Oliver Kiddle | 2 | -6/+7 | |
more efficient | |||||
2018-04-07 | 42607, CVE-2018-1100: check bounds on buffer in mail checking | Oliver Kiddle | 2 | -3/+8 | |
2018-04-07 | 42600: error paths for _values leaked the exclusion list array | Oliver Kiddle | 2 | -0/+7 | |
2018-04-07 | 42597: plug memory leak found by coverity | Oliver Kiddle | 2 | -1/+5 | |
2018-04-07 | 42595: remove dead code flagged by coverity | Oliver Kiddle | 2 | -3/+3 | |
2018-04-07 | 42602: Update _gcc as of GCC 7.3.0 for generic options and x86 | Mikael Magnusson | 2 | -67/+252 | |
2018-04-07 | 42604: new completions for OpenBSD's signify and vmctl | Matthew Martin | 3 | -0/+114 | |
2018-04-07 | github #24: Add completion script for Visual Studio Code | Klas Mellbourn | 2 | -0/+41 | |
2018-04-05 | 42590: fix detection of OSTYPE in _fmt | Jun-ichi Takimoto | 2 | -1/+3 | |
2018-04-05 | 42585: improve completion for libarchive-based tar | Jun-ichi Takimoto | 3 | -2/+7 | |
Offer all compressed archives if no compression flag is specified because libarchive can automaticaly recoginize them. cf. 42574 (Eitan Adler). | |||||
2018-04-05 | 42591: complete *.changes and *.dsc files alongside *.deb | Oliver Kiddle | 2 | -1/+4 | |
2018-04-05 | 42584: complete options for ssh-keyscan and update options for ssh-copy-id | Oliver Kiddle | 2 | -6/+27 | |
2018-04-05 | 42583: new column completion | Oliver Kiddle | 2 | -0/+61 | |
2018-04-05 | 42582: updates to options in completions for OpenBSD 6.3 | Oliver Kiddle | 5 | -6/+33 | |
2018-04-05 | 42575: fix to not complete options in the argument to another option | Oliver Kiddle | 3 | -1/+21 | |
2018-04-05 | 42578: _shutdown: add support for macOS | Jun-ichi Takimoto | 2 | -2/+15 | |
2018-04-05 | 42577: fix macOS support in _strings | Jun-ichi Takimoto | 2 | -2/+6 | |
2018-04-04 | unposted: 5.4.2-test-2 | Peter Stephenson | 2 | -2/+4 | |
2018-04-04 | 42581(?): Fix ZLE inline history expansion. | Peter Stephenson | 4 | -3/+44 | |
Seen with magic-space. If there's a parse error in command subtitution we need to complete reading history to ensure the command line buffer is finished. | |||||
2018-03-31 | 42572: various completion option updates | Oliver Kiddle | 15 | -27/+77 | |
2018-03-31 | 42571: new completion for FreeBSD jail command | Oliver Kiddle | 3 | -1/+59 | |
2018-03-30 | 42568: new shutdown completion | Oliver Kiddle | 2 | -0/+63 | |
2018-03-30 | 42569: improve lsof completion after -i and -s options | Oliver Kiddle | 2 | -8/+45 | |
2018-03-30 | 42567: new completion for xmlstarlet | Oliver Kiddle | 2 | -0/+180 | |
2018-03-30 | 42570: new completion for drill and factor out DNS type completion | Oliver Kiddle | 4 | -10/+59 | |
2018-03-30 | 42560: silence sign-compare compiler warnings | Oliver Kiddle | 2 | -3/+5 | |
2018-03-30 | 42566: new strings completion | Oliver Kiddle | 2 | -0/+77 | |
2018-03-29 | 42564: _adb: Various improvements | Mikael Magnusson | 2 | -49/+49 | |
Show product as description by default Add zstyle for naming devices via serial number Add --user to uninstall and other improvements | |||||
2018-03-28 | 42548: new pwgen completion | Oliver Kiddle | 2 | -0/+21 | |
2018-03-28 | 42549: also handle the yumdb command in yum completion | Oliver Kiddle | 2 | -1/+56 | |
2018-03-28 | 42550: new completion for ruby's gem | Oliver Kiddle | 2 | -0/+305 | |
2018-03-28 | 42539: prevent overflow of PATH_MAX-sized buffer in spelling correction | Oliver Kiddle | 2 | -5/+14 | |
2018-03-27 | 42538: Temporarily set umask for here document. | Martijn Dekker | 3 | -0/+19 | |
Done while signals are queued. | |||||
2018-03-25 | 42480: optimize $#var for single-byte character sets | Barton E. Schaefer | 2 | -1/+5 | |
2018-03-25 | 42505 (corrected): prepare for 5.5 release | Peter Stephenson | 3 | -6/+11 | |
2018-03-24 | 42520: don't use an empty but existing option cache in netcat completion | Oliver Kiddle | 2 | -4/+8 | |
2018-03-24 | 42521 based on 42049 (SATOH Fumiyasu): fix finding of includes in make ↵ | Oliver Kiddle | 2 | -11/+11 | |
completion make always includes relative to the current directory rather than relative to the including Makefile. |