This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from 0c081aa62 Fix guard for siginfo_t and pthread_t definition new 59e09b641 string: add strverscmp new f698efbce cygwin: export strverscmp, add versionsort
The 2 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 | 4 ++ newlib/libc/string/Makefile.am | 4 +- newlib/libc/string/Makefile.in | 12 ++++- newlib/libc/string/strings.tex | 1 + newlib/libc/string/strverscmp.c | 99 ++++++++++++++++++++++++++++++++++ winsup/cygwin/common.din | 2 + winsup/cygwin/include/cygwin/version.h | 3 +- winsup/cygwin/include/sys/dirent.h | 1 + winsup/cygwin/release/2.8.1 | 2 + winsup/cygwin/scandir.cc | 6 +++ winsup/doc/posix.xml | 2 + 11 files changed, 133 insertions(+), 3 deletions(-) create mode 100644 newlib/libc/string/strverscmp.c