From owner-cvs-src@FreeBSD.ORG  Thu Jul 29 23:32:42 2004
Return-Path: <owner-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 2E0D916A4CE; Thu, 29 Jul 2004 23:32:42 +0000 (GMT)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 23FC243D66; Thu, 29 Jul 2004 23:32:42 +0000 (GMT)
	(envelope-from tjr@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6TNWgxj060125;
	Thu, 29 Jul 2004 23:32:42 GMT
	(envelope-from tjr@repoman.freebsd.org)
Received: (from tjr@localhost)
	by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6TNWg0B060124;
	Thu, 29 Jul 2004 23:32:42 GMT
	(envelope-from tjr)
Message-Id: <200407292332.i6TNWg0B060124@repoman.freebsd.org>
From: "Tim J. Robbins" <tjr@FreeBSD.org>
Date: Thu, 29 Jul 2004 23:32:41 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org,
	cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
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.1
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 29 Jul 2004 23:32:42 -0000

tjr         2004-07-29 23:32:41 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:
  Re-word the COMPATIBILITY section, taking care to use the word "deprecated"
  to describe the 4.4BSD extension of accepting arguments outside the range
  of unsigned char. This gives us freedom to remove this extension when we
  remove the <rune.h> interface in FreeBSD 6.
  
  Revision  Changes    Path
  1.18      +6 -8      src/lib/libc/locale/isalnum.3
  1.17      +6 -8      src/lib/libc/locale/isalpha.3
  1.18      +6 -8      src/lib/libc/locale/isblank.3
  1.16      +7 -9      src/lib/libc/locale/iscntrl.3
  1.18      +6 -8      src/lib/libc/locale/isdigit.3
  1.18      +6 -8      src/lib/libc/locale/isgraph.3
  1.16      +6 -8      src/lib/libc/locale/islower.3
  1.19      +6 -8      src/lib/libc/locale/isprint.3
  1.17      +6 -8      src/lib/libc/locale/ispunct.3
  1.16      +6 -8      src/lib/libc/locale/isspace.3
  1.17      +6 -8      src/lib/libc/locale/isupper.3
  1.19      +7 -9      src/lib/libc/locale/isxdigit.3