Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 48410: FAQ, METAFAQ: Mention zsh-security@. | Daniel Shahaf | 2021-04-08 | 1 | -0/+5 |
| | |||||
* | unposted: add several references to bugs in old list posts | Oliver Kiddle | 2021-04-06 | 1 | -1/+7 |
| | |||||
* | unposted: FAQ: Move the 'The mailing lists have moved' notice to a more ↵ | Daniel Shahaf | 2021-04-05 | 1 | -3/+3 |
| | | | | appropriate place. | ||||
* | unposted: BUGS: Add 39319, a named-file process substitution cleanup bug. | Daniel Shahaf | 2021-04-01 | 1 | -0/+2 |
| | |||||
* | 48131/0004: FAQ: 3.31: Rearrange | Daniel Shahaf | 2021-03-26 | 1 | -14/+19 |
| | |||||
* | 48131/0003: FAQ: 3.31: Move two paragraphs unchanged, reordering them | Daniel Shahaf | 2021-03-26 | 1 | -14/+17 |
| | | | | | | | | | | | | | Factored out from the next patch for readability of the diff. The answer, as it stands in this commit, doesn't flow correctly. In order to keep the diffs small and easy to follow, this commit simply adds a TODO to record this issue, a TODO which is fixed by the next commit in this series (the child of this commit). Thus, a request: DEAR PEOPLE FROM THE FUTURE: Please don't create new branches off this commit; create them off the parent commit or off the child commit instead. Thank you. | ||||
* | 48131/0002: FAQ: 3.31: Tweak summary paragraph | Daniel Shahaf | 2021-03-26 | 1 | -2/+3 |
| | |||||
* | 48131/0001: FAQ: 3.31: Add a one-sentence summary | Daniel Shahaf | 2021-03-26 | 1 | -0/+3 |
| | |||||
* | 47889: Update csh aliasing equivalences | Bart Schaefer | 2021-02-04 | 1 | -5/+5 |
| | |||||
* | unposted: Etc/FAQ.yo: Fix a typo in the front matter. | Daniel Shahaf | 2021-01-26 | 1 | -1/+1 |
| | |||||
* | 47716: Etc/BUGS: Add Alekxandr's vcs_info patch. | Daniel Shahaf | 2020-12-04 | 1 | -0/+2 |
| | |||||
* | users/26150: note failure of multios with exec | Bart Schaefer | 2020-12-01 | 1 | -0/+6 |
| | |||||
* | 47328: remove references to old zsh.org mail addresses | Oliver Kiddle | 2020-08-21 | 1 | -4/+4 |
| | |||||
* | 47308: zsh-development-guide: Document the new X-Seq autoreply bot. | Daniel Shahaf | 2020-08-10 | 1 | -0/+8 |
| | |||||
* | unposted: Update documentation for the move to new hosting. | Daniel Shahaf | 2020-08-08 | 1 | -10/+7 |
| | |||||
* | 46244 (cont.): Flesh out the TODO from the previous commit. | Daniel Shahaf | 2020-07-14 | 1 | -2/+19 |
| | |||||
* | 46244: Start to introduce a release managers keyring. | Daniel Shahaf | 2020-07-14 | 1 | -0/+6 |
| | |||||
* | 46201: add guidelines for caching and use of imperative mood in descriptions | Oliver Kiddle | 2020-07-08 | 1 | -4/+21 |
| | |||||
* | unposted: docs: Fix some markup and typos. | Daniel Shahaf | 2020-06-26 | 1 | -1/+1 |
| | |||||
* | unposted: Add 45400 (vared in subshells) plus remarks on users/24904. | Bart Schaefer | 2020-06-09 | 1 | -0/+9 |
| | |||||
* | 45932: FAQ (3.1): Update ksh compatibility answer for reserved word typeset. | Daniel Shahaf | 2020-06-07 | 1 | -9/+19 |
| | |||||
* | 45933: FAQ: Add "Why does my bash script report an error when I run it under ↵ | Daniel Shahaf | 2020-06-07 | 1 | -3/+54 |
| | | | | zsh?". | ||||
* | 45791 (tweaked): FAQ: Explain how to binary search one's dotfiles | Daniel Shahaf | 2020-06-07 | 1 | -3/+102 |
| | |||||
* | unposted: FAQ: Update section number in links to the "The future of zsh" ↵ | Daniel Shahaf | 2020-06-07 | 1 | -8/+8 |
| | | | | section. | ||||
* | unposted: Add users/24904 to Etc/BUGS (a process substitution / forking issue). | Daniel Shahaf | 2020-06-06 | 1 | -0/+7 |
| | |||||
* | 45884 (Oliver's, edited by me): Add a few entries. | Daniel Shahaf | 2020-05-21 | 1 | -0/+25 |
| | |||||
* | 45656: Document the -o emacs segfault bug. | Daniel Shahaf | 2020-04-05 | 1 | -0/+3 |
| | |||||
* | 45583/0008: Extend tests to prove that what remains of xsymlinks() handles ↵ | Daniel Shahaf | 2020-03-25 | 1 | -3/+0 |
| | | | | symlink loops gracefully. | ||||
* | 45583/0004: Fix segfault on resolving symlink loops | Daniel Shahaf | 2020-03-25 | 1 | -1/+2 |
| | |||||
* | 45372: Record a symlink loop bug involving :P | Daniel Shahaf | 2020-02-02 | 1 | -0/+2 |
| | |||||
* | 45269: Fix misspellings in completions and elsewhere. | Jens Schleusener | 2020-01-09 | 1 | -1/+1 |
| | |||||
* | 45169/0002 (tweaked for trailing newlines): Add an expected-to-fail test for ↵ | Daniel Shahaf | 2020-01-01 | 1 | -12/+2 |
| | | | | workers/44007. | ||||
* | 45111: zshmisc(1): Clarify the documentation of 'return' and 'exit' in ↵ | Daniel Shahaf | 2019-12-22 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | 45101: Adjust white space | dana | 2019-12-21 | 1 | -4/+8 |
| | |||||
* | 45101: Document new dev/test versioning scheme, clarify other release steps | dana | 2019-12-21 | 1 | -9/+30 |
| | | | | | | | Also clarified the purpose of dev/test releases as suggested in workers/45104. Note that the old versioning scheme remains in effect until after 5.8 final has been released. | ||||
* | unposted: Etc/BUGS: Add two bugs discussed on -workers@ this week | Daniel Shahaf | 2019-12-21 | 1 | -0/+16 |
| | |||||
* | unposted: Test release: 5.7.1-test-1 zsh-5.7.1-test-1 | dana | 2019-12-14 | 1 | -1/+1 |
| | |||||
* | 45003: Fix more documentation typos | Martijn Dekker | 2019-12-11 | 2 | -4/+4 |
| | |||||
* | 44969: completion-style-guide: Mention defaults and superfluous descriptions | dana | 2019-12-02 | 1 | -1/+24 |
| | |||||
* | unposted: FAQ updates. | Peter Stephenson | 2019-07-09 | 1 | -22/+23 |
| | | | | | Typo from previous change; also update old notes on multibyte support. | ||||
* | users/24030 (minor tweak): note on *.{bla,hbl,ahb}. | Peter Stephenson | 2019-07-08 | 1 | -0/+39 |
| | | | | | This is an expansion, not a form of pattern match. Describe the problem and what to do instead. | ||||
* | unposted: Release 5.7.1 zsh-5.7.1 | dana | 2019-02-03 | 1 | -1/+1 |
| | |||||
* | unposted: Update release instructions | dana | 2019-01-27 | 1 | -2/+42 |
| | |||||
* | 43970: Update NEWS for previously unmentioned features in 5.{4,5,6} | dana | 2019-01-04 | 1 | -0/+4 |
| | | | | Also clarify release documentation and fix a typo mentioned in workers/43971 | ||||
* | unposted: updates for 5.6.2-test-2 zsh-5.6.2-test-2 | Peter Stephenson | 2018-12-19 | 1 | -1/+1 |
| | |||||
* | unposted: minor FAQ typos | Peter Stephenson | 2018-10-03 | 1 | -2/+2 |
| | |||||
* | 53542 (tweaked): further output about "which" output | Peter Stephenson | 2018-09-26 | 1 | -15/+17 |
| | |||||
* | 43527, tweaked: describe which output behaviour in FAQ. | Peter Stephenson | 2018-09-24 | 1 | -0/+29 |
| | |||||
* | 43457: Release 5.6.2 zsh-5.6.2 | Daniel Shahaf | 2018-09-14 | 1 | -1/+1 |
| | |||||
* | 43447: Generate tar.xz artifacts only. | Daniel Shahaf | 2018-09-12 | 1 | -2/+0 |
| |