..
Makefile.inc
add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656)
2003-03-11 09:21:22 +00:00
___runetype_mb.c
- support for the additional code area of zh_CN.GB18030 locale,
2003-04-06 18:33:23 +00:00
__mb_cur_max.c
split setlocale.c for smaller footprint (do not pull things in too much).
2001-01-25 01:25:05 +00:00
__wctoint.h
add a header used by wcstoul/wcstol.
2001-09-28 11:25:37 +00:00
_def_messages.c
…
_def_monetary.c
Add casts to please lint. Reviewed by christos.
2001-02-09 10:55:48 +00:00
_def_numeric.c
…
_def_time.c
…
_wcstol.h
add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656)
2003-03-11 09:21:22 +00:00
_wcstoul.h
add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656)
2003-03-11 09:21:22 +00:00
_wctrans.c
- support for the additional code area of zh_CN.GB18030 locale,
2003-04-06 18:33:23 +00:00
_wctrans_local.h
- support for the additional code area of zh_CN.GB18030 locale,
2003-04-06 18:33:23 +00:00
aliasname.c
add a function to handle alias names.
2002-02-13 07:45:52 +00:00
aliasname_local.h
add a function to handle alias names.
2002-02-13 07:45:52 +00:00
btowc.3
Use Dv in some places, and sort SEE ALSO.
2003-03-17 08:29:44 +00:00
ctypeio.c
include <string.h> for mem*
2000-07-01 00:05:27 +00:00
ctypeio.h
…
iswalnum.3
add CAVEATS.
2002-07-10 14:46:10 +00:00
iswctype.3
Improve English, sort SEE ALSO.
2003-03-17 08:49:46 +00:00
iswctype.c
- support for the additional code area of zh_CN.GB18030 locale,
2003-04-06 18:33:23 +00:00
iswctype_sb.c
wcwidth's argument is wchar_t. not wint_t.
2002-03-14 21:18:46 +00:00
localeconv.c
C99: add new parameters int_p_cs_precedes, int_n_cs_precedes,
2001-01-02 10:53:24 +00:00
mblen.3
New sentence, new line. From Robert Elz.
2002-10-01 17:02:56 +00:00
mbrlen.3
New sentence, new line. From Robert Elz.
2002-10-01 17:02:56 +00:00
mbrtowc.3
HTML-quote another <> pair.
2002-03-18 08:02:19 +00:00
mbsinit.3
New sentence, new line. From Robert Elz.
2002-10-01 17:02:56 +00:00
mbsrtowcs.3
New sentence, new line. From Robert Elz.
2002-10-01 17:02:56 +00:00
mbstowcs.3
return value 0 doesn't have special meanings.
2002-03-25 20:01:22 +00:00
mbtowc.3
New sentence, new line. From Robert Elz.
2002-10-01 17:02:56 +00:00
multibyte.h
Move mbstate_t materials from locale/runetype.h to locale/multibyte.h.
2002-03-18 22:58:44 +00:00
multibyte_amd1.c
changes related to lib/20576 and lib/20577.
2003-03-05 20:18:14 +00:00
multibyte_c90.c
changes related to lib/20576 and lib/20577.
2003-03-05 20:18:14 +00:00
multibyte_sb.c
changes related to lib/20576 and lib/20577.
2003-03-05 20:18:14 +00:00
nl_langinfo.3
Bump date for last changes, and add some dots.
2003-02-12 18:52:12 +00:00
nl_langinfo.c
refine i18n stuffs.
2002-03-17 22:14:05 +00:00
rune.c
changes related to lib/20576 and lib/20577.
2003-03-05 20:18:14 +00:00
rune.h
changes for cross build on FreeBSD box.
2003-03-11 17:23:07 +00:00
rune_local.h
add some ISO C 1995 I18N functions and types:
2003-03-02 22:18:11 +00:00
runeglue.c
rename _CTYPE_x to _RUNETYPE_x for avoiding compile error on FreeBSD.
2003-03-10 21:18:48 +00:00
runetable.c
changes related to lib/20576 and lib/20577.
2003-03-05 20:18:14 +00:00
runetype.h
- support for the additional code area of zh_CN.GB18030 locale,
2003-04-06 18:33:23 +00:00
setlocale.3
New sentence, new line; bump date for latest changes; mark LC_* up
2003-02-12 18:57:27 +00:00
setlocale.c
Rearrange code to avoid core dump and just return an error instead
2002-08-07 04:42:42 +00:00
setlocale1.c
changes for cross build on FreeBSD box.
2003-03-11 17:23:07 +00:00
setlocale32.c
changes for cross build on FreeBSD box.
2003-03-11 17:23:07 +00:00
setrunelocale.c
remove _StreamStateTable.
2002-08-03 11:10:51 +00:00
towctrans.3
Drop trailing space.
2003-03-17 08:41:31 +00:00
towlower.3
towlower appeared twice in synopsis.
2002-10-01 17:00:22 +00:00
wcrtomb.3
Fix .Dd argument, sort SEE ALSO, remove trailing dot in SEE ALSO,
2002-03-18 07:56:28 +00:00
wcscoll.c
add some ISO C 1995 I18N functions and types:
2003-03-02 22:18:11 +00:00
wcsrtombs.3
New sentence, new line. From Robert Elz.
2002-10-01 17:02:56 +00:00
wcstod.c
remove #if define(lint).
2001-10-28 12:08:43 +00:00
wcstoimax.c
add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656)
2003-03-11 09:21:22 +00:00
wcstol.c
add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656)
2003-03-11 09:21:22 +00:00
wcstoll.c
add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656)
2003-03-11 09:21:22 +00:00
wcstombs.3
return value 0 doesn't have special meanings.
2002-03-25 20:01:22 +00:00
wcstoul.c
add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656)
2003-03-11 09:21:22 +00:00
wcstoull.c
add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656)
2003-03-11 09:21:22 +00:00
wcstoumax.c
add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656)
2003-03-11 09:21:22 +00:00
wcsxfrm.c
add some ISO C 1995 I18N functions and types:
2003-03-02 22:18:11 +00:00
wctob.3
Use .Dv in some places, add "function" in another, and sort SEE ALSO.
2003-03-17 08:33:45 +00:00
wctomb.3
Fix .Dd argument, sort SEE ALSO, remove trailing dot in SEE ALSO,
2002-03-18 07:56:28 +00:00
wctrans.3
add manual pages for iswctype(), towctrans(), wctype() and wctrans().
2003-03-04 12:11:49 +00:00
wctype.3
Drop trailing space.
2003-03-17 08:41:31 +00:00