From 1a35eadceb3efec437028d30001331aac7d420bc Mon Sep 17 00:00:00 2001 From: Gary Houston Date: Sun, 12 Mar 2000 16:32:19 +0000 Subject: [PATCH] mention a stdout port buffer change from a while ago. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 041462ff8..33f7a3750 100644 --- a/NEWS +++ b/NEWS @@ -111,6 +111,9 @@ at the top of the script. ** Attempting to get the value of an unbound variable now produces an exception with a key of 'unbound-variable instead of 'misc-error. +** The initial default output port is now unbuffered if it's using a +tty device. Previously in this situation it was line-buffered. + * Changes to Scheme functions and syntax ** New procedure: simple-format PORT MESSAGE ARG1 ...