From owner-cvs-all Sun Oct 6 3:15:47 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CDD037B401; Sun, 6 Oct 2002 03:15:46 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9DF943E81; Sun, 6 Oct 2002 03:15:39 -0700 (PDT) (envelope-from tjr@FreeBSD.org) Received: from freefall.freebsd.org (tjr@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g96AFdCo022423; Sun, 6 Oct 2002 03:15:39 -0700 (PDT) (envelope-from tjr@freefall.freebsd.org) Received: (from tjr@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g96AFdkN022422; Sun, 6 Oct 2002 03:15:39 -0700 (PDT) Message-Id: <200210061015.g96AFdkN022422@freefall.freebsd.org> From: "Tim J. Robbins" Date: Sun, 6 Oct 2002 03:15:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 isdigit.3 isgraph.3 islower.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.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 tjr 2002/10/06 03:15:39 PDT Modified files: lib/libc/locale isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 isdigit.3 isgraph.3 islower.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 Log: Add a note to the Compatiblity section suggesting that these functions only be used for byte values. Add cross-references to the wide-char counterparts. Revision Changes Path 1.17 +14 -2 src/lib/libc/locale/isalnum.3 1.16 +14 -2 src/lib/libc/locale/isalpha.3 1.13 +2 -1 src/lib/libc/locale/isascii.3 1.16 +13 -1 src/lib/libc/locale/isblank.3 1.14 +14 -2 src/lib/libc/locale/iscntrl.3 1.16 +13 -1 src/lib/libc/locale/isdigit.3 1.17 +13 -1 src/lib/libc/locale/isgraph.3 1.15 +14 -2 src/lib/libc/locale/islower.3 1.18 +13 -1 src/lib/libc/locale/isprint.3 1.16 +13 -1 src/lib/libc/locale/ispunct.3 1.15 +13 -1 src/lib/libc/locale/isspace.3 1.16 +14 -2 src/lib/libc/locale/isupper.3 1.16 +17 -1 src/lib/libc/locale/isxdigit.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message