summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-11-1243812: allow repeats of gcc's -Wsuggest-attribute optionOliver Kiddle2-1/+6
2018-11-0943790: failed mailstat could leak memoryKamil Dudka2-3/+15
2018-11-0943789: possible use after free clearing up math func from moduleKamil Dudka2-2/+3
2018-11-0943723: file descriptor could leak on fork errorKamil Dudka2-1/+4
2018-11-0943793: computil could overrun bufferKamil Dudka2-2/+4
2018-11-0943791: File descriptor could be closed twice in cloneKamil Dudka2-1/+6
2018-11-0843779 (tweaked): add parentheses to fix expression with cprecedences option setJoey Pabalinas2-2/+5
2018-11-0843805: make nearcolor module use the default colour rather than black as a ↵Oliver Kiddle3-4/+10
fallback
2018-11-0843804: also need to be able to turn colour attributes back into hex triples ↵Oliver Kiddle2-4/+15
for region_highlight variable
2018-11-08unposted: add usual copyright header to nearcolor module sourcesOliver Kiddle2-0/+31
2018-11-0843784: clarify descriptions on options related to match sortingOliver Kiddle2-3/+6
2018-11-08unposted (c.f. Bart: 43739): use a correct description for the @ parameter ↵Oliver Kiddle2-1/+7
expansion flag
2018-11-0743788: clarify zpty -w -n with no string argumentPeter Stephenson2-1/+7
2018-11-0743761: update five completion functions for darwinJun-ichi Takimoto6-12/+50
2018-11-0543760: add documentation for true colour changes and nearcolor moduleOliver Kiddle5-3/+63
2018-11-0543759: add support for true colour terminalsOliver Kiddle9-80/+127
2018-11-0543747: new module to map colours from hex triplets to the nearest matching ↵Oliver Kiddle6-1/+215
colour
2018-11-0343752: Fix _expand quoting.Peter Stephenson2-2/+17
Quoting was not applied properly if globbing failed or was not applied.
2018-11-0243748: fix completion for ack 3betaOliver Kiddle2-6/+13
2018-11-02github #29: Add completion support for Gits --color-moved option and color ↵Wieland Hoffmann2-5/+25
settings --color-moved was added in Git 2.15.
2018-10-3143746: _ping: update for BSD and DarwinJun-ichi Takimoto2-11/+19
2018-10-3143744: _sysctl: support procps-ng, NetBSDJun-ichi Takimoto2-30/+63
with several updates for other OS
2018-10-2443726: Add tests for semicolon in the middle of a sublist not terminating it.Daniel Shahaf2-0/+15
2018-10-2443723: _mkdir: fix builtin mkdir and support darwinJun-ichi Takimoto2-3/+4
2018-10-2443722: _ed, _env, _sort: support darwinJun-ichi Takimoto4-12/+16
use the same completions as freebsd
2018-10-2443721: _diff3: detect GNU variant correctlyJun-ichi Takimoto2-3/+8
2018-10-2443718: Use singular completion group descriptionsdana13-20/+30
2018-10-2343714: complete lp fit-to-page optionMarcin Mielniczuk2-1/+4
2018-10-2343695: minor but simple optmiisation to use existing string lengthSebastian Gniazdowski2-4/+9
2018-10-2243713: Improve init.d command completiondana2-6/+25
2018-10-1743694: More detail on multios.Peter Stephenson2-3/+15
Mention how opening files in multios differs from cat.
2018-10-1743697: match uppercase filename extensions in zathura completionOliver Kiddle2-2/+5
2018-10-1743698: update options for git 2.19.1Oliver Kiddle2-37/+78
2018-10-1643692: Generate man pages in the build dir, rather than the source dir.Daniel Shahaf2-6/+11
The following files are still generated in the source dir (in out-of-tree builds): Doc/Zsh/manmodmenu.yo Doc/Zsh/modlist.yo Doc/Zsh/modmenu.yo Doc/version.yo Doc/zsh.idx Doc/zsh.texi META-FAQ
2018-10-1543672: Document result of redirecting from a non-existent filedana2-0/+6
2018-10-14unposted: internals: Document sepjoin().Daniel Shahaf2-0/+10
2018-10-1443685: add-zle-hook-widget: Support running under NO_UNSET ('set -u').Daniel Shahaf2-6/+11
2018-10-1243674: Split more PM_ flags for variables and functions.Peter Stephenson3-22/+27
This avoids using sign bit. Also bump dev version because of wordcode incompatibility.
2018-10-1043602: Clarify behaviour of `compdef -p`dana2-1/+9
2018-10-10unposted: another couple of tests for previous commit.Peter Stephenson2-0/+9
This tests different code paths as the -c command option exits in a different fashion from code executed from a script.
2018-10-1043669: ensure explicit exit status is used over implicitPeter Stephenson4-3/+11
2018-10-09Missed ChangeLog from previous commitPeter Stephenson1-0/+4
2018-10-0943660: extend 43653 when final exit is implicit.Peter Stephenson4-30/+71
Combine logic for case after committed to exit (shell_exiting) with case where exit occurred in a function we nee to unwind (exit_pending). Add sarky note for future generations to be confused at.
2018-10-0943656: special tied arrays don't have tieddataPeter Stephenson2-1/+4
2018-10-09unposted: addition to previous trap test suggested by MikaelPeter Stephenson2-0/+6
2018-10-0943653: explicit exit from EXIT trap overrides exit statusPeter Stephenson3-4/+18
2018-10-0843623: Fix Completion iptables -t raw securitya-wing2-3/+8
2018-10-0843620 (tweaked): vcs_info git: Reverse the order patches are passed to ↵Daniel Shahaf5-3/+26
gen-unapplied-string in. This is an incompatible change; see README for details. Tweaks (relative to posted version): tweaked README, removed scalpel (debug print).
2018-10-0843617: vcs_info git: During a non-interactive rebase of a detached head, ↵Daniel Shahaf2-1/+5
computer the %b expando correctly. Before this commit, the value of %b was the hash of the commit from the "source" side of the rebase, from .git/rebase-apply/orig-head and .git/rebase-apply/original-commit. This broke the invariant that %b expands to a git-rev-parse(1) expression resolving to what %r expands to. Use .git/rebase-apply/onto instead as, empirically, it contains the correct value.
2018-10-0843619: vcs_info git: In non-interactive rebases, always set ↵Daniel Shahaf2-10/+8
$hook_com[git_patches_applied] to a string of the form 'foo bar', never just 'foo'.