diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-28 03:51:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-28 03:51:40 +0000 |
commit | 3d4ac1ec92d8b9fce3dfa9cfa0ba030994f17744 (patch) | |
tree | e4a022c97bd0c54b47f02e6e1b08ffd95a6d11a5 /ChangeLog | |
parent | 6adc15f574fd12e097fc8c96e969d0092243069e (diff) | |
download | glibc-3d4ac1ec92d8b9fce3dfa9cfa0ba030994f17744.tar.gz glibc-3d4ac1ec92d8b9fce3dfa9cfa0ba030994f17744.tar.xz glibc-3d4ac1ec92d8b9fce3dfa9cfa0ba030994f17744.zip |
Update.
* locale/programs/ld-collate.c (insert_weights): Also update backpointer of next element. (collate_read): Allow definition of new collation symbols in stage 2. Symbol after reorder-after can be UCS4 value. Allow reordering of collation symbols and elements. Do not only move reorder entry in new position. Instead call insert_weight to do this and read the weights.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 42d3333b70..923e5613ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2000-08-27 Ulrich Drepper <drepper@redhat.com> + * locale/programs/ld-collate.c (insert_weights): Also update + backpointer of next element. + (collate_read): Allow definition of new collation symbols in stage 2. + Symbol after reorder-after can be UCS4 value. + Allow reordering of collation symbols and elements. + Do not only move reorder entry in new position. Instead call + insert_weight to do this and read the weights. + * locale/findlocale.c (free_mem): Add cast to avoid warning. * intl/dcigettext.c (DCIGETTEXT): Remove _nl_find_language in code |