Re: copy-file without preserving the owner

2024-08-23 Thread Bruno Haible
Hi Patrice, > For some code in Texinfo (not public yet), I needed to copy a file. I > used the copy-file Gnulib module code, but I did not want to preserve > the owner and group as it is better in my case if the file owner is the > same as the generated output files owner. So I modified the cod

[PATCH] diffseq: port to GCC 14.2.1 in ‘patch’

2024-08-23 Thread Paul Eggert
* lib/diffseq.h: Also suppress -Wanalyzer-use-of-uninitialized-value. This fixes an unwanted diagnostic when compiling GNU ‘patch’ with gcc (GCC) 14.2.1 20240801 (Red Hat 14.2.1-1) x86-64. --- ChangeLog | 7 +++ lib/diffseq.h | 8 ++-- 2 files changed, 13 insertions(+), 2 deletions(-)

copy-file without preserving the owner

2024-08-23 Thread Patrice Dumas
Hello, For some code in Texinfo (not public yet), I needed to copy a file. I used the copy-file Gnulib module code, but I did not want to preserve the owner and group as it is better in my case if the file owner is the same as the generated output files owner. So I modified the code not to keep

host-cpu-c-abi: Update comment, working around FreeBSD breakage

2024-08-23 Thread Bruno Haible
For many years, the standard way to determine the endianness on powerpc64 at compile-time was - either to test the macros _BIG_ENDIAN or _LITTLE_ENDIAN (predefined by the compiler), - or to test for the ELFv2 ABI: _CALL_ELF == 2. The port of FreeBSD 14 to powerpc64 breaks *both* ways: