Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 45169/0002 (tweaked for trailing newlines): Add an expected-to-fail test for ↵ | Daniel Shahaf | 2020-01-01 | 1 | -12/+2 |
| | | | | workers/44007. | ||||
* | 45111: zshmisc(1): Clarify the documentation of 'return' and 'exit' in ↵ | Daniel Shahaf | 2019-12-22 | 1 | -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 week | Daniel Shahaf | 2019-12-21 | 1 | -0/+16 |
| | |||||
* | unposted: Add to Etc/BUGS 41184,41203,41254 about STTY and about modules. | Daniel Shahaf | 2017-06-09 | 1 | -0/+6 |
| | |||||
* | 40492: vcs_info: Escape '%' signs in payloads. | Daniel Shahaf | 2017-02-09 | 1 | -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 Shahaf | 2017-01-23 | 1 | -0/+5 |
| | |||||
* | users/22320: Etc/BUGS: Add 40240, label 40106. | Daniel Shahaf | 2017-01-05 | 1 | -2/+9 |
| | |||||
* | 39356 (tweaked, c.f. Bart 39358): Etc/BUGS: Remove fixed items, add 'compset ↵ | Daniel Shahaf | 2016-09-17 | 1 | -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 builtins | Clint Adams | 2002-03-10 | 1 | -0/+2 |
| | |||||
* | Stop mentioning long-dead globbing bug. | Bart Schaefer | 2002-03-07 | 1 | -4/+0 |
| | |||||
* | 10562, 10581: Complete .src.rpm after rpm --rebuild; note fixed bug; typo. | Bart Schaefer | 2000-04-07 | 1 | -8/+17 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+41 |