Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ansi | 2003-06-26 | 2 | -4/+2 | |
| | |||||
* | spelling | 2003-01-04 | 1 | -1/+1 | |
| | |||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 150 | -1862/+372 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -64/+64 | |
| | |||||
* | $OpenBSD$ | 2000-03-02 | 1 | -1/+1 | |
| | |||||
* | fix _USE_WRITE | 1998-11-16 | 1 | -2/+1 | |
| | |||||
* | We don't need two math.h headers incvs server: nothing known about | 1998-03-02 | 1 | -278/+0 | |
| | | | | | `math.h'. The one in libm is more up to date but the one in the include dir is what gets installed. | ||||
* | protect internal "struct excpption" from conflicting one in gcc. | 1998-03-02 | 1 | -2/+4 | |
| | |||||
* | Don't declare struct exception if __cplusplus is defined as it | 1998-03-02 | 1 | -1/+3 | |
| | | | | | | conflicts with gcc's exception handling stuff. This should really only be visible when building libm I think, and I will do that once I confer with others. Required for libg++ 2.8.0. | ||||
* | machine/endian.h not needed. | 1996-11-14 | 1 | -2/+1 | |
| | |||||
* | darn good reason not use a primarily big-endian cpu in little-endian mode: | 1996-05-24 | 1 | -3/+8 | |
| | | | | the ARM port runs little-endian, but it's fp is still big-endian! | ||||
* | from netbsd: | 1995-12-14 | 10 | -236/+12 | |
| | | | | | | | Changed w_gamma.c, w_gamma_r.c, w_gammaf.c, w_gammaf_r.c to call __ieee754_lgamma_r or __ieee754_lgammaf_r. Removed e_gamma.c, e_gamma_r.c, e_gammaf.c, e_gammaf_r.c, e_lgamma.c, e_lgamma_f.c. | ||||
* | update from NetBSD | 1995-10-28 | 2 | -2/+2 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 165 | -0/+16083 | |