- remove isinff, isnanf. this has been moved to libc
authormartynas <martynas@openbsd.org>
Thu, 24 Jul 2008 09:40:16 +0000 (09:40 +0000)
committermartynas <martynas@openbsd.org>
Thu, 24 Jul 2008 09:40:16 +0000 (09:40 +0000)
commiteac90eaa1ed342e1c46cdff47d1897d7ff33fc7c
treeb59d3c9de683e7a4391c9780b050af1ca5715202
parent8fe5dbae4f32bb911f05dc703689bd26df10d29e
- remove isinff, isnanf.  this has been moved to libc
- remove never-enabled signbit.  libc has is now
- add C99 implementations, from freebsd, for nan(), nanf() (needed
to write _digittoint for it), exp2(), exp2f(), remquo(), remquof(),
needed STRICT_ASSIGN macro for math_private.h
- bump major
man pages will follow
exp2{,f} has been requested by chl@
ok millert@
13 files changed:
lib/libm/Makefile
lib/libm/arch/amd64/s_signbitl_e.c [deleted file]
lib/libm/arch/i387/s_signbitl_e.c [deleted file]
lib/libm/arch/mc68881/s_signbitl_e.c [deleted file]
lib/libm/arch/vax/n_support.S
lib/libm/noieee_src/n_support.c
lib/libm/shlib_version
lib/libm/src/math_private.h
lib/libm/src/s_exp2.c [new file with mode: 0644]
lib/libm/src/s_exp2f.c [new file with mode: 0644]
lib/libm/src/s_nan.c [new file with mode: 0644]
lib/libm/src/s_remquo.c [new file with mode: 0644]
lib/libm/src/s_remquof.c [new file with mode: 0644]