summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2018-09-2143511: Initialiase alias entry on input stack.Peter Stephenson1-0/+5
This didn't happen if neither history nor alias expansion was in use.
2018-09-1943502: Search XDG_DATA_DIRS in _setxkbmap completionMaximilian Bosch1-0/+5
2018-09-1843464: complete options for the valgrind drd tool and update them for helgrindOliver Kiddle1-0/+5
2018-09-17unposted: Fix typo in ChangeLog.Daniel Shahaf1-1/+5
2018-09-16unposted: Fix trivial formatting error in docsdana1-0/+4
2018-09-1643464: Another attachtty() fix.Peter Stephenson1-0/+7
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.
2018-09-14unposted: ChangeLog entry for previous commit.Daniel Shahaf1-0/+3
(I'd meant to post it, but slipped.)
2018-09-14unposted: Post-release version bump.Daniel Shahaf1-0/+2
2018-09-1443457: Release 5.6.2Daniel Shahaf1-0/+5
2018-09-1443466: Make path(5) test more generic.Peter Stephenson1-0/+5
Only test non-zero status as OS error codes and messages vary.
2018-09-12unposted: _svn: Complete --accept=recommended, new in 1.10.0.Daniel Shahaf1-0/+3
2018-09-1243447: Generate tar.xz artifacts only.Daniel Shahaf1-0/+3
2018-09-1243443: _git: When completing worktrees, show the ref and hash of each worktree.Daniel Shahaf1-0/+3
2018-09-1243442: _git: Break out a helper function.Daniel Shahaf1-0/+5
2018-09-12Fix windowsize when reattaching to terminal on process exitPeter Stephenson1-0/+3
2018-09-1243446: More entersubsh() / addproc() wiring.Peter Stephenson1-0/+5
Fix additional races by passing back use of list_pipe_job from subshell.
2018-09-10GitHub #28: Add missing math.h include for builtinsJörg Thalheim1-0/+5
math.h is required for isnan/isinf
2018-09-1043426: disable job control tests involving suspension.Peter Stephenson1-0/+5
These are provoking races on OpenSUSE.
2018-09-08unposted: creating-a-release.txt: Add another step.Daniel Shahaf1-0/+2
2018-09-08unposted: Post-release version bump.Daniel Shahaf1-0/+2
2018-09-08unposted: Patch release: 5.6.1Daniel Shahaf1-0/+5
2018-09-0743409: Fix process group setting in main shell.Peter Stephenson1-0/+6
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.
2018-09-0743404 (after 43392): Fix 'make install' in out-of-tree buildsDaniel Shahaf1-0/+5
2018-09-0643392: dist: Generate doc/help/* and doc/help.txt in builddir rather than ↵Daniel Shahaf1-0/+4
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.
2018-09-0643366: _compdef: Change and add sources for completed completion function names.Daniel Shahaf1-0/+5
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.
2018-09-0543372: Add completion for e2labeldana1-0/+5
2018-09-0543375 with fix from 43390: fix #! tests.Peter Stephenson1-0/+5
Don't assume path to sh and echo, instead work it out.
2018-09-05unposted (cf 43373): Add two caveats: no local modifications, and need to ↵Daniel Shahaf1-0/+5
build in-tree.
2018-09-0343370: New maintainer-facing documentation.Daniel Shahaf1-0/+3
2018-09-03unposted: Post-release version bump.Daniel Shahaf1-0/+2
2018-09-03unposted: Release 5.6.Daniel Shahaf1-0/+4
2018-09-03CVE-2018-0502, CVE-2018-13259: Fix two security issues in shebang line parsing.Anthony Sottile1-0/+5
See NEWS for more information. Patch by Anthony Sottile and Buck Evan.
2018-09-0343367: Add maintainer targets 'tarxz-src' and 'targz-src'.Daniel Shahaf1-0/+5
2018-09-03mention Inf/NaN floating point changes in NEWS fileOliver Kiddle1-0/+2
2018-09-03unposted: Makefile.in: further to 43358 use same patchlevel form for the ↵Oliver Kiddle1-0/+5
release file
2018-09-0343333: Generate FAQ.html in the builddir, rather than in the srcdir, and add ↵Daniel Shahaf1-0/+6
it to the default target of the Etc/ subdirectory. This fixes `make targz-doc` in out-of-tree builds.
2018-09-03Don't handle ZLE functions for single key.Peter Stephenson1-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.
2018-08-3143358: enforce consistent patchlevel formOliver Kiddle1-0/+2
2018-08-3143357: isinf/isnan can be macros so need custom configure testsOliver Kiddle1-0/+3
2018-08-31unposted: git describe's --long and --abbrev options are not mutually exclusiveOliver Kiddle1-0/+3
2018-08-3143359: further review of git remote set-url completionOliver Kiddle1-0/+3
2018-08-3142810: git remote set-url completionpseyfert1-0/+8
2018-08-3043350: _zsh: support --emulateJun-ichi Takimoto1-0/+2
2018-08-3043349: new completion for eogJun-ichi Takimoto1-0/+4
2018-08-2943346: various completion option updatesOliver Kiddle1-0/+13
2018-08-2943348: _hg: check for both -r and --revAnton Shestakov1-0/+3
2018-08-2943347: _hg: use revsets for suggestions for hg mergeAnton Shestakov1-0/+5
2018-08-2843345: don't modify global variable in _umountableOliver Kiddle1-0/+3
2018-08-28unposted: correct completion argument order for dkmsOliver Kiddle1-0/+3
2018-08-28unposted: completion for argument to strings -s was missingOliver Kiddle1-0/+3