This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch cygwin-3_5-branch in repository newlib.
from ce3889ad5 Cygwin: console: Fix for GNU screen/tmux in ConEmu new a6ffd8301 stdatomic: make atomics compatible with GCC-14 new 4f8668a5b Cygwin: Suppress array-bounds warning from NtCurrentTeb() new 6204d84db Cygwin: Fix warnings about narrowing conversions of NTSTATUS [...] new 87b066b3f Cygwin: Fix warning about address known to be non-NULL in /pr [...] new 25a0df8a7 Cygwin: Fix warning about narrowing conversions in tape options new c75f3939d Cygwin: asm/socket.h: drop outdated casts new 510cbdf32 Cygwin: Fix warnings about narrowing conversions of socket ioctls new 65e3e2fd0 Cygwin: Avoid use-after-free warnings in __set_lc_time_from_w [...] new bc6fd1975 Cygwin: getopt.h: fix a comment new 54a6a9023 stdlib.h: define __itoa/__utoa while building newlib new 3d9eb1b2c Cygwin: pipe: handle signals explicitely in raw_write new 555afcb2f Cygwin: select: set pipe writable only if PIPE_BUF bytes left new ef844ce43 Cygwin: pipe: improve writing when pipe buffer is almost full new 61dc66d2f Cygwin: pipe: fix comparison new d83183e4f Cygwin: pipe: do short writes only once in nonblocking case too new d14b65bdd nl_langinfo_l: drop erroneus messages::codeset entry new 180733682 locales: Fix definition of lc_messages_T::codeset new 74768ac41 Cygwin: Add locale patches to release message new 0bc1222b7 Cygwin: add release message for latest pipe changes
The 19 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: newlib/libc/include/stdatomic.h | 3 +- newlib/libc/include/stdlib.h | 2 +- newlib/libc/locale/nl_langinfo.c | 1 - newlib/libc/locale/setlocale.h | 4 +- winsup/cygwin/exceptions.cc | 2 +- winsup/cygwin/fhandler/pipe.cc | 58 ++++++++++++++++++--- winsup/cygwin/fhandler/proc.cc | 3 +- winsup/cygwin/fhandler/socket.cc | 2 +- winsup/cygwin/fhandler/tape.cc | 4 +- winsup/cygwin/include/asm/socket.h | 4 +- winsup/cygwin/include/getopt.h | 2 +- winsup/cygwin/local_includes/mtinfo.h | 2 +- winsup/cygwin/local_includes/ntdll.h | 2 +- winsup/cygwin/local_includes/select.h | 5 ++ winsup/cygwin/local_includes/winlean.h | 3 ++ winsup/cygwin/net.cc | 2 +- winsup/cygwin/nlsfuncs.cc | 95 +++++++++++++++------------------- winsup/cygwin/pinfo.cc | 2 +- winsup/cygwin/release/3.5.4 | 6 +++ winsup/cygwin/select.cc | 56 +++++++++++++------- winsup/cygwin/sigproc.cc | 2 +- 21 files changed, 161 insertions(+), 99 deletions(-)