diff options
author | Gary Houston <ghouston@arglist.com> | 2000-03-12 16:32:19 +0000 |
---|---|---|
committer | Gary Houston <ghouston@arglist.com> | 2000-03-12 16:32:19 +0000 |
commit | 1a35eadceb3efec437028d30001331aac7d420bc (patch) | |
tree | 5dfba5d50d1a12d1de5294f9d4bd24c0815a3c8b | |
parent | 7f782a0a9b013bbb64f97f063fb344c74ef44c9b (diff) | |
download | guile-1a35eadceb3efec437028d30001331aac7d420bc.tar.gz |
mention a stdout port buffer change from a while ago.
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ... |