Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unposted (cf. 52219): fix typo | Bart Schaefer | 2023-10-15 | 1 | -1/+1 |
| | |||||
* | 52218: update notes since 5.9 release | Bart Schaefer | 2023-10-15 | 1 | -0/+9 |
| | |||||
* | unposted: mention attributes changes, fix renumbering mistake and allow ↵ | Oliver Kiddle | 2023-01-11 | 1 | -0/+6 |
| | | | | completion to offer prompt escapes for PROMPT_EOL_MARK | ||||
* | 51193: Discuss ERR_EXIT changes | Philippe Altherr | 2022-12-13 | 1 | -0/+8 |
| | |||||
* | 51001: Reverts 8839e969b, most of 1ba8714a, and d873ed60. | Philippe Altherr | 2022-12-03 | 1 | -9/+0 |
| | | | | Also correct ChangeLog | ||||
* | 50928: fix tests for 50897, mention behavior change in NEWS | Bart Schaefer | 2022-11-09 | 1 | -0/+9 |
| | |||||
* | 50229: Typo | Bart Schaefer | 2022-05-14 | 1 | -1/+1 |
| | |||||
* | unposted: Add details about ${(*)...} expansion | Bart Schaefer | 2022-04-30 | 1 | -0/+6 |
| | |||||
* | unposted: Adjust NEWS dedication wording | dana | 2022-04-26 | 1 | -1/+1 |
| | | | | Per off-list feedback | ||||
* | unposted: NEWS: fix typo in previous commit | Mikael Magnusson | 2022-04-10 | 1 | -1/+1 |
| | |||||
* | unposted: NEWS: Improve flow between the paragraph and its links. | Daniel Shahaf | 2022-04-10 | 1 | -1/+1 |
| | |||||
* | NEWS: Dedicate zsh 5.9 to Sven Guckes | dana | 2022-04-09 | 1 | -0/+6 |
| | |||||
* | NEWS/README: Add missing change documentation for 5.9 | dana | 2022-04-09 | 1 | -20/+65 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This covers the following changes: users/24971: ${(-)var} sorts on signed integers 47704: POSIX export and readonly ignore "-p" when parameter names also appear 47913: implement CASE_PATHS option to make NO_CASE_GLOB more sensible 48073: Add fc -s as POSIX way of rerunning command without starting editor 49307 with doc update: POSIX_TRAPS fix. 49528: allow multiple -D options to compadd 49534, 49539: separate watch/log functionality out into a module 49561: add zformat -F option, similar to -f but ternary expressions check for existence instead of doing math evaluation 49597: add a helper for completing numbers with unit suffixes and separate out defaults, ranges and units in completion descriptions 49611 based on 49590 (Martijn Dekker): disable Inf and NaN in math expressions for sh emulation 49646: allow colors in WATCHFMT with %F/%K 49694 + doc: Allow using empty STTY= to freeze tty for a single command 49853 + 49882/49883: make "${arr[*]:off}" compatible with ksh/bash | ||||
* | 49918: Update for 49917 and 49911. | Bart Schaefer | 2022-03-29 | 1 | -0/+11 |
| | |||||
* | CVE-2021-45444: Update NEWS/README | dana | 2022-02-12 | 1 | -0/+17 |
| | | | | (cherry picked from commit bdc4d70a7e033b754e68a8659a037ea0fc5f38de) | ||||
* | github #82: Fix typos | Dimitris Apostolou | 2021-11-12 | 1 | -1/+1 |
| | |||||
* | unposted (cf. 49077): Clarify unset example | Bart Schaefer | 2021-06-14 | 1 | -1/+1 |
| | |||||
* | 49069: literal interpretation of subscripts for unset of array/hash elements | Bart Schaefer | 2021-06-13 | 1 | -0/+12 |
| | |||||
* | 48638: mention TYPESET_TO_UNSET in NEWS | Bart Schaefer | 2021-04-20 | 1 | -0/+6 |
| | |||||
* | 47997: Disable XTRACE around user-defined completion widgets. | Bart Schaefer | 2021-02-11 | 1 | -0/+5 |
| | |||||
* | NEWS: Catch up on new features | dana | 2020-12-12 | 1 | -0/+19 |
| | |||||
* | unposted: NEWS, README: Document zsh/system changes from workers/45708 | dana | 2020-04-20 | 1 | -2/+9 |
| | |||||
* | Update NEWS/README | dana | 2020-02-14 | 1 | -2/+16 |
| | |||||
* | 45111: zshmisc(1): Clarify the documentation of 'return' and 'exit' in ↵ | Daniel Shahaf | 2019-12-22 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | conjunction with try/always Having reviewed 20076, 20084, 21734, and 21735, my understanding is that the original intention was: - A 'return' in a function does run always-list - An 'exit' outside a function does not run always-list - A 'return' outside a function is treated as an 'exit' All of which are the case today. The remaining case, of 'exit' used inside a function, was not specified by the referenced -workers@ posts; does, as implemented, run the always-list; and furthermore, based in 21734 it's fair to assume that the original documentation was assuming that 'exit' would be used outside of any function, just like it assumed 'return' would be used inside a function. Therefore, have the documentation specify only the behaviour of 'exit' outside any function, and leave the behaviour of 'exit' inside a function unspecified. Anyone who relied on the documentation of 'exit' as documented until this commit would have run into the documentation/implementation discrepancy described in 45075. | ||||
* | 45003: Fix more documentation typos | Martijn Dekker | 2019-12-11 | 1 | -1/+1 |
| | |||||
* | unposted: NEWS: Mention `functions -c` | dana | 2019-08-17 | 1 | -0/+2 |
| | |||||
* | 44435: Handling digita arguments for :h and :t. | Peter Stephenson | 2019-06-20 | 1 | -0/+6 |
| | | | | | | | Pick number of leading or trailing path components to substitute. Active in history, brace parameters, glob qualifiers. Add tests for all three environments. | ||||
* | 44274: allow finer control of completion match soring with compadd's -o option | Oliver Kiddle | 2019-05-07 | 1 | -0/+5 |
| | |||||
* | unposted: NEWS: Document recent feature additions | dana | 2019-04-12 | 1 | -1/+20 |
| | | | | | Document new features and major changes introduced in 44100, 44135, 44155, 44198, 44200, &al. | ||||
* | unposted: Update for 5.6.2-test-3 zsh-5.6.2-test-3 | dana | 2019-01-05 | 1 | -0/+4 |
| | |||||
* | 43970: Update NEWS for previously unmentioned features in 5.{4,5,6} | dana | 2019-01-04 | 1 | -2/+29 |
| | | | | Also clarify release documentation and fix a typo mentioned in workers/43971 | ||||
* | 43760: add documentation for true colour changes and nearcolor module | Oliver Kiddle | 2018-11-05 | 1 | -0/+9 |
| | |||||
* | 43457: Release 5.6.2 zsh-5.6.2 | Daniel Shahaf | 2018-09-14 | 1 | -0/+11 |
| | |||||
* | unposted: Patch release: 5.6.1 zsh-5.6.1 | Daniel Shahaf | 2018-09-08 | 1 | -0/+7 |
| | |||||
* | CVE-2018-0502, CVE-2018-13259: Fix two security issues in shebang line parsing. | Anthony Sottile | 2018-09-03 | 1 | -0/+21 |
| | | | | | | See NEWS for more information. Patch by Anthony Sottile and Buck Evan. | ||||
* | mention Inf/NaN floating point changes in NEWS file | Oliver Kiddle | 2018-09-03 | 1 | -0/+7 |
| | |||||
* | Test release: 5.5.1-test-2. zsh-5.5.1-test-2 | Daniel Shahaf | 2018-08-25 | 1 | -1/+1 |
| | |||||
* | unposted: Test release: 5.5.1-test-1. zsh-5.5.1-test-1 | Daniel Shahaf | 2018-08-25 | 1 | -2/+2 |
| | |||||
* | 42790: make [[:blank:]] match non-ASCII blanks | Stephane Chazelas | 2018-05-17 | 1 | -1/+8 |
| | |||||
* | unposted: Update for release 5.5.1. zsh-5.5.1 | Peter Stephenson | 2018-04-16 | 1 | -0/+6 |
| | |||||
* | Updates for ksh array element syntax. | Peter Stephenson | 2017-09-24 | 1 | -3/+12 |
| | | | | | | | | Move detection of key/value pairs down into prefork(). Detect normal array assignment and [key]=val array assignemnt separately. Mark key / value pairs with Marker and pass up flag. Deal with marked triads specially later on. | ||||
* | 41736: NO_INTERACTIVE_COMMENTS in $(...) | Barton E. Schaefer | 2017-09-20 | 1 | -0/+8 |
| | |||||
* | unposted: update distribution docs for 5.4 release. | Peter Stephenson | 2017-07-29 | 1 | -2/+10 |
| | |||||
* | 41275: Leave stdin open when executing widgets | Stephane Chazelas | 2017-06-13 | 1 | -0/+4 |
| | |||||
* | 41038: Document recent, backwards-compatible precommand modifiers changes. | Daniel Shahaf | 2017-05-04 | 1 | -0/+11 |
| | |||||
* | unposted: Release 5.3.1 zsh-5.3.1 | Peter Stephenson | 2016-12-21 | 1 | -2/+4 |
| | |||||
* | 40130: mention some changes since 5.2 | Oliver Kiddle | 2016-12-09 | 1 | -0/+24 |
| | |||||
* | 40049: NEWS about Unicode 9 (40037) | Peter Stephenson | 2016-11-30 | 1 | -0/+7 |
| | |||||
* | unposted: mention former behavior of typeset for comparison | Barton E. Schaefer | 2016-10-26 | 1 | -1/+2 |
| | |||||
* | "typeset -p" uses "export" commands or the "-g" option for parameters that ↵ | Barton E. Schaefer | 2016-10-24 | 1 | -0/+3 |
| | | | | are not local to the current scope |