Age | Commit message (Collapse) | Author | Files | Lines |
|
This removes weird behaviour when optimising the last command.
In particular SHLVL is correct from a subshell executed as the last
command.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28634: add test
|
|
arithmetic
|
|
|
|
Add (z+n+)
|
|
|
|
|
|
|
|
KSH_ARRAY ${*:0:1} gives $0, etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
wrong value
|
|
|
|
|
|
|
|
|
|
24732: attempt to provide adequate space for sched ztrftime string with
multibyte characters
|
|
|
|
bug with ${(z)...} on string with unterminated "("
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|