From 9310d6f29e0fbff786f76fa80ea8a91b17c51b3d Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sat, 5 Oct 2002 13:07:28 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 105e6b336..264bfed5f 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,15 @@ +2002-10-05 Marius Vollmer + + * root.c (root_mark): Mark active_asyncs slot. + + * async.c (scm_async_click): Set the cdr of a executed handler + cell to SCM_BOOL_F, not SCM_EOL. + (scm_i_queue_async_cell): Queue the cell at the end of the list, + and only if the handler procedure is not already present. + (scm_system_async_mark_for_thread): Initialize cdr of handler cell + with SCM_BOOL_F. + * scmsigs.c (scm_sigaction_for_thread): Likewise. + 2002-10-04 Rob Browning * guile.c (main): switch to scm_lt_dlset_preloaded_symbols;