]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 1 May 1998 12:57:03 +0000 (12:57 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 1 May 1998 12:57:03 +0000 (12:57 +0000)
ChangeLog
FAQ
locale/iso-4217.def

index ee5884b695ea08a16e29f4b38f565916c3d09188..1b875224bb6912ba242cb194103fcc42288b836a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/generic/socketbits.h: Add #defines for enum values.
+       Patch by Thomas Bushnell, n/BSG.
+
+1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
+
+       * locale/iso-4217.def: Update.
+
+1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/unix/sysv/linux/alpha/signum.h: Add SIGCLD definition.
+
+1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
+
+       * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
+       in hex conversion.
+       * inet/ether_aton.c (ether_aton): Declare result variable static.
+       Reported by ahyung@unixg.ubc.ca.
+
+1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
+
+       * catgets/open_catalog.c (__open_catalog): Fix problems with
+       reading non-files.  Always close file.
+
 1998-04-09 17:32  Ulrich Drepper  <drepper@cygnus.com>
 
        * Make-dist: Remove link and .tar file.
diff --git a/FAQ b/FAQ
index 319427e08f43442428a9bd990714dbce3d65a532..da20f6da55ca93f4a49915046c96bea6d76e7f96 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -73,6 +73,10 @@ please let me know.
 2.16   What do I need for C++ development?
 2.17   Programs using libc have their messages translated, but other
        behavior is not localized (e.g. collating order); why?
+2.18.  I have killed ypbind to stop using NIS, but glibc
+        continues using NIS.
+2.19.  Under Linux/Alpha, I always get "do_ypcall: clnt_call:
+       RPC: Unable to receive; errno = Connection refused" when using NIS.
 
 3. Source and binary incompatibilities, and what to do about them
 
@@ -664,6 +668,25 @@ Please see localedata/README in the source tree for further details.
 You only get the locale database if the localedata add-on is installed
 when building the GNU C library.
 
+
+2.18.  I have killed ypbind to stop using NIS, but glibc
+        continues using NIS.
+
+{TK} For faster NIS lookups, glibc uses the /var/yp/binding/ files
+from ypbind.  ypbind 3.3 and older versions don't always remove these
+files, so glibc will continue to use them.  Other BSD versions seem to
+work correctly.  Until ypbind 3.4 is released, you can find a patch at
+ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypbind-3.3-glibc3.diff.
+
+
+2.19.  Under Linux/Alpha, I always get "do_ypcall: clnt_call:
+       RPC: Unable to receive; errno = Connection refused" when using NIS.
+
+{TK} You need a ypbind version which is 64bit clean.  Some versions
+are not 64bit clean.  A 64bit clean implementation is ypbind-mt.  For
+ypbind 3.3, you need the patch from ftp.kernel.org (See the previous
+question).  I don't know about other versions.
+
 \f
 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 
index 8a2ec4f0ff7f2394d7aa8126255117976d49e5f7..bd777639e0ba7be5f79496c381035a076d7bea12 100644 (file)
@@ -2,7 +2,7 @@
  * Defines the valid international currency symbols according to ISO 4217.
  * This is used in monetary.c(monetary_check).
  *
- * If you find something missing or wrong contact <bug-glibc@prep.ai.mit.edu>
+ * If you find something missing or wrong contact <bug-glibc@gnu.org>
  *
  * !!! The list has to be sorted !!!
  */
@@ -12,32 +12,39 @@ DEFINE_INT_CURR("AFA ")             /* Afghanistan Afgani  */
 DEFINE_INT_CURR("ALL ")                /* Albanian Lek  */
 DEFINE_INT_CURR("AMD ")                /* Armenia Dram  */
 DEFINE_INT_CURR("ANG ")                /* Netherlands Antilles  */
-DEFINE_INT_CURR("AOK ")                /* Angolan Kwanza  */
-DEFINE_INT_CURR("ARP ")                /* Argentine Peso  */
+DEFINE_INT_CURR("AOK ")                /* Angolan Kwanza  */ /* obsolete */
+DEFINE_INT_CURR("AON ")                /* Angolan New Kwanza  */
+DEFINE_INT_CURR("ARS ")                /* Argentine Peso  */
 DEFINE_INT_CURR("ATS ")                /* Austrian Schilling  */
 DEFINE_INT_CURR("AUD ")                /* Australian Dollar  */
+DEFINE_INT_CURR("AWG ")                /* Aruba Guilder  */
 DEFINE_INT_CURR("AZM ")                /* Azerbaijan Manat  */
+DEFINE_INT_CURR("BAD ")                /* Bosnian Dinar  */
 DEFINE_INT_CURR("BBD ")                /* Barbados Dollar  */
 DEFINE_INT_CURR("BDT ")                /* Bangladesh Taka  */
 DEFINE_INT_CURR("BEF ")                /* Belgian Franc  */
 DEFINE_INT_CURR("BGL ")                /* Bulgarian Lev  */
 DEFINE_INT_CURR("BHD ")                /* Bahraini Dinar  */
-DEFINE_INT_CURR("BIF ")                /* Burundi  */
+DEFINE_INT_CURR("BIF ")                /* Burundi Franc  */
 DEFINE_INT_CURR("BMD ")                /* Burmudian Dollar  */
 DEFINE_INT_CURR("BND ")                /* Brunei Dollar  */
-DEFINE_INT_CURR("BOP ")                /* Bolivian Boliviano  */
-DEFINE_INT_CURR("BPS ")                /* Canton and Enderbury Islands  */
-DEFINE_INT_CURR("BRC ")                /* Brazil Real  */
+DEFINE_INT_CURR("BOB ")                /* Bolivian Boliviano  */
+DEFINE_INT_CURR("BPS ")                /* Canton and Enderbury Islands  */ /* ?? */
+DEFINE_INT_CURR("BRE ")                /* Brazil Real  */ /* obsolete */
+DEFINE_INT_CURR("BRL ")                /* Brazil Cruzeiro  */
+DEFINE_INT_CURR("BRR ")                /* Brazil Real  */ /* obsolete */
 DEFINE_INT_CURR("BSD ")                /* Bahamas Dollar  */
 DEFINE_INT_CURR("BTN ")                /* Bhutan Ngultrum  */
-DEFINE_INT_CURR("BUK ")                /* Burma  */
+DEFINE_INT_CURR("BUK ")                /* Burma  */ /* obsolete */
 DEFINE_INT_CURR("BWP ")                /* Botswana Pula  */
+DEFINE_INT_CURR("BYB ")                /* Belarus Ruble  */
 DEFINE_INT_CURR("BZD ")                /* Belize Dollar  */
 DEFINE_INT_CURR("CAD ")                /* Canadian Dollar  */
-DEFINE_INT_CURR("CFP ")                /* French Pacific Island Franc  */
+DEFINE_INT_CURR("CDF ")                /* Congo Dem.Rep. Franc  */
+DEFINE_INT_CURR("CFP ")                /* French Pacific Island Franc  */ /* ??*/
 DEFINE_INT_CURR("CHF ")                /* Swiss Franc (Liechtenstein)  */
 DEFINE_INT_CURR("CLP ")                /* Chilean Peso  */
-DEFINE_INT_CURR("CNY ")                /* China Renminbi  */
+DEFINE_INT_CURR("CNY ")                /* China Yuan Renminbi  */
 DEFINE_INT_CURR("COP ")                /* Colombian Peso  */
 DEFINE_INT_CURR("CRC ")                /* Costa Rican Colon  */
 DEFINE_INT_CURR("CUP ")                /* Cuban Peso  */
@@ -46,25 +53,28 @@ DEFINE_INT_CURR("CYP ")             /* Cypriot Pound  */
 DEFINE_INT_CURR("CZK ")                /* Czech Koruna  */
 DEFINE_INT_CURR("DEM ")                /* German Mark  */
 DEFINE_INT_CURR("DJF ")                /* Djibouti Franc  */
-DEFINE_INT_CURR("DKK ")                /* Danish Krone (Faroe Islands)  */
+DEFINE_INT_CURR("DKK ")                /* Danish Krone (Faroe Islands, Greenland)  */
 DEFINE_INT_CURR("DOP ")                /* Dominican Republic  */
 DEFINE_INT_CURR("DZD ")                /* Algerian Dinar  */
 DEFINE_INT_CURR("ECS ")                /* Ecuadoran Sucre  */
 DEFINE_INT_CURR("EEK ")                /* Estonian Kroon  */
 DEFINE_INT_CURR("EGP ")                /* Egyptian Pound  */
+DEFINE_INT_CURR("ERB ")                /* Eritrean Birr  */
 DEFINE_INT_CURR("ESP ")                /* Spanish Peseta  */
 DEFINE_INT_CURR("ETB ")                /* Ethiopian Birr  */
+DEFINE_INT_CURR("EUR ")                /* European Union Euro  */
 DEFINE_INT_CURR("FIM ")                /* Finnish Markka  */
 DEFINE_INT_CURR("FJD ")                /* Fiji Dollar  */
 DEFINE_INT_CURR("FKP ")                /* Falkland Islands Pound (Malvinas)  */
 DEFINE_INT_CURR("FRF ")                /* French Franc  */
 DEFINE_INT_CURR("GBP ")                /* British Pound  */
-DEFINE_INT_CURR("GEK ")                /* Georgia Lari  */
+DEFINE_INT_CURR("GEL ")                /* Georgia Lari  */
 DEFINE_INT_CURR("GHC ")                /* Ghana Cedi  */
 DEFINE_INT_CURR("GIP ")                /* Gibraltar Pound  */
 DEFINE_INT_CURR("GMD ")                /* Gambian Dalasi  */
-DEFINE_INT_CURR("GNS ")                /* Guinea Franc  */
-DEFINE_INT_CURR("GQE ")                /* Equatorial Guinea  */
+DEFINE_INT_CURR("GNF ")                /* Guinea Franc  */
+DEFINE_INT_CURR("GNS ")                /* Guinea Syli  */
+DEFINE_INT_CURR("GQE ")                /* Equatorial Guinea Ekwele  */
 DEFINE_INT_CURR("GRD ")                /* Greek Drachma  */
 DEFINE_INT_CURR("GTQ ")                /* Guatemala Quetzal  */
 DEFINE_INT_CURR("GWP ")                /* Guinea-Bissau Peso  */
@@ -75,21 +85,21 @@ DEFINE_INT_CURR("HRK ")             /* Croatia Kuna  */
 DEFINE_INT_CURR("HTG ")                /* Haiti Gourde  */
 DEFINE_INT_CURR("HUF ")                /* Hungarian Forint  */
 DEFINE_INT_CURR("IDR ")                /* Indonesia Rupiah  */
-DEFINE_INT_CURR("IEP ")                /* Irish Punt  */
+DEFINE_INT_CURR("IEP ")                /* Irish Pound  */
 DEFINE_INT_CURR("ILS ")                /* Israeli Shekel  */
 DEFINE_INT_CURR("INR ")                /* Indian Rupee (Bhutan)  */
 DEFINE_INT_CURR("IQD ")                /* Iraqi Dinar  */
 DEFINE_INT_CURR("IRR ")                /* Iranian Rial  */
 DEFINE_INT_CURR("ISK ")                /* Iceland Krona  */
 DEFINE_INT_CURR("ITL ")                /* Italian Lira (San Marino, Vatican City)  */
-DEFINE_INT_CURR("JMD ")                /* Jamaica Dollar  */
-DEFINE_INT_CURR("JOD ")                /* Jordanian Dollar  */
+DEFINE_INT_CURR("JMD ")                /* Jamaican Dollar  */
+DEFINE_INT_CURR("JOD ")                /* Jordanian Dinar  */
 DEFINE_INT_CURR("JPY ")                /* Japanese Yen  */
 DEFINE_INT_CURR("KES ")                /* Kenyan Shilling  */
 DEFINE_INT_CURR("KGS ")                /* Kyrgyzstan Som  */
-DEFINE_INT_CURR("KHR ")                /* Democratic Kampuchea  */
+DEFINE_INT_CURR("KHR ")                /* Democratic Kampuchea Riel  */
 DEFINE_INT_CURR("KMF ")                /* Comoros Franc  */
-DEFINE_INT_CURR("KPW ")                /* Democratic People's of Korea  */
+DEFINE_INT_CURR("KPW ")                /* Democratic People's of Korea Won  */
 DEFINE_INT_CURR("KRW ")                /* Republic of Korea Won  */
 DEFINE_INT_CURR("KWD ")                /* Kuwaiti Dinar  */
 DEFINE_INT_CURR("KYD ")                /* Cayman Islands  */
@@ -98,31 +108,32 @@ DEFINE_INT_CURR("LAK ")            /* Lao People's Democratic Republic New Kip  */
 DEFINE_INT_CURR("LBP ")                /* Lebanese Pound  */
 DEFINE_INT_CURR("LKR ")                /* Sri Lankan Rupee  */
 DEFINE_INT_CURR("LRD ")                /* Liberian Dollar  */
-DEFINE_INT_CURR("LSM ")                /* Lesotho Loti  */
-DEFINE_INT_CURR("LTL ")                /* Lithuanian Lit  */
+DEFINE_INT_CURR("LSL ")                /* Lesotho Maloti  */
+DEFINE_INT_CURR("LTL ")                /* Lithuanian Litas  */
 DEFINE_INT_CURR("LUF ")                /* Luxembourg Franc  */
 DEFINE_INT_CURR("LVL ")                /* Latvia Lat  */
 DEFINE_INT_CURR("LYD ")                /* Libyan Arab Jamahiriya Dinar  */
 DEFINE_INT_CURR("MAD ")                /* Moroccan Dirham  */
 DEFINE_INT_CURR("MDL ")                /* Moldova Lei  */
-DEFINE_INT_CURR("MGF ")                /* Madagascar  */
-DEFINE_INT_CURR("MLF ")                /* Mali  */
+DEFINE_INT_CURR("MGF ")                /* Madagasy Franc  */
+DEFINE_INT_CURR("MKD ")                /* Macedonia Denar  */
+DEFINE_INT_CURR("MLF ")                /* Mali Franc  */
 DEFINE_INT_CURR("MMK ")                /* Myanmar Kyat  */
 DEFINE_INT_CURR("MNT ")                /* Mongolia Tugrik  */
 DEFINE_INT_CURR("MOP ")                /* Macau Pataca  */
 DEFINE_INT_CURR("MRO ")                /* Mauritania Ouguiya  */
-DEFINE_INT_CURR("MTP ")                /* Maltese Lira  */
+DEFINE_INT_CURR("MTL ")                /* Maltese Lira  */
 DEFINE_INT_CURR("MUR ")                /* Mauritius Rupee  */
-DEFINE_INT_CURR("MVR ")                /* Maldives  */
+DEFINE_INT_CURR("MVR ")                /* Maldives Rupee  */
 DEFINE_INT_CURR("MWK ")                /* Malawi Kwacha  */
 DEFINE_INT_CURR("MXP ")                /* Mexican Peso  */
 DEFINE_INT_CURR("MYR ")                /* Malaysian Ringgit  */
 DEFINE_INT_CURR("MZM ")                /* Mozambique Metical  */
 DEFINE_INT_CURR("NGN ")                /* Nigeria Naira  */
 DEFINE_INT_CURR("NIC ")                /* Nicaragua Cordoba  */
-DEFINE_INT_CURR("NLG ")                /* Dutch Guilder  */
+DEFINE_INT_CURR("NLG ")                /* Netherlands Guilder  */
 DEFINE_INT_CURR("NOK ")                /* Norwegian Krone  */
-DEFINE_INT_CURR("NPR ")                /* Nepal  */
+DEFINE_INT_CURR("NPR ")                /* Nepalese Rupee  */
 DEFINE_INT_CURR("NZD ")                /* New Zealand Dollar  */
 DEFINE_INT_CURR("OMR ")                /* Omani Rial  */
 DEFINE_INT_CURR("PAB ")                /* Panamaniam Balboa  */
@@ -133,7 +144,7 @@ DEFINE_INT_CURR("PKR ")             /* Pakistan Rupee  */
 DEFINE_INT_CURR("PLZ ")                /* Polish Zloty  */
 DEFINE_INT_CURR("PTE ")                /* Portugese Escudo  */
 DEFINE_INT_CURR("PYG ")                /* Paraguay Guarani  */
-DEFINE_INT_CURR("QAR ")                /* Qatar  */
+DEFINE_INT_CURR("QAR ")                /* Qatar Rial  */
 DEFINE_INT_CURR("ROL ")                /* Romanian Leu  */
 DEFINE_INT_CURR("RUR ")                /* Russian Ruble  */
 DEFINE_INT_CURR("RWF ")                /* Rwanda Franc  */
@@ -150,36 +161,42 @@ DEFINE_INT_CURR("SLL ")           /* Sierra Leone Leone  */
 DEFINE_INT_CURR("SOS ")                /* Somalia Schilling  */
 DEFINE_INT_CURR("SRG ")                /* Suriname Guilder  */
 DEFINE_INT_CURR("STD ")                /* Sao Tome and Principe Dobra  */
-DEFINE_INT_CURR("SUR ")                /* Ukrainian, Byelorussion  */
+DEFINE_INT_CURR("SUR ")                /* Soviet Union Rubel (Ukrainian, Byelorussion)  */ /* ??*/
 DEFINE_INT_CURR("SVC ")                /* El Salvador Colon  */
 DEFINE_INT_CURR("SYP ")                /* Syrian Arab Republic Pound  */
 DEFINE_INT_CURR("SZL ")                /* Swaziland Lilangeni  */
 DEFINE_INT_CURR("THB ")                /* Thai Baht  */
+DEFINE_INT_CURR("TJR ")                /* Tajikistani Ruble  */
+DEFINE_INT_CURR("TMM ")                /* Turkmenistan Manet  */
 DEFINE_INT_CURR("TND ")                /* Tunisian Dinar  */
 DEFINE_INT_CURR("TOP ")                /* Tonga Pa'Anga  */
-DEFINE_INT_CURR("TPE ")                /* East Timor  */
+DEFINE_INT_CURR("TPE ")                /* East Timor Escudo  */ /* ??? */
 DEFINE_INT_CURR("TRL ")                /* Turkish Lira  */
 DEFINE_INT_CURR("TTD ")                /* Trinidad and Tobago  */
 DEFINE_INT_CURR("TWD ")                /* Taiwan, Province of China Dollar  */
 DEFINE_INT_CURR("TZS ")                /* United Republic of Tanzania Shilling  */
-DEFINE_INT_CURR("UAK ")                /* Ukraine Hryvna  */
-DEFINE_INT_CURR("UGS ")                /* Ugandan Shilling  */
+DEFINE_INT_CURR("UAH ")                /* Ukraine Hryvna  */
+DEFINE_INT_CURR("UGS ")                /* Ugandan Shilling  */ /* obsolete */
+DEFINE_INT_CURR("UGX ")                /* Ugandan Shilling  */
 DEFINE_INT_CURR("USD ")                /* United States Dollar  */
-DEFINE_INT_CURR("UYP ")                /* Uruguay Peso  */
+DEFINE_INT_CURR("UYN ")                /* Uruguay New Peso   */ /* obsolete */
+DEFINE_INT_CURR("UYP ")                /* Uruguay Peso  */ /* obsolete */
+DEFINE_INT_CURR("UYU ")                /* Uruguay Peso Uruguayo  */
 DEFINE_INT_CURR("UZS ")                /* Uzbekistan Sum  */
 DEFINE_INT_CURR("VEB ")                /* Venezuelan Bolivar  */
 DEFINE_INT_CURR("VND ")                /* Viet Nam Dong  */
-DEFINE_INT_CURR("VUV ")                /* Vanuatu Dong  */
-DEFINE_INT_CURR("WST ")                /* Samoa  */
+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("XDS ")                /* St. Christopher Dollar  */
+DEFINE_INT_CURR("XDR ")                /* International Monetary Fund  */
+DEFINE_INT_CURR("XDS ")                /* St. Christopher Dollar  */ /* ?? */
 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("YDD ")                /* Yemini Dinar (Democratic Yemen)  */
+DEFINE_INT_CURR("YDD ")                /* Yemini Dinar (Democratic Yemen)  */ /* obsolete */
 DEFINE_INT_CURR("YER ")                /* Yemeni Rial  */
-DEFINE_INT_CURR("ZAL ")                /* South Africa Rand  */
-DEFINE_INT_CURR("ZAR ")                /* Lesotho, Namibia  */
+DEFINE_INT_CURR("YUN ")                /* Yugoslavian New Dinar  */
+DEFINE_INT_CURR("ZAR ")                /* South Africa Rand (Lesotho, Namibia)  */
 DEFINE_INT_CURR("ZMK ")                /* Zambian Kwacha  */
-DEFINE_INT_CURR("ZRZ ")                /* Zaire Zaire  */
+DEFINE_INT_CURR("ZRN ")                /* Zaire New Zaire  */ /* obsolete */
 DEFINE_INT_CURR("ZWD ")                /* Zimbabwe Dollar  */