summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Houston <ghouston@arglist.com>2000-03-12 16:32:19 +0000
committerGary Houston <ghouston@arglist.com>2000-03-12 16:32:19 +0000
commit1a35eadceb3efec437028d30001331aac7d420bc (patch)
tree5dfba5d50d1a12d1de5294f9d4bd24c0815a3c8b
parent7f782a0a9b013bbb64f97f063fb344c74ef44c9b (diff)
downloadguile-1a35eadceb3efec437028d30001331aac7d420bc.tar.gz
mention a stdout port buffer change from a while ago.
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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 ...