This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.19-359-g7776e66


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  7776e6692fe19553dafcb918df467aed522eea8d (commit)
      from  d69aeb123961252ddd2a23acc7dc9ce0ae2cfa5f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=7776e6692fe19553dafcb918df467aed522eea8d

commit 7776e6692fe19553dafcb918df467aed522eea8d
Author: Adam Conrad <adconrad@0c3.net>
Date:   Sat May 3 23:45:15 2014 -0600

    Revert incorrect removal of the XDR currency from locale/iso-4217.def
    
    In 7447ccd98ee3944a95247ae23284dfac1de6c2aa, the XDR currency was
    removed from locale/iso-4217.def, despite the fact that it's both
    still a part of the standard, according to the official table:
    
    http://www.currency-iso.org/dam/downloads/table_a1.xml
    
    ... and, more importantly, is referenced from localedata/i18n, so
    any quick-and-dirty locale definition that uses "copy i18n" for
    LC_MONETARY wouldn't work anymore.

diff --git a/ChangeLog b/ChangeLog
index 531fbd0..ac0d69e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-05-04  Adam Conrad  <adconrad@0c3.net>
+
+	* locale/iso-4217.def: Reintroduce XDR currency.
+
 2014-05-04  Allan McRae  <allan@archlinux.org>
 
 	* po/eo.po: Update Esperanto translation from translation project.
diff --git a/locale/iso-4217.def b/locale/iso-4217.def
index bcc170b..414f69b 100644
--- a/locale/iso-4217.def
+++ b/locale/iso-4217.def
@@ -162,6 +162,7 @@ DEFINE_INT_CURR("VUV")		/* Vanuatu Vatu  */
 DEFINE_INT_CURR("WST")		/* Samoa Tala  */
 DEFINE_INT_CURR("XAF")		/* Central African Franc (United Republic of Cameroon, Central African Republic, Chad, Congo, Gabon)  */
 DEFINE_INT_CURR("XCD")		/* East Caribbean Dollar (Antiqua, Dominica, Grenada, Montserrat, St. Kitts-Nevis-Anguilla, Saint Lucia, Saint Vincent and the Grenadines)  */
+DEFINE_INT_CURR("XDR")		/* International Monetary Fund  */
 DEFINE_INT_CURR("XOF")		/* West African Franc (Benin, Ivory Coast, Niger, Senegal, Togo, Upper Volta)  */
 DEFINE_INT_CURR("XPF")		/* French polynesia, New Caledonia, Wallis and Futuna Islands  */
 DEFINE_INT_CURR("YER")		/* Yemeni Rial  */

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog           |    4 ++++
 locale/iso-4217.def |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]