OSDN Git Service

2001-09-13 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Thu, 13 Sep 2001 21:12:32 +0000 (21:12 +0000)
committerjjohnstn <jjohnstn>
Thu, 13 Sep 2001 21:12:32 +0000 (21:12 +0000)
commit45a20e9794009eebb4f2c5740cfa16c6bd6fe811
treea0add6620bc3e035d69c548b762699f6ffdfe897
parent350efaf388c70a48301bf6545d2320d451c8e8b4
2001-09-13  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/stdlib/Makefile.am: Add support to build strtoll_r.c
        and strtoull_r.c.
        * libc/stdlib/Makefile.in: Regenerated.
        * libc/stdlib/strtoll_r.c: New file.
        * libc/stdlib/strtoull_r.c: New file.
        * libc/stdio/local.h: Add prototypes for long long string
        conversion routines.
        * libc/stdio/vfscanf.c (__svfscanf_r): Add optional long long support
        tied to %L integer conversion specifier.
newlib/ChangeLog
newlib/libc/stdio/local.h
newlib/libc/stdio/vfscanf.c
newlib/libc/stdlib/Makefile.am
newlib/libc/stdlib/Makefile.in
newlib/libc/stdlib/strtoll_r.c [new file with mode: 0644]
newlib/libc/stdlib/strtoull_r.c [new file with mode: 0644]