Merge branch 'master' into boehm-demers-weiser-gc
[bpt/guile.git] / libguile / threads.h
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-05 Ludovic CourtesAdded support for SMOB custom mark procedures.
2008-09-05 Ludovic CourtesRemoved the mark/free functions of continuations and...
2008-05-31 Ludovic CourtèsAdd `SCM_INTERNAL' macro, use it.
2008-05-14 Neil JerramDelete trailing whitespace.
2008-05-14 Julian Grahamlatest set of SRFI-18 support changes to core threads
2008-05-12 Neil JerramFix continuation problems on IA64.
2008-03-08 Neil JerramCore enhancements, by Julian Graham, to Guile's thread...
2008-02-07 Neil Jerram * threads.c (do_thread_exit, scm_cancel_thread,
2007-10-20 Ludovic CourtèsChanges from arch/CVS synchronization
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-01-29 Marius VollmerRenamed the "frames" that are related to dynamic-wind...
2005-12-06 Marius Vollmer(scm_t_guile_ticket, scm_leave_guile, scm_enter_guile...
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-10 Marius Vollmer(scm_i_thread): Added gc_running_p field.
2005-03-09 Marius Vollmer(scm_i_frame_single_threaded): Removed.
2005-03-07 Marius Vollmer* threads.h, async.h, threads.c (SCM_CRITICAL_SECTION_S...
2005-03-02 Marius VollmerSee ChangeLog from 2005-03-02.
2005-01-24 Marius VollmerReverted changed from 2005/01/24 19:14:54, which was...
2005-01-24 Marius VollmerThreading changes.
2004-07-23 Kevin Ryde(scm_i_misc_mutex): New SCM_GLOBAL_MUTEX.
2004-05-06 Marius VollmerUse SCM_SMOB_* instead of SCM_CELL_* as appropriate...
2004-03-03 Mikael Djurfeldt(scm_c_scm2thread): New function.
2003-06-14 Stefan Jahn2003-06-14 Stefan Jahn <stefan@lkcc.org>
2003-05-29 Stefan Jahn2003-05-29 Stefan Jahn <stefan@lkcc.org>
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-27 Rob Browning* threads.h: fix various preprocessor usages of new...
2003-03-26 Rob Browning* threads.h: replace usage of struct timespect with
2003-01-23 Mikael Djurfeldt* threads.h, threads.c: Moved futures to their own...
2002-12-18 Mikael Djurfeldt* Makefile.am (modinclude_HEADERS): Added threads-plugin.h.
2002-12-15 Mikael Djurfeldt* __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definit...
2002-12-10 Mikael Djurfeldt* threads.c (scm_i_thread_invalidate_freelists): New
2002-12-09 Mikael Djurfeldt* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.
2002-12-02 Marius Vollmer* threads.h: Do not include "libguile/coop-defs.h"...
2002-11-07 Mikael Djurfeldt* threads.c, threads.h (scm_cond_init): Undo unintentio...
2002-10-27 Marius Vollmer* threads.h: Include "coop-pthreads.h" when requested.
2002-10-16 Marius Vollmer* threads.h: Include null-threads.h when !USE_COOP_THREADS.
2002-10-03 Marius Vollmer* threads.h (scm_current_thread, scm_all_threads):...
2001-11-02 Marius VollmerPrefixed each each exported symbol with SCM_API.
2001-08-31 Dirk Herrmann* Renamed header macros to the SCM_<filename>_H format.
2001-07-19 Martin Grabmüller * alist.c, arbiters.c, async.h, backtrace.h, boolean...
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2000-12-10 Mikael Djurfeldt* threads.h (SCM_MUTEXP): Typo: removed extra parenthesis.
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-05-30 Dirk Herrmann* Removed mit-threads and fsu-threads and references.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-19 Mikael Djurfeldt* threads.h: Added #include "libguile/throw.h". (Thanks to
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
1999-12-16 Greg J. Badros* *.h: Use SCM_NIMP(X) && in all the FOOP macros.
1998-10-28 Mikael DjurfeldtHrmmph..
1998-10-28 Mikael Djurfeldt* threads.h (scm_thread_sleep, scm_thread_usleep):...
1998-10-13 Jim Blandy* threads.h (scm_thread_usleep, scm_thread_sleep):...
1998-10-03 Jim BlandyGet rid of warnings from the cooperative threading...
1998-02-06 Mikael Djurfeldt* iselect.h, iselect.c, coop.c, coop-threads.c, coop...
1998-01-23 Mikael Djurfeldt* coop-threads.c, threads.h (scm_spawn_thread): New...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-04-15 Jim BlandyMerge threads directory into libguile.