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