summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-12-30 18:12:52 +0000
committerUlrich Drepper <drepper@redhat.com>1999-12-30 18:12:52 +0000
commit3ac4f91b92889704d9e89b6098e287d89cb84fad (patch)
tree9f35c20fc190cb5d957a2be542c15d324439591a /ChangeLog
parentcd7de27bf3958927bdc67ca53aded083970fe4de (diff)
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--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 35be953ab6..4db9d63b11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>