diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-14 03:29:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-14 03:29:13 +0000 |
commit | 36b3f3eb117f2923b1080a22f748e4a6cd63de73 (patch) | |
tree | 63128daed66f81ed9c1c0bc061e3be4c044a805d | |
parent | e98b69a6366051581b46bc6ac0fd66825687bea8 (diff) | |
download | glibc-36b3f3eb117f2923b1080a22f748e4a6cd63de73.tar.gz glibc-36b3f3eb117f2923b1080a22f748e4a6cd63de73.tar.xz glibc-36b3f3eb117f2923b1080a22f748e4a6cd63de73.zip |
Update.
2002-12-13 Jakub Jelinek <jakub@redhat.com> * locale/programs/locale.c: Include locarchive.h. (ARCHIVE_NAME): Define. (write_archive_locales): New function. (write_locales): Use it. Ensure the same locale is not printed multiple times in verbose mode. Mode LC_IDENTIFICATION and LC_CTYPE printing into... (print_LC_IDENTIFICATION, print_LC_CTYPE): ... these helper functions. (struct nameent): New type. (nameentcmp): New function.
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ac29c55083..a54e8e15b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2002-12-13 Jakub Jelinek <jakub@redhat.com> + + * locale/programs/locale.c: Include locarchive.h. + (ARCHIVE_NAME): Define. + (write_archive_locales): New function. + (write_locales): Use it. Ensure the same locale is not printed + multiple times in verbose mode. + Mode LC_IDENTIFICATION and LC_CTYPE printing into... + (print_LC_IDENTIFICATION, print_LC_CTYPE): ... these helper + functions. + (struct nameent): New type. + (nameentcmp): New function. + 2002-12-14 Jakub Jelinek <jakub@redhat.com> * posix/regex_internal.c (re_string_context_at): Guard wide char |