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 in repository toolchain/ci/newlib.
from 8fa73a9f8 Modifying patch from: marian.buschsieweke@ovgu.de adds e1026837d Cygwin: console: Fix OSC sequence handling. adds fb1fe9320 Cygwin: errno: handle ERROR_CASE_DIFFERING_NAMES_IN_DIR adds 8dd641f23 Cygwin: Fix typo in new-features.xml adds dbc7d28ba Revert "ctype: use less short names in public header" adds 34876c05a frexpl: Support smaller long double of LDBL_MANT_DIG == 53.
No new revisions were added by this update.
Summary of changes: 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 | 67 ++++++++++++++++++------------------- newlib/libm/common/frexpl.c | 54 +++++++++++++++++++++++------- winsup/cygwin/errno.cc | 1 + winsup/cygwin/fhandler_console.cc | 31 +++++++++++++---- winsup/cygwin/fhandler_disk_file.cc | 10 +----- winsup/cygwin/ntdll.h | 5 +++ winsup/doc/new-features.xml | 2 +- 30 files changed, 130 insertions(+), 98 deletions(-)