summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-01-04 22:39:23 +0100
committerBruno Haible <bruno@clisp.org>2021-01-04 22:40:43 +0100
commite1e8bf6b33059ff78ee9a62534032836f6ea58ce (patch)
tree5faa7f0ffe8396e2f08566c3b32af32abdc4fe99 /ChangeLog
parent571a0fae2eb770dfe1189993d0f97b6dad01a90b (diff)
downloadgnulib-e1e8bf6b33059ff78ee9a62534032836f6ea58ce.tar.gz
nstrftime, time_rz: Avoid using an obsolete Autoconf macro.
Reported by Mike Gran <spk121@yahoo.com> in <https://lists.gnu.org/archive/html/bug-gnulib/2021-01/msg00067.html>. * lib/time-internal.h: Test HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE. * lib/time_rz.c: Likewise. * lib/nstrftime.c: Set and test HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE. * m4/nstrftime.m4 (gl_FUNC_GNU_STRFTIME): Update comments.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0add7d2679..c86fb78882 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2021-01-04 Bruno Haible <bruno@clisp.org>
+ nstrftime, time_rz: Avoid using an obsolete Autoconf macro.
+ Reported by Mike Gran <spk121@yahoo.com> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2021-01/msg00067.html>.
+ * lib/time-internal.h: Test HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE.
+ * lib/time_rz.c: Likewise.
+ * lib/nstrftime.c: Set and test HAVE_STRUCT_TM_TM_ZONE, not
+ HAVE_TM_ZONE.
+ * m4/nstrftime.m4 (gl_FUNC_GNU_STRFTIME): Update comments.
+
+2021-01-04 Bruno Haible <bruno@clisp.org>
+
expm1f-ieee: Work around AIX 7.2 bug.
* m4/expm1f.m4 (gl_FUNC_EXPM1F): Initialize gl_expm1f_required. If
module 'expm1f-ieee' is in use, check whether expm1f works according to