]> Savannah Git Hosting - gnulib.git/log
gnulib.git
4 months agoUse the translation domain "gnulib".
Bruno Haible [Mon, 9 Dec 2024 03:37:06 +0000 (04:37 +0100)]
Use the translation domain "gnulib".

Fix mistake in recent ChangeLog entry.

4 months agoDocument the new approach for gnulib localization.
Bruno Haible [Sun, 8 Dec 2024 17:15:49 +0000 (18:15 +0100)]
Document the new approach for gnulib localization.

* doc/gnulib-tool.texi (Localization): Recommend to use the gnulib-l10n
package. Deprecate the two previous approaches.
* gnulib-tool.sh (func_usage): Deprecate the --po-base and --po-domain
options.
* pygnulib/GLInfo.py (GLInfo.usage): Likewise.

4 months agoUse the translation domain "gnulib".
Bruno Haible [Sun, 8 Dec 2024 17:05:31 +0000 (18:05 +0100)]
Use the translation domain "gnulib".

* lib/argmatch.c (_): Use translation domain "gnulib".
* lib/bitset/stats.c (_): Likewise.
* lib/c-stack.c (_): Likewise.
* lib/clean-temp.c (_): Likewise.
* lib/clean-temp-simple.c (_): Likewise.
* lib/closein.c (_): Likewise.
* lib/closeout.c (_): Likewise.
* lib/copy-acl.c (_): Likewise.
* lib/copy-file.c (_): Likewise.
* lib/csharpcomp.c (_): Likewise.
* lib/csharpexec.c (_): Likewise.
* lib/cygpath.c (_): Likewise.
* lib/dfa.c (_): Likewise.
* lib/error.c (_): Likewise.
* lib/execute.c (_): Likewise.
* lib/gai_strerror.c (_): Likewise.
* lib/getaddrinfo.c (_): Likewise.
* lib/getopt.c (_): Likewise.
* lib/javacomp.c (_): Likewise.
* lib/javaexec.c (_): Likewise.
* lib/javaversion.c (_): Likewise.
* lib/mkdir-p.c (_): Likewise.
* lib/obstack.c (_) [!_LIBC]: Likewise.
* lib/openat-die.c (_): Likewise.
* lib/os2-spawn.c (_): Likewise.
* lib/pagealign_alloc.c (_): Likewise.
* lib/parse-datetime.y (_): Likewise.
* lib/pipe-filter-gi.c (_): Likewise.
* lib/pipe-filter-ii.c (_): Likewise.
* lib/quotearg.c (_): Likewise.
* lib/regex_internal.h (_): Likewise.
* lib/rpmatch.c (_): Likewise.
* lib/set-acl.c (_): Likewise.
* lib/sigpipe-die.c (_): Likewise.
* lib/spawn-pipe.c (_): Likewise.
* lib/strsignal.c (_) [!_LIBC]: Likewise.
* lib/timevar.c (_): Likewise.
* lib/unicodeio.c (_): Likewise.
* lib/userspec.c (_): Likewise.
* lib/version-etc.c (_): Likewise.
* lib/wait-process.c (_): Likewise.
* lib/xalloc-die.c (_): Likewise.
* lib/xbinary-io.c (_): Likewise.
* lib/xfreopen.c (_): Likewise.
* lib/xmemcoll.c (_): Likewise.
* lib/xsetenv.c (_): Likewise.
* lib/xstdopen.c (_): Likewise.
* lib/xstrerror.c (_): Likewise.
* modules/acl (Depends-on): Add gnulib-i18n.
* modules/argmatch (Depends-on): Likewise.
* modules/bitset (Depends-on): Likewise.
* modules/c-stack (Depends-on): Likewise.
* modules/clean-temp (Depends-on): Likewise.
* modules/clean-temp-simple (Depends-on): Likewise.
* modules/closein (Depends-on): Likewise.
* modules/closeout (Depends-on): Likewise.
* modules/copy-file (Depends-on): Likewise.
* modules/csharpcomp (Depends-on): Likewise.
* modules/csharpexec (Depends-on): Likewise.
* modules/cygpath (Depends-on): Likewise.
* modules/dfa (Depends-on): Likewise.
* modules/error (Depends-on): Likewise.
* modules/execute (Depends-on): Likewise.
* modules/getaddrinfo (Depends-on): Likewise.
* modules/getopt-posix (Depends-on): Likewise.
* modules/javacomp (Depends-on): Likewise.
* modules/javaexec (Depends-on): Likewise.
* modules/javaversion (Depends-on): Likewise.
* modules/mkdir-p (Depends-on): Likewise.
* modules/obstack (Depends-on): Likewise.
* modules/openat-die (Depends-on): Likewise.
* modules/pagealign_alloc (Depends-on): Likewise.
* modules/parse-datetime (Depends-on): Likewise.
* modules/pipe-filter-gi (Depends-on): Likewise.
* modules/pipe-filter-ii (Depends-on): Likewise.
* modules/quotearg (Depends-on): Likewise.
* modules/regex (Depends-on): Likewise.
* modules/rpmatch (Depends-on): Likewise.
* modules/sigpipe-die (Depends-on): Likewise.
* modules/spawn-pipe (Depends-on): Likewise.
* modules/strsignal (Depends-on): Likewise.
* modules/timevar (Depends-on): Likewise.
* modules/unicodeio (Depends-on): Likewise.
* modules/userspec (Depends-on): Likewise.
* modules/version-etc (Depends-on): Likewise.
* modules/wait-process (Depends-on): Likewise.
* modules/xalloc-die (Depends-on): Likewise.
* modules/xbinary-io (Depends-on): Likewise.
* modules/xfreopen (Depends-on): Likewise.
* modules/xmemcoll (Depends-on): Likewise.
* modules/xsetenv (Depends-on): Likewise.
* modules/xstdopen (Depends-on): Likewise.
* modules/xstrerror (Depends-on): Likewise.

4 months agognulib-i18n: New module.
Bruno Haible [Sun, 8 Dec 2024 16:50:07 +0000 (17:50 +0100)]
gnulib-i18n: New module.

* m4/gnulib-i18n.m4: New file, based on m4/bison-i18n.m4.
* modules/gnulib-i18n: New file.

4 months agoAdd infrastructure for handling gnulib localizations.
Bruno Haible [Sun, 8 Dec 2024 16:40:53 +0000 (17:40 +0100)]
Add infrastructure for handling gnulib localizations.

