Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 34344: fix 34338, pcre builtins need loading too | Barton E. Schaefer | 2015-01-22 | 1 | -0/+2 |
| | |||||
* | 34338: check pcre-match feature availability | Barton E. Schaefer | 2015-01-22 | 1 | -1/+1 |
| | | | | It is possible for the module to be linked/loadable but have no features. | ||||
* | users/19756: test for case of closing fd with no error message | Peter Stephenson | 2015-01-20 | 1 | -1/+6 |
| | |||||
* | users/19751: remove error on failure to close file descriptor by number. | Peter Stephenson | 2015-01-20 | 1 | -4/+6 |
| | | | | | Keep it when closing file descriptor stored in a variable, i.e. explicitly opened by the user. | ||||
* | 34322: bug with interface to parsestr() etc. | Peter Stephenson | 2015-01-18 | 1 | -0/+7 |
| | | | | | | | Was showing up in places like ${(e)...} where command substitution could reallocate the token string, but actually there was never any guarantee that the lexer wouldn't do that, so this was always a bit iffy. | ||||
* | 34280: more widespread use of FORCE_FLOAT. | Peter Stephenson | 2015-01-15 | 1 | -0/+10 |
| | | | | Add the case of variables read for use in arithmetic expressions. | ||||
* | 34283: test X02 also needs zpty and shouldn't run on Cygwin | Peter Stephenson | 2015-01-14 | 1 | -1/+3 |
| | |||||
* | 34275: assume zpty can't be used for testing Cygwin | Peter Stephenson | 2015-01-14 | 4 | -4/+11 |
| | |||||
* | Propagate float/integer type in arithmetic assignment. | Peter Stephenson | 2015-01-12 | 1 | -1/+9 |
| | | | | | | Add test. Mention this and also floating point mod change in README. | ||||
* | 34247: regression test for 34230. | Barton E. Schaefer | 2015-01-11 | 1 | -0/+6 |
| | |||||
* | test for alias expansion in command substitution | Peter Stephenson | 2015-01-10 | 1 | -0/+12 |
| | |||||
* | Fix command substitutions to parse contents as they are read in. | Peter Stephenson | 2015-01-08 | 1 | -0/+42 |
| | | | | | | | Do this by refactoring misnamed lexsave()/lexrestore() to allow continuity of history and input. Add test. | ||||
* | 34077: further tests for return status from "for" loops | Peter Stephenson | 2015-01-02 | 1 | -0/+53 |
| | |||||
* | 34064: assignment before command replaces array with export even when KSH_ARRAYS | Takeshi Banse | 2014-12-27 | 1 | -0/+18 |
| | |||||
* | 34065: following an "if" condition, do not test lastval for ERR_EXIT until a ↵ | Barton E. Schaefer | 2014-12-27 | 1 | -0/+17 |
| | | | | | | new command is run Includes unposted regression tests. | ||||
* | unposted: Add missing -f arg to zsh in D04parameter.ztst | Peter Stephenson | 2014-12-14 | 1 | -2/+2 |
| | |||||
* | 33924: allow vi line/characterwise mode to be forced | Oliver Kiddle | 2014-12-08 | 1 | -0/+21 |
| | |||||
* | 33829: unbind ESC~ as a more reliable workaround | Jun-ichi Takimoto | 2014-12-07 | 2 | -1/+2 |
| | |||||
* | 33860: minor fixes to vi mode changes | Oliver Kiddle | 2014-12-05 | 1 | -0/+10 |
| | |||||
* | 33823: overwrite mode shouldn't replace newlines | Oliver Kiddle | 2014-11-30 | 1 | -0/+13 |
| | |||||
* | 33816, 33819: GLOB_ASSIGN changes integer and floating type variables to ↵ | Barton E. Schaefer | 2014-11-28 | 1 | -0/+20 |
| | | | | string scalars | ||||
* | unposted: test binary input using 0b | Peter Stephenson | 2014-11-26 | 1 | -0/+8 |
| | |||||
* | 33769: workaround for KEYTIMEOUT to work from test | Jun T | 2014-11-25 | 1 | -2/+2 |
| | | | | cases on Darwin and FreeBSD | ||||
* | 33738: account for a selection in vi-replace-chars | Oliver Kiddle | 2014-11-21 | 1 | -0/+5 |
| | |||||
* | 33730: vim style text objects for selecting words | Oliver Kiddle | 2014-11-21 | 1 | -0/+39 |
| | |||||
* | 33704: keybindings, documentation, tests and minor | Oliver Kiddle | 2014-11-17 | 2 | -1/+110 |
| | | | | fixes for vim style visual selection changes | ||||
* | 33699: support short delays in zle tests where we | Oliver Kiddle | 2014-11-17 | 2 | -3/+15 |
| | | | | need KEYTIMEOUT to elapse | ||||
* | 33695: fix various vi-indent problems and vi-swap-case on a blank line | Oliver Kiddle | 2014-11-15 | 2 | -1/+22 |
| | |||||
* | 33686: set PS1 before pattern-matching for it | Barton E. Schaefer | 2014-11-13 | 1 | -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 yy | Oliver Kiddle | 2014-11-13 | 1 | -0/+7 |
| | | | | This by allocating 1 byte instead of 0 for the empty buffer. | ||||
* | 33599: workaround zpty issue that causes vi test | Jun T | 2014-11-09 | 1 | -1/+1 |
| | | | | cases to fail on MacOS and FreeBSD | ||||
* | 33639: fix bug with vi operators on a blank line | Oliver Kiddle | 2014-11-09 | 1 | -0/+15 |
| | | | | and with backward bracket matching | ||||
* | 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 |
| |