diff options
author | Marius Vollmer <mvo@zagadka.de> | 2005-12-06 20:15:49 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2005-12-06 20:15:49 +0000 |
commit | b54df25486b29f4759b71d3c1af51010e26fc2f3 (patch) | |
tree | a89297197afaa38edc24239eb8f175f21313673a | |
parent | 9864812182858fefcd1f012e57654f698f730c88 (diff) | |
download | guile-b54df25486b29f4759b71d3c1af51010e26fc2f3.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 0474355f3..b116802a2 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,13 @@ +2005-12-06 Marius Vollmer <mvo@zagadka.de> + + * threads.h, threads.c (scm_t_guile_ticket, scm_leave_guile, + scm_enter_guile): Removed from public API. See comment at + scm_without_guile for the rationale. + + * scmsigs.c (read_without_guile): New. + (signal_delivery_thread): Use it instead of + scm_leave_guile/read/scm_enter_guile. + 2005-12-06 Ludovic Courtès <ludovic.courtes@laas.fr> * gc-card.c (scm_i_card_statistics): Return if BITVEC is NULL. |