Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 49518: fix exclusions for mixed - and + stacked options | Oliver Kiddle | 2021-12-14 | 1 | -0/+22 |
| | |||||
* | 49628: Add an xfail test for RPS1/RPROMPT equivalence. | Daniel Shahaf | 2021-12-01 | 1 | -0/+6 |
| | |||||
* | 49624: Expect the test 'All identifiers are variable references in POSIX ↵ | Daniel Shahaf | 2021-12-01 | 1 | -1/+1 |
| | | | | arithmetic' to pass, as it has been passing since 49611. | ||||
* | 49601: don't create ambiguous history file entries for lines ending with a ↵ | Oliver Kiddle | 2021-11-28 | 1 | -0/+22 |
| | | | | backslash | ||||
* | 47599 (tweaked): New test for '{foo,bar}' in command position | Daniel Shahaf | 2021-11-26 | 1 | -0/+8 |
| | | | | It's currently treated as a list but should perhaps be a brace expansion. | ||||
* | github #82: Fix typos | Dimitris Apostolou | 2021-11-12 | 2 | -2/+2 |
| | |||||
* | 49572: Let _expand preserve array form w/out zstyle glob | Marlon Richert | 2021-11-12 | 1 | -0/+11 |
| | |||||
* | 49561: add zformat -F option, similar to -f but ternary expressions check ↵ | Oliver Kiddle | 2021-11-12 | 1 | -0/+24 |
| | | | | for existence instead of doing math evaluation | ||||
* | unposted (c.f. Bart: 49531): fix completion test where a typo marked it as ↵ | Oliver Kiddle | 2021-10-30 | 1 | -1/+1 |
| | | | | expected to fail | ||||
* | 49521: Define correct behavior of || completion matchers | Marlon Richert | 2021-10-26 | 1 | -17/+109 |
| | | | | | | | | * Add xfail tests to show how :||= matchers should behave in order to provide completion features that cannot be implemented with :|= matchers. * Update compwid.yo to further describe the correct behavior. * Update compwid.yo to use completion terminology more consistently. | ||||
* | 49499 based on 49496 by Jun T.: fixes to option -A of _arguments | Oliver Kiddle | 2021-10-23 | 1 | -0/+35 |
| | |||||
* | 49456: clean up detection of private params in nested scopes, update doc | Bart Schaefer | 2021-10-04 | 1 | -3/+3 |
| | |||||
* | unposted: Fix typos | Daniel Shahaf | 2021-09-26 | 2 | -2/+2 |
| | |||||
* | 49353: Fix comments in sourced file. | Peter Stephenson | 2021-09-09 | 1 | -0/+9 |
| | | | | | | | | If the file was sourced from an interactive shell with INTERACTIVE_COMMENTS not set, comments were not parsed. Note there is a remaining edge case where the sourced file is in fact entered at the comment line. | ||||
* | 49386: handle separate source/build trees | Bart Schaefer | 2021-09-08 | 1 | -1/+1 |
| | |||||
* | 49377: fix segfault by 'bindkey -d' with reordered keymapnamtab | Jun-ichi Takimoto | 2021-09-08 | 1 | -0/+15 |
| | |||||
* | 49218: run-help filters cmd_args before calling run-help-<command> | Marlon Richert | 2021-09-06 | 1 | -0/+106 |
| | |||||
* | 48888: improve doc for $$ and $PPID, add fail test for PPID readonly-ness | Bart Schaefer | 2021-09-06 | 1 | -0/+3 |
| | |||||
* | 49269: Fix "[ ! -o ]". | Peter Stephenson | 2021-08-10 | 1 | -1/+1 |
| | | | | | This should detect "-o" as non-empty string; "-a" was alrady working. Update the test. | ||||
* | 49166: fix coredump in ${name:offset:length} with ill-formatted length | Jun-ichi Takimoto | 2021-07-19 | 1 | -4/+3 |
| | |||||
* | 48864: Improve extra-verbose completion display strings for array parameter ↵ | Marlon Richert | 2021-05-21 | 1 | -5/+9 |
| | | | | values | ||||
* | 48594 (plus an "F:" line corresponding to the question there): New tests for ↵ | Daniel Shahaf | 2021-05-18 | 1 | -0/+36 |
| | | | | functions -t / functions -T | ||||
* | 48560: add new test file missed on original commit | Bart Schaefer | 2021-05-15 | 1 | -0/+163 |
| | |||||
* | 48810: fix potential name clash in test case for autoloading | Bart Schaefer | 2021-05-15 | 1 | -2/+4 |
| | |||||
* | 48787: Fix command status after failed if | Peter Stephenson | 2021-05-06 | 1 | -0/+5 |
| | | | | | | | If "if" had a hard error in the condition, and there was no else clause, the command status was incorrectly cleared to zero. Add test. | ||||
* | 48614: getopts: Calculate OPTIND according to POSIX_BUILTINS | dana | 2021-05-03 | 1 | -0/+29 |
| | |||||
* | 48606 + 48607 + unposted test: zmathfunc: Force arguments to be numbers and ↵ | Daniel Shahaf | 2021-04-21 | 1 | -1/+7 |
| | | | | catch errors. | ||||
* | unposted (cf. 48156): New test. | Daniel Shahaf | 2021-04-21 | 1 | -0/+5 |
| | |||||
* | 47704: POSIX export and readonly ignore "-p" when parameter names also appear | Bart Schaefer | 2021-04-18 | 1 | -5/+3 |
| | |||||
* | 48560: add TYPESET_TO_UNSET option to remove initialization of parameters | Bart Schaefer | 2021-04-18 | 5 | -8/+28 |
| | | | | | | | | | | Changes typeset such that ${newparam-notset} yields "notset" and "typeset -p newparam" does not show an assignment to the parameter. This is similar to the default behavior of bash and ksh, with minor differences in typeset output. Also add tests for some POSIX incompatibilities plus minor changes for test harness robustness. | ||||
* | 48513: Let extra-verbose completion show parameter values | Marlon Richert | 2021-04-16 | 1 | -1/+28 |
| | |||||
* | unposted (cf. 48153): Add tests for max() and min(). | Daniel Shahaf | 2021-04-16 | 1 | -0/+24 |
| | |||||
* | 47794: exec: run final pipeline command in a subshell in sh mode | brian m. carlson | 2021-04-10 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zsh typically runs the final command in a pipeline in the main shell instead of a subshell. However, POSIX specifies that all commands in a pipeline run in a subshell, but permits zsh's behavior as an extension. The default /bin/sh implementations on various Linux distros and the BSDs always use a subshell for all components of a pipeline. Since zsh may be used as /bin/sh in some cases (such as macOS Catalina), it makes sense to have the common sh behavior when emulating sh, so do that by checking for being the final item of a multi-item pipeline and creating a subshell in that case. From the comment above execpline(), we know the following: last1 is a flag that this command is the last command in a shell that is about to exit, so we can exec instead of forking. It gets passed all the way down to execcmd() which actually makes the decision. A 0 is always passed if the command is not the last in the pipeline. […] If last1 is zero but the command is at the end of a pipeline, we pass 2 down to execcmd(). So there are three cases to consider in this code: • last1 is 0, which means we are not at the end of a pipeline, in which case we should not change behavior. • last1 is 1, which means we are effectively running in a subshell, because nothing that happens due to the exec is going to affect the actual shell, since it will have been replaced. So there is nothing to do here. • last1 is 2, which means our command is at the end of the pipeline, so in sh mode we should create a subshell by forking. input is nonzero if the input to this process is a pipe that we've opened. At the end of a multi-stage pipeline, it will necessarily be nonzero. Note that several of the tests may appear bizarre, since most developers do not place useless variable assignments directly at the end of a pipeline. However, as the function tests demonstrate, there are cases where assignments may occur when a shell function is used at the end of a command. The remaining assignment tests simply test additional cases, such as the use of local, that would otherwise be untested. | ||||
* | 48432 and enable test: fix quotiing of zstyle -L for zstyle -e | Peter Stephenson | 2021-04-09 | 1 | -1/+1 |
| | |||||
* | 48379: Make the parameter expansion subscript flags parse error message, ↵ | Daniel Shahaf | 2021-04-08 | 1 | -0/+5 |
| | | | | "error in flags", identify the location of the parse error. | ||||
* | 48425: Add an XFail test for a 'zstyle -L' escaping bug (workers/48424). | Daniel Shahaf | 2021-04-07 | 1 | -0/+9 |
| | |||||
* | 48413: Fix _expand completion test | Marlon Richert | 2021-04-06 | 2 | -7/+7 |
| | |||||
* | 48202 + 48366: Fix handling of NUL bytes in zexpandtabs multibyte version | Mikael Magnusson | 2021-04-01 | 1 | -4/+5 |
| | |||||
* | 48214: add file types to _expand completions, so they can be colored through ↵ | Marlon Richert | 2021-03-31 | 1 | -0/+19 |
| | | | | complist | ||||
* | 48216: Fix broken Y01 test from workers/48180 | dana | 2021-03-28 | 1 | -0/+3 |
| | |||||
* | unposted: Improve documentation and add regression test for workers/47745 | dana | 2021-03-23 | 1 | -0/+7 |
| | |||||
* | 48180: Start menu selection with select=long-list in menu style | Marlon Richert | 2021-03-17 | 1 | -0/+34 |
| | |||||
* | 48147/0002: zmathfunc: Fix bug where the exit code would be non-zero if the ↵ | Daniel Shahaf | 2021-03-07 | 1 | -1/+1 |
| | | | | expression evaluted to zero. | ||||
* | 48147/0001: tests: Add a unit test for zmathfunc and a regression test for ↵ | Daniel Shahaf | 2021-03-07 | 1 | -0/+23 |
| | | | | workers/48146 affecting it. | ||||
* | 47905: Add leading '-' to zparseopts option parsing errors | Joshua Krusell | 2021-02-13 | 1 | -4/+4 |
| | |||||
* | 47895: Remove trailing spaces from "print -ac" output lines. | Bart Schaefer | 2021-02-04 | 1 | -3/+3 |
| | |||||
* | 47865: More tests for globbing in restricted directories | Bart Schaefer | 2021-02-04 | 1 | -0/+17 |
| | |||||
* | 47899: Improve error message from zparseopts. | Joshua Krusell | 2021-02-03 | 1 | -1/+1 |
| | |||||
* | 47849: do not skip tests requiring zpty on Cygwin | Jun-ichi Takimoto | 2021-01-20 | 9 | -25/+11 |
| | |||||
* | 47494, 47495: Add -n option to strftime | Mikael Magnusson | 2020-10-25 | 1 | -0/+4 |
| |