about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2003-09-22 13:46:03 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2003-09-22 13:46:03 +0000
commit58bad19411cce9ee0a0edf3ef93acb475b7e7a79 (patch)
tree94efc673f6464fb2105017ff9d9d993517c9c8da /ChangeLog
parentf27036858ae1b2e61b40d0467ba88566dc8863f6 (diff)
downloadzsh-58bad19411cce9ee0a0edf3ef93acb475b7e7a79.tar.gz
zsh-58bad19411cce9ee0a0edf3ef93acb475b7e7a79.tar.xz
zsh-58bad19411cce9ee0a0edf3ef93acb475b7e7a79.zip
19105: Set shout to stderr if interative with no tty
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc66e7b1b..93efdb2c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-09-22  Peter Stephenson  <pws@csr.com>
 
+	* 19105: Src/init.c, Src/jobs.c: Set shout to stderr if we
+	are interactive but have no terminal.  Prevents crash in
+	history and potentially elsewhere.
+
 	* 19112: Completion/Unix/Command/_perforce: several improvements
 	and bug fixes.