summaryrefslogtreecommitdiff
path: root/libguile/threads.h
Commit message (Expand)AuthorAgeFilesLines
* * threads.h, threads.c: Moved futures to their own file.Mikael Djurfeldt2003-01-231-25/+11
* * Makefile.am (modinclude_HEADERS): Added threads-plugin.h.Mikael Djurfeldt2002-12-181-0/+3
* * __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definitions.Mikael Djurfeldt2002-12-151-6/+48
* * threads.c (scm_i_thread_invalidate_freelists): NewMikael Djurfeldt2002-12-101-0/+1
* * __scm.h (SCM_ALLOW_INTS_ONLY): Removed.Mikael Djurfeldt2002-12-091-28/+114
* * threads.h: Do not include "libguile/coop-defs.h". IncludeMarius Vollmer2002-12-021-39/+42
* * threads.c, threads.h (scm_cond_init): Undo unintentional APIMikael Djurfeldt2002-11-071-1/+1
* * threads.h: Include "coop-pthreads.h" when requested.Marius Vollmer2002-10-271-6/+48
* * threads.h: Include null-threads.h when !USE_COOP_THREADS.Marius Vollmer2002-10-161-0/+2
* * threads.h (scm_current_thread, scm_all_threads): New prototypes.Marius Vollmer2002-10-031-1/+7
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-24/+24
* * Renamed header macros to the SCM_<filename>_H format.Dirk Herrmann2001-08-311-7/+7
* * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller2001-07-191-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-5/+5
* * threads.h (SCM_MUTEXP): Typo: removed extra parenthesis.Mikael Djurfeldt2000-12-101-1/+1
* Smob-related creanup.Keisuke Nishida2000-12-081-8/+8
* * Removed mit-threads and fsu-threads and references.Dirk Herrmann2000-05-301-18/+9
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* * threads.h: Added #include "libguile/throw.h". (Thanks toMikael Djurfeldt2000-03-191-1/+2
* * list.c: Moved append docs to append! Thanks Dirk Hermann. Also,Greg J. Badros2000-03-021-7/+7
* * *.h: Use SCM_NIMP(X) && in all the FOOP macros.Greg J. Badros1999-12-161-3/+6
* Hrmmph..Mikael Djurfeldt1998-10-281-2/+2
* * threads.h (scm_thread_sleep, scm_thread_usleep): FixedMikael Djurfeldt1998-10-281-2/+2
* * threads.h (scm_thread_usleep, scm_thread_sleep): New declarations.Jim Blandy1998-10-131-0/+6
* Get rid of warnings from the cooperative threading system.Jim Blandy1998-10-031-0/+14
* * iselect.h, iselect.c, coop.c, coop-threads.c, coop-threads.h,Mikael Djurfeldt1998-02-061-1/+1
* * coop-threads.c, threads.h (scm_spawn_thread): New function.Mikael Djurfeldt1998-01-231-0/+3
* * Lots of files: New address for FSF.Jim Blandy1997-05-261-3/+3
* Merge threads directory into libguile.Jim Blandy1997-04-151-0/+91