summaryrefslogtreecommitdiff
path: root/libguile
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>1997-08-25 13:34:17 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>1997-08-25 13:34:17 +0000
commitf2ae0a19bd07d2b9c277c7c25103bc2f81f5794e (patch)
treee6fb431a44599ca11885c8930bc2833c9a3caa78 /libguile
parent5424b4f78519322a826cb5b95a28a8401e437fe6 (diff)
downloadguile-f2ae0a19bd07d2b9c277c7c25103bc2f81f5794e.tar.gz
Updated
Diffstat (limited to 'libguile')
-rw-r--r--libguile/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 9209f6d84..0ad7db438 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -80,9 +80,9 @@ Sat Aug 16 18:42:15 1997 Gary Houston <ghouston@actrix.gen.nz>
Wed Aug 13 15:38:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
-* * gh_io.c (gh_write): New function.
+ * gh_io.c (gh_write): New function.
-* * gh_eval.c (catch_with_saved_stack): Removed. Replaced by:
+ * gh_eval.c (catch_with_saved_stack): Removed. Replaced by:
throw.c (scm_internal_stack_catch): New sibling to the other catch
functions. Code moved from gh_eval.c.
throw.h: Added header.