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