summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/atof.c
Commit message (Collapse)AuthorAgeFilesLines
* style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-101-2/+0
| | | | | | | | | | | These files had tags after the copyright notice, inside the comment block (incorrect, removed), and outside the comment block (correct). Approved by: rwatson (mentor) Notes: svn path=/head/; revision=125668
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-0/+2
| | | | | | | I believe have made all of libc .c's as consistent as possible. Notes: svn path=/head/; revision=92986
* Back out errno preservingAndrey A. Chernov2001-12-301-8/+1
| | | | Notes: svn path=/head/; revision=88681
* Preserve errno.Andrey A. Chernov2001-12-251-2/+10
| | | | | | | | | | | According to C99: "The functions atof, atoi, atol, and atoll need not affect the value of the integer expression errno on an error. If the value of the result cannot be represented, the behavior is undefined." Notes: svn path=/head/; revision=88469
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+46
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573