]> sourceware.org Git - newlib-cygwin.git/commit
Mon Apr 17 12:46:00 2000 Marek Michalkiewicz <marekm@linux.org.pl>
authorJeff Johnston <jjohnstn@redhat.com>
Mon, 17 Apr 2000 17:10:18 +0000 (17:10 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Mon, 17 Apr 2000 17:10:18 +0000 (17:10 +0000)
commitc87be3e4d6ae90dcc48b5f26dd87645e7cabff01
treec74406cf686941ada7868ee44ce39aafc70d96df
parent08ce80eac2b449e9d151975ec0a5d0042a07c847
Mon Apr 17 12:46:00 2000  Marek Michalkiewicz <marekm@linux.org.pl>

        * libc/signal/signal.c (_signal_r) : Removed unused local variable temp.        * libc/stdio/findfp.c (std): Added declaration of flags and file.
        * libc/stdio/mktemp.c (_gettemp, _mkstemp_r, mkstemp): Added int
        return type.
        * libc/stdio/putchar.c (putchar): Added return statement.
        * libc/stdio/refill.c (lflush): Added correct parentheses.
        * libc/stdio/vfprintf.c (_VFPRINTF_R): Ditto.
        * libc/stdio/vfscanf.c (__svfscanf): Changed sprintf call which
        prints long value to use l qualifier.
        * libc/stdlib/dtoa.c (_dtoa_r): Added parentheses to remove warning
        messages and initialized local values: ilim, ilim1, and spec_case.
        * libc/stdlib/ecvtbuf.c (print_e): Removed unused variable dp.
        * libc/stdlib/mbctype.h (_issjis1, _issjis2): Added parentheses.
        * libc/stdlib/mprec.c: Ditto.
        * libc/stdlib/setenv_r.c: Ditto.
        * libc/stdlib/strtod.c: Ditto.
        * libc/stdlib/strtol.c: Ditto.
        * libc/stdlib/strtoul.c: Ditto.
        * libm/common/sf_expm1.c: Added curly braces to if else clauses.
        * libm/common/sf_log1p.c: Ditto.
        * libm/common/sf_scalbn.c: Ditto.
        * libm/math/ef_log.c: Ditto.
20 files changed:
newlib/ChangeLog
newlib/libc/signal/signal.c
newlib/libc/stdio/findfp.c
newlib/libc/stdio/mktemp.c
newlib/libc/stdio/putchar.c
newlib/libc/stdio/refill.c
newlib/libc/stdio/vfprintf.c
newlib/libc/stdio/vfscanf.c
newlib/libc/stdlib/dtoa.c
newlib/libc/stdlib/ecvtbuf.c
newlib/libc/stdlib/mbctype.h
newlib/libc/stdlib/mprec.c
newlib/libc/stdlib/setenv_r.c
newlib/libc/stdlib/strtod.c
newlib/libc/stdlib/strtol.c
newlib/libc/stdlib/strtoul.c
newlib/libm/common/sf_expm1.c
newlib/libm/common/sf_log1p.c
newlib/libm/common/sf_scalbn.c
newlib/libm/math/ef_log.c
This page took 0.035663 seconds and 5 git commands to generate.