Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-12 | 49561: add zformat -F option, similar to -f but ternary expressions check ↵ | Oliver Kiddle | 1 | -2/+9 | |
for existence instead of doing math evaluation | |||||
2020-06-10 | unposted: zstyle docs: Fix typo. | Daniel Shahaf | 1 | -1/+1 | |
This manifested as a trailing non-underlined ".RE" in the rendered man page. (I guess that was a man page directive, but I'm not sure how the extraneous closing parenthesis caused it to be rendered in the output.) | |||||
2020-05-02 | 45737 (+ docs, and update the test from 45722): zstyle: When determining the ↵ | Daniel Shahaf | 1 | -3/+3 | |
weight (specificity) of a pattern, consider the number of components before anything else, as documented. | |||||
2020-05-02 | 45722: docs: Change zstyle example to a non-hierarchical one | Daniel Shahaf | 1 | -8/+15 | |
2020-04-27 | github #56: typo: Add a single quote that had been missing | Benjamin Esham | 1 | -1/+1 | |
2020-01-16 | 45307: zstyle docs: Unoverload a placeholder variable name. | Daniel Shahaf | 1 | -4/+5 | |
Use 'pattern' to refer to things matched against contexts and 'metapattern' to refer to things matched against patterns. | |||||
2020-01-16 | 45306: zstyle docs: Introduce the first synopsis in the same way as all ↵ | Daniel Shahaf | 1 | -6/+7 | |
others: with an item()(). | |||||
2020-01-14 | users/24656: docs: Add an example of setting and querying zstyles | Daniel Shahaf | 1 | -8/+27 | |
2019-12-22 | 45112: zshmodules: Explicitly document the return values of the 'zstyle' ↵ | Daniel Shahaf | 1 | -0/+6 | |
getters -s, -b, and -a. | |||||
2019-03-12 | 44100: zparseopts: Add -F option, completion, tests; improve documentation | dana | 1 | -12/+40 | |
* Enable zparseopts to perform basic usage validation (aborting on an unrecognised option-like parameter) * Officially document the resolution of ambiguous option specs | |||||
2018-07-16 | 43172: document escaping colon in zformat -a | Tim Smith | 1 | -0/+1 | |
2017-08-07 | 41500: document "-" to end zparseopts options | Anthony Heading | 1 | -1/+1 | |
2016-01-27 | 37802: Clarify zparseopts description. (This file inadvertently ommitted | Barton E. Schaefer | 1 | -3/+7 | |
from previous commit.) | |||||
2015-05-12 | 35075: improve manual format | Jun-ichi Takimoto | 1 | -26/+26 | |
also fixed a ChangeLog entry for 35034 (2015-05-06) | |||||
2014-10-03 | Fix some typos in the documentation | Mikael Magnusson | 1 | -1/+1 | |
2014-02-15 | 32388: zparseopts -K preserves individual associative array elements | Barton E. Schaefer | 1 | -4/+6 | |
2011-09-06 | 29736: mention when zstyle -t returns 1. | Mikael Magnusson | 1 | -1/+2 | |
2011-05-18 | 29312, users/16032: add "zparseopts -M" | Bart Schaefer | 1 | -1/+20 | |
2007-06-08 | 23537: make style list a hash table | Peter Stephenson | 1 | -1/+2 | |
2006-08-16 | 22610: allow zstyle -L to have arguments | Peter Stephenson | 1 | -3/+13 | |
2005-04-24 | Minor tweak to _generic plus doc fixes for info interpretation of hyphens. | Bart Schaefer | 1 | -1/+1 | |
2005-04-01 | c.f. 21071: always use "status" in return and exit status docs | Peter Stephenson | 1 | -1/+1 | |
2003-06-19 | 18616: Add ternary expression handling to zformat | Peter Stephenson | 1 | -0/+25 | |
2000-08-29 | 12716: Document and index REPLY/reply paramters properly. | Bart Schaefer | 1 | -0/+1 | |
2000-08-10 | Minor documentation fixes (12585) | Oliver Kiddle | 1 | -1/+1 | |
2000-07-05 | mention more standard tags in documentation and fix some typos (12177) | Oliver Kiddle | 1 | -1/+1 | |
2000-06-25 | 12063: Assorted typo-squashing and reformatting. | Bart Schaefer | 1 | -51/+75 | |
2000-06-16 | zstyle -e option; change math-styles to boolean ones; change defaults for ↵ | Sven Wischnowsky | 1 | -3/+10 | |
_expand styles (11937) | |||||
2000-06-07 | -K option for zparseopts to keep previous array values (11792) | Sven Wischnowsky | 1 | -9/+28 | |
2000-05-23 | doc clarifications for zparseopts (11536) | Sven Wischnowsky | 1 | -2/+22 | |
2000-05-23 | add -E option to zparseopts (11530) | Sven Wischnowsky | 1 | -1/+4 | |
2000-05-22 | remove -h option from zstyle (11490) | Sven Wischnowsky | 1 | -6/+5 | |
2000-05-21 | 11478; 3.1.7-pre-4 | Peter Stephenson | 1 | -53/+58 | |
2000-05-17 | 11431: Chop up zstyle doc into an itemize list. | Bart Schaefer | 1 | -39/+51 | |
2000-05-11 | Spelling corrections in the docs (11315) | Oliver Kiddle | 1 | -1/+1 | |
2000-04-01 | Updated from list as far as 10376 | Peter Stephenson | 1 | -5/+62 | |
1999-12-10 | Initial revision | Tanaka Akira | 1 | -0/+109 | |