summaryrefslogtreecommitdiff
path: root/libguile/pthread-threads.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "add pthread_atfork helpers to our threading shims"Andy Wingo2012-02-231-9/+1
* add pthread_atfork helpers to our threading shimsAndy Wingo2012-02-171-1/+9
* remove gc pthread redirects entirelyAndy Wingo2011-05-261-18/+2
* pthread-threads.h: only redirect to GC_pthread_sigmask if it is presentAndy Wingo2011-04-031-0/+4
* fix compilation with libgc 7.0, 7.1Andy Wingo2011-03-291-0/+11
* threading / with_guile refactor to use more GC_stack_baseAndy Wingo2011-03-251-7/+7
* Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.Ludovic Courtès2009-09-141-1/+1
* Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-181-6/+7
|\
| * Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* | Merge commit '2e77f7202b11ad0003831fcff94ec7db80cca015' into boehm-demers-wei...Ludovic Courtès2008-09-101-1/+8
|\ \ | |/
| * Changes from arch/CVS synchronizationLudovic Courtès2007-10-201-0/+3
| * Changes from arch/CVS synchronizationLudovic Courtès2007-10-101-1/+5
* | Merge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347' into boehm-demers-wei...Ludovic Courtès2008-09-101-1/+5
|\ \ | |/
| * merge from 1.8 branchKevin Ryde2006-10-091-1/+5
* | Use thread-local allocation (significant perf. improvement!); added the `boeh...Ludovic Courtes2008-09-101-2/+1
* | Tell `libgc' that we're using POSIX threads. This fixes Guile on PPC.Ludovic Court`es2008-09-051-0/+4
|/
* 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-2/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-47/+55
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * Makefile.am (modinclude_HEADERS): Added threads-plugin.h.Mikael Djurfeldt2002-12-181-56/+2
* * threads.c (really_launch): Detach before unlockingMikael Djurfeldt2002-12-181-12/+4
* * pthread-threads.c, pthread-threads.h (SCM_DEBUG_THREADS): AddedMikael Djurfeldt2002-12-161-1/+10
* * threads.c (scm_thread): Removed filed joining_threads.Mikael Djurfeldt2002-12-161-11/+41
* * pthread-threads.c, pthread-threads.h, threads.c: Fixes toMikael Djurfeldt2002-12-161-7/+13
* * __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definitions.Mikael Djurfeldt2002-12-151-0/+24
* * __scm.h (SCM_ALLOW_INTS_ONLY): Removed.Mikael Djurfeldt2002-12-091-30/+33
* * pthread-threads.h: New, implement pthread-like API by deferring toMarius Vollmer2002-12-021-0/+99