This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from c86063bdc Optimized memcmp new b70c0bc70 Remove superfluous parameter from std() new 79cc9cb8f Add stdin_init(), stdout_init() and stderr_init() new 668a4c872 Introduce _REENT_GLOBAL_STDIO_STREAMS new d2e256a36 Enable _REENT_GLOBAL_STDIO_STREAMS for RTEMS new a254c8248 Add --enable-newlib-global-stdio-streams
The 5 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/README | 6 ++++ newlib/configure | 24 +++++++++++-- newlib/configure.in | 13 +++++++ newlib/libc/include/sys/config.h | 7 ++++ newlib/libc/include/sys/reent.h | 21 +++++++---- newlib/libc/stdio/findfp.c | 75 ++++++++++++++++++++++++++++++---------- newlib/libc/stdio/local.h | 2 +- newlib/newlib.hin | 5 +++ 8 files changed, 126 insertions(+), 27 deletions(-)