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
/
e_scalb.c
Age
Commit message (
Expand
)
Author
2012-06-15
math: avoid jump relocation in libm
Peter S. Mazinger
2012-06-15
libm: remove superfluos attribute_hidden, the one in prototype is enough
Peter S. Mazinger
2010-10-30
libm: fix scalb testsuite failures
Denys Vlasenko
2009-01-04
forgot to remove one #endif...
Denis Vlasenko
2009-01-03
libm/e_scalb.c: remove unused #ifdef _SCALB_INT branches
Denis Vlasenko
2008-12-29
- expand SUSv3_LEGACY
Bernhard Reutner-Fischer
2008-12-28
remove many functions which just call __ieee754_<function>,
Denis Vlasenko
2008-12-22
libm/*: mass removal of:
Denis Vlasenko
2008-12-22
- fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math...
Bernhard Reutner-Fischer
2008-09-26
- move libm_hidden_proto to the corresponding headers. Remove from callsites.
Bernhard Reutner-Fischer
2006-01-17
All math related relocs gone
Peter S. Mazinger
2005-11-21
Hide all __kernel_x and __ieee754_
Peter S. Mazinger
2005-03-06
Trim off whitespace
Eric Andersen
2001-11-22
Totally rework the math library, this time based on the MacOs X
Eric Andersen