1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 08:20:20 +02:00

mention a stdout port buffer change from a while ago.

This commit is contained in:
Gary Houston 2000-03-12 16:32:19 +00:00
parent 7f782a0a9b
commit 1a35eadceb

3
NEWS
View file

@ -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 ...