diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-15 07:49:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-15 07:49:22 +0000 |
commit | 31ff2aa3ea6b7691243542e4db2b3ae708144b8a (patch) | |
tree | 61241ff04ae562ae40f8b17fd3a6d8d50399e790 /ChangeLog | |
parent | ac8f8c53f04f2aaf204f559bdaf8af43952f0273 (diff) | |
download | glibc-31ff2aa3ea6b7691243542e4db2b3ae708144b8a.tar glibc-31ff2aa3ea6b7691243542e4db2b3ae708144b8a.tar.gz glibc-31ff2aa3ea6b7691243542e4db2b3ae708144b8a.tar.bz2 glibc-31ff2aa3ea6b7691243542e4db2b3ae708144b8a.zip |
2002-08-14 Roland McGrath <roland@redhat.com>
(oldlocrecentcmp): Compare just on file locations used.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -2002-08-14 Roland McGrath <roland@frob.com> +2002-08-14 Roland McGrath <roland@redhat.com> * locale/locarchive.h (struct locale_category_data): Give this name to the type of locale_data_t's elements. @@ -8,6 +8,7 @@ hard-coding it to do everything but LC_CTYPE and LC_COLLATE. (show_archive_content): Detect categories inside LC_ALL block directly, instead of hard-coding. + (oldlocrecentcmp): Compare just on file locations used. 2002-08-14 Jakub Jelinek <jakub@redhat.com> |