History log of /freebsd-10.1-release/lib/libc/stdlib/strtonum.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

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

# 270033 15-Aug-2014 pfg

MFC r269901:
Minor style tweaks.

Obtained from: OpenBSD (CVS rev. 1.7)


# 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


# 156716 14-Mar-2006 ache

POSIXed strtoll() (and ours one too) can set errno to EINVAL, so check
it first.

Approved by: andre


# 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