[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
guile/guile-core/libguile scmsigs.c async.c
From: |
Marius Vollmer |
Subject: |
guile/guile-core/libguile scmsigs.c async.c |
Date: |
Sat, 05 Oct 2002 09:06:58 -0400 |
CVSROOT: /cvsroot/guile
Module name: guile
Changes by: Marius Vollmer <address@hidden> 02/10/05 09:06:58
Modified files:
guile-core/libguile: scmsigs.c async.c
Log message:
* 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.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/scmsigs.c.diff?tr1=1.70&tr2=1.71&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile/guile-core/libguile/async.c.diff?tr1=1.64&tr2=1.65&r1=text&r2=text
- guile/guile-core/libguile scmsigs.c async.c,
Marius Vollmer <=