Home | History | Annotate | Download | only in include
History log of /src/sys/arch/sparc/include/float.h
RevisionDateAuthorComments
 1.13  30-Oct-2024  riastradh Sprinkle <sys/featuretest.h> where _*_SOURCE macros are consulted.

Otherwise, the feature tests might come out wrong. For example,
header files that check for _NETBSD_SOURCE won't get the default when
no other _*_SOURCE macros are defined; header files that check for
_POSIX_C_SOURCE might miss _XOPEN_SOURCE, which is supposed to imply
a corresponding _POSIX_C_SOURCE.

PR lib/58752: various header files test _*_SOURCE macros but don't
include sys/featuretest.h
 1.12  25-Nov-2009  martin Remove double include that prevented the right machdep LDBL_* constants
to be used.

Noticed by Masao Uebayashi.
 1.11  25-Oct-2008  mrg move the float definitions all into <sparc/float.h> and make that
version work in either 32 or 64 bit mode.
 1.10  12-May-2003  kleink branches: 1.10.104; 1.10.108; 1.10.114;
Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc's
convention for these.
 1.9  19-Apr-2003  christos PR/3012: Greg A. Woods: Write all float.h files [except the vax of course]
in terms of float_ieee.h
 1.8  18-Feb-1998  mycroft Minor changes to make all the float.h files match.
 1.7  03-Feb-1998  mycroft Prototype __flt_rounds() consistently.
 1.6  18-Jul-1997  thorpej branches: 1.6.6;
Change the extern declaration of __flt_rounds() into a proper prototype.
 1.5  20-Jun-1995  jtc Wrap with #ifndef _XXX_FLOAT_H_/#define _XXX_FLOAT_H_/ ... /#endif.
 1.4  20-Jun-1995  jtc #include <sys/cdefs.h>.
Wrap __flt_rounds() declaration with __BEGIN_DECLS/__END_DECLS.
 1.3  10-Apr-1995  jtc Changed FLT_ROUNDS from constant to a call to __flt_rounds(), so that the
current rounding mode is accurately reported.
 1.2  20-Nov-1994  deraadt copyright/Id cleanup
 1.1  02-Oct-1993  deraadt Chris Torek's sparc port. Missing lots of things.
 1.6.6.1  08-May-1998  mycroft Sync with trunk, per request of mycroft.
 1.10.114.1  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.10.108.2  11-Mar-2010  yamt sync with head
 1.10.108.1  04-May-2009  yamt sync with head.
 1.10.104.1  17-Jan-2009  mjf Sync with HEAD.

RSS XML Feed