summaryrefslogtreecommitdiff
path: root/Test
AgeCommit message (Collapse)AuthorFilesLines
2014-12-0733829: unbind ESC~ as a more reliable workaroundJun-ichi Takimoto2-1/+2
2014-12-0533860: minor fixes to vi mode changesOliver Kiddle1-0/+10
2014-11-3033823: overwrite mode shouldn't replace newlinesOliver Kiddle1-0/+13
2014-11-2833816, 33819: GLOB_ASSIGN changes integer and floating type variables to ↵Barton E. Schaefer1-0/+20
string scalars
2014-11-26unposted: test binary input using 0bPeter Stephenson1-0/+8
2014-11-2533769: workaround for KEYTIMEOUT to work from testJun T1-2/+2
cases on Darwin and FreeBSD
2014-11-2133738: account for a selection in vi-replace-charsOliver Kiddle1-0/+5
2014-11-2133730: vim style text objects for selecting wordsOliver Kiddle1-0/+39
2014-11-1733704: keybindings, documentation, tests and minorOliver Kiddle2-1/+110
fixes for vim style visual selection changes
2014-11-1733699: support short delays in zle tests where weOliver Kiddle2-3/+15
need KEYTIMEOUT to elapse
2014-11-1533695: fix various vi-indent problems and vi-swap-case on a blank lineOliver Kiddle2-1/+22
2014-11-1333686: set PS1 before pattern-matching for itBarton E. Schaefer1-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.
2014-11-1333669: allow an empty line to be yanked with yyOliver Kiddle1-0/+7
This by allocating 1 byte instead of 0 for the empty buffer.
2014-11-0933599: workaround zpty issue that causes vi testJun T1-1/+1
cases to fail on MacOS and FreeBSD
2014-11-0933639: fix bug with vi operators on a blank lineOliver Kiddle1-0/+15
and with backward bracket matching
2014-11-0533604: fix change merging for vi mode where a change has just been undoneOliver Kiddle1-0/+6
2014-11-0333593: support numeric argument to vi-joinOliver Kiddle1-0/+12
2014-11-02Treat exec from subshell as if forkedPeter Stephenson1-1/+8
This removes weird behaviour when optimising the last command. In particular SHLVL is correct from a subshell executed as the last command.
2014-10-31correct cursor position in testOliver Kiddle1-1/+1
2014-10-3033570, 33576: make killring/yank-pop work in vi mode afterOliver Kiddle1-0/+28
vi-put-before and vi-put-after
2014-10-2933528: take notice of last column position when using vi-yankOliver Kiddle1-0/+19
and an upward cursor movement
2014-10-2633564: care with monitor option in testPeter Stephenson1-1/+1
2014-10-2633542: test logic for waiting for already exited processesPeter Stephenson1-2/+27
2014-10-2433520: correct cursor positioning following a vi mode yank operationOliver Kiddle1-0/+22
2014-10-2333519: last character in the buffer can be cut, changed or yanked using ↵Oliver Kiddle1-0/+5
vi-forward-char
2014-10-2333518: add support for "_ vi buffer and arguments to vi-set-buffer from a ↵Oliver Kiddle1-0/+60
zle widget
2014-10-1333459: test for variable substitution in variable splittingPeter Stephenson1-0/+20
2014-10-11Tests for workers/33429Barton E. Schaefer1-0/+14
2014-10-0433354: when backgrounding a pipeline, close all pipe descriptors in the parentBarton E. Schaefer1-0/+15
Add test for both this and 33345+33346
2014-10-0333345: fix anonymous function complex command handling.Peter Stephenson1-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.
2014-10-0333343: Variant anonymous function synax with arguments.Peter Stephenson1-0/+6
Don't expand arguments as if in command position. Test.
2014-10-0233332: test safer numeric import from environmentPeter Stephenson1-0/+4
2014-10-0233325: fix ksh autoloads with redirections on function definitionsPeter Stephenson1-0/+13
2014-09-3033294: $functions[func_with_redir] plus extra testsPeter Stephenson1-0/+24
2014-09-2933286: handle redirections for multiply named functionsPeter Stephenson1-0/+16
2014-09-2933285: apply function definition redirections at executionPeter Stephenson1-1/+37
2014-09-08users/19059 based on users/19058: remove ineffiency with multiple * matchesPeter Stephenson1-0/+7
2014-09-0733122: typo from 32891 caused incorrect matches for pcre_match -nBarton E. Schaefer1-0/+9
2014-08-31Further tweaking of the descriptor leak regression test that sometimes hangsBarton E. Schaefer1-4/+4
2014-08-2333047: use git to simplify massively source distribution file selectionPeter Stephenson1-50/+0
2014-08-15timeout the final "read" in hung shell regressionBarton E. Schaefer1-1/+1
2014-08-0432954 plus new test: [[ ... = ...(#q...) ]] shouldn't force a glob.Peter Stephenson1-2/+5
The (#q...) expression should simply be removed to leave a normal pattern as before
2014-08-0432949 (wip 32928, 32937): Add :^ syntax for zipping two arraysMikael Magnusson1-0/+76
2014-06-1332768 with further modifications: LOCAL_LOOPS option.Peter Stephenson2-2/+48
2014-06-0432711: run "continue" test in a new shellBarton E. Schaefer1-3/+3
2014-06-0432708: glob qualifier (Y) implies (oN)Daniel Shahaf1-1/+1
plus incidental patch to avoid adding a meaningless bitvalue to sort-order flags
2014-06-0332694: the number of matches to find is the suffix argument of (Y) qualifierDaniel Shahaf1-9/+14
2014-06-02users/18870: fix glob scanner insert counting check.Daniel Shahaf1-0/+5
Was causing problems with globs in paths with (Y) glob qualifier
2014-06-01users/18857: add (Y) glob qualifier to generate only one match per patternDaniel Shahaf1-0/+11
2014-06-0132640: (#q) in [[ ... ]] forces globbingPeter Stephenson1-0/+15