Age | Commit message (Collapse) | Author | Files | Lines |
|
backslash-escaped even when it isn't '!'.
|
|
|
|
Some rephrasings.
Update typeset -p for associative arrays to use new syntax.
|
|
|
|
|
|
KSH_ARRAYS generlly requires [*] or [@] to operate on the whole
array and this is true here.
|
|
|
|
is not used
|
|
${(AA)name=value}
|
|
It produces 1 more than any other use of an index for the
end of a match, helpfully.
|
|
the related forms; clarify doc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The \C- form is only used inside quotedzputs().
${(q+)...} outputs a quotedzputs() representation.
|
|
|
|
|
|
|
|
|
|
|
|
We need to restore the current count of matches when returning to
match at the point where we previously matched.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
expn.yo is now essentially the same as commit 6269db8
|
|
the hunk has been mistakenly reverted by 35075
|
|
also fixed a ChangeLog entry for 35034 (2015-05-06)
|
|
Doc tweak from Daniel in 35071.
Includes test.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plus incidental patch to avoid adding a meaningless bitvalue to sort-order flags
|
|
|
|
|