1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2002-11-03 22:09:33 +00:00
parent 3d7f708f21
commit 7caa1b0780
2 changed files with 16 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2002-11-03 Marius Vollmer <mvo@zagadka.ping.de>
* configure.in: Do not add "threads.o" to the libobjs, it is now
always compiled.
(USE_THREADS, GUILE_ISELECT): Do not define.
2002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
* configure.in: Handle thread package "coop-pthread" with alias

View file

@ -1,5 +1,15 @@
2002-11-03 Marius Vollmer <mvo@zagadka.ping.de>
* Makefile.am (libguile_la_SOURCES): Added threads.c
(DOT_DOC_FILES): Added threads.doc.
(DOT_X_FILES): Added threads.x.
(EXTRA_libguile_la_SOURCES): Removed threads.c.
(noinst_HEADERS): Added coop-pthreads.c.
(modinclude_HEADERS): Added coop-pthreads.h.
* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
SCM_DEBUG_DEPRECATED. Removed their use thru-out Guile.
* iselect.c: Include "_scm.h" before testing HAVE_UNISTD_H.
Thanks to Bill Schottstaedt!