src/newlib ChangeLog libc/include/limits.h lib ...
jjohnstn@sourceware.org
jjohnstn@sourceware.org
Mon Dec 23 19:21:00 GMT 2013
CVSROOT: /cvs/src
Module name: src
Changes by: jjohnstn@sourceware.org 2013-12-23 19:21:07
Modified files:
newlib : ChangeLog
newlib/libc/include: limits.h stdlib.h wchar.h
Log message:
2013-12-22 JF Bastien <jfb@chromium.org>
* libc/include/limits.h: Define LLONG_MIN, LLONG_MAX and ULLONG_MAX
for C++11 too.
* libc/include/stdlib.h: Define struct lldiv_t, _Exit, atoll, llabs
and lldiv for C99 and C++11. Move wcstold to wchar.h.
* libc/include/wchar.h: Define WCHAR_MIN and WCHAR_MAX according to
__WCHAR_UNSIGNED__ if it is provided, and correct the limit when
unsigned (to 32 all-1 bits, not 31). Define FILE as in stdio.h.
Move wcstold from stdlib.h here.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/ChangeLog.diff?cvsroot=src&r1=1.1887&r2=1.1888
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/limits.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/stdlib.h.diff?cvsroot=src&r1=1.48&r2=1.49
http://sourceware.org/cgi-bin/cvsweb.cgi/src/newlib/libc/include/wchar.h.diff?cvsroot=src&r1=1.33&r2=1.34
More information about the Newlib-cvs
mailing list