Age | Commit message (Expand) | Author | Files | Lines |
2018-06-26 | Rename scm_i_thread to scm_thread | Andy Wingo | 1 | -6/+6 |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Rename __scm.h to scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Move SCM_TICK definition to __scm.h. | Andy Wingo | 1 | -0/+4 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove useless "classes: h_files" from Guile headers. | Andy Wingo | 1 | -4/+2 |
2016-12-29 | New interfaces to help wait on fd/cond | Andy Wingo | 1 | -4/+14 |
2016-11-21 | Deprecate dynamic roots | Andy Wingo | 1 | -1/+0 |
2016-11-19 | Inline interrupts | Andy Wingo | 1 | -0/+3 |
2016-11-13 | Refactor GC implications of thread sleep | Andy Wingo | 1 | -1/+1 |
2016-11-01 | Deprecate critical sections | Andy Wingo | 1 | -8/+0 |
2016-11-01 | Simplify critical section implementation | Andy Wingo | 1 | -30/+2 |
2016-11-01 | Remove unused internal definitions | Andy Wingo | 1 | -16/+0 |
2016-10-26 | Use atomics for async interrupts | Andy Wingo | 1 | -1/+0 |
2016-10-17 | Deprecate user asyncs | Andy Wingo | 1 | -3/+0 |
2014-09-30 | Merge branch 'stable-2.0' | Mark H Weaver | 1 | -5/+6 |
2014-06-01 | Mark system async functions as SCM_API. | Mark H Weaver | 1 | -5/+6 |
2013-11-28 | Merge commit '8571dbde639e0ee9885bad49c9e180474bd23646' | Andy Wingo | 1 | -0/+16 |
2013-11-23 | Add mutex locking functions that also block asyncs. | Mark H Weaver | 1 | -0/+16 |
2011-05-15 | rename scm_async_click() to scm_async_tick(); privatize SCM_ASYNC_TICK | Andy Wingo | 1 | -2/+2 |
2011-05-12 | remove all deprecated code | Andy Wingo | 1 | -9/+1 |
2009-10-09 | Arrange so that `SCM_I_CURRENT_THREAD' is not accessed outside of libguile. | Ludovic Courtès | 1 | -11/+23 |
2009-10-09 | Deprecate `scm_mask_ints'. | Ludovic Courtès | 1 | -4/+0 |
2009-10-02 | Use `SCM_DEPRECATED' in declarations of deprecated functions/variables. | Ludovic Courtès | 1 | -4/+4 |
2009-09-30 | Fix spurious `throw from within critical section' errors | Neil Jerram | 1 | -5/+3 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2008-05-31 | Add `SCM_INTERNAL' macro, use it. | Ludovic Courtès | 1 | -6/+7 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2006-01-29 | Renamed the "frames" that are related to dynamic-wind to "dynamic | Marius Vollmer | 1 | -2/+2 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-24 | * async.h (scm_mask_ints): Removed left over reference to | Mikael Djurfeldt | 1 | -2/+2 |
2005-03-07 | * threads.h, async.h, threads.c (SCM_CRITICAL_SECTION_START, | Marius Vollmer | 1 | -0/+26 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -1/+6 |
2004-01-07 | Did the follwing renamings: scm_with_blocked_asyncs -> | Marius Vollmer | 1 | -2/+2 |
2004-01-04 | (scm_with_blocked_asyncs, scm_with_unblocked_asyncs): New. | Marius Vollmer | 1 | -1/+3 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
2002-10-19 | * async.h, async.c (scm_system_async): Fixed deprecation to work | Dirk Herrmann | 1 | -1/+1 |
2002-10-13 | * evalext.h: Replaced SCM_DEBUG_DEPRECATED with !SCM_ENABLE_DEPRECATED. | Dirk Herrmann | 1 | -1/+1 |
2002-10-09 | * async.h (scm_call_with_blocked_asyncs, | Marius Vollmer | 1 | -2/+11 |
2002-10-04 | * async.h (scm_asyncs_pending, scm_set_tick_rate, | Marius Vollmer | 1 | -4/+2 |
2002-10-03 | (scm_system_async_mark_for_thread): New prototype. | Marius Vollmer | 1 | -1/+2 |
2001-11-25 | (scm_system_async_mark_from_signal_handler): New. | Marius Vollmer | 1 | -0/+1 |
2001-11-02 | Prefixed each each exported symbol with SCM_API. | Marius Vollmer | 1 | -15/+15 |
2001-08-31 | * Renamed header macros to the SCM_<filename>_H format. | Dirk Herrmann | 1 | -1/+2 |
2001-07-19 | * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, | Martin Grabmüller | 1 | -1/+1 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-26 | Make compilation under Windows easier. | Martin Grabmüller | 1 | -3/+3 |
2000-06-28 | * Cleaned up initialization of asyncs. | Dirk Herrmann | 1 | -2/+1 |
2000-04-05 | * async.[ch]: unexpose low-level async access macros (thanks to | Michael Livshin | 1 | -7/+0 |