summaryrefslogtreecommitdiff
path: root/libguile/futures.c
Commit message (Expand)AuthorAgeFilesLines
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+5
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* * futures.h, futures.c: Wrap whole contents in "#if 0"/"#endif".Marius Vollmer2006-01-291-0/+8
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-28/+31
* Reverted changed from 2005/01/24 19:14:54, which was a commit to theMarius Vollmer2005-01-241-31/+28
* Threading changes.Marius Vollmer2005-01-241-28/+31
* *** empty log message ***Marius Vollmer2004-09-221-8/+8
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-2/+2
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-2/+2
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * futures.c (mark_futures): Don't need to mark data of recycledMikael Djurfeldt2003-01-231-3/+4
* * futures.h, futures.c: New files; Introduced recycling ofMikael Djurfeldt2003-01-231-0/+387