about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
Commit message (Collapse)AuthorAgeFilesLines
* unposted: Improve documentation and add regression test for workers/47745dana2021-03-231-1/+2
|
* unposted: Add cindex entries for some subsectionsBart Schaefer2021-02-051-3/+12
|
* 47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}Bart Schaefer2020-09-131-1/+5
| | | | Mikael Magnusson: 47382: Completion for 47364
* 47313: docs: Document explicitly that the :P modifier returns a symlink-less ↵Daniel Shahaf2020-08-161-2/+4
| | | | path.
* users/24985: Clarify documentation of the ${(n)} and ${(-)} parameter ↵Daniel Shahaf2020-07-121-3/+6
| | | | expansion flags, and add a forward compatibility hatch to the latter.
* unposted (cf. users/24972, users/24978): Use an ASCII hyphen/minus rather ↵Daniel Shahaf2020-07-031-3/+3
| | | | than a dash.
* users/24971: ${(-)var} sorts on signed integersPeter Stephenson2020-07-031-3/+9
|
* 46132: docs: Use an itemized list in the documentation of the *(o) glob ↵Daniel Shahaf2020-06-281-10/+18
| | | | | | qualifier. This should be easier to read, both as a tutorial and as a reference.
* unposted: docs: Fix some markup and typos.Daniel Shahaf2020-06-261-2/+2
|
* 45684: Document - glob qualifier in error casesPeter Stephenson2020-04-151-1/+3
|
* unposted: ${(Z)}: Convert documentation to a description block.Daniel Shahaf2020-03-201-4/+17
|
* 45287: zshexpn: Describe parameter elision and add some introductory proseDaniel Shahaf2020-01-151-11/+20
|
* 45183: Improve documentation examplesStephane Chazelas2020-01-011-13/+13
|
* 45160: zshexpn: Expand documentation of (S)Daniel Shahaf2019-12-311-3/+32
|
* 45150 + 45152: zshexpn: Use a more minimal example in the documentation of (#b).Sebastian Gniazdowski2019-12-281-3/+4
|
* 44981: Fix some typos in the documentation.Martijn Dekker2019-12-041-1/+1
|
* 44435: Handling digita arguments for :h and :t.Peter Stephenson2019-06-201-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.
* 43620: More care documenting command substitution including $(<...)Peter Stephenson2018-11-141-3/+10
|
* 42790: make [[:blank:]] match non-ASCII blanksStephane Chazelas2018-05-171-1/+1
|
* unposted: Follow-up to previous: Clarify that ${histchars[1]} may be ↵Barton E. Schaefer2018-01-131-2/+1
| | | | backslash-escaped even when it isn't '!'.
* 42261: docs: Expand documentation of $histchars[1]. Joint with Matthew Martin.Daniel Shahaf2018-01-131-4/+7
|
* More [key]=value tweaksPeter Stephenson2017-09-141-3/+4
| | | | | | Some rephrasings. Update typeset -p for associative arrays to use new syntax.
* Further clarification about processing of expansionsPeter Stephenson2017-07-201-3/+6
|
* 41429: Try to improve description of how stages of expansion fit together.Peter Stephenson2017-07-171-2/+3
|
* 40906: Add note on use of (k) parameter subst flag.Peter Stephenson2017-03-271-1/+3
| | | | | KSH_ARRAYS generlly requires [*] or [@] to operate on the whole array and this is true here.
* 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