1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Rob Browning 2006-07-19 06:56:37 +00:00
parent 08e5f84070
commit b49123789f

View file

@ -1,3 +1,10 @@
2006-07-18 Rob Browning <rlb@defaultvalue.org>
* 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 <ludovic.courtes@laas.fr> 2006-07-12 Ludovic Courtès <ludovic.courtes@laas.fr>
* numbers.c (guile_ieee_init): Use regular ANSI C casts rather * 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 * Makefile.am (BUILT_SOURCES): Remove guile.texi, only used by
maintainers (with doc/maint/docstring.el). Fixes parallel "make -j2" maintainers (with doc/maint/docstring.el). Fixes parallel "make -j2"
reported by Mattias Holm. reported by Mattias Holm.
2006-06-03 Kevin Ryde <user42@zip.com.au> 2006-06-03 Kevin Ryde <user42@zip.com.au>
* read.c (s_vector): Conditionalize on SCM_ENABLE_ELISP, to avoid * read.c (s_vector): Conditionalize on SCM_ENABLE_ELISP, to avoid