summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2026-06-15 18:18:38 +0200
committerMikael Magnusson <mikachu@gmail.com>2026-07-04 19:56:26 +0200
commit4b4ebccaa9666c608f18f73c5b8102cbfc8e8deb (patch)
tree824833e121c1784a0f23770b3d7f9af612c7bc09 /ChangeLog
parentunposted: complete more media file types (diff)
downloadzsh-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e220499de..49dab9d42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: