Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 33604: fix change merging for vi mode where a change has just been undone | Oliver Kiddle | 2014-11-05 | 1 | -0/+6 |
| | |||||
* | 33593: support numeric argument to vi-join | Oliver Kiddle | 2014-11-03 | 1 | -0/+12 |
| | |||||
* | Treat exec from subshell as if forked | Peter Stephenson | 2014-11-02 | 1 | -1/+8 |
| | | | | | This removes weird behaviour when optimising the last command. In particular SHLVL is correct from a subshell executed as the last command. | ||||
* | correct cursor position in test | Oliver Kiddle | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | 33570, 33576: make killring/yank-pop work in vi mode after | Oliver Kiddle | 2014-10-30 | 1 | -0/+28 |
| | | | | vi-put-before and vi-put-after | ||||
* | 33528: take notice of last column position when using vi-yank | Oliver Kiddle | 2014-10-29 | 1 | -0/+19 |
| | | | | and an upward cursor movement | ||||
* | 33564: care with monitor option in test | Peter Stephenson | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | 33542: test logic for waiting for already exited processes | Peter Stephenson | 2014-10-26 | 1 | -2/+27 |
| | |||||
* | 33520: correct cursor positioning following a vi mode yank operation | Oliver Kiddle | 2014-10-24 | 1 | -0/+22 |
| | |||||
* | 33519: last character in the buffer can be cut, changed or yanked using ↵ | Oliver Kiddle | 2014-10-23 | 1 | -0/+5 |
| | | | | vi-forward-char | ||||
* | 33518: add support for "_ vi buffer and arguments to vi-set-buffer from a ↵ | Oliver Kiddle | 2014-10-23 | 1 | -0/+60 |
| | | | | zle widget | ||||
* | 33459: test for variable substitution in variable splitting | Peter Stephenson | 2014-10-13 | 1 | -0/+20 |
| | |||||
* | Tests for workers/33429 | Barton E. Schaefer | 2014-10-11 | 1 | -0/+14 |
| | |||||
* | 33354: when backgrounding a pipeline, close all pipe descriptors in the parent | Barton E. Schaefer | 2014-10-04 | 1 | -0/+15 |
| | | | | Add test for both this and 33345+33346 | ||||
* | 33345: fix anonymous function complex command handling. | Peter Stephenson | 2014-10-03 | 1 | -0/+4 |
| | | | | | | Longstanding problem caused simple anonymous function incorrectly to reset the overall "complext" state, causing wordcode to be diverted into execsimple(), which caused a crash 'cos ist wasn't simple. | ||||
* | 33343: Variant anonymous function synax with arguments. | Peter Stephenson | 2014-10-03 | 1 | -0/+6 |
| | | | | Don't expand arguments as if in command position. Test. | ||||
* | 33332: test safer numeric import from environment | Peter Stephenson | 2014-10-02 | 1 | -0/+4 |
| | |||||
* | 33325: fix ksh autoloads with redirections on function definitions | Peter Stephenson | 2014-10-02 | 1 | -0/+13 |
| | |||||
* | 33294: $functions[func_with_redir] plus extra tests | Peter Stephenson | 2014-09-30 | 1 | -0/+24 |
| | |||||
* | 33286: handle redirections for multiply named functions | Peter Stephenson | 2014-09-29 | 1 | -0/+16 |
| | |||||
* | 33285: apply function definition redirections at execution | Peter Stephenson | 2014-09-29 | 1 | -1/+37 |
| | |||||
* | users/19059 based on users/19058: remove ineffiency with multiple * matches | Peter Stephenson | 2014-09-08 | 1 | -0/+7 |
| | |||||
* | 33122: typo from 32891 caused incorrect matches for pcre_match -n | Barton E. Schaefer | 2014-09-07 | 1 | -0/+9 |
| | |||||
* | Further tweaking of the descriptor leak regression test that sometimes hangs | Barton E. Schaefer | 2014-08-31 | 1 | -4/+4 |
| | |||||
* | 33047: use git to simplify massively source distribution file selection | Peter Stephenson | 2014-08-23 | 1 | -50/+0 |
| | |||||
* | timeout the final "read" in hung shell regression | Barton E. Schaefer | 2014-08-15 | 1 | -1/+1 |
| | |||||
* | 32954 plus new test: [[ ... = ...(#q...) ]] shouldn't force a glob. | Peter Stephenson | 2014-08-04 | 1 | -2/+5 |
| | | | | | The (#q...) expression should simply be removed to leave a normal pattern as before | ||||
* | 32949 (wip 32928, 32937): Add :^ syntax for zipping two arrays | Mikael Magnusson | 2014-08-04 | 1 | -0/+76 |
| | |||||
* | 32768 with further modifications: LOCAL_LOOPS option. | Peter Stephenson | 2014-06-13 | 2 | -2/+48 |
| | |||||
* | 32711: run "continue" test in a new shell | Barton E. Schaefer | 2014-06-04 | 1 | -3/+3 |
| | |||||
* | 32708: glob qualifier (Y) implies (oN) | Daniel Shahaf | 2014-06-04 | 1 | -1/+1 |
| | | | | plus incidental patch to avoid adding a meaningless bitvalue to sort-order flags | ||||
* | 32694: the number of matches to find is the suffix argument of (Y) qualifier | Daniel Shahaf | 2014-06-03 | 1 | -9/+14 |
| | |||||
* | users/18870: fix glob scanner insert counting check. | Daniel Shahaf | 2014-06-02 | 1 | -0/+5 |
| | | | | Was causing problems with globs in paths with (Y) glob qualifier | ||||
* | users/18857: add (Y) glob qualifier to generate only one match per pattern | Daniel Shahaf | 2014-06-01 | 1 | -0/+11 |
| | |||||
* | 32640: (#q) in [[ ... ]] forces globbing | Peter Stephenson | 2014-06-01 | 1 | -0/+15 |
| | |||||
* | 32609: [[ $var ]] behaves as [[ -n $var ]] for bash/ksh compatibility | Barton E. Schaefer | 2014-05-13 | 1 | -0/+8 |
| | | | | | | Also restore ksh [ -t ] compatibility when POSIX_BUILTINS is not set, and allow operators defined by modules to be called with no arguments, although this affects only runtime interpretation, not parsing. | ||||
* | 32552 (updated by 32560): fix segfault when using process substitution in ↵ | Andrew Waldron | 2014-04-18 | 1 | -0/+5 |
| | | | | | | anonymous function argument list Also disallow process substitution in function name position. | ||||
* | 32497: avoid using comptesteval in the middle of a series of tests | Barton E. Schaefer | 2014-03-18 | 2 | -6/+14 |
| | | | | | The change in control required for sourcing the command file can confuse the simulated interactive input | ||||
* | 32389 (with Jun Takimoto): additional PTY and keybinding adjustments | Barton E. Schaefer | 2014-02-15 | 2 | -7/+5 |
| | |||||
* | Fix character transposition typo | Barton E. Schaefer | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | 32377: change keybindings and PTY control for vi-mode tests to make them ↵ | Barton E. Schaefer | 2014-02-13 | 1 | -8/+28 |
| | | | | more reliable | ||||
* | 32355: document and test vi mode undo changes | Oliver Kiddle | 2014-02-05 | 2 | -1/+58 |
| | |||||
* | 32299: add use of underscores on arithmetic output for spacing | Peter Stephenson | 2014-01-23 | 1 | -0/+16 |
| | |||||
* | 32246: option "shift -p" pops arguments from end of array | Peter Stephenson | 2014-01-11 | 2 | -0/+34 |
| | |||||
* | 32245: complete more mpc arguments | Koen Wilde | 2014-01-10 | 1 | -0/+0 |
| | |||||
* | users/18298 (tidied up): add {<char>..<char>} expansion | Peter Stephenson | 2014-01-09 | 1 | -0/+15 |
| | |||||
* | unposted: move path assignment from comptest to Y01completion.ztst | Barton E. Schaefer | 2013-12-26 | 2 | -1/+2 |
| | |||||
* | 32183: regression tests for 32182 and 31611 | Barton E. Schaefer | 2013-12-25 | 2 | -1/+22 |
| | |||||
* | 32176: plug additional deadlock-inducing pipe descriptor leaks | Peter Stephenson | 2013-12-21 | 1 | -0/+2 |
| | |||||
* | 32172: regression test for 32171 | Barton E. Schaefer | 2013-12-21 | 1 | -0/+12 |
| |