summaryrefslogtreecommitdiff
path: root/libguile/async.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-23Revert "install pthread_atfork handlers for guile's static mutexen"Andy Wingo1-2/+1
2012-02-17install pthread_atfork handlers for guile's static mutexenAndy Wingo1-1/+2
2011-05-15rename scm_async_click() to scm_async_tick(); privatize SCM_ASYNC_TICKAndy Wingo1-8/+2
2011-05-13merge strictness branch from 2.0Andy Wingo1-39/+55
2011-05-13async.c refactorAndy Wingo1-39/+55
2011-05-12remove all deprecated codeAndy Wingo1-61/+1
2010-08-27Assorted `syntax-check' fixes.Ludovic Courtès1-1/+0
2010-04-09remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo1-2/+1
2009-12-08fix SCM_CELL_* macro usage in async.cAndy Wingo1-3/+3
2009-12-05decruftify scm_sys_protectsAndy Wingo1-1/+0
2009-10-09Arrange so that `SCM_I_CURRENT_THREAD' is not accessed outside of libguile.Ludovic Courtès1-0/+23
2009-10-02Use `SCM_DEPRECATED' in declarations of deprecated functions/variables.Ludovic Courtès1-1/+3
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-7/+8
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2009-05-20Fix `explicitely' typos, should be `explicitly'Neil Jerram1-1/+1
2008-12-14Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-4/+6
2008-11-30Check the return value of libc's functions to make `_FORTIFY_SOURCE=2' work.Ludovic Courtès1-4/+6
2008-09-13Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+1
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+1
2008-09-05Removed a lot of now-useless SMOB mark/free functions.Ludovic Courtes1-6/+0
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-01-29Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer1-6/+6
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-55/+146
2004-09-22*** empty log message ***Marius Vollmer1-3/+3
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-1/+1
2004-01-11(scm_frame_unwind, scm_frame_unwind_handler): Renamed and changed allMarius Vollmer1-4/+4
2004-01-07Did the follwing renamings: scm_with_blocked_asyncs ->Marius Vollmer1-6/+6
2004-01-06dynwind.h (SCM_F_WIND_EXPLICITELY, SCM_F_WIND_EXPLICITLY): It'sMarius Vollmer1-4/+4
2004-01-04(scm_with_blocked_asyncs, scm_with_unblocked_asyncs): New.Marius Vollmer1-1/+19
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-35/+11
2003-03-25* async.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning1-0/+3
2002-12-10* async.c, error.h (scm_ints_disabled): Removed.Mikael Djurfeldt1-5/+0
2002-11-03* __scm.h (USE_THREADS, GUILE_ISELECT): Define whenMarius Vollmer1-4/+0
2002-10-27(scm_async_click): Reset pending_asyncs, handleMarius Vollmer1-30/+46
2002-10-20(SCM_MAKE_VALIDATE_MSG): New. Use it instead of SCM_MAKE_VALIDATE inMarius Vollmer1-1/+1
2002-10-19Auto docstring updates, including soft port enhancement.Neil Jerram1-3/+8
2002-10-19* async.h, async.c (scm_system_async): Fixed deprecation to workDirk Herrmann1-3/+7
2002-10-16(scm_system_async_mark_for_thread): Validate thread argument.Marius Vollmer1-3/+6
2002-10-11* async.c (s_scm_system_async_mark_for_thread): Only callMarius Vollmer1-0/+4
2002-10-09* async.h (scm_call_with_blocked_asyncs,Marius Vollmer1-12/+89
2002-10-05* async.c (scm_async_click): Set the cdr of a executed handlerMarius Vollmer1-5/+18
2002-10-04Removed GUILE_OLD_ASYNC_CLICK code. Reorganized so that system asnycsMarius Vollmer1-273/+92
2002-07-202002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys1-1/+1
2002-03-14Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen1-2/+0
2002-01-22* First batch of libguile changes for Elisp support.Neil Jerram1-3/+4
2001-11-25(scm_system_async_mark_from_signal_handler): New.Marius Vollmer1-0/+5
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-26 * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,Keisuke Nishida1-1/+1
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-1/+1