Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-04-13 | use fast version of the int reading code for the high-order digits too | Rich Felker | 1 | -3/+13 |
2012-04-13 | fix spurious overflows in strtoull with small bases | Rich Felker | 1 | -7/+3 |
2012-03-02 | fix obscure bug in strtoull reading the highest 16 possible values | Rich Felker | 1 | -1/+1 |
2011-07-25 | comment non-obvious de bruijn sequence code in int parser | Rich Felker | 1 | -0/+2 |
2011-07-14 | fix various bugs in new integer parser framework | Rich Felker | 1 | -4/+7 |
2011-07-14 | new restartable integer parsing framework. | Rich Felker | 1 | -0/+105 |