diff options
author | Marius Vollmer <mvo@zagadka.de> | 2002-10-05 13:07:28 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2002-10-05 13:07:28 +0000 |
commit | 9310d6f29e0fbff786f76fa80ea8a91b17c51b3d (patch) | |
tree | 947404993b9cbdcd58987ac132dc67f3d54d1416 | |
parent | a7d3641dc2dddba08b2e53bec396071c176d5a58 (diff) | |
download | guile-9310d6f29e0fbff786f76fa80ea8a91b17c51b3d.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
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 <mvo@zagadka.ping.de> + + * 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 <rlb@defaultvalue.org> * guile.c (main): switch to scm_lt_dlset_preloaded_symbols; |