Age | Commit message (Collapse) | Author | Files | Lines |
|
to apply only if $fd is exactly an fd and nothing else.
|
|
|
|
|
|
|
|
|
|
from optimised simple commands within lists
|
|
|
|
New behaviour is for scripts to exit on error instead of returning
to top level and executing the next command.
|
|
|
|
from the emulate command
|
|
to autoloads, too
|
|
Document problem and test for case that needs to work.
|
|
inside square brackets
|
|
|
|
|
|
substitution on null parameter
|
|
should return no results
|
|
add ${...:|...} and ${...:*...} operators, as documented
|
|
(q-q) etc. should be treated as errors
|
|
implementing a hash seive algorithm; add test to exercise it.
|
|
|
|
|
|
|
|
|
|
Pass sh-wordsplitting instructions to paramsubst() using flags,
avoiding side effects of explicitly setting and unsetting the
SHWORDSPLIT option.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
error on closing fd's 0 to 9; update test
|
|
|
|
parsing where end character is something else
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|