From owner-cvs-all Sun Sep 9 14: 9:58 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0F2837B405; Sun, 9 Sep 2001 14:09:54 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f89L9st20494; Sun, 9 Sep 2001 14:09:54 -0700 (PDT) (envelope-from asmodai) Message-Id: <200109092109.f89L9st20494@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Sun, 9 Sep 2001 14:09:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib atof.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG asmodai 2001/09/09 14:09:54 PDT Modified files: lib/libc/stdlib atof.3 Log: Add more standards which we conform to. Note our implementation is not thread nor async-cancel safe. Explicitely note atof() does not check nor report errors. Note that strtod() should be used instead. Revision Changes Path 1.10 +19 -2 src/lib/libc/stdlib/atof.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message