diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index f30628be9..040d3bf7c 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,10 @@ 2002-06-27 Thomas Fitzsimmons <fitzsim@redhat.com> + * libm/mathfp/s_pow.c (pow): Fix checks on variable k. Add + exponent_is_even_int variable. Handle case where x is + negative, and y is an odd integer. + * libm/mathfp/sf_pow.c (powf): Likewise. + * libm/mathfp/er_lgamma.c: Remove __kernel references. * libm/mathfp/erf_lgamma.c: Likewise. * libm/mathfp/s_tgamma.c: Likewise. |