| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
substitutions that don't match anything.
|
|
|
|
| |
Separate justification width of parameters from base/precision.
|
|
|
|
| |
fix here string and here document expansion and quoting
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|