This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-Os in repository toolchain/ci/newlib.
from 365199090 Cygwin: pipe: Avoid false EOF while reading output of C# programs. adds 328e1b1a3 newlib: mips: delete glibc-specific logic adds c6f0a46d7 Cygwin: pipe: Handle WAIT_CANCELED when waiting read_mtx. adds babc07f7e Fix compile time warning messages building with gcc v6.1.1 adds ae3419884 update-copyright.py for binutils adds 4e54fa77a Update the address of the FSF in the copyright notice of file [...] adds d3afeac43 Update year range in copyright notice of binutils files adds 6701ccbf7 Bump to autoconf 2.69 and automake 1.15.1 adds bc70b1662 Update year range in copyright notice of binutils files adds 957f0a864 texi2pod.pl: import support for @t{...} from gcc adds e08eb1d7c Add libctf to update-copyright.py adds c0d69d696 Update year range in copyright notice of binutils files adds 784020ca7 texi2pod.pl: add no-op --no-split option support [PR28144] adds 8e1bc2245 etc: rename configure.in to configure.ac adds f013c741c etc: switch to automake adds 24491c125 winsup: delete old _LIBC logic adds 576ace1f2 Cygwin: pipe: Fix raw_write() for non-cygwin pipe with size zero. adds eaf072548 Cygwin: drop unused isabspath_u and iswabspath macros adds 7e7d47164 Cygwin: introduce isabspath_strict macro adds 88c9008bb Cygwin: add 3.3.3 release notes adds 3ba1bd0d9 ctype: use less short names in public header adds 372093689 define _COMPILING_NEWLIB for all targets when compiling adds df5de02e0 newlib: ignore _FORTIFY_SOURCE when building newlib 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. adds b959a5432 Cygwin: Correct the release notes 3.3.3. adds 8c1bbf2f2 Cygwin: pipe: Suppress unnecessary set_pipe_non_blocking() call. adds c8b779aff Cygwin: console: Fix interference issue regarding master thread. adds a92d69d74 Cygwin: sigproc: Do not send signal to myself if exiting.
No new revisions were added by this update.
Summary of changes: .appveyor.yml | 3 +- .github/workflows/cygwin.yml | 64 + COPYING.LIBGLOSS | 8 +- ChangeLog | 4 + etc/ChangeLog | 34 + etc/Makefile.am | 19 + etc/Makefile.in | 407 ++- {libgloss/wince => etc}/aclocal.m4 | 337 +-- etc/add-log.el | 8 +- etc/configure | 1086 +++++-- etc/configure.ac | 9 + etc/configure.in | 27 - etc/texi2pod.pl | 7 +- etc/update-copyright.py | 622 ++++ newlib/Makefile.am | 31 +- newlib/Makefile.in | 66 +- newlib/configure | 36 +- newlib/configure.ac | 26 +- newlib/configure.host | 11 +- 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/ctype/ctype_.h | 10 + newlib/libc/ctype/isalnum.c | 2 +- newlib/libc/ctype/isalnum_l.c | 2 +- newlib/libc/ctype/isalpha.c | 2 +- newlib/libc/ctype/isalpha_l.c | 2 +- newlib/libc/ctype/isblank.c | 2 +- newlib/libc/ctype/isblank_l.c | 2 +- newlib/libc/ctype/iscntrl.c | 2 +- newlib/libc/ctype/iscntrl_l.c | 2 +- newlib/libc/ctype/isdigit.c | 2 +- newlib/libc/ctype/isdigit_l.c | 2 +- newlib/libc/ctype/islower.c | 2 +- newlib/libc/ctype/islower_l.c | 2 +- newlib/libc/ctype/isprint.c | 4 +- newlib/libc/ctype/isprint_l.c | 4 +- newlib/libc/ctype/ispunct.c | 2 +- newlib/libc/ctype/ispunct_l.c | 2 +- newlib/libc/ctype/isspace.c | 2 +- newlib/libc/ctype/isspace_l.c | 2 +- newlib/libc/ctype/isupper.c | 2 +- newlib/libc/ctype/isupper_l.c | 2 +- newlib/libc/ctype/isxdigit.c | 2 +- newlib/libc/ctype/isxdigit_l.c | 2 +- newlib/libc/include/ctype.h | 69 +- 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 | 3 +- 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/Makefile.am | 2 - newlib/libc/machine/mips/Makefile.in | 2 - newlib/libc/machine/mips/memcpy.S | 11 - newlib/libc/machine/mips/memset.S | 10 - newlib/libc/machine/mips/strcmp.S | 9 - 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.h | 1 + winsup/cygwin/fhandler_console.cc | 28 +- winsup/cygwin/fhandler_cygdrive.cc | 2 +- winsup/cygwin/fhandler_dev.cc | 2 +- winsup/cygwin/fhandler_disk_file.cc | 2 +- winsup/cygwin/fhandler_pipe.cc | 93 +- 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 | 33 + winsup/cygwin/sigproc.cc | 5 + winsup/cygwin/spawn.cc | 9 +- winsup/cygwin/syscalls.cc | 2 +- winsup/cygwin/tzcode/private.h | 15 - winsup/cygwin/winsup.h | 20 +- 100 files changed, 2591 insertions(+), 7283 deletions(-) create mode 100644 etc/Makefile.am copy {libgloss/wince => etc}/aclocal.m4 (70%) create mode 100644 etc/configure.ac delete mode 100644 etc/configure.in create mode 100755 etc/update-copyright.py 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 create mode 100644 winsup/cygwin/release/3.3.3