This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 7c804d160 Cygwin: Implement GSO/GRO support new 5a066d46c Remove duplicate stdio initializations new 92896d4da Remove duplicate sglue initializations new d041db379 Declare global __sf[] only once new e5e36867f Add two __sglue initialization macros new d83aa402b Remove __sinit_locks / __sinit_recursive_mutex new a7bdda050 Move __sglue initializations to __sfp() new 4b28f3c12 Add CLEANUP_FILE define new 26747c47b Add stdio_exit_handler() new 3941c8a88 stdio: Replace _fwalk_reent() with _fwalk_sglue() new 8b96542ed Add global __sglue object for all configurations new 0a862d131 Remove __sglue member for one configuration new 01c823efb Make cleanup_glue() static
The 12 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/sys/reent.h | 26 ++++++-- newlib/libc/misc/lock.c | 4 -- newlib/libc/reent/reent.c | 6 +- newlib/libc/stdio/fcloseall.c | 9 ++- newlib/libc/stdio/fflush.c | 2 +- newlib/libc/stdio/findfp.c | 112 +++++++++++++++++---------------- newlib/libc/stdio/fwalk.c | 16 ++--- newlib/libc/stdio/local.h | 3 - newlib/libc/stdio/refill.c | 4 +- newlib/libc/stdlib/exit.c | 5 +- winsup/cygwin/common.din | 1 - winsup/cygwin/include/cygwin/version.h | 3 +- winsup/cygwin/signal.cc | 5 +- winsup/cygwin/syscalls.cc | 6 +- 14 files changed, 112 insertions(+), 90 deletions(-)