about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 43502: Search XDG_DATA_DIRS in _setxkbmap completionMaximilian Bosch2018-09-192-4/+11
|
* 43464: complete options for the valgrind drd tool and update them for helgrindOliver Kiddle2018-09-182-7/+45
|
* unposted: Fix typo in ChangeLog.Daniel Shahaf2018-09-171-1/+5
|
* unposted: Fix trivial formatting error in docsdana2018-09-162-1/+5
|
* 43464: Another attachtty() fix.Peter Stephenson2018-09-165-8/+31
| | | | | | | | | If list_pipe_job triggered more than once we need to know the most recent process group leader, so record that both if the attach happened in the main shell on in entersubsh(). Also don't pass back proocess group for ESUB_ASYNC subshells.
* unposted: ChangeLog entry for previous commit.Daniel Shahaf2018-09-141-0/+3
| | | | (I'd meant to post it, but slipped.)
* _svn: Allow hyphens in command name aliases.Daniel Shahaf2018-09-141-1/+1
| | | | Used by svn 1.11.0-rc1.
* unposted: Post-release version bump.Daniel Shahaf2018-09-142-2/+4
|
* 43457: Release 5.6.2 zsh-5.6.2Daniel Shahaf2018-09-145-5/+22
|
* 43466: Make path(5) test more generic.Peter Stephenson2018-09-142-6/+16
| | | | Only test non-zero status as OS error codes and messages vary.
* unposted: _svn: Complete --accept=recommended, new in 1.10.0.Daniel Shahaf2018-09-122-1/+4
|
* 43447: Generate tar.xz artifacts only.Daniel Shahaf2018-09-123-17/+9
|
* 43443: _git: When completing worktrees, show the ref and hash of each worktree.Daniel Shahaf2018-09-122-2/+22
|
* 43442: _git: Break out a helper function.Daniel Shahaf2018-09-122-2/+11
|
* Fix windowsize when reattaching to terminal on process exitPeter Stephenson2018-09-122-0/+4
|
* 43446: More entersubsh() / addproc() wiring.Peter Stephenson2018-09-124-19/+45
| | | | | Fix additional races by passing back use of list_pipe_job from subshell.
* GitHub #28: Add missing math.h include for builtinsJörg Thalheim2018-09-102-0/+7
| | | | math.h is required for isnan/isinf
* 43426: disable job control tests involving suspension.Peter Stephenson2018-09-102-34/+41
| | | | These are provoking races on OpenSUSE.
* unposted: creating-a-release.txt: Add another step.Daniel Shahaf2018-09-082-0/+3
|
* unposted: Post-release version bump.Daniel Shahaf2018-09-082-1/+3
|
* unposted: Patch release: 5.6.1 zsh-5.6.1Daniel Shahaf2018-09-085-6/+17
|
* 43409: Fix process group setting in main shell.Peter Stephenson2018-09-073-21/+43
| | | | | | | | | A newly forked subshell now reports back the process group it will be using for the main shell to record. This prevents an error where the shell incorrectly thought an exiting process owned the terminal and so grabbed it back, putting the foreground process into the background.
* 43404 (after 43392): Fix 'make install' in out-of-tree buildsDaniel Shahaf2018-09-072-3/+8
|
* 43392: dist: Generate doc/help/* and doc/help.txt in builddir rather than ↵Daniel Shahaf2018-09-063-9/+7
| | | | | | | | | srcdir. Fixes creating tarballs in out-of-tree builds. While here, remove the instruction to build zsh before building a tarball, since that's unneeded.
* 43366: _compdef: Change and add sources for completed completion function names.Daniel Shahaf2018-09-062-2/+8
| | | | | | Use ${(v)_comps} instead of going through $fpath again. Use ${functions} as well to find more legitimate matches, such as various __git_foo() helpers defined in ${^fpath}/_git.
* 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
|