Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 39915: whence: Honor PATH_DIRS option for arguments that start with './' or ↵ | Daniel Shahaf | 2016-11-17 | 1 | -0/+4 |
| | | | | | | '../'. While here, add some docstrings. | ||||
* | 37914: reparse associative array subscripts in "unset" so keys with "[" or ↵ | Barton E. Schaefer | 2016-02-08 | 1 | -1/+1 |
| | | | | | | "]" may be backslash-escaped Also fix erroneous test case this revealed. | ||||
* | 37303: test WARN_CREATE_GLOBAL negative cases. | Peter Stephenson | 2015-12-04 | 1 | -0/+9 |
| | |||||
* | unposted (after 37018): Fix typo in error message. | Daniel Shahaf | 2015-10-30 | 1 | -1/+1 |
| | |||||
* | 37018: Make WARNCREATEGLOBAL more consistent. | Peter Stephenson | 2015-10-29 | 1 | -3/+3 |
| | | | | | Wd don't need separate math handling any more, and can make it output the function name in all cases. | ||||
* | 36651: WARN_CREATE_GLOBAL += math expressions | Daniel Shahaf | 2015-09-27 | 1 | -0/+4 |
| | | | | | Without this, '() { (( x=42 )) }' and '() { for (( i=0; … )) }' wouldn't warn about $x and $i, respectively, being created global. | ||||
* | 36460: Discard benign error when no one is reading from pipe | Peter Stephenson | 2015-09-10 | 1 | -1/+1 |
| | |||||
* | 35805: tests for 35799 | Barton E. Schaefer | 2015-07-16 | 1 | -0/+14 |
| | |||||
* | various posts: Implement assignment parsing for typeset. | Peter Stephenson | 2015-06-24 | 1 | -0/+11 |
| | | | | | | | | | | | | Typeset assignments now work like raw assignments except for no "+=" and no GLOB_ASSIGN. Documented in typeset builtin doc and mentioned in release notes. Tests to ensure basic sanity. Enabled by default, can be turned off by "disable -r" with typeset family of commands. | ||||
* | 35369: better GLOB_ASSIGN testing | Peter Stephenson | 2015-06-02 | 1 | -9/+1 |
| | |||||
* | 34887: Fix POSIX_BUILTINS with assignment. | Peter Stephenson | 2015-04-15 | 1 | -0/+13 |
| | | | | | | | | | | | In the form var=val command special-builtin-or-func the var is restored after execution, unlike the case where "command" is absent. Clear up case in code that handles this. Add tests. | ||||
* | 34530: PRINT_EXIT_VALUE with anonymous functions. | Peter Stephenson | 2015-02-16 | 1 | -6/+6 |
| | | | | Simpler fix, avoiding structural changes. | ||||
* | 34514: Back out 34485, an alternate solution needs to be worked out. | Barton E. Schaefer | 2015-02-12 | 1 | -6/+6 |
| | | | | (Tweaked to keep the unrelated hunk of the E01 test.) | ||||
* | 34485: More rationalisation for anonymous functions. | Peter Stephenson | 2015-02-09 | 1 | -8/+18 |
| | | | | | | | | Don't attempt to treat as "simple" case as there are too many hidden problems. Pull out some post-execution functions to a common case in execcmd(). | ||||
* | 32768 with further modifications: LOCAL_LOOPS option. | Peter Stephenson | 2014-06-13 | 1 | -1/+43 |
| | |||||
* | 32091: WARN_CREATE_GLOBAL false positive. | Daniel Shahaf | 2013-12-06 | 1 | -7/+10 |
| | | | | In cases like () { foo=bar =true; } | ||||
* | users:18023: Add PIPEFAIL option | Peter Stephenson | 2013-10-06 | 1 | -0/+15 |
| | |||||
* | 29955++: IGNORE_CLOSE_BRACES option | Peter Stephenson | 2011-12-08 | 1 | -0/+15 |
| | |||||
* | 29530: ${...?...} shouldn't cause an error with NO_EXEC option | Peter Stephenson | 2011-07-01 | 1 | -0/+4 |
| | |||||
* | 28617: NO_EXEC option was doing too much work in | Peter Stephenson | 2011-01-10 | 1 | -0/+9 |
| | | | | parameter subscripting, parameter assignment, and globbing | ||||
* | 28360: NO_UNSET option should check parameters with trailing options | Peter Stephenson | 2010-10-22 | 1 | -2/+25 |
| | |||||
* | 25429: Rocky Bernstein: dont assume PS4 is set to the default | Peter Stephenson | 2008-08-11 | 1 | -2/+3 |
| | |||||
* | 23562: add KSH_ZERO_SUBSCRIPT option and leave off by default | Peter Stephenson | 2007-06-18 | 1 | -1/+1 |
| | |||||
* | 23486: use {fd} syntax to get fd's for tests | Peter Stephenson | 2007-05-29 | 1 | -1/+1 |
| | |||||
* | John Buddery: 23461: fix race setting up input multios | Peter Stephenson | 2007-05-23 | 1 | -0/+10 |
| | |||||
* | 23460: fix problem with ( stuff ) >multio1 >multio2 | Peter Stephenson | 2007-05-23 | 1 | -0/+12 |
| | |||||
* | 22934, modified, see 22937: add HIST_SUBST_PATTERN option | Peter Stephenson | 2006-11-01 | 1 | -0/+14 |
| | | | | make ${.../#%...} anchor at both ends | ||||
* | revert 22758 and add LC_NUMERIC and LC_MESSAGES | Andrey Borzenkov | 2006-09-23 | 1 | -4/+2 |
| | | | | to test harness instead | ||||
* | 22758: fix tests by setting locale to C | Andrey Borzenkov | 2006-09-22 | 1 | -2/+4 |
| | |||||
* | 21576: test for 21575 | Peter Stephenson | 2005-08-08 | 1 | -0/+20 |
| | |||||
* | Tests for EVAL_LINENO and for "command" used with POSIX_BUILTINS. | Bart Schaefer | 2004-09-09 | 1 | -1/+15 |
| | |||||
* | 19167: fix NUL at start of BRACE_CCL range. | Peter Stephenson | 2003-10-06 | 1 | -0/+13 |
| | |||||
* | 16820: change tests to match 16759. | Bart Schaefer | 2002-03-16 | 1 | -3/+0 |
| | |||||
* | Assorted minor test tweaks. | Bart Schaefer | 2001-08-22 | 1 | -0/+3 |
| | |||||
* | fix posixbuiltins test to allow for an external `print' command (15503) | Oliver Kiddle | 2001-07-26 | 1 | -2/+2 |
| | |||||
* | 15334: use string "(eval)" as script name in debugging messages in eval's | Peter Stephenson | 2001-07-09 | 1 | -26/+26 |
| | |||||
* | 15329: test script changes to go with 15327 LINENO change | Peter Stephenson | 2001-07-09 | 1 | -26/+25 |
| | |||||
* | 15261: remaining easy option tests | Peter Stephenson | 2001-07-05 | 1 | -1/+349 |
| | |||||
* | Added KSH_TYPESET option. | Peter Stephenson | 2001-06-12 | 1 | -4/+34 |
| | |||||
* | tweaked comments | Peter Stephenson | 2001-05-19 | 1 | -2/+2 |
| | |||||
* | More options tests: finished properly this time | Peter Stephenson | 2001-05-18 | 1 | -3/+8 |
| | |||||
* | More options tests and a ztst.zsh fix for ksharrays | Peter Stephenson | 2001-05-18 | 1 | -1/+401 |
| | |||||
* | 14313: New options tests | Peter Stephenson | 2001-05-11 | 1 | -0/+181 |