summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64/gen/isinf.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some aliasing problems.das2004-02-161-14/+19
|
* o Implement C99 classification macros isfinite(), isinf(), isnan(),mike2003-02-121-0/+2
| | | | | | | | | isnormal(). The current isinf() and isnan() are perserved for binary compatibility with 5.0, but new programs will use the macros. o Implement C99 comparison macros isgreater(), isgreaterequal(), isless(), islessequal(), islessgreater(), isunordered(). Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU>
* Restore CSRG ID's lost in January 1995.obrien2002-03-231-0/+3
|
* Fix the style of the SCM ID's.obrien2002-03-221-4/+2
| | | | I believe have made all of libc .c's as consistent as possible.
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-3/+2
|
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-2/+2
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* General -Wall warning cleanup, part I.jkh1996-07-121-2/+4
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* First round of changes to clean up the RCSID mess in libc:dg1995-01-231-3/+5
| | | | | | | | 1) Changed LIB_SCCS and SYSLIB_SCCS to LIB_RCS and SYSLIB_RCS. 2) Changed sccsid[] variables to rcsid[] 3) Moved all RCSID strings into .text 4) Converted all SCCSID's to RCS $Id$'s 5) Added missing $Id$'s after copyright.
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+64
OpenPOWER on IntegriCloud