summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* unposted: release zsh-5.5 zsh-5.5Peter Stephenson2018-04-082-2/+6
* c.f. 42499: tera torn: update twisted completion stub for new twist commandOliver Kiddle2018-04-082-2/+7
* 42605: properly free the vi registers hashOliver Kiddle2018-04-074-4/+19
* 42601: tidy up code for set -A/+A to not increment a NULL pointer and to be m...Oliver Kiddle2018-04-072-6/+7
* 42607, CVE-2018-1100: check bounds on buffer in mail checkingOliver Kiddle2018-04-072-3/+8
* 42600: error paths for _values leaked the exclusion list arrayOliver Kiddle2018-04-072-0/+7
* 42597: plug memory leak found by coverityOliver Kiddle2018-04-072-1/+5
* 42595: remove dead code flagged by coverityOliver Kiddle2018-04-072-3/+3
* 42602: Update _gcc as of GCC 7.3.0 for generic options and x86Mikael Magnusson2018-04-072-67/+252
* 42604: new completions for OpenBSD's signify and vmctlMatthew Martin2018-04-073-0/+114
* github #24: Add completion script for Visual Studio CodeKlas Mellbourn2018-04-072-0/+41
* 42590: fix detection of OSTYPE in _fmtJun-ichi Takimoto2018-04-052-1/+3
* 42585: improve completion for libarchive-based tarJun-ichi Takimoto2018-04-053-2/+7
* 42591: complete *.changes and *.dsc files alongside *.debOliver Kiddle2018-04-052-1/+4
* 42584: complete options for ssh-keyscan and update options for ssh-copy-idOliver Kiddle2018-04-052-6/+27
* 42583: new column completionOliver Kiddle2018-04-052-0/+61
* 42582: updates to options in completions for OpenBSD 6.3Oliver Kiddle2018-04-055-6/+33
* 42575: fix to not complete options in the argument to another optionOliver Kiddle2018-04-053-1/+21
* 42578: _shutdown: add support for macOSJun-ichi Takimoto2018-04-052-2/+15
* 42577: fix macOS support in _stringsJun-ichi Takimoto2018-04-052-2/+6
* unposted: 5.4.2-test-2 zsh-5.4.2-test-2Peter Stephenson2018-04-042-2/+4
* 42581(?): Fix ZLE inline history expansion.Peter Stephenson2018-04-044-3/+44
* 42572: various completion option updatesOliver Kiddle2018-03-3115-27/+77
* 42571: new completion for FreeBSD jail commandOliver Kiddle2018-03-313-1/+59
* 42568: new shutdown completionOliver Kiddle2018-03-302-0/+63
* 42569: improve lsof completion after -i and -s optionsOliver Kiddle2018-03-302-8/+45
* 42567: new completion for xmlstarletOliver Kiddle2018-03-302-0/+180
* 42570: new completion for drill and factor out DNS type completionOliver Kiddle2018-03-304-10/+59
* 42560: silence sign-compare compiler warningsOliver Kiddle2018-03-302-3/+5
* 42566: new strings completionOliver Kiddle2018-03-302-0/+77
* 42564: _adb: Various improvementsMikael Magnusson2018-03-292-49/+49
* 42548: new pwgen completionOliver Kiddle2018-03-282-0/+21
* 42549: also handle the yumdb command in yum completionOliver Kiddle2018-03-282-1/+56
* 42550: new completion for ruby's gemOliver Kiddle2018-03-282-0/+305
* 42539: prevent overflow of PATH_MAX-sized buffer in spelling correctionOliver Kiddle2018-03-282-5/+14
* 42538: Temporarily set umask for here document.Martijn Dekker2018-03-273-0/+19
* 42480: optimize $#var for single-byte character setsBarton E. Schaefer2018-03-252-1/+5
* 42505 (corrected): prepare for 5.5 release zsh-5.4.2-test-1Peter Stephenson2018-03-253-6/+11
* 42520: don't use an empty but existing option cache in netcat completionOliver Kiddle2018-03-242-4/+8
* 42521 based on 42049 (SATOH Fumiyasu): fix finding of includes in make comple...Oliver Kiddle2018-03-242-11/+11
* 42519, CVE-2018-1083: check bounds on PATH_MAX-sized buffer used for file com...Oliver Kiddle2018-03-242-0/+9
* 42518, CVE-2018-1071: check bounds when copying path in hashcmd()Oliver Kiddle2018-03-243-4/+9
* unposted: add 'static' to a file-local variableJun-ichi Takimoto2018-03-242-1/+4
* 42501: avoid out of bound pointer (as 42487)Jun-ichi Takimoto2018-03-244-8/+12
* 42491 based on 42000 (Andrei Shevchuk): factor ssh host completion for use fo...Oliver Kiddle2018-03-245-50/+58
* 42497 (tweaked c.f. 42498): make completion after apt install work on local ....Oliver Kiddle2018-03-232-13/+19
* 42191: new completion for otool (macOS)Jun-ichi Takimoto2018-03-222-0/+51
* 42487: Fix pointer problems in compctl.Peter Stephenson2018-03-212-32/+37
* 42469: necessary repairs to 42465 found by "make check"Stephane Chazelas2018-03-183-4/+7
* 42465: Pass up error status from readoutput().Stephane Chazelas2018-03-153-4/+21