freebsd-dev/lib/msun
Bruce Evans 219cbe1087 Merged all interesting difference between the old math.h and the current
one into the latter and removed the former.

This works around the bug that some broken Makefiles add -I.../src/include
to CFLAGS, resulting in the old math.h being preferred and differences
between the headers possibly being fatal.

The merge mainly involves declaring some functions as __pure2 although
they are not yet all strictly free of side effects.

PR:		43544
2002-10-01 11:34:42 +00:00
..
alpha $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
bsdsrc Assume __STDC__, remove non-__STDC__ code. 2002-05-28 17:03:12 +00:00
i387 Removed bogus 'l' suffixes in FP register to register instructions. 2000-06-06 12:12:36 +00:00
man Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes. 2002-03-26 11:59:29 +00:00
src Merged all interesting difference between the old math.h and the current 2002-10-01 11:34:42 +00:00
Makefile Added new bsd.incs.mk which handles installing of header files 2002-05-12 16:01:00 +00:00