summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1999-08-31 13:04:21 +0000
committerJim Blandy <jimb@red-bean.com>1999-08-31 13:04:21 +0000
commitdd67f90b24f36edd7a6e163ba6fe66132ad41289 (patch)
tree687b5b5549300ecf4805dbe830624a83a0b66d4a
parent429ae86495e2569b84e066df935baedeeebc1536 (diff)
downloadguile-dd67f90b24f36edd7a6e163ba6fe66132ad41289.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 70f20a555..41767af99 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,8 +1,13 @@
1999-08-31 James Blandy <jimb@mule.m17n.org>
+ * Makefile.am (check-local): Set GUILE_LOAD_PATH so the tests can
+ find (ice-9 boot-9) when Guile was compiled in a separate
+ directory from the source. (Thanks to Rodney Brown.)
+ * Makefile.in: Regenerated.
+
* procs.c (scm_make_subr_opt): Fix typo. Remember to multiply
table lengths by the size of a single element when growing the
- table.
+ table. (Thanks to Bill Schottstaedt.)
1999-08-30 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>