From: Jim Blandy Date: Tue, 31 Aug 1999 13:37:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.hcoop.net/bpt/guile.git/commitdiff_plain/a4ea22c3d613f31d1c98f5127076460590495813 *** empty log message *** --- 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 + * 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.)