]> sourceware.org Git - newlib-cygwin.git/commit
2000-05-26 Marek Michalkiewicz <marekm@linux.org.pl>
authorJeff Johnston <jjohnstn@redhat.com>
Fri, 26 May 2000 22:42:39 +0000 (22:42 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Fri, 26 May 2000 22:42:39 +0000 (22:42 +0000)
commit8887021868a19a9feb8d4cdb22148823ee42579b
treec3ac1cbf18fa5bd246106ad5d916cb7c03c048b9
parente8844e5d9f6a07f7846ad0766cc3ef6e08dce8f5
2000-05-26  Marek Michalkiewicz  <marekm@linux.org.pl>

        * libm/common/s_expm1.c (expm1): Add curly braces, avoid warnings.
        * libm/common/s_log1p.c (log1p): Likewise.
        * libm/common/s_scalbn.c (scalbn): Likewise.
        * libm/math/e_log.c: Likewise.
        * libm/math/e_asin.c: Likewise.
        * libm/math/ef_asin.c: Likewise.
        * libm/math/e_j0.c (pzero, qzero): Remove redundant test.
        * libm/math/e_j1.c (pone, qone): Likewise.
        * libm/math/ef_j0.c (pzerof, qzerof): Likewise.
        * libm/math/ef_j1.c (ponef, qonef): Likewise.
        * libm/mathfp/e_j0.c (pzero, qzero): Likewise.
        * libm/mathfp/e_j1.c (pone, qone): Likewise.
        * libm/mathfp/ef_j0.c (pzerof, qzerof): Likewise.
        * libm/mathfp/ef_j1.c (ponef, qonef): Likewise.
15 files changed:
newlib/ChangeLog
newlib/libm/common/s_expm1.c
newlib/libm/common/s_log1p.c
newlib/libm/common/s_scalbn.c
newlib/libm/math/e_asin.c
newlib/libm/math/e_j0.c
newlib/libm/math/e_j1.c
newlib/libm/math/e_log.c
newlib/libm/math/ef_asin.c
newlib/libm/math/ef_j0.c
newlib/libm/math/ef_j1.c
newlib/libm/mathfp/e_j0.c
newlib/libm/mathfp/e_j1.c
newlib/libm/mathfp/ef_j0.c
newlib/libm/mathfp/ef_j1.c
This page took 0.030516 seconds and 5 git commands to generate.