sc_strftime_check: adjust to newer info quoting style

2024-03-23 Thread Bernhard Voelker
On my openSUSE:Tumbleweed system, the info pages seem to have changed the quoting style for the strftime for the conversion specifiers from the good old '%a' or `%a' styles to ‘%a’. $ info libc date calendar format | grep '^[^a-z%]*%.[^a-z%]*$' | od -tx1z | sed 1q 000 20 20 20 20 20 e2

Re: sc_strftime_check: adjust to newer info quoting style

2024-03-23 Thread Pádraig Brady
On 23/03/2024 10:18, Bernhard Voelker wrote: On my openSUSE:Tumbleweed system, the info pages seem to have changed the quoting style for the strftime for the conversion specifiers from the good old '%a' or `%a' styles to ‘%a’. $ info libc date calendar format | grep '^[^a-z%]*%.[^a-z%]*$' |

Re: sc_strftime_check: adjust to newer info quoting style

2024-03-23 Thread Bernhard Voelker
On 3/23/24 14:57, Pádraig Brady wrote: On 23/03/2024 10:18, Bernhard Voelker wrote: On my openSUSE:Tumbleweed system, the info pages seem to have changed the quoting style for the strftime for the conversion specifiers from the good old '%a' or `%a' styles to ‘%a’. $ info libc date calend

new snapshot available: coreutils-9.4.170-7b206.tar.xz

2024-03-23 Thread Pádraig Brady
We plan to release coreutils-9.5 in the coming week so any testing you can do on various different systems between now and then would be most welcome. This release comes about 30 weeks after the 9.4 release. -- You can download the coreutils snapshot in xz for

Re: new snapshot available: coreutils-9.4.170-7b206.tar.xz

2024-03-23 Thread Sam James
Pádraig Brady writes: > We plan to release coreutils-9.5 in the coming week > so any testing you can do on various different systems > between now and then would be most welcome. > This release comes about 30 weeks after the 9.4 release. > I hit this build failure on Linux with GCC 14: src/unam

Re: new snapshot available: coreutils-9.4.170-7b206.tar.xz

2024-03-23 Thread Pádraig Brady
On 23/03/2024 17:47, Sam James wrote: Pádraig Brady writes: We plan to release coreutils-9.5 in the coming week so any testing you can do on various different systems between now and then would be most welcome. This release comes about 30 weeks after the 9.4 release. I hit this build failur

Re: new snapshot available: coreutils-9.4.170-7b206.tar.xz

2024-03-23 Thread Sam James
Pádraig Brady writes: > On 23/03/2024 17:47, Sam James wrote: >> Pádraig Brady writes: >> >>> We plan to release coreutils-9.5 in the coming week >>> so any testing you can do on various different systems >>> between now and then would be most welcome. >>> This release comes about 30 weeks afte

env: follow up on argv0 setting feature

2024-03-23 Thread Matheus Afonso Martins Moreira
Thank you!! Really happy to have this feature in upstream coreutils! Would you mind giving me feedback on the patch I sent? What can I do to make future contributions acceptable? I'm not very familiar with the GNU development processes. I just tried to follow the coding conventions. Thanks, Mat