summaryrefslogtreecommitdiff
path: root/Src/subst.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-0129530: ${...?...} shouldn't cause an error with NO_EXEC optionPeter Stephenson1-13/+15
2011-06-0629462: fix warningPeter Stephenson1-1/+1
2011-06-0329451: ${##stuff} removes stuff from the head of $#Peter Stephenson1-1/+10
2011-05-2329351: casts needed to pass integers through stdargPeter Stephenson1-2/+3
2011-05-1929224: Support negative LEN in ${VAR:OFFSET:LEN} like bash.Mikael Magnusson1-9/+31
2011-05-1929261: Add g:: flag.Mikael Magnusson1-0/+56
2011-05-1929307, 29308 + replies: Fix some doubled words in docs and comments.Mikael Magnusson1-2/+2
2011-05-1829313: better sh emulation with SHWORDPLIT and empty $IFSBart Schaefer1-13/+18
2011-03-2128936: ${#$} and ${#?} also didn't workPeter Stephenson1-0/+2
2011-03-1128889: ${##} should return the length of $#Peter Stephenson1-0/+1
2011-03-11users/15864: turn zsh_directory_name into a hookPeter Stephenson1-3/+1
2011-01-18Mikael: 28637: ${foo:0:} caused crashPeter Stephenson1-6/+8
2010-12-1528530: replace (z+opts+) flag with (Z:opts:), add reserved (_:flags:).Bart Schaefer1-8/+34
2010-12-1428528: Rearrange zleparse to lexflagsPeter Stephenson1-8/+11
2010-12-1228510: add (z+c+) and (z+C+) parameter flagsPeter Stephenson1-2/+27
2010-11-2528434: make ${NAME:OFFSET} always use zero-offsetPeter Stephenson1-6/+5
2010-11-2028425: remove null arguments and untokenizePeter Stephenson1-0/+2
2010-11-1828419: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst:Peter Stephenson1-2/+34
2010-11-1828418: add ${NAME:OFFSET:LENGTH} substitutionPeter Stephenson1-0/+128
2010-10-2228360: NO_UNSET option should check parameters with trailing optionsPeter Stephenson1-1/+7
2010-10-0228309: fix infinite loop padding with extra wide charactersPeter Stephenson1-6/+54
2010-06-1128025: (D) parameter flagPeter Stephenson1-11/+23
2010-05-2727965, 27966: Improve ${(q)...}: newline appears as $'\n;,Peter Stephenson1-3/+3
2010-04-2027889: Force more use of GLOB_SUBST in parameters if ~ is usedPeter Stephenson1-5/+10
2010-04-0927865: fix problem with glob_subst in parameter subsitutionPeter Stephenson1-1/+1
2010-03-27rationalise widths of non-printing characters to zero.Peter Stephenson1-28/+56
2010-02-27users/14905 + 14906: problems with :s in parameter expansionPeter Stephenson1-3/+28
2010-02-08unposted: a couple of typeset -g's and a commentPeter Stephenson1-0/+5
2009-06-0527304: add ${(q-)..} flagPeter Stephenson1-10/+39
2009-05-20users/14143 plus tweak in padding code:Peter Stephenson1-3/+4
2009-03-2326748: c modifier to add command pathPeter Stephenson1-18/+54
2009-03-15Michael Hwang: 26731 with cosmetic changes: add "a" and "A" modifiersPeter Stephenson1-0/+14
2009-03-1026705: multibyte characters with Meta in ${(%)foo} etc.Peter Stephenson1-7/+3
2009-02-1126546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson1-1/+1
2008-11-1826061: fix clash between process subst and numeric globPeter Stephenson1-2/+3
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
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
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