Home | History | Annotate | Download | only in quad
History log of /src/lib/libc/quad/floatdisf.c
RevisionDateAuthorComments
 1.10  03-Feb-2013  matt Adapt to earm hard float by including softfloat-for-gcc.h even if __ARM_EABI__
so we can get the __aeabi aliases.
 1.9  05-Aug-2012  matt branches: 1.9.2;
If compiling for SOFTFLOAT, include "softfloat/softfloat-for-gcc.h" so we
can pick any redefinitions of the function (for ARM EABI).
 1.8  13-Mar-2012  christos PR/45989: Martin Husemann: lint invocation does include -w only on i386

- turn lint -w for all the platforms after fixing the lint warnings.
- add _DIAGASSERTS() for casts that would assign values to types that
would not fit.
- change types, add casts
- change into ansii prototypes
- turn on _DIAGNOSTIC for libc (during current, to be eliminated for release
builds)

approved by core@
 1.7  04-Jul-2011  matt branches: 1.7.2;
Update to C89 style.
Fix name of floatundidf (uns -> un).
 1.6  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.5  20-Oct-2002  scw As discussed (briefly) on tech-userlevel, fix our quad support to work
correctly on LP64 platforms. This is mostly just s/long/int/ where
appropriate.
 1.4  13-Jul-1997  christos branches: 1.4.14;
Fix RCSID's
 1.3  27-Feb-1995  cgd clean up Ids; no substantive changes.
 1.2  19-Oct-1994  cgd constants are normally ints, remember!
 1.1  16-Sep-1993  mycroft branches: 1.1.1;
Torek's quad stuff from 4.4.
 1.1.1.1  27-Feb-1995  cgd from Lite
 1.4.14.1  11-Nov-2002  nathanw Catch up to -current
 1.7.2.3  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.7.2.2  30-Oct-2012  yamt sync with head
 1.7.2.1  17-Apr-2012  yamt sync with head
 1.9.2.1  25-Feb-2013  tls resync with head

RSS XML Feed