History log of /netbsd-src/tests/lib/libm/t_errhandling.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 90147b4c 10-Sep-2024 riastradh <riastradh@NetBSD.org>

libm/t_errhandling.c: Put __TEST_FENV before any #includes.

This pattern avoids any potential problem with transitive inclusions
of fenv.h. (No change here because nothing else this file includes
t

libm/t_errhandling.c: Put __TEST_FENV before any #includes.

This pattern avoids any potential problem with transitive inclusions
of fenv.h. (No change here because nothing else this file includes
transitively pulls in fenv.h, but being in the habit of doing it this
way avoids a class of problems.)

PR standards/56234: missing C99 frobs in <math.h>

show more ...


# 10745071 09-Sep-2024 jakllsch <jakllsch@NetBSD.org>

Add __TEST_FENV define to fix vax build


# 1f22a48b 09-Sep-2024 riastradh <riastradh@NetBSD.org>

math.h: Add missing file for math_errhandling test.

PR standards/56234: missing C99 frobs in <math.h>