From e721987c4782b46a5ea06d89459b44919a5edc38 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Fri, 12 Sep 2003 15:32:46 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 1bacdeb68..ab29977d4 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +2003-09-12 Marius Vollmer + + * continuations.h: Include on IA64 instead of + . + * continuations.c (scm_make_continuation): Use ia64_getcontext + instead of getcontext on IA64. + 2003-09-03 Kevin Ryde * numbers.c (scm_lognot): Correction to docstring, ones-complement not