* po/Makefile: New file.
* po/Makevars: New file, based on the template from GNU gettext.
* gnulib-l10n/README: New file.
* gnulib-l10n/configure.ac: New file.
* gnulib-l10n/Makefile.am: New file.
* gnulib-l10n/m4/Makefile.am: New file.
* gnulib-l10n/autogen.sh: New file.
* gnulib-l10n/autoclean.sh: New file.
* Makefile (gnulib.pot, gnulib-tp-snapshot, gnulib-l10n-release): New
targets.

4 months agobison-i18n: Improve usability.
Bruno Haible [Sun, 8 Dec 2024 16:13:00 +0000 (17:13 +0100)]
bison-i18n: Improve usability.

* modules/bison-i18n (Depends-on): Remove 'gettext'.
* m4/bison-i18n.m4 (BISON_I18N): Instead of bailing out if there is no
AM_GNU_GETTEXT invocation, just warn. Define BISON_LOCALEDIR also in
config.h, removing the need to do it in the Makefile.

4 months agoUpdate dependencies of modules that include "gettext.h".
Bruno Haible [Sun, 8 Dec 2024 14:24:13 +0000 (15:24 +0100)]
Update dependencies of modules that include "gettext.h".

* modules/closein (Depends-on): Add gettext-h.
* modules/dfa (Depends-on): Likewise.
* modules/error (Depends-on): Likewise.
* modules/xfreopen (Depends-on): Likewise.
* modules/xstrerror (Depends-on): Likewise.

4 months agoUpdate COPYING file.
Bruno Haible [Sat, 7 Dec 2024 14:59:11 +0000 (15:59 +0100)]
Update COPYING file.

* COPYING: Remove statements that are not true any more since
2021-06-04.

4 months agosignbit: Fix compilation error with g++ 5.5 on Solaris 10.
Bruno Haible [Fri, 6 Dec 2024 19:48:06 +0000 (20:48 +0100)]
signbit: Fix compilation error with g++ 5.5 on Solaris 10.

Reported by G. Branden Robinson <g.branden.robinson@gmail.com> in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-11/msg00180.html>.

* lib/math.in.h (signbit): In C++ 11 or newer, assume that <math.h> or
<cmath> may define signbit through three inline functions.

4 months agoUpdate build-aux/po/Makefile.in.in.
Bruno Haible [Fri, 6 Dec 2024 08:16:37 +0000 (09:16 +0100)]
Update build-aux/po/Makefile.in.in.

Reported by Assaf Gordon in
<https://lists.gnu.org/archive/html/bug-gnulib/2019-08/msg00045.html>
and by Reuben Thomas <rrt@sc3d.org> in
<https://lists.gnu.org/archive/html/bug-gnulib/2023-02/msg00020.html>.

* build-aux/po/Makefile.in.in: Sync from GNU gettext 0.23.
Fixes:
- Don't fail when 'make' is used with option -j.
- Pass the option --quiet to 'msgmerge'.
- Simplify by assuming that 'sed' groks comments.
* build-aux/po/remove-potcdate.sed: Renamed from
build-aux/po/remove-potcdate.sin.
* doc/gnulib.texi (Developer tools): Update file list.
* gnulib-tool.sh (func_import): Copy remove-potcdate.sed instead of
remove-potcdate.sin.
* pygnulib/GLImport.py (GLImport.execute): Likewise.

4 months agognulib-tool.py: Fix invalid use of cache.
Bruno Haible [Thu, 5 Dec 2024 08:43:14 +0000 (09:43 +0100)]
gnulib-tool.py: Fix invalid use of cache.

* pygnulib/GLModuleSystem.py (GLModule._getDependents): Make the modules
argument mandatory. Don't store the result in self.cache.

4 months agognulib-tool.py: Refactor.
Bruno Haible [Thu, 5 Dec 2024 08:28:13 +0000 (09:28 +0100)]
gnulib-tool.py: Refactor.

* pygnulib/GLModuleSystem.py (GLModuleSystem.getAllModules): Moved here
from GLModule._getAllModules. No need to eliminate empty module names.
(GLModule._getDependents, GLModule.getDependentsRecursively): Update.

4 months agognulib-tool.py: Remove dead code.
Bruno Haible [Thu, 5 Dec 2024 08:14:49 +0000 (09:14 +0100)]
gnulib-tool.py: Remove dead code.

* pygnulib/GLModuleSystem.py (GLModule.getDependents): Remove top_level
parameter. Use the cached value if present.
* pygnulib/main.py: Update accordingly.

4 months agognulib-tool.py: Make --extract-dependents quick again.
Collin Funk [Thu, 5 Dec 2024 02:49:45 +0000 (18:49 -0800)]
gnulib-tool.py: Make --extract-dependents quick again.

Suggested by Bruno Haible in:
<https://lists.gnu.org/archive/html/bug-gnulib/2024-12/msg00012.html>.

* pygnulib/GLModuleSystem.py (GLModule.getDependents): Add an optional
argument to use the implementation before yesterdays change.
* pygnulib/main.py (mode == 'extract-dependents'): Add the optional
argument to call of GLModule.getDependents.

4 months agoFix a recent ChangeLog entry.
Collin Funk [Thu, 5 Dec 2024 01:28:44 +0000 (17:28 -0800)]
Fix a recent ChangeLog entry.

4 months agoautoupdate
Karl Berry [Wed, 4 Dec 2024 23:23:37 +0000 (15:23 -0800)]
autoupdate

4 months agobison-i18n: Ensure BISON_LOCALEDIR_c expands to a C string.
Bruno Haible [Wed, 4 Dec 2024 22:18:17 +0000 (23:18 +0100)]
bison-i18n: Ensure BISON_LOCALEDIR_c expands to a C string.

Reported by Holger Hoffstätte via Sam James <sam@gentoo.org>.

* m4/bison-i18n.m4 (BISON_I18N): Define BISON_LOCALEDIR_c and
BISON_LOCALEDIR_c_make in the usual way even when BISON_LOCALEDIR
expands to empty.

5 months agognulib-tool.py: Optimize --extract-recursive-dependencies.
Collin Funk [Wed, 4 Dec 2024 03:17:52 +0000 (19:17 -0800)]
gnulib-tool.py: Optimize --extract-recursive-dependencies.

* pygnulib/GLModuleSystem.py (GLModuleSystem.list): Add optional
argument to include test modules.
(GLModule._getDependents) New function.
(GLModule.getDependents): Use it.
(GLModule.getDependentsRecursively): Likewise.
(GLModule._getAllModules): New function.

