From 2f9c71409518edabd9bb168e4a7656f6517a5ff3 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 12 Jun 1999 17:26:51 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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,