*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Sat, 12 Jun 1999 17:26:51 +0000 (17:26 +0000)
committerJim Blandy <jimb@red-bean.com>
Sat, 12 Jun 1999 17:26:51 +0000 (17:26 +0000)
libguile/ChangeLog

index dd56f2e..922f675 100644 (file)
@@ -1,3 +1,15 @@
+1999-06-12  Jim Blandy  <jimb@savonarola.red-bean.com>
+
+       * 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  <jimb@savonarola.red-bean.com>
 
        * gc.c (scm_igc): Check for scm_mallocated underflow.  Otherwise,