This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 9e0f9ec Send thread names to debugger new 80e0ad1 Add missing declarations of str{n}casecmp_l to strings.h. new 463a8af Implement missing POSIX-1.2008 function strerror_l new e636fe3 Implement GNU extension wcsftime_l new 0ecb846 Implement GNU extension strptime_l new 2ea3993 Export and document strerror_l, strptime_l, wcsftime_l from Cygwin
The 5 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/strings.h | 5 +++ newlib/libc/include/time.h | 5 +++ newlib/libc/include/wchar.h | 4 ++ newlib/libc/string/strerror.c | 19 +++++++- newlib/libc/time/strftime.c | 5 +-- newlib/libc/time/strptime.c | 80 +++++++++++++++++----------------- winsup/cygwin/common.din | 3 ++ winsup/cygwin/errno.cc | 7 +++ winsup/cygwin/include/cygwin/version.h | 3 +- winsup/cygwin/libc/strptime.cc | 74 +++++++++++++++++++------------ winsup/cygwin/release/2.6.0 | 12 ++--- winsup/doc/new-features.xml | 10 ++--- winsup/doc/posix.xml | 3 ++ 13 files changed, 148 insertions(+), 82 deletions(-)