diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-02 15:54:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-02 15:54:15 +0000 |
commit | 80e069e0b276a729ba26997a8684e4746e974cc9 (patch) | |
tree | 63e907ba6c0cff3923933f714c5fd91ecde08b8b /ChangeLog | |
parent | 95bddc0c3bb35a234635f05ccdd88a442ead9a65 (diff) | |
download | glibc-80e069e0b276a729ba26997a8684e4746e974cc9.tar glibc-80e069e0b276a729ba26997a8684e4746e974cc9.tar.gz glibc-80e069e0b276a729ba26997a8684e4746e974cc9.tar.bz2 glibc-80e069e0b276a729ba26997a8684e4746e974cc9.zip |
[BZ #645]
2007-10-02 Ulrich Drepper <drepper@redhat.com>
[BZ #645]
* locale/programs/ld-collate.c (collate_finish): Compare against last
used section which is known to have rules defined.
(collate_read): After order_start, correctly record order of sections
and queue sections up.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-10-02 Ulrich Drepper <drepper@redhat.com> + + [BZ #645] + * locale/programs/ld-collate.c (collate_finish): Compare against last + used section which is known to have rules defined. + (collate_read): After order_start, correctly record order of sections + and queue sections up. + 2007-10-01 Ulrich Drepper <drepper@redhat.com> [BZ #5071] |