From e11f46816f200b34dd63c3ee9d2c41ae7afa5418 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 25 Jun 2006 01:00:05 +0000 Subject: [PATCH] *** empty log message *** --- libguile/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 00534f35d..7e90d48cb 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,12 @@ +2006-06-25 Kevin Ryde + + * stime.c (bdtime2c): tm_gmtoff is seconds East, so take negative of + tm:gmtoff which is seconds West. Reported by Aaron VanDevender. + (bdtime2c): Test HAVE_STRUCT_TM_TM_GMTOFF for tm_gmtoff, rather than + HAVE_TM_ZONE. + (scm_strptime): Use tm_gmtoff from the strptime result when that field + exists, it's set by glibc strptime "%s". + 2006-06-13 Ludovic Courtès * eq.c: Include "struct.h", "goops.h" and "objects.h".