This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from a13b0b7ae Cygwin: fnmatch: fix range comparison in C locale new 4f78215c8 Cygwin: belatedly bump CYGWIN_VERSION_API_MINOR for new posix [...] new 8a4318943 Revert "* libc/stdlib/mbtowc_r.c (__ascii_mbtowc): Disallow c [...] new 68bb3deab Cygwin: fix GB18030 support new 4f258c55e Cygwin: Add ISO C11 functions c16rtomb, c32rtomb, mbrtoc16, m [...]
The 4 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/stdlib/mbtowc_r.c | 8 -- newlib/libc/stdlib/wctomb_r.c | 4 - winsup/cygwin/cygwin.din | 4 + winsup/cygwin/include/cygwin/version.h | 5 +- winsup/cygwin/include/uchar.h | 22 +++ winsup/cygwin/local_includes/wchar.h | 15 +- winsup/cygwin/release/3.5.0 | 2 + winsup/cygwin/strfuncs.cc | 251 ++++++++++++++++++++++++++++++--- winsup/doc/new-features.xml | 4 + 9 files changed, 278 insertions(+), 37 deletions(-) create mode 100644 winsup/cygwin/include/uchar.h