diff options
author | Jim Blandy <jimb@red-bean.com> | 1999-06-12 17:26:51 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1999-06-12 17:26:51 +0000 |
commit | 2f9c71409518edabd9bb168e4a7656f6517a5ff3 (patch) | |
tree | 59636e36de0e91174916c3acd42da40b8a5e76c1 | |
parent | 754c9491fb6ff7041969702f1085410ff5ce6a33 (diff) | |
download | guile-2f9c71409518edabd9bb168e4a7656f6517a5ff3.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
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 <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, |