about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-11-05 02:05:17 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-11-05 02:05:17 +0000
commitb4f76c13fd8e878cd221404ebb066937b5f7281f (patch)
treeb720efa199680fc177aece48577b4767d59c85fd /ChangeLog
parentda9b5bb81a87fdbab6c74c75c904e9c4bd44f252 (diff)
downloadzsh-b4f76c13fd8e878cd221404ebb066937b5f7281f.tar.gz
zsh-b4f76c13fd8e878cd221404ebb066937b5f7281f.tar.xz
zsh-b4f76c13fd8e878cd221404ebb066937b5f7281f.zip
Better streaming behavior from `zpty -r', plus other cleanup.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30a2f838b..9854f77c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-11-04  Bart Schaefer  <schaefer@zsh.org>
+
+	* 13116: Src/Modules/zpty.c: More informative error output; better
+	streaming behavior of `zpty -r'; prevent hang on `zpty -t' when
+	the command was started with `zpty -b'.
+
 2000-11-02  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* users/3503: Doc/Zsh/mod_parameter.yo, Src/jobs.c,