History log of /freebsd-10.1-release/lib/msun/bsdsrc/b_exp.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 226414 16-Oct-2011 das

Fix some non-standard variable declarations.


# 176449 22-Feb-2008 das

Eliminate some warnings.


# 138924 16-Dec-2004 das

Cosmetic changes only:
- style
- remove unused variables
- de-support VAX

Inspired by: bin/42388


# 129312 16-May-2004 das

Remove some kludges designed to ensure that the compiler didn't round
constants the wrong way on the VAX. Instead, use C99 hexadecimal
floating-point constants, which are guaranteed to be exact on binary
IEEE machines. (The correct hexadecimal values were already provided
in the source, but not used.) Also, convert the constants to
lowercase to work around a gcc bug that wasn't fixed until gcc 3.4.0.

Prompted by: stefanf


# 93211 26-Mar-2002 bde

Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes.


# 92887 21-Mar-2002 obrien

Fix SCM ID's.


# 84210 30-Sep-2001 dillon

Add __FBSDID()s to libm


# 8870 30-May-1995 rgrimes

Remove trailing whitespace.


# 1573 27-May-1994 rgrimes

BSD 4.4 Lite Lib Sources