From owner-cvs-all Sun Dec 2 1:15:57 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 E1D5537B416; Sun, 2 Dec 2001 01:15:54 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB29Fsk05134; Sun, 2 Dec 2001 01:15:54 -0800 (PST) (envelope-from ache) Message-Id: <200112020915.fB29Fsk05134@freefall.freebsd.org> From: "Andrey A. Chernov" Date: Sun, 2 Dec 2001 01:15:54 -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/02 01:15:54 PST Modified files: lib/libc/stdlib strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c Log: Make it works for non ASCII compatible encodings too. The only assumption left is that 'A'..'Z' 'a'..'z' both are contiguous Revision Changes Path 1.4 +7 -7 src/lib/libc/stdlib/strtoimax.c 1.13 +7 -7 src/lib/libc/stdlib/strtol.c 1.15 +7 -7 src/lib/libc/stdlib/strtoll.c 1.12 +7 -7 src/lib/libc/stdlib/strtoul.c 1.14 +7 -7 src/lib/libc/stdlib/strtoull.c 1.4 +7 -7 src/lib/libc/stdlib/strtoumax.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message