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
Tim J. Robbins
tjr at FreeBSD.org
Wed Jun 23 00:02:30 PDT 2004
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
More information about the cvs-all
mailing list