CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/07/18 07:08:58
Modified files:
lib/libm/noieee_src: n_exp__E.c n_expm1.c n_lgamma.c n_support.c
Log message:
fix cases, found by lint:
- actually raise inexacts for expm1, and support
- __exp__E always returns, because inexact check always succeeds.
add NOTREACHED
- some cases in lgamma FALLTHROUGH, as intended
ok millert@
