Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | the tiniest of style tweaks | tedu | 2013-04-17 | 1 | -7/+7 |
* | It's not really possible to make strtonum() deal with unsigned long | millert | 2004-08-03 | 1 | -27/+10 |
* | Do not forget to test the lower bound if the upper bound > LLONG_MAX. | otto | 2004-07-16 | 1 | -1/+3 |
* | Avoid comparing unsigned and signed long longs since the signed | millert | 2004-07-16 | 1 | -12/+18 |
* | errno -> err in a structure. OK deraadt@ | marc | 2004-06-21 | 1 | -4/+4 |
* | Be smarter about signed vs. unsigned (produces better error messages). | millert | 2004-05-03 | 1 | -2/+2 |
* | strtonum, a nicer version of strtoll, by millert and myself. | tedu | 2004-05-03 | 1 | -0/+74 |