| Commit message (Expand) | Author | Age | Files | Lines |
* | 51945: assorted documentation improvements, bug fixes, and new test | Bart Schaefer | 2023-07-26 | 1 | -2/+2 |
* | 51884: reset IFS if it contains invalid characters | Jun-ichi Takimoto | 2023-06-26 | 1 | -2/+5 |
* | 51639: new parameter ZSH_EXEPATH (full path of zsh executable) | Jun-ichi Takimoto | 2023-04-11 | 1 | -0/+4 |
* | 51631: initialize $_ by copying it from environment | Jun-ichi Takimoto | 2023-04-09 | 1 | -1/+4 |
* | 51511: Documentation for namespaces | Bart Schaefer | 2023-03-06 | 1 | -1/+16 |
* | 51403: Tests and documentation for 51402, clean up some other tests. | Bart Schaefer | 2023-02-12 | 1 | -2/+2 |
* | 51375: Clarify documentation, fix typos, add indexing. | Bart Schaefer | 2023-02-12 | 1 | -14/+22 |
* | 51362: Begin documentation for named references. | Bart Schaefer | 2023-02-12 | 1 | -1/+45 |
* | 51354: Fix markup in man page version | Daniel Shahaf | 2023-02-02 | 1 | -1/+1 |
* | 50855: Clarify how commands are hashed, and searched-for by "whence". | Bart Schaefer | 2022-10-31 | 1 | -0/+1 |
* | 50138: Note ERRNO must be set before use. | Bart Schaefer | 2022-04-28 | 1 | -0/+3 |
* | 49694 + doc: Allow using empty STTY= to freeze tty for a single command | Mikael Magnusson | 2022-01-30 | 1 | -0/+5 |
* | 49445: docs: Clean up some subsection references. | Daniel Shahaf | 2021-11-26 | 1 | -1/+1 |
* | 49534, 49539: separate watch/log functionality out into a module | Oliver Kiddle | 2021-11-02 | 1 | -118/+0 |
* | 49456: clean up detection of private params in nested scopes, update doc | Bart Schaefer | 2021-10-04 | 1 | -0/+8 |
* | 48888: improve doc for $$ and $PPID, add fail test for PPID readonly-ness | Bart Schaefer | 2021-09-06 | 1 | -7/+8 |
* | 48767: docs: $SECONDS: Clarify what types may be set | Daniel Shahaf | 2021-05-03 | 1 | -2/+3 |
* | 48560: add TYPESET_TO_UNSET option to remove initialization of parameters | Bart Schaefer | 2021-04-18 | 1 | -0/+5 |
* | 46240: Make the expansion of manref()() in ztexi.yo match its expansion in zm... | Daniel Shahaf | 2020-07-13 | 1 | -1/+1 |
* | 45661: docs: Clarify the effect of KSH_ARRAYS on the (I) subscript. | dg1727 | 2020-04-12 | 1 | -0/+4 |
* | unposted: docs: Fix a cross-reference. | Daniel Shahaf | 2020-01-16 | 1 | -1/+1 |
* | 44981: Fix some typos in the documentation. | Martijn Dekker | 2019-12-04 | 1 | -1/+1 |
* | 44495: Mention coproc under $! | Bart Schaefer | 2019-07-08 | 1 | -1/+1 |
* | Document REPORTMEMORY is in Kb, not Mb | Peter Stephenson | 2018-02-13 | 1 | -2/+2 |
* | 41924: (wi) subscript flag interaction | dana | 2018-01-19 | 1 | -2/+4 |
* | add millisecond and microsecond options to TIMEFMT variable | dana | 2017-12-14 | 1 | -2/+4 |
* | 41787 (plus minor tweaks): use $FUNCSTACK for function nesting depth. | Peter Stephenson | 2017-10-02 | 1 | -0/+10 |
* | 41764 (test tweaked): allow [key]+=value when modifying arrays | Peter Stephenson | 2017-09-27 | 1 | -4/+13 |
* | 41755: Followup to last: minor clarification to docs. | Daniel Shahaf | 2017-09-24 | 1 | -1/+1 |
* | Updates for ksh array element syntax. | Peter Stephenson | 2017-09-24 | 1 | -5/+18 |
* | 41731: reformat and expand doc for 41698. | Barton E. Schaefer | 2017-09-20 | 1 | -11/+24 |
* | unposted: nodref -> noderef | Peter Stephenson | 2017-09-15 | 1 | -1/+1 |
* | More [key]=value tweaks | Peter Stephenson | 2017-09-14 | 1 | -3/+6 |
* | unposted: typo in doc just committed | Peter Stephenson | 2017-09-13 | 1 | -1/+1 |
* | First go at var=([key]=value) syntax. | Peter Stephenson | 2017-09-13 | 1 | -1/+26 |
* | 41510: update doc for $ZSH_PATCHLEVEL | Peter Stephenson | 2017-08-08 | 1 | -2/+2 |
* | 39900: Add TERMINFO_DIRS special like TERMINFO. | Guillaume Maudoux | 2016-11-20 | 1 | -4/+14 |
* | 39985: Document the [nyae] answers to the spelling correction prompt, $SPROMPT. | Daniel Shahaf | 2016-11-20 | 1 | -0/+8 |
* | 39507: TMPSUFFIX for =(...) | Barton E. Schaefer | 2016-09-29 | 1 | -0/+9 |
* | 39167: Make $ENV handling more like POSIX | Teubel György | 2016-09-05 | 1 | -1/+2 |
* | unposted: fix pareentheses in man for getrusage() | Peter Stephenson | 2016-06-16 | 1 | -2/+2 |
* | users/21632: Use of REPORTMEMORY variable | Peter Stephenson | 2016-06-13 | 1 | -0/+14 |
* | 38086: shuffle init code to localize a global, add $ZSH_ARGZERO, refine $ZSH_... | Greg Klanderman | 2016-03-06 | 1 | -7/+12 |
* | 37895: $ZSH_SCRIPT is POSIX $0 but always availble | Peter Stephenson | 2016-02-07 | 1 | -0/+7 |
* | 37294: Add ZSH_EXECUTION_STRING. | Peter Stephenson | 2015-12-04 | 1 | -0/+5 |
* | unposted: describe separators between values in array assignment | Peter Stephenson | 2015-11-19 | 1 | -0/+5 |
* | 37127: document indexing of $signals | Peter Stephenson | 2015-11-17 | 1 | -1/+7 |
* | unposted: a few cosmetic format fixes in docs | Jun-ichi Takimoto | 2015-11-13 | 1 | -3/+1 |
* | unposted: Minor documentation tweaks. | Daniel Shahaf | 2015-09-05 | 1 | -1/+1 |
* | 35896: index zle_highlight | Barton E. Schaefer | 2015-07-24 | 1 | -0/+6 |