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
/
complex
Age
Commit message (
Expand
)
Author
2014-10-11
namespace protection
christos
2014-10-10
try to make vax work.
christos
2014-10-10
use long constant
christos
2014-10-10
whitespace
christos
2014-10-10
copy&pasto
martin
2014-10-10
Add missing catanh variant (and readd it to the Makefile list)
martin
2014-10-10
Add cimag (apparently accidently dropped in previous revision and reorg)
martin
2014-10-10
Add the missing complex functions.
christos
2013-03-14
Remove unknown .LP macro.
njoly
2013-01-29
Document long double versions of these routines.
matt
2012-12-27
Convert to mdoc and fix stuff while here.
wiz
2011-11-29
fix minor typo
drochner
2011-11-02
Fix the vax build under gcc-4.5 which now detects that floating constants
christos
2011-07-03
use DBL_MAX and FLT_MAX from <float.h> instead of hard coding some ieeefp val...
mrg
2011-03-18
Add missing MLINKS. From Stathis Kamperis.
joerg
2011-03-02
PR/44663: Corinna Vinschen: Fix misplaced parenthesis that produces the wrong
christos
2010-09-20
deal with infinity on the vax.
christos
2010-09-20
no more ieee ifdefs
christos
2010-09-20
get rid of ieee dependencies.
christos
2010-09-20
shouldn't need ieee.h here.
christos
2010-09-17
don't compile long double support for the havenots.
christos
2010-09-15
Remove trailing whitespace.
wiz
2010-09-15
Commit SoC long double support from Stathis Kamperis
christos
2009-08-03
As noticed by Stathis Kamperis, the original implementation does not
drochner
2008-03-08
fix so that it doesn't interact strangely with ARCH_SRCS definitions
drochner
2008-02-20
Add manpages for the complex math functions, originally from SUSv3,
drochner
2007-08-20
Add C99 complex support, for double and float.
drochner