summaryrefslogtreecommitdiff
path: root/src/stdlib
AgeCommit message (Expand)AuthorFilesLines
2011-04-29avoid crashing when nel==0 is passed to qsortRich Felker1-2/+6
2011-04-27replace heap sort with smoothsort implementation by Valentin OchsRich Felker1-32/+193
2011-04-07fix broken unsigned comparison in wcstoumaxRich Felker1-1/+1
2011-04-03fix various bugs in strtold:Rich Felker1-10/+13
2011-03-25fix all implicit conversion between signed/unsigned pointersRich Felker2-4/+4
2011-02-17don't compare elements with themselves during qsort.Rich Felker1-1/+1
2011-02-14more header fixes, minor warning fixRich Felker3-2/+4
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker32-0/+688