Use thread-local allocation (significant perf. improvement!); added the `boehm-gc...
[bpt/guile.git] / libguile / pthread-threads.h
2008-09-10 Ludovic CourtesUse thread-local allocation (significant perf. improvem...
2008-09-04 Ludovic Court`esTell `libgc' that we're using POSIX threads. This...
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-01-29 Marius VollmerRenamed the "frames" that are related to dynamic-wind...
2005-10-23 Marius Vollmer* null-threads.h, pthread-threads.h
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2002-12-18 Mikael Djurfeldt* Makefile.am (modinclude_HEADERS): Added threads-plugin.h.
2002-12-18 Mikael Djurfeldt* threads.c (really_launch): Detach before unlocking
2002-12-16 Mikael Djurfeldt* pthread-threads.c, pthread-threads.h (SCM_DEBUG_THREA...
2002-12-16 Mikael Djurfeldt* threads.c (scm_thread): Removed filed joining_threads.
2002-12-16 Mikael Djurfeldt* pthread-threads.c, pthread-threads.h, threads.c:...
2002-12-15 Mikael Djurfeldt* __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definit...
2002-12-09 Mikael Djurfeldt* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.
2002-12-02 Marius Vollmer* pthread-threads.h: New, implement pthread-like API...