Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | delint; ok millert@ beck@ | 2006-05-05 | 3 | -5/+3 | ||
| | ||||||
* | Avoid shadowing of external symbols by local variables; whoever | 2006-04-25 | 13 | -95/+95 | ||
| | | | | | thought up the names of the bessel functions deserves a beating. ok deraadt@ | |||||
* | lint prefers ANSI C function definitions if a prototype is available; | 2006-04-24 | 1 | -2/+1 | ||
| | | | | i can only agree | |||||
* | small delint; ok deraadt@ | 2006-04-24 | 5 | -5/+4 | ||
| | ||||||
* | add some more C99 functions: trunc(3) and truncf(3). | 2006-03-18 | 2 | -0/+118 | ||
| | | | | | | From FreeBSD ok deraadt@ millert@ otto@ jmc@ | |||||
* | more empty files for lint to chew on (on the vax) | 2005-11-24 | 4 | -0/+4 | ||
| | ||||||
* | an empty stub file for lint: on the vax, lint will chew on this, but avoid it | 2005-11-23 | 1 | -0/+1 | ||
| | | | | | when compiling, and use the .S file instead if someone has a better solution, show it.. | |||||
* | Work around a gcc optimization problem. Spotted by biorn@; fix | 2005-11-17 | 1 | -3/+5 | ||
| | | | | inspired by FreeBSD. ok biorn@ millert@ deraadt@ | |||||
* | Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD via | 2005-11-17 | 8 | -0/+412 | ||
| | | | | jason@. Man page fixes by jmc@, prodding by jsg@. ok mickey@ | |||||
* | 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 | ||