OSDN Git Service

2007-10-17 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Thu, 18 Oct 2007 00:03:32 +0000 (00:03 +0000)
committerjjohnstn <jjohnstn>
Thu, 18 Oct 2007 00:03:32 +0000 (00:03 +0000)
commit3941bfd0a20df40e4a4a50cf489086b4540500fc
tree38b7235776b3908b4750aeeb5665e780c6fadfde
parent7e634a2ff79528ed47edbe040618a702e3f1dc2e
2007-10-17  Jeff Johnston  <jjohnstn@redhat.com>

        * libm/mathfp/s_logarithm.c: Fix error introduced by previous
        fix when handling negative input values.  Make function
        consistent with math directory and glibc version such that
        inf and nan values return inf and nan respectively with no
        errno setting.
        * libm/mathfp/sf_logarithm.c: Ditto.
        * libm/math/w_log.c: Set errno to ERANGE when input is 0.0.
        * libm/math/wf_log.c: Ditto.
        * libm/math/w_log10.c: Ditto.
        * libm/math/wf_log10.c: Ditto.
newlib/ChangeLog
newlib/libm/math/w_log.c
newlib/libm/math/w_log10.c
newlib/libm/math/wf_log.c
newlib/libm/math/wf_log10.c
newlib/libm/mathfp/s_logarithm.c
newlib/libm/mathfp/sf_logarithm.c