Kevin Ryde
|
70d31de900
|
(SCM_MUTEX_MAXSIZE): Increase to 25*sizeof(long),
for the benefit of hpux11 where pthread_mutex_t is 88 bytes. Reported
by Andreas Vögele.
|
2004-04-27 22:59:04 +00:00 |
|
Kevin Ryde
|
be24d06003
|
(SCM_MUTEX_MAXSIZE): Increase to 12*sizeof(long),
for the benefit of powerpc-apple-darwin5.5. Reported by Richard Todd.
|
2004-01-06 23:40:08 +00:00 |
|
Marius Vollmer
|
73be1d9e8e
|
Changed license terms to the plain LGPL thru-out.
|
2003-04-05 19:15:35 +00:00 |
|
Rob Browning
|
dcb0911f40
|
* threads-plugin.h: replace usage of struct timespect with
scm_t_timespec.
|
2003-03-26 00:01:10 +00:00 |
|
Mikael Djurfeldt
|
29717c8931
|
* Makefile.am (modinclude_HEADERS): Added threads-plugin.h.
(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.
|
2002-12-18 13:42:58 +00:00 |
|