mirror of git://sourceware.org/git/glibc.git
Update.
1998-12-17 Ulrich Drepper <drepper@cygnus.com> * iconvdata/iso646.c: Recognize NF_Z_62-010_1973 as charset name. 1998-12-17 H.J. Lu <hjl@gnu.org>
This commit is contained in:
parent
536d70382d
commit
4798763f3f
|
@ -1,4 +1,8 @@
|
||||||
Thu Dec 17 08:53:40 1998 H.J. Lu <hjl@gnu.org>
|
1998-12-17 Ulrich Drepper <drepper@cygnus.com>
|
||||||
|
|
||||||
|
* iconvdata/iso646.c: Recognize NF_Z_62-010_1973 as charset name.
|
||||||
|
|
||||||
|
1998-12-17 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* sunrpc/rpc/xdr.h (XDR_DESTROY): Add ';'.
|
* sunrpc/rpc/xdr.h (XDR_DESTROY): Add ';'.
|
||||||
(xdr_destroy): Likewise.
|
(xdr_destroy): Likewise.
|
||||||
|
|
|
@ -106,7 +106,8 @@ static const char *names[] =
|
||||||
[HU] = "MSZ_7795.3//",
|
[HU] = "MSZ_7795.3//",
|
||||||
[CU] = "NC_NC00-10//",
|
[CU] = "NC_NC00-10//",
|
||||||
[FR] = "NF_Z_62-010//",
|
[FR] = "NF_Z_62-010//",
|
||||||
[FR1] = "NF_Z_62-010_(1973)//",
|
[FR1] = "NF_Z_62-010_1973//", /* Note the we don't have the parenthesis
|
||||||
|
in the name. */
|
||||||
[NO] = "NS_4551-1//",
|
[NO] = "NS_4551-1//",
|
||||||
[NO2] = "NS_4551-2//",
|
[NO2] = "NS_4551-2//",
|
||||||
[PT] = "PT//",
|
[PT] = "PT//",
|
||||||
|
|
Loading…
Reference in New Issue