diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-31 06:06:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-31 06:06:35 +0000 |
commit | beaaf574bfe6cb503269970fc53ebeacf63eae57 (patch) | |
tree | 4cc9d21aeba24007193b2623caaee7eb4a7e87ce /ChangeLog | |
parent | de153e7f50baa4ea7fac013f3b77b3a4fe314664 (diff) | |
download | glibc-beaaf574bfe6cb503269970fc53ebeacf63eae57.tar glibc-beaaf574bfe6cb503269970fc53ebeacf63eae57.tar.gz glibc-beaaf574bfe6cb503269970fc53ebeacf63eae57.tar.bz2 glibc-beaaf574bfe6cb503269970fc53ebeacf63eae57.zip |
Update.
* locale/localeinfo.h (enum value_type): Add wstring, wstringarray,
and wstringlist.
* locale/categories.def: Mark wide char strings as wstring or
stringarray.
* locale/programs/locale.c (show_info): Handle wstring, wstringarray,
and wstringlist. Print keywords only if there is real output.
Reported by Chen Xiangyang <chenxy@opencjk.org>.
* sysdeps/sparc/fpu/bits/mathinline.h: Add __THROW where necessary.
Patch by Ben Collins <bcollins@debian.org>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2000-10-30 Ulrich Drepper <drepper@redhat.com> + * locale/localeinfo.h (enum value_type): Add wstring, wstringarray, + and wstringlist. + * locale/categories.def: Mark wide char strings as wstring or + stringarray. + * locale/programs/locale.c (show_info): Handle wstring, wstringarray, + and wstringlist. Print keywords only if there is real output. + Reported by Chen Xiangyang <chenxy@opencjk.org>. + + * sysdeps/sparc/fpu/bits/mathinline.h: Add __THROW where necessary. + Patch by Ben Collins <bcollins@debian.org>. + * stdio-common/Makefile (tests): Add tst-fmemopen. * stdio-common/tst-fmemopen.c: New file. Test case by Ben Collins <bcollins@debian.org>. |