OSDN Git Service

2001-10-01 Charles Wilson <cwilson@ece.gatech.edu>
authorjjohnstn <jjohnstn>
Mon, 1 Oct 2001 18:05:08 +0000 (18:05 +0000)
committerjjohnstn <jjohnstn>
Mon, 1 Oct 2001 18:05:08 +0000 (18:05 +0000)
commitb26c72386f5b3edf658066a6d08964e3846e1524
treef3ccade8a5e1705bfb6bce86a077cf64f25f106b
parent5f113069400596c03f57c3173dd8e4e1740fe776
2001-10-01  Charles Wilson  <cwilson@ece.gatech.edu>

        * libc/include/stdlib.h: add declarations for
        _strtoull_r, _strtoll_r, strtoull, and strtoll.
        * libc/stdio/local.h: remove declarations of
        __strtoull_r and __strtoll_r.
        * libc/stdio/vfscanf.c(__svfscanf_r): call
        _strtoull_r instead of __strtoull_r. Ditto
        _strtoll_r vs. __strtoll_r.
        * libc/stdlib/Makefile.am: add new files to
        .c list and .def list
        * libc/stdlib/Makefile.in: regenerate
        * libc/stdlib/strtoll_r.c: rename __strtoll_r
        as _strtoll_r
        * libc/stdlib/strtoull_r.c: rename __strtoull_r
        as _strtoull_r
        * libc/stdlib/strtoull.c: new file
        * libc/stdlib/strtoll.c: new file
newlib/ChangeLog
newlib/libc/include/stdlib.h
newlib/libc/stdio/local.h
newlib/libc/stdio/vfscanf.c
newlib/libc/stdlib/Makefile.am
newlib/libc/stdlib/Makefile.in
newlib/libc/stdlib/strtoll.c [new file with mode: 0644]
newlib/libc/stdlib/strtoll_r.c
newlib/libc/stdlib/strtoull.c [new file with mode: 0644]
newlib/libc/stdlib/strtoull_r.c