| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 54870: Fix some doc typos | Štěpán Němec | 2026-06-30 | 1 | -1/+1 |
| | | |||||
| * | 54625: remove .cvsignore | dana | 2026-05-29 | 1 | -4/+0 |
| | | |||||
| * | unposted: creating-a-release: document new version sequence | dana | 2026-05-27 | 1 | -7/+32 |
| | | |||||
| * | unposted: Test release: zsh-5.9.0.2-test.zsh-5.9.0.2-test | Eric Cook | 2025-04-20 | 1 | -1/+1 |
| | | |||||
| * | unposted: remove a few more files by 'make clean' | Jun-ichi Takimoto | 2025-02-04 | 1 | -1/+1 |
| | | | | | | Doc/zsh.{idx,kys} and Etc/FAQ{01-06}.html. These files are already in .gitignore | ||||
| * | 53336: avoid GNU make specific use of $< in a non-inference rule | Oliver Kiddle | 2025-01-30 | 1 | -2/+2 |
| | | |||||
| * | 53228: Remove references to Patches "Archive" from FAQ | Clinton Bunch | 2024-11-23 | 1 | -13/+0 |
| | | |||||
| * | users/29882: Explain $RANDOM predictability | Bart Schaefer | 2024-05-24 | 1 | -0/+32 |
| | | |||||
| * | 52865: Documentation update for 52864 | Bart Schaefer | 2024-04-01 | 1 | -9/+11 |
| | | |||||
| * | 52750: remove ansi2knr support for old pre-ansi K&R compilers | Oliver Kiddle | 2024-03-18 | 1 | -1/+1 |
| | | |||||
| * | 52759: ${ ... } trims one trailing newline; "${ ... }" preserves that newline. | Bart Schaefer | 2024-03-17 | 1 | -9/+12 |
| | | |||||
| * | unposted: Note bug that HIST_IGNORE_DUPS mishandles quoted whitespace. | Bart Schaefer | 2024-03-14 | 1 | -1/+4 |
| | | |||||
| * | 52650 plus minor fixes: add -u for named references pointing to "upper" scope | Bart Schaefer | 2024-03-04 | 1 | -0/+7 |
| | | |||||
| * | 52558: word splitting differences of nofork; update ToC; formatting fixes | Bart Schaefer | 2024-02-18 | 1 | -24/+36 |
| | | |||||
| * | 52521: mapfile (mis)handling of empty/unreadable files | Bart Schaefer | 2024-02-04 | 1 | -0/+3 |
| | | |||||
| * | 52476 + cf. 52479: more FAQs about nofork substitution | Bart Schaefer | 2024-01-24 | 1 | -0/+38 |
| | | |||||
| * | 52308: FAQ for new features, fix some old answers | Bart Schaefer | 2023-11-15 | 1 | -15/+121 |
| | | |||||
| * | 52218: update notes since 5.9 release | Bart Schaefer | 2023-10-15 | 1 | -2/+2 |
| | | |||||
| * | 51486: clarify module development section | Bart Schaefer | 2023-03-05 | 1 | -7/+10 |
| | | |||||
| * | 51342: update PARAMDEF description | Bart Schaefer | 2023-01-31 | 1 | -4/+7 |
| | | |||||
| * | 51212: remove STOUC() macro | Oliver Kiddle | 2022-12-16 | 1 | -3/+0 |
| | | | | | | This served as a workaround for ancient compilers where casts to unsigned char were broken. | ||||
| * | unposted (see 50930): note bug with suspending conditional expressions | Bart Schaefer | 2022-11-12 | 1 | -0/+5 |
| | | |||||
| * | 50372: remove Usenet references from FAQ | Peter Stephenson | 2022-06-16 | 1 | -36/+4 |
| | | |||||
| * | 50365: fix indent in FAQ (text version) | Jun-ichi Takimoto | 2022-06-14 | 1 | -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. | ||||
| * | 50356: work around a yodl bug (mishandling of \'e) | Jun-ichi Takimoto | 2022-06-11 | 1 | -1/+2 |
| | | | | | the bug has been fixed at least in yodl-4.04.02 | ||||
| * | unposted: Mention #zsh topic in creating-a-release | dana | 2022-05-01 | 1 | -1/+2 |
| | | | | | Per off-list suggestion | ||||
| * | unposted: remove the reference to debian #924736, and correct another edit | Bart Schaefer | 2022-04-30 | 1 | -3/+1 |
| | | |||||
| * | 50149: Remove all remaining =(...) files at shell exit | Bart Schaefer | 2022-04-30 | 1 | -2/+0 |
| | | |||||
| * | 50136: Fix =(nosuchcommand) race/deadlock first reported in workers/42609 | Bart Schaefer | 2022-04-29 | 1 | -2/+0 |
| | | |||||
| * | Details about STTY handling; consistency nit | Bart Schaefer | 2022-04-29 | 1 | -2/+4 |
| | | |||||
| * | 50162: Fix multios with current-shell "exec" (aka nullexec). | Bart Schaefer | 2022-04-28 | 1 | -6/+0 |
| | | |||||
| * | 50068: 'exit' in trap causes calling function to return | Bart Schaefer | 2022-04-14 | 1 | -3/+0 |
| | | |||||
| * | unposted: Test release: 5.8.1.2-testzsh-5.8.1.2-test | dana | 2022-04-09 | 1 | -1/+1 |
| | | |||||
| * | unposted: creating-a-release: Normalise white space, clarify some steps | dana | 2022-04-02 | 1 | -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) | ||||
| * | 49907: Mention _numbers in completion guide | Matthew Martin | 2022-03-31 | 1 | -0/+2 |
| | | |||||
| * | 49756 + 49758(Daniel): replace LPAR() in FAQ.yo by SUBST(_LPAR_) | Jun-ichi Takimoto | 2022-02-15 | 1 | -7/+7 |
| | | | | | | In FAQ.yo, macros inside mytt() and tt() are not expanded. Also includes an update for zyodl.vim by Daniel. | ||||
| * | unposted: Release 5.8.1 | dana | 2022-02-12 | 1 | -1/+1 |
| | | | | | (cherry picked from commit 1a490c7050cfacd5daf8376d5a1f0e8cb14ccda5) | ||||
| * | security/89: Add patch which can optionally be used to work around ↵ | Marc Cornellà | 2022-02-12 | 1 | -0/+98 |
| | | | | | | | CVE-2021-45444 in VCS_Info (cherry picked from commit fdb8b0ce6244ff26bf55e0fd825310a58d0d3156) | ||||
| * | 49518: fix exclusions for mixed - and + stacked options | Oliver Kiddle | 2021-12-14 | 1 | -2/+0 |
| | | |||||
| * | github #82: Fix typos | Dimitris Apostolou | 2021-11-12 | 2 | -3/+3 |
| | | |||||
| * | 49520: document $_args_chache_cmd | Jun-ichi Takimoto | 2021-10-24 | 1 | -0/+10 |
| | | |||||
| * | 48096: Update Sourceforge links to https://zsh.sourceforge.io/ | Peter Stephenson | 2021-06-22 | 2 | -11/+11 |
| | | |||||
| * | 48860: remove mention of bugs that have been fixed | Bart Schaefer | 2021-05-16 | 1 | -21/+0 |
| | | |||||
| * | unposted: FAQ: Move section 3.31 to 2.8 | dana | 2021-05-03 | 1 | -63/+63 |
| | | | | | See 48613 | ||||
| * | unposted: remove an already fixed bug from BUGS | Jun-ichi Takimoto | 2021-04-18 | 1 | -2/+0 |
| | | | | | This was fixed by commit b6ba74c | ||||
| * | unposted: update on bug list | Oliver Kiddle | 2021-04-16 | 1 | -3/+2 |
| | | |||||
| * | 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 |
| | | |||||
