Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
returns the original pattern
|
|
|
|
{C1..C2} pattern, thus preventing crash
|
|
|
|
|
|
plus incidental patch to avoid adding a meaningless bitvalue to sort-order flags
|
|
|
|
Was causing problems with globs in paths with (Y) glob qualifier
|
|
|
|
|
|
|
|
For glob qualifiers "u" and "g".
|
|
|
|
It failed on an empty expansion that (N) was supposed to remove.
Add test for this case.
|
|
leading paren means grouping
|
|
Don't use the zpc_specials array before it's defined, it's rude.
|
|
|
|
|
|
|
|
failure owing to bad cast with large integers
|
|
|
|
expansions of the form {1..9}.
|
|
Pass sh-wordsplitting instructions to paramsubst() using flags,
avoiding side effects of explicitly setting and unsetting the
SHWORDSPLIT option.
|
|
|
|
|
|
|
|
|
|
parameter subscripting, parameter assignment, and globbing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22980: add hook array for special functions
|
|
|