summaryrefslogtreecommitdiff
path: root/src/stdlib/qsort.c
AgeCommit message (Expand)Author
2024-10-10update contributor name in authorship noticesRich Felker
2021-09-23add qsort_r and make qsort a wrapper around itÉrico Nogueira
2017-08-11qsort: add a short comment about the algorithmLeah Neukirchen
2011-04-29avoid crashing when nel==0 is passed to qsortRich Felker
2011-04-27replace heap sort with smoothsort implementation by Valentin OchsRich Felker
2011-02-17don't compare elements with themselves during qsort.Rich Felker
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker