From 55254a6a6e6c5897ce9272d55077a899ba12e006 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Fri, 30 Oct 1998 08:58:55 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 18d4ea568..94073dcd9 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,16 @@ Please send Guile bug reports to bug-guile@gnu.org. Changes since Guile 1.3: +* Changes to Scheme functions and syntax + +** New function: unread-string STRING PORT +Unread STRING to PORT, that is, push it back onto the port so that +next read operation will work on the pushed back characters. + +** unread-char can now be called multiple times +If unread-char is called multiple times, the unread characters will be +read again in last-in first-out order. + * Changes to the gh_ interface ** gh_scm2doubles -- 2.20.1