summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/Makefile.inc
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-08-18 06:30:10 +0000
committertjr <tjr@FreeBSD.org>2002-08-18 06:30:10 +0000
commita87152b56061e8a50c4a1aa30087ab5414747caa (patch)
treeb0db833aa303e27ab11b105a22ad20569ca28d93 /lib/libc/locale/Makefile.inc
parent6cf27f3105308a52d2373d09af8a7a599cfd68c2 (diff)
downloadFreeBSD-src-a87152b56061e8a50c4a1aa30087ab5414747caa.zip
FreeBSD-src-a87152b56061e8a50c4a1aa30087ab5414747caa.tar.gz
Implement the ISO C90 Amd.1 restartable wide and multibyte character
manipulation functions mbrlen(), mbrtowc(), mbsinit(), mbsrtowcs(), wcrtomb(), wcsrtombs().
Diffstat (limited to 'lib/libc/locale/Makefile.inc')
-rw-r--r--lib/libc/locale/Makefile.inc14
1 files changed, 10 insertions, 4 deletions
diff --git a/lib/libc/locale/Makefile.inc b/lib/libc/locale/Makefile.inc
index dfa5431..96e24ab 100644
--- a/lib/libc/locale/Makefile.inc
+++ b/lib/libc/locale/Makefile.inc
@@ -6,18 +6,24 @@
SRCS+= ansi.c big5.c btowc.c collate.c collcmp.c euc.c fix_grouping.c frune.c \
isctype.c iswctype.c \
- ldpart.c lmessages.c lmonetary.c lnumeric.c localeconv.c mbrune.c \
+ ldpart.c lmessages.c lmonetary.c lnumeric.c localeconv.c mbrlen.c \
+ mbrtowc.c mbrune.c mbsinit.c mbsrtowcs.c \
mskanji.c nl_langinfo.c nomacros.c none.c rune.c \
runetype.c setinvalidrune.c setlocale.c setrunelocale.c table.c \
- tolower.c toupper.c utf2.c wctob.c wctrans.c wctype.c wcwidth.c
+ tolower.c toupper.c utf2.c wcrtomb.c wcsrtombs.c wctob.c wctrans.c \
+ wctype.c wcwidth.c
.if ${LIB} == "c"
MAN+= btowc.3 \
ctype.3 digittoint.3 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 \
isdigit.3 isgraph.3 islower.3 isprint.3 ispunct.3 isspace.3 \
- isupper.3 iswalnum.3 isxdigit.3 mbrune.3 multibyte.3 nl_langinfo.3 \
+ isupper.3 iswalnum.3 isxdigit.3 mbrlen.3 mbrtowc.3 mbrune.3 mbsinit.3 \
+ mbsrtowcs.3 multibyte.3 \
+ nl_langinfo.3 \
rune.3 \
- setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 wctrans.3 wctype.3
+ setlocale.3 toascii.3 tolower.3 toupper.3 towlower.3 wcsrtombs.3 \
+ wcrtomb.3 \
+ wctrans.3 wctype.3
MAN+= euc.4 utf2.4
MLINKS+=btowc.3 wctob.3
OpenPOWER on IntegriCloud