Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 41590 modified as 41595: make ERR_RETURN more logical. | Peter Stephenson | 2017-08-24 | 9 | -20/+121 |
| | | | | | | | | It now operates separately at each function depth. To keep ERR_EXIT global, make the noerrexit variable usd bit flags. Extend tests. | ||||
* | 41565: vcs_info patch2subject: Support `svn log -r N --diff` output. | Daniel Shahaf | 2017-08-22 | 2 | -2/+14 |
| | |||||
* | 41568: complete vmstat options on NetBSD and Solaris and add some exclusion ↵ | Oliver Kiddle | 2017-08-18 | 2 | -23/+70 |
| | | | | lists | ||||
* | 41563: fix completion description alignment with _regex_words | Oliver Kiddle | 2017-08-18 | 2 | -9/+15 |
| | |||||
* | 41562: correct completed word | Oliver Kiddle | 2017-08-18 | 2 | -1/+3 |
| | |||||
* | 41561: update dhclient completion | Oliver Kiddle | 2017-08-18 | 2 | -22/+67 |
| | | | | | handle Free/OpenBSD implementations and bring options up-to-date for the ISC implementation | ||||
* | 41560: cleanup chsh completion for different platforms | Oliver Kiddle | 2017-08-18 | 2 | -35/+67 |
| | |||||
* | users/22834: fix irritating bug in file glob for Linux kernel modules | Tomasz Pala | 2017-08-17 | 2 | -1/+4 |
| | |||||
* | users/22834: allow completion after -c and a few other new ip options | Tomasz Pala | 2017-08-16 | 2 | -0/+18 |
| | |||||
* | 41556: complete BPF (libpcap) filters | Oliver Kiddle | 2017-08-16 | 5 | -156/+384 |
| | |||||
* | 41552: complete only branches after git worktree add --detach | Oliver Kiddle | 2017-08-16 | 2 | -2/+8 |
| | | | | the --detach is superfluous for other commits | ||||
* | posted but has not shown up: fix fd problem in subshell. | Peter Stephenson | 2017-08-15 | 3 | -3/+33 |
| | | | | | Record fd's that have been saved in fdtable and if the shell forks close them as they will never be restored. | ||||
* | 41542: Fix pcre logic for extracting matched parentheses. | Peter Stephenson | 2017-08-14 | 3 | -25/+73 |
| | | | | | | | | | | When we went off the end of the array but measured the length implicitly, we got lucky before. After 41308 we were looking up lengths in stale memory. Rename some variables, clean up the logic, be easier to understand. Add tests. | ||||
* | 41527 (tweaked for heap memory): fix [[ -<cond> ]] from modules | Phil Pennock | 2017-08-11 | 3 | -2/+27 |
| | |||||
* | unposted: fix README typo | Peter Stephenson | 2017-08-09 | 2 | -1/+3 |
| | |||||
* | 41504: make empty strings work in case patterns with no leading parenthesis | Peter Stephenson | 2017-08-09 | 4 | -13/+84 |
| | |||||
* | unposted: update to 5.4.1-dev-0 | Peter Stephenson | 2017-08-08 | 2 | -1/+3 |
| | |||||
* | unposted: update to 5.4.1 zsh-5.4.1 5.4.1 | Peter Stephenson | 2017-08-08 | 4 | -6/+10 |
| | |||||
* | Revert "41499 (with one further tweak): POSIX_STRINGS behaviour." | Peter Stephenson | 2017-08-08 | 4 | -80/+16 |
| | | | | | | | This reverts commit 2eacbef91913fe967335812900d43cf2edfa54d9. Conflicts: ChangeLog | ||||
* | 41510: update doc for $ZSH_PATCHLEVEL | Peter Stephenson | 2017-08-08 | 2 | -2/+6 |
| | |||||
* | 41481: _df: Complete mounted device and mount points. | Daniel Shahaf | 2017-08-08 | 4 | -45/+52 |
| | | | | | This splits umount's "udevordir" completion from _mount to a new file, without changing it. | ||||
* | 41486: _tmux: Correct completions of new-window, split-window, ↵ | Daniel Shahaf | 2017-08-08 | 2 | -4/+7 |
| | | | | | | respawn-window, respawn-pane. This follows up to 41467 which patched new-session. | ||||
* | unposted: Post-release version number bump to 5.4-dev-0. | Daniel Shahaf | 2017-08-08 | 2 | -2/+7 |
| | |||||
* | unposted: version 5.4 zsh-5.4 5.4 | Peter Stephenson | 2017-08-07 | 2 | -2/+4 |
| | |||||
* | 41499 (with one further tweak): POSIX_STRINGS behaviour. | Peter Stephenson | 2017-08-07 | 4 | -11/+86 |
| | | | | | Ignore a terminating delimiter when splitting as separators despite being called separators are terminators. | ||||
* | 41500: document "-" to end zparseopts options | Anthony Heading | 2017-08-07 | 2 | -1/+6 |
| | |||||
* | 41493: fix to not print hash into terminal and update options for git 2.14 | Oliver Kiddle | 2017-08-06 | 2 | -2/+10 |
| | |||||
* | 41492: update some options in completions | Oliver Kiddle | 2017-08-05 | 5 | -32/+61 |
| | |||||
* | 41485: test for previous fix | Peter Stephenson | 2017-08-03 | 2 | -0/+7 |
| | |||||
* | 41484: Make ${(q+)...} quote backsleshes. | Martijn Dekker | 2017-08-03 | 2 | -1/+10 |
| | |||||
* | 41479: _xz: Complete compressed, rather than uncompressed, files after -d. | Daniel Shahaf | 2017-08-02 | 2 | -1/+4 |
| | |||||
* | 41475: _git: Complete files after 'reset' when there are no commits, when ↵ | Daniel Shahaf | 2017-08-02 | 2 | -0/+12 |
| | | | | the 'verbose' style is set. | ||||
* | 41470: Another note on new effect of POSIX_BUILTINS | Peter Stephenson | 2017-08-01 | 2 | -1/+10 |
| | | | | | exec now won't find precommand modifiers after it with the option set. This may need further attention. | ||||
* | 41472: missed ChangeLog entry from commit 43e55a9b | Barton E. Schaefer | 2017-07-31 | 1 | -0/+9 |
| | |||||
* | 41474: Fix pbuilder's --distribution,--architecture completion. | Daniel Shahaf | 2017-08-01 | 3 | -2/+20 |
| | |||||
* | unpostes: test release 5.3.1-test-2 5.3.1-test-2 | Peter Stephenson | 2017-07-31 | 2 | -2/+6 |
| | |||||
* | unposted: _git: Fix style lookup for 'max-verbose'. | Daniel Shahaf | 2017-07-31 | 2 | -1/+6 |
| | |||||
* | 41472: introduce cleanup hooks default and restore special themes, and ↵ | Barton E. Schaefer | 2017-07-29 | 6 | -39/+187 |
| | | | | update documentation | ||||
* | unposted: update distribution docs for 5.4 release. | Peter Stephenson | 2017-07-29 | 4 | -8/+21 |
| | |||||
* | 41467: Correct completion of 'tmux new <TAB>'. | Daniel Shahaf | 2017-07-28 | 4 | -1/+43 |
| | | | | | | Reference: window_pane_spawn() in tmux 2.5. Also, document _cmdstring and _precommand. | ||||
* | 41471 (tweaked): _svn: Complete propvals in 'propset'. | Daniel Shahaf | 2017-07-28 | 2 | -1/+27 |
| | |||||
* | 41458: _subversion: Don't cache an empty commands list when svn is not ↵ | Daniel Shahaf | 2017-07-28 | 2 | -1/+12 |
| | | | | available at the first invocation of _svn. | ||||
* | 41464, 41466: With POSIX_BUILTINS, exec only executes sexternal commands. | Peter Stephenson | 2017-07-27 | 5 | -3/+42 |
| | | | | Document the default behaviour and add a test. | ||||
* | unposted: correct typo in _xclip | Oliver Kiddle | 2017-07-26 | 2 | -1/+3 |
| | |||||
* | 41461: complete list of zsh manual pages in manual introcution | Jim | 2017-07-26 | 2 | -0/+11 |
| | |||||
* | Further clarification about processing of expansions | Peter Stephenson | 2017-07-20 | 2 | -3/+11 |
| | |||||
* | 41429: Try to improve description of how stages of expansion fit together. | Peter Stephenson | 2017-07-17 | 2 | -2/+8 |
| | |||||
* | 41432: use option grouping in xz completion | Oliver Kiddle | 2017-07-15 | 1 | -40/+41 |
| | |||||
* | 41431: update options in assorted completions | Oliver Kiddle | 2017-07-15 | 11 | -23/+70 |
| | |||||
* | 41414: fix for commas used in exclusion lists | Fabian Klötzl | 2017-07-14 | 5 | -5/+17 |
| | | | | also missing escape for _gcc and --no-index option for git diff |