summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/strtonum.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* strtonum does not require limits.htedu2006-04-251-2/+1
| | | | spotted by ray some time ago
* clarifications from ray lai;jmc2005-10-261-3/+5
| | | | tweaked by tedu@ and myself;
* mark up NULL w/ .Dv;jmc2005-04-141-2/+5
|
* make it crystal clear that errstr is NULL after successtedu2005-04-141-1/+4
|
* 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@