| Commit message (Expand) | Author | Age | Files | Lines |
* | New interfaces to help wait on fd/cond | Andy Wingo | 2016-12-29 | 1 | -4/+14 |
* | Deprecate dynamic roots | Andy Wingo | 2016-11-21 | 1 | -1/+0 |
* | Inline interrupts | Andy Wingo | 2016-11-19 | 1 | -0/+3 |
* | Refactor GC implications of thread sleep | Andy Wingo | 2016-11-13 | 1 | -1/+1 |
* | Deprecate critical sections | Andy Wingo | 2016-11-01 | 1 | -8/+0 |
* | Simplify critical section implementation | Andy Wingo | 2016-11-01 | 1 | -30/+2 |
* | Remove unused internal definitions | Andy Wingo | 2016-11-01 | 1 | -16/+0 |
* | Use atomics for async interrupts | Andy Wingo | 2016-10-26 | 1 | -1/+0 |
* | Deprecate user asyncs | Andy Wingo | 2016-10-17 | 1 | -3/+0 |
* | Merge branch 'stable-2.0' | Mark H Weaver | 2014-09-30 | 1 | -5/+6 |
|\ |
|
| * | Mark system async functions as SCM_API. | Mark H Weaver | 2014-06-01 | 1 | -5/+6 |
* | | Merge commit '8571dbde639e0ee9885bad49c9e180474bd23646' | Andy Wingo | 2013-11-28 | 1 | -0/+16 |
|\ \
| |/ |
|
| * | Add mutex locking functions that also block asyncs. | Mark H Weaver | 2013-11-23 | 1 | -0/+16 |
* | | rename scm_async_click() to scm_async_tick(); privatize SCM_ASYNC_TICK | Andy Wingo | 2011-05-15 | 1 | -2/+2 |
* | | remove all deprecated code | Andy Wingo | 2011-05-12 | 1 | -9/+1 |
|/ |
|
* | Arrange so that `SCM_I_CURRENT_THREAD' is not accessed outside of libguile. | Ludovic Courtès | 2009-10-09 | 1 | -11/+23 |
* | Deprecate `scm_mask_ints'. | Ludovic Courtès | 2009-10-09 | 1 | -4/+0 |
* | Use `SCM_DEPRECATED' in declarations of deprecated functions/variables. | Ludovic Courtès | 2009-10-02 | 1 | -4/+4 |
* | Fix spurious `throw from within critical section' errors | Neil Jerram | 2009-09-30 | 1 | -5/+3 |
* | Change Guile license to LGPLv3+ | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 2008-05-31 | 1 | -6/+7 |
* | 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 | -2/+2 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -1/+1 |
* | * async.h (scm_mask_ints): Removed left over reference to | Mikael Djurfeldt | 2005-03-24 | 1 | -2/+2 |
* | * threads.h, async.h, threads.c (SCM_CRITICAL_SECTION_START, | Marius Vollmer | 2005-03-07 | 1 | -0/+26 |
* | See ChangeLog from 2005-03-02. | Marius Vollmer | 2005-03-02 | 1 | -1/+6 |
* | Did the follwing renamings: scm_with_blocked_asyncs -> | Marius Vollmer | 2004-01-07 | 1 | -2/+2 |
* | (scm_with_blocked_asyncs, scm_with_unblocked_asyncs): New. | Marius Vollmer | 2004-01-04 | 1 | -1/+3 |
* | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 2003-04-05 | 1 | -35/+11 |
* | * async.h, async.c (scm_system_async): Fixed deprecation to work | Dirk Herrmann | 2002-10-19 | 1 | -1/+1 |
* | * evalext.h: Replaced SCM_DEBUG_DEPRECATED with !SCM_ENABLE_DEPRECATED. | Dirk Herrmann | 2002-10-13 | 1 | -1/+1 |
* | * async.h (scm_call_with_blocked_asyncs, | Marius Vollmer | 2002-10-09 | 1 | -2/+11 |
* | * async.h (scm_asyncs_pending, scm_set_tick_rate, | Marius Vollmer | 2002-10-04 | 1 | -4/+2 |
* | (scm_system_async_mark_for_thread): New prototype. | Marius Vollmer | 2002-10-03 | 1 | -1/+2 |
* | (scm_system_async_mark_from_signal_handler): New. | Marius Vollmer | 2001-11-25 | 1 | -0/+1 |
* | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 2001-11-02 | 1 | -15/+15 |
* | * Renamed header macros to the SCM_<filename>_H format. | Dirk Herrmann | 2001-08-31 | 1 | -1/+2 |
* | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, | Martin Grabmüller | 2001-07-19 | 1 | -1/+1 |
* | Remove "face-lift" comment. | Thien-Thi Nguyen | 2001-07-09 | 1 | -2/+0 |
* | Make compilation under Windows easier. | Martin Grabmüller | 2001-06-26 | 1 | -3/+3 |
* | * Cleaned up initialization of asyncs. | Dirk Herrmann | 2000-06-28 | 1 | -2/+1 |
* | * async.[ch]: unexpose low-level async access macros (thanks to | Michael Livshin | 2000-04-05 | 1 | -7/+0 |
* | * async.h: kill the scm_async_t struct. having a heap cell | Michael Livshin | 2000-04-04 | 1 | -9/+6 |
* | * *.[hc]: add Emacs magic at the end of file, to ensure GNU | Michael Livshin | 2000-03-19 | 1 | -0/+6 |
* | * async.c, async.h: made async representation a double cell. | Mikael Djurfeldt | 2000-03-14 | 1 | -3/+3 |
* | * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, | Greg J. Badros | 2000-03-02 | 1 | -14/+14 |
* | * *.h: Use SCM_NIMP(X) && in all the FOOP macros. | Greg J. Badros | 1999-12-16 | 1 | -1/+4 |
* | * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, | Jim Blandy | 1998-10-19 | 1 | -1/+1 |
* | * async.c, async.h (asyncs_pending): Renamed asyncs_pending --> | Mikael Djurfeldt | 1998-01-30 | 1 | -0/+1 |