about summary refs log tree commit diff
path: root/src/stdlib/qsort.c
Commit message (Expand)AuthorAgeFilesLines
* add qsort_r and make qsort a wrapper around itÉrico Nogueira2021-09-231-17/+20
* qsort: add a short comment about the algorithmLeah Neukirchen2017-08-111-0/+3
* avoid crashing when nel==0 is passed to qsortRich Felker2011-04-291-2/+6
* replace heap sort with smoothsort implementation by Valentin OchsRich Felker2011-04-271-32/+193
* don't compare elements with themselves during qsort.Rich Felker2011-02-171-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+50