Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unposted: add test for valid identifier to 30431 | Peter Stephenson | 2012-04-22 | 1 | -1/+8 |
| | |||||
* | 30439: ${...:*...} with nonexistent or non-array after * | Peter Stephenson | 2012-04-22 | 1 | -0/+13 |
| | | | | should return no results | ||||
* | 30431 with typo in _typeset fix: | Peter Stephenson | 2012-04-22 | 1 | -0/+43 |
| | | | | add ${...:|...} and ${...:*...} operators, as documented | ||||
* | 30413: (q-) parameter flag should quote null string | Peter Stephenson | 2012-04-16 | 1 | -0/+4 |
| | | | | (q-q) etc. should be treated as errors | ||||
* | 30299: "$*" was split with SHWORDSPLIT if IFS was empty or unset | Peter Stephenson | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | 30242: use PREFORK_SINGLE for ${...=...} in POSIX emulation | Bart Schaefer | 2012-02-20 | 1 | -1/+6 |
| | |||||
* | 30181, plus rename of PF_* flags to PREFORK_*: | Peter Stephenson | 2012-02-12 | 1 | -36/+75 |
| | | | | | | Pass sh-wordsplitting instructions to paramsubst() using flags, avoiding side effects of explicitly setting and unsetting the SHWORDSPLIT option. | ||||
* | 30041: fix bash-style offsets for positional parameters when scalars | Peter Stephenson | 2011-12-21 | 1 | -15/+17 |
| | |||||
* | Ismail Dönmez: 29920: NO_EXEC problem with arithmetic substitution | Peter Stephenson | 2011-11-28 | 1 | -1/+4 |
| | |||||
* | 29703: crash when failing to parse process substitutions | Peter Stephenson | 2011-08-17 | 1 | -0/+2 |
| | |||||
* | 29530: ${...?...} shouldn't cause an error with NO_EXEC option | Peter Stephenson | 2011-07-01 | 1 | -13/+15 |
| | |||||
* | 29462: fix warning | Peter Stephenson | 2011-06-06 | 1 | -1/+1 |
| | |||||
* | 29451: ${##stuff} removes stuff from the head of $# | Peter Stephenson | 2011-06-03 | 1 | -1/+10 |
| | |||||
* | 29351: casts needed to pass integers through stdarg | Peter Stephenson | 2011-05-23 | 1 | -2/+3 |
| | |||||
* | 29224: Support negative LEN in ${VAR:OFFSET:LEN} like bash. | Mikael Magnusson | 2011-05-19 | 1 | -9/+31 |
| | |||||
* | 29261: Add g:: flag. | Mikael Magnusson | 2011-05-19 | 1 | -0/+56 |
| | |||||
* | 29307, 29308 + replies: Fix some doubled words in docs and comments. | Mikael Magnusson | 2011-05-19 | 1 | -2/+2 |
| | |||||
* | 29313: better sh emulation with SHWORDPLIT and empty $IFS | Bart Schaefer | 2011-05-18 | 1 | -13/+18 |
| | |||||
* | 28936: ${#$} and ${#?} also didn't work | Peter Stephenson | 2011-03-21 | 1 | -0/+2 |
| | |||||
* | 28889: ${##} should return the length of $# | Peter Stephenson | 2011-03-11 | 1 | -0/+1 |
| | |||||
* | users/15864: turn zsh_directory_name into a hook | Peter Stephenson | 2011-03-11 | 1 | -3/+1 |
| | |||||
* | Mikael: 28637: ${foo:0:} caused crash | Peter Stephenson | 2011-01-18 | 1 | -6/+8 |
| | |||||
* | 28530: replace (z+opts+) flag with (Z:opts:), add reserved (_:flags:). | Bart Schaefer | 2010-12-15 | 1 | -8/+34 |
| | |||||
* | 28528: Rearrange zleparse to lexflags | Peter Stephenson | 2010-12-14 | 1 | -8/+11 |
| | | | | Add (z+n+) | ||||
* | 28510: add (z+c+) and (z+C+) parameter flags | Peter Stephenson | 2010-12-12 | 1 | -2/+27 |
| | |||||
* | 28434: make ${NAME:OFFSET} always use zero-offset | Peter Stephenson | 2010-11-25 | 1 | -6/+5 |
| | |||||
* | 28425: remove null arguments and untokenize | Peter Stephenson | 2010-11-20 | 1 | -0/+2 |
| | |||||
* | 28419: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst: | Peter Stephenson | 2010-11-18 | 1 | -2/+34 |
| | | | | KSH_ARRAY ${*:0:1} gives $0, etc. | ||||
* | 28418: add ${NAME:OFFSET:LENGTH} substitution | Peter Stephenson | 2010-11-18 | 1 | -0/+128 |
| | |||||
* | 28360: NO_UNSET option should check parameters with trailing options | Peter Stephenson | 2010-10-22 | 1 | -1/+7 |
| | |||||
* | 28309: fix infinite loop padding with extra wide characters | Peter Stephenson | 2010-10-02 | 1 | -6/+54 |
| | |||||
* | 28025: (D) parameter flag | Peter Stephenson | 2010-06-11 | 1 | -11/+23 |
| | |||||
* | 27965, 27966: Improve ${(q)...}: newline appears as $'\n;, | Peter Stephenson | 2010-05-27 | 1 | -3/+3 |
| | |||||
* | 27889: Force more use of GLOB_SUBST in parameters if ~ is used | Peter Stephenson | 2010-04-20 | 1 | -5/+10 |
| | |||||
* | 27865: fix problem with glob_subst in parameter subsitution | Peter Stephenson | 2010-04-09 | 1 | -1/+1 |
| | |||||
* | rationalise widths of non-printing characters to zero. | Peter Stephenson | 2010-03-27 | 1 | -28/+56 |
| | |||||
* | users/14905 + 14906: problems with :s in parameter expansion | Peter Stephenson | 2010-02-27 | 1 | -3/+28 |
| | |||||
* | unposted: a couple of typeset -g's and a comment | Peter Stephenson | 2010-02-08 | 1 | -0/+5 |
| | |||||
* | 27304: add ${(q-)..} flag | Peter Stephenson | 2009-06-05 | 1 | -10/+39 |
| | |||||
* | users/14143 plus tweak in padding code: | Peter Stephenson | 2009-05-20 | 1 | -3/+4 |
| | | | | use default IFS if IFS is unset | ||||
* | 26748: c modifier to add command path | Peter Stephenson | 2009-03-23 | 1 | -18/+54 |
| | |||||
* | Michael Hwang: 26731 with cosmetic changes: add "a" and "A" modifiers | Peter Stephenson | 2009-03-15 | 1 | -0/+14 |
| | | | | 26736: document the above | ||||
* | 26705: multibyte characters with Meta in ${(%)foo} etc. | Peter Stephenson | 2009-03-10 | 1 | -7/+3 |
| | |||||
* | 26546, 26556: sticky emulation for functions defined in emulate ... -c ... | Peter Stephenson | 2009-02-11 | 1 | -1/+1 |
| | | | | environments, plus documentation | ||||
* | 26061: fix clash between process subst and numeric glob | Peter Stephenson | 2008-11-18 | 1 | -2/+3 |
| | | | | 26062: additional compmatch change, missed from 26047 | ||||
* | 26055: ensure process substitution is handled before parameter and command | Peter Stephenson | 2008-11-17 | 1 | -4/+9 |
| | |||||
* | 26042 with some fixes from 26043 (Mikael): | Peter Stephenson | 2008-11-13 | 1 | -38/+52 |
| | | | | | allow <(...) and >(...) to occur in the middle of strings and =(...) to have extra text following | ||||
* | 25969: two bugs with metafication plus a test for one | Peter Stephenson | 2008-10-30 | 1 | -4/+4 |
| | |||||
* | 25760: add (~) flag | Peter Stephenson | 2008-09-27 | 1 | -19/+43 |
| | |||||
* | 25755/25756: Jörg Sommer: improved handling of module arguments | Peter Stephenson | 2008-09-27 | 1 | -4/+4 |
| | | | | 25759: fix dynamic named directory crash, static named directory consistency |