From owner-cvs-all Tue Jun 13 8:36:32 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 380E037BEE1; Tue, 13 Jun 2000 08:36:28 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA36759; Tue, 13 Jun 2000 08:36:27 -0700 (PDT) (envelope-from asmodai@FreeBSD.org) Message-Id: <200006131536.IAA36759@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Tue, 13 Jun 2000 08:36:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include ctype.h src/lib/libc/locale isctype.c table.c src/usr.bin/mklocale lex.l yacc.y Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG asmodai 2000/06/13 08:36:27 PDT Modified files: (Branch: RELENG_3) include ctype.h lib/libc/locale isctype.c table.c usr.bin/mklocale lex.l yacc.y Log: MFC: Fix namespace pollution which will less likely cause problems in the future. This should fix C++ stdlib problems when using ctype.h as well. Revision Changes Path 1.14.2.2 +32 -32 src/include/ctype.h 1.5.2.2 +18 -18 src/lib/libc/locale/isctype.c 1.11.2.2 +129 -33 src/lib/libc/locale/table.c 1.3.4.2 +29 -14 src/usr.bin/mklocale/lex.l 1.5.2.1 +57 -56 src/usr.bin/mklocale/yacc.y To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message