| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
to avoid incorrect NO_UNSET errors
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
anonymous function argument list
Also disallow process substitution in function name position.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
should return no results
|
|
|
|
| |
add ${...:|...} and ${...:*...} operators, as documented
|
|
|
|
| |
(q-q) etc. should be treated as errors
|
| |
|
| |
|
|
|
|
|
|
| |
Pass sh-wordsplitting instructions to paramsubst() using flags,
avoiding side effects of explicitly setting and unsetting the
SHWORDSPLIT option.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Add (z+n+)
|
| |
|
| |
|
| |
|
|
|
|
| |
KSH_ARRAY ${*:0:1} gives $0, etc.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
use default IFS if IFS is unset
|