summaryrefslogtreecommitdiffstats
path: root/include/math.h
Commit message (Collapse)AuthorAgeFilesLines
* Merged all interesting difference between the old math.h and the currentbde2002-10-011-124/+0
| | | | | | | | | | | | | 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
* Breath deep and take __P out of the system include files.imp2002-03-231-46/+46
| | | | | | # This appears to not break X11, but I'm having problems compiling the # glide part of the server with or without this patch, so I can't tell # for sure.
* Remove FreeBSD/vax and FreeBSD/tahoe support.peter2001-11-031-17/+1
| | | | | | Add $FreeBSD$ Submitted by: phk
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-49/+57
| | | | | | for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong.
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+132
OpenPOWER on IntegriCloud