5 months agostrerror_r-posix: Silence gcc 14 warning.
Bruno Haible [Tue, 3 Dec 2024 19:38:12 +0000 (20:38 +0100)]
strerror_r-posix: Silence gcc 14 warning.

* lib/strerror_r.c (strerror_r): Silence -Wformat-truncation warning.

5 months agogettext: Sync with gettext 0.23.
Bruno Haible [Mon, 2 Dec 2024 21:26:44 +0000 (22:26 +0100)]
gettext: Sync with gettext 0.23.

* m4/gettext.m4: Update from current gettext git.
* m4/po.m4: Likewise.

5 months agoannounce-gen: Add option --cksum-checksums.
Bruno Haible [Mon, 2 Dec 2024 20:27:56 +0000 (21:27 +0100)]
announce-gen: Add option --cksum-checksums.

* build-aux/announce-gen: Accept option --cksum-checksums.
(usage): Document option --cksum-checksums.
(print_checksums): Add prefer_cksum parameter.

5 months agoannounce-gen: Show an SHA256 sum that can be verified more easily.
Bruno Haible [Sun, 1 Dec 2024 13:40:34 +0000 (14:40 +0100)]
announce-gen: Show an SHA256 sum that can be verified more easily.

* build-aux/announce-gen (print_checksums): Output SHA256 sum in hex,
instead of base64 wrapped.

5 months agoannounce-gen: Fix bug when accessing symlinks.
Bruno Haible [Sun, 1 Dec 2024 12:49:03 +0000 (13:49 +0100)]
announce-gen: Fix bug when accessing symlinks.

* build-aux/announce-gen (sizes): Pass the option -L to 'du'.

5 months agofpurge: Improve configure test.
Bruno Haible [Wed, 27 Nov 2024 06:33:34 +0000 (07:33 +0100)]
fpurge: Improve configure test.

Reported by Eli Schwartz <eschwartz@gentoo.org>.

* m4/fpurge.m4 (gl_FUNC_FPURGE): If fpurge is not declared, don't test
whether it works. Remove now-redundant cross-compilation guess.

5 months agofpurge: Improve configure test.
Bruno Haible [Tue, 26 Nov 2024 08:38:42 +0000 (09:38 +0100)]
fpurge: Improve configure test.

Reported by Eli Schwartz <eschwartz@gentoo.org>.

* m4/fpurge.m4 (gl_FUNC_FPURGE): If fpurge is not declared, don't test
whether it works.

5 months agobootstrap: avoid sc_prohibit_undesirable_word_seq failure
Simon Josefsson [Mon, 25 Nov 2024 16:23:21 +0000 (17:23 +0100)]
bootstrap: avoid sc_prohibit_undesirable_word_seq failure

* build-aux/bootstrap: Regenerated.

5 months agobootstrap: avoid sc_prohibit_undesirable_word_seq failure
Simon Josefsson [Mon, 25 Nov 2024 15:37:31 +0000 (16:37 +0100)]
bootstrap: avoid sc_prohibit_undesirable_word_seq failure

* top/bootstrap-funclib.sh: s/can not/cannot/

5 months agodoc: Add missing module index.
Collin Funk [Sun, 24 Nov 2024 19:17:29 +0000 (11:17 -0800)]
doc: Add missing module index.

Reported by Bruno Haible <bruno@clisp.org> in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-11/msg00193.html>.

* doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p): Add module index.

5 months agogettext-h: Add tests.
Bruno Haible [Sun, 24 Nov 2024 18:06:32 +0000 (19:06 +0100)]
gettext-h: Add tests.

Suggested by Ben Pfaff <blp@cs.stanford.edu> in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-11/msg00186.html>.

* tests/test-gettext-h.c: New file.
* modules/gettext-h-tests: New file.

5 months agogettext-h: Fix compilation error when pgettext is used.
Bruno Haible [Sun, 24 Nov 2024 14:50:07 +0000 (15:50 +0100)]
gettext-h: Fix compilation error when pgettext is used.

Fix last ChangeLog entry.

5 months agogettext: Fix compilation error when pgettext is used.
Bruno Haible [Sun, 24 Nov 2024 14:15:37 +0000 (15:15 +0100)]
gettext: Fix compilation error when pgettext is used.

Reported by Friedrich Beckmann <friedrich.beckmann@posteo.de> in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-11/msg00189.html>.

* lib/gettext.h: Include <locale.h>.

5 months agodoc: Document that glob includes glob_pattern_p.
Collin Funk [Sun, 24 Nov 2024 07:32:27 +0000 (23:32 -0800)]
doc: Document that glob includes glob_pattern_p.

* doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p): Document
that the glob module includes the glob_pattern_p function.

5 months agoopenat: don’t close (-1)
Paul Eggert [Thu, 21 Nov 2024 01:51:05 +0000 (17:51 -0800)]
openat: don’t close (-1)

* lib/openat.c (openat_permissive): Don’t close (-1), as some
debugging systems dislike that.  Clarify errno handling a bit.

5 months agotests: omit MEMCHR etc as no longer needed
Paul Eggert [Thu, 21 Nov 2024 01:19:45 +0000 (17:19 -0800)]
tests: omit MEMCHR etc as no longer needed

* tests/test-memchr.c (MEMCHR):
* tests/test-memchr2.c (MEMCHR2):
* tests/test-memrchr.c (MEMRCHR):
* tests/test-rawmemchr.c (RAWMEMCHR):
Remove these macros, as the code never adds to their results.
All uses replaced by original functions.

* tests/test-memchr.c (lib_memchr, volatile_memchr, memchr)

5 months agotests: dissuade unwanted clang optimization
Paul Eggert [Wed, 20 Nov 2024 22:55:32 +0000 (14:55 -0800)]
tests: dissuade unwanted clang optimization

