about summary refs log tree commit diff
path: root/Etc/BUGS
Commit message (Collapse)AuthorAgeFilesLines
* 45372: Record a symlink loop bug involving :PDaniel Shahaf2020-02-021-0/+2
|
* 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.
* unposted: Etc/BUGS: Add two bugs discussed on -workers@ this weekDaniel Shahaf2019-12-211-0/+16
|
* 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
|
* 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.
* document the impossibility of timing builtinsClint Adams2002-03-101-0/+2
|
* Stop mentioning long-dead globbing bug.Bart Schaefer2002-03-071-4/+0
|
* 10562, 10581: Complete .src.rpm after rpm --rebuild; note fixed bug; typo.Bart Schaefer2000-04-071-8/+17
|
* Initial revisionTanaka Akira1999-04-151-0/+41