index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Doc
/
Zsh
/
expn.yo
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-30
unposted: Add details about ${(*)...} expansion
Bart Schaefer
1
-1
/
+2
2022-03-31
27639: clarify that ${(#)...} deals with character codes.
Peter Stephenson
1
-3
/
+4
2022-03-13
49844: Fix node reference errors from 49446 and 49448.
Bart Schaefer
1
-0
/
+7
2022-02-22
49672: document "tied" in output from ${(t)...}
Peter Stephenson
1
-0
/
+5
2021-11-26
49446: docs: Add texinode()s, so the next commit can link directly to a subse...
Daniel Shahaf
1
-0
/
+4
2021-11-26
49445: docs: Clean up some subsection references.
Daniel Shahaf
1
-1
/
+1
2021-09-29
49440: Make double-flag parameter expansion syntax more discoverable in docs
ivan tkachenko
1
-3
/
+6
2021-09-29
49435: Remove trailing whitespaces in expn.yo
ivan tkachenko
1
-13
/
+13
2021-03-23
unposted: Improve documentation and add regression test for workers/47745
dana
1
-1
/
+2
2021-02-05
unposted: Add cindex entries for some subsections
Bart Schaefer
1
-3
/
+12
2020-09-13
47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}
Bart Schaefer
1
-1
/
+5
2020-08-16
47313: docs: Document explicitly that the :P modifier returns a symlink-less ...
Daniel Shahaf
1
-2
/
+4
2020-07-12
users/24985: Clarify documentation of the ${(n)} and ${(-)} parameter expansi...
Daniel Shahaf
1
-3
/
+6
2020-07-03
unposted (cf. users/24972, users/24978): Use an ASCII hyphen/minus rather tha...
Daniel Shahaf
1
-3
/
+3
2020-07-03
users/24971: ${(-)var} sorts on signed integers
Peter Stephenson
1
-3
/
+9
2020-06-28
46132: docs: Use an itemized list in the documentation of the *(o) glob quali...
Daniel Shahaf
1
-10
/
+18
2020-06-26
unposted: docs: Fix some markup and typos.
Daniel Shahaf
1
-2
/
+2
2020-04-15
45684: Document - glob qualifier in error cases
Peter Stephenson
1
-1
/
+3
2020-03-20
unposted: ${(Z)}: Convert documentation to a description block.
Daniel Shahaf
1
-4
/
+17
2020-01-15
45287: zshexpn: Describe parameter elision and add some introductory prose
Daniel Shahaf
1
-11
/
+20
2020-01-01
45183: Improve documentation examples
Stephane Chazelas
1
-13
/
+13
2019-12-31
45160: zshexpn: Expand documentation of (S)
Daniel Shahaf
1
-3
/
+32
2019-12-28
45150 + 45152: zshexpn: Use a more minimal example in the documentation of (#b).
Sebastian Gniazdowski
1
-3
/
+4
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
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 backslas...
Barton E. Schaefer
1
-2
/
+1
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
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
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 i...
Barton E. Schaefer
1
-2
/
+12
2017-02-23
unposted (cf. 40617): clarify description of ${(A)name=value} and ${(AA)name=...
Barton E. Schaefer
1
-5
/
+5
2016-12-09
Document (E) parameter flag better.
Peter Stephenson
1
-1
/
+2
2016-11-09
39882: mention ${name:/pattern/replacement} in the itemized synopsis with the...
Barton E. Schaefer
1
-5
/
+7
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
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
[next]