Pacify Apple clang 14.0.0 (clang-1400.0.29.202) for
arm64-apple-darwin21.6.0 on test-memset_explicit.c,
which otherwise complains “warning: null passed to a callee that
requires a non-null argument [-Wnonnull]” and presumably could
do an unwanted optimization based on this analysis.
Do other tests consistently.
* tests/test-bsearch.c (lib_bsearch, volatile_bsearch, bsearch):
* tests/test-memccpy.c (lib_memccpy, volatile_memccpy, memccpy):
* tests/test-memchr.c (lib_memchr, volatile_memchr, memchr):
* tests/test-memcmp.c (lib_memcmp, volatile_memcmp, memcmp):
* tests/test-memcpy.c (lib_memcpy, volatile_memcpy, memcpy):
* tests/test-memmove.c (lib_memmove, volatile_memmove, memmove):
* tests/test-memset.c (lib_memset, volatile_memset, memset):
* tests/test-memset_explicit.c (lib_memset_explicit)
(volatile_memset_explicit, memset_explicit):
* tests/test-qsort.c (lib_qsort, volatile_qsort, qsort):
* tests/test-strncat.c (lib_strncat, volatile_strncat, strncat):
* tests/test-strncmp.c (lib_strncmp, volatile_strncmp, strncmp):
* tests/test-strncpy.c (lib_strncpy, volatile_strncpy, strncpy):
* tests/test-strndup.c (lib_strndup, volatile_strndup, strndup):
* tests/test-wcsncat.c (lib_wcsncat, volatile_wcsncat, wcsncat):
* tests/test-wcsncmp.c (lib_wcsncmp, volatile_wcsncmp, wcsncmp):
* tests/test-wcsncpy.c (lib_wcsncpy, volatile_wcsncpy, wcsncpy):
* tests/test-wmemchr.c (lib_wmemchr, volatile_wmemchr, wmemchr):
* tests/test-wmemcmp.c (lib_wmemcmp, volatile_wmemcmp, wmemcmp):
* tests/test-wmemcpy.c (lib_wmemcpy, volatile_wmemcpy, wmemcpy):
* tests/test-wmemmove.c (lib_wmemmove, volatile_wmemmove, wmemmove):
* tests/test-wmemset.c (lib_wmemset, volatile_wmemset, wmemset)
Convince the compiler to not optimize based on what it thinks
about the function.  Callers changed to not use volatile locals,
since they should no longer be needed.

5 months agoopenat: omit unnecessary fd test
Paul Eggert [Mon, 18 Nov 2024 16:13:26 +0000 (08:13 -0800)]
openat: omit unnecessary fd test

* lib/openat.c (openat_permissive): Close fd regardless
of whether it’s STDERR_FILENO.  This saves a bit of code space
and there’s no point to making this unlikely path faster.
Also change a couple of != 0 to < 0 for clarity
when -1 is the only option.

5 months agoopenat: use C99 decls after stmts
Paul Eggert [Mon, 18 Nov 2024 15:58:03 +0000 (07:58 -0800)]
openat: use C99 decls after stmts

* lib/openat.c (rpl_openat, openat_permissive):
Refactor to put decls closer to where they’re used.

5 months agoopenat: don’t lose track of save_cwd errno
Paul Eggert [Mon, 18 Nov 2024 15:54:54 +0000 (07:54 -0800)]
openat: don’t lose track of save_cwd errno

* lib/openat.c (openat_permissive): When ‘close’ is called
after save_cwd failed, don’t lose track of save_cwd’s errno.
This fixes a recently-introduced unlikely bug.

5 months agoc-stack: Avoid a busy-looping test on macOS.
Bruno Haible [Wed, 20 Nov 2024 07:50:42 +0000 (08:50 +0100)]
c-stack: Avoid a busy-looping test on macOS.

* lib/c-stack.c: Undefine abort.

5 months agotests: Silence some more -Wdeprecated-declarations warnings.
Bruno Haible [Wed, 20 Nov 2024 07:24:31 +0000 (08:24 +0100)]
tests: Silence some more -Wdeprecated-declarations warnings.

* tests/test-execute-child.c: Silence warning about sprintf.
* tests/test-fstatat.c: Silence warnings about statat and lstatat.
* tests/test-statat.c: Add comment.

5 months agosavewd: remove O_SEARCH optimization
Paul Eggert [Wed, 20 Nov 2024 02:29:57 +0000 (18:29 -0800)]
savewd: remove O_SEARCH optimization

* lib/savewd.c (savewd_save): Remove recently-added optimization
for platforms with O_SEARCH, as it does not work on macOS 12.6
due to what seems to be a bug there.

5 months agostrerror, vasnprintf: pacify clang 14 on macOS
Paul Eggert [Tue, 19 Nov 2024 23:48:02 +0000 (15:48 -0800)]
strerror, vasnprintf: pacify clang 14 on macOS

* lib/strerror.c, lib/vasnprintf.c: Pacify clang 14 on macOS 12.6.

5 months agodoc: nullptr_t bug fixed in GCC 15
Paul Eggert [Tue, 19 Nov 2024 21:57:36 +0000 (13:57 -0800)]
doc: nullptr_t bug fixed in GCC 15

5 months agounicodeio: avoid iconv issues for most ASCII characters
Pádraig Brady [Tue, 19 Nov 2024 18:11:21 +0000 (18:11 +0000)]
unicodeio: avoid iconv issues for most ASCII characters

* lib/unicodeio.c (print_unicode_char): Avoid unicode_to_mb()
for most ASCII characters, to avoid iconv() issues
which were seen on macOS.
Addresses https://bugs.gnu.org/74428

5 months agodoc: mention strtol no-conversion + EINVAL
Paul Eggert [Tue, 19 Nov 2024 17:11:22 +0000 (09:11 -0800)]
doc: mention strtol no-conversion + EINVAL

5 months agostdlib: Adjust warning about function 'free'.
Bruno Haible [Tue, 19 Nov 2024 15:03:01 +0000 (16:03 +0100)]
stdlib: Adjust warning about function 'free'.

Reported by Simon Josefsson in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-11/msg00158.html>.

* lib/stdlib.in.h (free): Talk about POSIX:2024, not future POSIX.
Recommend module 'free-posix'.

5 months agomaint: avoid sc_prohibit_undesirable_word_seq failure
Pádraig Brady [Mon, 18 Nov 2024 16:20:22 +0000 (16:20 +0000)]
maint: avoid sc_prohibit_undesirable_word_seq failure

* build-aux/bootstrap: s/can not/cannot/

5 months agosavewd: set errnum for FINAL_STATE too
Paul Eggert [Mon, 18 Nov 2024 06:58:13 +0000 (22:58 -0800)]
savewd: set errnum for FINAL_STATE too

Problem reported by Grisha Levit in:
https://lists.gnu.org/r/bug-gnulib/2024-11/msg00137.html
* lib/savewd.c (savewd_finish):
Set errnum to 0 unless we were in an error state.
* lib/savewd.h (savewd_errno): Report final state errnum too.

