mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 08:20:20 +02:00
*** empty log message ***
This commit is contained in:
parent
7e2e61669b
commit
41f77ff505
2 changed files with 22 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
|||
2002-10-11 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||
|
||||
* 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 <rlb@defaultvalue.org>
|
||||
|
||||
* upstream/Makefile.am (ltdl.h.diff): remove
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
2002-10-11 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||
|
||||
* 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 <marius.vollmer@uni-dortmund.de>
|
||||
|
||||
* scmsigs.c (scm_sigaction_for_thread): Store original handler in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue