Enhance localedef --list-archive option.
commit484c12fb1e3664fb434291234ea5787c5e3df4f5
authorCarlos O'Donell <carlos@redhat.com>
Sat, 19 Oct 2013 03:41:30 +0000 (18 23:41 -0400)
committerCarlos O'Donell <carlos@redhat.com>
Sat, 19 Oct 2013 03:44:35 +0000 (18 23:44 -0400)
tree10c8b18434c01645f5e04d4adab2b61d43376302
parentde5d4f4c8a426564690197469b0beacfc31a5e35
Enhance localedef --list-archive option.

The localedef --list-archive option claims that it can
accept a [file] argument and list the contents of that
archive. The support was never implemented. This patch
adds that support and allows --list-archive to work as
expected. You can now use localedef to list the contents
of arbitrary locale archives by using:
./localedef --list-archive file
ChangeLog
locale/locarchive.h
locale/programs/localedef.c
locale/programs/localedef.h
locale/programs/locarchive.c
locale/programs/locfile.c