Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-06-28 00:41:49 +0400
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-06-28 00:41:49 +0400
commit54be629f41ad4c5e46a736cf988535a794c664bd (patch)
treef285adadcb54176986d0002d17d1677e2439a8b5 /newlib/ChangeLog
parentc36e6dd754453b8f57767b19c58d2f832bac8bb0 (diff)
* 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.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
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.