summaryrefslogtreecommitdiff
path: root/libguile/async.h
Commit message (Expand)AuthorAgeFilesLines
* Rename scm_i_thread to scm_threadAndy Wingo2018-06-261-6/+6
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-1/+0
* Move SCM_TICK definition to __scm.h.Andy Wingo2018-06-201-0/+4
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-4/+2
* New interfaces to help wait on fd/condAndy Wingo2016-12-291-4/+14
* Deprecate dynamic rootsAndy Wingo2016-11-211-1/+0
* Inline interruptsAndy Wingo2016-11-191-0/+3
* Refactor GC implications of thread sleepAndy Wingo2016-11-131-1/+1
* Deprecate critical sectionsAndy Wingo2016-11-011-8/+0
* Simplify critical section implementationAndy Wingo2016-11-011-30/+2
* Remove unused internal definitionsAndy Wingo2016-11-011-16/+0
* Use atomics for async interruptsAndy Wingo2016-10-261-1/+0
* Deprecate user asyncsAndy Wingo2016-10-171-3/+0
* Merge branch 'stable-2.0'Mark H Weaver2014-09-301-5/+6
|\
| * Mark system async functions as SCM_API.Mark H Weaver2014-06-011-5/+6
* | Merge commit '8571dbde639e0ee9885bad49c9e180474bd23646'Andy Wingo2013-11-281-0/+16
|\ \ | |/
| * Add mutex locking functions that also block asyncs.Mark H Weaver2013-11-231-0/+16
* | rename scm_async_click() to scm_async_tick(); privatize SCM_ASYNC_TICKAndy Wingo2011-05-151-2/+2
* | remove all deprecated codeAndy Wingo2011-05-121-9/+1
|/
* Arrange so that `SCM_I_CURRENT_THREAD' is not accessed outside of libguile.Ludovic Courtès2009-10-091-11/+23
* Deprecate `scm_mask_ints'.Ludovic Courtès2009-10-091-4/+0
* Use `SCM_DEPRECATED' in declarations of deprecated functions/variables.Ludovic Courtès2009-10-021-4/+4
* Fix spurious `throw from within critical section' errorsNeil Jerram2009-09-301-5/+3
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-6/+7
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer2006-01-291-2/+2
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* * async.h (scm_mask_ints): Removed left over reference toMikael Djurfeldt2005-03-241-2/+2
* * threads.h, async.h, threads.c (SCM_CRITICAL_SECTION_START,Marius Vollmer2005-03-071-0/+26
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-1/+6
* Did the follwing renamings: scm_with_blocked_asyncs ->Marius Vollmer2004-01-071-2/+2
* (scm_with_blocked_asyncs, scm_with_unblocked_asyncs): New.Marius Vollmer2004-01-041-1/+3
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * async.h, async.c (scm_system_async): Fixed deprecation to workDirk Herrmann2002-10-191-1/+1
* * evalext.h: Replaced SCM_DEBUG_DEPRECATED with !SCM_ENABLE_DEPRECATED.Dirk Herrmann2002-10-131-1/+1
* * async.h (scm_call_with_blocked_asyncs,Marius Vollmer2002-10-091-2/+11
* * async.h (scm_asyncs_pending, scm_set_tick_rate,Marius Vollmer2002-10-041-4/+2
* (scm_system_async_mark_for_thread): New prototype.Marius Vollmer2002-10-031-1/+2
* (scm_system_async_mark_from_signal_handler): New.Marius Vollmer2001-11-251-0/+1
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-15/+15
* * Renamed header macros to the SCM_<filename>_H format.Dirk Herrmann2001-08-311-1/+2
* * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller2001-07-191-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* Make compilation under Windows easier.Martin Grabmüller2001-06-261-3/+3
* * Cleaned up initialization of asyncs.Dirk Herrmann2000-06-281-2/+1
* * async.[ch]: unexpose low-level async access macros (thanks toMichael Livshin2000-04-051-7/+0