about summary refs log tree commit diff
path: root/Etc/FAQ.yo
Commit message (Collapse)AuthorAgeFilesLines
* 48096: Update Sourceforge links to https://zsh.sourceforge.io/Peter Stephenson2021-06-221-10/+10
|
* unposted: FAQ: Move section 3.31 to 2.8dana2021-05-031-63/+63
| | | | See 48613
* 48410: FAQ, METAFAQ: Mention zsh-security@.Daniel Shahaf2021-04-081-0/+5
|
* unposted: FAQ: Move the 'The mailing lists have moved' notice to a more ↵Daniel Shahaf2021-04-051-3/+3
| | | | appropriate place.
* 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
|
* unposted: Update documentation for the move to new hosting.Daniel Shahaf2020-08-081-10/+7
|
* unposted: docs: Fix some markup and typos.Daniel Shahaf2020-06-261-1/+1
|
* 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.
* 45269: Fix misspellings in completions and elsewhere.Jens Schleusener2020-01-091-1/+1
|
* 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-111-3/+3
|
* 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: 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
|
* unposted: Patch release: 5.6.1 zsh-5.6.1Daniel Shahaf2018-09-081-1/+1
|
* CVE-2018-0502, CVE-2018-13259: Fix two security issues in shebang line parsing.Anthony Sottile2018-09-031-1/+1
| | | | | | See NEWS for more information. Patch by Anthony Sottile and Buck Evan.
* unposted: Fix FAQ build, broken by 43184.Daniel Shahaf2018-08-251-1/+1
|
* 43184: Remove reference to ftp_sites.yoMatthew Martin2018-07-291-7/+3
|
* unposted: Update for release 5.5.1. zsh-5.5.1Peter Stephenson2018-04-161-1/+1
|
* 42505 (corrected): prepare for 5.5 release zsh-5.4.2-test-1Peter Stephenson2018-03-251-1/+1
|
* 41623: Update FAQ.yo for Yodl 3Peter Stephenson2017-09-021-23/+23
|
* 41599: info updates for 5.4.2Peter Stephenson2017-08-251-1/+1
|
* unposted: update to 5.4.1 zsh-5.4.1 5.4.1Peter Stephenson2017-08-081-1/+1
|
* unposted: update distribution docs for 5.4 release.Peter Stephenson2017-07-291-1/+1
|
* unposted: Release 5.3.1 zsh-5.3.1Peter Stephenson2016-12-211-1/+1
|
* 40066: updates for 5.3 releasePeter Stephenson2016-12-021-2/+2
|
* unposted: Make 5.1.1-test-1 in preparation for 5.2 zsh-5.1.1-test-1Peter Stephenson2015-11-211-1/+1
|
* unposted: make 5.1-test-1 with updates for 5.1.1 zsh-5.1-test-1Peter Stephenson2015-09-061-1/+1
|
* unposted: replace version 5.0.9 with 5.1 in FAQPeter Stephenson2015-08-241-1/+1
|
* 36265 plus FAQ: fix alias expansion after "function"Peter Stephenson2015-08-211-0/+21
| | | | | | | Owing to interesting historical parsing, names after the first were treated as command words so had non-global aliases expanded. Add an FAQ note that use of the function keyword works around other alias problems
* unposted: update version from 5.0.8 to 5.1 in descriptive textPeter Stephenson2015-08-211-1/+1
|
* 36186: FAQ (3.24): Update for bracketed pasteDaniel Shahaf2015-08-171-0/+6
|
* 35810: FAQ += edit-command-lineDaniel Shahaf2015-07-241-0/+17
|
* unposted: release 5.0.8 zsh-5.0.8Peter Stephenson2015-05-311-2/+2
|
* 35057: make URL clickable (again)Jun-ichi Takimoto2015-05-081-1/+1
| | | | This should have been included in 34850.
* Update for 5.0.7-dev-2. zsh-5.0.7-dev-2Peter Stephenson2015-05-051-5/+8
| | | | Includes updates to FAQ.yo for newer YODL.
* 35009: updates for 5.0.8Peter Stephenson2015-05-011-1/+1
|