summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-04-29 11:44:13 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2023-04-29 11:46:25 -0700
commitc2a5953f179814dd0f4b7e627aae9a009181ed6a (patch)
tree38b71aed28c1c6215f4381085d9b85767198d7a6 /ChangeLog
parent44480828308ad08a1b37e2d96a72ababee5f7174 (diff)
downloadgnulib-c2a5953f179814dd0f4b7e627aae9a009181ed6a.tar.gz
year2038-recommended: new module
Remove year2038-required and largefile-required, replacing the former with year2038-recommended and simply removing the latter. This syncs with Autoconf master. * MODULES.html.sh, NEWS, doc/largefile.texi: * all-modules (exclude): Exclude year2038-recommended, not -required. * doc/posix-headers/sys_types.texi, doc/posix-headers/time.texi: * doc/year2038.texi: Mention this. * m4/largefile.m4: Sync from Autoconf. Override existing macros if AC_SYS_YEAR2038_RECOMMENDED is not defined, rather than if AC_SYS_LARGEFILE_REQUIRED is not defined. * modules/largefile-required, modules/year2038-required: Removed. * modules/year2038: Do not depend on largefile; simply use m4/largefile.m4, since we shouldn’t need the extra goodies largefile supplies. * modules/year2038-recommended: New module.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ceda3c354..e25324c3de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2023-04-28 Paul Eggert <eggert@cs.ucla.edu>
+
+ year2038-recommended: new module
+ Remove year2038-required and largefile-required, replacing
+ the former with year2038-recommended and simply removing
+ the latter. This syncs with Autoconf master.
+ * MODULES.html.sh, NEWS, doc/largefile.texi:
+ * all-modules (exclude): Exclude year2038-recommended, not -required.
+ * doc/posix-headers/sys_types.texi, doc/posix-headers/time.texi:
+ * doc/year2038.texi: Mention this.
+ * m4/largefile.m4: Sync from Autoconf. Override existing macros
+ if AC_SYS_YEAR2038_RECOMMENDED is not defined, rather than if
+ AC_SYS_LARGEFILE_REQUIRED is not defined.
+ * modules/largefile-required, modules/year2038-required: Removed.
+ * modules/year2038: Do not depend on largefile; simply
+ use m4/largefile.m4, since we shouldn’t need the extra goodies
+ largefile supplies.
+ * modules/year2038-recommended: New module.
+
2023-04-28 Bruno Haible <bruno@clisp.org>
stdio: Avoid different configure results in different testdirs.