diff options
| author | Mikael Magnusson <mikachu@gmail.com> | 2026-06-15 18:18:38 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2026-07-04 19:56:26 +0200 |
| commit | 4b4ebccaa9666c608f18f73c5b8102cbfc8e8deb (patch) | |
| tree | 824833e121c1784a0f23770b3d7f9af612c7bc09 /ChangeLog | |
| parent | unposted: complete more media file types (diff) | |
| download | zsh-4b4ebccaa9666c608f18f73c5b8102cbfc8e8deb.tar zsh-4b4ebccaa9666c608f18f73c5b8102cbfc8e8deb.tar.gz zsh-4b4ebccaa9666c608f18f73c5b8102cbfc8e8deb.tar.bz2 zsh-4b4ebccaa9666c608f18f73c5b8102cbfc8e8deb.tar.lz zsh-4b4ebccaa9666c608f18f73c5b8102cbfc8e8deb.tar.xz zsh-4b4ebccaa9666c608f18f73c5b8102cbfc8e8deb.tar.zst zsh-4b4ebccaa9666c608f18f73c5b8102cbfc8e8deb.zip | |
54783: improve checkptycmd
With the previous (and now fallback) version of checkptycmd(), doing
this:
zpty foo 'while read; do echo hi; done'
zpty (or zpty -t foo)
would hang forever, which seems counterintuitive to the purpose of
listing processes (or testing if a process is running).
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2026-07-04 Mikael Magnusson <mikachu@gmail.com> + + * 54783: Src/Modules/zpty.c, Test/V08zpty.ztst: improve + checkptycmd + 2026-07-03 Oliver Kiddle <opk@zsh.org> * unposted: Completion/X/Command/_mplayer, Completion/X/Command/_xv: |
