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 9af37caf7 Cygwin: termios: Trim buffer size for GetConsoleProcessList() new fff637250 Change various declarations to ANSI style to avoid problems w [...] new c8e978a3e Cygwin: Fix compatibility with GCC 15 new bb854e0f1 Cygwin: try_to_bin: transpose deleted file name to valid Unic [...]
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: newlib/libc/posix/collate.c | 22 +- newlib/libc/posix/collcmp.c | 6 +- newlib/libc/posix/engine.c | 82 ++++---- newlib/libc/posix/fnmatch.c | 11 +- newlib/libc/posix/regcomp.c | 265 ++++++++++++++----------- newlib/libc/posix/regerror.c | 7 +- newlib/libc/search/hash.c | 134 +++++++------ newlib/libc/search/hash_bigkey.c | 102 +++++----- newlib/libc/search/hash_buf.c | 42 ++-- newlib/libc/search/hash_func.c | 7 +- newlib/libc/search/hash_log2.c | 5 +- newlib/libc/search/hash_page.c | 127 +++++++----- newlib/libc/search/tdestroy.c | 7 +- newlib/libc/search/twalk.c | 9 +- winsup/cygwin/libc/fts.c | 3 +- winsup/cygwin/libc/inet_network.c | 3 +- winsup/cygwin/release/3.5.5 | 3 + winsup/cygwin/syscalls.cc | 10 +- winsup/testsuite/libltp/include/test.h | 2 +- winsup/testsuite/libltp/include/usctest.h | 2 +- winsup/testsuite/libltp/include/write_log.h | 2 +- winsup/testsuite/libltp/lib/dataascii.c | 24 ++- winsup/testsuite/libltp/lib/databin.c | 24 ++- winsup/testsuite/libltp/lib/datapid.c | 24 ++- winsup/testsuite/libltp/lib/forker.c | 16 +- winsup/testsuite/libltp/lib/parse_opts.c | 20 +- winsup/testsuite/libltp/lib/pattern.c | 26 +-- winsup/testsuite/libltp/lib/search_path.c | 11 +- winsup/testsuite/libltp/lib/str_to_bytes.c | 9 +- winsup/testsuite/libltp/lib/string_to_tokens.c | 2 +- winsup/testsuite/libltp/lib/tst_res.c | 2 - winsup/testsuite/libltp/lib/tst_sig.c | 4 +- winsup/testsuite/libltp/lib/write_log.c | 48 +++-- 33 files changed, 592 insertions(+), 469 deletions(-)