1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-13 02:56:18 +02:00

unposted: add several references to bugs in old list posts

This commit is contained in:
Oliver Kiddle 2021-04-06 11:00:53 +02:00
parent c0034b3c7b
commit e3c4c80f3e
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2021-04-06 Oliver Kiddle <opk@zsh.org>
* unposted: Etc/BUGS: add several references to old list posts
2021-04-05 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Etc/FAQ.yo: FAQ: Move the 'The mailing lists have

View File

@ -12,6 +12,8 @@ the nonomatch and nullglob options.
------------------------------------------------------------------------
It is currently impossible to time builtins.
------------------------------------------------------------------------
38754: unwanted scrolling of the terminal
------------------------------------------------------------------------
40106: The comp* completion-related builtins (compadd, compset, etc) are
run with $_comp_options in effect, rather than the user's options.
------------------------------------------------------------------------
@ -26,6 +28,8 @@ skipped when STTY=... is set for that command
41203 and others: Make it easier to maintain C modules out of tree.
(May require defining a stable API for modules, see 41254)
------------------------------------------------------------------------
42609: :|: =(hang)
------------------------------------------------------------------------
44007 - Martijn - exit in trap executes rest of function
See test case in Test/C03traps.ztst.
------------------------------------------------------------------------
@ -47,7 +51,7 @@ analysis in workers/45657
users/24765 -direct terminals. Not a bug as such but we may need to do
something if -direct values in TERM are ever common
------------------------------------------------------------------------
44850: zle -M doesn't work properly if the command line fills the screen
------------------------------------------------------------------------
45393/45396 [PATCH] avoid lseek(2) calls.
45768 is similar.
@ -83,3 +87,5 @@ causes a script to hang.
------------------------------------------------------------------------
39319: () { exit } =(:) doesn't clean up the tempfile
------------------------------------------------------------------------
48091: Bug in compdescribe with matcher 'b:-=+'
------------------------------------------------------------------------