From 7ac030d6de0e8fad668851f5c42f9869cc2b1b3f Mon Sep 17 00:00:00 2001 From: "Greg J. Badros" Date: Thu, 9 Mar 2000 18:59:38 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index ebe0fa740..15422718f 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,11 @@ +2000-03-09 Han-Wen Nienhuys , applied by Greg J. Badros, + + * libguile/*.[ch]: make a distinction between SCM as a generic + name for a Scheme object (now a void*), and SCM as 32 bit word for + storing tags and immediates (now a long int). Introduced + SCM_ASWORD and SCM_ASSCM for conversion. Fixed various dubious + code in the process: arbiter.c (use macros), unif.c (scm_array_p), + Wed Mar 8 10:15:59 2000 Greg J. Badros * numbers.c: Use SCM_VALIDATE_LONG_COPY, and longs, not ints, in