From owner-cvs-all Thu Sep 5 21:22:58 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 9EDC237B400; Thu, 5 Sep 2002 21:22:55 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5056C43E65; Thu, 5 Sep 2002 21:22:55 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: from freefall.freebsd.org (mike@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g864MtJU061304; Thu, 5 Sep 2002 21:22:55 -0700 (PDT) (envelope-from mike@freefall.freebsd.org) Received: (from mike@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g864Mtlr061303; Thu, 5 Sep 2002 21:22:55 -0700 (PDT) Message-Id: <200209060422.g864Mtlr061303@freefall.freebsd.org> From: Mike Barcroft Date: Thu, 5 Sep 2002 21:22:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include ctype.h rune.h runetype.h 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 mike 2002/09/05 21:22:55 PDT Modified files: include ctype.h rune.h runetype.h Log: o Fix namespace scope issues in by using the relatively new visibility primitives. o Implement _tolower() and _toupper() POSIX.1-2001 (XSI) macros in . o Reduce pollution in by removing typedefs and using implementation namespaced types. o Add a typedef in to compensate for losing its typedefs. Reviewed by: bde Revision Changes Path 1.23 +29 -9 src/include/ctype.h 1.3 +6 -1 src/include/rune.h 1.8 +8 -25 src/include/runetype.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message