about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 43372: Add completion for e2labeldana2018-09-051-0/+5
|
* 43375 with fix from 43390: fix #! tests.Peter Stephenson2018-09-051-0/+5
| | | | Don't assume path to sh and echo, instead work it out.
* unposted (cf 43373): Add two caveats: no local modifications, and need to ↵Daniel Shahaf2018-09-051-0/+5
| | | | build in-tree.
* 43370: New maintainer-facing documentation.Daniel Shahaf2018-09-031-0/+3
|
* unposted: Post-release version bump.Daniel Shahaf2018-09-031-0/+2
|
* unposted: Release 5.6. zsh-5.6Daniel Shahaf2018-09-031-0/+4
|
* CVE-2018-0502, CVE-2018-13259: Fix two security issues in shebang line parsing.Anthony Sottile2018-09-031-0/+5
| | | | | | See NEWS for more information. Patch by Anthony Sottile and Buck Evan.
* 43367: Add maintainer targets 'tarxz-src' and 'targz-src'.Daniel Shahaf2018-09-031-0/+5
|
* mention Inf/NaN floating point changes in NEWS fileOliver Kiddle2018-09-031-0/+2
|
* unposted: Makefile.in: further to 43358 use same patchlevel form for the ↵Oliver Kiddle2018-09-031-0/+5
| | | | release file
* 43333: Generate FAQ.html in the builddir, rather than in the srcdir, and add ↵Daniel Shahaf2018-09-031-0/+6
| | | | | | it to the default target of the Etc/ subdirectory. This fixes `make targz-doc` in out-of-tree builds.
* Don't handle ZLE functions for single key.Peter Stephenson2018-09-031-0/+6
| | | | | | For read -k and read -q where we use ZLE, we just want a single key and not full ZLE processing. So don't handle timed ZLE functions when preforming the read.
* 43358: enforce consistent patchlevel formOliver Kiddle2018-08-311-0/+2
|
* 43357: isinf/isnan can be macros so need custom configure testsOliver Kiddle2018-08-311-0/+3
|
* unposted: git describe's --long and --abbrev options are not mutually exclusiveOliver Kiddle2018-08-311-0/+3
|
* 43359: further review of git remote set-url completionOliver Kiddle2018-08-311-0/+3
|
* 42810: git remote set-url completionpseyfert2018-08-311-0/+8
|
* 43350: _zsh: support --emulateJun-ichi Takimoto2018-08-301-0/+2
|
* 43349: new completion for eogJun-ichi Takimoto2018-08-301-0/+4
|
* 43346: various completion option updatesOliver Kiddle2018-08-291-0/+13
|
* 43348: _hg: check for both -r and --revAnton Shestakov2018-08-291-0/+3
|
* 43347: _hg: use revsets for suggestions for hg mergeAnton Shestakov2018-08-291-0/+5
|
* 43345: don't modify global variable in _umountableOliver Kiddle2018-08-281-0/+3
|
* unposted: correct completion argument order for dkmsOliver Kiddle2018-08-281-0/+3
|
* unposted: completion for argument to strings -s was missingOliver Kiddle2018-08-281-0/+3
|
* unposted: complete also for bsdtarOliver Kiddle2018-08-281-0/+2
|
* unposted: fix typo in svccfg completion function callOliver Kiddle2018-08-281-0/+5
|
* unposted: Fix FAQ build, broken by 43184.Daniel Shahaf2018-08-251-0/+2
|
* unposted: Test release: 5.5.1-test-1. zsh-5.5.1-test-1Daniel Shahaf2018-08-251-0/+3
|
* 43331: _diff3: Enhance positional argument descriptions (thanks, Oliver).Daniel Shahaf2018-08-251-0/+5
|
* 43313 (log message tweaked): vcs_info git: For the branch name, try to find ↵Daniel Shahaf2018-08-241-0/+5
| | | | | | | | | | | | a symbolic name before falling back to a raw commit hash. Ask git-describe(1) and git-name-rev(1) to compute a gitrevisions(7) name in terms of a branch or tag that contains (= is a descendant of, is younger than) HEAD. In this repository, the output changes from "9567bfe..." to "master~1" or "remotes/origin/HEAD~1". This would also happen during bisects, e.g., "bisect/bad~22".
* 43314: vcs_info git: Flatten a nested if.Daniel Shahaf2018-08-241-0/+5
| | | | No functional change.
* 43330: complete more options to cuOliver Kiddle2018-08-241-1/+3
|
* 43329: new diff3 completionOliver Kiddle2018-08-241-0/+2
|
* 43328: new zeal completionOliver Kiddle2018-08-241-0/+4
|
* unposted: Fix --ascii typo in _mandana2018-08-231-0/+4
|
* 43325: _hg: suggest merge tools for -t/--toolAnton Shestakov2018-08-231-0/+3
|
* 43326: _hg: add completion of -S/--subrepos to many commandsAnton Shestakov2018-08-231-0/+3
|
* github #27: add --folder-uri to completion for Visual Studio CodeKlas Mellbourn2018-08-231-0/+3
|
* 43301: add some functions from zsh-completions projectOliver Kiddle2018-08-231-0/+7
|
* unposted: docs: Fix duplicated words in _combination.Daniel Shahaf2018-08-211-0/+5
|
* 43294: Add ZLE_RECURSIVE parameter.Peter Stephenson2018-08-171-0/+5
|
* 43302: Fix _du -B specdana2018-08-151-0/+4
|
* unposted: _make: Allow pasted arguments for GNU make's -j option.Daniel Shahaf2018-08-131-0/+5
|
* 43275: Add log2 to match funcdana2018-08-131-0/+5
|
* unposted (PR #26): __git_files: fix double quotation of starMarc Cornellà2018-08-121-0/+5
| | | | | | | | | This fixes the double quote introduced by aa160fc8, so that the end result of the parameter expansion is $pref followed by \* (a quoted star), meaning `git ls-files` gets a literal star, not an expanded list of matching files, as was intended in commit cc7437bf. Fixes completion of `git add ../<TAB>`.
* 43264: fix ${+assoc[nonexistent]} with KSH_ARRAYSPeter Stephenson2018-08-091-0/+5
|
* 43261: Fix unary minus with base.Peter Stephenson2018-08-081-0/+5
| | | | | Apply unary minus to a complete lexical constant rather than the first component that comes along.
* 43254: remove hg -w completion, add hg -SAnton Shestakov2018-08-071-0/+3
|
* 43252: fix various hg options for completionAnton Shestakov2018-08-071-0/+3
|