.. |
big5.5
|
Add manual pages for the BIG5, GB18030 and MSKanji encodings. These may
|
2003-08-10 09:23:51 +00:00 |
big5.c
|
Remove unused #includes.
|
2003-11-08 02:58:37 +00:00 |
btowc.3
|
Add cross references to mbrtowc(3) and wcrtomb(3).
|
2002-11-10 11:14:58 +00:00 |
btowc.c
|
Implement btowc() in terms of mbrtowc() instead of sgetrune(), and
|
2003-08-07 07:45:35 +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
|
mdoc(7): Use the new feature of the .In macro.
|
2003-09-08 19:57:22 +00:00 |
digittoint.3
|
mdoc(7) police: tidy up.
|
2002-03-18 15:44:27 +00:00 |
euc.4
|
Refer to wide characters instead of runes. Remove redundant example locale.
|
2003-11-08 02:52:31 +00:00 |
euc.5
|
Refer to wide characters instead of runes. Remove redundant example locale.
|
2003-11-08 02:52:31 +00:00 |
euc.c
|
Remove unused #includes.
|
2003-11-08 02:58:37 +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
|
Add a fairly simple manual page for the new GB2312 encoding.
|
2003-11-08 03:02:45 +00:00 |
gb2312.c
|
Remove unused #includes.
|
2003-11-08 02:58:37 +00:00 |
gb18030.5
|
Cross-reference gbk(5) now that it exists. Fix a copy & paste error:
|
2003-08-10 11:36:42 +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
|
Remove unused #includes.
|
2003-11-08 02:58:37 +00:00 |
isalnum.3
|
Add a note to the Compatiblity section suggesting that these functions
|
2002-10-06 10:15:38 +00:00 |
isalpha.3
|
Add a note to the Compatiblity section suggesting that these functions
|
2002-10-06 10:15:38 +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
|
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
|
Cosmetic - remove unneded brackets and #undef
|
2002-08-17 20:03:44 +00:00 |
isdigit.3
|
Add a note to the Compatiblity section suggesting that these functions
|
2002-10-06 10:15:38 +00:00 |
isgraph.3
|
Add a note to the Compatiblity section suggesting that these functions
|
2002-10-06 10:15:38 +00:00 |
islower.3
|
Add a note to the Compatiblity section suggesting that these functions
|
2002-10-06 10:15:38 +00:00 |
isprint.3
|
Add a note to the Compatiblity section suggesting that these functions
|
2002-10-06 10:15:38 +00:00 |
ispunct.3
|
Add a note to the Compatiblity section suggesting that these functions
|
2002-10-06 10:15:38 +00:00 |
isspace.3
|
Add a note to the Compatiblity section suggesting that these functions
|
2002-10-06 10:15:38 +00:00 |
isupper.3
|
Add a note to the Compatiblity section suggesting that these functions
|
2002-10-06 10:15:38 +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
|
Add a note to the Compatiblity section suggesting that these functions
|
2002-10-06 10:15:38 +00:00 |
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
|
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.c
|
. style(9)
|
2003-06-26 10:46:16 +00:00 |
Makefile.inc
|
Add a fairly simple manual page for the new GB2312 encoding.
|
2003-11-08 03:02:45 +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
|
Style: One space between "restrict" qualifier and "*".
|
2002-09-06 11:24:06 +00:00 |
mbrtowc.3
|
mdoc(7) police: sweep.
|
2002-11-29 17:35:09 +00:00 |
mbrtowc.c
|
Allow mbrtowc() and wcrtomb() to be implemented directly, instead of
|
2003-11-01 05:13:13 +00:00 |
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
|
Implement the ISO C90 Amd.1 restartable wide and multibyte character
|
2002-08-18 06:30:10 +00:00 |
mbsrtowcs.3
|
mdoc(7) police: sweep.
|
2002-11-29 17:35:09 +00:00 |
mbsrtowcs.c
|
Style: One space between "restrict" qualifier and "*".
|
2002-09-06 11:24:06 +00:00 |
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
|
Fix the case of the encoding name in the ENCODING line. Names are
|
2003-08-10 11:41:38 +00:00 |
mskanji.c
|
Remove unused #includes.
|
2003-11-08 02:58:37 +00:00 |
multibyte.3
|
Cross-reference gbk(5).
|
2003-08-10 11:38:28 +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
|
Allow mbrtowc() and wcrtomb() to be implemented directly, instead of
|
2003-11-01 05:13:13 +00:00 |
rune.3
|
mdoc(7): Use the new feature of the .In macro.
|
2003-09-08 19:57:22 +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
|
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
|
Remove incomplete support for running FreeBSD userland on old NetBSD kernels
|
2003-10-29 10:45:01 +00:00 |
setlocale.h
|
Reorganize wrapper around setrunelocale() to mark it as deprecated
|
2003-07-06 02:03:37 +00:00 |
setrunelocale.c
|
Add gb2312 encoding.
|
2003-11-05 22:52:51 +00:00 |
srune.c
|
Allow mbrtowc() and wcrtomb() to be implemented directly, instead of
|
2003-11-01 05:13:13 +00:00 |
table.c
|
Allow mbrtowc() and wcrtomb() to be implemented directly, instead of
|
2003-11-01 05:13:13 +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
|
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
|
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
|
Refer to wide characters instead of runes.
|
2003-11-08 02:46:02 +00:00 |
utf2.5
|
Refer to wide characters instead of runes.
|
2003-11-08 02:46:02 +00:00 |
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
|
Convert the Big5, EUC, MSKanji and UTF-8 encoding methods to implement
|
2003-11-02 10:09:33 +00:00 |
wcrtomb.3
|
mdoc(7) police: sweep.
|
2002-11-29 17:35:09 +00:00 |
wcrtomb.c
|
Allow mbrtowc() and wcrtomb() to be implemented directly, instead of
|
2003-11-01 05:13:13 +00:00 |
wcsftime.3
|
mdoc(7) police: sweep.
|
2002-11-29 17:35:09 +00:00 |
wcsftime.c
|
Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.
|
2003-10-31 13:29:00 +00:00 |
wcsrtombs.3
|
mdoc(7) police: sweep.
|
2002-11-29 17:35:09 +00:00 |
wcsrtombs.c
|
Style: One space between "restrict" qualifier and "*".
|
2002-09-06 11:24:06 +00:00 |
wcstod.3
|
Assorted mdoc(7) fixes.
|
2003-05-22 13:02:28 +00:00 |
wcstod.c
|
Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.
|
2003-10-31 13:29:00 +00:00 |
wcstof.c
|
Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.
|
2003-10-31 13:29:00 +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
|
Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.
|
2003-10-31 13:29:00 +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
|
Implement mbstowcs() as a wrapper around mbsrtowcs(), and wcstombs()
|
2003-08-07 08:04:01 +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
|
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
|
Remove TODO comment about creating a macro version of towctrans().
|
2003-11-01 08:20:58 +00:00 |
wctype.3
|
mdoc(7) police: sweep.
|
2002-11-29 17:35:09 +00:00 |
wctype.c
|
Change wctype_t to an unsigned type to avoid warnings.
|
2002-08-04 12:43:53 +00:00 |
wcwidth.3
|
mdoc(7) police: sweep.
|
2002-11-29 17:35:09 +00:00 |
wcwidth.c
|
Use modern-style arguments declaration
|
2002-08-19 20:32:27 +00:00 |