summaryrefslogtreecommitdiff
path: root/Src/subst.c
AgeCommit message (Collapse)AuthorFilesLines
2008-11-1726055: ensure process substitution is handled before parameter and commandPeter Stephenson1-4/+9
2008-11-1326042 with some fixes from 26043 (Mikael):Peter Stephenson1-38/+52
allow <(...) and >(...) to occur in the middle of strings and =(...) to have extra text following
2008-10-3025969: two bugs with metafication plus a test for onePeter Stephenson1-4/+4
2008-09-2725760: add (~) flagPeter Stephenson1-19/+43
2008-09-2725755/25756: Jörg Sommer: improved handling of module argumentsPeter Stephenson1-4/+4
25759: fix dynamic named directory crash, static named directory consistency
2008-09-2625744: dynamic named directories and further doshfunc() simplificationPeter Stephenson1-2/+17
2008-09-0125587: fix a==(stuff) and associated stuff.Peter Stephenson1-0/+1
2008-05-1225002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson1-2/+2
2008-04-0324788: ${(m)#...} returns string print widthPeter Stephenson1-2/+3
2008-02-2724611: fix ${+array[...]} for empty rangePeter Stephenson1-1/+2
2007-12-1624264: restrict effect of 24234 to parameter substitution code and documentPeter Stephenson1-1/+4
2007-12-1324234: apply typeset parameter flags consistentlyPeter Stephenson1-140/+4
2007-10-30users/12149: "@" with splitting in double quotes retains empty fieldsPeter Stephenson1-10/+13
2007-06-2723670: rationalise some linked list functionsPeter Stephenson1-8/+1
2007-06-1823562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson1-5/+9
2007-04-0223257: buffer too short for multibyte ${(#)...} evalutionPeter Stephenson1-2/+3
2007-02-2523176: apply the (X) parameter flag to the (#) flag; fix comment typo.Bart Schaefer1-6/+20
2007-02-10fix metafication of ${(#)x}Peter Stephenson1-4/+8
2007-02-0223143: make =-expansion with metacharacters more consistentPeter Stephenson1-10/+10
2007-01-26Silenced a compiler warning by making an int unsigned.Wayne Davison1-1/+1
2007-01-2123118: improve sorting to make it work with localesPeter Stephenson1-167/+18
2007-01-1823114: ${foo:s/bar/rod} brokenPeter Stephenson1-1/+5
2006-12-1323052: multibyte characters in typeset -L/R/Z paddingPeter Stephenson1-30/+46
2006-12-03Incomplete improvements for $'...' in completionPeter Stephenson1-3/+43
2006-11-1122997: fix ${...?...} exit and trapsPeter Stephenson1-2/+11
2006-11-0722980: 22952 messed up parameter padding flag optional argumentsPeter Stephenson1-10/+21
2006-11-0222952: fix some argument delimiters to work with multibyte charactersPeter Stephenson1-56/+141
2006-11-0122934, modified, see 22937: add HIST_SUBST_PATTERN optionPeter Stephenson1-15/+19
make ${.../#%...} anchor at both ends
2006-10-0522819: improved internal use of string quotation,Peter Stephenson1-17/+19
plus completion bug fix with RCQUOTES
2006-09-2322765: rename some MB_ macros to WC_ for consistency.Peter Stephenson1-2/+2
2006-09-2322761: fix compdescrie for multibyte charactersAndrey Borzenkov1-1/+1
2006-09-2022742: parameter padding uses string lengths unless (m) flag setPeter Stephenson1-33/+72
22743: restrict sh "- [args]" -> "-xv [-- args]" hack to sh mode
2006-09-15assume width 1 for control characters;Peter Stephenson1-85/+93
don't crash if width of repeated padding string is 0
2006-09-1322705: make ${(l...)...} and ${(r...)...} handle multibyte charactersPeter Stephenson1-60/+353
2006-09-1222689: untokenize strings used in parameter substitution pattern matchingPeter Stephenson1-2/+15
2006-09-1022684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson1-4/+4
2006-09-1022676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson1-6/+23
input
2006-07-2422556: Multibyte separators and delimitersPeter Stephenson1-19/+41
2006-07-1022544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson1-10/+10
POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names.
2006-06-2822526: enhance ${(#)...} to handle UnicodePeter Stephenson1-14/+25
2006-06-2822525: lengths and cases of multibyte strings in parameters and historyPeter Stephenson1-42/+25
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-24/+19
2006-03-2222375, 22376: ${(0)...} splits on NULL bytePeter Stephenson1-0/+7
2006-03-07Use the new "flags" integer to get rid of the mult_isarr global.Wayne Davison1-55/+34
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-13/+13
2006-02-16Made ${(A)=name:=word} (which is an array assignment) not split onWayne Davison1-14/+10
quoted whitespace, just like the new ${1+"$@"} handling.
2006-02-15Fixed another ${name+word} problem when word consisted of anWayne Davison1-29/+19
array followed by a scalar. Also updated several comments.
2006-02-15- Fixed: setopt shwordsplit; set 1 '2 3' 4; print -l ${1+"$@"}Wayne Davison1-36/+89
- Fixed: setopt shwordsplit; foo='1 2'; print -l ${==foo+$foo} - Fixed: emulate sh; touch '1 2'; print -l ${1:-*\ *} - Improved multsub() and its comments.
2006-02-0622195: don't set HOME in the shellPeter Stephenson1-1/+1
2005-11-0121967: add ${(#)...} substitutionPeter Stephenson1-0/+43