From owner-cvs-all Wed Sep 26 13:22:54 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 8BC6D37B618; Wed, 26 Sep 2001 13:22:44 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8QKMiZ08259; Wed, 26 Sep 2001 13:22:44 -0700 (PDT) (envelope-from asmodai) Message-Id: <200109262022.f8QKMiZ08259@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Wed, 26 Sep 2001 13:22:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib atoi.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/26 13:22:44 PDT Modified files: lib/libc/stdlib atoi.3 Log: Add ERRORS section. Mention thread safety and async-cancel safety status [not]. Add standards compliancy references. Note strtol() is preferred over atoi(). MFC after: 2 weeks Revision Changes Path 1.7 +19 -2 src/lib/libc/stdlib/atoi.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message