This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from baf0c9f Fold documentation of is*_l funcs into documentation of non-l [...] new 5ef60b7 Add documentation for duplocale, freelocale, newlocale, and u [...] new 238455a Implement strto[dflu]_l/wcsto[dflu]_l
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: newlib/libc/include/stdlib.h | 19 +++++ newlib/libc/include/wchar.h | 13 +++ newlib/libc/locale/Makefile.am | 7 +- newlib/libc/locale/Makefile.in | 7 +- newlib/libc/locale/duplocale.c | 36 +++++++++ newlib/libc/locale/freelocale.c | 34 ++++++++ newlib/libc/locale/newlocale.c | 75 ++++++++++++++++++ newlib/libc/locale/setlocale.h | 3 + newlib/libc/locale/uselocale.c | 52 ++++++++++++ newlib/libc/stdlib/gdtoa-gethex.c | 13 +-- newlib/libc/stdlib/mprec.h | 12 ++- newlib/libc/stdlib/strtod.c | 110 +++++++++++++++++++------ newlib/libc/stdlib/strtodg.c | 89 ++++++--------------- newlib/libc/stdlib/strtol.c | 75 ++++++++++++------ newlib/libc/stdlib/strtold.c | 28 ++++++- newlib/libc/stdlib/strtoll.c | 137 +++++++++++++++++++++++++++++--- newlib/libc/stdlib/strtoll_r.c | 141 +-------------------------------- newlib/libc/stdlib/strtorx.c | 7 +- newlib/libc/stdlib/strtoul.c | 74 +++++++++++------ newlib/libc/stdlib/strtoull.c | 117 ++++++++++++++++++++++++--- newlib/libc/stdlib/strtoull_r.c | 121 +--------------------------- newlib/libc/stdlib/wcsnrtombs.c | 28 ++++--- newlib/libc/stdlib/wcstod.c | 110 +++++++++++++++++++------ newlib/libc/stdlib/wcstol.c | 73 ++++++++++++----- newlib/libc/stdlib/wcstold.c | 28 +++++-- newlib/libc/stdlib/wcstoll.c | 137 +++++++++++++++++++++++++++++--- newlib/libc/stdlib/wcstoll_r.c | 141 +-------------------------------- newlib/libc/stdlib/wcstoul.c | 68 +++++++++++----- newlib/libc/stdlib/wcstoull.c | 131 +++++++++++++++++++++++++++--- newlib/libc/stdlib/wcstoull_r.c | 131 +----------------------------- winsup/cygwin/common.din | 14 ++++ winsup/cygwin/include/cygwin/version.h | 5 +- winsup/doc/posix.xml | 22 ++++- 33 files changed, 1244 insertions(+), 814 deletions(-)