aboutsummaryrefslogtreecommitdiff
path: root/stdlib/qsort.c
AgeCommit message (Expand)Author
2023-12-04stdlib: Fix array bounds protection in insertion sort phase of qsortFlorian Weimer
2023-11-21stdlib: The qsort implementation needs to use heapsort in more casesFlorian Weimer
2023-11-21stdlib: Handle various corner cases in the fallback heapsort for qsortFlorian Weimer
2023-11-21stdlib: Avoid another self-comparison in qsortFlorian Weimer
2023-11-08stdlib: Avoid element self-comparisons in qsortFlorian Weimer
2023-10-31stdlib: Remove use of mergesort on qsort (BZ 21719)Adhemerval Zanella
2023-10-31stdlib: Implement introsort for qsort (BZ 19305)Adhemerval Zanella
2023-10-31stdlib: qsort: Move some macros to inline functionAdhemerval Zanella
2023-10-31stdlib: Move insertion sort out qsortAdhemerval Zanella
2023-10-31stdlib: Optimization qsort{_r} swap implementationAdhemerval Zanella
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-02-27Add some spaces before '('.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2007-11-13* stdlib/stdlib.h: Define __compar_d_fn_t. Declare qsort_r.Ulrich Drepper
2004-03-10[BZ #16]Ulrich Drepper
2002-01-29Update.Ulrich Drepper
2001-07-06Update to LGPL v2.1.Andreas Jaeger
1999-10-28Update.Ulrich Drepper
1997-02-19update from main archive 970218cvs/libc-970221cvs/libc-970220cvs/libc-970219Ulrich Drepper
1997-02-15update from main archive 970214cvs/root-libc-2_0_x-branchUlrich Drepper
1997-02-10update from main archive 970209cvs/libc-970210Ulrich Drepper
1996-12-20Update from main archive 961219cvs/libc-961220Ulrich Drepper
1995-02-18initial importRoland McGrath