aboutsummaryrefslogtreecommitdiff
path: root/libgm2
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2023-08-10 00:17:26 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2023-08-10 00:17:26 +0000
commit9b099a83b45b8fcdfc07d518e05d36ea741b2227 (patch)
treed0da432e1502060665d0a4834088a76c0914bce7 /libgm2
parent83c77b31b8aa57c189febf441d3906e402e7da7a (diff)
downloadgcc-9b099a83b45b8fcdfc07d518e05d36ea741b2227.zip
gcc-9b099a83b45b8fcdfc07d518e05d36ea741b2227.tar.gz
gcc-9b099a83b45b8fcdfc07d518e05d36ea741b2227.tar.bz2
Daily bump.
Diffstat (limited to 'libgm2')
-rw-r--r--libgm2/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/libgm2/ChangeLog b/libgm2/ChangeLog
index 3cc3969..6dddfc7 100644
--- a/libgm2/ChangeLog
+++ b/libgm2/ChangeLog
@@ -1,3 +1,24 @@
+2023-08-09 Gaius Mulley <gaiusmod2@gmail.com>
+
+ PR modula2/110779
+ * config.h.in: Regenerate.
+ * configure: Regenerate.
+ * configure.ac (AC_CACHE_CHECK): Check for tm_gmtoff field in
+ struct tm.
+ (GM2_CHECK_LIB): Check for daylight, timezone and tzname.
+ * libm2iso/wrapclock.cc (timezone): Guard against absence of
+ struct tm and tm_gmtoff.
+ (daylight): Check for daylight.
+ (timezone): Check for timezone.
+ (isdst): Check for isdst.
+ (tzname): Check for tzname.
+ (GetTimeRealtime): Check for struct timespec.
+ (SetTimeRealtime): Check for struct timespec.
+ (InitTimespec): Check for struct timespec.
+ (KillTimespec): Check for struct timespec.
+ (SetTimespec): Check for struct timespec.
+ (GetTimespec): Check for struct timespec.
+
2023-08-07 Nick Alcock <nick.alcock@oracle.com>
* configure: Regenerate.