freebsd-dev/lib/libc/locale
2004-04-12 13:09:18 +00:00
..
big5.5 Update cross references after utf2/euc move. 2003-11-15 02:26:04 +00:00
big5.c Perform some basic validation of multibyte conversion state objects. 2004-04-12 13:09:18 +00:00
btowc.3
btowc.c Prepare to handle state-dependent encodings. This mainly involves not 2004-04-06 13:14:03 +00:00
collate.c
collate.h
collcmp.c Restore including of "collate.h", for its own prototype (mis)match detection 2003-08-03 19:28:23 +00:00
ctype.3 Add cross-references to isideogram(3), isphonogram(3), isrune(3), 2004-03-30 08:11:57 +00:00
digittoint.3 Trim cross-references. 2004-03-30 07:19:35 +00:00
euc.5 Update the EUC and UTF2 manual pages for their new home in section 5. 2003-11-15 01:54:46 +00:00
euc.c Perform some basic validation of multibyte conversion state objects. 2004-04-12 13:09:18 +00:00
fix_grouping.c . style(9) 2003-06-26 10:46:16 +00:00
frune.c Implement fgetrune(), fungetrune() and fputrune() as wrappers around 2003-10-31 10:55:19 +00:00
gb2312.5 Update cross references after utf2/euc move. 2003-11-15 02:26:04 +00:00
gb2312.c Perform some basic validation of multibyte conversion state objects. 2004-04-12 13:09:18 +00:00
gb18030.5 Update cross references after utf2/euc move. 2003-11-15 02:26:04 +00:00
gb18030.c Perform some basic validation of multibyte conversion state objects. 2004-04-12 13:09:18 +00:00
gbk.5 Update cross references after utf2/euc move. 2003-11-15 02:26:04 +00:00
gbk.c Perform some basic validation of multibyte conversion state objects. 2004-04-12 13:09:18 +00:00
isalnum.3
isalpha.3
isascii.3
isblank.3
iscntrl.3
isctype.c
isdigit.3 Document the isnumber() and ishexnumber() functions, and explain how they 2004-03-30 07:02:04 +00:00
isgraph.3
isideogram.3 Add basic manual pages for isideogram(), isphonogram(), isrune() 2004-03-30 07:23:54 +00:00
islower.3
isphonogram.3 Add basic manual pages for isideogram(), isphonogram(), isrune() 2004-03-30 07:23:54 +00:00
isprint.3
ispunct.3
isrune.3 Add basic manual pages for isideogram(), isphonogram(), isrune() 2004-03-30 07:23:54 +00:00
isspace.3
isspecial.3 Add basic manual pages for isideogram(), isphonogram(), isrune() 2004-03-30 07:23:54 +00:00
isupper.3
iswalnum.3
iswctype.c
isxdigit.3 Document the isnumber() and ishexnumber() functions, and explain how they 2004-03-30 07:02:04 +00:00
ldpart.c . style(9) 2003-06-26 10:46:16 +00:00
ldpart.h
lmessages.c . style(9) 2003-06-26 10:46:16 +00:00
lmessages.h
lmonetary.c . style(9) 2003-06-26 10:46:16 +00:00
lmonetary.h
lnumeric.c . style(9) 2003-06-26 10:46:16 +00:00
lnumeric.h
localeconv.3 Split the documentation for localeconv() off into a separate manual page. 2003-12-07 06:00:00 +00:00
localeconv.c . style(9) 2003-06-26 10:46:16 +00:00
Makefile.inc Add basic manual pages for isideogram(), isphonogram(), isrune() 2004-03-30 07:23:54 +00:00
mblen.3 Document the meaning of the zero return value. 2004-04-11 05:19:19 +00:00
mblen.c Prepare to handle state-dependent encodings. This mainly involves not 2004-04-06 13:14:03 +00:00
mbrlen.3 Update manual pages for change to C99 mbrtowc() semantics. 2004-04-08 09:59:02 +00:00
mbrlen.c Prepare to handle state-dependent encodings. This mainly involves not 2004-04-06 13:14:03 +00:00
mbrtowc.3 Update manual pages for change to C99 mbrtowc() semantics. 2004-04-08 09:59:02 +00:00
mbrtowc.c Prepare to handle state-dependent encodings. This mainly involves not 2004-04-06 13:14:03 +00:00
mbrune.3 Update cross references after utf2/euc move. 2003-11-15 02:26:04 +00:00
mbrune.c Mark the following interfaces as OBSOLETE_IN_6: 2003-06-13 07:13:54 +00:00
mbsinit.3 Update manual pages for change to C99 mbrtowc() semantics. 2004-04-08 09:59:02 +00:00
mbsinit.c Allow partial multibyte characters to accumulate in conversion state 2004-04-07 10:48:19 +00:00
mbsrtowcs.3 Update manual pages for change to C99 mbrtowc() semantics. 2004-04-08 09:59:02 +00:00
mbsrtowcs.c Prepare to handle state-dependent encodings. This mainly involves not 2004-04-06 13:14:03 +00:00
mbstowcs.3 Update manual pages for change to C99 mbrtowc() semantics. 2004-04-08 09:59:02 +00:00
mbstowcs.c Begin in the initial shift state in mbstowcs() and wcstombs(). 2004-04-07 08:33:23 +00:00
mbtowc.3 Document the meaning of the zero return value. 2004-04-11 05:19:19 +00:00
mbtowc.c Prepare to handle state-dependent encodings. This mainly involves not 2004-04-06 13:14:03 +00:00
mskanji.5 Update cross references after utf2/euc move. 2003-11-15 02:26:04 +00:00
mskanji.c Perform some basic validation of multibyte conversion state objects. 2004-04-12 13:09:18 +00:00
multibyte.3 Update manual pages for change to C99 mbrtowc() semantics. 2004-04-08 09:59:02 +00:00
nl_langinfo.3 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
nl_langinfo.c . style(9) 2003-06-26 10:46:16 +00:00
nomacros.c
none.c Allow partial multibyte characters to accumulate in conversion state 2004-04-07 10:48:19 +00:00
rune.3 Update cross references after utf2/euc move. 2003-11-15 02:26:04 +00:00
rune.c
runetype.c
setinvalidrune.c Mark the following interfaces as OBSOLETE_IN_6: 2003-06-13 07:13:54 +00:00
setlocale.3 Add reference to environ(7) 2004-01-29 09:27:24 +00:00
setlocale.c LC_ALL not always take priority over other LC_* 2004-01-31 19:15:32 +00:00
setlocale.h Reorganize wrapper around setrunelocale() to mark it as deprecated 2003-07-06 02:03:37 +00:00
setrunelocale.c Allow partial multibyte characters to accumulate in conversion state 2004-04-07 10:48:19 +00:00
srune.c Begin conversions for sgetrune() and sputrune() in the initial 2004-04-07 09:49:10 +00:00
table.c Allow partial multibyte characters to accumulate in conversion state 2004-04-07 10:48:19 +00:00
toascii.3
tolower.3
tolower.c
toupper.3
toupper.c
towlower.3
towupper.3
utf2.5 Update the EUC and UTF2 manual pages for their new home in section 5. 2003-11-15 01:54:46 +00:00
utf2.c Perform some basic validation of multibyte conversion state objects. 2004-04-12 13:09:18 +00:00
utf8.5 Remove a nonsensical remark about byte order markers in UTF-8 streams. 2004-04-12 12:58:41 +00:00
utf8.c Perform some basic validation of multibyte conversion state objects. 2004-04-12 13:09:18 +00:00
wcrtomb.3 Update manual pages for change to C99 mbrtowc() semantics. 2004-04-08 09:59:02 +00:00
wcrtomb.c Prepare to handle state-dependent encodings. This mainly involves not 2004-04-06 13:14:03 +00:00
wcsftime.3
wcsftime.c Prepare to handle state-dependent encodings. This mainly involves not 2004-04-07 09:47:56 +00:00
wcsrtombs.3 Update manual pages for change to C99 mbrtowc() semantics. 2004-04-08 09:59:02 +00:00
wcsrtombs.c Prepare to handle state-dependent encodings. This mainly involves not 2004-04-06 13:14:03 +00:00
wcstod.3
wcstod.c Prepare to handle state-dependent encodings. This mainly involves not 2004-04-07 09:47:56 +00:00
wcstof.c Prepare to handle state-dependent encodings. This mainly involves not 2004-04-07 09:47:56 +00:00
wcstoimax.c
wcstol.3
wcstol.c
wcstold.c Prepare to handle state-dependent encodings. This mainly involves not 2004-04-07 09:47:56 +00:00
wcstoll.c
wcstombs.3 Update manual pages for change to C99 mbrtowc() semantics. 2004-04-08 09:59:02 +00:00
wcstombs.c Begin in the initial shift state in mbstowcs() and wcstombs(). 2004-04-07 08:33:23 +00:00
wcstoul.c
wcstoull.c
wcstoumax.c
wctob.c Prepare to handle state-dependent encodings. This mainly involves not 2004-04-06 13:14:03 +00:00
wctomb.3 Update manual pages for change to C99 mbrtowc() semantics. 2004-04-08 09:59:02 +00:00
wctomb.c Prepare to handle state-dependent encodings. This mainly involves not 2004-04-06 13:14:03 +00:00
wctrans.3
wctrans.c Remove TODO comment about creating a macro version of towctrans(). 2003-11-01 08:20:58 +00:00
wctype.3 Recognize the "rune" character class in wctype(). 2004-03-27 08:59:21 +00:00
wctype.c Recognize the "rune" character class in wctype(). 2004-03-27 08:59:21 +00:00
wcwidth.3
wcwidth.c