summaryrefslogtreecommitdiff
path: root/libguile/threads-plugin.h
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.
2004-04-27(SCM_MUTEX_MAXSIZE): Increase to 25*sizeof(long),Kevin Ryde1-79/+0
for the benefit of hpux11 where pthread_mutex_t is 88 bytes. Reported by Andreas Vögele.
2004-01-06(SCM_MUTEX_MAXSIZE): Increase to 12*sizeof(long),Kevin Ryde1-3/+6
for the benefit of powerpc-apple-darwin5.5. Reported by Richard Todd.
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-35/+11
2003-03-26* threads-plugin.h: replace usage of struct timespect withRob Browning1-1/+1
scm_t_timespec.
2002-12-18* Makefile.am (modinclude_HEADERS): Added threads-plugin.h.Mikael Djurfeldt1-0/+100
(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.