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-O2_LTO in repository toolchain/ci/newlib.
from 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 + 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 | 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.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 | 81 +- 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 | 22 + winsup/cygwin/sigproc.cc | 5 + winsup/cygwin/spawn.cc | 9 +- 85 files changed, 641 insertions(+), 6581 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