This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 07a9a6c21 Cygwin: add release message for commit previous commit 8d138c3f66c2 new b541558b7 Cygwin: bump DLL version to 3.5.0 new 48953788b Cygwin: drop wincap::needs_query_information new 70d77662f Cygwin: drop wincap::has_precise_system_time new 5478c5a9e Cygwin: drop wincap::has_microsoft_accounts new c3c71e39f Cygwin: drop wincap::has_broken_whoami new 4e40b2146 Cygwin: drop wincap::has_query_process_handle_info new 08cd9cfc5 Cygwin: drop wincap::has_broken_attach_console new 8af023a35 Cygwin: drop wincap::cons_need_small_input_record_buf new ae2829a22 Cygwin: drop wincap::mmap_storage_high new ef741db52 Cygwin: drop wincap::def_guard_pages new 21d098eab Cygwin: drop wincaps for Windows 7 and Windows 8 new 6951d258e Cygwin: simplify FAST_CWD access new a3af720de Cygwin: fix a few comments mentioning Windows 7 or 8 new df680fb62 Cygwin: flock: drop checking for artificial console handles new 7d2c5efff Cygwin: drop special handling for SID authority 18 new a3ae2a734 Cygwin: don't autoload some kernel32 functions
The 16 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/autoload.cc | 9 +- winsup/cygwin/clock.cc | 18 +-- winsup/cygwin/fhandler/console.cc | 29 ++--- winsup/cygwin/fhandler/pipe.cc | 79 +------------ winsup/cygwin/fhandler/proc.cc | 1 - winsup/cygwin/fhandler/pty.cc | 66 +---------- winsup/cygwin/fhandler/termios.cc | 3 +- winsup/cygwin/flock.cc | 6 +- winsup/cygwin/include/cygwin/version.h | 2 +- winsup/cygwin/local_includes/cygheap.h | 75 ++---------- winsup/cygwin/local_includes/fhandler.h | 7 +- winsup/cygwin/local_includes/memory_layout.h | 12 +- winsup/cygwin/local_includes/ntdll.h | 3 +- winsup/cygwin/local_includes/wincap.h | 21 +--- winsup/cygwin/mount.cc | 6 +- winsup/cygwin/path.cc | 165 ++++++-------------------- winsup/cygwin/resource.cc | 3 +- winsup/cygwin/sigproc.cc | 9 +- winsup/cygwin/times.cc | 4 +- winsup/cygwin/uinfo.cc | 14 +-- winsup/cygwin/wincap.cc | 166 +-------------------------- 21 files changed, 86 insertions(+), 612 deletions(-)