From owner-cvs-src@FreeBSD.ORG Sat Jan 29 03:44:54 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A976C16A4CE; Sat, 29 Jan 2005 03:44:54 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E1F643D5A; Sat, 29 Jan 2005 03:44:54 +0000 (GMT) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0T3isBU077364; Sat, 29 Jan 2005 03:44:54 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0T3is8P077363; Sat, 29 Jan 2005 03:44:54 GMT (envelope-from ache) Message-Id: <200501290344.j0T3is8P077363@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Sat, 29 Jan 2005 03:44:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/lib/libc/stdlib strtoimax.c strtol.3 strtol.c strtoll.c strtoul.3 strtoul.c strtoull.c strtoumax.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 03:44:54 -0000 ache 2005-01-29 03:44:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/stdlib strtoimax.c strtol.3 strtol.c strtoll.c strtoul.3 strtoul.c strtoull.c strtoumax.c Log: MFC: fix EINVAL settings for 0x and document nonportability Revision Changes Path 1.9.6.1 +4 -1 src/lib/libc/stdlib/strtoimax.c 1.19.8.1 +4 -2 src/lib/libc/stdlib/strtol.3 1.17.8.1 +4 -1 src/lib/libc/stdlib/strtol.c 1.19.8.1 +4 -1 src/lib/libc/stdlib/strtoll.c 1.20.8.1 +4 -2 src/lib/libc/stdlib/strtoul.3 1.16.8.1 +4 -1 src/lib/libc/stdlib/strtoul.c 1.18.8.1 +4 -1 src/lib/libc/stdlib/strtoull.c 1.8.8.1 +4 -1 src/lib/libc/stdlib/strtoumax.c