OSDN Git Service

Fix a few bugs in the new extended locale functions.
authorManuel Novoa III <mjn3@codepoet.org>
Sun, 24 Aug 2003 03:49:13 +0000 (03:49 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Sun, 24 Aug 2003 03:49:13 +0000 (03:49 -0000)
commit50660812be5588036a14fc85af16bccef68fac02
tree65f25cc1dda3c7efc76efee2c61b28973465db2a
parent02f74937667727e32c591afe42e90e2b515ab61e
Fix a few bugs in the new extended locale functions.
Move stub gettext functions to a stub libintl to make switching in
  gnu gettext easier.  Also add a few gnu-isms.
Change to using hidden names with global weak aliases for the extended
  locale functions, as expected by libstd++.
Slightly rework the locale data generation stuff to allow pregenerated
  locale data to be used with buildroot.
25 files changed:
Makefile
extra/locale/Makefile
include/langinfo.h
include/locale.h
include/stdlib.h
include/string.h
include/time.h
include/wchar.h
include/wctype.h
libc/misc/ctype/ctype.c
libc/misc/gnu/obstack.c
libc/misc/intl/Makefile
libc/misc/intl/intl.c
libc/misc/locale/.cvsignore
libc/misc/locale/Makefile
libc/misc/locale/locale.c
libc/misc/time/time.c
libc/misc/wctype/wctype.c
libc/stdlib/stdlib.c
libc/stdlib/strtod.c
libc/string/wstring.c
libc/sysdeps/linux/common/bits/uClibc_locale.h
libintl/.cvsignore [new file with mode: 0644]
libintl/Makefile [new file with mode: 0644]
libintl/intl.c [new file with mode: 0644]