Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - move isinf, isnan dups to gen, since most is ieee 754 | 2008-07-24 | 1 | -47/+0 | |
| | | | | | | | | | | | | | | | | - is{inf,nan} should be macros for real-floating, so rename to __is{inf,nan}, per C99 - implement C99 __fpclassify(), __fpclassifyf(), __isfinite(), __isfinitef(), __isnormal(), __isnormalf(), __signbit(), __signbitf() - long functions added, but not yet enabled, till ieee.h is fixed - implement vax equivalents of the functions - reimplement isinff, isnanf in a better way, and move to libc - add qnan bytes for all archs - bump major man pages will follow ok millert@. arm bits looked over by drahn@ discussed w/ theo, who showed the right direction, to put these functions in libc | ||||
* | zap rcsid. | 2005-08-07 | 1 | -5/+1 | |
| | | | | okay deraadt@ (tested them all) | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Use the LBL isnan() and isinf() on all platforms with ieee floating point. | 2001-09-10 | 1 | -2/+4 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -4/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | From NetBSD: Add explicit return type | 1996-02-24 | 1 | -1/+2 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+55 | |