summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* unposted: Update for 5.6.2-test-3 zsh-5.6.2-test-3dana2019-01-053-2/+10
|
* 43974: _git: Always offer -F/-m for `git tag`dana2019-01-042-10/+5
|
* 43970: Update NEWS for previously unmentioned features in 5.{4,5,6}dana2019-01-043-2/+39
| | | | Also clarify release documentation and fix a typo mentioned in workers/43971
* 43969: untokenize Dash for compctl with GLOB_SUBST setPeter Stephenson2019-01-032-0/+14
|
* unposted: Add missing change-log entries for 37302 and 37303dana2019-01-021-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
* 43960: Add full completion for exec and setsiddana2019-01-014-1/+26
|
* 43959: Add completion for strongSwan, &al.dana2019-01-014-1/+411
| | | | Also update _urls to complete unix:// URIs as for file://
* 43962: Fix X04 test module_pathdana2018-12-312-0/+5
|
* users/23809: ZLE_HIGHLIGHT extensions.Peter Stephenson2018-12-303-4/+183
| | | | | Allow non-termcap use of colours > 7. Add tests.
* 43945 (tweaked to remove test failure, noted in test):Martijn Dekker2018-12-303-10/+68
| | | | | Fix exit statuses from wait for POSIX_BUILTINS mode. Also add tests.
* 43944: apply NO_UNSET consistently to arithmeitcMartijn Dekker2018-12-305-1/+32
|
* unposted: test for 43938Peter Stephenson2018-12-301-0/+8
|
* 43914 (tweaked): Add completion for Composerdana2018-12-302-0/+853
| | | | Tweaks: Adjusted spelling, fixed minor idiomatic issues
* 43930: Improve _multi_parts performancedana2018-12-302-7/+11
|
* unposted (per 43938): Avoid segfault when unmetafying empty stringdana2018-12-302-1/+6
|
* 43953: Fix rounding/truncation error in %. time-format specifierdana2018-12-293-6/+36
| | | | | | | 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
* 43935: Reject too-large nanosecond values given to strftimedana2018-12-243-3/+12
| | | | | | | ... 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.
* 43928: _alternative: Evaluate (...) action syntax as with _argumentsdana2018-12-232-1/+8
|
* 43921: ${\var} should be an errorBart Schaefer2018-12-212-1/+5
|
* unposted: updates for 5.6.2-test-2 zsh-5.6.2-test-2Peter Stephenson2018-12-194-15/+17
|
* unposted, c.f. 43913: emulate -L zsh in edit-command-linePeter Stephenson2018-12-192-0/+7
| | | | Otherwise bad effects observed with GLOB_SUBST set.
* 43897: Add/update various completion functionsdana2018-12-1712-4/+264
| | | | | * Update tail to support -q/-v on NetBSD * Add several new functions (with one change needed to _hosts compdefs)
* 43895: _watch: Complete for procps/-ng watchdana2018-12-172-5/+43
|
* 43904 (plus tweak): zshmisc(1): document term being optional if `in word' is ↵Joey Pabalinas2018-12-172-3/+11
| | | | | | | | | | | | | | | | | | | | 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.
* unposted: _dig: Fix _arguments syntax errordana2018-12-142-2/+7
|
* 43879: vcs_info git: Fix fatal error in VCS_INFO_git_getbranch in corner caseDaniel Shahaf2018-12-132-4/+12
| | | | | | | | | | | | | 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.
* 43871: _files: Support `-F '(pat ...)'` as with _path_filesdana2018-12-092-0/+7
|
* 43861: make "(#" completion safer by checking for ")"Peter Stephenson2018-12-042-3/+3
|
* 43860: Complete glob flags at start of word.Peter Stephenson2018-12-042-0/+9
|
* 43854: Set tok to LEXERR on generic parse error.Peter Stephenson2018-11-292-0/+6
| | | | Needed by main loop which detects an error this way.
* 43837 plus test from Daniel: Empty string in nested subst.Peter Stephenson2018-11-213-0/+15
| | | | Skip Nularg or there is a bogus character at the start.
* 43829: nearcolor.c: use double instead of floatJun-ichi Takimoto2018-11-192-19/+23
|
* 43830: _cu: Complete /dev/cu.*Daniel O'Connor2018-11-162-2/+7
|
* unposted: _zcat: support macOSJun-ichi Takimoto2018-11-152-1/+3
|
* 43823: remove unnecessary metafy() in stattimeprint()Ivan Tkachenko2018-11-152-3/+6
|
* 43620: More care documenting command substitution including $(<...)Peter Stephenson2018-11-142-3/+15
|
* 43809: Suppress npm update checks during completiondana2018-11-132-2/+10
|
* unposted (cf. 43800): Update strftime completiondana2018-11-132-2/+7
|
* 43800: Add nanosecond support to strftime built-indana2018-11-134-20/+86
|
* 43819: expand adb completion to also cover options to adb backupOliver Kiddle2018-11-122-1/+19
|
* 43818: complete math functions for other modules besides zsh/mathfuncOliver Kiddle2018-11-122-5/+11
|
* 43816: various completion option updatesOliver Kiddle2018-11-1218-147/+438
|
* 43817: update options in btrfs completion through to btrfs 4.17.1Oliver Kiddle2018-11-122-66/+185
|
* 43813: for powerd add units, default values and allow option arguments in ↵Oliver Kiddle2018-11-122-10/+13
| | | | the same word as the option
* 43812: allow repeats of gcc's -Wsuggest-attribute optionOliver Kiddle2018-11-122-1/+6
|
* 43790: failed mailstat could leak memoryKamil Dudka2018-11-092-3/+15
|
* 43789: possible use after free clearing up math func from moduleKamil Dudka2018-11-092-2/+3
|
* 43723: file descriptor could leak on fork errorKamil Dudka2018-11-092-1/+4
|
* 43793: computil could overrun bufferKamil Dudka2018-11-092-2/+4
|
* 43791: File descriptor could be closed twice in cloneKamil Dudka2018-11-092-1/+6
|