Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-13 | 41877: Separate out SH_FILE_EXPANSION loop from parameter substitution. | Peter Stephenson | 1 | -0/+10 | |
Parameter substitution can add nodes that need to be rescanned by it, but not by file expansion, so the two don't play well together. | |||||
2017-10-08 | 41828, 41830: skip SHFILEEXPANSION for new nodes added by stringsubst() in ↵ | Barton E. Schaefer | 1 | -0/+12 | |
prefork() | |||||
2017-08-24 | 41590 modified as 41595: make ERR_RETURN more logical. | Peter Stephenson | 1 | -0/+30 | |
It now operates separately at each function depth. To keep ERR_EXIT global, make the noerrexit variable usd bit flags. Extend tests. | |||||
2017-08-08 | Revert "41499 (with one further tweak): POSIX_STRINGS behaviour." | Peter Stephenson | 1 | -41/+0 | |
This reverts commit 2eacbef91913fe967335812900d43cf2edfa54d9. Conflicts: ChangeLog | |||||
2017-08-07 | 41499 (with one further tweak): POSIX_STRINGS behaviour. | Peter Stephenson | 1 | -0/+41 | |
Ignore a terminating delimiter when splitting as separators despite being called separators are terminators. | |||||
2017-07-27 | 41464, 41466: With POSIX_BUILTINS, exec only executes sexternal commands. | Peter Stephenson | 1 | -0/+14 | |
Document the default behaviour and add a test. | |||||
2017-04-26 | 41008: Handle expansions for precommand modifiers | Peter Stephenson | 1 | -0/+14 | |
2017-02-01 | 40460: WARN_NESTED_VAR: Don't warn when assigning to a slice of an existing ↵ | Daniel Shahaf | 1 | -0/+4 | |
array | |||||
2017-01-26 | 40423: WARN_NESTED_VARS, conversion the other way | Peter Stephenson | 1 | -1/+13 | |
2017-01-26 | 40422: More WARN_NESTED_VAR cases. | Peter Stephenson | 1 | -0/+12 | |
Converting type when using a calling scope was broken in the original patch. | |||||
2017-01-25 | 40413: WARN_NESTED_VAR subscripted variable fix. | Peter Stephenson | 1 | -0/+15 | |
No warning needed on paramter that's created temporarily to help assignment. | |||||
2017-01-23 | 40391: Add WARN_NESTED_VAR option and functions -W. | Peter Stephenson | 1 | -1/+56 | |
These are companions to WARN_CREATED_GLOBAL, warning when a variable from an enclosing scope is altered. | |||||
2016-11-17 | 39915: whence: Honor PATH_DIRS option for arguments that start with './' or ↵ | Daniel Shahaf | 1 | -0/+4 | |
'../'. While here, add some docstrings. | |||||
2016-02-08 | 37914: reparse associative array subscripts in "unset" so keys with "[" or ↵ | Barton E. Schaefer | 1 | -1/+1 | |
"]" may be backslash-escaped Also fix erroneous test case this revealed. | |||||
2015-12-04 | 37303: test WARN_CREATE_GLOBAL negative cases. | Peter Stephenson | 1 | -0/+9 | |
2015-10-30 | unposted (after 37018): Fix typo in error message. | Daniel Shahaf | 1 | -1/+1 | |
2015-10-29 | 37018: Make WARNCREATEGLOBAL more consistent. | Peter Stephenson | 1 | -3/+3 | |
Wd don't need separate math handling any more, and can make it output the function name in all cases. | |||||
2015-09-27 | 36651: WARN_CREATE_GLOBAL += math expressions | Daniel Shahaf | 1 | -0/+4 | |
Without this, '() { (( x=42 )) }' and '() { for (( i=0; … )) }' wouldn't warn about $x and $i, respectively, being created global. | |||||
2015-09-10 | 36460: Discard benign error when no one is reading from pipe | Peter Stephenson | 1 | -1/+1 | |
2015-07-16 | 35805: tests for 35799 | Barton E. Schaefer | 1 | -0/+14 | |
2015-06-24 | various posts: Implement assignment parsing for typeset. | Peter Stephenson | 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. | |||||
2015-06-02 | 35369: better GLOB_ASSIGN testing | Peter Stephenson | 1 | -9/+1 | |
2015-04-15 | 34887: Fix POSIX_BUILTINS with assignment. | Peter Stephenson | 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. | |||||
2015-02-16 | 34530: PRINT_EXIT_VALUE with anonymous functions. | Peter Stephenson | 1 | -6/+6 | |
Simpler fix, avoiding structural changes. | |||||
2015-02-12 | 34514: Back out 34485, an alternate solution needs to be worked out. | Barton E. Schaefer | 1 | -6/+6 | |
(Tweaked to keep the unrelated hunk of the E01 test.) | |||||
2015-02-09 | 34485: More rationalisation for anonymous functions. | Peter Stephenson | 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(). | |||||
2014-06-13 | 32768 with further modifications: LOCAL_LOOPS option. | Peter Stephenson | 1 | -1/+43 | |
2013-12-06 | 32091: WARN_CREATE_GLOBAL false positive. | Daniel Shahaf | 1 | -7/+10 | |
In cases like () { foo=bar =true; } | |||||
2013-10-06 | users:18023: Add PIPEFAIL option | Peter Stephenson | 1 | -0/+15 | |
2011-12-08 | 29955++: IGNORE_CLOSE_BRACES option | Peter Stephenson | 1 | -0/+15 | |
2011-07-01 | 29530: ${...?...} shouldn't cause an error with NO_EXEC option | Peter Stephenson | 1 | -0/+4 | |
2011-01-10 | 28617: NO_EXEC option was doing too much work in | Peter Stephenson | 1 | -0/+9 | |
parameter subscripting, parameter assignment, and globbing | |||||
2010-10-22 | 28360: NO_UNSET option should check parameters with trailing options | Peter Stephenson | 1 | -2/+25 | |
2008-08-11 | 25429: Rocky Bernstein: dont assume PS4 is set to the default | Peter Stephenson | 1 | -2/+3 | |
2007-06-18 | 23562: add KSH_ZERO_SUBSCRIPT option and leave off by default | Peter Stephenson | 1 | -1/+1 | |
2007-05-29 | 23486: use {fd} syntax to get fd's for tests | Peter Stephenson | 1 | -1/+1 | |
2007-05-23 | John Buddery: 23461: fix race setting up input multios | Peter Stephenson | 1 | -0/+10 | |
2007-05-23 | 23460: fix problem with ( stuff ) >multio1 >multio2 | Peter Stephenson | 1 | -0/+12 | |
2006-11-01 | 22934, modified, see 22937: add HIST_SUBST_PATTERN option | Peter Stephenson | 1 | -0/+14 | |
make ${.../#%...} anchor at both ends | |||||
2006-09-23 | revert 22758 and add LC_NUMERIC and LC_MESSAGES | Andrey Borzenkov | 1 | -4/+2 | |
to test harness instead | |||||
2006-09-22 | 22758: fix tests by setting locale to C | Andrey Borzenkov | 1 | -2/+4 | |
2005-08-08 | 21576: test for 21575 | Peter Stephenson | 1 | -0/+20 | |
2004-09-09 | Tests for EVAL_LINENO and for "command" used with POSIX_BUILTINS. | Bart Schaefer | 1 | -1/+15 | |
2003-10-06 | 19167: fix NUL at start of BRACE_CCL range. | Peter Stephenson | 1 | -0/+13 | |
2002-03-16 | 16820: change tests to match 16759. | Bart Schaefer | 1 | -3/+0 | |
2001-08-22 | Assorted minor test tweaks. | Bart Schaefer | 1 | -0/+3 | |
2001-07-26 | fix posixbuiltins test to allow for an external `print' command (15503) | Oliver Kiddle | 1 | -2/+2 | |
2001-07-09 | 15334: use string "(eval)" as script name in debugging messages in eval's | Peter Stephenson | 1 | -26/+26 | |
2001-07-09 | 15329: test script changes to go with 15327 LINENO change | Peter Stephenson | 1 | -26/+25 | |
2001-07-05 | 15261: remaining easy option tests | Peter Stephenson | 1 | -1/+349 | |