From 6f29dc6d2f5837a612fe55afe995373d99c67d67 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Wed, 22 Mar 2000 02:12:58 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index ec7b9a813..24662c643 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,16 @@ 2000-03-22 Mikael Djurfeldt + * tags.h (SCM_ECONSP, SCM_NECONSP): More corrections of + pointer-arithmetic induced by the SCM_PACK/UNPACK change. + + * print.c (scm_iprin1): SCM_PACK/UNPACK corrections. + + * gc.c (scm_gc_sweep): SCM_PACK/UNPACK corrections. + + * eval.c (SCM_CEVAL, scm_unmemocar): SCM_PACK/UNPACK corrections. + + * dynwind.c (scm_swap_bindings): SCM_PACK/UNPACK corrections. + * async.c, __scm.h: Removed lots of the old async click logic. It is possible to reinsert it by defining GUILE_OLD_ASYNC_CLICK in __scm.h. Let's try this out and dump the old code after the