diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-14 01:02:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-14 01:02:42 +0000 |
commit | 736ab899c4ab56dea0d329583f73e3f2b54a1dc1 (patch) | |
tree | a8da2935bd064d68d6cf060afb9dd7ef0debeaa9 /ChangeLog | |
parent | bf1097cb3b48059b37dd0fb140f329a26a54af0d (diff) | |
download | glibc-736ab899c4ab56dea0d329583f73e3f2b54a1dc1.tar.gz glibc-736ab899c4ab56dea0d329583f73e3f2b54a1dc1.tar.xz glibc-736ab899c4ab56dea0d329583f73e3f2b54a1dc1.zip |
Update.
* po/da.po: Update from translation team. * locale/categories.def: Fix typo [PR libc/2948]. * po/Makefile (BROKEN_LINGUAS): Works with current gettext [PR libc/2949]. * locale/iso-4217.def: Update from official version [PR libc/2950]. * glibcbug.in: Honor TMPDIR [PR libc/2951]. * locale/programs/ld-collate.c (collate_finish): Bail out with a message if input is too confusion instead of using assert. (collate_read): Don't crash on unknown symbol [PR libc/2952]. Patches by Alastair McKinstry <alastair@pdd.3com.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1e3fcc94a4..4f13100202 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 2002-02-13 Ulrich Drepper <drepper@redhat.com> + * po/da.po: Update from translation team. + + * locale/categories.def: Fix typo [PR libc/2948]. + * po/Makefile (BROKEN_LINGUAS): Works with current gettext + [PR libc/2949]. + * locale/iso-4217.def: Update from official version [PR libc/2950]. + * glibcbug.in: Honor TMPDIR [PR libc/2951]. + * locale/programs/ld-collate.c (collate_finish): Bail out with a + message if input is too confusion instead of using assert. + (collate_read): Don't crash on unknown symbol [PR libc/2952]. + Patches by Alastair McKinstry <alastair@pdd.3com.com>. + * elf/tst-tls1.c: Move #include "tls-macros.h" instead #ifdef USE_TLS. * elf/tst-tls2.c: Likewise. * elf/tst-tls3.c: Likewise. |