X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/3d7f708f21b109277018e776ec3754975696e390..7caa1b0780eda67bc7e50969c3a5436f3710d6d4:/libguile/ChangeLog diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 169e66a11..9eeb2828b 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,15 @@ 2002-11-03 Marius Vollmer + * 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!