From owner-cvs-src-old@FreeBSD.ORG Wed Jan 19 15:43:34 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C0C31065672 for ; Wed, 19 Jan 2011 15:43:34 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7AADD8FC0C for ; Wed, 19 Jan 2011 15:43:34 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p0JFhYop082936 for ; Wed, 19 Jan 2011 15:43:34 GMT (envelope-from keramida@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p0JFhYRG082935 for cvs-src-old@freebsd.org; Wed, 19 Jan 2011 15:43:34 GMT (envelope-from keramida@repoman.freebsd.org) Message-Id: <201101191543.p0JFhYRG082935@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to keramida@repoman.freebsd.org using -f From: Giorgos Keramidas Date: Wed, 19 Jan 2011 15:43:23 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/lib/libc/stdlib atol.3 X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2011 15:43:34 -0000 keramida 2011-01-19 15:43:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/stdlib atol.3 Log: SVN rev 217580 on 2011-01-19 15:43:23Z by keramida MFC -r188305 and r189207 from /head : r188305 --> : Fix language on atol(3) manpage. Add a COMPATIBILITY section : stating that in FreeBSD the atol() and atoll() functions affect : errno in the same way as strtol() and stroll(). : : PR: docs/126487 : Submitted by: edwin : Reviewed by: trhodes, gabor : MFC after: 1 week : r189207 --> : "-isoC-99" should be spelled without 'c'. Revision Changes Path 1.14.2.1 +32 -3 src/lib/libc/stdlib/atol.3