5 months agodoc: Prefer https urls where possible.
Collin Funk [Sun, 17 Nov 2024 21:05:55 +0000 (13:05 -0800)]
doc: Prefer https urls where possible.

* doc/gnulib.texi (POSIXURL): Use https url.
* doc/multithread.texi: Use https instead of http where possible.
* doc/glibc-functions/*.texi: Likewise.
* doc/posix-functions/*.texi: Likewise.
* lib/glthread/lock.c: Likewise.
* lib/hamt.h: Likewise.
* lib/localcharset.c: Likewise.
* lib/pipe2.c: Likewise.
* lib/pipe.c: Likewise.
* lib/sigsegv.c: Likewise.
* lib/sigsegv.in.h: Likewise.
* lib/sm3.c: Likewise.
* lib/sm3.h: Likewise.
* lib/sm3-stream.c: Likewise.
* lib/stackvma.c: Likewise.
* lib/stdio-impl.h: Likewise.
* lib/stdnoreturn.in.h: Likewise.
* m4/getopt.m4: Likewise.
* m4/largefile.m4: Likewise.
* m4/stdalign.m4: Likewise.
* STATUS-libposix: Likewise.
* tests/test-float.c: Likewise.
* tests/test-getopt.h: Likewise.
* tests/test-setenv.c: Likewise.
* tests/test-spawn-pipe-child.c: Likewise.
* tests/test-strerror.c: Likewise.
* tests/test-strerror_r.c: Likewise.
* tests/test-unsetenv.c: Likewise.
* users.txt: Likewise.

5 months agomd5-stream, sha*-stream, sm3-stream: Avoid duplicate symbols.
Jan Palus [Sun, 17 Nov 2024 17:58:42 +0000 (18:58 +0100)]
md5-stream, sha*-stream, sm3-stream: Avoid duplicate symbols.

* lib/md5-stream.c (GL_OPENSSL_INLINE): Remove definition, that caused
the symbols defined in md5.o to be defined in md5-stream.o as well.
* lib/sha1-stream.c (GL_OPENSSL_INLINE): Likewise.
* lib/sha256-stream.c (GL_OPENSSL_INLINE): Likewise.
* lib/sha512-stream.c (GL_OPENSSL_INLINE): Likewise.
* lib/sm3-stream.c (GL_OPENSSL_INLINE): Likewise.

Copyright-paperwork-exempt: Yes

5 months agostd-gnu23: fix ChangeLog typo
Paul Eggert [Sun, 17 Nov 2024 17:37:12 +0000 (09:37 -0800)]
std-gnu23: fix ChangeLog typo

5 months agostd-gnu23: sync from Autoconf
Paul Eggert [Sun, 17 Nov 2024 17:30:24 +0000 (09:30 -0800)]
std-gnu23: sync from Autoconf

This fixes a problem reported from Bruno Haible in:
https://lists.gnu.org/r/bug-gnulib/2024-11/msg00145.html
* m4/std-gnu23.m4 (_AC_C_C23_TEST_MAIN): Use null_ptr.

5 months agoRemove .cvsignore files.
Collin Funk [Sun, 17 Nov 2024 04:54:10 +0000 (20:54 -0800)]
Remove .cvsignore files.

* .cvsignore: Remove file.
* doc/.cvsignore: Likewise.
* lib/.cvsignore: Likewise.
* m4/.cvsignore: Likewise.

5 months agostd-gnu23: don’t test stdbit.h
Paul Eggert [Sat, 16 Nov 2024 20:07:34 +0000 (12:07 -0800)]
std-gnu23: don’t test stdbit.h

Although freestanding C23 compilers must support <stdbit.h>,
some current sort-of-C23 environments lack it.
We still want to use options like -std=gnu23 on such platforms.
Problem reported by Bruno Haible in:
https://lists.gnu.org/r/bug-gnulib/2024-11/msg00141.html
* m4/std-gnu23.m4 (_AC_C_C23_TEST_GLOBALS): Do not test stdbit.h.

5 months agostd-gnu23: pacify GCC 15
Paul Eggert [Sat, 16 Nov 2024 19:51:23 +0000 (11:51 -0800)]
std-gnu23: pacify GCC 15

Problem reported by Bruno Haible in:
https://lists.gnu.org/r/bug-gnulib/2024-11/msg00140.html
* m4/std-gnu23.m4 (_AC_C_C23_TEST_GLOBALS): Add parens.
While we’re at it, use sizeof so that the expression is a
conforming integer constant expression.

5 months agocalloc-gnu: Fix bug on 32-bit AIX (regression 2024-11-04).
Bruno Haible [Sat, 16 Nov 2024 14:16:05 +0000 (15:16 +0100)]
calloc-gnu: Fix bug on 32-bit AIX (regression 2024-11-04).

* lib/stdlib.in.h (calloc): Consider _GL_USE_STDLIB_ALLOC.
* lib/calloc.c: Define _GL_USE_STDLIB_ALLOC. Don't undefine calloc.
* lib/malloc.c: Add comment.
* lib/realloc.c: Likewise.

5 months agomktime: don’t consult daylight
Paul Eggert [Thu, 14 Nov 2024 17:40:24 +0000 (10:40 -0700)]
mktime: don’t consult daylight

* lib/mktime.c (__mktime_internal): Do not consult __daylight
as it has unreliable contents - among other things, the user
can set it.  It also wasn’t being configured properly for
mingw-w64; this problem was reported by Markus Muetzel in
<https://lists.gnu.org/r/bug-gnulib/2024-11/msg00126.html>.
* m4/mktime.m4 (gl_PREREQ_MKTIME): Do not check for ‘daylight’;
no longer needed.

5 months agoEliminate gcc -Wzero-as-null-pointer-constant warnings.
Bruno Haible [Thu, 14 Nov 2024 14:56:50 +0000 (15:56 +0100)]
Eliminate gcc -Wzero-as-null-pointer-constant warnings.

* lib/argp-help.c: Use NULL, not 0, to denote a null pointer.
* lib/argp-parse.c: Likewise.
* lib/backup-find.c (get_version): Likewise.
* lib/bitset/list.c: Likewise.
* lib/bitset/stats.c (bitset_stats_init): Likewise.
* lib/bitset/table.c: Likewise.
* lib/bitsetv.c (bitsetv_alloc): Likewise.
* lib/error.c (print_errno_message): Likewise.
* lib/exclude.c (new_exclude_segment): Likewise.
* lib/getopt.c (GETOPT_ENTRY): Likewise.
* lib/human.c (block_size_args): Likewise.
* lib/obstack.c (_obstack_begin_worker, _obstack_newchunk,
_obstack_allocated_p, _obstack_free, _obstack_memory_used): Likewise.
* lib/quotearg.c (quoting_style_args, quotearg_buffer_restyled,
quotearg_alloc_mem): Likewise.
* lib/readutmp.c (read_utmp_from_file): Likewise.
* lib/savedir.c (comparison_function_table): Likewise.
* lib/settime.c (settime): Likewise.
* tests/nap.h (nap_works): Likewise.
* tests/test-fts.c (argv, fts_dealloc, remove_tree, main): Likewise.
* tests/test-getaddrinfo.c (simple): Likewise.
* tests/test-nstrftime.h (posixtm_test, TZ, quarter_test, errno_test,
locales_test): Likewise.
* tests/test-parse-datetime.c (main): Likewise.
* tests/test-regex.c (main): Likewise.

5 months agoautoupdate
Karl Berry [Thu, 14 Nov 2024 15:10:02 +0000 (07:10 -0800)]
autoupdate

5 months agoftruncate, ftello: Make them work again for large files on MSVC.
Bruno Haible [Thu, 14 Nov 2024 06:43:00 +0000 (07:43 +0100)]
ftruncate, ftello: Make them work again for large files on MSVC.

* lib/ftruncate.c: Test _GL_WINDOWS_64_BIT_OFF_T again.
* lib/ftello.c: Likewise.

5 months agopthread-rwlock tests: Fix compilation error on AIX with xlc.
Bruno Haible [Thu, 14 Nov 2024 06:06:25 +0000 (07:06 +0100)]
pthread-rwlock tests: Fix compilation error on AIX with xlc.

* m4/pthread-rwlock.m4 (gl_PTHREAD_RWLOCK): Cast the NULL pointer.
* tests/test-pthread-rwlock-waitqueue.c (do_test): Likewise.

5 months agoftello: Add tests for large files.
Bruno Haible [Thu, 14 Nov 2024 04:22:06 +0000 (05:22 +0100)]
ftello: Add tests for large files.

* tests/test-ftello-largefile.c: New file.
* modules/ftello-extra-tests: New file.
* modules/ftello-tests (Depends-on): Add ftello-extra-tests.

5 months agofseeko: Add tests for large files.
Bruno Haible [Thu, 14 Nov 2024 04:20:33 +0000 (05:20 +0100)]
fseeko: Add tests for large files.

* tests/test-fseeko-largefile.c: New file.
* modules/fseeko-extra-tests: New file.
* modules/fseeko-tests (Depends-on): Add fseeko-extra-tests.

5 months agoftello: Fix override on mingw.
Bruno Haible [Thu, 14 Nov 2024 04:18:00 +0000 (05:18 +0100)]
ftello: Fix override on mingw.

Reported by Markus Mützel <markus.muetzel@gmx.de> in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-11/msg00108.html>.

* lib/ftello.c: Test whether module 'largefile' is in use, not
whether it had to override 'off_t'.

5 months agofseeko: Fix potentially wrong override.
Bruno Haible [Thu, 14 Nov 2024 03:51:23 +0000 (04:51 +0100)]
fseeko: Fix potentially wrong override.

* m4/fseeko.m4 (gl_PREREQ_FSEEKO): Define the C macro HAVE_FSEEKO.

5 months agoftello: Fix override on mingw and 32-bit Solaris OpenIndiana.
Bruno Haible [Thu, 14 Nov 2024 03:42:45 +0000 (04:42 +0100)]
ftello: Fix override on mingw and 32-bit Solaris OpenIndiana.

Reported by Markus Mützel <markus.muetzel@gmx.de> in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-11/msg00108.html>.

* m4/ftello.m4 (gl_PREREQ_FTELLO): Define the C macro HAVE_FTELLO.

5 months agoftruncate: Accept lengths > 2 GiB on 32-bit mingw.
Bruno Haible [Thu, 14 Nov 2024 03:32:09 +0000 (04:32 +0100)]
ftruncate: Accept lengths > 2 GiB on 32-bit mingw.

* lib/ftruncate.c: Test whether module 'largefile' is in use, not
whether it had to override 'off_t'.

5 months agognulib-tool.py: Fix logic of --remove-import option.
Bruno Haible [Wed, 13 Nov 2024 01:36:11 +0000 (02:36 +0100)]
gnulib-tool.py: Fix logic of --remove-import option.

Reported by Gavin Smith <gavinsmith0123@gmail.com> in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-11/msg00101.html>.

* pygnulib/GLImport.py (GLImport.__init__): Compute the modules to keep
correctly.

5 months agobootstrap: Tweak GNULIB_REFDIR related changes.
Bruno Haible [Wed, 13 Nov 2024 00:25:26 +0000 (01:25 +0100)]
bootstrap: Tweak GNULIB_REFDIR related changes.

* top/bootstrap-funclib.sh (prepare_GNULIB_SRCDIR): Improve if/else
structure and comments. When cloning GNULIB_REFDIR and no submodule
'gnulib' is configured, switch to the default branch.
* top/bootstrap (usage):  Update documentation.
* build-aux/bootstrap: Regenerated.

5 months agobootstrap: avoid "cd"
Paul Eggert [Tue, 12 Nov 2024 21:13:47 +0000 (13:13 -0800)]
bootstrap: avoid "cd"

* top/bootstrap-funclib.sh: Avoid "cd".  This saves a few
subprocesses and is more likely to yield diagnostics that make
sense to the user.
* build-aux/bootstrap: Regenerate.

5 months agobootstrap: go back to old non-submodule semantics
Paul Eggert [Tue, 12 Nov 2024 21:00:10 +0000 (13:00 -0800)]
bootstrap: go back to old non-submodule semantics

* top/bootstrap-funclib.sh (prepare_GNULIB_SRCDIR):
When cloning GNULIB_REFDIR and no submodule 'gnulib' is configured,
set the origin’s URL to $gnulib_url and fetch from remote,
so that GNULIB_REFDIR is merely an accelerant rather than
having different semantics.
* build-aux/bootstrap: Regenerate.

5 months agognulib-tool: Fix comment.
Bruno Haible [Tue, 12 Nov 2024 19:22:38 +0000 (20:22 +0100)]
gnulib-tool: Fix comment.

Reported by Gavin Smith <gavinsmith0123@gmail.com> in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-11/msg00101.html>.

* gnulib-tool: Fix comment.

5 months agobootstrap: tune Octave bootstrap --gnulib-refdir
Paul Eggert [Tue, 12 Nov 2024 17:28:55 +0000 (09:28 -0800)]
bootstrap: tune Octave bootstrap --gnulib-refdir

* top/bootstrap-funclib.sh (prepare_GNULIB_SRCDIR):
Use GNULIB_REFDIR also when a submodule 'gnulib' is not configured.
This greatly speeds up bootstrapping Octave when using
‘./bootstrap --gnulib-refdir=...’.
* build-aux/bootstrap: Regenerate.

5 months agoopenat: port lowest-fd to native MS-Windows
Paul Eggert [Tue, 12 Nov 2024 00:25:50 +0000 (16:25 -0800)]
openat: port lowest-fd to native MS-Windows

Problem reported by Bruno Haible in:
https://lists.gnu.org/r/bug-gnulib/2024-11/msg00081.html
* lib/openat.c (openat_permissive): When save_cwd allocates an FD,
allocate another one DFD and then close FD so that the later
open returns FD (the lowest available fd), as POSIX requires.

5 months agofts: Fix dependencies (regression 2024-11-06).
Bruno Haible [Mon, 11 Nov 2024 19:03:31 +0000 (20:03 +0100)]
fts: Fix dependencies (regression 2024-11-06).

* modules/fts (Depends-on): Add fcntl-safer.

5 months agomalloca: pacify CHERI clang
Paul Eggert [Mon, 11 Nov 2024 18:59:16 +0000 (10:59 -0800)]
malloca: pacify CHERI clang

* lib/malloca.c (freea) [__CHERI_PURE_CAPABILITY__]:
Add a cast as the code otherwise doesn’t conform to C.

5 months agofile-has-acl: another nofollow fix for FreeBSD
Paul Eggert [Mon, 11 Nov 2024 18:57:35 +0000 (10:57 -0800)]
file-has-acl: another nofollow fix for FreeBSD

* lib/file-has-acl.c (file_has_aclinfo): On FreeBSD, NetBSD >= 10,
if we don’t follow symlinks the first time, also don’t follow
them the second time, when it is typically a directory - so it
doesn’t matter whether symlinks are followed - but it might not be.

5 months agofile-has-acl: _GL_UNUSED → MAYBE_UNUSED
Paul Eggert [Mon, 11 Nov 2024 05:18:02 +0000 (21:18 -0800)]
file-has-acl: _GL_UNUSED → MAYBE_UNUSED

5 months agofile-has-acl: minor refactor of acl_get_link_np fix
Paul Eggert [Mon, 11 Nov 2024 15:52:32 +0000 (07:52 -0800)]
file-has-acl: minor refactor of acl_get_link_np fix

* lib/file-has-acl.c (file_has_aclinfo): Redo to avoid ‘else #endif’.

5 months agofile-has-acl: scontext even if --disable-acl
Paul Eggert [Mon, 11 Nov 2024 15:35:50 +0000 (07:35 -0800)]
file-has-acl: scontext even if --disable-acl

Be able to get the security context even if configured with
--disable-acl, as security contexts are not ACLs, and the
main reason for --disable-acl was for efficiency with GNU ls -l,
a concern that does not apply to security contexts (which are
needed only with ls -Z).  Problem reported by Pádraig Brady
<https://bugs.gnu.org/73418#52>.
* lib/acl.h (ACL_GET_SCONTEXT): New constant.
(aclinfo_free, aclinfo_scontext_free): Declare even if !USE_ACL.
* lib/file-has-acl.c (USE_LINUX_XATTR): No longer false merely
because !USE_ACL, because we need xattr to get scontext.
(get_aclinfo): Support new ACL_GET_SCONTEXT flag.

5 months agonproc: Use affinity mask even in out-of-memory situations.
Bruno Haible [Mon, 11 Nov 2024 14:40:52 +0000 (15:40 +0100)]
nproc: Use affinity mask even in out-of-memory situations.

* lib/nproc.c (num_processors_via_affinity_mask): Use a stack-allocated
cpu_set_t as fallback. Add comments.

5 months agonproc: Use affinity mask even on systems with more than 1024 CPUs.
Florian Weimer [Mon, 11 Nov 2024 13:05:53 +0000 (14:05 +0100)]
nproc: Use affinity mask even on systems with more than 1024 CPUs.

* lib/nproc.c (num_processors_via_affinity_mask): Retry
with larger affinity masks if CPU_ALLOC_SIZE is available.

5 months agoacl-permissions: Define the inline functions in this module.
Bruno Haible [Mon, 11 Nov 2024 08:53:23 +0000 (09:53 +0100)]
acl-permissions: Define the inline functions in this module.

* lib/acl-internal.c (ACL_INTERNAL_INLINE): Define here.
* lib/qset-acl.c (ACL_INTERNAL_INLINE): Don't define here.

5 months agogetpagesize: Fix use of 'extern inline' (regression 2012-11-20).
Bruno Haible [Mon, 11 Nov 2024 08:33:11 +0000 (09:33 +0100)]
getpagesize: Fix use of 'extern inline' (regression 2012-11-20).

* lib/unistd.in.h (_GL_GETPAGESIZE_INLINE): New macro.
(getpagesize): Use it.
* lib/getpagesize.c (_GL_GETPAGESIZE_INLINE): Define.
* modules/getpagesize (configure.ac): Compile getpagesize.c also when
getpagesize is missing.

5 months agorealloc-posix: Fix link error (regression 2024-11-04).
Bruno Haible [Mon, 11 Nov 2024 08:02:23 +0000 (09:02 +0100)]
realloc-posix: Fix link error (regression 2024-11-04).

* doc/extern-inline.texi (extern inline): Mention that one needs a
*_INLINE macro per compilation unit.
* lib/stdlib.in.h (_GL_REALLOC_INLINE): New macro.
(rpl_realloc): Use it. Don't test IN_GNULIB_TESTS.
* lib/realloc.c (_GL_REALLOC_INLINE): Define.

5 months agoUpdate .gitignore after 2024-10-27 change.
Bruno Haible [Mon, 11 Nov 2024 08:05:12 +0000 (09:05 +0100)]
Update .gitignore after 2024-10-27 change.

5 months agofile-has-acl: Fix compilation errors on macOS et al. (regr. 2024-11-09).
Bruno Haible [Mon, 11 Nov 2024 06:25:00 +0000 (07:25 +0100)]
file-has-acl: Fix compilation errors on macOS et al. (regr. 2024-11-09).

* m4/acl.m4 (gl_FUNC_ACL): Test whether acl_get_link_np exists.
* lib/file-has-acl.c (file_has_aclinfo): Use ACL_SYMLINK_FOLLOW, not
AC_SYMLINK_FOLLOW. Don't use acl_get_link_np if this function does not
exist.

5 months agorelocatable-prog-wrapper: Fix compilation error on NetBSD 7.
Bruno Haible [Sun, 10 Nov 2024 23:56:15 +0000 (00:56 +0100)]
relocatable-prog-wrapper: Fix compilation error on NetBSD 7.

Reported by Ionut Cosmin Mihai <ionut.cosmin.mihai@gmail.com> in
<https://lists.gnu.org/archive/html/bug-gnu-libiconv/2024-11/msg00000.html>.

* lib/relocwrapper.c: Fix dependency tree.
* modules/relocatable-prog-wrapper (Files): Add lib/stat-time.h,
lib/stat-time.c.
* build-aux/install-reloc (func_create_wrapper): Compile also
stat-time.c.

5 months agofile-has-acl: avoid -Werror=unused-variable with --disable-acl
Pádraig Brady [Sun, 10 Nov 2024 12:56:10 +0000 (12:56 +0000)]
file-has-acl: avoid -Werror=unused-variable with --disable-acl

* lib/file-has-acl.c (file_has_aclinfo): Mark D_TYPE as unused
in certain configurations.

5 months agofile-has-acl: symlinks can have scontext
Paul Eggert [Sat, 9 Nov 2024 22:52:05 +0000 (14:52 -0800)]
file-has-acl: symlinks can have scontext

Problem reported by Pádraig Brady <https://bugs.gnu.org/73418#35>.
* lib/file-has-acl.c (file_has_aclinfo):
With SELinux, symbolic links can have security contexts,
so omit incorrect optimizations assuming that they lack them.
When ! (flags & AC_SYMLINK_FOLLOW), prefer acl_get_link_np to
acl_get_file on platforms that have both APIs,
as this can avoid some races.

5 months agoautoupdate
Karl Berry [Fri, 8 Nov 2024 15:38:10 +0000 (07:38 -0800)]
autoupdate

5 months agofile-has-acl: minor ENOMEM fixes
Paul Eggert [Thu, 7 Nov 2024 17:37:17 +0000 (09:37 -0800)]
file-has-acl: minor ENOMEM fixes

* lib/file-has-acl.c: Include limits.h.
(get_aclinfo): Use a saturating add rather than reporting
overflow, in the very unlikely case that the size overflows.
This is simpler and is good enough here.
Also, defend against implausible system that fails with ERANGE
even when the buffer size is SSIZE_MAX.
(file_has_aclinfo): Since we already assume elsewhere that
malloc sets errno, rely on that here too.
* modules/file-has-acl (Depends-on): Add limits.h.
Also add malloc-posix, since we rely on malloc errno.

5 months agofile-has-acl: remove __gl_acl_alloc member
Paul Eggert [Thu, 7 Nov 2024 17:25:43 +0000 (09:25 -0800)]
file-has-acl: remove __gl_acl_alloc member

It may have been needed in earlier versions of this code,
but it is no longer needed.
* lib/acl.h (struct aclinfo): Remove __gl_acl_alloc.  All uses removed.
* lib/file-has-acl.c (get_aclinfo):
Use local, not the removed struct aclinfo slot.

5 months agoopendirat: don’t depend on openat-safer
Paul Eggert [Wed, 6 Nov 2024 21:33:27 +0000 (13:33 -0800)]
opendirat: don’t depend on openat-safer

* lib/opendirat.c: Include fcntl.h.
[!GNULIB_OPENAT_SAFER]: Don’t include fcntl--.h.
* modules/opendirat (Depends-on): Depend on openat, not openat-safer.

5 months agogetusershell: don’t depend on fopen-safer
Paul Eggert [Wed, 6 Nov 2024 21:27:08 +0000 (13:27 -0800)]
getusershell: don’t depend on fopen-safer

* lib/getusershell.c: Include stdio.h.
[!GNULIB_FOPEN_SAFER]: Don’t include stdio--.h.
* modules/getusershell (Depends-on): Depend on fopen, not fopen-safer.

5 months agosavewd: don’t depend on fcntl-safer
Paul Eggert [Wed, 6 Nov 2024 21:22:32 +0000 (13:22 -0800)]
savewd: don’t depend on fcntl-safer

* lib/savewd.c: Don’t include fcntl-safer.
[GNULIB_FCNTL_SAFER]: Include fcntl--.h.
(savewd_save): Use open, not open_safer.
* modules/savewd (Depends-on): Remove fcntl-safer.

5 months agosavedir: don’t depend on dirent-safer
Paul Eggert [Wed, 6 Nov 2024 21:03:19 +0000 (13:03 -0800)]
savedir: don’t depend on dirent-safer

* lib/savedir.c [!GNULIB_DIRENT_SAFER]: Don't include dirent--.h.
* modules/savedir (Depends-on): Depend on dirent, not dirent-safer.

5 months agosave-cwd: don’t depend on fd-safer-flag, unistd-safer
Paul Eggert [Wed, 6 Nov 2024 21:00:52 +0000 (13:00 -0800)]
save-cwd: don’t depend on fd-safer-flag, unistd-safer

They aren’t needed in packages that use xstdopen
* lib/save-cwd.c: Do not include unistd--.h.
(GNULIB_FCNTL_SAFER): Do not define.
(save_cwd): Do not use fd_safer_flag, as the package should use
either fcntl-safer+unistd-safer or xstdopen if it cares about
closed stdin.
* modules/save-cwd (Depends-on): Remove fd-safer-flag, unistd-safer.

5 months agoerror: tune a bit for xstdopen
Paul Eggert [Wed, 6 Nov 2024 20:51:38 +0000 (12:51 -0800)]
error: tune a bit for xstdopen

* lib/error.c (flush_stdout): Also optimize if GNULIB_XSTDOPEN.

5 months agounistd-safer indicate presence
Paul Eggert [Wed, 6 Nov 2024 20:48:38 +0000 (12:48 -0800)]
unistd-safer indicate presence

modules/unistd-safer (configure.ac): Add module indicator.