aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtonum.3
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Make example more correct (errstr is a pointer, not boolean).Pawel Jakub Dawidek2013-08-181-1/+1
* Revert to r214147, errno is not clobbered as originallyBenedict Reuschling2010-10-221-2/+0
* Document strtonum()s behavior of setting errno to 0 when no error is found.Benedict Reuschling2010-10-211-0/+2
* Sync with OpenBSD rev. 1.13:Benedict Reuschling2010-10-211-2/+1
* Revise markup in recently added manpages.Ruslan Ermilov2006-09-301-13/+15
* Add a non-optional newline after ".Bx".Ruslan Ermilov2006-03-151-1/+2
* Revert previous changes as we do support the .Ox macro for OpenBSD.Andre Oppermann2006-03-151-2/+4
* Fix HISTORY and point to OpenBSD.Andre Oppermann2006-03-141-5/+2
* Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3)Andre Oppermann2006-03-141-0/+154