Age | Commit message (Expand) | Author |
---|---|---|
2004-08-03 | It's not really possible to make strtonum() deal with unsigned long | Todd C. Miller |
2004-07-16 | Do not forget to test the lower bound if the upper bound > LLONG_MAX. | Otto Moerbeek |
2004-07-16 | Avoid comparing unsigned and signed long longs since the signed | Todd C. Miller |
2004-06-21 | errno -> err in a structure. OK deraadt@ | Marco S Hyman |
2004-05-03 | Be smarter about signed vs. unsigned (produces better error messages). | Todd C. Miller |
2004-05-03 | strtonum, a nicer version of strtoll, by millert and myself. | Ted Unangst |