summaryrefslogtreecommitdiff
path: root/Src/subst.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-2239046 + 39061: New :P history modifier.Daniel Shahaf1-0/+13
2016-08-1239035: ${(A)name=word} should expand as an array even when there is only one ...Barton E. Schaefer1-0/+1
2016-08-1239028: more join/split cases fixed and tested.Barton E. Schaefer1-3/+4
2016-08-1039019 (cf. PWS 39013): fix SHWORDSPLIT regression introduced by workers/29313Barton E. Schaefer1-6/+15
2016-08-0138973: Optimize indexing array parameters.Daniel Shahaf1-4/+11
2016-06-0438599: skip the "no such named directory" warning when NO_EXEC is in effectBarton E. Schaefer1-1/+1
2016-06-03unposted: internal: Document modify().Daniel Shahaf1-0/+13
2016-03-07users/21352: ensure $'' doesn't get elided.Peter Stephenson1-1/+5
2015-12-0737344: restore old printable quoting, add ${(q+)...}.Peter Stephenson1-4/+10
2015-11-2337206: fix ${(t)param} for "typeset -H param"Barton E. Schaefer1-1/+1
2015-11-1237096: Another $${(P)...} tweak.Peter Stephenson1-2/+17
2015-11-1137094: Further tweaks to parameter name references.Peter Stephenson1-3/+3
2015-11-1137092: make nested ${(P)name} properly refer to parameter on returnPeter Stephenson1-44/+70
2015-11-0737074: extend previous fix to over whitespace at endPeter Stephenson1-14/+36
2015-11-0637073: another SH_WORD_SPLIT problem.Peter Stephenson1-6/+34
2015-07-0635694: fix handling of history modifiers applied across all elements of an ar...Barton E. Schaefer1-2/+8
2015-05-3135343: Avoid $#name length handling for POSIX_IDENTIFIERSPeter Stephenson1-1/+2
2015-05-2935326: $#- was misparsed as ${#-}Peter Stephenson1-1/+1
2015-05-1535153: nested math substitutionPeter Stephenson1-2/+11
2015-05-1535151: improved check for parameter q and b flagsPeter Stephenson1-1/+2
2015-05-1035067: Add (b) parameter flag for pattern char backslashing.Peter Stephenson1-2/+11
2015-02-2234606: fix up nested arithmetic substitutionPeter Stephenson1-2/+18
2015-02-1934573: Safer failure to handle command substitutionPeter Stephenson1-3/+7
2015-02-1934570: Another nasty command / math substituion thing.Peter Stephenson1-11/+17
2015-01-1834322: bug with interface to parsestr() etc.Peter Stephenson1-3/+5
2015-01-0634105: subst: remove dead codeMikael Magnusson1-1/+1
2015-01-0634103: fix ancient double-quote handling thinko in subst_parse_str()Barton E. Schaefer1-2/+4
2014-12-1533976: fix overlapping strcpy()Barton E. Schaefer1-1/+1
2014-12-1133876: etc.: Separate errors and keyboards interruptsPeter Stephenson1-9/+18
2014-10-1233423: expand ${(p)...} to allow ${(ps.$param.)...}Peter Stephenson1-5/+16
2014-09-0633118: record original param unset state when treating empty the same as unset,Barton E. Schaefer1-6/+9
2014-08-04unposted: remove unused variablesPeter Stephenson1-1/+1
2014-08-0432949 (wip 32928, 32937): Add :^ syntax for zipping two arraysMikael Magnusson1-0/+61
2014-08-0132932: add hmkarray() and use to fix leakPeter Stephenson1-1/+1
2014-04-1832552 (updated by 32560): fix segfault when using process substitution in ano...Andrew Waldron1-1/+1
2014-01-2332299: add use of underscores on arithmetic output for spacingPeter Stephenson1-4/+4
2013-11-1732001: fix crash on ${:*} and ${:|}Peter Stephenson1-0/+8
2013-01-2230993: fix parameter modifier crash with :wq on empty stringPeter Stephenson1-1/+9
2012-10-0530715: use enum lextok for variables containing lexical tokensPeter Stephenson1-7/+7
2012-08-2130633: "functions -T" only traces marked function, not called functionsPeter Stephenson1-0/+2
2012-04-22unposted: add test for valid identifier to 30431Peter Stephenson1-1/+8
2012-04-2230439: ${...:*...} with nonexistent or non-array after *Peter Stephenson1-0/+13
2012-04-2230431 with typo in _typeset fix:Peter Stephenson1-0/+43
2012-04-1630413: (q-) parameter flag should quote null stringPeter Stephenson1-0/+4
2012-02-2930299: "$*" was split with SHWORDSPLIT if IFS was empty or unsetPeter Stephenson1-1/+1
2012-02-2030242: use PREFORK_SINGLE for ${...=...} in POSIX emulationBart Schaefer1-1/+6
2012-02-1230181, plus rename of PF_* flags to PREFORK_*:Peter Stephenson1-36/+75
2011-12-2130041: fix bash-style offsets for positional parameters when scalarsPeter Stephenson1-15/+17
2011-11-28Ismail Dönmez: 29920: NO_EXEC problem with arithmetic substitutionPeter Stephenson1-1/+4
2011-08-1729703: crash when failing to parse process substitutionsPeter Stephenson1-0/+2