Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in the old days compiler could not convert decimal constants | 2009-04-11 | 1 | -51/+5 | |
| | | | | | | | | | | accurately, hence the tricks in libm, using machine representation of constants. remove kludges and switch to use decimal constants, much simplifying the code. since, the compiler converts them accurately. generated values match on vaxfp discussed with millert@, and miod@ testing todd@, and myself ok millert@ | ||||
* | const static -> static const; since it's deprecated per C99. ok millert@ | 2009-04-05 | 1 | -3/+3 | |
| | |||||
* | cleaning up, no functional changes | 2008-06-21 | 1 | -6/+6 | |
| | | | | | | | - no support for National 32000, removing ns32000/national ifdefs maze - remove tahoe defs - ansify looks fine to millert@; who also noticed rint removal | ||||
* | spacing, add rcs ids, no binary change | 2008-06-12 | 1 | -0/+1 | |
| | |||||
* | some cleanup for noieee_src, as asked by millert@: remove fictional | 2008-06-12 | 1 | -1/+0 | |
| | | | | | includes, include math.h where needed and remove redundant declarations ok millert@ | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -5/+1 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -6/+2 | |
| | |||||
* | 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 | -2/+2 | |
| | |||||
* | ^vax^__vax__ | 2000-10-10 | 1 | -3/+3 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+99 | |