* api-control.texi (if cond case): Describe SRFI 61 cond.
[bpt/guile.git] / libguile / ChangeLog
CommitLineData
b54df254
MV
12005-12-06 Marius Vollmer <mvo@zagadka.de>
2
3 * threads.h, threads.c (scm_t_guile_ticket, scm_leave_guile,
4 scm_enter_guile): Removed from public API. See comment at
5 scm_without_guile for the rationale.
6
7 * scmsigs.c (read_without_guile): New.
8 (signal_delivery_thread): Use it instead of
9 scm_leave_guile/read/scm_enter_guile.
10
9fb5c8f9
NJ
11