This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from 0d2ad77c4 Cygwin: fnmatch: drop static variable new 77883ac91 Cygwin: wcitoascii: move to wchar.h as inline function new b81969345 Cygwin: add wcipcpy and wcipncpy helper functions new 9870f1d1f Cygwin: wcichr: add wint_t replacement for wcschr new 149cabea8 Cygwin: mbsnrtowci: like mbsnrtowcs, just for wint_t new c36064bbd Cygwin: fnmatch: support collating symbols in [. .] brackets
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: winsup/cygwin/glob.cc | 15 +- winsup/cygwin/libc/fnmatch.c | 288 +++++++++++++++++++---------------- winsup/cygwin/local_includes/wchar.h | 59 +++++++ winsup/cygwin/strfuncs.cc | 53 +++++++ 4 files changed, 273 insertions(+), 142 deletions(-)