This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/split_source_dir in repository newlib.
discards 98b974544 Cygwin: Reorganize cygwin source dir adds e71628b88 Cygwin: drop obsolete _cygwin_noncygwin_dll_entry entry point adds 73aefcb5c Cygwin: clock.cc: Drop redundant Windows prototypes adds b28edc7b8 Cygwin: drop all usages of WINAPI adds 35c501743 Cygwin: drop all usages of NTAPI new 3b54912f4 Cygwin: Reorganize cygwin source dir new 182be89b8 Cygwin: update the "dirs" variable in Makefile.am
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 (98b974544) \ N -- N -- N refs/heads/topic/split_source_dir (182be89b8)
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 2 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/Makefile.am | 2 +- winsup/cygwin/advapi32.cc | 8 +- winsup/cygwin/aio.cc | 6 +- winsup/cygwin/clock.cc | 3 - winsup/cygwin/cygthread.cc | 4 +- winsup/cygwin/exceptions.cc | 8 +- winsup/cygwin/fhandler/console.cc | 10 +- winsup/cygwin/fhandler/fifo.cc | 2 +- winsup/cygwin/fhandler/netdrive.cc | 2 +- winsup/cygwin/fhandler/socket_unix.cc | 2 +- winsup/cygwin/fhandler/tty.cc | 8 +- winsup/cygwin/flock.cc | 6 +- winsup/cygwin/include/cygwin/cygwin_dll.h | 10 +- winsup/cygwin/init.cc | 4 +- winsup/cygwin/kernel32.cc | 36 +-- winsup/cygwin/ldap.cc | 6 +- winsup/cygwin/local_includes/cygthread.h | 6 +- winsup/cygwin/local_includes/miscfuncs.h | 23 +- winsup/cygwin/local_includes/ntdll.h | 502 +++++++++++++----------------- winsup/cygwin/local_includes/pinfo.h | 2 +- winsup/cygwin/local_includes/security.h | 4 +- winsup/cygwin/local_includes/thread.h | 2 +- winsup/cygwin/local_includes/wininfo.h | 2 +- winsup/cygwin/miscfuncs.cc | 12 +- winsup/cygwin/pinfo.cc | 4 +- winsup/cygwin/posix_timer.cc | 2 +- winsup/cygwin/profil.c | 2 +- winsup/cygwin/select.cc | 10 +- winsup/cygwin/sigproc.cc | 6 +- winsup/cygwin/strfuncs.cc | 2 +- winsup/cygwin/thread.cc | 2 +- winsup/cygwin/timerfd.cc | 2 +- winsup/cygwin/window.cc | 4 +- 33 files changed, 316 insertions(+), 388 deletions(-)