summaryrefslogtreecommitdiff
path: root/Etc
AgeCommit message (Collapse)AuthorFilesLines
2023-01-3151342: update PARAMDEF descriptionBart Schaefer1-4/+7
2022-12-1651212: remove STOUC() macroOliver Kiddle1-3/+0
This served as a workaround for ancient compilers where casts to unsigned char were broken.
2022-11-12unposted (see 50930): note bug with suspending conditional expressionsBart Schaefer1-0/+5
2022-06-1650372: remove Usenet references from FAQPeter Stephenson1-36/+4
2022-06-1450365: fix indent in FAQ (text version)Jun-ichi Takimoto1-62/+7
Lack of indent of the 1st line of a paragraph is fixed, but now two or more consecutive blank lines will be copied to text output as is.
2022-06-1150356: work around a yodl bug (mishandling of \'e)Jun-ichi Takimoto1-1/+2
the bug has been fixed at least in yodl-4.04.02
2022-05-01unposted: Mention #zsh topic in creating-a-releasedana1-1/+2
Per off-list suggestion
2022-04-30unposted: remove the reference to debian #924736, and correct another editBart Schaefer1-3/+1
2022-04-3050149: Remove all remaining =(...) files at shell exitBart Schaefer1-2/+0
2022-04-2950136: Fix =(nosuchcommand) race/deadlock first reported in workers/42609Bart Schaefer1-2/+0
2022-04-29Details about STTY handling; consistency nitBart Schaefer1-2/+4
2022-04-2850162: Fix multios with current-shell "exec" (aka nullexec).Bart Schaefer1-6/+0
2022-04-1450068: 'exit' in trap causes calling function to returnBart Schaefer1-3/+0
2022-04-09unposted: Test release: 5.8.1.2-testdana1-1/+1
2022-04-02unposted: creating-a-release: Normalise white space, clarify some stepsdana1-13/+21
(The need for these changes was discovered during the release of 5.8.1. Daniel suggested one. They were hinted at in security/107)
2022-03-3149907: Mention _numbers in completion guideMatthew Martin1-0/+2
2022-02-1549756 + 49758(Daniel): replace LPAR() in FAQ.yo by SUBST(_LPAR_)Jun-ichi Takimoto1-7/+7
In FAQ.yo, macros inside mytt() and tt() are not expanded. Also includes an update for zyodl.vim by Daniel.
2022-02-12unposted: Release 5.8.1dana1-1/+1
(cherry picked from commit 1a490c7050cfacd5daf8376d5a1f0e8cb14ccda5)
2022-02-12security/89: Add patch which can optionally be used to work around ↵Marc Cornellà1-0/+98
CVE-2021-45444 in VCS_Info (cherry picked from commit fdb8b0ce6244ff26bf55e0fd825310a58d0d3156)
2021-12-1449518: fix exclusions for mixed - and + stacked optionsOliver Kiddle1-2/+0
2021-11-12github #82: Fix typosDimitris Apostolou2-3/+3
2021-10-2449520: document $_args_chache_cmdJun-ichi Takimoto1-0/+10
2021-06-2248096: Update Sourceforge links to https://zsh.sourceforge.io/Peter Stephenson2-11/+11
2021-05-1648860: remove mention of bugs that have been fixedBart Schaefer1-21/+0
2021-05-03unposted: FAQ: Move section 3.31 to 2.8dana1-63/+63
See 48613
2021-04-18unposted: remove an already fixed bug from BUGSJun-ichi Takimoto1-2/+0
This was fixed by commit b6ba74c
2021-04-16unposted: update on bug listOliver Kiddle1-3/+2
2021-04-0848410: FAQ, METAFAQ: Mention zsh-security@.Daniel Shahaf1-0/+5
2021-04-06unposted: add several references to bugs in old list postsOliver Kiddle1-1/+7
2021-04-05unposted: FAQ: Move the 'The mailing lists have moved' notice to a more ↵Daniel Shahaf1-3/+3
appropriate place.
2021-04-01unposted: BUGS: Add 39319, a named-file process substitution cleanup bug.Daniel Shahaf1-0/+2
2021-03-2648131/0004: FAQ: 3.31: RearrangeDaniel Shahaf1-14/+19
2021-03-2648131/0003: FAQ: 3.31: Move two paragraphs unchanged, reordering themDaniel Shahaf1-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.
2021-03-2648131/0002: FAQ: 3.31: Tweak summary paragraphDaniel Shahaf1-2/+3
2021-03-2648131/0001: FAQ: 3.31: Add a one-sentence summaryDaniel Shahaf1-0/+3
2021-02-0447889: Update csh aliasing equivalencesBart Schaefer1-5/+5
2021-01-26unposted: Etc/FAQ.yo: Fix a typo in the front matter.Daniel Shahaf1-1/+1
2020-12-0447716: Etc/BUGS: Add Alekxandr's vcs_info patch.Daniel Shahaf1-0/+2
2020-12-01users/26150: note failure of multios with execBart Schaefer1-0/+6
2020-08-2147328: remove references to old zsh.org mail addressesOliver Kiddle1-4/+4
2020-08-1047308: zsh-development-guide: Document the new X-Seq autoreply bot.Daniel Shahaf1-0/+8
2020-08-08unposted: Update documentation for the move to new hosting.Daniel Shahaf1-10/+7
2020-07-1446244 (cont.): Flesh out the TODO from the previous commit.Daniel Shahaf1-2/+19
2020-07-1446244: Start to introduce a release managers keyring.Daniel Shahaf1-0/+6
2020-07-0846201: add guidelines for caching and use of imperative mood in descriptionsOliver Kiddle1-4/+21
2020-06-26unposted: docs: Fix some markup and typos.Daniel Shahaf1-1/+1
2020-06-09unposted: Add 45400 (vared in subshells) plus remarks on users/24904.Bart Schaefer1-0/+9
2020-06-0745932: FAQ (3.1): Update ksh compatibility answer for reserved word typeset.Daniel Shahaf1-9/+19
2020-06-0745933: FAQ: Add "Why does my bash script report an error when I run it under ↵Daniel Shahaf1-3/+54
zsh?".
2020-06-0745791 (tweaked): FAQ: Explain how to binary search one's dotfilesDaniel Shahaf1-3/+102