about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
Commit message (Collapse)AuthorAgeFilesLines
...
* 40641: docs: patterns: Add '|' to the overview. Clarify that it short-circuits.Daniel Shahaf2017-02-281-0/+1
|
* 40640: the (A) parameter flag forces array result even if assignment syntax ↵Barton E. Schaefer2017-02-251-2/+12
| | | | is not used
* unposted (cf. 40617): clarify description of ${(A)name=value} and ↵Barton E. Schaefer2017-02-231-5/+5
| | | | ${(AA)name=value}
* Document (E) parameter flag better.Peter Stephenson2016-12-091-1/+2
| | | | | It produces 1 more than any other use of an index for the end of a match, helpfully.
* 39882: mention ${name:/pattern/replacement} in the itemized synopsis with ↵Barton E. Schaefer2016-11-091-5/+7
| | | | the related forms; clarify doc.
* zsh-users/22083: attempt to explain what a word is in parameter substitution.Peter Stephenson2016-11-071-0/+12
|
* unposted: small documentation tweaksPeter Stephenson2016-09-141-3/+3
|
* 39046 + 39061: New :P history modifier.Daniel Shahaf2016-08-221-0/+9
|
* 38945: Additional notes on :a behaviourPeter Stephenson2016-07-261-3/+7
|
* users/21779: Clarify documentation of the ':a' word modifier.Daniel Shahaf2016-07-221-3/+6
|
* users/21777: Clarify documentation of the ':A' word modifier.Daniel Shahaf2016-07-201-4/+9
|
* 37344: restore old printable quoting, add ${(q+)...}.Peter Stephenson2015-12-071-0/+5
| | | | | | The \C- form is only used inside quotedzputs(). ${(q+)...} outputs a quotedzputs() representation.
* 37140: note that <<(...) is < <(...)Peter Stephenson2015-11-181-0/+6
|
* 37119: further "Rules" clarificationsBarton E. Schaefer2015-11-151-33/+39
|
* 37115: update for changes in ${(P)...} evaluation.Barton E. Schaefer2015-11-141-5/+22
|
* 37092: make nested ${(P)name} properly refer to parameter on returnPeter Stephenson2015-11-111-1/+10
|
* 37022: add GLOB_STAR_SHORT option to abbreviate ** and ***Peter Stephenson2015-10-301-0/+12
|
* 36982: Fix bug with (#cN) patterns and remove redundant description.Peter Stephenson2015-10-271-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 repetitionsPeter Stephenson2015-10-271-0/+10
|
* 36478: Add [[:INCOMPLETE:]] and [[:INVALID:]] pattern tests.Peter Stephenson2015-09-101-0/+14
|
* 36067: fix typo and format in the documentationJun T2015-08-111-1/+1
|
* unposted: alphabetize ${(b)...} flagBarton E. Schaefer2015-07-061-19/+19
|
* 35709: explain :s/// modifier contexts.Barton E. Schaefer2015-07-061-0/+13
|
* 35343: Avoid $#name length handling for POSIX_IDENTIFIERSPeter Stephenson2015-05-311-0/+7
|
* unposted: include doc tweek to expn.yo from 35071Jun T2015-05-121-6/+6
| | | | expn.yo is now essentially the same as commit 6269db8
* 35086: reapply a hunk from 35067 for expn.yoJun T2015-05-121-0/+19
| | | | the hunk has been mistakenly reverted by 35075
* 35075: improve manual formatJun-ichi Takimoto2015-05-121-19/+2
| | | | also fixed a ChangeLog entry for 35034 (2015-05-06)
* 35067: Add (b) parameter flag for pattern char backslashing.Peter Stephenson2015-05-101-0/+19
| | | | | | Doc tweak from Daniel in 35071. Includes test.
* 35034: improve manual format up to Chapter18Jun-ichi Takimoto2015-05-061-11/+13
|
* 33883: documentation for (*) glob qualifierDaniel Shahaf2014-12-071-1/+1
|
* 33139: add doc example to glob broken symbolic links.Simon Ruderich2014-11-281-0/+4
|
* 33740: FAQ: another way of avoiding MULTIOs effects on pipesStephane Chazelas2014-11-231-0/+3
|
* 33423: expand ${(p)...} to allow ${(ps.$param.)...}Peter Stephenson2014-10-121-0/+13
|
* Fix some typos in the documentationMikael Magnusson2014-10-031-5/+5
|
* 33136: P glob qual appends words when negatedMikael Magnusson2014-09-161-0/+6
|
* clarify ${(~j.|.)array} exampleBarton E. Schaefer2014-09-061-4/+5
|
* 33110: document use of $IFS[0] for variable paddingPeter Stephenson2014-09-041-0/+4
|
* unposted: Fix typo in Doc/Zsh/expn.yoAxel Beckert2014-08-101-1/+1
|
* 32954: Missed the doc change.Peter Stephenson2014-08-041-1/+3
|
* 32949 (wip 32928, 32937): Add :^ syntax for zipping two arraysMikael Magnusson2014-08-041-0/+24
|
* user/19006: document position of RC_EXPAND_PARAM in parameter substPeter Stephenson2014-08-031-4/+9
|
* 32708: glob qualifier (Y) implies (oN)Daniel Shahaf2014-06-041-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) qualifierDaniel Shahaf2014-06-031-3/+4
|
* users/18857: add (Y) glob qualifier to generate only one match per patternDaniel Shahaf2014-06-011-0/+4
|
* 32640: (#q) in [[ ... ]] forces globbingPeter Stephenson2014-06-011-1/+5
|
* 32412 / 32415: New giga- and terabyte units for glob qualifiersManuel Presnitz2014-03-011-4/+6
|
* Minor indexing changes to generate more consistent page layoutsBarton E. Schaefer2014-02-021-1/+1
|
* users/18298 (tidied up): add {<char>..<char>} expansionPeter Stephenson2014-01-091-0/+10
|
* 31592: improve documentary for handling of named directories.Manuel Presnitz2013-07-281-8/+8
| | | | Minor changes of phrasing.
* 31436: document KSH_GLOB doesn't support recursive directoriesPeter Stephenson2013-05-301-2/+4
|