about summary refs log tree commit diff
path: root/Etc
Commit message (Collapse)AuthorAgeFilesLines
* 45372: Record a symlink loop bug involving :PDaniel Shahaf2020-02-021-0/+2
|
* 45269: Fix misspellings in completions and elsewhere.Jens Schleusener2020-01-091-1/+1
|
* 45169/0002 (tweaked for trailing newlines): Add an expected-to-fail test for ↵Daniel Shahaf2020-01-011-12/+2
| | | | workers/44007.
* 45111: zshmisc(1): Clarify the documentation of 'return' and 'exit' in ↵Daniel Shahaf2019-12-221-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | conjunction with try/always Having reviewed 20076, 20084, 21734, and 21735, my understanding is that the original intention was: - A 'return' in a function does run always-list - An 'exit' outside a function does not run always-list - A 'return' outside a function is treated as an 'exit' All of which are the case today. The remaining case, of 'exit' used inside a function, was not specified by the referenced -workers@ posts; does, as implemented, run the always-list; and furthermore, based in 21734 it's fair to assume that the original documentation was assuming that 'exit' would be used outside of any function, just like it assumed 'return' would be used inside a function. Therefore, have the documentation specify only the behaviour of 'exit' outside any function, and leave the behaviour of 'exit' inside a function unspecified. Anyone who relied on the documentation of 'exit' as documented until this commit would have run into the documentation/implementation discrepancy described in 45075.
* 45101: Adjust white spacedana2019-12-211-4/+8
|
* 45101: Document new dev/test versioning scheme, clarify other release stepsdana2019-12-211-9/+30
| | | | | | | Also clarified the purpose of dev/test releases as suggested in workers/45104. Note that the old versioning scheme remains in effect until after 5.8 final has been released.
* unposted: Etc/BUGS: Add two bugs discussed on -workers@ this weekDaniel Shahaf2019-12-211-0/+16
|
* 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-112-4/+4
|
* 44969: completion-style-guide: Mention defaults and superfluous descriptionsdana2019-12-021-1/+24
|
* 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: Update release instructionsdana2019-01-271-2/+42
|
* 43970: Update NEWS for previously unmentioned features in 5.{4,5,6}dana2019-01-041-0/+4
| | | | Also clarify release documentation and fix a typo mentioned in workers/43971
* 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
|
* 43447: Generate tar.xz artifacts only.Daniel Shahaf2018-09-121-2/+0
|
* unposted: creating-a-release.txt: Add another step.Daniel Shahaf2018-09-081-0/+1
|
* unposted: Patch release: 5.6.1 zsh-5.6.1Daniel Shahaf2018-09-081-1/+1
|
* 43392: dist: Generate doc/help/* and doc/help.txt in builddir rather than ↵Daniel Shahaf2018-09-061-5/+0
| | | | | | | | | srcdir. Fixes creating tarballs in out-of-tree builds. While here, remove the instruction to build zsh before building a tarball, since that's unneeded.
* unposted (cf 43373): Add two caveats: no local modifications, and need to ↵Daniel Shahaf2018-09-051-0/+7
| | | | build in-tree.
* 43370: New maintainer-facing documentation.Daniel Shahaf2018-09-031-0/+60
|
* 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.
* 43333: Generate FAQ.html in the builddir, rather than in the srcdir, and add ↵Daniel Shahaf2018-09-031-5/+5
| | | | | | it to the default target of the Etc/ subdirectory. This fixes `make targz-doc` in out-of-tree builds.
* 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
|
* 43031: Add note to style guide about quotingdana2018-06-161-0/+17
|
* 43031: Add note to style guide about variant syntaxdana2018-06-161-0/+20
|
* 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
|
* 41414: fix for commas used in exclusion listsFabian Klötzl2017-07-141-1/+1
| | | | also missing escape for _gcc and --no-index option for git diff
* unposted: Add to Etc/BUGS 41184,41203,41254 about STTY and about modules.Daniel Shahaf2017-06-091-0/+6
|
* 40492: vcs_info: Escape '%' signs in payloads.Daniel Shahaf2017-02-091-7/+0
| | | | | Test case: a patch whose subject is '%Sfoo%sbar'. ('S' and 's' are expandos both in prompts and in the 'formats' style.)
* unposted: Etc/BUGS: Record users/20807 vcs_info quilt issue.Daniel Shahaf2017-01-231-0/+5
|
* users/22320: Etc/BUGS: Add 40240, label 40106.Daniel Shahaf2017-01-051-2/+9
|
* 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
|
* 40035: Cosmetic fixes for comments and documentation.Eitan Adler2016-11-291-1/+1
| | | | Mostly fixes to doubled words.
* unposted: Addenda to list of module hooksBarton E. Schaefer2016-11-121-12/+15
|
* unposted: add list of standard module hooks with corresponding macro namesBarton E. Schaefer2016-11-121-0/+25
|
* 39356 (tweaked, c.f. Bart 39358): Etc/BUGS: Remove fixed items, add 'compset ↵Daniel Shahaf2016-09-171-34/+3
| | | | | | | | -q' item from workers/39306. The first removed hunk is fixed by ZLE_RPROMPT_INDENT. The next two removed hunks work (on my system, anyway) with current master.
* unposted: fix formatting in module discussion; add mention of widgets and ↵Barton E. Schaefer2016-08-061-16/+35
| | | | keymaps for modules.