mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
Update.
(iso3166): Likewise.
This commit is contained in:
parent
ae1aff7709
commit
0ea5f1b861
@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
* locale/programs/ld-address.c (iso639): Correct length of string
|
* locale/programs/ld-address.c (iso639): Correct length of string
|
||||||
elements.
|
elements.
|
||||||
|
(iso3166): Likewise.
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/i386/sys/elf.h (elf_fpxregset_t): Define.
|
* sysdeps/unix/sysv/linux/i386/sys/elf.h (elf_fpxregset_t): Define.
|
||||||
|
|
||||||
|
@ -35,8 +35,8 @@
|
|||||||
|
|
||||||
static struct
|
static struct
|
||||||
{
|
{
|
||||||
const char ab2[2];
|
const char ab2[3];
|
||||||
const char ab3[3];
|
const char ab3[4];
|
||||||
uint32_t num;
|
uint32_t num;
|
||||||
} iso3166[] =
|
} iso3166[] =
|
||||||
{
|
{
|
||||||
|
@ -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>
|
2000-06-23 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* charmaps/ANSI_X3.110-1983: Update to use <Uxxxx> format.
|
* charmaps/ANSI_X3.110-1983: Update to use <Uxxxx> format.
|
||||||
|
Loading…
Reference in New Issue
Block a user