boot-9.scm (read-line): Rewritten to use %read-line.
authorTim Pierce <twp@skepsis.com>
Sat, 13 Dec 1997 08:33:33 +0000 (08:33 +0000)
committerTim Pierce <twp@skepsis.com>
Sat, 13 Dec 1997 08:33:33 +0000 (08:33 +0000)
commit848f2a01141579097cfb33d2093ba622dc072092
treeaa9817885849b5f999d43b1cc109da8bd9c65d62
parentcafc12ffdd7b55c825781b0e471acd0fd28adf3f
boot-9.scm (read-line): Rewritten to use %read-line.
ioext.c (%read-line): Return a cons of the input line and its terminator.
fports.c, genio.c, genio.h, ports.c, ports.h: Change fgets methods
to return the string length as well as its contents.
ChangeLog
HACKING
ice-9/ChangeLog
ice-9/boot-9.scm
libguile/ChangeLog
libguile/fports.c
libguile/genio.c
libguile/genio.h
libguile/ioext.c
libguile/ports.c
libguile/ports.h