summaryrefslogtreecommitdiff
path: root/libguile/threads-plugin.c
AgeCommit message (Collapse)AuthorFilesLines
2005-03-02* Makefile.am (modinclude_HEADER): Removed threads-plugin.h.Marius Vollmer1-0/+0
(libguile_la_SOURCES): Added null-threads.c (EXTRA_libguile_la_SOURCES): Removed pthread-threads.c and threads-plugin.c. * pthread-threads.c, threads-plugin.c, threads-plugin.h: Removed.
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-210/+0
2003-03-26* threads-plugin.c: #include <config.h> if HAVE_CONFIG_H. ReplaceRob Browning1-1/+5
usage of struct timespect with scm_t_timespec.
2002-12-19Added back two macros used when debugging. (Got lost by mistake duringMikael Djurfeldt1-0/+5
a recent change.)
2002-12-18* Makefile.am (modinclude_HEADERS): Added threads-plugin.h.Mikael Djurfeldt1-0/+201
(EXTRA_DIST): Added threads-plugin.c. * threads-plugin.h, threads-plugin.c: New files. * threads.h: #include "libguile/threads-plugin.h". * threads.c: #include "libguile/threads-plugin.c". * pthread-threads.c: Temporarily remove debugging functions. * threads.c, threads.h (scm_yield): Added back.