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