diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2020-06-06 01:01:09 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2020-06-06 01:01:12 +0000 |
| commit | 4034e702e6c922d9bebc1d0345a506dd1ea7b7e8 (patch) | |
| tree | 8ec831015adf0ef3853c534ed01f6724cd38534c | |
| parent | typeset: Fix leaving corrupted entries in paramtab (diff) | |
| download | zsh-4034e702e6c922d9bebc1d0345a506dd1ea7b7e8.tar zsh-4034e702e6c922d9bebc1d0345a506dd1ea7b7e8.tar.gz zsh-4034e702e6c922d9bebc1d0345a506dd1ea7b7e8.tar.bz2 zsh-4034e702e6c922d9bebc1d0345a506dd1ea7b7e8.tar.lz zsh-4034e702e6c922d9bebc1d0345a506dd1ea7b7e8.tar.xz zsh-4034e702e6c922d9bebc1d0345a506dd1ea7b7e8.tar.zst zsh-4034e702e6c922d9bebc1d0345a506dd1ea7b7e8.zip | |
unposted: Add users/24904 to Etc/BUGS (a process substitution / forking issue).
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | Etc/BUGS | 7 |
2 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2020-06-06 Daniel Shahaf <d.s@daniel.shahaf.name> + + * unposted: Etc/BUGS: Add users/24904 to Etc/BUGS (a process + substitution / forking issue). + 2020-06-05 Mikael Magnusson <mikachu@gmail.com> * 45985: Src/builtin.c: typeset: Fix leaving corrupted entries @@ -57,3 +57,10 @@ The originator has a gentoo.org address which might provide some extra clues. ------------------------------------------------------------------------ 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 +------------------------------------------------------------------------ |
