Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 43935: Reject too-large nanosecond values given to strftime | dana | 2018-12-24 | 3 | -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 _arguments | dana | 2018-12-23 | 2 | -1/+8 |
| | |||||
* | 43921: ${\var} should be an error | Bart Schaefer | 2018-12-21 | 2 | -1/+5 |
| | |||||
* | unposted: updates for 5.6.2-test-2 zsh-5.6.2-test-2 | Peter Stephenson | 2018-12-19 | 4 | -15/+17 |
| | |||||
* | unposted, c.f. 43913: emulate -L zsh in edit-command-line | Peter Stephenson | 2018-12-19 | 2 | -0/+7 |
| | | | | Otherwise bad effects observed with GLOB_SUBST set. | ||||
* | 43897: Add/update various completion functions | dana | 2018-12-17 | 12 | -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 watch | dana | 2018-12-17 | 2 | -5/+43 |
| | |||||
* | 43904 (plus tweak): zshmisc(1): document term being optional if `in word' is ↵ | Joey Pabalinas | 2018-12-17 | 2 | -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 error | dana | 2018-12-14 | 2 | -2/+7 |
| | |||||
* | 43879: vcs_info git: Fix fatal error in VCS_INFO_git_getbranch in corner case | Daniel Shahaf | 2018-12-13 | 2 | -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_files | dana | 2018-12-09 | 2 | -0/+7 |
| | |||||
* | 43861: make "(#" completion safer by checking for ")" | Peter Stephenson | 2018-12-04 | 2 | -3/+3 |
| | |||||
* | 43860: Complete glob flags at start of word. | Peter Stephenson | 2018-12-04 | 2 | -0/+9 |
| | |||||
* | 43854: Set tok to LEXERR on generic parse error. | Peter Stephenson | 2018-11-29 | 2 | -0/+6 |
| | | | | Needed by main loop which detects an error this way. | ||||
* | 43837 plus test from Daniel: Empty string in nested subst. | Peter Stephenson | 2018-11-21 | 3 | -0/+15 |
| | | | | Skip Nularg or there is a bogus character at the start. | ||||
* | 43829: nearcolor.c: use double instead of float | Jun-ichi Takimoto | 2018-11-19 | 2 | -19/+23 |
| | |||||
* | 43830: _cu: Complete /dev/cu.* | Daniel O'Connor | 2018-11-16 | 2 | -2/+7 |
| | |||||
* | unposted: _zcat: support macOS | Jun-ichi Takimoto | 2018-11-15 | 2 | -1/+3 |
| | |||||
* | 43823: remove unnecessary metafy() in stattimeprint() | Ivan Tkachenko | 2018-11-15 | 2 | -3/+6 |
| | |||||
* | 43620: More care documenting command substitution including $(<...) | Peter Stephenson | 2018-11-14 | 2 | -3/+15 |
| | |||||
* | 43809: Suppress npm update checks during completion | dana | 2018-11-13 | 2 | -2/+10 |
| | |||||
* | unposted (cf. 43800): Update strftime completion | dana | 2018-11-13 | 2 | -2/+7 |
| | |||||
* | 43800: Add nanosecond support to strftime built-in | dana | 2018-11-13 | 4 | -20/+86 |
| | |||||
* | 43819: expand adb completion to also cover options to adb backup | Oliver Kiddle | 2018-11-12 | 2 | -1/+19 |
| | |||||
* | 43818: complete math functions for other modules besides zsh/mathfunc | Oliver Kiddle | 2018-11-12 | 2 | -5/+11 |
| | |||||
* | 43816: various completion option updates | Oliver Kiddle | 2018-11-12 | 18 | -147/+438 |
| | |||||
* | 43817: update options in btrfs completion through to btrfs 4.17.1 | Oliver Kiddle | 2018-11-12 | 2 | -66/+185 |
| | |||||
* | 43813: for powerd add units, default values and allow option arguments in ↵ | Oliver Kiddle | 2018-11-12 | 2 | -10/+13 |
| | | | | the same word as the option | ||||
* | 43812: allow repeats of gcc's -Wsuggest-attribute option | Oliver Kiddle | 2018-11-12 | 2 | -1/+6 |
| | |||||
* | 43790: failed mailstat could leak memory | Kamil Dudka | 2018-11-09 | 2 | -3/+15 |
| | |||||
* | 43789: possible use after free clearing up math func from module | Kamil Dudka | 2018-11-09 | 2 | -2/+3 |
| | |||||
* | 43723: file descriptor could leak on fork error | Kamil Dudka | 2018-11-09 | 2 | -1/+4 |
| | |||||
* | 43793: computil could overrun buffer | Kamil Dudka | 2018-11-09 | 2 | -2/+4 |
| | |||||
* | 43791: File descriptor could be closed twice in clone | Kamil Dudka | 2018-11-09 | 2 | -1/+6 |
| | |||||
* | 43779 (tweaked): add parentheses to fix expression with cprecedences option set | Joey Pabalinas | 2018-11-08 | 2 | -2/+5 |
| | |||||
* | 43805: make nearcolor module use the default colour rather than black as a ↵ | Oliver Kiddle | 2018-11-08 | 3 | -4/+10 |
| | | | | fallback | ||||
* | 43804: also need to be able to turn colour attributes back into hex triples ↵ | Oliver Kiddle | 2018-11-08 | 2 | -4/+15 |
| | | | | for region_highlight variable | ||||
* | unposted: add usual copyright header to nearcolor module sources | Oliver Kiddle | 2018-11-08 | 2 | -0/+31 |
| | |||||
* | 43784: clarify descriptions on options related to match sorting | Oliver Kiddle | 2018-11-08 | 2 | -3/+6 |
| | |||||
* | unposted (c.f. Bart: 43739): use a correct description for the @ parameter ↵ | Oliver Kiddle | 2018-11-08 | 2 | -1/+7 |
| | | | | expansion flag | ||||
* | 43788: clarify zpty -w -n with no string argument | Peter Stephenson | 2018-11-07 | 2 | -1/+7 |
| | |||||
* | 43761: update five completion functions for darwin | Jun-ichi Takimoto | 2018-11-07 | 6 | -12/+50 |
| | |||||
* | 43760: add documentation for true colour changes and nearcolor module | Oliver Kiddle | 2018-11-05 | 5 | -3/+63 |
| | |||||
* | 43759: add support for true colour terminals | Oliver Kiddle | 2018-11-05 | 9 | -80/+127 |
| | |||||
* | 43747: new module to map colours from hex triplets to the nearest matching ↵ | Oliver Kiddle | 2018-11-05 | 6 | -1/+215 |
| | | | | colour | ||||
* | 43752: Fix _expand quoting. | Peter Stephenson | 2018-11-03 | 2 | -2/+17 |
| | | | | Quoting was not applied properly if globbing failed or was not applied. | ||||
* | 43748: fix completion for ack 3beta | Oliver Kiddle | 2018-11-02 | 2 | -6/+13 |
| | |||||
* | github #29: Add completion support for Gits --color-moved option and color ↵ | Wieland Hoffmann | 2018-11-02 | 2 | -5/+25 |
| | | | | | | settings --color-moved was added in Git 2.15. | ||||
* | 43746: _ping: update for BSD and Darwin | Jun-ichi Takimoto | 2018-10-31 | 2 | -11/+19 |
| | |||||
* | 43744: _sysctl: support procps-ng, NetBSD | Jun-ichi Takimoto | 2018-10-31 | 2 | -30/+63 |
| | | | | with several updates for other OS |