summaryrefslogtreecommitdiff
path: root/libguile/futures.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-30Since support for "futures" in C has been completely disabled for someKen Raeburn1-375/+0
2009-08-18Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-6/+7
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-6/+7
2008-09-13Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès1-1/+5
2008-09-13Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès1-1/+5
2008-09-05Removed a lot of now-useless SMOB mark/free functions.Ludovic Courtes1-5/+0
2006-04-17merge from 1.8 branchKevin Ryde1-1/+1
2006-01-29* futures.h, futures.c: Wrap whole contents in "#if 0"/"#endif".Marius Vollmer1-0/+8
2005-05-23The FSF has a new address.Marius Vollmer1-1/+1
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-28/+31
2005-01-24Reverted changed from 2005/01/24 19:14:54, which was a commit to theMarius Vollmer1-31/+28
2005-01-24Threading changes.Marius Vollmer1-28/+31
2004-09-22*** empty log message ***Marius Vollmer1-8/+8
2004-07-23* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer1-2/+2
2004-07-08* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer1-2/+2
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-01-23* futures.c (mark_futures): Don't need to mark data of recycledMikael Djurfeldt1-3/+4
2003-01-23* futures.h, futures.c: New files; Introduced recycling ofMikael Djurfeldt1-0/+387