From: Ulrich Drepper Date: Sun, 20 Mar 2005 04:15:08 +0000 (+0000) Subject: [BZ #38] X-Git-Tag: cvs/fedora-glibc-20050324T0715~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5f01f37fe047e3637edc0bb667d3a63692133d7;p=thirdparty%2Fglibc.git [BZ #38] 2005-02-27 Denis Barbier [BZ #38] * locale/iso-4217.def: Add CSD currency. --- diff --git a/ChangeLog b/ChangeLog index 614cf51516f..5c581a851fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-27 Denis Barbier + + [BZ #38] + * locale/iso-4217.def: Add CSD currency. + 2005-03-19 Ulrich Drepper * inet/test-ifaddrs.c: Use test-skeleton. diff --git a/locale/iso-4217.def b/locale/iso-4217.def index cc8af195645..bf1f4319133 100644 --- a/locale/iso-4217.def +++ b/locale/iso-4217.def @@ -40,6 +40,7 @@ DEFINE_INT_CURR("CLP") /* Chilean Peso */ DEFINE_INT_CURR("CNY") /* China Yuan Renminbi */ DEFINE_INT_CURR("COP") /* Colombian Peso */ DEFINE_INT_CURR("CRC") /* Costa Rican Colon */ +DEFINE_INT_CURR("CSD") /* Serbian Dinar */ DEFINE_INT_CURR("CUP") /* Cuban Peso */ DEFINE_INT_CURR("CVE") /* Cape Verde Escudo */ DEFINE_INT_CURR("CYP") /* Cypriot Pound */