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

*** empty log message ***

This commit is contained in:
Jim Blandy 1998-10-09 14:25:04 +00:00
parent 7705225986
commit 0445f9f28c
2 changed files with 2 additions and 0 deletions

1
THANKS
View file

@ -27,6 +27,7 @@ Bug reports and fixes from:
Shiro Kawai
Christopher Lee
Michael N. Livshin
Christian Lynbech
Roland McGrath
Clark McGrew
Russ McManus

View file

@ -5,6 +5,7 @@
SCM_P macro.
Do magic to mix reads and writes on stdio FILE-based ports.
(Thanks to Christian Lynbech.)
* fports.c (FPORT_READ_SAFE, FPORT_WRITE_SAFE, FPORT_ALL_OKAY):
New macros.
(pre_read, pre_write): New functions.