From owner-cvs-src@FreeBSD.ORG Sun Jul 17 04:11:07 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 2CFFF16A41F; Sun, 17 Jul 2005 04:11:07 +0000 (GMT) (envelope-from tjr@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D335343D46; Sun, 17 Jul 2005 04:11:06 +0000 (GMT) (envelope-from tjr@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 j6H4B6a2067283; Sun, 17 Jul 2005 04:11:06 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j6H4B6p8067282; Sun, 17 Jul 2005 04:11:06 GMT (envelope-from tjr) Message-Id: <200507170411.j6H4B6p8067282@repoman.freebsd.org> From: "Tim J. Robbins" Date: Sun, 17 Jul 2005 04:11:06 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/locale isalnum.3 isalpha.3 isblank.3 iscntrl.3 isdigit.3 isgraph.3 islower.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 17 Jul 2005 04:11:07 -0000 tjr 2005-07-17 04:11:06 UTC FreeBSD src repository Modified files: lib/libc/locale isalnum.3 isalpha.3 isblank.3 iscntrl.3 isdigit.3 isgraph.3 islower.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 Log: Remove confusing "single C char locales" phrase; arguments to these functions and must now be either an unsigned char or EOF, regardless of locale. Revision Changes Path 1.20 +4 -9 src/lib/libc/locale/isalnum.3 1.19 +4 -9 src/lib/libc/locale/isalpha.3 1.21 +3 -9 src/lib/libc/locale/isblank.3 1.18 +4 -9 src/lib/libc/locale/iscntrl.3 1.20 +3 -8 src/lib/libc/locale/isdigit.3 1.20 +4 -9 src/lib/libc/locale/isgraph.3 1.18 +4 -9 src/lib/libc/locale/islower.3 1.21 +4 -9 src/lib/libc/locale/isprint.3 1.19 +4 -9 src/lib/libc/locale/ispunct.3 1.18 +3 -8 src/lib/libc/locale/isspace.3 1.19 +4 -9 src/lib/libc/locale/isupper.3 1.21 +3 -9 src/lib/libc/locale/isxdigit.3