summaryrefslogtreecommitdiff
path: root/src/stdlib/qsort.c
AgeCommit message (Expand)AuthorLines
2011-04-29avoid crashing when nel==0 is passed to qsortRich Felker-2/+6
2011-04-27replace heap sort with smoothsort implementation by Valentin OchsRich Felker-32/+193
2011-02-17don't compare elements with themselves during qsort.Rich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+50