Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
allow <(...) and >(...) to occur in the middle of strings
and =(...) to have extra text following
|
|
|
|
|
|
25759: fix dynamic named directory crash, static named directory consistency
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make ${.../#%...} anchor at both ends
|
|
plus completion bug fix with RCQUOTES
|
|
|
|
|
|
22743: restrict sh "- [args]" -> "-xv [-- args]" hack to sh mode
|
|
don't crash if width of repeated padding string is 0
|
|
|
|
|
|
|
|
input
|
|
|
|
POSIX_IDENTIFIERS option to control allowability of multibyte
alphanumeric characters in parameter and module names.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
quoted whitespace, just like the new ${1+"$@"} handling.
|
|
array followed by a scalar. Also updated several comments.
|
|
- Fixed: setopt shwordsplit; foo='1 2'; print -l ${==foo+$foo}
- Fixed: emulate sh; touch '1 2'; print -l ${1:-*\ *}
- Improved multsub() and its comments.
|
|
|
|
|