Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 39622: add test cases for recent _arguments fixes, exclusion lists and -A/-S | Oliver Kiddle | 2016-10-13 | 1 | -0/+3 |
| | |||||
* | 39611: with _arguments sets completion stopped if one of the rest arguments ↵ | Oliver Kiddle | 2016-10-13 | 1 | -0/+3 |
| | | | | starts with a dash | ||||
* | 39533: add the new -L option, sort options and add some exclusions | Matthew Martin | 2016-10-13 | 1 | -0/+5 |
| | |||||
* | 36108: command -[vV] assumed -p | Peter Stephenson | 2016-10-11 | 1 | -0/+4 |
| | |||||
* | 39599: Don't reset status before "case" execution | Peter Stephenson | 2016-10-10 | 1 | -0/+5 |
| | |||||
* | 39522: add-zsh-hook/add-zle-hook-widget: Promise append semantics. | Daniel Shahaf | 2016-10-07 | 1 | -0/+3 |
| | | | | | The sentence about "as widgets" is removed since there is a whole paragraph about that later on. | ||||
* | 39489: _path_files: Interpret -P as literally, rather than as a pattern. | Daniel Shahaf | 2016-10-07 | 1 | -0/+3 |
| | | | | Follow-up to the last commit. | ||||
* | 39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset ↵ | Daniel Shahaf | 2016-10-07 | 1 | -0/+25 |
| | | | | | | | | -P' calls to use shortest match where applicable, plus random drive-by tweaks. Found by grepping for patterns that can match needles of various lengths: :grep 'compset -[PS].*[\#^*()\|<>?~\]' Completion/ | ||||
* | 39579: Fix string calculation for parameter quoting. | Julien Cretin | 2016-10-06 | 1 | -0/+4 |
| | | | | | Where there was no closing quote the size or position of the null could be wrongly calculated. | ||||
* | 39578: Test more ERR_RETURN cases with "&&" and functions | Peter Stephenson | 2016-10-06 | 1 | -0/+5 |
| | |||||
* | 39571: Fix ERR_EXIT bug with && and function. | Peter Stephenson | 2016-10-05 | 1 | -0/+3 |
| | | | | | "foo && bar" inside a function could cause the code outside the function not to perform ERR_EXIT or ERR_RETURN when needed. | ||||
* | 39568: "! <complex-command>" suppresses ERR_EXIT | Peter Stephenson | 2016-10-05 | 1 | -0/+3 |
| | |||||
* | 39566: missed ChangeLog | Peter Stephenson | 2016-10-05 | 1 | -0/+7 |
| | |||||
* | 39561: missing unqueue_signals() when ZSH_HEAP_DEBUG | Barton E. Schaefer | 2016-10-04 | 1 | -0/+4 |
| | |||||
* | 39550: reset signal queue in recursiveedit() | Barton E. Schaefer | 2016-10-03 | 1 | -0/+2 |
| | |||||
* | 39548: DEBUG for queueing_enabled | Barton E. Schaefer | 2016-10-03 | 1 | -0/+2 |
| | |||||
* | 39547: handle zero delta in calc_timeout() | Barton E. Schaefer | 2016-10-03 | 1 | -0/+4 |
| | |||||
* | 39545: Add some missing unqueue_signals(). | Peter Stephenson | 2016-10-03 | 1 | -0/+5 |
| | | | | All of these are added simply to fit existing logic in other branches. | ||||
* | 39521: Refactor start of execcmd(). | Peter Stephenson | 2016-10-03 | 1 | -0/+6 |
| | | | | | | By splitting into _analyse and _exec execpline2() has easier access to the state at the start of execution. Use this to ensure we fork if this is a builtin with no arguments. | ||||
* | 39540: "! command" should suppress ERR_EXIT and ERR_RETURN | Peter Stephenson | 2016-10-02 | 1 | -0/+5 |
| | |||||
* | 39495: add-zle-hook-widget: Add end-of-options guard to hook invocation. | Daniel Shahaf | 2016-09-30 | 1 | -0/+3 |
| | | | | Currently, the only special widget that takes arguments is zle-keymap-select. | ||||
* | 39480: _reportbug: Complete absolute filenames, too. | Daniel Shahaf | 2016-09-30 | 1 | -0/+5 |
| | |||||
* | unposted: update or remove references to typeset behavior obsoleted by 35586. | Barton E. Schaefer | 2016-09-30 | 1 | -0/+3 |
| | |||||
* | 39509: in the event the current directory has been removed, use chasedots ↵ | Barton E. Schaefer | 2016-09-30 | 1 | -0/+5 |
| | | | | semantics for "cd ..". | ||||
* | 39519: restore missing PM_EXPORT flags. | Peter Stephenson | 2016-09-30 | 1 | -0/+3 |
| | | | | This was missing when exporting using USE_SET_UNSET_ENV coce variant. | ||||
* | 39517: back off 39502 (WC_ASSIGN causes fork in pipe). | Peter Stephenson | 2016-09-30 | 1 | -0/+2 |
| | | | | This isn't a robust fix as WC_ASSIGNs simply precede the main wordcode. | ||||
* | 39498: use PRIVILEGED option to decide on problematic parameter imports | Peter Stephenson | 2016-09-30 | 1 | -0/+5 |
| | |||||
* | Call the pre-redraw hook if there is text in the buffer on init | Mikael Magnusson | 2016-09-30 | 1 | -0/+6 |
| | |||||
* | 39514: pass on --git-dir when calling git to get completion matches | Oliver Kiddle | 2016-09-30 | 1 | -0/+2 |
| | |||||
* | 39513: new doas completion | Oliver Kiddle | 2016-09-30 | 1 | -0/+2 |
| | |||||
* | 39464: fix where lack of $state check caused unwanted filename completion ↵ | Oliver Kiddle | 2016-09-30 | 1 | -0/+5 |
| | | | | for fmadm | ||||
* | 39507: TMPSUFFIX for =(...) | Barton E. Schaefer | 2016-09-29 | 1 | -0/+2 |
| | |||||
* | 39470: failure to open a supposedly unique temp file name should result in ↵ | Barton E. Schaefer | 2016-09-29 | 1 | -0/+6 |
| | | | | | | an error Also band-aid for signal-related race conditions in temp file name generation | ||||
* | 39502: Fork for assignment in LHS of pipeline. | Peter Stephenson | 2016-09-29 | 1 | -0/+3 |
| | | | | | | | foo=bar | stuff left the value of foo set to bar as we didn't realise we needed to fork. | ||||
* | unposted: Update findcmd() in Zle. | Peter Stephenson | 2016-09-29 | 1 | -0/+3 |
| | | | | Unfinished business from previous patch. | ||||
* | 34943: Fixes for "command" with multiple options. | Peter Stephenson | 2016-09-29 | 1 | -0/+7 |
| | | | | | | These need to combine properly, and alos "command -p" with either -v or -V needs to search for builtins and then using the default system path. | ||||
* | 39463: an additional test for default system path | Martijn Dekker | 2016-09-28 | 1 | -0/+3 |
| | |||||
* | 39460: Don't import PS4 if running as root. | Peter Stephenson | 2016-09-28 | 1 | -0/+6 |
| | | | | | There was an exploit in bash using SHELLOPTS to turn on xtrace, however this can't happen in zsh, so this is simply a precaution. | ||||
* | 39453: new openstack completions | Marko Myllynen | 2016-09-27 | 1 | -0/+3 |
| | |||||
* | 39369 (tweaked cf 39371): when calling an internal widget, set bindk because ↵ | Oliver Kiddle | 2016-09-27 | 1 | -0/+6 |
| | | | | some widgets use it to determine how they should act | ||||
* | 39437: use list_pipe_pid in assignment for clarity | Barton E. Schaefer | 2016-09-27 | 1 | -1/+5 |
| | |||||
* | 39448: reset REPLY in select on user action | Martijn Dekker | 2016-09-26 | 1 | -0/+5 |
| | |||||
* | 39436: Pass on status of SIGINT better. | Peter Stephenson | 2016-09-25 | 1 | -0/+3 |
| | | | | | | Set lastval to 128 + SIGINT on interrupt. Don't execute builtin if already interrupted at that point. | ||||
* | 39435: Further fix for pgrp of funny pipelines. | Peter Stephenson | 2016-09-25 | 1 | -0/+5 |
| | | | | | Don't set gleader of SUBJOB at the point of creation if the SUPERJOB has no processes yet. | ||||
* | 39423: _zed: Support the '--' end-of-options mark. | Daniel Shahaf | 2016-09-24 | 1 | -0/+3 |
| | | | | This matters for fned'ing vcs_info hooks. | ||||
* | 39423: vcs_info git: Produce nicer applied-string messages for 'exec' actions. | Daniel Shahaf | 2016-09-24 | 1 | -0/+6 |
| | | | | | This changes the behaviour on "unknown" git-rebase actions (those other than pick/reword/edit/fixup/squash/execute). | ||||
* | 39412: Fix directory completion when $PWD:h contains parentheses, which are ↵ | Daniel Shahaf | 2016-09-23 | 1 | -0/+6 |
| | | | | interpreted as globbing metacharacters. | ||||
* | 39410: Fix unintentional history modifiers. | Daniel Shahaf | 2016-09-22 | 1 | -0/+6 |
| | |||||
* | unposted: _gpg: Correct typo | Adam Gibbins | 2016-09-22 | 1 | -0/+4 |
| | | | | Received via github (pull request #9). | ||||
* | unposted: add missing final colon in zstyle context lookup | Barton E. Schaefer | 2016-09-21 | 1 | -0/+3 |
| |