summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtonum.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tidy up ERRORS and STANDARDS;jmc2005-02-071-7/+10
|
* .{N,O}x fixes;jmc2004-11-221-3/+2
|
* Add HISTORY; from Jose Nazariomillert2004-09-211-1/+7
|
* It's not really possible to make strtonum() deal with unsigned longmillert2004-08-031-8/+11
| | | | | long values properly so don't bother trying. This greatly simplifies the code. tedu@ OK with input from otto@ and others.
* improved man page, with example and error strings, suggested by deraadt@tedu2004-05-061-36/+56
| | | | man help jmc@
* typo; sq@oganer.netderaadt2004-05-061-2/+2
|
* sort SEE ALSO;jmc2004-05-041-2/+2
|
* typo spotted by grangetedu2004-05-031-2/+2
|
* strtonum, a nicer version of strtoll, by millert and myself.tedu2004-05-031-0/+114
ok deraadt@ millert@