Re: new modules nan, qnan, snan

2023-10-13 Thread Bruno Haible
Hi Pádraig, > coreutils ci fails due to modules/snan referring to > a non existent m4/snan.m4 file. Oops. Thanks for the notice. Just fixed that. Bruno

Re: new modules nan, qnan, snan

2023-10-13 Thread Pádraig Brady
Hi Bruno, coreutils ci fails due to modules/snan referring to a non existent m4/snan.m4 file. cheers, Pádraig

new modules nan, qnan, snan

2023-10-12 Thread Bruno Haible
tests/qnan.h and tests/snan.h have some dependencies (on files and autoconf macros). In order to simplify the management of these dependencies, I'm creating modules for these files. Also, I'm moving them from tests/ to lib/, since they may in theory be usable in applications. 2023-10-12 Bruno H