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