1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00
freebsd/lib/libc/locale
2003-08-10 11:34:35 +00:00
..
big5.5 Add manual pages for the BIG5, GB18030 and MSKanji encodings. These may 2003-08-10 09:23:51 +00:00
big5.c
btowc.3
btowc.c Implement btowc() in terms of mbrtowc() instead of sgetrune(), and 2003-08-07 07:45:35 +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 mdoc(7) police: Fixed abuses of the .Ar and .Em macros. 2002-12-18 13:33:04 +00:00
digittoint.3
euc.4
euc.5
euc.c
fix_grouping.c . style(9) 2003-06-26 10:46:16 +00:00
frune.c Mark the following interfaces as OBSOLETE_IN_6: 2003-06-13 07:13:54 +00:00
gb18030.5 Add a cross reference to Unicode 3.0. 2003-08-10 11:26:18 +00:00
gb18030.c Add support for gb18030 encoding 2003-07-29 07:52:44 +00:00
gbk.5 Add a fairly minimal manual page for the GBK encoding. 2003-08-10 11:34:35 +00:00
gbk.c Add GBK encoding 2003-06-01 15:30:56 +00:00
isalnum.3
isalpha.3
isascii.3
isblank.3 mdoc(7) police: "The .Fn function". 2002-12-18 12:45:11 +00:00
iscntrl.3 Capitalize ASCII code names. 2002-12-05 08:50:00 +00:00
isctype.c
isdigit.3
isgraph.3
islower.3
isprint.3
ispunct.3
isspace.3
isupper.3
iswalnum.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
iswctype.c
isxdigit.3
ldpart.c . style(9) 2003-06-26 10:46:16 +00:00
ldpart.h Fixes to locale code to properly use indirect pointers in order to prevent 2003-06-13 00:14:07 +00:00
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.c . style(9) 2003-06-26 10:46:16 +00:00
Makefile.inc Add a fairly minimal manual page for the GBK encoding. 2003-08-10 11:34:35 +00:00
mblen.c Implement mblen(s, n) as mbtowc(NULL, s, n) to avoid calling sgetrune() 2003-08-07 09:34:51 +00:00
mbrlen.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
mbrlen.c
mbrtowc.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
mbrtowc.c
mbrune.3 The .Fn function 2003-02-06 11:04:47 +00:00
mbrune.c Mark the following interfaces as OBSOLETE_IN_6: 2003-06-13 07:13:54 +00:00
mbsinit.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
mbsinit.c
mbsrtowcs.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
mbsrtowcs.c
mbstowcs.c Implement mbstowcs() as a wrapper around mbsrtowcs(), and wcstombs() 2003-08-07 08:04:01 +00:00
mbtowc.c Implement mbtowc() in terms of mbrtowc(), and wctomb() in terms of wcrtomb(). 2003-08-07 07:59:36 +00:00
mskanji.5 Add manual pages for the BIG5, GB18030 and MSKanji encodings. These may 2003-08-10 09:23:51 +00:00
mskanji.c
multibyte.3 Add cross references to the new character encoding manual pages, 2003-08-10 09:25:52 +00:00
nl_langinfo.3
nl_langinfo.c . style(9) 2003-06-26 10:46:16 +00:00
nomacros.c
none.c
rune.3 mdoc(7) police: "The .Fa argument.". 2002-12-19 09:40:28 +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 Assorted mdoc(7) fixes. 2003-05-22 13:02:28 +00:00
setlocale.c Reorganize wrapper around setrunelocale() to mark it as deprecated 2003-07-06 02:03:37 +00:00
setlocale.h Reorganize wrapper around setrunelocale() to mark it as deprecated 2003-07-06 02:03:37 +00:00
setrunelocale.c Add support for gb18030 encoding 2003-07-29 07:52:44 +00:00
table.c Move _PathLocale declaration to more logical place (setlocale.c) 2003-06-25 22:34:13 +00:00
toascii.3
tolower.3
tolower.c
toupper.3
toupper.c
towlower.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
towupper.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
utf2.4
utf2.5
utf2.c Mark the following interfaces as OBSOLETE_IN_6: 2003-06-13 07:13:54 +00:00
utf8.5 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
utf8.c Whack 28 unused variables. 2003-02-18 13:39:52 +00:00
wcrtomb.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
wcrtomb.c When called with s == NULL, behave as if wc == L'\0' as required by the 2003-04-10 09:20:38 +00:00
wcsftime.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
wcsftime.c
wcsrtombs.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
wcsrtombs.c
wcstod.3 Assorted mdoc(7) fixes. 2003-05-22 13:02:28 +00:00
wcstod.c Fix a bad free() call that would occur if some #if 0'd code was used. 2003-02-22 00:06:05 +00:00
wcstof.c MFp4: Implementations of the wcstof() and wcstold() functions. 2003-03-13 06:29:53 +00:00
wcstoimax.c Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
wcstol.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
wcstol.c
wcstold.c MFp4: Implementations of the wcstof() and wcstold() functions. 2003-03-13 06:29:53 +00:00
wcstoll.c
wcstombs.c Implement mbstowcs() as a wrapper around mbsrtowcs(), and wcstombs() 2003-08-07 08:04:01 +00:00
wcstoul.c
wcstoull.c
wcstoumax.c
wctob.c Implement btowc() in terms of mbrtowc() instead of sgetrune(), and 2003-08-07 07:45:35 +00:00
wctomb.c Implement mbtowc() in terms of mbrtowc(), and wctomb() in terms of wcrtomb(). 2003-08-07 07:59:36 +00:00
wctrans.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
wctrans.c
wctype.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
wctype.c
wcwidth.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
wcwidth.c