This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from e3397cae92 crypt: Remove manul entry for --enable-crypt new fccf38c517 string: Add internal memswap implementation new 21d30c774c stdlib: Optimization qsort{_r} swap implementation new a035a9857e stdlib: Move insertion sort out qsort new d097f3c79b stdlib: qsort: Move some macros to inline function new 274a46c9b2 stdlib: Implement introsort for qsort (BZ 19305) new 03bf8357e8 stdlib: Remove use of mergesort on qsort (BZ 21719) new bc888a3976 stdlib: Add more qsort{_r} coverage
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: include/stdlib.h | 2 - manual/argp.texi | 2 +- manual/locale.texi | 3 +- manual/search.texi | 7 +- stdlib/Makefile | 3 +- stdlib/msort.c | 309 --------------------- stdlib/qsort.c | 318 +++++++++++++++------ stdlib/tst-qsort3.c | 366 +++++++++++++++++++++++++ string/Makefile | 12 + string/test-memswap.c | 192 +++++++++++++ mach/mig_strlen.c => sysdeps/generic/memswap.h | 25 +- 11 files changed, 835 insertions(+), 404 deletions(-) delete mode 100644 stdlib/msort.c create mode 100644 stdlib/tst-qsort3.c create mode 100644 string/test-memswap.c copy mach/mig_strlen.c => sysdeps/generic/memswap.h (53%)