History log of /freebsd-10.3-release/lib/libc/stdlib/strtonum.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 254483 18-Aug-2013 pjd

Make example more correct (errstr is a pointer, not boolean).


# 214200 22-Oct-2010 bcr

Revert to r214147, errno is not clobbered as originally
thought.


# 214148 21-Oct-2010 bcr

Document strtonum()s behavior of setting errno to 0 when no error is found.

PR: docs/143330
Submitted by: Efstratios Karatzas (gpf dot kira at gmail dot com)
Discussed with: ru@
MFC after: 7 days


# 214147 21-Oct-2010 bcr

Sync with OpenBSD rev. 1.13:
strtonum does not require limits.h

Obtained from: OpenBSD
Discussed with: ru@
MFC after: 5 days


# 162841 30-Sep-2006 ru

Revise markup in recently added manpages.


# 156741 15-Mar-2006 ru

Add a non-optional newline after ".Bx".


# 156739 15-Mar-2006 andre

Revert previous changes as we do support the .Ox macro for OpenBSD.

Pointed out by: ceri, ru, delphij


# 156708 14-Mar-2006 andre

Fix HISTORY and point to OpenBSD.


# 156707 14-Mar-2006 andre

Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3)
providing proper error checking and other improvements.

Obtained from: OpenBSD
Requested by: flz (to port Open[BGP|OSPF]D)
MFC after: 3 days