summaryrefslogtreecommitdiff
path: root/libguile/null-threads.h
Commit message (Expand)AuthorAgeFilesLines
* in null threads, don't define sigmask stub when pthread_sigmask does not existMichael Gran2021-01-211-1/+3
* Fix compilation --without-threads.Matt Wette2020-03-211-0/+2
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* 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-3/+2
* Reimplement null-threads as inline functionsAndy Wingo2016-07-251-30/+149
* Revert "add pthread_atfork helpers to our threading shims"Andy Wingo2012-02-231-4/+1
* add pthread_atfork helpers to our threading shimsAndy Wingo2012-02-171-1/+4
* Assorted `syntax-check' fixes.Ludovic Courtès2010-08-271-3/+4
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Changes from arch/CVS synchronizationLudovic Courtès2007-10-201-0/+3
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* Renamed the "frames" that are related to dynamic-wind to "dynamicMarius Vollmer2006-01-291-1/+1
* * null-threads.h, pthread-threads.hMarius Vollmer2005-10-231-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-88/+68
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * null-threads.h: replace usage of struct timespect withRob Browning2003-03-251-1/+1
* * __scm.h (SCM_ALLOW_INTS_ONLY): Removed.Mikael Djurfeldt2002-12-091-0/+2
* * null-threads.h: Implement pthread-like API as a set of macros.Marius Vollmer2002-12-021-8/+89
* * null-threads.h (scm_null_mutex, scm_null_mutex_init,Marius Vollmer2002-10-271-30/+0
* (scm_t_cond): Renamed from scm_t_condvar, which was the wrong name.Marius Vollmer2002-10-161-1/+1
* New files.Marius Vollmer2002-10-161-0/+98