This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 8a508f301 Cygwin: fix signal.h with _POSIX_C_SOURCE=1 new d736941a5 Implement bzero() via memset() new 2390e71a4 Synchronize <strings.h> with latest FreeBSD new 461152e4e Add ffsl(), ffsll(), fls(), flsl(), flsll()
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/include/string.h | 32 ++------- newlib/libc/include/strings.h | 89 ++++++++++++++++--------- newlib/libc/misc/ffs.c | 14 +--- newlib/libc/string/Makefile.am | 5 ++ newlib/libc/string/Makefile.in | 64 ++++++++++++++---- newlib/libc/string/bzero.c | 13 ++-- newlib/libc/{stdio/fputs_u.c => string/ffsl.c} | 14 ++-- newlib/libc/{stdio/fputs_u.c => string/ffsll.c} | 14 ++-- newlib/libc/{stdio/fgets_u.c => string/fls.c} | 18 +++-- newlib/libc/{stdio/fgets_u.c => string/flsl.c} | 18 +++-- newlib/libc/{stdio/fgets_u.c => string/flsll.c} | 18 +++-- winsup/cygwin/syscalls.cc | 22 ------ 12 files changed, 187 insertions(+), 134 deletions(-) copy newlib/libc/{stdio/fputs_u.c => string/ffsl.c} (91%) copy newlib/libc/{stdio/fputs_u.c => string/ffsll.c} (91%) copy newlib/libc/{stdio/fgets_u.c => string/fls.c} (87%) copy newlib/libc/{stdio/fgets_u.c => string/flsl.c} (87%) copy newlib/libc/{stdio/fgets_u.c => string/flsll.c} (87%)