diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-30 18:12:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-30 18:12:52 +0000 |
commit | 3ac4f91b92889704d9e89b6098e287d89cb84fad (patch) | |
tree | 9f35c20fc190cb5d957a2be542c15d324439591a /ChangeLog | |
parent | cd7de27bf3958927bdc67ca53aded083970fe4de (diff) | |
download | glibc-3ac4f91b92889704d9e89b6098e287d89cb84fad.zip glibc-3ac4f91b92889704d9e89b6098e287d89cb84fad.tar.gz glibc-3ac4f91b92889704d9e89b6098e287d89cb84fad.tar.bz2 |
Update.
* locale/programs/ld-collate.c (collate_finish): Always define
weight for UNDEFINED if not defined by the user but don't complain
unless it is needed in the multibyte character table.
(collate_output): Add extra dummy elements in wide char tables in the
same way done for multibyte. Always output undefined entry in
wide character table.
Contributed by Richard Henderson, Jakub Jelinek and others.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,12 @@ 1999-12-30 Ulrich Drepper <drepper@cygnus.com> + * locale/programs/ld-collate.c (collate_finish): Always define + weight for UNDEFINED if not defined by the user but don't complain + unless it is needed in the multibyte character table. + (collate_output): Add extra dummy elements in wide char tables in the + same way done for multibyte. Always output undefined entry in + wide character table. + * locale/Makefile (categories): Remove commented-out old definition. * locale/programs/ld-collate.c (insert_value): Don't pass wide string @@ -32,7 +39,7 @@ * soft-fp/*: Tons of new files to implement floating-point arithmetic in software. - Contributed by Richard Henderson, Jakub Jelinek and others. + Contributed by Richard Henderson, Jakub Jelinek and others. 1999-12-29 Andreas Jaeger <aj@suse.de> |