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
/
s_scalbn.c
Age
Commit message (
Expand
)
Author
2018-03-27
Add missing alias for ldexpl on ! __HAVE_LONG_DOUBLE architectures.
martin
2013-05-20
Fix ldexp aliases.
joerg
2013-04-27
Add aliases to scalbn* as ldexp*, they are identical for FLT_RADIX=2.
joerg
2013-01-28
Deal with _LP64 properly.
matt
2011-07-26
Add scalbnl to libm.
joerg
2010-04-23
-build ldexp/frexp/modf locally again rather than relying on libc
drochner
2008-09-28
Fix a little lint.
christos
2002-05-26
__STDC__ is always defined on NetBSD.
wiz
1999-07-02
More trailing white space.
simonb
1998-08-19
Add some braces to make egcs happy. (This code could kill me.)
thorpej
1997-10-09
rcsid facism, WARNSify
lukem
1995-05-10
Id -> NetBSD
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
1994-03-03
Don't determine byte order at run time.
jtc
1994-02-18
Add RCS ID's.
jtc
1994-02-11
Include <math.h> instead of "fdlibm.h"
jtc
1994-02-11
Fdlibm 5.1
jtc