Age | Commit message (Expand) | Author | Files | Lines |
2007-05-30 | users/11366 (belated commit): update documentation for ${var:-word} and | Bart Schaefer | 1 | -24/+24 |
2007-02-25 | 23176: apply the (X) parameter flag to the (#) flag; fix comment typo. | Bart Schaefer | 1 | -3/+4 |
2007-01-21 | 23118: improve sorting to make it work with locales | Peter Stephenson | 1 | -7/+20 |
2006-12-12 | users/11079: 1(2##) | Peter Stephenson | 1 | -1/+2 |
2006-11-07 | 22980: 22952 messed up parameter padding flag optional arguments | Peter Stephenson | 1 | -5/+9 |
2006-11-01 | 22934, modified, see 22937: add HIST_SUBST_PATTERN option | Peter Stephenson | 1 | -7/+44 |
2006-10-13 | 22873: typo in expn.yo | Peter Stephenson | 1 | -1/+1 |
2006-09-20 | 22742: parameter padding uses string lengths unless (m) flag set | Peter Stephenson | 1 | -5/+17 |
2006-09-15 | assume width 1 for control characters; | Peter Stephenson | 1 | -1/+3 |
2006-09-14 | 22692: additional notes on a couple of parameter expansion features | Peter Stephenson | 1 | -0/+18 |
2006-09-13 | 22705: make ${(l...)...} and ${(r...)...} handle multibyte characters | Peter Stephenson | 1 | -3/+13 |
2006-06-28 | 22526: enhance ${(#)...} to handle Unicode | Peter Stephenson | 1 | -0/+3 |
2006-05-22 | 22451: cross-reference ${^spec} in brace expansion | Peter Stephenson | 1 | -0/+7 |
2006-04-09 | 22408: support for multibyte characters in patterns | Peter Stephenson | 1 | -7/+20 |
2006-04-05 | 22375: doc for ${(0)...} splitting | Peter Stephenson | 1 | -0/+4 |
2006-03-20 | 22360, 22365: support version 2 of Yodl | Peter Stephenson | 1 | -9/+12 |
2006-02-16 | A few more improvements about word splitting. | Wayne Davison | 1 | -5/+9 |
2006-02-15 | Document that quoting may be used in the word portion of the | Wayne Davison | 1 | -1/+5 |
2006-01-18 | 22165: change "zshparams" to "zshparam". | Clint Adams | 1 | -1/+1 |
2005-12-15 | users/9788: add (oN) glob qualifier for no sorting | Peter Stephenson | 1 | -2/+4 |
2005-11-04 | users/9618, modified: :G for global substution modifier | Peter Stephenson | 1 | -2/+8 |
2005-11-01 | 21967: add ${(#)...} substitution | Peter Stephenson | 1 | -0/+5 |
2005-09-23 | 21758: optimise =(<<<...) to run within the shell. | Peter Stephenson | 1 | -0/+9 |
2005-09-02 | 21695: rewrite entry for (u) globbing flag | Peter Stephenson | 1 | -8/+9 |
2005-05-09 | Add [[:IFS:]] etc. tests. | Peter Stephenson | 1 | -12/+75 |
2005-04-24 | Minor tweak to _generic plus doc fixes for info interpretation of hyphens. | Bart Schaefer | 1 | -3/+3 |
2005-03-18 | users/8609: document order of more parameter expansion flags | Peter Stephenson | 1 | -3/+11 |
2005-02-22 | 20844: prune trailing slashes from named directory | Peter Stephenson | 1 | -0/+2 |
2005-01-10 | 20661: *(+func) = *(e:func:) | Peter Stephenson | 1 | -1/+15 |
2004-04-06 | make expn change clearer, suggested by Wayne | Peter Stephenson | 1 | -2/+2 |
2004-04-05 | 19728: note on (^F) qualifier | Peter Stephenson | 1 | -1/+4 |
2004-04-01 | 19717: (F) glob qualifier for full directories | Peter Stephenson | 1 | -0/+3 |
2003-05-08 | 18512: fix 18508 properly this time. | Peter Stephenson | 1 | -2/+2 |
2003-05-02 | 18492: Provide partial fix for multios and output process substitution | Peter Stephenson | 1 | -7/+29 |
2003-04-03 | 18432: Minor miscellany of comments and rationalisations. | Peter Stephenson | 1 | -0/+5 |
2002-08-05 | 17503: fix various typos, spelling mistakes and poor wordings in the docs | Oliver Kiddle | 1 | -3/+3 |
2002-02-22 | 16620, 16697: add a and n parameter expansion flags | Oliver Kiddle | 1 | -0/+8 |
2002-01-22 | 16486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: support | Peter Stephenson | 1 | -0/+33 |
2001-12-17 | 16357: change (n) to (u) so (n) can be reserved. for numeric sorting. | Clint Adams | 1 | -3/+3 |
2001-12-16 | 16346: docs for (n) flag. | Clint Adams | 1 | -0/+3 |
2001-09-09 | 15765: introduce [:ascii:] class | Clint Adams | 1 | -0/+1 |
2001-08-25 | Parameter expansion doc mop-up. | Bart Schaefer | 1 | -122/+145 |
2001-08-22 | Change one var() to tt(). | Bart Schaefer | 1 | -1/+1 |
2001-08-15 | unposted: Mention the word `greedy' in the docs for the S flag, to | Adam Spiers | 1 | -2/+2 |
2001-08-07 | 15586: remove =alias expansion, leaving only =cmd. | Peter Stephenson | 1 | -3/+1 |
2001-07-25 | More index entry etc. cleanup. | Bart Schaefer | 1 | -38/+49 |
2001-07-06 | 15279: ${(S)...%%...} etc. doc; 15288: bash word functions + doc | Peter Stephenson | 1 | -4/+20 |
2001-07-06 | back out 15266 | Peter Stephenson | 1 | -2/+1 |
2001-07-05 | 15266: fix for ${(S)...%%...} | Peter Stephenson | 1 | -1/+2 |
2001-05-29 | spelling corrections | Oliver Kiddle | 1 | -1/+1 |