summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1999-08-31 13:37:40 +0000
committerJim Blandy <jimb@red-bean.com>1999-08-31 13:37:40 +0000
commita4ea22c3d613f31d1c98f5127076460590495813 (patch)
tree371cc78751237cdb4bd8e3f0e72f2deae671794f
parentdccbb90a071fb65493e8a31789af867d86b76474 (diff)
downloadguile-a4ea22c3d613f31d1c98f5127076460590495813.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 41767af99..c69e2f49e 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,5 +1,14 @@
1999-08-31 James Blandy <jimb@mule.m17n.org>
+ * numbers.c (scm_init_numbers): Claim to support the `complex'
+ feature, as expected by (ice-9 format). (Thanks to Ceri Storey.)
+
+ Allocators should use the `void *' type for generic pointers.
+ * gc.c (scm_must_malloc, scm_must_realloc, scm_must_free): Change
+ argument and return types.
+ * gc.h: Corresponding changes to prototypes.
+ (Thanks to Forcer.)
+
* 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.)