From e1350d6afaefc31567f0c2b614b0482a65ccc84f Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 13 Mar 2004 23:34:13 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 5 +++++ libguile/ChangeLog | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 21fbc8b9f..880ba279d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-03-14 Kevin Ryde + + * configure.in (strptime): Use #define _GNU_SOURCE to get the + prototype from glibc, use AC_CHECK_DECLS rather than AC_EGREP_HEADER. + 2004-02-29 Kevin Ryde * configure.in: Use AC_COPYRIGHT and AH_TOP to get copyright notice diff --git a/libguile/ChangeLog b/libguile/ChangeLog index a8bd67716..3963aadb7 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2004-03-14 Kevin Ryde + + * stime.c: Define _GNU_SOURCE for strptime prototype from glibc. + (strptime): Use HAVE_DECL_STRPTIME for when to give own prototype. + 2004-03-07 Kevin Ryde * stime.c (scm_gmtime): Return bd_time->tm_zone when available, rather