* fports.c (fport_write): bugfix: handle short writes for
authorGary Houston <ghouston@arglist.com>
Tue, 2 Jan 2001 00:38:41 +0000 (00:38 +0000)
committerGary Houston <ghouston@arglist.com>
Tue, 2 Jan 2001 00:38:41 +0000 (00:38 +0000)
commit0c6d2191efac1342a0306d7182e32f0aaf1a402c
tree45281bc62f5e5ae6dd7d003b79e38b8183b95360
parent75bc0690c8ca491927cba001238605e3856c5ff8
* fports.c (fport_write): bugfix: handle short writes for
unbuffered ports too.  optimize the buffered case by minimizing
the number of write/flush calls.
(write_all): new helper procedure.
libguile/ChangeLog
libguile/fports.c