summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-04-09 18:16:13 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2023-04-09 18:19:09 -0700
commit0daf0649ebfb5fb832d14b44c895b36de287e451 (patch)
treeb5e3446cff9cf041828e7b4344b00a1b8c6dfeb5 /ChangeLog
parentd9122d2aa558bda2089ab8fe854d5ce8c34cb711 (diff)
downloadgnulib-0daf0649ebfb5fb832d14b44c895b36de287e451.tar.gz
year2038: configure earlier
* modules/year2038: Put AC_SYS_YEAR2038 in configure.ac-early since it can affect CPPFLAGS with _TIME_BITS=64.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30aafccaed..bb49b16cf0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-04-09 Paul Eggert <eggert@cs.ucla.edu>
+
+ year2038: configure earlier
+ * modules/year2038: Put AC_SYS_YEAR2038 in configure.ac-early
+ since it can affect CPPFLAGS with _TIME_BITS=64.
+
2023-04-09 Bruno Haible <bruno@clisp.org>
c32toupper: Add tests.