Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 41419: update for git 2.13.2 | Oliver Kiddle | 2017-07-14 | 2 | -11/+34 |
| | |||||
* | 41420: "{.." wasn't check for brace expansion properly | Peter Stephenson | 2017-07-13 | 3 | -0/+11 |
| | |||||
* | 41409: complete "django startproject" | Marcin Mielniczuk | 2017-07-11 | 2 | -0/+6 |
| | |||||
* | unposted: update dev version due to wordcode changes | Peter Stephenson | 2017-07-09 | 2 | -1/+4 |
| | |||||
* | 41402: Delay has_tokens() in ecstrcode as may not be needed | Sebastian Gniazdowski | 2017-07-09 | 2 | -1/+8 |
| | |||||
* | 41402: Add hasher to ecstrcode to reduce string comparisons | Sebastian Gniazdowski | 2017-07-09 | 3 | -1/+11 |
| | |||||
* | Delay processing "disown" for superjob. | Peter Stephenson | 2017-07-04 | 4 | -0/+18 |
| | | | | | | | This is a job forked from the current shell when a job partly running from the current shell was suspended. When all associated processes started from the main shell are finished the job is continued and at this point the disown can complete. | ||||
* | Avoid invalid access with isearch in completion list | Maxime de Roucy | 2017-07-04 | 2 | -5/+12 |
| | |||||
* | 41375: GDBM interface bug fixes | Sebastian Gniazdowski | 2017-07-03 | 2 | -63/+97 |
| | |||||
* | 41386: when backgrounding a STAT_CURSH job, remove the flag. | Peter Stephenson | 2017-07-02 | 2 | -1/+6 |
| | | | | | This typical applies to a STAT_SUPERJOB. It prevents it from getting copied interrupts as a foreground process. | ||||
* | 22760: fix partial string length reports with NO_MULTIBYTE | Peter Stephenson | 2017-07-02 | 3 | -1/+26 |
| | |||||
* | 41368: Add missing unqueue_signals() to compctl. | Peter Stephenson | 2017-06-27 | 2 | -0/+6 |
| | |||||
* | 41345: Use consistent prompt variables in prompt themese. | Peter Stephenson | 2017-06-26 | 2 | -3/+8 |
| | | | | | Some more sanity may be needed in this area but this apsect seems uncontroversial. | ||||
* | 41342: check for Yodl version 4 | Axel Beckert | 2017-06-22 | 2 | -0/+3 |
| | |||||
* | 41339: Unquote treeish argument for git checkout completion | Peter Stephenson | 2017-06-22 | 2 | -2/+5 |
| | |||||
* | 41308 (tweaked): behaviour of PCRE with NUL bytes | Phil Pennock | 2017-06-22 | 3 | -11/+37 |
| | |||||
* | 41319: dupstring a possibly readonly string before modifying | Mikael Magnusson | 2017-06-19 | 2 | -1/+4 |
| | |||||
* | unposted: Credit to Sebastian | Barton E. Schaefer | 2017-06-19 | 1 | -1/+1 |
| | |||||
* | 41322: reduce number of changes in signal queuing/blocking state during ↵ | Barton E. Schaefer | 2017-06-19 | 2 | -3/+8 |
| | | | | shingetline() to improve read speed | ||||
* | 41317: use heap allocation in getoutputfile() to plug memory leak | Barton E. Schaefer | 2017-06-19 | 2 | -2/+7 |
| | | | | Heap is usable ever since addfilelist() of workers/31528 (commit 3c573222). | ||||
* | 41242: zstrbcmp(...) removed in favor of zstrcmp(..., ↵ | Barton E. Schaefer | 2017-06-17 | 3 | -48/+8 |
| | | | | | | SORTIT_IGNORING_BACKSLASHES) This should make sorting consistent in completion listings vs. elsewhere. | ||||
* | 41265: quote the inserted file names as necessary | Wieland Hoffmann | 2017-06-16 | 2 | -2/+7 |
| | |||||
* | unposted: fix typo in url-quote-magic | Eric Cook | 2017-06-13 | 2 | -1/+4 |
| |