On 4/9/24 10:57 AM, Dag-Erling Smørgrav wrote:
Chet Ramey writes:
The fixed version of strtoimax.m4 has been in the devel branch since
October 3, 2022. Since bash-5.2 built fine on FreeBSD 13 before I released
it, I assume the link problem exist only on systems using musl.
des@crash13 ~/src/b
Chet Ramey writes:
> The fixed version of strtoimax.m4 has been in the devel branch since
> October 3, 2022. Since bash-5.2 built fine on FreeBSD 13 before I released
> it, I assume the link problem exist only on systems using musl.
des@crash13 ~/src/bash-5.2% uname -r
On 4/7/24 8:36 AM, Dag-Erling Smørgrav wrote:
The strtoimax() existence test in m4/strtoimax.m4 has been broken since
its inception in September 2022.
The fixed version of strtoimax.m4 has been in the devel branch since
October 3, 2022. Since bash-5.2 built fine on FreeBSD 13 before I release
Hi,
The strtoimax() existence test in m4/strtoimax.m4 has been broken since
its inception in September 2022. The test is supposed to check if
strtoimax() is available, and provide a replacement if it isn't, but the
condition is inverted, so it provides a replacement if and only if the
function is