Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-04 | 44981: Fix some typos in the documentation. | Martijn Dekker | 1 | -1/+1 | |
2019-06-20 | 44435: Handling digita arguments for :h and :t. | Peter Stephenson | 1 | -6/+23 | |
Pick number of leading or trailing path components to substitute. Active in history, brace parameters, glob qualifiers. Add tests for all three environments. | |||||
2018-11-14 | 43620: More care documenting command substitution including $(<...) | Peter Stephenson | 1 | -3/+10 | |
2018-05-17 | 42790: make [[:blank:]] match non-ASCII blanks | Stephane Chazelas | 1 | -1/+1 | |
2018-01-13 | unposted: Follow-up to previous: Clarify that ${histchars[1]} may be ↵ | Barton E. Schaefer | 1 | -2/+1 | |
backslash-escaped even when it isn't '!'. | |||||
2018-01-13 | 42261: docs: Expand documentation of $histchars[1]. Joint with Matthew Martin. | Daniel Shahaf | 1 | -4/+7 | |
2017-09-14 | More [key]=value tweaks | Peter Stephenson | 1 | -3/+4 | |
Some rephrasings. Update typeset -p for associative arrays to use new syntax. | |||||
2017-07-20 | Further clarification about processing of expansions | Peter Stephenson | 1 | -3/+6 | |
2017-07-17 | 41429: Try to improve description of how stages of expansion fit together. | Peter Stephenson | 1 | -2/+3 | |
2017-03-27 | 40906: Add note on use of (k) parameter subst flag. | Peter Stephenson | 1 | -1/+3 | |
KSH_ARRAYS generlly requires [*] or [@] to operate on the whole array and this is true here. | |||||
2017-02-28 | 40641: docs: patterns: Add '|' to the overview. Clarify that it short-circuits. | Daniel Shahaf | 1 | -0/+1 | |
2017-02-25 | 40640: the (A) parameter flag forces array result even if assignment syntax ↵ | Barton E. Schaefer | 1 | -2/+12 | |
is not used | |||||
2017-02-23 | unposted (cf. 40617): clarify description of ${(A)name=value} and ↵ | Barton E. Schaefer | 1 | -5/+5 | |
${(AA)name=value} | |||||
2016-12-09 | Document (E) parameter flag better. | Peter Stephenson | 1 | -1/+2 | |
It produces 1 more than any other use of an index for the end of a match, helpfully. | |||||
2016-11-09 | 39882: mention ${name:/pattern/replacement} in the itemized synopsis with ↵ | Barton E. Schaefer | 1 | -5/+7 | |
the related forms; clarify doc. | |||||
2016-11-07 | zsh-users/22083: attempt to explain what a word is in parameter substitution. | Peter Stephenson | 1 | -0/+12 | |
2016-09-14 | unposted: small documentation tweaks | Peter Stephenson | 1 | -3/+3 | |
2016-08-22 | 39046 + 39061: New :P history modifier. | Daniel Shahaf | 1 | -0/+9 | |
2016-07-26 | 38945: Additional notes on :a behaviour | Peter Stephenson | 1 | -3/+7 | |
2016-07-22 | users/21779: Clarify documentation of the ':a' word modifier. | Daniel Shahaf | 1 | -3/+6 | |
2016-07-20 | users/21777: Clarify documentation of the ':A' word modifier. | Daniel Shahaf | 1 | -4/+9 | |
2015-12-07 | 37344: restore old printable quoting, add ${(q+)...}. | Peter Stephenson | 1 | -0/+5 | |
The \C- form is only used inside quotedzputs(). ${(q+)...} outputs a quotedzputs() representation. | |||||
2015-11-18 | 37140: note that <<(...) is < <(...) | Peter Stephenson | 1 | -0/+6 | |
2015-11-15 | 37119: further "Rules" clarifications | Barton E. Schaefer | 1 | -33/+39 | |
2015-11-14 | 37115: update for changes in ${(P)...} evaluation. | Barton E. Schaefer | 1 | -5/+22 | |
2015-11-11 | 37092: make nested ${(P)name} properly refer to parameter on return | Peter Stephenson | 1 | -1/+10 | |
2015-10-30 | 37022: add GLOB_STAR_SHORT option to abbreviate ** and *** | Peter Stephenson | 1 | -0/+12 | |
2015-10-27 | 36982: Fix bug with (#cN) patterns and remove redundant description. | Peter Stephenson | 1 | -10/+0 | |
We need to restore the current count of matches when returning to match at the point where we previously matched. | |||||
2015-10-27 | 36977: note about difficulties of pattern repetitions | Peter Stephenson | 1 | -0/+10 | |
2015-09-10 | 36478: Add [[:INCOMPLETE:]] and [[:INVALID:]] pattern tests. | Peter Stephenson | 1 | -0/+14 | |
2015-08-11 | 36067: fix typo and format in the documentation | Jun T | 1 | -1/+1 | |
2015-07-06 | unposted: alphabetize ${(b)...} flag | Barton E. Schaefer | 1 | -19/+19 | |
2015-07-06 | 35709: explain :s/// modifier contexts. | Barton E. Schaefer | 1 | -0/+13 | |
2015-05-31 | 35343: Avoid $#name length handling for POSIX_IDENTIFIERS | Peter Stephenson | 1 | -0/+7 | |
2015-05-12 | unposted: include doc tweek to expn.yo from 35071 | Jun T | 1 | -6/+6 | |
expn.yo is now essentially the same as commit 6269db8 | |||||
2015-05-12 | 35086: reapply a hunk from 35067 for expn.yo | Jun T | 1 | -0/+19 | |
the hunk has been mistakenly reverted by 35075 | |||||
2015-05-12 | 35075: improve manual format | Jun-ichi Takimoto | 1 | -19/+2 | |
also fixed a ChangeLog entry for 35034 (2015-05-06) | |||||
2015-05-10 | 35067: Add (b) parameter flag for pattern char backslashing. | Peter Stephenson | 1 | -0/+19 | |
Doc tweak from Daniel in 35071. Includes test. | |||||
2015-05-06 | 35034: improve manual format up to Chapter18 | Jun-ichi Takimoto | 1 | -11/+13 | |
2014-12-07 | 33883: documentation for (*) glob qualifier | Daniel Shahaf | 1 | -1/+1 | |
2014-11-28 | 33139: add doc example to glob broken symbolic links. | Simon Ruderich | 1 | -0/+4 | |
2014-11-23 | 33740: FAQ: another way of avoiding MULTIOs effects on pipes | Stephane Chazelas | 1 | -0/+3 | |
2014-10-12 | 33423: expand ${(p)...} to allow ${(ps.$param.)...} | Peter Stephenson | 1 | -0/+13 | |
2014-10-03 | Fix some typos in the documentation | Mikael Magnusson | 1 | -5/+5 | |
2014-09-16 | 33136: P glob qual appends words when negated | Mikael Magnusson | 1 | -0/+6 | |
2014-09-06 | clarify ${(~j.|.)array} example | Barton E. Schaefer | 1 | -4/+5 | |
2014-09-04 | 33110: document use of $IFS[0] for variable padding | Peter Stephenson | 1 | -0/+4 | |
2014-08-10 | unposted: Fix typo in Doc/Zsh/expn.yo | Axel Beckert | 1 | -1/+1 | |
2014-08-04 | 32954: Missed the doc change. | Peter Stephenson | 1 | -1/+3 | |
2014-08-04 | 32949 (wip 32928, 32937): Add :^ syntax for zipping two arrays | Mikael Magnusson | 1 | -0/+24 | |