]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
. cvs/fedora-glibc-2_3-20050718T0425
authorRoland McGrath <roland@gnu.org>
Mon, 18 Jul 2005 04:20:58 +0000 (04:20 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 18 Jul 2005 04:20:58 +0000 (04:20 +0000)
ChangeLog
localedata/ChangeLog
nptl/ChangeLog

index d2d8ddd32751f6e6a3c6f58099768cc8ae4fe607..d21576710148bb4336ea0bcbb37434f04ed5c88c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * 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]
        * 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]
        * 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]
 
        * 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]
index 6ec526dc1ff384391c2210ccbbf4f811d18bbced..c04fe161e5513dfdabeceadc63c41cb7d281543d 100644 (file)
@@ -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.
index 4f586eebafaf709b863680c2fbb6583be1722b09..40e18c9606f5270572916dbcd1354d83ee2d365c 100644 (file)
        __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.
        * 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>