freebsd-dev/lib/libc/locale
Tom Rhodes 639dab2286 Fix a bug where, for 6-byte sequences, the top 6 bits get compared to
111111 rather than the top 7 bits being compared against 1111110 causing
illegal bytes fe and ff being treated the same as legal bytes fc and fd.
2006-03-30 09:04:12 +00:00
..
big5.5
big5.c . Static'ize functions exported via function reference variables only. 2005-02-27 15:11:09 +00:00
btowc.3
btowc.c
collate.c Make the format of LC_COLLATE files architecture independent. 2005-02-27 20:31:13 +00:00
collate.h Make the format of LC_COLLATE files architecture independent. 2005-02-27 20:31:13 +00:00
collcmp.c ANSI'fy prototypes 2005-02-27 14:54:23 +00:00
ctype.3
digittoint.3
euc.5
euc.c . Static'ize functions exported via function reference variables only. 2005-02-27 15:11:09 +00:00
fix_grouping.c
gb2312.5
gb2312.c . Static'ize functions exported via function reference variables only. 2005-02-27 15:11:09 +00:00
gb18030.5
gb18030.c . Static'ize functions exported via function reference variables only. 2005-02-27 15:11:09 +00:00
gbk.5
gbk.c . Static'ize functions exported via function reference variables only. 2005-02-27 15:11:09 +00:00
isalnum.3 -mdoc sweep. 2005-11-17 13:00:00 +00:00
isalpha.3 -mdoc sweep. 2005-11-17 13:00:00 +00:00
isascii.3
isblank.3 -mdoc sweep. 2005-11-17 13:00:00 +00:00
iscntrl.3 -mdoc sweep. 2005-11-17 13:00:00 +00:00
isctype.c
isdigit.3 -mdoc sweep. 2005-11-17 13:00:00 +00:00
isgraph.3 -mdoc sweep. 2005-11-17 13:00:00 +00:00
isideogram.3
islower.3 -mdoc sweep. 2005-11-17 13:00:00 +00:00
isphonogram.3
isprint.3 -mdoc sweep. 2005-11-17 13:00:00 +00:00
ispunct.3 -mdoc sweep. 2005-11-17 13:00:00 +00:00
isrune.3
isspace.3 -mdoc sweep. 2005-11-17 13:00:00 +00:00
isspecial.3
isupper.3 -mdoc sweep. 2005-11-17 13:00:00 +00:00
iswalnum.3
iswctype.c
isxdigit.3 -mdoc sweep. 2005-11-17 13:00:00 +00:00
ldpart.c
ldpart.h
lmessages.c
lmessages.h
lmonetary.c
lmonetary.h
lnumeric.c
lnumeric.h
localeconv.3
localeconv.c
Makefile.inc Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
mblen.3
mblen.c Remove unnecessary #include directives. 2004-07-29 06:18:40 +00:00
mblocal.h . Static'ize functions exported via function reference variables only. 2005-02-27 15:11:09 +00:00
mbrlen.3
mbrlen.c
mbrtowc.3
mbrtowc.c
mbsinit.3
mbsinit.c
mbsnrtowcs.c Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are 2004-07-21 10:54:57 +00:00
mbsrtowcs.3 Scheduled mdoc(7) sweep. 2005-01-11 20:50:51 +00:00
mbsrtowcs.c Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are 2004-07-21 10:54:57 +00:00
mbstowcs.3
mbstowcs.c Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are 2004-07-21 10:54:57 +00:00
mbtowc.3
mbtowc.c Remove unnecessary #include directives. 2004-07-29 06:18:40 +00:00
mskanji.5
mskanji.c . Static'ize functions exported via function reference variables only. 2005-02-27 15:11:09 +00:00
multibyte.3 Remove support for the obsolete UTF2 encoding. 2004-10-17 02:29:15 +00:00
nextwctype.3 Add COMPATIBILITY and HISTORY sections. Fix typo. 2005-07-21 10:27:45 +00:00
nextwctype.c
nl_langinfo.3 Sort sections. 2005-01-20 09:17:07 +00:00
nl_langinfo.c
nomacros.c
none.c . Static'ize functions exported via function reference variables only. 2005-02-27 15:11:09 +00:00
rpmatch.3 Add HISTORY section. 2005-07-21 10:53:27 +00:00
rpmatch.c Implement rpmatch(), a semi-standard interface (as found on AIX, Tru64, 2005-01-09 03:55:13 +00:00
rune.c Make <runefile.h> internal to libc. 2005-05-16 09:32:41 +00:00
runefile.h Make <runefile.h> internal to libc. 2005-05-16 09:32:41 +00:00
runetype.c Include a couple of headers to ensure consistency between the prototype and 2005-09-12 19:52:42 +00:00
setlocale.3 Sort sections. 2005-01-20 09:17:07 +00:00
setlocale.c
setlocale.h
setrunelocale.c . Static'ize functions exported via function reference variables only. 2005-02-27 15:11:09 +00:00
Symbol.map Add __collate_load_error and __collate_range_cmp to the list of 2006-03-30 04:37:08 +00:00
table.c . Static'ize functions exported via function reference variables only. 2005-02-27 15:11:09 +00:00
toascii.3
tolower.3 -mdoc sweep. 2005-11-17 13:00:00 +00:00
tolower.c Include a couple of headers to ensure consistency between the prototype and 2005-09-12 19:52:42 +00:00
toupper.3 -mdoc sweep. 2005-11-17 13:00:00 +00:00
toupper.c Include a couple of headers to ensure consistency between the prototype and 2005-09-12 19:52:42 +00:00
towlower.3
towupper.3
utf8.5 Remove support for the obsolete UTF2 encoding. 2004-10-17 02:29:15 +00:00
utf8.c Fix a bug where, for 6-byte sequences, the top 6 bits get compared to 2006-03-30 09:04:12 +00:00
wcrtomb.3
wcrtomb.c
wcsftime.3
wcsftime.c
wcsnrtombs.c Fix comparisons that test if an unsigned value is < 0. 2005-02-12 08:45:12 +00:00
wcsrtombs.3 Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are 2004-07-21 10:54:57 +00:00
wcsrtombs.c Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are 2004-07-21 10:54:57 +00:00
wcstod.3
wcstod.c
wcstof.c
wcstoimax.c
wcstol.3
wcstol.c
wcstold.c
wcstoll.c
wcstombs.3
wcstombs.c Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are 2004-07-21 10:54:57 +00:00
wcstoul.c
wcstoull.c
wcstoumax.c
wctob.c
wctomb.3
wctomb.c Remove unnecessary #include directives. 2004-07-29 06:18:40 +00:00
wctrans.3
wctrans.c
wctype.3 Add cross-reference to nextwctype(3). 2005-07-21 10:32:17 +00:00
wctype.c
wcwidth.3 /me kicks cvs update 2004-08-17 04:56:03 +00:00
wcwidth.c Implement wcwidth() as an inline function. 2004-08-12 12:19:11 +00:00