From 500ab304cec6f930508ffe68159a6301b02771ff Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Thu, 14 Dec 2006 23:22:15 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 4 ++++ libguile/ChangeLog | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2e9f0046b..c268acdb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-12-15 Kevin Ryde + + * configure.in (process.h, pipe, _pipe): New checks. + 2006-12-14 Kevin Ryde * configure.in (struct timespec, pthread.h): Look for struct timespec diff --git a/libguile/ChangeLog b/libguile/ChangeLog index f8888bae8..3b6eee0df 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2006-12-15 Kevin Ryde + + * scmsigs.c: Conditionalize process.h, add io.h believe needed for + _pipe on mingw. + 2006-12-14 Kevin Ryde * threads.c (thread_print): Cope with the case where pthread_t is a