about summary refs log tree commit diff
path: root/Test
Commit message (Collapse)AuthorAgeFilesLines
...
* 33695: fix various vi-indent problems and vi-swap-case on a blank lineOliver Kiddle2014-11-152-1/+22
|
* 33686: set PS1 before pattern-matching for itBarton E. Schaefer2014-11-131-3/+3
| | | | | If run as a privleged user, the default PS1 does not contain "%", so don't use the default PS1 when expecting to match "%" in the output.
* 33669: allow an empty line to be yanked with yyOliver Kiddle2014-11-131-0/+7
| | | | This by allocating 1 byte instead of 0 for the empty buffer.
* 33599: workaround zpty issue that causes vi testJun T2014-11-091-1/+1
| | | | cases to fail on MacOS and FreeBSD
* 33639: fix bug with vi operators on a blank lineOliver Kiddle2014-11-091-0/+15
| | | | and with backward bracket matching
* 33604: fix change merging for vi mode where a change has just been undoneOliver Kiddle2014-11-051-0/+6
|
* 33593: support numeric argument to vi-joinOliver Kiddle2014-11-031-0/+12
|
* Treat exec from subshell as if forkedPeter Stephenson2014-11-021-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 testOliver Kiddle2014-10-311-1/+1
|
* 33570, 33576: make killring/yank-pop work in vi mode afterOliver Kiddle2014-10-301-0/+28
| | | | vi-put-before and vi-put-after
* 33528: take notice of last column position when using vi-yankOliver Kiddle2014-10-291-0/+19
| | | | and an upward cursor movement
* 33564: care with monitor option in testPeter Stephenson2014-10-261-1/+1
|
* 33542: test logic for waiting for already exited processesPeter Stephenson2014-10-261-2/+27
|
* 33520: correct cursor positioning following a vi mode yank operationOliver Kiddle2014-10-241-0/+22
|
* 33519: last character in the buffer can be cut, changed or yanked using ↵Oliver Kiddle2014-10-231-0/+5
| | | | vi-forward-char
* 33518: add support for "_ vi buffer and arguments to vi-set-buffer from a ↵Oliver Kiddle2014-10-231-0/+60
| | | | zle widget
* 33459: test for variable substitution in variable splittingPeter Stephenson2014-10-131-0/+20
|
* Tests for workers/33429Barton E. Schaefer2014-10-111-0/+14
|
* 33354: when backgrounding a pipeline, close all pipe descriptors in the parentBarton E. Schaefer2014-10-041-0/+15
| | | | Add test for both this and 33345+33346
* 33345: fix anonymous function complex command handling.Peter Stephenson2014-10-031-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 Stephenson2014-10-031-0/+6
| | | | Don't expand arguments as if in command position. Test.
* 33332: test safer numeric import from environmentPeter Stephenson2014-10-021-0/+4
|
* 33325: fix ksh autoloads with redirections on function definitionsPeter Stephenson2014-10-021-0/+13
|
* 33294: $functions[func_with_redir] plus extra testsPeter Stephenson2014-09-301-0/+24
|
* 33286: handle redirections for multiply named functionsPeter Stephenson2014-09-291-0/+16
|
* 33285: apply function definition redirections at executionPeter Stephenson2014-09-291-1/+37
|
* users/19059 based on users/19058: remove ineffiency with multiple * matchesPeter Stephenson2014-09-081-0/+7
|
* 33122: typo from 32891 caused incorrect matches for pcre_match -nBarton E. Schaefer2014-09-071-0/+9
|
* Further tweaking of the descriptor leak regression test that sometimes hangsBarton E. Schaefer2014-08-311-4/+4
|
* 33047: use git to simplify massively source distribution file selectionPeter Stephenson2014-08-231-50/+0
|
* timeout the final "read" in hung shell regressionBarton E. Schaefer2014-08-151-1/+1
|
* 32954 plus new test: [[ ... = ...(#q...) ]] shouldn't force a glob.Peter Stephenson2014-08-041-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 arraysMikael Magnusson2014-08-041-0/+76
|
* 32768 with further modifications: LOCAL_LOOPS option.Peter Stephenson2014-06-132-2/+48
|
* 32711: run "continue" test in a new shellBarton E. Schaefer2014-06-041-3/+3
|
* 32708: glob qualifier (Y) implies (oN)Daniel Shahaf2014-06-041-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) qualifierDaniel Shahaf2014-06-031-9/+14
|
* users/18870: fix glob scanner insert counting check.Daniel Shahaf2014-06-021-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 patternDaniel Shahaf2014-06-011-0/+11
|
* 32640: (#q) in [[ ... ]] forces globbingPeter Stephenson2014-06-011-0/+15
|
* 32609: [[ $var ]] behaves as [[ -n $var ]] for bash/ksh compatibilityBarton E. Schaefer2014-05-131-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 Waldron2014-04-181-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 testsBarton E. Schaefer2014-03-182-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 adjustmentsBarton E. Schaefer2014-02-152-7/+5
|
* Fix character transposition typoBarton E. Schaefer2014-02-131-1/+1
|
* 32377: change keybindings and PTY control for vi-mode tests to make them ↵Barton E. Schaefer2014-02-131-8/+28
| | | | more reliable
* 32355: document and test vi mode undo changesOliver Kiddle2014-02-052-1/+58
|
* 32299: add use of underscores on arithmetic output for spacingPeter Stephenson2014-01-231-0/+16
|
* 32246: option "shift -p" pops arguments from end of arrayPeter Stephenson2014-01-112-0/+34
|
* 32245: complete more mpc argumentsKoen Wilde2014-01-101-0/+0
|