From owner-cvs-all@FreeBSD.ORG Thu Aug 12 09:33:47 2004 Return-Path: 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 5FBFE16A4CE; Thu, 12 Aug 2004 09:33:47 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44A9743D2F; Thu, 12 Aug 2004 09:33:47 +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 i7C9XlGh015622; Thu, 12 Aug 2004 09:33:47 GMT (envelope-from tjr@repoman.freebsd.org) Received: (from tjr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7C9Xl52015621; Thu, 12 Aug 2004 09:33:47 GMT (envelope-from tjr) Message-Id: <200408120933.i7C9Xl52015621@repoman.freebsd.org> From: "Tim J. Robbins" Date: Thu, 12 Aug 2004 09:33:47 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include Makefile _ctype.h ctype.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2004 09:33:47 -0000 tjr 2004-08-12 09:33:47 UTC FreeBSD src repository Modified files: include Makefile _ctype.h ctype.h Log: Move some internal macros and inlines from ctype.h to a new file, _ctype.h, which has been repo-copied from ctype.h. This will allow us to remove namespace pollution from and to make wcwidth() an inline function without introducing more pollution. Revision Changes Path 1.220 +2 -1 src/include/Makefile 1.28 +6 -88 src/include/_ctype.h 1.28 +1 -89 src/include/ctype.h