NetBSD/lib/libc/locale
tnozaki a55e9cdf1a fix lib/33476:
added following manpages (derived from FreeBSD),
    wcwidth(3) wcswidth(3)
    wcstol(3) wcstoll(3) wcstoimax(3)
    wcstoul(3) wcstoull(3) wcstoumax(3)
  and update doc/TODO.i18n.
2006-06-03 04:36:43 +00:00
..
Makefile.inc fix lib/33476: 2006-06-03 04:36:43 +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
aliasname.c A little libc namespace housekeeping exercise: 2005-02-09 21:35:46 +00:00
aliasname_local.h
btowc.3
ctypeio.c WARNS=4 2005-11-29 03:11:58 +00:00
ctypeio.h
iswalnum.3
iswctype.3
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
mbrlen.3
mbrtowc.3
mbsinit.3
mbsrtowcs.3
mbstowcs.3
mbtowc.3
multibyte.h
multibyte_amd1.c
multibyte_c90.c
multibyte_sb.c make sure CITRUS=no to work. 2004-07-21 20:27:46 +00:00
nl_langinfo.3 Use backslash+e for a literal backslash. 2005-10-03 19:20:53 +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
setlocale.c make "locale -a" read locale.alias file. 2006-02-16 19:19:49 +00:00
setlocale1.c
setlocale32.c
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
wcrtomb.3 correct a function prototype. 2004-09-27 07:07:04 +00:00
wcscoll.c
wcsftime.3 Add some pedantry to exceptions from being equivalent to strftime. 2005-04-06 21:39:17 +00:00
wcsftime.c PR/29826: J. T. Conklin: Add wcsftime(3) (from FreeBSD) 2005-03-30 03:47:11 +00:00
wcsrtombs.3
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
wcstol.3 fix lib/33476: 2006-06-03 04:36:43 +00:00
wcstol.c
wcstold.c namespace protect wcstod too, and fix the protection in wcstold and wcstof. 2006-04-16 17:03:32 +00:00
wcstoll.c
wcstombs.3
wcstoul.c
wcstoull.c
wcstoumax.c
wcsxfrm.c
wctob.3
wctomb.3
wctrans.3
wctype.3
wcwidth.3 fix lib/33476: 2006-06-03 04:36:43 +00:00