summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-10-17 05:16:28 +0000
committerRoland McGrath <roland@gnu.org>2005-10-17 05:16:28 +0000
commitd065968ee1ef53f42c00bd9944bf2bf67a527b88 (patch)
tree4c67bcd0591a49dcb42b22753ad5384f705de014
parent19ca9a3333fa254d61f5a5056ec705ba4435b0c7 (diff)
-rw-r--r--ChangeLog69
-rw-r--r--linuxthreads/ChangeLog5
-rw-r--r--nptl/ChangeLog6
3 files changed, 76 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index a006ea367c..7bcd7a7b4c 100644
--- 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]
@@ -15,6 +19,49 @@
* 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]
@@ -30,10 +77,6 @@
[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]
@@ -479,6 +522,24 @@
* 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.
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 047055da9d..a4e351b925 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -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]
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 1be437cf3d..04a917cc5e 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -47,6 +47,12 @@
* 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]