Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 37344: restore old printable quoting, add ${(q+)...}. | Peter Stephenson | 2015-12-07 | 1 | -0/+5 |
| | | | | | | The \C- form is only used inside quotedzputs(). ${(q+)...} outputs a quotedzputs() representation. | ||||
* | 37140: note that <<(...) is < <(...) | Peter Stephenson | 2015-11-18 | 1 | -0/+6 |
| | |||||
* | 37119: further "Rules" clarifications | Barton E. Schaefer | 2015-11-15 | 1 | -33/+39 |
| | |||||
* | 37115: update for changes in ${(P)...} evaluation. | Barton E. Schaefer | 2015-11-14 | 1 | -5/+22 |
| | |||||
* | 37092: make nested ${(P)name} properly refer to parameter on return | Peter Stephenson | 2015-11-11 | 1 | -1/+10 |
| | |||||
* | 37022: add GLOB_STAR_SHORT option to abbreviate ** and *** | Peter Stephenson | 2015-10-30 | 1 | -0/+12 |
| | |||||
* | 36982: Fix bug with (#cN) patterns and remove redundant description. | Peter Stephenson | 2015-10-27 | 1 | -10/+0 |
| | | | | | We need to restore the current count of matches when returning to match at the point where we previously matched. | ||||
* | 36977: note about difficulties of pattern repetitions | Peter Stephenson | 2015-10-27 | 1 | -0/+10 |
| | |||||
* | 36478: Add [[:INCOMPLETE:]] and [[:INVALID:]] pattern tests. | Peter Stephenson | 2015-09-10 | 1 | -0/+14 |
| | |||||
* | 36067: fix typo and format in the documentation | Jun T | 2015-08-11 | 1 | -1/+1 |
| | |||||
* | unposted: alphabetize ${(b)...} flag | Barton E. Schaefer | 2015-07-06 | 1 | -19/+19 |
| | |||||
* | 35709: explain :s/// modifier contexts. | Barton E. Schaefer | 2015-07-06 | 1 | -0/+13 |
| | |||||
* | 35343: Avoid $#name length handling for POSIX_IDENTIFIERS | Peter Stephenson | 2015-05-31 | 1 | -0/+7 |
| | |||||
* | unposted: include doc tweek to expn.yo from 35071 | Jun T | 2015-05-12 | 1 | -6/+6 |
| | | | | expn.yo is now essentially the same as commit 6269db8 | ||||
* | 35086: reapply a hunk from 35067 for expn.yo | Jun T | 2015-05-12 | 1 | -0/+19 |
| | | | | the hunk has been mistakenly reverted by 35075 | ||||
* | 35075: improve manual format | Jun-ichi Takimoto | 2015-05-12 | 1 | -19/+2 |
| | | | | also fixed a ChangeLog entry for 35034 (2015-05-06) | ||||
* | 35067: Add (b) parameter flag for pattern char backslashing. | Peter Stephenson | 2015-05-10 | 1 | -0/+19 |
| | | | | | | Doc tweak from Daniel in 35071. Includes test. | ||||
* | 35034: improve manual format up to Chapter18 | Jun-ichi Takimoto | 2015-05-06 | 1 | -11/+13 |
| | |||||
* | 33883: documentation for (*) glob qualifier | Daniel Shahaf | 2014-12-07 | 1 | -1/+1 |
| | |||||
* | 33139: add doc example to glob broken symbolic links. | Simon Ruderich | 2014-11-28 | 1 | -0/+4 |
| | |||||
* | 33740: FAQ: another way of avoiding MULTIOs effects on pipes | Stephane Chazelas | 2014-11-23 | 1 | -0/+3 |
| | |||||
* | 33423: expand ${(p)...} to allow ${(ps.$param.)...} | Peter Stephenson | 2014-10-12 | 1 | -0/+13 |
| | |||||
* | Fix some typos in the documentation | Mikael Magnusson | 2014-10-03 | 1 | -5/+5 |
| | |||||
* | 33136: P glob qual appends words when negated | Mikael Magnusson | 2014-09-16 | 1 | -0/+6 |
| | |||||
* | clarify ${(~j.|.)array} example | Barton E. Schaefer | 2014-09-06 | 1 | -4/+5 |
| | |||||
* | 33110: document use of $IFS[0] for variable padding | Peter Stephenson | 2014-09-04 | 1 | -0/+4 |
| | |||||
* | unposted: Fix typo in Doc/Zsh/expn.yo | Axel Beckert | 2014-08-10 | 1 | -1/+1 |
| | |||||
* | 32954: Missed the doc change. | Peter Stephenson | 2014-08-04 | 1 | -1/+3 |
| | |||||
* | 32949 (wip 32928, 32937): Add :^ syntax for zipping two arrays | Mikael Magnusson | 2014-08-04 | 1 | -0/+24 |
| | |||||
* | user/19006: document position of RC_EXPAND_PARAM in parameter subst | Peter Stephenson | 2014-08-03 | 1 | -4/+9 |
| | |||||
* | 32708: glob qualifier (Y) implies (oN) | Daniel Shahaf | 2014-06-04 | 1 | -1/+6 |
| | | | | plus incidental patch to avoid adding a meaningless bitvalue to sort-order flags | ||||
* | 32694: the number of matches to find is the suffix argument of (Y) qualifier | Daniel Shahaf | 2014-06-03 | 1 | -3/+4 |
| | |||||
* | users/18857: add (Y) glob qualifier to generate only one match per pattern | Daniel Shahaf | 2014-06-01 | 1 | -0/+4 |
| | |||||
* | 32640: (#q) in [[ ... ]] forces globbing | Peter Stephenson | 2014-06-01 | 1 | -1/+5 |
| | |||||
* | 32412 / 32415: New giga- and terabyte units for glob qualifiers | Manuel Presnitz | 2014-03-01 | 1 | -4/+6 |
| | |||||
* | Minor indexing changes to generate more consistent page layouts | Barton E. Schaefer | 2014-02-02 | 1 | -1/+1 |
| | |||||
* | users/18298 (tidied up): add {<char>..<char>} expansion | Peter Stephenson | 2014-01-09 | 1 | -0/+10 |
| | |||||
* | 31592: improve documentary for handling of named directories. | Manuel Presnitz | 2013-07-28 | 1 | -8/+8 |
| | | | | Minor changes of phrasing. | ||||
* | 31436: document KSH_GLOB doesn't support recursive directories | Peter Stephenson | 2013-05-30 | 1 | -2/+4 |
| | |||||
* | unposted: Insert a blank line before vindex() to properly format the | Bart Schaefer | 2013-02-13 | 1 | -0/+1 |
| | | | | paragraph that follows it. | ||||
* | users/17524: misc. parameter flag clarifications | Bart Schaefer | 2013-01-03 | 1 | -12/+19 |
| | |||||
* | unposted: further parameter splitting clarifications | Peter Stephenson | 2012-10-19 | 1 | -2/+4 |
| | |||||
* | 30740: add example of process substitution using anonymous function | Peter Stephenson | 2012-10-18 | 1 | -0/+18 |
| | |||||
* | c.f. users/17330: fix reference to splitting rule in parameter expn rules | Peter Stephenson | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | additional split change fixes | Peter Stephenson | 2012-10-05 | 1 | -2/+5 |
| | |||||
* | users/17305: fix doc of ordering of word splitting | Peter Stephenson | 2012-10-03 | 1 | -30/+37 |
| | | | | improve (z) and (Z) doc | ||||
* | unposted, c.f. 30465: add index entries and cross-references | Peter Stephenson | 2012-05-03 | 1 | -0/+6 |
| | | | | for match, mbegin, mend, MATCH, MBEGIN, MEND | ||||
* | 30431 with typo in _typeset fix: | Peter Stephenson | 2012-04-22 | 1 | -0/+13 |
| | | | | add ${...:|...} and ${...:*...} operators, as documented | ||||
* | 29991: allow explicit "d" for days in time qualifiers | Peter Stephenson | 2011-12-11 | 1 | -1/+2 |
| | |||||
* | users/16289: don't delete temporary files on disown. | Peter Stephenson | 2011-08-28 | 1 | -0/+12 |
| | | | | Document. |