summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/Makefile.inc
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-07-08 06:43:37 +0000
committertjr <tjr@FreeBSD.org>2004-07-08 06:43:37 +0000
commit3a9d81b253cf3999ea62ce29e53a7c1e58396894 (patch)
tree6b88325e31aceec129e4a7871658983a62d5240a /lib/libc/locale/Makefile.inc
parent9cdb603498b8b9bb1d5120526a885118481467b5 (diff)
downloadFreeBSD-src-3a9d81b253cf3999ea62ce29e53a7c1e58396894.zip
FreeBSD-src-3a9d81b253cf3999ea62ce29e53a7c1e58396894.tar.gz
Add a function to iterate over all characters in a particular character
class. This is necessary in order to implement tr(1) efficiently in multibyte locales, since the brute force method of finding all characters in a class is infeasible with a 32-bit (or wider) wchar_t.
Diffstat (limited to 'lib/libc/locale/Makefile.inc')
-rw-r--r--lib/libc/locale/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/locale/Makefile.inc b/lib/libc/locale/Makefile.inc
index a3b85b3..1e8a363 100644
--- a/lib/libc/locale/Makefile.inc
+++ b/lib/libc/locale/Makefile.inc
@@ -9,7 +9,7 @@ SRCS+= big5.c btowc.c collate.c collcmp.c euc.c fix_grouping.c frune.c \
ldpart.c lmessages.c lmonetary.c lnumeric.c localeconv.c mblen.c \
mbrlen.c \
mbrtowc.c mbrune.c mbsinit.c mbsrtowcs.c mbtowc.c mbstowcs.c \
- mskanji.c nl_langinfo.c nomacros.c none.c rune.c \
+ mskanji.c nextwctype.c nl_langinfo.c nomacros.c none.c rune.c \
runetype.c setinvalidrune.c setlocale.c setrunelocale.c srune.c \
table.c \
tolower.c toupper.c utf2.c utf8.c wcrtomb.c wcsrtombs.c wcsftime.c \
@@ -27,7 +27,7 @@ MAN+= btowc.3 \
mbrtowc.3 \
mbrune.3 mbsinit.3 \
mbsrtowcs.3 mbstowcs.3 mbtowc.3 multibyte.3 \
- nl_langinfo.3 \
+ nextwctype.3 nl_langinfo.3 \
rune.3 \
setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 towupper.3 \
wcsftime.3 \
OpenPOWER on IntegriCloud