index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libm
/
float_wrappers.c
Age
Commit message (
Expand
)
Author
2008-12-22
- fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...
Bernhard Reutner-Fischer
2008-12-13
*: document __USE_EXTERN_INLINES better;
Denis Vlasenko
2008-09-26
- move libm_hidden_proto to the corresponding headers. Remove from callsites.
Bernhard Reutner-Fischer
2007-12-08
import trunc()/truncf() for ISO C requirements, otherwise fortran can hit inf...
Mike Frysinger
2007-04-12
remove __* symbols and enable llrintf()
Mike Frysinger
2007-04-02
implement carg
Mike Frysinger
2006-09-23
fix return casts for a bunch of functions
Mike Frysinger
2006-09-23
grab s_lrint from glibc for C99
Mike Frysinger
2006-01-29
rename exp to _exp for sake of shadow warnings
Mike Frysinger
2006-01-17
All math related relocs gone
Peter S. Mazinger
2005-11-23
update license
Mike Frysinger
2005-11-03
cleanup how we enable/disable certain wrappers since some were suffering from...
Mike Frysinger
2005-03-07
Disable float wrappers for functions that are not presently
Eric Andersen
2005-03-07
split the float wrappers into separate object files
Eric Andersen