From owner-cvs-all Fri Dec 7 8:33:53 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 D5D1E37B41A; Fri, 7 Dec 2001 08:33:47 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB7GXlG33698; Fri, 7 Dec 2001 08:33:47 -0800 (PST) (envelope-from ache) Message-Id: <200112071633.fB7GXlG33698@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Fri, 7 Dec 2001 08:33:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c 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 ache 2001/12/07 08:33:47 PST Modified files: lib/libc/stdlib strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c Log: Return 'c' back to signed due to potential comparison problems Use simpler test for valid ranges Submitted by: bde Revision Changes Path 1.5 +12 -10 src/lib/libc/stdlib/strtoimax.c 1.14 +12 -10 src/lib/libc/stdlib/strtol.c 1.16 +12 -10 src/lib/libc/stdlib/strtoll.c 1.13 +12 -10 src/lib/libc/stdlib/strtoul.c 1.15 +12 -10 src/lib/libc/stdlib/strtoull.c 1.5 +12 -10 src/lib/libc/stdlib/strtoumax.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message