OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Landry Breuil (landrycvs.openbsd.org)
Date: Fri Jun 13 2008 - 16:04:24 CDT


CVSROOT: /cvs
Module name: src
Changes by: landrycvs.openbsd.org 2008/06/13 15:04:24

Modified files:
        include : stdlib.h
        lib/libc/stdlib: Makefile.inc strtod.3
Added files:
        lib/libc/stdlib: strtof.c

Log message:
Add strtof() to libc, some ports seem to like it. Currently it's a simple
call to strtod() with bounding check.
Discussed with pyr and otto

ok otto deraadt