Age | Commit message (Expand) | Author | Files | Lines |
2012-04-10 | add "scan helper getc" and rework strtod, etc. to use it | Rich Felker | 1 | -2/+4 |
2012-04-10 | unify strtof/strtod/strtold wrappers and fix initial whitespace issue | Rich Felker | 3 | -34/+21 |
2012-04-10 | new floating point parser/converter | Rich Felker | 3 | -94/+31 |
2012-03-13 | first commit of the new libm! | Rich Felker | 3 | -83/+0 |
2012-02-06 | add deprecated (removed from posix) [efg]cvt() functions | Rich Felker | 3 | -0/+52 |
2011-11-10 | fix signed overflows at most-negative values in ato(i|l|ll) | Rich Felker | 3 | -6/+9 |
2011-09-19 | fix incorrect long double parameters on arm (and other future ports) | Rich Felker | 1 | -0/+12 |
2011-09-05 | fix incorrect overflow errors on strtoul, etc. | Rich Felker | 4 | -8/+20 |
2011-07-14 | fix various bugs in new integer parser framework | Rich Felker | 4 | -6/+8 |
2011-07-14 | fix wcsto[iu]max with high characters | Rich Felker | 2 | -4/+2 |
2011-07-14 | new restartable integer parsing framework. | Rich Felker | 4 | -156/+81 |
2011-04-29 | avoid crashing when nel==0 is passed to qsort | Rich Felker | 1 | -2/+6 |
2011-04-27 | replace heap sort with smoothsort implementation by Valentin Ochs | Rich Felker | 1 | -32/+193 |
2011-04-07 | fix broken unsigned comparison in wcstoumax | Rich Felker | 1 | -1/+1 |
2011-04-03 | fix various bugs in strtold: | Rich Felker | 1 | -10/+13 |
2011-03-25 | fix all implicit conversion between signed/unsigned pointers | Rich Felker | 2 | -4/+4 |
2011-02-17 | don't compare elements with themselves during qsort. | Rich Felker | 1 | -1/+1 |
2011-02-14 | more header fixes, minor warning fix | Rich Felker | 3 | -2/+4 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 32 | -0/+688 |