summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtonum.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2git to create tag 'eric_g2k12'.eric_g2k12cvs2svn2012-07-131-65/+0
* It's not really possible to make strtonum() deal with unsigned longmillert2004-08-031-27/+10
* Do not forget to test the lower bound if the upper bound > LLONG_MAX.otto2004-07-161-1/+3
* Avoid comparing unsigned and signed long longs since the signedmillert2004-07-161-12/+18
* errno -> err in a structure. OK deraadt@marc2004-06-211-4/+4
* Be smarter about signed vs. unsigned (produces better error messages).millert2004-05-031-2/+2
* strtonum, a nicer version of strtoll, by millert and myself.tedu2004-05-031-0/+74