This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/pipe in repository newlib.
discards 3a8ae078c Cygwin: Document that the pipe_byte option is now set by default discards c059e0945 Cygwin: fhandler_pipe::raw_read: minor code cleanup discards 58e9594e4 Cygwin: pipe: Adopt FILE_SYNCHRONOUS_IO_NONALERT flag for read pipe. adds 98d10e5fd Cygwin: dllfixdbg: create .gnu_debuglink section in the right spot adds 2b2897714 Cygwin: set the FILE_ATTRIBUTE_ARCHIVE DOS attribute on file [...] adds 6226bad0e change _COMPILING_NEWLIB to _LIBC adds 67208d9ef newlib: merge doc into top-level Makefile adds 3cef6dfb5 update to Unicode 14.0 adds 076c85673 cleanup Unicode data files after generating updated tables adds 782aac590 Cygwin: console: Handle Unicode surrogate pairs. adds ad68ec27c Fix 'make man' after 67208d9e adds 287cb02f6 Cygwin: Extend GitHub workflow to also build on Windows adds bff995a78 Cygwin: Drop 'make check' from AppVeyor adds 9980177de Revert "Cygwin: set the FILE_ATTRIBUTE_ARCHIVE DOS attribute [...] adds 41de4b6fd Cygwin: fix up cached DOS file attributes after file creation adds 5badb8aa0 Cygwin: pipe: Handle STATUS_PENDING even for nonblocking mode. new 3640430f3 Cygwin: pipe: Adopt FILE_SYNCHRONOUS_IO_NONALERT flag for read pipe. new f08e7be0a Cygwin: fhandler_pipe::raw_read: minor code cleanup new efcfc317f Cygwin: Document that the pipe_byte option is now set by default
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 (3a8ae078c) \ N -- N -- N refs/heads/topic/pipe (efcfc317f)
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 3 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: .appveyor.yml | 3 +- .github/workflows/cygwin.yml | 64 + newlib/Makefile.am | 31 +- newlib/Makefile.in | 66 +- newlib/configure | 36 +- newlib/configure.ac | 26 +- newlib/configure.host | 2 +- newlib/doc/Makefile.am | 28 - newlib/doc/Makefile.in | 368 --- newlib/doc/aclocal.m4 | 1012 ------- newlib/doc/configure | 4804 ------------------------------ newlib/doc/configure.ac | 43 - newlib/doc/local.mk | 20 + newlib/libc/Makefile.unidata | 22 +- newlib/libc/ctype/caseconv.t | 17 +- newlib/libc/ctype/categories.t | 138 +- newlib/libc/include/ctype.h | 2 +- newlib/libc/include/dirent.h | 2 +- newlib/libc/include/locale.h | 2 +- newlib/libc/include/reent.h | 2 +- newlib/libc/include/stdio.h | 12 +- newlib/libc/include/sys/_default_fcntl.h | 2 +- newlib/libc/include/sys/features.h | 2 +- newlib/libc/include/sys/signal.h | 4 +- newlib/libc/include/sys/stat.h | 4 +- newlib/libc/include/sys/time.h | 2 +- newlib/libc/include/sys/times.h | 2 +- newlib/libc/include/sys/unistd.h | 2 +- newlib/libc/include/sys/wait.h | 2 +- newlib/libc/machine/cris/sys/fcntl.h | 2 +- newlib/libc/machine/mips/memcpy.S | 2 +- newlib/libc/machine/mips/memset.S | 2 +- newlib/libc/machine/mips/strcmp.S | 2 +- newlib/libc/string/combining.t | 99 +- newlib/libc/string/wide.t | 14 +- winsup/cygwin/dir.cc | 2 +- winsup/cygwin/dllfixdbg | 2 +- winsup/cygwin/fhandler.cc | 56 +- winsup/cygwin/fhandler_console.cc | 17 +- winsup/cygwin/fhandler_cygdrive.cc | 2 +- winsup/cygwin/fhandler_dev.cc | 2 +- winsup/cygwin/fhandler_disk_file.cc | 2 +- winsup/cygwin/fhandler_pipe.cc | 68 +- winsup/cygwin/fhandler_proc.cc | 2 +- winsup/cygwin/fhandler_process.cc | 2 +- winsup/cygwin/fhandler_procsysvipc.cc | 2 +- winsup/cygwin/fhandler_registry.cc | 2 +- winsup/cygwin/include/cygwin/config.h | 6 +- winsup/cygwin/include/cygwin/stat.h | 2 +- winsup/cygwin/include/cygwin/stdlib.h | 2 +- winsup/cygwin/include/getopt.h | 2 +- winsup/cygwin/include/machine/_types.h | 2 +- winsup/cygwin/include/sys/dirent.h | 2 +- winsup/cygwin/include/sys/syslimits.h | 2 +- winsup/cygwin/include/sys/wait.h | 2 +- winsup/cygwin/math/complex_internal.h | 2 +- winsup/cygwin/release/3.3.3 | 18 + 57 files changed, 537 insertions(+), 6503 deletions(-) delete mode 100644 newlib/doc/Makefile.am delete mode 100644 newlib/doc/Makefile.in delete mode 100644 newlib/doc/aclocal.m4 delete mode 100755 newlib/doc/configure delete mode 100644 newlib/doc/configure.ac create mode 100644 newlib/doc/local.mk