about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-07-18 04:20:58 +0000
committerRoland McGrath <roland@gnu.org>2005-07-18 04:20:58 +0000
commitbda80d2dd6f611e69fbc2a3ca0228b170ae46912 (patch)
treea87d56a7828894ca72496b153fa133f617dab611
parent281d9629aeb7482f0048a39872bf7c91dd1045d6 (diff)
downloadglibc-cvs/fedora-glibc-2_3-20050718T0425.tar.gz
glibc-cvs/fedora-glibc-2_3-20050718T0425.tar.xz
glibc-cvs/fedora-glibc-2_3-20050718T0425.zip
-rw-r--r--ChangeLog34
-rw-r--r--localedata/ChangeLog40
-rw-r--r--nptl/ChangeLog7
3 files changed, 63 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index d2d8ddd327..d215767101 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -295,6 +295,23 @@
 
 	* po/libc.pot: Regenerated.
 
+2005-04-04  Jakub Jelinek  <jakub@redhat.com>
+
+	[BZ #1082]
+	* sunrpc/pmap_rmt.c (xdr_rmtcall_args): Use a dummy arglen instead
+	of trying to encode uninitialized arglen.
+
+2005-03-29  Jakub Jelinek  <jakub@redhat.com>
+
+	[BZ #1087]
+	* posix/fnmatch.c (fnmatch): For short patterns or strings attempt to
+	avoid calling mbsrtowcs twice.
+
+2005-02-27  Denis Barbier  <barbier@debian.org>
+
+	[BZ #549]
+	* locale/iso-4217.def: Add CSD currency.
+
 2005-03-21  Thorsten Kukuk  <kukuk@suse.de>
 
 	[BZ #1098]
@@ -421,12 +438,6 @@
 	* sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
 	* sysdeps/ia64/fpu/w_tgammal.S: Likewise.
 
-2005-04-04  Jakub Jelinek  <jakub@redhat.com>
-
-	[BZ #1082]
-	* sunrpc/pmap_rmt.c (xdr_rmtcall_args): Use a dummy arglen instead
-	of trying to encode uninitialized arglen.
-
 2005-04-04  Ulrich Drepper  <drepper@redhat.com>
 
 	[BZ #825]
@@ -599,12 +610,6 @@
 	* sysdeps/ia64/fpu/import_intel_libm: Likewise.
 	* sysdeps/ia64/fpu/Makefile: Likewise.
 
-2005-03-29  Jakub Jelinek  <jakub@redhat.com>
-
-	[BZ #1087]
-	* posix/fnmatch.c (fnmatch): For short patterns or strings attempt to
-	avoid calling mbsrtowcs twice.
-
 2005-03-29  Thorsten Kukuk  <kukuk@suse.de>
 
 	[BZ #661]
@@ -624,11 +629,6 @@
 
 	* elf/dl-open.c (dl_open_worker): Fix typo.
 
-2005-02-27  Denis Barbier  <barbier@debian.org>
-
-	[BZ #549]
-	* locale/iso-4217.def: Add CSD currency.
-
 2005-03-19  Ulrich Drepper  <drepper@redhat.com>
 
 	[BZ #821]
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 6ec526dc1f..c04fe161e5 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,8 +1,48 @@
+2005-05-28  Jakub Jelinek  <jakub@redhat.com>
+
+	[BZ #622]
+	* locales/pa_IN (am_pm): Fix typos.
+	Patch by Denis Barbier <barbier@linuxfr.org>.
+
+2005-05-22  Ulrich Drepper  <drepper@redhat.com>
+
+	[BZ #1092]
+	* locales/mn_MN: Update.  Patch by Sanlig Badral <s_badral@yahoo.com>.
+
+2005-04-28  Jakub Jelinek  <jakub@redhat.com>
+
+	[BZ #1084]
+	* SUPPORTED: Add UTF-8 locales where UTF-8 was not already supported.
+
+2005-04-26  Ulrich Drepper  <drepper@redhat.com>
+
+	[BZ #1091]
+	* locales/fa_IR: Add alt_digits, change date and time
+	representation, and various cleanups.
+	Patch by Hamed Malek <hamed@bamdad.org>.
+
 2005-03-21  Jakub Jelinek  <jakub@redhat.com>
 
 	[BZ #823]
 	* charmaps/WINDOWS-31J: Add % before alias keyword.
 
+2005-03-18  Ulrich Drepper  <drepper@redhat.com>
+
+	[BZ #1084]
+	* SUPPORTED (SUPPORTED-LOCALES): Add af_ZA.UTF-8.
+
+2005-02-27  Denis Barbier  <barbier@debian.org>
+
+	[BZ #38]
+	* locales/sr_CS: New file.
+	Contributed by Danilo Segan <dsegan@gmx.net>
+	* SUPPORTED: Add sr_CS/ISO-8859-5 and sr_CS.UTF-8/UTF-8.
+
+2005-03-18  Andreas Schwab  <schwab@suse.de>
+
+	[BZ #622]
+	* locales/pa_IN (am_pm): Fix character names.
+
 2004-12-19  Roland McGrath  <roland@frob.com>
 
 	* gen-unicode-ctype.c (output_tables): Fix email address in output.
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 4f586eebaf..40e18c9606 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -29,6 +29,11 @@
 	__inline instead of inline.
 	* sysdeps/pthread/bits/libc-lock.h (__libc_cleanup_routine): Likewise.
 
+2005-03-23  Ulrich Drepper  <drepper@redhat.com>
+
+	* pthread_create.c (__pthread_create_2_1): Rename syscall error
+	variable to scerr.
+
 2005-02-25  Roland McGrath  <roland@redhat.com>
 
 	* alloca_cutoff.c: Correct license text.
@@ -142,7 +147,7 @@
 	* sysdeps/pthread/posix-timer.h (__timer_signal_thread_pclk,
 	__timer_signal_thread_tclk): Remove.
 	* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Removed.
-	* sysdeps/unix/sysv/linux/ia64/bits/posix_>opt.h: Removed.
+	* sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Removed.
 	* sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Removed.
 
 2004-12-07  Jakub Jelinek  <jakub@redhat.com>