]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
. cvs/fedora-glibc-2_3-20051017T0518
authorRoland McGrath <roland@gnu.org>
Mon, 17 Oct 2005 05:16:28 +0000 (05:16 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 17 Oct 2005 05:16:28 +0000 (05:16 +0000)
ChangeLog
linuxthreads/ChangeLog
nptl/ChangeLog

index a006ea367ceae40e1a33eea1cb581de4ae35ae11..7bcd7a7b4ccc6b4afbb43a9d0a9e19205a06f902 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
        forward decl out of function body.
        * sysdeps/mach/hurd/profil.c: Likewise.
 
+2005-09-30  Jakub Jelinek  <jakub@redhat.com>
+
+       * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 4.0.x.
+
 2005-09-19  Richard Henderson  <rth@redhat.com>
 
         [BZ #1358]
 
         * sysdeps/alpha/ldiv.S (lldiv): Add alias.
 
+2005-09-17  Andreas Jaeger  <aj@suse.de>
+
+       * timezone/zdump.c: Include ctype.h.
+
+2005-09-07  Alexandre Oliva  <aoliva@redhat.com>
+
+       * timezone/test-tz.c: Update to match tzdata2005m.
+       * timezone/tst-timezone.c: Likewise.
+
+2005-09-06  Ulrich Drepper  <drepper@redhat.com>
+
+       * timezone/africa: Update from tzdata2005m.
+       * timezone/asia: Likewise.
+       * timezone/australasia: Likewise.
+       * timezone/backward: Likewise.
+       * timezone/europe: Likewise.
+       * timezone/northamerica: Likewise.
+       * timezone/southamerica: Likewise.
+       * timezone/zone.tab: Likewise.
+       * timezone/zdump.c: Update from tzcode2005m.
+
+2005-08-05  Ulrich Drepper  <drepper@redhat.com>
+
+       * timezone/checktab.awk: Update from tzcode2005k.
+       * timezone/private.h: Likewise.
+       * timezone/scheck.c: Likewise.
+       * timezone/tzselect.ksh: Likewise.
+       * timezone/zdump.c: Likewise.
+       * timezone/zic.c: Likewise.
+       * timezone/africa: Update from tzdata2005k.
+       * timezone/antarctica: Likewise.
+       * timezone/asia: Likewise.
+       * timezone/australasia: Likewise.
+       * timezone/europe: Likewise.
+       * timezone/iso3166.tab: Likewise.
+       * timezone/leapseconds: Likewise.
+       * timezone/northamerica: Likewise.
+       * timezone/solar87: Likewise.
+       * timezone/solar88: Likewise.
+       * timezone/solar89: Likewise.
+       * timezone/southamerica: Likewise.
+       * timezone/zone.tab: Likewise.
+
 2005-08-05  Roland McGrath  <roland@frob.com>
 
        [BZ #1251]
        [BZ #1137]
        * misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.
 
-2005-09-30  Jakub Jelinek  <jakub@redhat.com>
-
-       * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 4.0.x.
-
 2005-09-26  Steven Munroe  <sjmunroe@us.ibm.com>
 
        [BZ #1384]
        * pwd/putpwent.c (putpwent): Don't write 0 as user or
        group ID if user name starts with + or -.
 
+2005-04-29  Roland McGrath  <roland@redhat.com>
+
+       * timezone/africa: Update from tzdata2005i.
+       * timezone/asia: Likewise.
+       * timezone/northamerica: Likewise.
+       * timezone/yearistype: Likewise.
+
+2005-04-15  Roland McGrath  <roland@redhat.com>
+
+       * timezone/Makefile (zic-deps): New variable.
+       ($(testdata)/America/New_York): Use it instead of explicit deps.
+       ($(testdata)/Etc/UTC, $(testdata)/Australia/Melbourne): Likewise.
+       ($(testdata)/America/Sao_Paulo, $(testdata)/Asia/Tokyo): Likewise.
+       (%/UTC %/Universal): New pattern rule, replaces ...
+       ($(testdata)/UTC, $(testdata)/Universal): ... these removed targets.
+       ($(testdata)/%/Berlin $(testdata)/%/London): New pattern rule.
+       ($(testdata)/Europe/London, $(testdata)/Europe/Berlin): Removed.
+
 2005-04-05  Roland McGrath  <roland@redhat.com>
 
        * NEWS, version.h (VERSION): 2.3.5.
index 047055da9d0e4c2fd7c00dd19a10d40fc9a3e2f5..a4e351b92542728fcb9676a99474feb15bc0881f 100644 (file)
@@ -4,6 +4,11 @@
        * sysdeps/unix/sysv/linux/ia64/pt-initfini.c: Add local _init
        and _fini labels.
 
+2005-03-05  Jakub Jelinek  <jakub@redhat.com>
+
+       [BZ #721]
+       * sysdeps/powerpc/tcb-offsets.sym (thread_offsetof): Rework for GCC 4.
+
 2005-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
 
        [BZ #740]
index 1be437cf3d0ab1430cd47638dd880828d49143f4..04a917cc5e9b44e510b8726f0082703a677c315d 100644 (file)
        * sysdeps/unix/sysv/linux/bits/local_lim.h: Likewise.
        * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
 
+2005-02-14  Alan Modra  <amodra@bigpond.net.au>
+
+       [BZ #721]
+       * sysdeps/powerpc/tcb-offsets.sym (thread_offsetof): Redefine to suit
+       gcc4.
+
 2005-02-07  Richard Henderson  <rth@redhat.com>
 
        [BZ #787]