This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from 0d113da23 Cygwin: /proc/<PID>/mount*: escape strings. new c9b74e328 newlib: string: refactor str/mem-family functions new bc2723e98 newlib: memccpy: unify mask filling with other memory functions new ab827c1a6 newlib: mem[p]cpy/memmove improve performance for optimized versions new 2a79b76c0 newlib: memmove: improve performance for overlapping buffers new 9a706d047 newlib: str[n]cat: optimize skipping of the destination string new dcf5d237f newlib: introduce --enable-newlib-hw-misaligned-access option new 68c13dc92 newlib: Regenerate autotools files
The 7 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/Makefile.in | 11 ++++--- newlib/README | 7 ++++ newlib/configure | 65 +++++++++++++++++++++++++++++++++++++- newlib/configure.ac | 34 ++++++++++++++++++++ newlib/configure.host | 6 ++++ newlib/libc/machine/riscv/memcpy.c | 4 +++ newlib/libc/machine/riscv/strcmp.S | 5 ++- newlib/libc/machine/riscv/strcpy.c | 2 ++ newlib/libc/string/local.h | 41 ++++++++++++++++++++++++ newlib/libc/string/memccpy.c | 41 ++++++------------------ newlib/libc/string/memchr.c | 43 +++++-------------------- newlib/libc/string/memcmp.c | 20 +++--------- newlib/libc/string/memcpy.c | 23 +++----------- newlib/libc/string/memmove.c | 47 +++++++++++++++------------ newlib/libc/string/mempcpy.c | 24 ++++---------- newlib/libc/string/memrchr.c | 47 ++++++--------------------- newlib/libc/string/memset.c | 18 ++++------- newlib/libc/string/rawmemchr.c | 35 +++----------------- newlib/libc/string/stpcpy.c | 24 ++------------ newlib/libc/string/stpncpy.c | 32 ++++--------------- newlib/libc/string/strcat.c | 39 ++++++----------------- newlib/libc/string/strchr.c | 32 ++++--------------- newlib/libc/string/strcmp.c | 24 ++------------ newlib/libc/string/strcpy.c | 24 ++------------ newlib/libc/string/strlen.c | 23 ++------------ newlib/libc/string/strncat.c | 37 ++++++---------------- newlib/libc/string/strncmp.c | 24 ++------------ newlib/libc/string/strncpy.c | 26 ++------------- newlib/newlib.hin | 4 +++ 29 files changed, 303 insertions(+), 459 deletions(-)