Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Wrap <stdlib.h> so that calls go direct and the symbols not in the | 2015-09-13 | 1 | -1/+2 | |
| | | | | | | C standard are all weak. Apply __{BEGIN,END}_HIDDEN_DECLS to gdtoa{,imp}.h, hiding the arch-specific __strtorx, __ULtox_D2A, __strtorQ, __ULtoQ_D2A symbols. | ||||
* | the tiniest of style tweaks | 2013-04-17 | 1 | -7/+7 | |
| | |||||
* | It's not really possible to make strtonum() deal with unsigned long | 2004-08-03 | 1 | -27/+10 | |
| | | | | | long values properly so don't bother trying. This greatly simplifies the code. tedu@ OK with input from otto@ and others. | ||||
* | Do not forget to test the lower bound if the upper bound > LLONG_MAX. | 2004-07-16 | 1 | -1/+3 | |
| | | | | ok millert@ | ||||
* | Avoid comparing unsigned and signed long longs since the signed | 2004-07-16 | 1 | -12/+18 | |
| | | | | | one will get implicitly cast to unsigned. Fixes a bug with negative minval noticed by mjc@. Similar to a diff from miod@. OK miod@. | ||||
* | errno -> err in a structure. OK deraadt@ | 2004-06-21 | 1 | -4/+4 | |
| | |||||
* | Be smarter about signed vs. unsigned (produces better error messages). | 2004-05-03 | 1 | -2/+2 | |
| | | | | OK otto@ | ||||
* | strtonum, a nicer version of strtoll, by millert and myself. | 2004-05-03 | 1 | -0/+74 | |
ok deraadt@ millert@ |