| Commit message (Expand) | Author | Age | Files | Lines |
* | Thread prepare-to-wait respects block_asyncs... | Andy Wingo | 2017-01-08 | 1 | -2/+3 |
* | New interfaces to help wait on fd/cond... | Andy Wingo | 2016-12-29 | 1 | -23/+75 |
* | Deprecate dynamic roots... | Andy Wingo | 2016-11-21 | 1 | -1/+0 |
* | Inline interrupts... | Andy Wingo | 2016-11-19 | 1 | -2/+2 |
* | Refactor async handling to be FIFO... | Andy Wingo | 2016-11-18 | 1 | -17/+85 |
* | Fix crasher in scm_system_async_mark_for_thread... | Andy Wingo | 2016-11-13 | 1 | -3/+6 |
* | Refactor GC implications of thread sleep... | Andy Wingo | 2016-11-13 | 1 | -6/+6 |
* | Deprecate critical sections... | Andy Wingo | 2016-11-01 | 1 | -20/+0 |
* | Threads no longer track critical section level... | Andy Wingo | 2016-11-01 | 1 | -2/+0 |
* | Simplify critical section implementation... | Andy Wingo | 2016-11-01 | 1 | -6/+10 |
* | Use atomics for async interrupts... | Andy Wingo | 2016-10-26 | 1 | -117/+64 |
* | Deprecate user asyncs... | Andy Wingo | 2016-10-17 | 1 | -81/+5 |
* | Merge branch 'stable-2.0'... | Mark H Weaver | 2014-04-25 | 1 | -3/+2 |
|\ |
|
| * | Rely on Gnulib for <unistd.h>.... | Mark H Weaver | 2014-02-27 | 1 | -3/+2 |
* | | Revert "install pthread_atfork handlers for guile's static mutexen"... | Andy Wingo | 2012-02-23 | 1 | -2/+1 |
* | | install pthread_atfork handlers for guile's static mutexen... | Andy Wingo | 2012-02-17 | 1 | -1/+2 |
* | | rename scm_async_click() to scm_async_tick(); privatize SCM_ASYNC_TICK... | Andy Wingo | 2011-05-15 | 1 | -8/+2 |
* | | merge strictness branch from 2.0 | Andy Wingo | 2011-05-13 | 1 | -39/+55 |
|\| |
|
| * | async.c refactor... | Andy Wingo | 2011-05-13 | 1 | -39/+55 |
* | | remove all deprecated code... | Andy Wingo | 2011-05-12 | 1 | -61/+1 |
|/ |
|
* | Assorted `syntax-check' fixes.... | Ludovic Courtès | 2010-08-27 | 1 | -1/+0 |
* | remove libguile/lang.h, deprecate %nil (in favor of #nil)... | Andy Wingo | 2010-04-09 | 1 | -2/+1 |
* | fix SCM_CELL_* macro usage in async.c... | Andy Wingo | 2009-12-08 | 1 | -3/+3 |
* | decruftify scm_sys_protects... | Andy Wingo | 2009-12-05 | 1 | -1/+0 |
* | Arrange so that `SCM_I_CURRENT_THREAD' is not accessed outside of libguile.... | Ludovic Courtès | 2009-10-09 | 1 | -0/+23 |
* | Use `SCM_DEPRECATED' in declarations of deprecated functions/variables.... | Ludovic Courtès | 2009-10-02 | 1 | -1/+3 |
* | Merge branch 'master' into boehm-demers-weiser-gc... | Ludovic Courtès | 2009-08-18 | 1 | -7/+8 |
|\ |
|
| * | Change Guile license to LGPLv3+... | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
| * | Fix `explicitely' typos, should be `explicitly' | Neil Jerram | 2009-05-20 | 1 | -1/+1 |
* | | Merge branch 'master' into boehm-demers-weiser-gc... | Ludovic Courtès | 2008-12-14 | 1 | -4/+6 |
|\| |
|
| * | Check the return value of libc's functions to make `_FORTIFY_SOURCE=2' work.... | Ludovic Courtès | 2008-11-30 | 1 | -4/+6 |
* | | Merge branch 'master' into boehm-demers-weiser-gc... | Ludovic Courtès | 2008-09-13 | 1 | -1/+1 |
|\| |
|
| * | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 2008-09-13 | 1 | -1/+1 |
* | | Removed a lot of now-useless SMOB mark/free functions.... | Ludovic Courtes | 2008-09-05 | 1 | -6/+0 |
|/ |
|
* | merge from 1.8 branch | Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | Renamed the "frames" that are related to dynamic-wind to "dynamic... | Marius Vollmer | 2006-01-29 | 1 | -6/+6 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | See ChangeLog from 2005-03-02. | Marius Vollmer | 2005-03-02 | 1 | -55/+146 |
* | *** empty log message *** | Marius Vollmer | 2004-09-22 | 1 | -3/+3 |
* | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,... | Marius Vollmer | 2004-07-06 | 1 | -1/+1 |
* | (scm_frame_unwind, scm_frame_unwind_handler): Renamed and changed all... | Marius Vollmer | 2004-01-11 | 1 | -4/+4 |
* | Did the follwing renamings: scm_with_blocked_asyncs ->... | Marius Vollmer | 2004-01-07 | 1 | -6/+6 |
* | dynwind.h (SCM_F_WIND_EXPLICITELY, SCM_F_WIND_EXPLICITLY): It's... | Marius Vollmer | 2004-01-06 | 1 | -4/+4 |
* | (scm_with_blocked_asyncs, scm_with_unblocked_asyncs): New. | Marius Vollmer | 2004-01-04 | 1 | -1/+19 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -35/+11 |
* | * async.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 2003-03-25 | 1 | -0/+3 |
* | * async.c, error.h (scm_ints_disabled): Removed.... | Mikael Djurfeldt | 2002-12-10 | 1 | -5/+0 |
* | * __scm.h (USE_THREADS, GUILE_ISELECT): Define when... | Marius Vollmer | 2002-11-03 | 1 | -4/+0 |
* | (scm_async_click): Reset pending_asyncs, handle... | Marius Vollmer | 2002-10-27 | 1 | -30/+46 |
* | (SCM_MAKE_VALIDATE_MSG): New. Use it instead of SCM_MAKE_VALIDATE in... | Marius Vollmer | 2002-10-20 | 1 | -1/+1 |