Date: Wed, 23 Jun 2004 07:01:44 +0000 (UTC) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include ctype.h rune.h runetype.h src/lib/libc/locale euc.c rune.c runetype.c setrunelocale.c tolower.c toupper.c src/usr.bin/mklocale yacc.y Message-ID: <200406230701.i5N71iDP030276@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2004-06-23 07:01:44 UTC
FreeBSD src repository
Modified files:
include ctype.h rune.h runetype.h
lib/libc/locale euc.c rune.c runetype.c setrunelocale.c
tolower.c toupper.c
usr.bin/mklocale yacc.y
Log:
Prefix the names of members of _RuneLocale and its sub-structures
with ``__'' to avoid polluting the namespace. This doesn't change the
documented rune interface at all, but breaks applications that accessed
_RuneLocale directly.
Revision Changes Path
1.26 +4 -4 src/include/ctype.h
1.5 +4 -6 src/include/rune.h
1.9 +20 -20 src/include/runetype.h
1.20 +5 -5 src/lib/libc/locale/euc.c
1.11 +52 -49 src/lib/libc/locale/rune.c
1.10 +8 -8 src/lib/libc/locale/runetype.c
1.39 +13 -13 src/lib/libc/locale/setrunelocale.c
1.10 +6 -6 src/lib/libc/locale/tolower.c
1.10 +6 -6 src/lib/libc/locale/toupper.c
1.21 +37 -33 src/usr.bin/mklocale/yacc.y
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406230701.i5N71iDP030276>
