about summary refs log tree commit diff
path: root/src/stdlib/qsort.c
Commit message (Collapse)AuthorAgeFilesLines
* don't compare elements with themselves during qsort.Rich Felker2011-02-171-1/+1
| | | | | this is actually a workaround for a bug in gcc, whereby it asserts inequality of the keys being compared...
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+50