diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-20 00:07:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-20 00:07:20 +0000 |
commit | dbfdf94429eec0dcf065f1abcc31a08799cf140f (patch) | |
tree | 2509691a724d26c38a399c3e8b56fdc1d5c77fab /ChangeLog | |
parent | 6a07e1f8df9bee9a7d8bd87f27d796bd671a5109 (diff) | |
download | glibc-dbfdf94429eec0dcf065f1abcc31a08799cf140f.tar.gz glibc-dbfdf94429eec0dcf065f1abcc31a08799cf140f.tar.xz glibc-dbfdf94429eec0dcf065f1abcc31a08799cf140f.zip |
Update.
2000-01-19 Ulrich Drepper <drepper@cygnus.com> * locale/weight.h (findidx): Little optimization. Correctly return offset in indirect table. * locale/programs/ld-collate.c (struct element_t): Add mblast and compute it where necessary. (insert_weights): Correctly handle missing weights in ellipsis expression. (handle_ellipsis): Correctly enqueue new element. (collate_output): Insert indirect references in the right order.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ec92312685..30136f55ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2000-01-19 Ulrich Drepper <drepper@cygnus.com> + + * locale/weight.h (findidx): Little optimization. Correctly return + offset in indirect table. + * locale/programs/ld-collate.c (struct element_t): Add mblast + and compute it where necessary. + (insert_weights): Correctly handle missing weights in ellipsis + expression. + (handle_ellipsis): Correctly enqueue new element. + (collate_output): Insert indirect references in the right order. + 2000-01-18 Ulrich Drepper <drepper@cygnus.com> * wcsmbs/mbrtowc.c: Create temporary state object if no output is |