NetBSD/lib/libc/locale
wiz 641d5b8a5c nul, not null (for the character). 2006-10-14 07:44:58 +00:00
..
Makefile.inc PR/30809 added manpages of wcswcs(3) and wcscoll(3), wcsxfrm(3) 2006-10-13 17:28:09 +00:00
___runetype_mb.c considering huge character set(ucs, gb18030), 2005-02-10 19:19:57 +00:00
__mb_cur_max.c
__wctoint.h
_def_messages.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
_def_monetary.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
_def_numeric.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
_def_time.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
_wcstod.h add c99 wcstof(3) and wcstold(3). 2006-04-15 12:17:22 +00:00
_wcstol.h WARNS=4 2005-11-29 03:11:58 +00:00
_wcstoul.h WARNS=4 2005-11-29 03:11:58 +00:00
_wctrans.c considering huge character set(ucs, gb18030), 2005-02-10 19:19:57 +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 A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
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 WARNS=4 2005-11-29 03:11:58 +00:00
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 A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
iswctype_sb.c make sure CITRUS=no to work. 2004-07-21 20:27:46 +00:00
localeconv.c WARNS=4 2005-11-29 03:11:58 +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 Quote some characters for HTML output. 2006-08-08 17:31:35 +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 make sure CITRUS=no to work. 2004-07-21 20:27:46 +00:00
nl_langinfo.3 Quote some characters for HTML output. 2006-08-08 17:31:35 +00:00
nl_langinfo.c WARNS=4 2005-11-29 03:11:58 +00:00
rune.c Coverity CID 571: Remove dead code. 2006-03-19 02:54:38 +00:00
rune.h make "locale -a" read locale.alias file. 2006-02-16 19:19:49 +00:00
rune_local.h WARNS=4 2005-11-29 03:11:58 +00:00
runeglue.c WARNS=4 2005-11-29 03:11:58 +00:00
runetable.c constify and remove an __UNCONST. 2005-12-02 11:10:45 +00:00
runetype.h WARNS=4 2005-11-29 03:11:58 +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 make "locale -a" read locale.alias file. 2006-02-16 19:19:49 +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 WARNS=4 2005-11-29 03:11:58 +00:00
towctrans.3 Fix pasto, noted by Marc Espie. 2005-06-27 14:18:36 +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 correct a function prototype. 2004-09-27 07:07:04 +00:00
wcscoll.3 nul, not null (for the character). 2006-10-14 07:44:58 +00:00
wcscoll.c add some ISO C 1995 I18N functions and types: 2003-03-02 22:18:11 +00:00
wcsftime.3 Add some pedantry to exceptions from being equivalent to strftime. 2005-04-06 21:39:17 +00:00
wcsftime.c use wcstombs/mbstowcs instead of wcsrtombs/mbsrtombs 2006-10-04 14:19:16 +00:00
wcsrtombs.3 Bump date for previous. 2006-08-08 17:32:56 +00:00
wcstod.3 Some serial commas. 2006-04-23 16:44:00 +00:00
wcstod.c namespace protect wcstod too, and fix the protection in wcstold and wcstof. 2006-04-16 17:03:32 +00:00
wcstof.c namespace protect wcstod too, and fix the protection in wcstold and wcstof. 2006-04-16 17:03:32 +00:00
wcstoimax.c fix missing license. 2004-06-21 21:20:05 +00:00
wcstol.3 Add RCS Id. 2006-08-08 17:32:05 +00:00
wcstol.c fix missing license. 2004-06-21 21:20:05 +00:00
wcstold.c namespace protect wcstod too, and fix the protection in wcstold and wcstof. 2006-04-16 17:03:32 +00:00
wcstoll.c fix missing license. 2004-06-21 21:20:05 +00:00
wcstombs.3 Bump date for previous. 2006-08-08 17:32:56 +00:00
wcstoul.c fix missing license. 2004-06-21 21:20:05 +00:00
wcstoull.c fix missing license. 2004-06-21 21:20:05 +00:00
wcstoumax.c fix missing license. 2004-06-21 21:20:05 +00:00
wcsxfrm.3 PR/30809 added manpages of wcswcs(3) and wcscoll(3), wcsxfrm(3) 2006-10-13 17:28:09 +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
wcwidth.3 Quote some characters for HTML output. 2006-08-08 17:31:35 +00:00