Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 42605: properly free the vi registers hash | Oliver Kiddle | 2018-04-07 | 4 | -4/+19 |
| | |||||
* | 42601: tidy up code for set -A/+A to not increment a NULL pointer and to be ↵ | Oliver Kiddle | 2018-04-07 | 2 | -6/+7 |
| | | | | more efficient | ||||
* | 42607, CVE-2018-1100: check bounds on buffer in mail checking | Oliver Kiddle | 2018-04-07 | 2 | -3/+8 |
| | |||||
* | 42600: error paths for _values leaked the exclusion list array | Oliver Kiddle | 2018-04-07 | 2 | -0/+7 |
| | |||||
* | 42597: plug memory leak found by coverity | Oliver Kiddle | 2018-04-07 | 2 | -1/+5 |
| | |||||
* | 42595: remove dead code flagged by coverity | Oliver Kiddle | 2018-04-07 | 2 | -3/+3 |
| | |||||
* | 42602: Update _gcc as of GCC 7.3.0 for generic options and x86 | Mikael Magnusson | 2018-04-07 | 2 | -67/+252 |
| | |||||
* | 42604: new completions for OpenBSD's signify and vmctl | Matthew Martin | 2018-04-07 | 3 | -0/+114 |
| | |||||
* | github #24: Add completion script for Visual Studio Code | Klas Mellbourn | 2018-04-07 | 2 | -0/+41 |
| | |||||
* | 42590: fix detection of OSTYPE in _fmt | Jun-ichi Takimoto | 2018-04-05 | 2 | -1/+3 |
| | |||||
* | 42585: improve completion for libarchive-based tar | Jun-ichi Takimoto | 2018-04-05 | 3 | -2/+7 |
| | | | | | | Offer all compressed archives if no compression flag is specified because libarchive can automaticaly recoginize them. cf. 42574 (Eitan Adler). | ||||
* | 42591: complete *.changes and *.dsc files alongside *.deb | Oliver Kiddle | 2018-04-05 | 2 | -1/+4 |
| | |||||
* | 42584: complete options for ssh-keyscan and update options for ssh-copy-id | Oliver Kiddle | 2018-04-05 | 2 | -6/+27 |
| | |||||
* | 42583: new column completion | Oliver Kiddle | 2018-04-05 | 2 | -0/+61 |
| | |||||
* | 42582: updates to options in completions for OpenBSD 6.3 | Oliver Kiddle | 2018-04-05 | 5 | -6/+33 |
| | |||||
* | 42575: fix to not complete options in the argument to another option | Oliver Kiddle | 2018-04-05 | 3 | -1/+21 |
| | |||||
* | 42578: _shutdown: add support for macOS | Jun-ichi Takimoto | 2018-04-05 | 2 | -2/+15 |
| | |||||
* | 42577: fix macOS support in _strings | Jun-ichi Takimoto | 2018-04-05 | 2 | -2/+6 |
| | |||||
* | unposted: 5.4.2-test-2 zsh-5.4.2-test-2 | Peter Stephenson | 2018-04-04 | 2 | -2/+4 |
| | |||||
* | 42581(?): Fix ZLE inline history expansion. | Peter Stephenson | 2018-04-04 | 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. | ||||
* | 42572: various completion option updates | Oliver Kiddle | 2018-03-31 | 15 | -27/+77 |
| | |||||
* | 42571: new completion for FreeBSD jail command | Oliver Kiddle | 2018-03-31 | 3 | -1/+59 |
| | |||||
* | 42568: new shutdown completion | Oliver Kiddle | 2018-03-30 | 2 | -0/+63 |
| | |||||
* | 42569: improve lsof completion after -i and -s options | Oliver Kiddle | 2018-03-30 | 2 | -8/+45 |
| | |||||
* | 42567: new completion for xmlstarlet | Oliver Kiddle | 2018-03-30 | 2 | -0/+180 |
| | |||||
* | 42570: new completion for drill and factor out DNS type completion | Oliver Kiddle | 2018-03-30 | 4 | -10/+59 |
| | |||||
* | 42560: silence sign-compare compiler warnings | Oliver Kiddle | 2018-03-30 | 2 | -3/+5 |
| | |||||
* | 42566: new strings completion | Oliver Kiddle | 2018-03-30 | 2 | -0/+77 |
| | |||||
* | 42564: _adb: Various improvements | Mikael Magnusson | 2018-03-29 | 2 | -49/+49 |
| | | | | | | | Show product as description by default Add zstyle for naming devices via serial number Add --user to uninstall and other improvements | ||||
* | 42548: new pwgen completion | Oliver Kiddle | 2018-03-28 | 2 | -0/+21 |
| | |||||
* | 42549: also handle the yumdb command in yum completion | Oliver Kiddle | 2018-03-28 | 2 | -1/+56 |
| | |||||
* | 42550: new completion for ruby's gem | Oliver Kiddle | 2018-03-28 | 2 | -0/+305 |
| | |||||
* | 42539: prevent overflow of PATH_MAX-sized buffer in spelling correction | Oliver Kiddle | 2018-03-28 | 2 | -5/+14 |
| | |||||
* | 42538: Temporarily set umask for here document. | Martijn Dekker | 2018-03-27 | 3 | -0/+19 |
| | | | | Done while signals are queued. | ||||
* | 42480: optimize $#var for single-byte character sets | Barton E. Schaefer | 2018-03-25 | 2 | -1/+5 |
| | |||||
* | 42505 (corrected): prepare for 5.5 release zsh-5.4.2-test-1 | Peter Stephenson | 2018-03-25 | 3 | -6/+11 |
| | |||||
* | 42520: don't use an empty but existing option cache in netcat completion | Oliver Kiddle | 2018-03-24 | 2 | -4/+8 |
| | |||||
* | 42521 based on 42049 (SATOH Fumiyasu): fix finding of includes in make ↵ | Oliver Kiddle | 2018-03-24 | 2 | -11/+11 |
| | | | | | | | completion make always includes relative to the current directory rather than relative to the including Makefile. | ||||
* | 42519, CVE-2018-1083: check bounds on PATH_MAX-sized buffer used for file ↵ | Oliver Kiddle | 2018-03-24 | 2 | -0/+9 |
| | | | | completion candidates | ||||
* | 42518, CVE-2018-1071: check bounds when copying path in hashcmd() | Oliver Kiddle | 2018-03-24 | 3 | -4/+9 |
| | |||||
* | unposted: add 'static' to a file-local variable | Jun-ichi Takimoto | 2018-03-24 | 2 | -1/+4 |
| | |||||
* | 42501: avoid out of bound pointer (as 42487) | Jun-ichi Takimoto | 2018-03-24 | 4 | -8/+12 |
| | |||||
* | 42491 based on 42000 (Andrei Shevchuk): factor ssh host completion for use ↵ | Oliver Kiddle | 2018-03-24 | 5 | -50/+58 |
| | | | | for mosh and git | ||||
* | 42497 (tweaked c.f. 42498): make completion after apt install work on local ↵ | Oliver Kiddle | 2018-03-23 | 2 | -13/+19 |
| | | | | .deb files | ||||
* | 42191: new completion for otool (macOS) | Jun-ichi Takimoto | 2018-03-22 | 2 | -0/+51 |
| | |||||
* | 42487: Fix pointer problems in compctl. | Peter Stephenson | 2018-03-21 | 2 | -32/+37 |
| | | | | | Pointing off the front of a string caused warnings with gcc 7.3.0 and is somewhat murky C anyway. | ||||
* | 42469: necessary repairs to 42465 found by "make check" | Stephane Chazelas | 2018-03-18 | 3 | -4/+7 |
| | |||||
* | 42465: Pass up error status from readoutput(). | Stephane Chazelas | 2018-03-15 | 3 | -4/+21 |
| | | | | This improves the consistency of error reporting from $(...) constructs. | ||||
* | 42453: Fix race in look up of status for wait. | Peter Stephenson | 2018-03-12 | 2 | -2/+10 |
| | | | | | | Background jobs that had just exited could still be in the table when the process had already finished and the status was recorded, causing the wrong status to be reported. | ||||
* | github #22: Add newer C++ standard options to gcc completion | Ferenc- | 2018-03-07 | 2 | -1/+4 |
| |