acadia-newlib/newlib/libm/math
Jeff Johnston 70317d8506 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.
2007-10-18 00:03:32 +00:00
..
Makefile.am 2006-04-11 Jeff Johnston <jjohnstn@redhat.com> 2006-04-11 19:02:16 +00:00
Makefile.in * ltmain.sh: Update from GCC. 2007-05-24 17:33:42 +00:00
e_acos.c
e_acosh.c
e_asin.c
e_atan2.c
e_atanh.c
e_cosh.c
e_exp.c
e_fmod.c
e_hypot.c
e_j0.c
e_j1.c
e_jn.c
e_log.c
e_log10.c
e_pow.c 2007-05-01 Cary R. <cygcary <at> yahoo.com> 2007-05-01 18:42:15 +00:00
e_rem_pio2.c
e_remainder.c
e_scalb.c
e_sinh.c
e_sqrt.c
ef_acos.c
ef_acosh.c
ef_asin.c
ef_atan2.c 2005-07-20 Bob Wilson <bob.wilson@acm.org> 2005-07-20 16:20:24 +00:00
ef_atanh.c
ef_cosh.c
ef_exp.c
ef_fmod.c
ef_hypot.c 2005-08-02 Bob Wilson <bob.wilson@acm.org> 2005-08-02 19:44:44 +00:00
ef_j0.c
ef_j1.c
ef_jn.c
ef_log.c
ef_log10.c
ef_pow.c 2007-05-01 Cary R. <cygcary <at> yahoo.com> 2007-05-01 18:42:15 +00:00
ef_rem_pio2.c
ef_remainder.c
ef_scalb.c
ef_sinh.c
ef_sqrt.c
er_gamma.c
er_lgamma.c
erf_gamma.c
erf_lgamma.c
k_cos.c
k_rem_pio2.c
k_sin.c
k_standard.c
k_tan.c
kf_cos.c
kf_rem_pio2.c
kf_sin.c
kf_tan.c
math.tex 2006-03-02 Jeff Johnston <jjohnstn@redhat.com> 2006-03-02 16:46:12 +00:00
s_asinh.c
s_atan.c
s_ceil.c
s_cos.c
s_erf.c
s_fabs.c
s_floor.c
s_frexp.c
s_ldexp.c 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:21:08 +00:00
s_signif.c
s_sin.c
s_tan.c
s_tanh.c
sf_asinh.c
sf_atan.c
sf_ceil.c
sf_cos.c
sf_erf.c
sf_fabs.c
sf_floor.c
sf_frexp.c
sf_ldexp.c
sf_signif.c
sf_sin.c
sf_tan.c
sf_tanh.c
w_acos.c 2007-05-01 Cary R. <cygcary <at> yahoo.com> 2007-05-01 18:42:15 +00:00
w_acosh.c
w_asin.c 2007-05-01 Cary R. <cygcary <at> yahoo.com> 2007-05-01 18:42:15 +00:00
w_atan2.c 2007-05-17 Cary R. <cygcary <at> yahoo.com> 2007-05-17 21:52:11 +00:00
w_atanh.c
w_cabs.c
w_cosh.c
w_drem.c
w_exp.c
w_exp2.c
w_fmod.c
w_gamma.c
w_hypot.c
w_j0.c 2005-10-28 Bob Wilson <bob.wilson@acm.org> 2005-10-28 21:21:08 +00:00
w_j1.c
w_jn.c
w_lgamma.c
w_log.c 2007-10-17 Jeff Johnston <jjohnstn@redhat.com> 2007-10-18 00:03:32 +00:00
w_log10.c 2007-10-17 Jeff Johnston <jjohnstn@redhat.com> 2007-10-18 00:03:32 +00:00
w_pow.c 2007-05-01 Cary R. <cygcary <at> yahoo.com> 2007-05-01 18:42:15 +00:00
w_remainder.c
w_scalb.c
w_sincos.c
w_sinh.c
w_sqrt.c
w_tgamma.c
wf_acos.c 2007-05-01 Cary R. <cygcary <at> yahoo.com> 2007-05-01 18:42:15 +00:00
wf_acosh.c
wf_asin.c 2007-05-01 Cary R. <cygcary <at> yahoo.com> 2007-05-01 18:42:15 +00:00
wf_atan2.c 2007-05-17 Cary R. <cygcary <at> yahoo.com> 2007-05-17 21:52:11 +00:00
wf_atanh.c
wf_cabs.c
wf_cosh.c
wf_drem.c
wf_exp.c
wf_exp2.c
wf_fmod.c
wf_gamma.c
wf_hypot.c
wf_j0.c
wf_j1.c
wf_jn.c
wf_lgamma.c
wf_log.c 2007-10-17 Jeff Johnston <jjohnstn@redhat.com> 2007-10-18 00:03:32 +00:00
wf_log10.c 2007-10-17 Jeff Johnston <jjohnstn@redhat.com> 2007-10-18 00:03:32 +00:00
wf_pow.c 2007-05-01 Cary R. <cygcary <at> yahoo.com> 2007-05-01 18:42:15 +00:00
wf_remainder.c
wf_scalb.c
wf_sincos.c
wf_sinh.c
wf_sqrt.c
wf_tgamma.c 2007-09-04 Kazunori Asayama <asayama@sm.sony.co.jp> 2007-09-04 17:33:10 +00:00
wr_gamma.c
wr_lgamma.c
wrf_gamma.c
wrf_lgamma.c