diff --git a/libguile-ltdl/ChangeLog b/libguile-ltdl/ChangeLog index d7d7b93bc..8f5081536 100644 --- a/libguile-ltdl/ChangeLog +++ b/libguile-ltdl/ChangeLog @@ -1,3 +1,13 @@ +2002-10-11 Marius Vollmer + + * upstream/Makefile.am (ltdl.h.diff, ltdl.c.diff): Look for + raw-ltdl.h and raw-ltdl.c in "$(srcdir)/..". This is needed for + VPATH builds. + + * Makefile.am (INCLUDES): Also look for includes in "." and + "$(srcdir)". This is needed for VPATH builds. + (EXTRA_DIST): Also distribute EXTRA_HEADERS. + 2002-10-09 Rob Browning * upstream/Makefile.am (ltdl.h.diff): remove diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 457478003..336f51743 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,15 @@ +2002-10-11 Marius Vollmer + + * async.c (s_scm_system_async_mark_for_thread): Only call + scm_i_thread_root when USE_THREADS is defined. Use scm_root + otherwise. + + * scmsigs.c (take_signal): Only call scm_i_thread_root when + USE_THREADS is defined. Use scm_root otherwise. + (scm_sigaction_for_thread): Ignore THREAD argument when + USE_THREADS is not defined. Also, move THREAD argument defaulting + out of HAVE_SIGACTION section, which was a bug. + 2002-10-10 Marius Vollmer * scmsigs.c (scm_sigaction_for_thread): Store original handler in