all-modules


Log

Author Commit Date CI Message
Collin Funk 8241862f 2024-04-03T17:48:56 posix-modules, all-modules: Fix --version output using git options. * all-modules (func_version): Pass --format and --date options to git so the output does not depend on the user's configuration. Pass '-n 1' to speed up the operation, since we only need the first entry. * posix-modules (func_version): Likewise.
Bruno Haible ce6070e4 2024-04-05T04:17:56 all-modules: Fix errors during './all-modules --version' execution. Reported by Collin Funk in <https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00050.html>. * all-modules (func_exit, func_fatal_error, func_readlink, func_gnulib_dir): Include auxiliary functions from gnulib-tool.sh.
Simon Josefsson 5b92dd0a 2024-01-01T10:31:48 maint: run 'make update-copyright'
Paul Eggert c2a5953f 2023-04-29T11:44:13 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.
Bruno Haible 2afd12da 2023-04-15T16:55:34 Don't include module 'year2038-required' in all-of-gnulib testdirs. * all-modules (exclude): Add year2038-required.
Simon Josefsson 32a72f45 2023-01-01T01:14:21 maint: run 'make update-copyright'
Bruno Haible f22af31e 2022-09-21T00:29:05 Add another helper script for creating testdirs. * all-modules: New file, based on posix-modules.