aboutsummaryrefslogtreecommitdiff
path: root/localedata/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-24 17:03:23 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-24 17:03:23 +0000
commit3dd90163bb9ecb7d8b6c7a2f7d6bc746571a7ea9 (patch)
treeb7f3b28f5b6cf724e8017b7e708fa4eccecf7b75 /localedata/ChangeLog
parent92610fbe38faa5a4c338c07412c9b14c4e747ef8 (diff)
downloadglibc-3dd90163bb9ecb7d8b6c7a2f7d6bc746571a7ea9.tar
glibc-3dd90163bb9ecb7d8b6c7a2f7d6bc746571a7ea9.tar.gz
glibc-3dd90163bb9ecb7d8b6c7a2f7d6bc746571a7ea9.tar.bz2
glibc-3dd90163bb9ecb7d8b6c7a2f7d6bc746571a7ea9.zip
Update.
* elf/dl-close.c (_dl_close): Replace questionable memcpy by loop. 1998-03-24 Thorsten Kukuk <kukuk@vt.uni-paderborn.de> * libc.map: Add more rpc auth functions/variables. * nscd/nscd.c: Add -g option to argp options. 1998-03-24 Ulrich Drepper <drepper@cygnus.com> * configure.in: Be prepared for gcc 2.9.10 and up. * configure.in: Add missing disabling of quote characters in compiler version check. Reported by HJ Lu. 1998-03-24 Andreas Jaeger <aj@arthur.rhein-neckar.de> * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h. 1998-03-24 Ulrich Drepper <drepper@cygnus.com> * intl/locale.alias: Fix spelling of romanian.
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r--localedata/ChangeLog56
1 files changed, 56 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 54fe5d6277..8fb04ef3a2 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -13,6 +13,62 @@
* locales/nl_NL: Fix yesexpr/noexpr.
* locales/pt_BR: Likewise.
+ * locales/cs_CZ: Likewise.
+ * locales/da_DK: Likewise.
+ * locales/en_AU: Likewise.
+ * locales/en_CA: Likewise.
+ * locales/en_DK: Likewise.
+ * locales/en_DK.com: Likewise.
+ * locales/en_GB: Likewise.
+ * locales/en_NZ: Likewise.
+ * locales/en_US: Likewise.
+ * locales/es_AR: Likewise.
+ * locales/es_BO: Likewise.
+ * locales/es_CL: Likewise.
+ * locales/es_CO: Likewise.
+ * locales/es_DO: Likewise.
+ * locales/es_EC: Likewise.
+ * locales/es_ES: Likewise.
+ * locales/es_GT: Likewise.
+ * locales/es_HN: Likewise.
+ * locales/es_MX: Likewise.
+ * locales/es_PA: Likewise.
+ * locales/es_PE: Likewise.
+ * locales/es_PY: Likewise.
+ * locales/es_SV: Likewise.
+ * locales/es_US: Likewise.
+ * locales/es_UY: Likewise.
+ * locales/es_VE: Likewise.
+ * locales/et_EE: Likewise.
+ * locales/eu_ES: Likewise.
+ * locales/fi_FI: Likewise.
+ * locales/fo_FO: Likewise.
+ * locales/fr_BE: Likewise.
+ * locales/fr_CA: Likewise.
+ * locales/fr_CH: Likewise.
+ * locales/fr_FR: Likewise.
+ * locales/fr_LU: Likewise.
+ * locales/ga_IE: Likewise.
+ * locales/gr_GR: Likewise.
+ * locales/he_IL: Likewise.
+ * locales/hr_HR: Likewise.
+ * locales/hu_HU: Likewise.
+ * locales/is_IS: Likewise.
+ * locales/it_IT: Likewise.
+ * locales/iw_IL: Likewise.
+ * locales/ja_JP: Likewise.
+ * locales/kl_GL: Likewise.
+ * locales/lt_LT: Likewise.
+ * locales/lv_LV: Likewise.
+ * locales/no_NO: Likewise.
+ * locales/pl_PL: Likewise.
+ * locales/pt_PT: Likewise.
+ * locales/ro_RO: Likewise.
+ * locales/ru_RU: Likewise.
+ * locales/sl_SI: Likewise.
+ * locales/sv_SE: Likewise.
+ * locales/tr_TR: Likewise.
+ * locales/zh_CN: Likewise.
1998-03-14 Ulrich Drepper <drepper@cygnus.com>