diff --git a/libguile/ChangeLog b/libguile/ChangeLog index dd56f2e15..922f675c4 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,15 @@ +1999-06-12 Jim Blandy + + * strports.c (scm_call_with_output_string): Don't include the + extra character at the end of the string in the result. + + * ioext.c (scm_read_line): Switch to reading properly. + + * fports.c, fports.h, gc.c, gdbint.c, ioext.c, ports.c, ports.h, + scmsigs.c, strports.c, vports.c: Install the sources which + actually correspond to the changes described below. I got the + ChangeLog entries and the patch from two different places... + 1999-06-09 Jim Blandy * gc.c (scm_igc): Check for scm_mallocated underflow. Otherwise,