OSDN Git Service

2008-11-24 Craig Howland <howland@LGSInnovations.com>
authorjjohnstn <jjohnstn>
Mon, 24 Nov 2008 21:27:33 +0000 (21:27 +0000)
committerjjohnstn <jjohnstn>
Mon, 24 Nov 2008 21:27:33 +0000 (21:27 +0000)
commitedc5c2a128f8d62b2b7ef19a4e082af0663172e0
treecbc5fd032ce70ed3838e7221d11f4775e46e9827
parent2ba0d8a2be682526a29306716935d5dda2a993e5
2008-11-24  Craig Howland  <howland@LGSInnovations.com>

        * libc/stdlib/wcstoull_r.c:  Add EINVAL return for bad base value,
        include wchar.h for prototype, remove extraneous includes, use
        C99/POSIX ULLONG_MAX (but allow for poor limits.h).
        * libc/stdlib/wcstoull.c:  Fix usage comments (mistakes and to add
        base value check noted above), remove extraneous includes.
        * libc/stdio/asnprintf.c:  Add #include "local.h" to get function
        prototype for _svfprintf_r().
        * libc/stdio/vasnprintf.c:  Ditto.
        * libc/stdio/local.h:  Add function prototype for __submore().
        * libc/include/stdio.h:  Add function prototypes for _fseeko_r and
        _ftello_r.
        * libc/posix/namespace.h:  Commented out define for write to
        eliminate write() prototype being missing for collate.c (which is
        the only file that presently includes namespace.h).
        * libc/include/reent.h:  Added _rename_r.
        * libc/reent/renamer.c:  Corrected function prototypes in synopses.
        * libc/locale/ldpart.c:  Use struct stat64 when calling fstat64.
newlib/ChangeLog
newlib/libc/include/reent.h
newlib/libc/include/stdio.h
newlib/libc/locale/ldpart.c
newlib/libc/posix/namespace.h
newlib/libc/reent/renamer.c
newlib/libc/stdio/local.h
newlib/libc/stdio/vasnprintf.c
newlib/libc/stdlib/wcstoull.c
newlib/libc/stdlib/wcstoull_r.c