about summary refs log tree commit diff
path: root/Src/subst.c
Commit message (Expand)AuthorAgeFilesLines
* 24264: restrict effect of 24234 to parameter substitution code and documentPeter Stephenson2007-12-161-1/+4
* 24234: apply typeset parameter flags consistentlyPeter Stephenson2007-12-131-140/+4
* users/12149: "@" with splitting in double quotes retains empty fieldsPeter Stephenson2007-10-301-10/+13
* 23670: rationalise some linked list functionsPeter Stephenson2007-06-271-8/+1
* 23562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson2007-06-181-5/+9
* 23257: buffer too short for multibyte ${(#)...} evalutionPeter Stephenson2007-04-021-2/+3
* 23176: apply the (X) parameter flag to the (#) flag; fix comment typo.Bart Schaefer2007-02-251-6/+20
* fix metafication of ${(#)x}Peter Stephenson2007-02-101-4/+8
* 23143: make =-expansion with metacharacters more consistentPeter Stephenson2007-02-021-10/+10
* Silenced a compiler warning by making an int unsigned.Wayne Davison2007-01-261-1/+1
* 23118: improve sorting to make it work with localesPeter Stephenson2007-01-211-167/+18
* 23114: ${foo:s/bar/rod} brokenPeter Stephenson2007-01-181-1/+5
* 23052: multibyte characters in typeset -L/R/Z paddingPeter Stephenson2006-12-131-30/+46
* Incomplete improvements for $'...' in completionPeter Stephenson2006-12-031-3/+43
* 22997: fix ${...?...} exit and trapsPeter Stephenson2006-11-111-2/+11
* 22980: 22952 messed up parameter padding flag optional argumentsPeter Stephenson2006-11-071-10/+21
* 22952: fix some argument delimiters to work with multibyte charactersPeter Stephenson2006-11-021-56/+141
* 22934, modified, see 22937: add HIST_SUBST_PATTERN optionPeter Stephenson2006-11-011-15/+19
* 22819: improved internal use of string quotation,Peter Stephenson2006-10-051-17/+19
* 22765: rename some MB_ macros to WC_ for consistency.Peter Stephenson2006-09-231-2/+2
* 22761: fix compdescrie for multibyte charactersAndrey Borzenkov2006-09-231-1/+1
* 22742: parameter padding uses string lengths unless (m) flag setPeter Stephenson2006-09-201-33/+72
* assume width 1 for control characters;Peter Stephenson2006-09-151-85/+93
* 22705: make ${(l...)...} and ${(r...)...} handle multibyte charactersPeter Stephenson2006-09-131-60/+353
* 22689: untokenize strings used in parameter substitution pattern matchingPeter Stephenson2006-09-121-2/+15
* 22684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson2006-09-101-4/+4
* 22676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson2006-09-101-6/+23
* 22556: Multibyte separators and delimitersPeter Stephenson2006-07-241-19/+41
* 22544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson2006-07-101-10/+10
* 22526: enhance ${(#)...} to handle UnicodePeter Stephenson2006-06-281-14/+25
* 22525: lengths and cases of multibyte strings in parameters and historyPeter Stephenson2006-06-281-42/+25
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-24/+19
* 22375, 22376: ${(0)...} splits on NULL bytePeter Stephenson2006-03-221-0/+7
* Use the new "flags" integer to get rid of the mult_isarr global.Wayne Davison2006-03-071-55/+34
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-13/+13
* Made ${(A)=name:=word} (which is an array assignment) not split onWayne Davison2006-02-161-14/+10
* Fixed another ${name+word} problem when word consisted of anWayne Davison2006-02-151-29/+19
* - Fixed: setopt shwordsplit; set 1 '2 3' 4; print -l ${1+"$@"}Wayne Davison2006-02-151-36/+89
* 22195: don't set HOME in the shellPeter Stephenson2006-02-061-1/+1
* 21967: add ${(#)...} substitutionPeter Stephenson2005-11-011-0/+43
* 21871: replace INULL() by inull()Peter Stephenson2005-10-131-5/+5
* 21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameterPeter Stephenson2005-10-111-3/+3
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-071-6/+56
* 20112 changed c.f. 20113:Peter Stephenson2004-06-281-0/+30
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-1/+1
* Silenced one signed/unsigned comparison compiler warning.Wayne Davison2004-05-281-1/+1
* 18982: comments/rant for paramsubst(), accidentally uncommitedPeter Stephenson2003-08-301-8/+564
* users/1654: anchors did'nt work with // parameter substitutionPeter Stephenson2003-06-051-1/+1
* 18569: pointer error with ${(on)...}Peter Stephenson2003-05-221-1/+1
* 18565: bug when ${(u)...} reduced array to length 1Peter Stephenson2003-05-211-10/+17