(iso3166): Likewise.
This commit is contained in:
Ulrich Drepper 2000-06-24 19:12:38 +00:00
parent ae1aff7709
commit 0ea5f1b861
3 changed files with 7 additions and 2 deletions

View file

@ -5,6 +5,7 @@
* locale/programs/ld-address.c (iso639): Correct length of string
elements.
(iso3166): Likewise.
* sysdeps/unix/sysv/linux/i386/sys/elf.h (elf_fpxregset_t): Define.

View file

@ -35,8 +35,8 @@
static struct
{
const char ab2[2];
const char ab3[3];
const char ab2[3];
const char ab3[4];
uint32_t num;
} iso3166[] =
{

View file

@ -1,3 +1,7 @@
2000-06-24 Ulrich Drepper <drepper@redhat.com>
* charmaps/ISO-8859-1: Correct width specification.
2000-06-23 Ulrich Drepper <drepper@redhat.com>
* charmaps/ANSI_X3.110-1983: Update to use <Uxxxx> format.