summaryrefslogtreecommitdiff
path: root/Src/subst.c
AgeCommit message (Collapse)AuthorFilesLines
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
substitutions that don't match anything.
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson1-6/+56
Separate justification width of parameters from base/precision.
2004-06-2820112 changed c.f. 20113:Peter Stephenson1-0/+30
fix here string and here document expansion and quoting
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
to improve SH_GLOB handling, particularly in completion
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
2001-12-17ref 16347: tweaksClint Adams1-1/+1
2001-12-1616345: (n) flag to remove duplicate array values during expansion.Clint Adams1-0/+13
2001-11-0316215: save and restore mult_isarr in singsub()Bart Schaefer1-0/+2
2001-10-0815931: EXIT traps from exit in subshell; 15965: glob -> zglobPeter Stephenson1-1/+1
2001-09-25Equivalence of $(...) and `...` in ${(e)...}.Bart Schaefer1-5/+8
2001-08-28handle possible NULL pointer returned from bufferwords() (15717)Sven Wischnowsky1-1/+1
2001-08-0715586: remove =alias expansion, leaving only =cmd.Peter Stephenson1-9/+3
2001-06-12Added KSH_TYPESET option.Peter Stephenson1-3/+10
2001-05-19Fix re-set of integer special params after unset.Bart Schaefer1-0/+1
2001-05-18try to make ${(e)..} work for complicated parameter expansions in the value; ↵Sven Wischnowsky1-2/+13
this means: keep Qstring tokens unchanged if they are inside double quotes and tokenizing patterns in parameter expansions (14381)
2001-04-28BDIGBUFSIZE for binary conversions.Bart Schaefer1-1/+1
2001-04-24Subscripting optimization and error checking.Bart Schaefer1-3/+5
2001-02-16Fix "${=foo=$@}".Bart Schaefer1-4/+4
2001-02-16Partial sh emulation fixs for ${1+"$@"} and "${foo=$@}".Bart Schaefer1-1/+16
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky1-3/+11
signal handlers are only executed when it is safe to run them (13365)
2000-06-17Fix parsing of := for magicequalsubst.Bart Schaefer1-3/+5
2000-06-0911838: typeset -HPeter Stephenson1-0/+2
2000-06-06make (e) flag be silent unless (X) is given, too (11768)Sven Wischnowsky1-7/+7
2000-06-02Changed the array "len" to be "end" -- a 1-relative index of the lastWayne Davison1-1/+1
item (or you can think of it as pointing one past the last item).
2000-06-01FR & pws: promptexpand memory leaks; NEWS notesPeter Stephenson1-3/+9
2000-05-31Wayne: pattern.c unitialised varPeter Stephenson1-4/+4
Zero-length arrays now possible with $array[1,0]
2000-05-1911467: [#<base>] syntax for output basePeter Stephenson1-3/+6
zsh-users/3071: compdump tweak to avoid // in path
2000-05-15detect additional characters in parameter expansions and signal an error for ↵Sven Wischnowsky1-3/+16
them (11380)
2000-05-0811194, 11200, 11214Peter Stephenson1-0/+8
2000-05-03new (z) parameter flag to do shell-word splitting on the value (11113)Sven Wischnowsky1-0/+33
2000-04-0610547: (#s) and (#e) pattern assertionsPeter Stephenson1-216/+636
1999-04-15Initial revisionTanaka Akira1-0/+1773