summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1999-06-12 17:26:51 +0000
committerJim Blandy <jimb@red-bean.com>1999-06-12 17:26:51 +0000
commit2f9c71409518edabd9bb168e4a7656f6517a5ff3 (patch)
tree59636e36de0e91174916c3acd42da40b8a5e76c1
parent754c9491fb6ff7041969702f1085410ff5ce6a33 (diff)
downloadguile-2f9c71409518edabd9bb168e4a7656f6517a5ff3.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog12
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,