summaryrefslogtreecommitdiff
path: root/src/stdlib
AgeCommit message (Expand)AuthorLines
2011-09-19fix incorrect long double parameters on arm (and other future ports)Rich Felker-0/+12
2011-09-05fix incorrect overflow errors on strtoul, etc.Rich Felker-8/+20
2011-07-14fix various bugs in new integer parser frameworkRich Felker-6/+8
2011-07-14fix wcsto[iu]max with high charactersRich Felker-4/+2
2011-07-14new restartable integer parsing framework.Rich Felker-156/+81
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-04-07fix broken unsigned comparison in wcstoumaxRich Felker-1/+1
2011-04-03fix various bugs in strtold:Rich Felker-10/+13
2011-03-25fix all implicit conversion between signed/unsigned pointersRich Felker-4/+4
2011-02-17don't compare elements with themselves during qsort.Rich Felker-1/+1
2011-02-14more header fixes, minor warning fixRich Felker-2/+4
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+688