This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from 2a4dd6a23 Cygwin: kill(1): Add -L to documentation new 24f34edc2 Cygwin: replace regex with latest verbatim FreeBSD version new 988c304ec Cygwin: regex: fix build errors new 585e7f989 Cygwin: regex: convert wchar_t to wint_t throughout new 0bdc764b4 Cygwin: regex: wgetnext: Re-add kludge to be more glibc compatible new 2285cf0d1 Cygwin: regex: NONCHAR: re-add cast to int
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/include/regex.h | 20 +- winsup/cygwin/regex/COPYRIGHT | 4 + winsup/cygwin/regex/cname.h | 8 +- winsup/cygwin/regex/engine.c | 421 ++++++++-------- winsup/cygwin/regex/regcomp.c | 1059 +++++++++++++++++++++++++++------------- winsup/cygwin/regex/regerror.c | 26 +- winsup/cygwin/regex/regex.3 | 91 +++- winsup/cygwin/regex/regex.7 | 22 +- winsup/cygwin/regex/regex2.h | 60 ++- winsup/cygwin/regex/regexec.c | 19 +- winsup/cygwin/regex/regfree.c | 8 +- winsup/cygwin/regex/utils.h | 10 +- 12 files changed, 1100 insertions(+), 648 deletions(-)