Clinton Bunch
86d5f24a3d
53228: Remove references to Patches "Archive" from FAQ
2024-11-23 23:25:37 +01:00
Bart Schaefer
9dcaf78997
users/29882: Explain $RANDOM predictability
2024-05-24 19:27:14 -07:00
Bart Schaefer
49c6978dbb
52865: Documentation update for 52864
2024-04-01 22:38:27 -07:00
Oliver Kiddle
57248b8883
52750: remove ansi2knr support for old pre-ansi K&R compilers
2024-03-18 20:02:34 +01:00
Bart Schaefer
25182cc2e6
52759: ${ ... } trims one trailing newline; "${ ... }" preserves that newline.
2024-03-17 14:28:28 -07:00
Bart Schaefer
45b0a838aa
unposted: Note bug that HIST_IGNORE_DUPS mishandles quoted whitespace.
2024-03-14 13:22:11 -07:00
Bart Schaefer
610b18875a
52650 plus minor fixes: add -u for named references pointing to "upper" scope
2024-03-04 21:07:01 -08:00
Bart Schaefer
4a86a54d2b
52558: word splitting differences of nofork; update ToC; formatting fixes
2024-02-18 14:25:20 -08:00
Bart Schaefer
58ff6c68d5
52521: mapfile (mis)handling of empty/unreadable files
2024-02-04 16:13:31 -08:00
Bart Schaefer
0fccdf0d57
52476 + cf. 52479: more FAQs about nofork substitution
2024-01-24 17:42:36 -08:00
Bart Schaefer
0840f34e1f
52308: FAQ for new features, fix some old answers
2023-11-15 20:23:54 -08:00
Bart Schaefer
487fba3fb3
52218: update notes since 5.9 release
2023-10-15 15:03:58 -07:00
Bart Schaefer
9bd9693fdb
51486: clarify module development section
2023-03-05 14:21:18 -08:00
Bart Schaefer
c8c894f83f
51342: update PARAMDEF description
2023-01-31 17:45:42 -08:00
Oliver Kiddle
a73c705b0c
51212: remove STOUC() macro
...
This served as a workaround for ancient compilers where casts to
unsigned char were broken.
2022-12-16 23:28:10 +01:00
Bart Schaefer
b1533066ca
unposted (see 50930): note bug with suspending conditional expressions
2022-11-12 08:28:28 -08:00
Peter Stephenson
123497b78e
50372: remove Usenet references from FAQ
2022-06-16 17:25:01 +01:00
Jun-ichi Takimoto
fc431b5956
50365: fix indent in FAQ (text version)
...
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-14 01:55:27 +09:00
Jun-ichi Takimoto
6a6e358baf
50356: work around a yodl bug (mishandling of \'e)
...
the bug has been fixed at least in yodl-4.04.02
2022-06-11 14:09:02 +09:00
dana
8ffefd841a
unposted: Mention #zsh topic in creating-a-release
...
Per off-list suggestion
2022-05-01 12:25:58 -07:00
Bart Schaefer
afbbde2828
unposted: remove the reference to debian #924736 , and correct another edit
2022-04-30 23:04:48 -07:00
Bart Schaefer
e127ceaae8
50149: Remove all remaining =(...) files at shell exit
2022-04-30 11:21:03 -07:00
Bart Schaefer
8181708feb
50136: Fix =(nosuchcommand) race/deadlock first reported in workers/42609
2022-04-29 20:37:09 -07:00
Bart Schaefer
8eccdc5cb7
Details about STTY handling; consistency nit
2022-04-29 20:15:24 -07:00
Bart Schaefer
0ccc3c1494
50162: Fix multios with current-shell "exec" (aka nullexec).
2022-04-28 17:03:31 -07:00
Bart Schaefer
d24d7242fe
50068: 'exit' in trap causes calling function to return
2022-04-14 16:31:50 -07:00
dana
6e55c92050
unposted: Test release: 5.8.1.2-test
2022-04-09 14:34:44 -05:00
dana
cfce598a13
unposted: creating-a-release: Normalise white space, clarify some steps
...
(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-04-02 18:38:34 -05:00
Matthew Martin
283fc8596b
49907: Mention _numbers in completion guide
2022-03-31 17:36:21 -05:00
Jun-ichi Takimoto
31d42ecb84
49756 + 49758(Daniel): replace LPAR() in FAQ.yo by SUBST(_LPAR_)
...
In FAQ.yo, macros inside mytt() and tt() are not expanded.
Also includes an update for zyodl.vim by Daniel.
2022-02-15 16:50:21 +09:00
dana
e10c75d524
unposted: Release 5.8.1
...
(cherry picked from commit 1a490c7050
)
2022-02-12 10:32:37 -06:00
Marc Cornellà
d2df4c8ee4
security/89: Add patch which can optionally be used to work around CVE-2021-45444 in VCS_Info
...
(cherry picked from commit fdb8b0ce62
)
2022-02-12 10:29:55 -06:00
Oliver Kiddle
7cb980b536
49518: fix exclusions for mixed - and + stacked options
2021-12-14 12:30:55 +01:00
Dimitris Apostolou
356dcb20ce
github #82 : Fix typos
2021-11-12 23:54:34 +01:00
Jun-ichi Takimoto
b4c8aee52d
49520: document $_args_chache_cmd
2021-10-24 21:43:38 +09:00
Peter Stephenson
2912139261
48096: Update Sourceforge links to https://zsh.sourceforge.io/
2021-06-22 11:29:55 +01:00
Bart Schaefer
338af5ea0f
48860: remove mention of bugs that have been fixed
2021-05-16 21:11:45 -07:00
dana
c1f932d668
unposted: FAQ: Move section 3.31 to 2.8
...
See 48613
2021-05-03 18:32:02 -05:00
Jun-ichi Takimoto
56ccb4a975
unposted: remove an already fixed bug from BUGS
...
This was fixed by commit b6ba74c
2021-04-18 14:47:29 +09:00
Oliver Kiddle
28cf6bd111
unposted: update on bug list
2021-04-16 23:26:22 +02:00
Daniel Shahaf
e4a8740c78
48410: FAQ, METAFAQ: Mention zsh-security@.
2021-04-08 02:31:58 +00:00
Oliver Kiddle
e3c4c80f3e
unposted: add several references to bugs in old list posts
2021-04-06 11:00:53 +02:00
Daniel Shahaf
c0034b3c7b
unposted: FAQ: Move the 'The mailing lists have moved' notice to a more appropriate place.
2021-04-05 22:38:15 +00:00
Daniel Shahaf
ad7948611c
unposted: BUGS: Add 39319, a named-file process substitution cleanup bug.
2021-04-01 21:17:14 +00:00
Daniel Shahaf
2c062e8e69
48131/0004: FAQ: 3.31: Rearrange
2021-03-26 23:20:20 +00:00
Daniel Shahaf
7c201b1b3e
48131/0003: FAQ: 3.31: Move two paragraphs unchanged, reordering them
...
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-26 23:20:20 +00:00
Daniel Shahaf
2ad942b758
48131/0002: FAQ: 3.31: Tweak summary paragraph
2021-03-26 23:20:19 +00:00
Daniel Shahaf
a5a093d5fe
48131/0001: FAQ: 3.31: Add a one-sentence summary
2021-03-26 23:20:19 +00:00
Bart Schaefer
6db45b94d8
47889: Update csh aliasing equivalences
2021-02-04 17:01:07 -08:00
Daniel Shahaf
e15dce8ced
unposted: Etc/FAQ.yo: Fix a typo in the front matter.
2021-01-26 20:51:19 +00:00