This commit is contained in:
Gary Houston 1999-10-18 20:57:47 +00:00
commit a2349a2860
2 changed files with 7 additions and 0 deletions

6
NEWS
View file

@ -84,6 +84,12 @@ at the top of the script.
(The first options enables the debugging evaluator.
The second enables backtraces.)
* Changes to the scm_ interface
** Port internals: the rw_random variable in the scm_port structure
must be set to non-zero in any random access port. In recent Guile
releases it was only set for bidirectional random-access ports.
Changes since Guile 1.3.2:

1
THANKS
View file

@ -6,5 +6,6 @@ Bug reports and fixes from:
Lauri Alanko
Greg Harvey
Roland Orre
Jorgen Schaefer
Bernard Urban