summaryrefslogtreecommitdiff
path: root/src/stdlib
AgeCommit message (Expand)AuthorFilesLines
2011-11-10fix signed overflows at most-negative values in ato(i|l|ll)Rich Felker3-6/+9
2011-09-19fix incorrect long double parameters on arm (and other future ports)Rich Felker1-0/+12
2011-09-05fix incorrect overflow errors on strtoul, etc.Rich Felker4-8/+20
2011-07-14fix various bugs in new integer parser frameworkRich Felker4-6/+8
2011-07-14fix wcsto[iu]max with high charactersRich Felker2-4/+2
2011-07-14new restartable integer parsing framework.Rich Felker4-156/+81
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