summaryrefslogtreecommitdiffstats
path: root/libm/fpmacros.c
Commit message (Collapse)AuthorAgeFilesLines
* Add in some weak aliases to allow C99 apps to compile w/o definingEric Andersen2002-09-061-0/+11
| | | | | _ISOC99_SOURCE, per what glibc does. -Erik
* Fill a few little holes in the math libraryEric Andersen2002-05-091-45/+63
|
* Patch from Axel Barnitzke <barney@xkontor.com> to fix handlingEric Andersen2002-04-171-0/+24
| | | | | of the isinf() macro, which was a casulty of my grafting the glibc header onto out math library.
* Totally rework the math library, this time based on the MacOs XEric Andersen2001-11-221-0/+239
math library (which is itself based on the math lib from FreeBSD). -Erik