diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 89dcac2c1..f8e6c3436 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +2006-07-18 Rob Browning + + * continuations.c: Add __attribute__ ((returns_twice)) to the + ia64_getcontext prototype so that gcc will make the right + arrangements and avoid an illegal instruction during + call-with-current-continuation. + 2006-07-12 Ludovic Courtès * numbers.c (guile_ieee_init): Use regular ANSI C casts rather @@ -19,7 +26,7 @@ * Makefile.am (BUILT_SOURCES): Remove guile.texi, only used by maintainers (with doc/maint/docstring.el). Fixes parallel "make -j2" reported by Mattias Holm. - + 2006-06-03 Kevin Ryde * read.c (s_vector): Conditionalize on SCM_ENABLE_ELISP, to avoid