NetBSD/lib/libc/locale
wiz cef0afe940 Lots of grammar and wording changes from jmc@openbsd, with some
additional consistency changes by me.
2004-01-24 16:58:54 +00:00
..
Makefile.inc add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656) 2003-03-11 09:21:22 +00:00
___runetype_mb.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
__mb_cur_max.c
__wctoint.h
_def_messages.c netbsd.org->NetBSD.org 2003-07-26 19:24:24 +00:00
_def_monetary.c netbsd.org->NetBSD.org 2003-07-26 19:24:24 +00:00
_def_numeric.c netbsd.org->NetBSD.org 2003-07-26 19:24:24 +00:00
_def_time.c netbsd.org->NetBSD.org 2003-07-26 19:24:24 +00:00
_wcstol.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
_wcstoul.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
_wctrans.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +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
aliasname_local.h
btowc.3 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +00:00
ctypeio.c
ctypeio.h
iswalnum.3 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +00:00
iswctype.3 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +00:00
iswctype.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
iswctype_sb.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
localeconv.c KNF 2004-01-02 21:49:35 +00:00
mblen.3 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +00:00
mbrlen.3 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +00:00
mbrtowc.3 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +00:00
mbsinit.3 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +00:00
mbsrtowcs.3 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +00:00
mbstowcs.3 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +00:00
mbtowc.3 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +00:00
multibyte.h The fourth parameter of _citrus_ctype_mbrtowc() is a size_t, not a 2003-04-29 14:53:12 +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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
nl_langinfo.3 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +00:00
nl_langinfo.c netbsd.org->NetBSD.org 2003-07-26 19:24:24 +00:00
rune.c Make this compile, and, as a side-effect, LP64 clean. 2004-01-06 11:29:30 +00:00
rune.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
runetype.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
setlocale.3 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +00:00
setlocale.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
towctrans.3 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +00:00
towlower.3 Use St -isoC-9X instead of St -isoC9X, to be in sync with groff. 2003-09-08 17:54:31 +00:00
wcrtomb.3 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +00:00
wcscoll.c add some ISO C 1995 I18N functions and types: 2003-03-02 22:18:11 +00:00
wcsrtombs.3 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +00:00
wcstod.c
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 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +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 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +00:00
wctomb.3 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +00:00
wctrans.3 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +00:00
wctype.3 Lots of grammar and wording changes from jmc@openbsd, with some 2004-01-24 16:58:54 +00:00