From 5df3a3730011a367c5c8a65c3c9c7e986a0f7a87 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper <drepper@redhat.com> Date: Sun, 23 Jul 2000 00:20:47 +0000 Subject: Update. 2000-07-22 Mark Kettenis <kettenis@gnu.org> * locale/findlocale.c (locale_file_list): Use __LC_LAST as array size instead of LC_ALL to take into account the new locale categories. --- ChangeLog | 6 ++++++ locale/findlocale.c | 2 +- localedata/ChangeLog | 1 + localedata/tst-ctype-de_DE.ISO-8859-1.in | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 400c7a1f42..8c43b47c42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-07-22 Mark Kettenis <kettenis@gnu.org> + + * locale/findlocale.c (locale_file_list): Use __LC_LAST as array + size instead of LC_ALL to take into account the new locale + categories. + 2000-07-22 Ulrich Drepper <drepper@redhat.com> * iconv/gconv_trans.c: Correct a few bugs in the search loop. Remove diff --git a/locale/findlocale.c b/locale/findlocale.c index 7567744432..1dc4e53e9e 100644 --- a/locale/findlocale.c +++ b/locale/findlocale.c @@ -34,7 +34,7 @@ extern struct locale_data *const _nl_C[]; /* For each category we keep a list of records for the locale files which are somehow addressed. */ -static struct loaded_l10nfile *locale_file_list[LC_ALL]; +static struct loaded_l10nfile *locale_file_list[__LC_LAST]; struct locale_data * diff --git a/localedata/ChangeLog b/localedata/ChangeLog index c67ed772d9..9824f65de5 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,6 +1,7 @@ 2000-07-22 Ulrich Drepper <drepper@redhat.com> * locales/i18n: Remove U00A0 from blank as well. + * tst-ctype-de_DE.ISO-8859-1.in: Remove U00A0 from blank as well. 2000-07-21 Ulrich Drepper <drepper@redhat.com> diff --git a/localedata/tst-ctype-de_DE.ISO-8859-1.in b/localedata/tst-ctype-de_DE.ISO-8859-1.in index 41ef96d22b..61a82d5a86 100644 --- a/localedata/tst-ctype-de_DE.ISO-8859-1.in +++ b/localedata/tst-ctype-de_DE.ISO-8859-1.in @@ -31,7 +31,7 @@ graph graph ������������������������������������������������ 111111111111111111111111111111111111111111111111 blank ������������������������������������������������ - 100000000000000000000000000000000000000000000000 + 000000000000000000000000000000000000000000000000 blank ������������������������������������������������ 000000000000000000000000000000000000000000000000 cntrl ������������������������������������������������ -- cgit v1.2.1