1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-11 18:16:15 +02:00
Commit Graph

37 Commits

Author SHA1 Message Date
Bart Schaefer 45b0a838aa unposted: Note bug that HIST_IGNORE_DUPS mishandles quoted whitespace. 2024-03-14 13:22:11 -07:00
Bart Schaefer 58ff6c68d5 52521: mapfile (mis)handling of empty/unreadable files 2024-02-04 16:13:31 -08:00
Bart Schaefer 487fba3fb3 52218: update notes since 5.9 release 2023-10-15 15:03:58 -07:00
Bart Schaefer b1533066ca unposted (see 50930): note bug with suspending conditional expressions 2022-11-12 08:28:28 -08: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
Oliver Kiddle 7cb980b536 49518: fix exclusions for mixed - and + stacked options 2021-12-14 12:30:55 +01:00
Bart Schaefer 338af5ea0f 48860: remove mention of bugs that have been fixed 2021-05-16 21:11:45 -07: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
Oliver Kiddle e3c4c80f3e unposted: add several references to bugs in old list posts 2021-04-06 11:00:53 +02: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 74f4cbfcb6 47716: Etc/BUGS: Add Alekxandr's vcs_info patch. 2020-12-04 15:54:16 +00:00
Bart Schaefer 2059611495 users/26150: note failure of multios with exec 2020-12-01 09:26:01 -08:00
Bart Schaefer 172b646a6b unposted: Add 45400 (vared in subshells) plus remarks on users/24904. 2020-06-09 08:52:56 -07:00
Daniel Shahaf 4034e702e6 unposted: Add users/24904 to Etc/BUGS (a process substitution / forking issue). 2020-06-06 01:01:12 +00:00
Daniel Shahaf b3148194d1 45884 (Oliver's, edited by me): Add a few entries. 2020-05-21 16:44:26 +00:00
Daniel Shahaf 05b15366f3 45656: Document the -o emacs segfault bug. 2020-04-05 05:44:11 +00:00
Daniel Shahaf fc286a7c11 45583/0008: Extend tests to prove that what remains of xsymlinks() handles symlink loops gracefully. 2020-03-25 23:49:02 +00:00
Daniel Shahaf 47fc5fe01f 45583/0004: Fix segfault on resolving symlink loops 2020-03-25 23:49:02 +00:00
Daniel Shahaf 7a9467e430 45372: Record a symlink loop bug involving :P 2020-02-02 07:36:41 +00:00
Daniel Shahaf 9432d9b1cf 45169/0002 (tweaked for trailing newlines): Add an expected-to-fail test for workers/44007. 2020-01-01 13:55:39 +00:00
Daniel Shahaf a0c0aa41d2 45111: zshmisc(1): Clarify the documentation of 'return' and 'exit' in 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.
2019-12-22 03:21:09 +00:00
Daniel Shahaf 04f41c6b6e unposted: Etc/BUGS: Add two bugs discussed on -workers@ this week 2019-12-21 11:37:15 +00:00
Daniel Shahaf 18aede9ee5 unposted: Add to Etc/BUGS 41184,41203,41254 about STTY and about modules. 2017-06-09 16:31:30 +00:00
Daniel Shahaf ecd88284f3 40492: vcs_info: Escape '%' signs in payloads.
Test case: a patch whose subject is '%Sfoo%sbar'.  ('S' and 's' are
expandos both in prompts and in the 'formats' style.)
2017-02-09 15:24:04 +00:00
Daniel Shahaf 8cb130fe73 unposted: Etc/BUGS: Record users/20807 vcs_info quilt issue. 2017-01-23 03:37:02 +00:00
Daniel Shahaf 24337b3c60 users/22320: Etc/BUGS: Add 40240, label 40106. 2017-01-05 15:58:16 +00:00
Daniel Shahaf 7a34c1ad17 39356 (tweaked, c.f. Bart 39358): Etc/BUGS: Remove fixed items, add 'compset -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.
2016-09-17 06:37:46 +00:00
Clint Adams cae16f27ec document the impossibility of timing builtins 2002-03-10 02:53:49 +00:00
Bart Schaefer e56350c481 Stop mentioning long-dead globbing bug. 2002-03-07 16:18:15 +00:00
Bart Schaefer 38cce57dd7 10562, 10581: Complete .src.rpm after rpm --rebuild; note fixed bug; typo. 2000-04-07 15:01:03 +00:00
Tanaka Akira c175751b50 Initial revision 1999-04-15 18:05:35 +00:00