summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2019-01-05unposted: Update for 5.6.2-test-3dana1-0/+4
2019-01-0443974: _git: Always offer -F/-m for `git tag`dana1-0/+3
2019-01-0443970: Update NEWS for previously unmentioned features in 5.{4,5,6}dana1-0/+6
Also clarify release documentation and fix a typo mentioned in workers/43971
2019-01-0343969: untokenize Dash for compctl with GLOB_SUBST setPeter Stephenson1-0/+5
2019-01-02unposted: Add missing change-log entries for 37302 and 37303dana1-0/+6
e40a14c5e (workers/37302) and dc8c39eff (workers/37303) were committed without change-log entries Note also that the commit message for e40a14c5e erroneously referred to workers/37202
2019-01-0143960: Add full completion for exec and setsiddana1-0/+4
2019-01-0143959: Add completion for strongSwan, &al.dana1-0/+6
Also update _urls to complete unix:// URIs as for file://
2018-12-3143962: Fix X04 test module_pathdana1-0/+4
2018-12-30users/23809: ZLE_HIGHLIGHT extensions.Peter Stephenson1-0/+4
Allow non-termcap use of colours > 7. Add tests.
2018-12-3043944: apply NO_UNSET consistently to arithmeitcMartijn Dekker1-0/+7
2018-12-3043914 (tweaked): Add completion for Composerdana1-0/+3
Tweaks: Adjusted spelling, fixed minor idiomatic issues
2018-12-3043930: Improve _multi_parts performancedana1-0/+2
2018-12-30unposted (per 43938): Avoid segfault when unmetafying empty stringdana1-0/+5
2018-12-2943953: Fix rounding/truncation error in %. time-format specifierdana1-0/+5
Also fixes an issue where %. couldn't be used more than once in a format string without strange results Tweaked very slightly per workers/43954
2018-12-2443935: Reject too-large nanosecond values given to strftimedana1-1/+7
... and, in so doing, fix an error in the tests on 32-bit machines. The value for the new too-large test is changed slightly from the patch posted to the ML to make it test for the right thing on 32-bit machines as well.
2018-12-2343928: _alternative: Evaluate (...) action syntax as with _argumentsdana1-0/+5
2018-12-2143921: ${\var} should be an errorBart Schaefer1-0/+4
2018-12-19unposted: updates for 5.6.2-test-2Peter Stephenson1-0/+5
2018-12-19unposted, c.f. 43913: emulate -L zsh in edit-command-linePeter Stephenson1-0/+5
Otherwise bad effects observed with GLOB_SUBST set.
2018-12-1743897: Add/update various completion functionsdana1-0/+9
* Update tail to support -q/-v on NetBSD * Add several new functions (with one change needed to _hosts compdefs)
2018-12-1743895: _watch: Complete for procps/-ng watchdana1-0/+5
2018-12-1743904 (plus tweak): zshmisc(1): document term being optional if `in word' is ↵Joey Pabalinas1-0/+5
omitted In code such as: > hobbes% () { for arg do print -r $arg; done; } 1 2 3 > 1 > 2 > 3 the implicit positional parameters added when the `in word ...' list is omitted also implicitly append the separator term, making the above code valid, albeit seemingly violating the syntax listed in the documentation. This is related to the various forms of alternative syntax and is the intended behavior of the parsing code, so correct the minor contradiction in the for loop documentation.
2018-12-14unposted: _dig: Fix _arguments syntax errordana1-0/+5
2018-12-1343879: vcs_info git: Fix fatal error in VCS_INFO_git_getbranch in corner caseDaniel Shahaf1-0/+6
Before this commit, the following use-case: git checkout foo^ git show foo | git am would result in a fatal error, with vcs_info_msg_N_ not set: VCS_INFO_git_getbranch:18: no such file or directory: .git/rebase-apply/onto Now they are set correctly, and HEAD's commit hash is used.
2018-12-0943871: _files: Support `-F '(pat ...)'` as with _path_filesdana1-0/+5
2018-12-0443861: make "(#" completion safer by checking for ")"Peter Stephenson1-2/+2
2018-12-0443860: Complete glob flags at start of word.Peter Stephenson1-0/+5
2018-11-2943854: Set tok to LEXERR on generic parse error.Peter Stephenson1-0/+5
Needed by main loop which detects an error this way.
2018-11-2143837 plus test from Daniel: Empty string in nested subst.Peter Stephenson1-0/+6
Skip Nularg or there is a bogus character at the start.
2018-11-1943829: nearcolor.c: use double instead of floatJun-ichi Takimoto1-0/+4
2018-11-1643830: _cu: Complete /dev/cu.*Daniel O'Connor1-0/+5
2018-11-15unposted: _zcat: support macOSJun-ichi Takimoto1-0/+2
2018-11-1543823: remove unnecessary metafy() in stattimeprint()Ivan Tkachenko1-0/+5
2018-11-1443620: More care documenting command substitution including $(<...)Peter Stephenson1-0/+5
2018-11-1343809: Suppress npm update checks during completiondana1-0/+3
2018-11-13unposted (cf. 43800): Update strftime completiondana1-0/+3
2018-11-1343800: Add nanosecond support to strftime built-indana1-0/+5
2018-11-1243819: expand adb completion to also cover options to adb backupOliver Kiddle1-0/+3
2018-11-1243818: complete math functions for other modules besides zsh/mathfuncOliver Kiddle1-0/+3
2018-11-1243816: various completion option updatesOliver Kiddle1-0/+11
2018-11-1243817: update options in btrfs completion through to btrfs 4.17.1Oliver Kiddle1-0/+3
2018-11-1243813: for powerd add units, default values and allow option arguments in ↵Oliver Kiddle1-0/+3
the same word as the option
2018-11-1243812: allow repeats of gcc's -Wsuggest-attribute optionOliver Kiddle1-0/+5
2018-11-0943790: failed mailstat could leak memoryKamil Dudka1-0/+2
2018-11-0943789: possible use after free clearing up math func from moduleKamil Dudka1-0/+3
2018-11-0943723: file descriptor could leak on fork errorKamil Dudka1-0/+2
2018-11-0943793: computil could overrun bufferKamil Dudka1-0/+2
2018-11-0943791: File descriptor could be closed twice in cloneKamil Dudka1-0/+4
2018-11-0843779 (tweaked): add parentheses to fix expression with cprecedences option setJoey Pabalinas1-0/+3
2018-11-0843805: make nearcolor module use the default colour rather than black as a ↵Oliver Kiddle1-0/+3
fallback