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
/
e_powf.c
Age
Commit message (
Expand
)
Author
2010-04-23
-build ldexp/frexp/modf locally again rather than relying on libc
drochner
2009-01-19
fix -Wsign-compare issue
lukem
2008-04-25
avoid shadow variables, and enable lint.
christos
2006-03-19
Coverity CID 562: Flip the order of the if statement to prevent unreachable
christos
2004-06-30
fic the <close-to-1>^<huge number> fix as in e_pow.c
drochner
2002-05-26
__STDC__ is always defined on NetBSD.
wiz
1999-07-02
More trailing white space.
simonb
1997-10-09
rcsid facism, WARNSify
lukem
1996-04-08
Removing a "volatile" put there for the ns32k which is no longer needed.
phil
1995-05-12
Changed core routines to call __ieee754_sqrt() instead of sqrt(). I
jtc
1995-05-10
Id -> NetBSD
jtc
1994-12-16
Add volatile qualifier to huge and tiny, so that huge*huge and tiny*tiny
jtc
1994-09-22
LIBM_SCCS must be defined for the RCS ID to be defined.
jtc
1994-08-18
Change int -> int32_t and unsigned int -> u_int32_t to improve portabilty
jtc
1994-08-10
Float versions of math functions. From Ian Taylor (ian@cygnus.com), with
jtc