Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add in some weak aliases to allow C99 apps to compile w/o defining | Eric Andersen | 2002-09-06 | 1 | -0/+11 |
| | | | | | _ISOC99_SOURCE, per what glibc does. -Erik | ||||
* | Fill a few little holes in the math library | Eric Andersen | 2002-05-09 | 1 | -45/+63 |
| | |||||
* | Patch from Axel Barnitzke <barney@xkontor.com> to fix handling | Eric Andersen | 2002-04-17 | 1 | -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 X | Eric Andersen | 2001-11-22 | 1 | -0/+239 |
math library (which is itself based on the math lib from FreeBSD). -Erik |