fix spurious overflows in strtoull with small bases
[musl] / src / internal / intparse.c
2012-04-13 Rich Felkerfix spurious overflows in strtoull with small bases
2012-03-02 Rich Felkerfix obscure bug in strtoull reading the highest 16...
2011-07-25 Rich Felkercomment non-obvious de bruijn sequence code in int...
2011-07-15 Rich Felkerfix various bugs in new integer parser framework
2011-07-14 Rich Felkernew restartable integer parsing framework.