freebsd-dev/lib/libc/locale
2002-10-03 14:09:06 +00:00
..
big5.c
btowc.3 Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions. 2002-08-03 13:49:55 +00:00
btowc.c Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions. 2002-08-03 13:49:55 +00:00
collate.c Use ntohl() to read cnains number in new format 2002-08-31 01:05:39 +00:00
collate.h Prepare for switching to unlimited chains format. 2002-08-30 20:26:02 +00:00
collcmp.c
ctype.3
digittoint.3
euc.4
euc.5
euc.c Add safeguards to never use errno == 0 as setrunelocale() error return code 2002-08-09 08:22:29 +00:00
fix_grouping.c
frune.c Deprecate the rest of the rune interface. 2002-09-18 06:19:12 +00:00
isalnum.3
isalpha.3
isascii.3
isblank.3
iscntrl.3
isctype.c Cosmetic - remove unneded brackets and #undef 2002-08-17 20:03:44 +00:00
isdigit.3
isgraph.3
islower.3
isprint.3
ispunct.3
isspace.3
isupper.3
iswalnum.3 Improve three instances of questionable or confusing grammar. 2002-10-03 14:09:06 +00:00
iswctype.c Move wcwidth() to separate file, it doesn't belong to iswctype.c at all 2002-08-17 20:30:34 +00:00
isxdigit.3
ldpart.c Rewrite locale loading procedures, so any load failure will not affect 2002-08-08 05:51:54 +00:00
ldpart.h Rewrite locale loading procedures, so any load failure will not affect 2002-08-08 05:51:54 +00:00
lmessages.c Rewrite locale loading procedures, so any load failure will not affect 2002-08-08 05:51:54 +00:00
lmessages.h
lmonetary.c Rewrite locale loading procedures, so any load failure will not affect 2002-08-08 05:51:54 +00:00
lmonetary.h
lnumeric.c Rewrite locale loading procedures, so any load failure will not affect 2002-08-08 05:51:54 +00:00
lnumeric.h
localeconv.c
Makefile.inc Document towlower() and towupper() in separate manual pages instead of 2002-10-03 11:23:06 +00:00
mblen.c Set errno to EILSEQ when invalid multibyte sequences are detected 2002-09-03 01:09:47 +00:00
mbrlen.3 Add an example. 2002-10-03 14:07:26 +00:00
mbrlen.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
mbrtowc.3 Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
mbrtowc.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
mbrune.3 Mark mbmb(), mbrune(), and mbrrune() as deprecated functions. We want to 2002-09-18 06:11:21 +00:00
mbrune.c Mark mbmb(), mbrune(), and mbrrune() as deprecated functions. We want to 2002-09-18 06:11:21 +00:00
mbsinit.3 Implement the ISO C90 Amd.1 restartable wide and multibyte character 2002-08-18 06:30:10 +00:00
mbsinit.c Implement the ISO C90 Amd.1 restartable wide and multibyte character 2002-08-18 06:30:10 +00:00
mbsrtowcs.3 Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
mbsrtowcs.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
mbstowcs.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
mbtowc.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
mskanji.c
multibyte.3 Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
nl_langinfo.3
nl_langinfo.c
nomacros.c
none.c
rune.3 Deprecate the rest of the rune interface. 2002-09-18 06:19:12 +00:00
rune.c Add safeguards to never use errno == 0 as setrunelocale() error return code 2002-08-09 08:22:29 +00:00
runetype.c o Merge <machine/ansi.h> and <machine/types.h> into a new header 2002-08-21 16:20:02 +00:00
setinvalidrune.c Warn when setinvalidrune() is referenced for consistency with the rest 2002-09-24 09:25:37 +00:00
setlocale.3 Add ERRORS section according to POSIX (no errors) 2002-08-03 17:20:45 +00:00
setlocale.c Rewrite locale loading procedures, so any load failure will not affect 2002-08-08 05:51:54 +00:00
setlocale.h
setrunelocale.c Add safeguards to never use errno == 0 as setrunelocale() error return code 2002-08-09 08:22:29 +00:00
table.c
toascii.3
tolower.3 Point out that although toupper() and tolower() really accept rune_t's 2002-10-03 11:14:00 +00:00
tolower.c o Merge <machine/ansi.h> and <machine/types.h> into a new header 2002-08-21 16:20:02 +00:00
toupper.3 Point out that although toupper() and tolower() really accept rune_t's 2002-10-03 11:14:00 +00:00
toupper.c o Merge <machine/ansi.h> and <machine/types.h> into a new header 2002-08-21 16:20:02 +00:00
towlower.3 Document towlower() and towupper() in separate manual pages instead of 2002-10-03 11:23:06 +00:00
towupper.3 Document towlower() and towupper() in separate manual pages instead of 2002-10-03 11:23:06 +00:00
utf2.4
utf2.5
utf2.c
wcrtomb.3 Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
wcrtomb.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
wcsftime.3 Add an implementation of wcsftime() (wide character version of strftime()). 2002-09-11 08:57:11 +00:00
wcsftime.c Use the heap instead of the stack to store temporary multibyte string 2002-09-15 08:06:17 +00:00
wcsrtombs.3 Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
wcsrtombs.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
wcstod.3 Add wcstod() as a wrapper around strtod(). It does not handle any characters 2002-09-15 08:38:51 +00:00
wcstod.c Add wcstod() as a wrapper around strtod(). It does not handle any characters 2002-09-15 08:38:51 +00:00
wcstoimax.c Add the remaining C99 wide character string to integer conversion functions. 2002-09-22 08:06:45 +00:00
wcstol.3 Add the remaining C99 wide character string to integer conversion functions. 2002-09-22 08:06:45 +00:00
wcstol.c Add wcstol() and wcstoul(), based on strtol() and strtoul(). 2002-09-08 13:27:26 +00:00
wcstoll.c Add the remaining C99 wide character string to integer conversion functions. 2002-09-22 08:06:45 +00:00
wcstombs.c Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
wcstoul.c Add wcstol() and wcstoul(), based on strtol() and strtoul(). 2002-09-08 13:27:26 +00:00
wcstoull.c Add the remaining C99 wide character string to integer conversion functions. 2002-09-22 08:06:45 +00:00
wcstoumax.c Add the remaining C99 wide character string to integer conversion functions. 2002-09-22 08:06:45 +00:00
wctob.c Add ISO C90 Amd. 1 btowc(3) and wctob(3) functions. 2002-08-03 13:49:55 +00:00
wctomb.c Set errno to EILSEQ when invalid multibyte sequences are detected 2002-09-03 01:09:47 +00:00
wctrans.3 Add an Examples section with an example of how to use the functions. 2002-10-03 08:49:29 +00:00
wctrans.c Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions. 2002-08-04 12:09:08 +00:00
wctype.3 Add an Examples section with an example of how to use the functions. 2002-10-03 08:49:29 +00:00
wctype.c Change wctype_t to an unsigned type to avoid warnings. 2002-08-04 12:43:53 +00:00
wcwidth.3 Add an Examples section with an example of how to use the functions. 2002-10-03 08:49:29 +00:00
wcwidth.c Use modern-style arguments declaration 2002-08-19 20:32:27 +00:00