This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/musl-regex in repository newlib.
discards a648e06ca Cygwin: regex: implement equivalence classes discards e169faf81 Cygwin: regex: replace BSD version with MUSL version discards 0ae979713 configury: define HAVE_REGEX_FILES adds 523985b31 Cygwin: ctty: Add missing fixup_after_{exec,fork}() call. adds ce979464f Cygwin: console: Suppress unnecessary open_shared_console() calls. adds 13a84ac79 Cygwin: ctty: Replace ctty constant with more descriptive macros. adds 93f70d784 Cygwin: ctty: Remove old 'kludge' code. adds 59de81671 libgloss/epiphany: Fix move instruction in crt0.S adds dfd14093e Cygwin: Fix type mismatch on sys/cpuset.h adds c553a9524 Cygwin: doc: Update postinstall/preremove scripts new 9ac8084ec configury: define HAVE_REGEX_FILES new 8b14cfb76 Cygwin: regex: replace BSD version with MUSL version new 50b165c28 Cygwin: regex: implement equivalence classes new 702dfcc8d Cygwin: regex: fix type of tre_char_t to wint_t new 4449f3a11 Cygwin: regex: fix type and use macro to define equivalence c [...] new c47a998d0 Cygwin: wcitombs: like wcstombs, just for wint_t new fbd8b4a9a Cygwin: next_unicode_mbs: return full char prefix from multibyte new 69c12e6a1 Cygwin: regex: regexec: allow to evaluate full collating symbols
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (a648e06ca) \ N -- N -- N refs/heads/topic/musl-regex (69c12e6a1)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 8 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: libgloss/epiphany/crt0.S | 2 +- winsup/cygwin/dtable.cc | 20 ++--- winsup/cygwin/exceptions.cc | 2 +- winsup/cygwin/external.cc | 4 +- winsup/cygwin/fhandler/console.cc | 19 +++-- winsup/cygwin/fhandler/process.cc | 4 +- winsup/cygwin/fhandler/pty.cc | 12 +-- winsup/cygwin/fhandler/termios.cc | 7 +- winsup/cygwin/include/sys/cpuset.h | 138 +++++++++++++++++++++---------- winsup/cygwin/local_includes/collate.h | 1 + winsup/cygwin/local_includes/fhandler.h | 11 +++ winsup/cygwin/local_includes/tty.h | 2 +- winsup/cygwin/local_includes/wchar.h | 4 + winsup/cygwin/nlsfuncs.cc | 16 ++++ winsup/cygwin/pinfo.cc | 17 ++-- winsup/cygwin/regex/regcomp.c | 2 +- winsup/cygwin/regex/regexec.c | 72 ++++++++-------- winsup/cygwin/regex/tre.h | 7 +- winsup/cygwin/release/3.4.7 | 5 ++ winsup/cygwin/spawn.cc | 2 +- winsup/cygwin/strfuncs.cc | 43 ++++++++++ winsup/cygwin/syscalls.cc | 17 +--- winsup/cygwin/tty.cc | 2 +- winsup/doc/etc.postinstall.cygwin-doc.sh | 21 +++-- winsup/doc/etc.preremove.cygwin-doc.sh | 8 +- 25 files changed, 292 insertions(+), 146 deletions(-) create mode 100644 winsup/cygwin/release/3.4.7