Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-06 | 51816: add :S history modifier with pattern match | Peter Stephenson | 1 | -6/+12 | |
2023-05-21 | 51760: r and R were listed in the wrong order. | Marlon Richert | 1 | -3/+3 | |
2023-05-21 | 51758: Make dynamic dir completion easier to implement | Marlon Richert | 1 | -27/+17 | |
2023-05-13 | 51738: support pcre's alternative DFA matching algorithm | Oliver Kiddle | 1 | -1/+5 | |
2023-05-13 | 51728: assign pcre named capture groups to a hash | Oliver Kiddle | 1 | -4/+6 | |
2023-05-11 | 51609: fix reference to select(2) | Jim | 1 | -1/+1 | |
2023-04-11 | 51639: new parameter ZSH_EXEPATH (full path of zsh executable) | Jun-ichi Takimoto | 1 | -0/+4 | |
The full pathname is obatined by a reliable method on macOS and systems that support procfs. But on other systems (FreeBSD, OpenBSD, ...) it is guessed from argv[0], PWD and PATH. | |||||
2023-04-09 | 51631: initialize $_ by copying it from environment | Jun-ichi Takimoto | 1 | -1/+4 | |
2023-03-11 | 51558: Clarify "for" with positional parameters and named reference. | Bart Schaefer | 1 | -0/+3 | |
2023-03-11 | 51557: Clarify availability of ksh-mode parameters, improve vi-mode detection. | Bart Schaefer | 1 | -3/+5 | |
2023-03-06 | 51511: More discussion of unsupported ksh features | Bart Schaefer | 1 | -17/+54 | |
2023-03-06 | 51511: Documentation for namespaces | Bart Schaefer | 2 | -1/+28 | |
2023-03-05 | 51485: module for several ksh93 features, mostly enabled only in ksh emulation. | Bart Schaefer | 1 | -0/+211 | |
2023-03-05 | 51484: Extend named reference handling for special parameters, improve doc. | Bart Schaefer | 1 | -0/+2 | |
2023-02-26 | Fix typo | Bart Schaefer | 1 | -1/+1 | |
2023-02-12 | 51403: Tests and documentation for 51402, clean up some other tests. | Bart Schaefer | 5 | -9/+53 | |
2023-02-12 | 51375: Clarify documentation, fix typos, add indexing. | Bart Schaefer | 4 | -19/+41 | |
2023-02-12 | 51362: Begin documentation for named references. | Bart Schaefer | 4 | -7/+143 | |
2023-02-02 | 51354: Fix markup in man page version | Daniel Shahaf | 1 | -1/+1 | |
2023-02-02 | 51306: error message in ${unset?error} should be expanded | Peter Stephenson | 1 | -1/+3 | |
2023-01-31 | 51337: parameter attributes cross-reference typeset equivalents (or lack ↵ | Bart Schaefer | 2 | -16/+18 | |
thereof) | |||||
2023-01-10 | 51291: support for highlighting ellipses in the line editor | Oliver Kiddle | 1 | -0/+3 | |
2023-01-10 | 51280: add support for italic and faint fonts in the line editor | Oliver Kiddle | 1 | -1/+9 | |
2022-12-31 | 51263: fix typo - `an path` -> `a path` | Max Coplan | 1 | -1/+1 | |
2022-12-17 | 51214: handle read -d and a delimiter that can't be decoded into a character | Oliver Kiddle | 1 | -1/+2 | |
Terminate input at the raw byte value of the delimiter. Also document and test the use of an empty string as a way to specify NUL as the delimiter. | |||||
2022-12-13 | 51198: Clarify and expand ERR_EXIT and ERR_RETURN documentation | Philippe Altherr | 1 | -38/+46 | |
2022-12-12 | 51134: document interactive behaviour with ERR_EXIT and ERR_RETURN | Peter Stephenson | 1 | -1/+7 | |
2022-11-17 | 50934: use OSC 52 escape sequence when copying to "* or "+ vi buffers | Oliver Kiddle | 1 | -3/+8 | |
2022-11-02 | 50851: restore typtab when necessary | Jun-ichi Takimoto | 1 | -6/+10 | |
inittyptab() must be called when returning from a function with "setopt localoptions MULTIBYTE|BANGHIST|SHSTDIN", and also in function dosetopt() when setting these options (via $options, for example). We intentionally did not take account of the options EMACS/VI because these options are obsolete and their use is not recommended. | |||||
2022-10-31 | 50855: Clarify how commands are hashed, and searched-for by "whence". | Bart Schaefer | 2 | -7/+15 | |
2022-10-25 | 50840: Doc/Zsh/grammar.yo: Correct NO_MATCH to NOMATCH | Axel Beckert | 1 | -1/+1 | |
2022-10-23 | users/28243: update "typeset +" documentation | Bart Schaefer | 1 | -3/+5 | |
2022-09-25 | 50648: Use $ZCALC_HISTORY where appropriate | Julian Prein | 1 | -2/+5 | |
2022-06-11 | 50355: documentation and return status consistency in zsh/system module | Bart Schaefer | 1 | -3/+13 | |
2022-06-07 | Tweaks to MULTI_FUNC_DEF | Peter Stephenson | 1 | -0/+5 | |
Output multiple function definitions using "function" form. Note exceptions to errors with NO_MULTI_FUNC_DEF | |||||
2022-05-15 | 50220: Documentation: Fix typos found by Debian's Lintian tool | Axel Beckert | 2 | -2/+2 | |
2022-05-07 | unposted: cross-reference "typeset -f" for "functions -[Tt]" | Bart Schaefer | 1 | -1/+2 | |
2022-04-30 | unposted: Add details about ${(*)...} expansion | Bart Schaefer | 1 | -1/+2 | |
2022-04-28 | 50138: Note ERRNO must be set before use. | Bart Schaefer | 1 | -0/+3 | |
2022-04-06 | 49960: Sort lists in zshcompsys | Matthew Martin | 1 | -40/+40 | |
2022-03-31 | github #88: Fix typo | elig0n | 1 | -1/+1 | |
2022-03-31 | 49933: Add nonblock to sysopen | Matthew Martin | 1 | -0/+3 | |
2022-03-31 | 27639: clarify that ${(#)...} deals with character codes. | Peter Stephenson | 1 | -3/+4 | |
2022-03-30 | 49906 (Bart), 49911: Fixes to querying jobs in subshell. | Peter Stephenson | 2 | -0/+24 | |
Don't attempt to query invalid job off end of table, resulting in crashes from $jobtstates. If background task started in subshell, look at tatsks within subshell instead of main shell. Document and add test. | |||||
2022-03-30 | 49813: <<<: Document newline behavior and fix optimization | Mikael Magnusson | 1 | -1/+2 | |
The =(<<<foo) optimization forgot to add a newline, but =(cat<<<foo) always did, make the behavior consistent, and document it. | |||||
2022-03-29 | 49917: change sense of "Ignore insecure ..." answer and use "autoload -r" | Bart Schaefer | 1 | -1/+1 | |
2022-03-24 | 49845: man page clarification on option scope | Peter Stephenson | 1 | -0/+3 | |
2022-03-13 | 49844: Fix node reference errors from 49446 and 49448. | Bart Schaefer | 2 | -2/+9 | |
2022-03-01 | users/27536: Improved history list documentation | Peter Stephenson | 1 | -3/+4 | |
Clarify interaction of matching and numbers. | |||||
2022-02-22 | unposted: Fix some typos and markup. | Daniel Shahaf | 1 | -2/+2 | |