NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/56234 CVS commit: src



The following reply was made to PR standards/56234; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56234 CVS commit: src
Date: Mon, 9 Sep 2024 15:06:30 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Mon Sep  9 15:06:29 UTC 2024
 
 Modified Files:
 	src/distrib/sets/lists/debug: mi
 	src/distrib/sets/lists/tests: mi
 	src/include: math.h
 	src/tests/lib/libm: Makefile
 
 Log Message:
 math.h: Add math_errhandling, MATH_ERRNO, MATH_ERREXCEPT.
 
 XXX Should maybe put a __math_errhandling in machine/math.h, but only
 VAX uses MATH_ERRNO and that's not likely to change any time soon, so
 this will serve for now with less churn.
 
 PR standards/56234: missing C99 frobs in <math.h>
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.447 -r1.448 src/distrib/sets/lists/debug/mi
 cvs rdiff -u -r1.1336 -r1.1337 src/distrib/sets/lists/tests/mi
 cvs rdiff -u -r1.71 -r1.72 src/include/math.h
 cvs rdiff -u -r1.49 -r1.50 src/tests/lib/libm/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index