OSDN Git Service

Ok... here's the summary:
authorManuel Novoa III <mjn3@codepoet.org>
Fri, 22 Nov 2002 03:05:27 +0000 (03:05 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Fri, 22 Nov 2002 03:05:27 +0000 (03:05 -0000)
commitc386ddb4d8a1b076d94ebe8b85ca5d0dd124892b
treee30c9d77393721491f4a3a42e223980352b72ff8
parent2b8a8dc7144328f301390f13fa560d29a410e34f
Ok... here's the summary:
Hopefully locale support will build when cross compiling now.  Collation is
  still not supported, but that's what I'm currently working on.  In the
  next couple of days, I'll probably put up a couple of files for download
  that will save people the trouble of generating all the glibc locales.
Added *wprintf functions, although they currently don't support floating
  point.  That will be fixed when I rewrite _dtostr... or possibly before.
Added the wcsto{inttype} functions.
Added iconv() and a mini iconv utility.  The require locale support and
  only provide for conversions involving the various unicode encodings
  { UCS-4*, UCS-2*, UTF-32*, UTF-16*, UTF-8 }, the 8-bit codesets built
  with the locale data, and the internal WCHAR_T.
25 files changed:
Makefile
TODO
docs/Glibc_vs_uClibc_Differences.txt
extra/locale/Makefile
extra/locale/README
extra/locale/gen_ldc.c [new file with mode: 0644]
extra/locale/gen_locale.c
extra/locale/gen_mmap.c
extra/locale/gen_wc8bit.c
extra/locale/gen_wctype.c
extra/locale/locale_mmap.h
include/iconv.h [new file with mode: 0644]
ldso/util/Makefile
libc/misc/locale/locale.c
libc/misc/time/time.c
libc/misc/wchar/Makefile
libc/misc/wchar/wchar.c
libc/misc/wchar/wstdio.c
libc/stdio/Makefile
libc/stdio/printf.c
libc/stdio/stdio.c
libc/stdlib/Makefile
libc/stdlib/stdlib.c
libc/sysdeps/linux/common/bits/uClibc_locale.h
libc/sysdeps/linux/common/bits/uClibc_stdio.h