Complete Citrus import. Import message catalog implement from
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 21 Apr 2005 16:36:35 +0000 (16:36 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 21 Apr 2005 16:36:35 +0000 (16:36 +0000)
commit32a7b49af5025caa26dc703952f47b39d046c9eb
treed3a841e99d0a9e68530e87f7263a1abe17874860
parentb0f542d200c805ae96ff02f9977aefbdfe138c46
Complete Citrus import. Import message catalog implement from
NetBSD. Remove external visible rune interface.

Obtained-from: Project Citrus / NetBSD
91 files changed:
Makefile.inc1
contrib/gcc-3.4/libstdc++-v3/config/os/bsd/freebsd/ctype_base.h [deleted file]
contrib/gcc-3.4/libstdc++-v3/config/os/bsd/freebsd/ctype_inline.h [deleted file]
contrib/gcc-3.4/libstdc++-v3/config/os/bsd/freebsd/ctype_noninline.h [deleted file]
contrib/gcc-3.4/libstdc++-v3/config/os/bsd/freebsd/os_defines.h [deleted file]
gnu/lib/gcc34/libstdc++/Makefile
include/Makefile
include/ctype.h
include/locale.h
include/nl_types.h
include/runetype.h [deleted file]
include/stdlib.h
include/wchar.h
include/wctype.h
lib/Makefile
lib/libc/Makefile.inc
lib/libc/gen/Makefile.inc
lib/libc/gen/isctype.c
lib/libc/gen/tolower.c [new file with mode: 0644]
lib/libc/gen/toupper.c [new file with mode: 0644]
lib/libc/locale/Makefile.inc
lib/libc/locale/_def_monetary.c [new file with mode: 0644]
lib/libc/locale/_def_time.c
lib/libc/locale/ansi.c [deleted file]
lib/libc/locale/big5.c [deleted file]
lib/libc/locale/collate.c
lib/libc/locale/euc.c [deleted file]
lib/libc/locale/fix_grouping.c [deleted file]
lib/libc/locale/gb18030.c [deleted file]
lib/libc/locale/gbk.c [deleted file]
lib/libc/locale/isctype.c [deleted file]
lib/libc/locale/ldpart.c [deleted file]
lib/libc/locale/lmessages.c [deleted file]
lib/libc/locale/lmessages.h [deleted file]
lib/libc/locale/lmonetary.c [deleted file]
lib/libc/locale/lmonetary.h [deleted file]
lib/libc/locale/lnumeric.c [deleted file]
lib/libc/locale/lnumeric.h [deleted file]
lib/libc/locale/localeconv.c
lib/libc/locale/mbrune.3 [deleted file]
lib/libc/locale/mbrune.c [deleted file]
lib/libc/locale/mskanji.c [deleted file]
lib/libc/locale/multibyte.3 [deleted file]
lib/libc/locale/nl_langinfo.c
lib/libc/locale/nomacros.c [deleted file]
lib/libc/locale/none.c [deleted file]
lib/libc/locale/rune.3 [deleted file]
lib/libc/locale/rune.c
lib/libc/locale/rune.h [moved from include/rune.h with 50% similarity]
lib/libc/locale/rune_local.h [moved from lib/libc/locale/ldpart.h with 63% similarity]
lib/libc/locale/runetype.c [deleted file]
lib/libc/locale/runetype.h [new file with mode: 0644]
lib/libc/locale/setinvalidrune.c [deleted file]
lib/libc/locale/setlocale.c
lib/libc/locale/setlocale.h [deleted file]
lib/libc/locale/setrunelocale.c
lib/libc/locale/table.c [deleted file]
lib/libc/locale/tolower.c [deleted file]
lib/libc/locale/toupper.c [deleted file]
lib/libc/locale/utf2.c [deleted file]
lib/libc/locale/utf8.c [deleted file]
lib/libc/nls/Makefile.inc
lib/libc/nls/msgcat.c [deleted file]
lib/libc/nls/msgcat.h [deleted file]
lib/libc/stdio/vfprintf.c
lib/libc/stdio/vfscanf.c
lib/libc/stdlib/getopt_long.c
lib/libc/stdtime/Makefile.inc
lib/libc/stdtime/strftime.c
lib/libc/stdtime/strptime.c
lib/libc/stdtime/timelocal.c
share/Makefile
share/mk/bsd.nls.mk
share/nls/Makefile [new file with mode: 0644]
share/nls/nls.alias [new file with mode: 0644]
sys/cpu/i386/include/stdint.h
sys/i386/include/stdint.h
sys/sys/localedef.h
sys/sys/stdint.h
usr.bin/Makefile
usr.bin/gencat/Makefile
usr.bin/gencat/gencat.1
usr.bin/gencat/gencat.c
usr.bin/gencat/gencat.h [deleted file]
usr.bin/gencat/genlib.c [deleted file]
usr.bin/mklocale/Makefile
usr.bin/mklocale/extern.h [deleted file]
usr.bin/mklocale/ldef.h
usr.bin/mklocale/lex.l
usr.bin/mklocale/mklocale.1
usr.bin/mklocale/yacc.y