summaryrefslogtreecommitdiff
path: root/Etc
AgeCommit message (Collapse)AuthorFilesLines
2025-02-04unposted: remove a few more files by 'make clean'Jun-ichi Takimoto1-1/+1
Doc/zsh.{idx,kys} and Etc/FAQ{01-06}.html. These files are already in .gitignore
2025-01-3053336: avoid GNU make specific use of $< in a non-inference ruleOliver Kiddle1-2/+2
2024-11-2353228: Remove references to Patches "Archive" from FAQClinton Bunch1-13/+0
2024-05-24users/29882: Explain $RANDOM predictabilityBart Schaefer1-0/+32
2024-04-0152865: Documentation update for 52864Bart Schaefer1-9/+11
2024-03-1852750: remove ansi2knr support for old pre-ansi K&R compilersOliver Kiddle1-1/+1
2024-03-1752759: ${ ... } trims one trailing newline; "${ ... }" preserves that newline.Bart Schaefer1-9/+12
2024-03-14unposted: Note bug that HIST_IGNORE_DUPS mishandles quoted whitespace.Bart Schaefer1-1/+4
2024-03-0452650 plus minor fixes: add -u for named references pointing to "upper" scopeBart Schaefer1-0/+7
2024-02-1852558: word splitting differences of nofork; update ToC; formatting fixesBart Schaefer1-24/+36
2024-02-0452521: mapfile (mis)handling of empty/unreadable filesBart Schaefer1-0/+3
2024-01-2452476 + cf. 52479: more FAQs about nofork substitutionBart Schaefer1-0/+38
2023-11-1552308: FAQ for new features, fix some old answersBart Schaefer1-15/+121
2023-10-1552218: update notes since 5.9 releaseBart Schaefer1-2/+2
2023-03-0551486: clarify module development sectionBart Schaefer1-7/+10
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