index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libm
/
src
/
namespace.h
Age
Commit message (
Expand
)
Author
2019-10-26
Separate the NetBSD-specific fenv functions from the standard ones.
christos
2017-03-22
provide a common softfloat fenv implemenation and use it for softfloat builds.
chs
2014-11-14
Define copysignl on !long double platforms. Be consistent in the use of
joerg
2014-11-14
add erfl erfcl
christos
2014-06-16
Add modfl(3). From FreeBSD.
joerg
2013-11-19
Add cbrtl(3) and sqrtl(3), from FreeBSD.
joerg
2013-11-13
Add FreeBSD's truncl and minimal testing.
joerg
2013-11-12
Add some fake long double -> double wrappers for various transcendental
joerg
2013-11-12
Initial version of fmodl from FreeBSD.
joerg
2013-11-11
Add initial version of ceill, floorl and roundl from FreeBSD.
joerg
2013-01-28
Add long double aliases
matt
2011-07-26
Add scalbnl to libm.
joerg
2010-04-23
-build ldexp/frexp/modf locally again rather than relying on libc
drochner
2007-08-20
Add C99 complex support, for double and float.
drochner
2007-08-10
make the hypot/atan2 functions weak aliases, because they are used
drochner