summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-11-13github #19: Fix minor typo in INC_APPEND_HISTORY documentationChris Bracken2-1/+6
2017-11-12debian/rules: Reduce some make call into fewer onesAxel Beckert1-5/+4
Gbp-Dch: Ignore
2017-11-12debian/rules: Drop some no more needed, fitting or relevant commentsAxel Beckert1-3/+0
2017-11-12Fix binary-indep/install-indep build and optimize its dependenciesAxel Beckert1-5/+6
Gbp-Dch: Ignore
2017-11-12Drop seemingly unneeded explicit dh_* calls and overridesAxel Beckert1-5/+0
Gbp-Dch: Ignore
2017-11-12debian/rules: Change from explicit targets to "minimal" dh styleAxel Beckert3-110/+52
2017-11-1142004: fix parentheses in documentationMartijn Dekker2-1/+5
2017-11-04unposted: _sshfs: Make the -o option repeatable, accept "--".Daniel Shahaf2-2/+8
2017-11-0441983: fix exclusion of long options with (-) on a normal argumentOliver Kiddle3-2/+13
2017-11-0341969: _sort: Clarify option description.Daniel Shahaf2-1/+6
2017-11-0241971: correctly break out of certain tag loops when there are matchesOliver Kiddle4-8/+11
2017-11-0241866: No error unsetting nonexistent function for POSIXBUILTINSMartijn Dekker3-1/+11
2017-11-02Upload to unstable as 5.4.2-2Axel Beckert1-0/+13
2017-11-02dh_strip: Use --dbgsym-migration instead of historical --ddeb-migrationAxel Beckert1-1/+1
2017-10-3141965: complete new functions -W and zmodload -s optionsOliver Kiddle3-1/+7
2017-10-3141963: update completion for gnutls 3.6.1Oliver Kiddle2-27/+56
2017-10-3041939: docs: Move aliases corner case to the dangerous bends section. (after ↵Daniel Shahaf2-3/+9
41482)
2017-10-2941960: add missing local declarations for MATCH, MBEGIN and MENDSebastian Gniazdowski3-2/+7
2017-10-2941961: new ansible completionOliver Kiddle2-0/+283
2017-10-2941958: update util-linux completions to 2.31; new hexdump completionOliver Kiddle6-19/+81
2017-10-2941957: update git completion for git 2.14.3Oliver Kiddle2-4/+8
2017-10-2841927: complete "typeset -p"'s optional argument for multi-line outputOliver Kiddle2-1/+6
2017-10-28Set "Rules-Requires-Root: no"Axel Beckert2-1/+2
Drop "-o root -g root" from $(INSTALL_PROGRAM) in debian/rules: No more needed, user/group are either set by dh_fixperms or dpkg-deb nowadays. Gbp-Dch: Full
2017-10-27Declare compliance with Debian Policy 4.1.1. (No changes needed.)Axel Beckert1-1/+1
2017-10-2541952: Use HGPLAIN instead of HGRCPATH in VCS_INFO_get_data_hgAlexey Sokolov2-2/+7
Fixes prompt indicator in case if the repository requires a non-default feature. With HGRCPATH, it results in: abort: repository requires features unknown to this Mercurial: ... (see https://mercurial-scm.org/wiki/MissingRequirement for more information) Which, in turn, results in "default" getting reported regardless of what is the current state of the repo.
2017-10-2041943: Completion: add --clean for vimChristian Brabandt2-0/+6
Vim since patchlevel 8.0.0716 includes the --clean argument for starting in a clean mode (only loading defaults.vim and in non-cp mode).
2017-10-1741902: ${(z)...} continues parsing on unmatched quote when CSH_JUNKIE_QUOTES ↵Barton E. Schaefer3-4/+41
is set Tests for 41902 and 41873
2017-10-17unposted: Document "typeset -p"'s optional argument in the inline synopsis.Daniel Shahaf2-2/+7
2017-10-1641907: further deborphan updateGautam2-31/+34
2017-10-1641904: new deborphan and updated xrandr completionsGautam3-2/+52
2017-10-1541899: handle multi-word values of $VISUAL et al., and line counting of ↵Barton E. Schaefer2-5/+10
buffer for emacs startup
2017-10-1341873: temporarily disable effects of ${(Z:n:)...} for parsing $(...) within ↵Barton E. Schaefer2-2/+11
the parameter value Also fix minor typo in commit b3fa5c52 ChangeLog.
2017-10-1341833 + 41838: _jq: New completion.Daniel Shahaf2-0/+38
2017-10-1341877: Separate out SH_FILE_EXPANSION loop from parameter substitution.Peter Stephenson3-16/+41
Parameter substitution can add nodes that need to be rescanned by it, but not by file expansion, so the two don't play well together.
2017-10-1141825/0002: _stat: Complete -x options to zsh/stat's 'zstat'.Daniel Shahaf2-15/+24
2017-10-1141825/0001: _stat: Only complete 'stat' if it's provided by the zsh/stat ↵Daniel Shahaf2-1/+13
builtin.
2017-10-1141855: completion option updates for OpenBSD 6.2 and handle macOS in rm ↵Oliver Kiddle5-61/+98
completion
2017-10-1141854: also complete options for ping on Solaris, Mac OS, NetBSD and OpenBSD ↵Oliver Kiddle2-66/+208
and for ping6
2017-10-1141853: update options for texinfo 6.5 and complete also for the pinfo info ↵Oliver Kiddle2-5/+33
reader
2017-10-1141849: handle both unexpand and expand in a single functionOliver Kiddle3-31/+26
They have some commonalities and using _unexpand dodges around the clash with the _expand completer.
2017-10-1141831: fix compset usage in ogg123 completion and tweak where compset -p is ↵Oliver Kiddle5-4/+9
a better choice than -P
2017-10-1141835: handle multibyte characters with compset -p and -sOliver Kiddle2-11/+42
2017-10-10unposted: rename _expand command completion to avoid clash with completerPeter Stephenson2-0/+3
2017-10-1041842: aliasing documentation updatePeter Stephenson2-9/+34
2017-10-0841828, 41830: skip SHFILEEXPANSION for new nodes added by stringsubst() in ↵Barton E. Schaefer3-2/+36
prefork()
2017-10-0741827: correct sense of description for ${...:?...} expansionOliver Kiddle2-1/+4
2017-10-0741826: dana: fix inaccuracies in completion description wording for ↵dana2-4/+7
parameter expansion flags
2017-10-0741824: fix to not complete rest args from an _arguments set alongside the ↵Oliver Kiddle3-16/+28
argument to and option in a separate set
2017-10-0741823: new completions for some GNU coreutils utilitiesOliver Kiddle10-13/+246
2017-10-07unposted: zsh/stat docs: Rephrase to avoid ambiguity due to the ambiguous ↵Daniel Shahaf2-1/+7
relative precedence of the 'other than' and 'and' operators.