Add Citrus files not conflicting with the current rune implementation.
commit639445fb231a5ed7a497e039cc4a7133536e21f4
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 16 Mar 2005 06:54:41 +0000 (16 06:54 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 16 Mar 2005 06:54:41 +0000 (16 06:54 +0000)
tree1ec9ad0906fa1b64cee88870b37c99ff9643aad5
parent03b24ea2ebc3d66913ad3698ab0db718c4d8a6ac
Add Citrus files not conflicting with the current rune implementation.

Obtained-from: NetBSD / Citrus Project
35 files changed:
lib/libc/gen/ctype.c [new file with mode: 0644]
lib/libc/gen/isascii.c [new file with mode: 0644]
lib/libc/gen/toascii.c [new file with mode: 0644]
lib/libc/locale/___runetype_mb.c [new file with mode: 0644]
lib/libc/locale/__mb_cur_max.c [new file with mode: 0644]
lib/libc/locale/__wctoint.h [new file with mode: 0644]
lib/libc/locale/_def_messages.c [new file with mode: 0644]
lib/libc/locale/_def_numeric.c [new file with mode: 0644]
lib/libc/locale/_def_time.c [new file with mode: 0644]
lib/libc/locale/_wcstol.h [new file with mode: 0644]
lib/libc/locale/_wcstoul.h [new file with mode: 0644]
lib/libc/locale/_wctrans.c [new file with mode: 0644]
lib/libc/locale/_wctrans_local.h [new file with mode: 0644]
lib/libc/locale/aliasname.c [new file with mode: 0644]
lib/libc/locale/aliasname_local.h [new file with mode: 0644]
lib/libc/locale/ctypeio.c [new file with mode: 0644]
lib/libc/locale/ctypeio.h [new file with mode: 0644]
lib/libc/locale/iswctype.c [new file with mode: 0644]
lib/libc/locale/multibyte.h [new file with mode: 0644]
lib/libc/locale/multibyte_amd1.c [new file with mode: 0644]
lib/libc/locale/multibyte_c90.c [new file with mode: 0644]
lib/libc/locale/runeglue.c [new file with mode: 0644]
lib/libc/locale/runetable.c [new file with mode: 0644]
lib/libc/locale/wcscoll.c [new file with mode: 0644]
lib/libc/locale/wcstod.c [new file with mode: 0644]
lib/libc/locale/wcstoimax.c [new file with mode: 0644]
lib/libc/locale/wcstol.c [new file with mode: 0644]
lib/libc/locale/wcstoll.c [new file with mode: 0644]
lib/libc/locale/wcstoul.c [new file with mode: 0644]
lib/libc/locale/wcstoull.c [new file with mode: 0644]
lib/libc/locale/wcstoumax.c [new file with mode: 0644]
lib/libc/locale/wcsxfrm.c [new file with mode: 0644]
lib/libc/nls/catclose.c [new file with mode: 0644]
lib/libc/nls/catgets.c [new file with mode: 0644]
lib/libc/nls/catopen.c [new file with mode: 0644]