Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
|
|
|
|
substitutions that don't match anything.
|
|
Separate justification width of parameters from base/precision.
|
|
fix here string and here document expansion and quoting
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to improve SH_GLOB handling, particularly in completion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this means: keep Qstring tokens unchanged if they are inside double quotes and tokenizing patterns in parameter expansions (14381)
|
|
|
|
|
|
|