cfloat: Add compatibility wrappers for some C99 functions.
commit784199fac50d52ee5388abd4757c70892646f02a
authorNick Bowler <nbowler@draconx.ca>
Thu, 28 Jan 2010 02:16:49 +0000 (27 21:16 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 28 Jan 2010 15:27:57 +0000 (28 10:27 -0500)
treed16f44245d2705634716b1442172dc3bd6b5a105
parent5c9f56898dd27d7828e5a721b9179bd5d17e04c0
cfloat: Add compatibility wrappers for some C99 functions.

It was reported that some C99 math functions are not present on FreeBSD.
Some of those functions can be implemented "well enough" fairly easily,
and whether or not to build them can be controlled by autoconf.

These implementations are very simple, and in some cases don't satisfy
the all the requirements of the C99 standard.
altfloat.cabal
c99-compat.c [new file with mode: 0644]
configure.ac