about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Yet more debug info. job_control_debugPeter Stephenson2018-09-072-7/+6
|
* Add some more debug.Peter Stephenson2018-09-073-12/+51
|
* More debugPeter Stephenson2018-09-071-0/+6
|
* 43396: Job control debug.Peter Stephenson2018-09-0610-41/+113
| | | | Particularly for TTY ownership.
* 43372: Add completion for e2labeldana2018-09-052-0/+8
|
* 43375 with fix from 43390: fix #! tests.Peter Stephenson2018-09-052-7/+16
| | | | 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-052-0/+12
| | | | build in-tree.
* 43370: New maintainer-facing documentation.Daniel Shahaf2018-09-032-0/+63
|
* unposted: Post-release version bump.Daniel Shahaf2018-09-032-2/+4
|
* unposted: Release 5.6. zsh-5.6Daniel Shahaf2018-09-032-2/+6
|
* CVE-2018-0502, CVE-2018-13259: Fix two security issues in shebang line parsing.Anthony Sottile2018-09-036-20/+72
| | | | | | See NEWS for more information. Patch by Anthony Sottile and Buck Evan.
* 43367: Add maintainer targets 'tarxz-src' and 'targz-src'.Daniel Shahaf2018-09-032-0/+14
|
* mention Inf/NaN floating point changes in NEWS fileOliver Kiddle2018-09-032-0/+9
|
* unposted: Makefile.in: further to 43358 use same patchlevel form for the ↵Oliver Kiddle2018-09-032-1/+6
| | | | release file
* 43333: Generate FAQ.html in the builddir, rather than in the srcdir, and add ↵Daniel Shahaf2018-09-032-5/+11
| | | | | | 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-035-16/+22
| | | | | | 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-312-2/+4
|
* 43357: isinf/isnan can be macros so need custom configure testsOliver Kiddle2018-08-312-1/+24
|
* unposted: git describe's --long and --abbrev options are not mutually exclusiveOliver Kiddle2018-08-312-2/+5
|
* 43359: further review of git remote set-url completionOliver Kiddle2018-08-312-26/+20
|
* 42810: git remote set-url completionpseyfert2018-08-312-7/+30
|
* 43350: _zsh: support --emulateJun-ichi Takimoto2018-08-302-1/+6
|
* 43349: new completion for eogJun-ichi Takimoto2018-08-302-0/+28
|
* 43351: handle the new diff implementation in the pre-release version of ↵Oliver Kiddle2018-08-291-60/+61
| | | | FreeBSD 12
* 43346: various completion option updatesOliver Kiddle2018-08-2921-44/+106
|
* 43348: _hg: check for both -r and --revAnton Shestakov2018-08-292-2/+5
|
* 43347: _hg: use revsets for suggestions for hg mergeAnton Shestakov2018-08-292-6/+7
|
* 43345: don't modify global variable in _umountableOliver Kiddle2018-08-283-2/+5
|
* unposted: correct completion argument order for dkmsOliver Kiddle2018-08-282-3/+6
|
* unposted: completion for argument to strings -s was missingOliver Kiddle2018-08-282-1/+4
|
* unposted: complete also for bsdtarOliver Kiddle2018-08-282-1/+3
|
* unposted: fix typo in svccfg completion function callOliver Kiddle2018-08-282-1/+6
|
* Test release: 5.5.1-test-2. zsh-5.5.1-test-2Daniel Shahaf2018-08-253-5/+5
|
* unposted: Fix FAQ build, broken by 43184.Daniel Shahaf2018-08-252-1/+3
|
* unposted: Test release: 5.5.1-test-1. zsh-5.5.1-test-1Daniel Shahaf2018-08-254-8/+10
|
* 43331: _diff3: Enhance positional argument descriptions (thanks, Oliver).Daniel Shahaf2018-08-252-3/+8
|
* 43313 (log message tweaked): vcs_info git: For the branch name, try to find ↵Daniel Shahaf2018-08-242-0/+9
| | | | | | | | | | | | 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-242-9/+9
| | | | No functional change.
* 43330: complete more options to cuOliver Kiddle2018-08-242-10/+53
|
* 43329: new diff3 completionOliver Kiddle2018-08-242-0/+48
|
* 43328: new zeal completionOliver Kiddle2018-08-242-0/+47
|
* unposted: Fix --ascii typo in _mandana2018-08-232-1/+5
|
* 43325: _hg: suggest merge tools for -t/--toolAnton Shestakov2018-08-232-4/+23
|
* 43326: _hg: add completion of -S/--subrepos to many commandsAnton Shestakov2018-08-232-10/+17
|
* github #27: add --folder-uri to completion for Visual Studio CodeKlas Mellbourn2018-08-232-1/+6
|
* 43301: add some functions from zsh-completions projectOliver Kiddle2018-08-236-0/+308
|
* unposted: docs: Fix duplicated words in _combination.Daniel Shahaf2018-08-212-2/+7
|
* 43294: Add ZLE_RECURSIVE parameter.Peter Stephenson2018-08-174-0/+31
|
* 43302: Fix _du -B specdana2018-08-152-2/+6
|
* unposted: _make: Allow pasted arguments for GNU make's -j option.Daniel Shahaf2018-08-132-1/+6
|