freebsd-dev/lib/libc/locale
Tim J. Robbins 0db74aa4a9 Re-word the COMPATIBILITY section, taking care to use the word "deprecated"
to describe the 4.4BSD extension of accepting arguments outside the range
of unsigned char. This gives us freedom to remove this extension when we
remove the <rune.h> interface in FreeBSD 6.
2004-07-29 23:32:41 +00:00
..
big5.5 Markup nits. 2004-07-05 06:39:03 +00:00
big5.c Use a simpler and faster buffering scheme for partial multibyte characters. 2004-05-17 11:16:14 +00:00
btowc.3 Add cross references to mbrtowc(3) and wcrtomb(3). 2002-11-10 11:14:58 +00:00
btowc.c Reduce overhead by calling internal versions of the multibyte conversion 2004-05-12 14:26:54 +00:00
collate.c Remove unnecessary inclusion of <rune.h> to make it obvious that this file 2002-10-29 09:03:57 +00:00
collate.h Prepare for switching to unlimited chains format. 2002-08-30 20:26:02 +00:00
collcmp.c Restore including of "collate.h", for its own prototype (mis)match detection 2003-08-03 19:28:23 +00:00
ctype.3 Markup, grammar, and spelling fixes. 2004-06-30 20:09:10 +00:00
digittoint.3 Trim cross-references. 2004-03-30 07:19:35 +00:00
euc.5 Markup nits. 2004-07-05 06:39:03 +00:00
euc.c Prefix the names of members of _RuneLocale and its sub-structures 2004-06-23 07:01:44 +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 Markup nits. 2004-07-05 06:39:03 +00:00
gb2312.c Move prototypes of various encoding-related functions into a new header 2004-05-12 14:09:04 +00:00
gb18030.5 Markup nits. 2004-07-05 06:39:03 +00:00
gb18030.c Move prototypes of various encoding-related functions into a new header 2004-05-12 14:09:04 +00:00
gbk.5 Markup nits. 2004-07-05 06:39:03 +00:00
gbk.c Use a simpler and faster buffering scheme for partial multibyte characters. 2004-05-17 11:16:14 +00:00
isalnum.3 Re-word the COMPATIBILITY section, taking care to use the word "deprecated" 2004-07-29 23:32:41 +00:00
isalpha.3 Re-word the COMPATIBILITY section, taking care to use the word "deprecated" 2004-07-29 23:32:41 +00:00
isascii.3 Add a note to the Compatiblity section suggesting that these functions 2002-10-06 10:15:38 +00:00
isblank.3 Re-word the COMPATIBILITY section, taking care to use the word "deprecated" 2004-07-29 23:32:41 +00:00
iscntrl.3 Re-word the COMPATIBILITY section, taking care to use the word "deprecated" 2004-07-29 23:32:41 +00:00
isctype.c Cosmetic - remove unneded brackets and #undef 2002-08-17 20:03:44 +00:00
isdigit.3 Re-word the COMPATIBILITY section, taking care to use the word "deprecated" 2004-07-29 23:32:41 +00:00
isgraph.3 Re-word the COMPATIBILITY section, taking care to use the word "deprecated" 2004-07-29 23:32:41 +00:00
isideogram.3 Sort SEE ALSO references (in dictionary order, ignoring case). 2004-07-04 20:55:50 +00:00
islower.3 Re-word the COMPATIBILITY section, taking care to use the word "deprecated" 2004-07-29 23:32:41 +00:00
isphonogram.3 Add basic manual pages for isideogram(), isphonogram(), isrune() 2004-03-30 07:23:54 +00:00
isprint.3 Re-word the COMPATIBILITY section, taking care to use the word "deprecated" 2004-07-29 23:32:41 +00:00
ispunct.3 Re-word the COMPATIBILITY section, taking care to use the word "deprecated" 2004-07-29 23:32:41 +00:00
isrune.3 Add basic manual pages for isideogram(), isphonogram(), isrune() 2004-03-30 07:23:54 +00:00
isspace.3 Re-word the COMPATIBILITY section, taking care to use the word "deprecated" 2004-07-29 23:32:41 +00:00
isspecial.3 Add basic manual pages for isideogram(), isphonogram(), isrune() 2004-03-30 07:23:54 +00:00
isupper.3 Re-word the COMPATIBILITY section, taking care to use the word "deprecated" 2004-07-29 23:32:41 +00:00
iswalnum.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +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 Re-word the COMPATIBILITY section, taking care to use the word "deprecated" 2004-07-29 23:32:41 +00:00
ldpart.c Rewrite split_lines() to operate safely 2004-04-25 19:56:50 +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 style(9)'ify 2001-12-20 18:28:52 +00:00
lmonetary.c . style(9) 2003-06-26 10:46:16 +00:00
lmonetary.h Add support for the 6 new C99 struct lconv members dealing with formatting 2002-10-09 09:19:28 +00:00
lnumeric.c . style(9) 2003-06-26 10:46:16 +00:00
lnumeric.h style(9)'ify 2001-12-20 18:28:52 +00:00
localeconv.3 Markup nits. 2004-07-05 06:39:03 +00:00
localeconv.c . style(9) 2003-06-26 10:46:16 +00:00
Makefile.inc Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are 2004-07-21 10:54:57 +00:00
mblen.3 Markup nits. 2004-07-05 06:39:03 +00:00
mblen.c Remove unnecessary #include directives. 2004-07-29 06:18:40 +00:00
mblocal.h Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are 2004-07-21 10:54:57 +00:00
mbrlen.3 Fixed a typo. 2004-06-30 19:32:41 +00:00
mbrlen.c Reduce overhead by calling internal versions of the multibyte conversion 2004-05-12 14:26:54 +00:00
mbrtowc.3 Fixed a typo. 2004-06-30 19:32:41 +00:00
mbrtowc.c Move prototypes of various encoding-related functions into a new header 2004-05-12 14:09:04 +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 Move prototypes of various encoding-related functions into a new header 2004-05-12 14:09:04 +00:00
mbsnrtowcs.c Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are 2004-07-21 10:54:57 +00:00
mbsrtowcs.3 Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are 2004-07-21 10:54:57 +00:00
mbsrtowcs.c Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are 2004-07-21 10:54:57 +00:00
mbstowcs.3 Markup nits. 2004-07-05 06:39:03 +00:00
mbstowcs.c Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are 2004-07-21 10:54:57 +00:00
mbtowc.3 Markup nits. 2004-07-05 06:39:03 +00:00
mbtowc.c Remove unnecessary #include directives. 2004-07-29 06:18:40 +00:00
mskanji.5 Markup nits. 2004-07-05 06:39:03 +00:00
mskanji.c Use a simpler, faster buffering scheme for partial characters in mbrtowc(). 2004-05-14 15:40:47 +00:00
multibyte.3 Markup, grammar, and spelling fixes. 2004-06-30 20:09:10 +00:00
nextwctype.3 Add a function to iterate over all characters in a particular character 2004-07-08 06:43:37 +00:00
nextwctype.c Add a function to iterate over all characters in a particular character 2004-07-08 06:43:37 +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 Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
none.c Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are 2004-07-21 10:54:57 +00:00
rune.3 Mechanically kill hard sentence breaks. 2004-07-02 23:52:20 +00:00
rune.c Prefer <runetype.h> to <rune.h>, since the latter is going away soon. 2004-07-29 06:16:19 +00:00
runetype.c Prefer <runetype.h> to <rune.h>, since the latter is going away soon. 2004-07-29 06:16:19 +00:00
setinvalidrune.c Mark the following interfaces as OBSOLETE_IN_6: 2003-06-13 07:13:54 +00:00
setlocale.3 Mechanically kill hard sentence breaks. 2004-07-02 23:52:20 +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 Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are 2004-07-21 10:54:57 +00:00
srune.c Move prototypes of various encoding-related functions into a new header 2004-05-12 14:09:04 +00:00
table.c Prefer <runetype.h> to <rune.h>, since the latter is going away soon. 2004-07-29 06:16:19 +00:00
toascii.3 From the PR: 2002-01-09 13:43:31 +00:00
tolower.3 Point out that although toupper() and tolower() really accept rune_t's 2002-10-03 11:14:00 +00:00
tolower.c Prefer <runetype.h> to <rune.h>, since the latter is going away soon. 2004-07-29 06:16:19 +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 Prefer <runetype.h> to <rune.h>, since the latter is going away soon. 2004-07-29 06:16:19 +00:00
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.5 Markup nits. 2004-07-05 06:39:03 +00:00
utf2.c Move prototypes of various encoding-related functions into a new header 2004-05-12 14:09:04 +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 Add UTF-8-specific implementations of mbsnrtowcs() and wcsnrtombs(). 2004-07-27 06:29:48 +00:00
wcrtomb.3 Update manual pages for change to C99 mbrtowc() semantics. 2004-04-08 09:59:02 +00:00
wcrtomb.c Move prototypes of various encoding-related functions into a new header 2004-05-12 14:09:04 +00:00
wcsftime.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
wcsftime.c Prepare to handle state-dependent encodings. This mainly involves not 2004-04-07 09:47:56 +00:00
wcsnrtombs.c Return the correct value when dst == NULL and conversion has stopped after 2004-07-22 02:57:29 +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 Assorted mdoc(7) fixes. 2003-05-22 13:02:28 +00:00
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 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 Add wcstol() and wcstoul(), based on strtol() and strtoul(). 2002-09-08 13:27:26 +00:00
wcstold.c Prepare to handle state-dependent encodings. This mainly involves not 2004-04-07 09:47:56 +00:00
wcstoll.c Add the remaining C99 wide character string to integer conversion functions. 2002-09-22 08:06:45 +00:00
wcstombs.3 Markup nits. 2004-07-05 06:39:03 +00:00
wcstombs.c Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are 2004-07-21 10:54:57 +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 Reduce overhead by calling internal versions of the multibyte conversion 2004-05-12 14:26:54 +00:00
wctomb.3 Markup nits. 2004-07-05 06:39:03 +00:00
wctomb.c Remove unnecessary #include directives. 2004-07-29 06:18:40 +00:00
wctrans.3 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
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 mdoc(7) police: sweep. 2002-11-29 17:35:09 +00:00
wcwidth.c Grab all the information we need about a character with one call to 2004-05-23 13:20:09 +00:00