summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ice-9/ChangeLog6
-rw-r--r--libguile/ChangeLog5
2 files changed, 11 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog
index 6592a8750..7d0286355 100644
--- a/ice-9/ChangeLog
+++ b/ice-9/ChangeLog
@@ -1,3 +1,9 @@
+Wed May 14 21:00:30 1997 Jim Blandy <jimb@floss.cyclic.com>
+
+ * boot-9.scm (eval-string): Function deleted; it was already
+ implemented in C, so there's no point in making a divergable copy
+ here.
+
Tue May 13 16:40:06 1997 Jim Blandy <jimb@floss.cyclic.com>
* Makefile.in: Regenerated, using automake-1.1p.
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index ea587cb2c..062178c84 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,5 +1,10 @@
Wed May 14 12:18:12 1997 Jim Blandy <jimb@floss.cyclic.com>
+ * strports.c (scm_eval_string): New function.
+ (scm_eval_0str): Trivially re-implemented in terms of
+ scm_eval_string.
+ * strports.h (scm_eval_string): New extern decl.
+
* net_db.c (h_errno): Add extern decl for this.
* fports.c (local_pclose): New function.