about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@ipost.com>2021-05-16 21:11:45 -0700
committerBart Schaefer <schaefer@ipost.com>2021-05-16 21:11:45 -0700
commit338af5ea0fc5609c7054eb0f6f94ef85856c198d (patch)
treeae8322aea6e1675cb7b780a6c67129f5a205823c /Etc
parentcf5c4828d1cdfd79e369a6b3323466bc961851c4 (diff)
downloadzsh-338af5ea0fc5609c7054eb0f6f94ef85856c198d.tar.gz
zsh-338af5ea0fc5609c7054eb0f6f94ef85856c198d.tar.xz
zsh-338af5ea0fc5609c7054eb0f6f94ef85856c198d.zip
48860: remove mention of bugs that have been fixed
Diffstat (limited to 'Etc')
-rw-r--r--Etc/BUGS21
1 files changed, 0 insertions, 21 deletions
diff --git a/Etc/BUGS b/Etc/BUGS
index a8c7c13c2..f1f8e44f8 100644
--- a/Etc/BUGS
+++ b/Etc/BUGS
@@ -33,40 +33,19 @@ skipped when STTY=... is set for that command
 44007 - Martijn - exit in trap executes rest of function
 See test case in Test/C03traps.ztst.
 ------------------------------------------------------------------------
-45656: 'zsh -o nobanghist -o emacs' segfaults
-analysis in workers/45657
-------------------------------------------------------------------------
 44133 debian #924736 (partial patch in 44134) three setopts following `    #`
 ------------------------------------------------------------------------
 44850 terminal issues with continuation markers
 ------------------------------------------------------------------------
 45422 _arguments !-x !+x
 ------------------------------------------------------------------------
-45568 repeat-count "illegal character"
-------------------------------------------------------------------------
-45656 -o nobanghist -o emacs segfaults
-------------------------------------------------------------------------
 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.
-------------------------------------------------------------------------
 44525, 45778 [PATCH] prompt redrawn on the wrong line upon SIGWINCH 
 ------------------------------------------------------------------------
-users/24904: 'func <(...) | wc -l' results in ENOENT on /proc/self/fd/13
-
-% efe() cat $1
-% efe <(seq 1 10) | wc -l
-cat: /proc/self/fd/13: No such file or directory
-0
-
-This occurs because pipelines fork to the left, and named functions
-become their own job, which means descriptors numbered >= 10 are closed,
-including those opened by process substitution.
-------------------------------------------------------------------------
 45400: vared does not work in subshells, even when the parent shell is
 interactive and the subshell is the foreground job.  The USEZLE option is
 always turned off in subshells, for reasons lost to history.  There is a