about summary refs log tree commit diff
path: root/Etc
Commit message (Collapse)AuthorAgeFilesLines
* 48131/0004: FAQ: 3.31: RearrangeDaniel Shahaf2021-03-261-14/+19
|
* 48131/0003: FAQ: 3.31: Move two paragraphs unchanged, reordering themDaniel Shahaf2021-03-261-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 paragraphDaniel Shahaf2021-03-261-2/+3
|
* 48131/0001: FAQ: 3.31: Add a one-sentence summaryDaniel Shahaf2021-03-261-0/+3
|
* 47889: Update csh aliasing equivalencesBart Schaefer2021-02-041-5/+5
|
* unposted: Etc/FAQ.yo: Fix a typo in the front matter.Daniel Shahaf2021-01-261-1/+1
|
* 47716: Etc/BUGS: Add Alekxandr's vcs_info patch.Daniel Shahaf2020-12-041-0/+2
|
* users/26150: note failure of multios with execBart Schaefer2020-12-011-0/+6
|
* 47328: remove references to old zsh.org mail addressesOliver Kiddle2020-08-211-4/+4
|
* 47308: zsh-development-guide: Document the new X-Seq autoreply bot.Daniel Shahaf2020-08-101-0/+8
|
* unposted: Update documentation for the move to new hosting.Daniel Shahaf2020-08-081-10/+7
|
* 46244 (cont.): Flesh out the TODO from the previous commit.Daniel Shahaf2020-07-141-2/+19
|
* 46244: Start to introduce a release managers keyring.Daniel Shahaf2020-07-141-0/+6
|
* 46201: add guidelines for caching and use of imperative mood in descriptionsOliver Kiddle2020-07-081-4/+21
|
* unposted: docs: Fix some markup and typos.Daniel Shahaf2020-06-261-1/+1
|
* unposted: Add 45400 (vared in subshells) plus remarks on users/24904.Bart Schaefer2020-06-091-0/+9
|
* 45932: FAQ (3.1): Update ksh compatibility answer for reserved word typeset.Daniel Shahaf2020-06-071-9/+19
|
* 45933: FAQ: Add "Why does my bash script report an error when I run it under ↵Daniel Shahaf2020-06-071-3/+54
| | | | zsh?".
* 45791 (tweaked): FAQ: Explain how to binary search one's dotfilesDaniel Shahaf2020-06-071-3/+102
|
* unposted: FAQ: Update section number in links to the "The future of zsh" ↵Daniel Shahaf2020-06-071-8/+8
| | | | section.
* unposted: Add users/24904 to Etc/BUGS (a process substitution / forking issue).Daniel Shahaf2020-06-061-0/+7
|
* 45884 (Oliver's, edited by me): Add a few entries.Daniel Shahaf2020-05-211-0/+25
|
* 45656: Document the -o emacs segfault bug.Daniel Shahaf2020-04-051-0/+3
|
* 45583/0008: Extend tests to prove that what remains of xsymlinks() handles ↵Daniel Shahaf2020-03-251-3/+0
| | | | symlink loops gracefully.
* 45583/0004: Fix segfault on resolving symlink loopsDaniel Shahaf2020-03-251-1/+2
|
* 45372: Record a symlink loop bug involving :PDaniel Shahaf2020-02-021-0/+2
|
* 45269: Fix misspellings in completions and elsewhere.Jens Schleusener2020-01-091-1/+1
|
* 45169/0002 (tweaked for trailing newlines): Add an expected-to-fail test for ↵Daniel Shahaf2020-01-011-12/+2
| | | | workers/44007.
* 45111: zshmisc(1): Clarify the documentation of 'return' and 'exit' in ↵Daniel Shahaf2019-12-221-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 spacedana2019-12-211-4/+8
|
* 45101: Document new dev/test versioning scheme, clarify other release stepsdana2019-12-211-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 weekDaniel Shahaf2019-12-211-0/+16
|
* unposted: Test release: 5.7.1-test-1 zsh-5.7.1-test-1dana2019-12-141-1/+1
|
* 45003: Fix more documentation typosMartijn Dekker2019-12-112-4/+4
|
* 44969: completion-style-guide: Mention defaults and superfluous descriptionsdana2019-12-021-1/+24
|
* unposted: FAQ updates.Peter Stephenson2019-07-091-22/+23
| | | | | Typo from previous change; also update old notes on multibyte support.
* users/24030 (minor tweak): note on *.{bla,hbl,ahb}.Peter Stephenson2019-07-081-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.1dana2019-02-031-1/+1
|
* unposted: Update release instructionsdana2019-01-271-2/+42
|
* 43970: Update NEWS for previously unmentioned features in 5.{4,5,6}dana2019-01-041-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-2Peter Stephenson2018-12-191-1/+1
|
* unposted: minor FAQ typosPeter Stephenson2018-10-031-2/+2
|
* 53542 (tweaked): further output about "which" outputPeter Stephenson2018-09-261-15/+17
|
* 43527, tweaked: describe which output behaviour in FAQ.Peter Stephenson2018-09-241-0/+29
|
* 43457: Release 5.6.2 zsh-5.6.2Daniel Shahaf2018-09-141-1/+1
|
* 43447: Generate tar.xz artifacts only.Daniel Shahaf2018-09-121-2/+0
|
* unposted: creating-a-release.txt: Add another step.Daniel Shahaf2018-09-081-0/+1
|
* unposted: Patch release: 5.6.1 zsh-5.6.1Daniel Shahaf2018-09-081-1/+1
|
* 43392: dist: Generate doc/help/* and doc/help.txt in builddir rather than ↵Daniel Shahaf2018-09-061-5/+0
| | | | | | | | | srcdir. Fixes creating tarballs in out-of-tree builds. While here, remove the instruction to build zsh before building a tarball, since that's unneeded.
* unposted (cf 43373): Add two caveats: no local modifications, and need to ↵Daniel Shahaf2018-09-051-0/+7
| | | | build in-tree.