summaryrefslogtreecommitdiff
path: root/Src/subst.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-0522819: improved internal use of string quotation,Peter Stephenson1-17/+19
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
2006-09-15assume width 1 for control characters;Peter Stephenson1-85/+93
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
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
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
2006-02-15Fixed another ${name+word} problem when word consisted of anWayne Davison1-29/+19
2006-02-15- Fixed: setopt shwordsplit; set 1 '2 3' 4; print -l ${1+"$@"}Wayne Davison1-36/+89
2006-02-0622195: don't set HOME in the shellPeter Stephenson1-1/+1
2005-11-0121967: add ${(#)...} substitutionPeter Stephenson1-0/+43
2005-10-1321871: replace INULL() by inull()Peter Stephenson1-5/+5
2005-10-1121862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameterPeter Stephenson1-3/+3
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson1-6/+56
2004-06-2820112 changed c.f. 20113:Peter Stephenson1-0/+30
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-1/+1
2004-05-28Silenced one signed/unsigned comparison compiler warning.Wayne Davison1-1/+1
2003-08-3018982: comments/rant for paramsubst(), accidentally uncommitedPeter Stephenson1-8/+564
2003-06-05users/1654: anchors did'nt work with // parameter substitutionPeter Stephenson1-1/+1
2003-05-2218569: pointer error with ${(on)...}Peter Stephenson1-1/+1
2003-05-2118565: bug when ${(u)...} reduced array to length 1Peter Stephenson1-10/+17
2003-05-0718508: quoting of separator in ${foo//../..} was buggyPeter Stephenson1-7/+12
2002-05-06Split tokenize() into shtokenize() and zshtokenize()Bart Schaefer1-5/+5
2002-02-2216620, 16697: add a and n parameter expansion flagsOliver Kiddle1-10/+96
2002-01-0616400, 16401: preserve empty words that result from brace expansion.Bart Schaefer1-5/+12
2001-12-1716357: change (n) to (u) so (n) can be reserved. for numeric sorting.Clint Adams1-1/+1