about summary refs log tree commit diff
path: root/src/stdlib
Commit message (Expand)AuthorAgeFilesLines
* fix signed overflows at most-negative values in ato(i|l|ll)Rich Felker2011-11-103-6/+9
* fix incorrect long double parameters on arm (and other future ports)Rich Felker2011-09-191-0/+12
* fix incorrect overflow errors on strtoul, etc.Rich Felker2011-09-054-8/+20
* fix various bugs in new integer parser frameworkRich Felker2011-07-144-6/+8
* fix wcsto[iu]max with high charactersRich Felker2011-07-142-4/+2
* new restartable integer parsing framework.Rich Felker2011-07-144-156/+81
* 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
* fix broken unsigned comparison in wcstoumaxRich Felker2011-04-071-1/+1
* fix various bugs in strtold:Rich Felker2011-04-031-10/+13
* fix all implicit conversion between signed/unsigned pointersRich Felker2011-03-252-4/+4
* don't compare elements with themselves during qsort.Rich Felker2011-02-171-1/+1
* more header fixes, minor warning fixRich Felker2011-02-143-2/+4
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-1232-0/+688