Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 2006 16:57:30 +0000 (UTC)
From:      Andre Oppermann <andre@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdlib Makefile.inc Symbol.map strtonum.3 strtonum.c src/include stdlib.h
Message-ID:  <200603141657.k2EGvU0p071401@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
andre       2006-03-14 16:57:30 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      Makefile.inc Symbol.map 
    include              stdlib.h 
  Added files:
    lib/libc/stdlib      strtonum.3 strtonum.c 
  Log:
  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
  
  Revision  Changes    Path
  1.62      +2 -0      src/include/stdlib.h
  1.52      +4 -3      src/lib/libc/stdlib/Makefile.inc
  1.2       +1 -0      src/lib/libc/stdlib/Symbol.map
  1.1       +154 -0    src/lib/libc/stdlib/strtonum.3 (new)
  1.1       +68 -0     src/lib/libc/stdlib/strtonum.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603141657.k2EGvU0p071401>