summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog24
-rw-r--r--linuxthreads/ChangeLog8
-rw-r--r--nptl/ChangeLog20
3 files changed, 50 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 10f58d9cca..4150cbf65f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2005-01-27 Jakub Jelinek <jakub@redhat.com>
+
+ [BZ #730]
+ * stdio-common/tst-fmemopen2.c: Include string.h.
+
+2005-01-19 Jakub Jelinek <jakub@redhat.com>
+
+ [BZ #730]
+ * libio/iofopncook.c (_IO_cookie_seekoff): Add prototype.
+
+2005-01-05 Ulrich Drepper <drepper@redhat.com>
+
+ [BZ #730]
+ * libio/iofopncook.c (_IO_cookie_seekoff): Define. Mark offset as
+ invalid to disable optimizations in fileops which won't work here.
+ (_IO_cookie_jumps): Use it.
+ (_IO_old_cookie_jumps): Likewise.
+ * libio/fmemopen.c (fmemopen_seek): Result must be returned in *P,
+ not the return value.
+ * stdio-common/Makefile (tests): Add tst-fmemopen2.
+ * stdio-common/tst-fmemopen2.c: New file.
+
2005-01-03 Ulrich Drepper <drepper@redhat.com>
[BZ #727]
@@ -34,8 +56,6 @@
calling fn is 16 byte aligned.
* sysdeps/i386/tst-stack-align.h: New file.
-2004-12-21 Jakub Jelinek <jakub@redhat.com>
-
[BZ #725]
* misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
(ecvt_r): Special case denormals.
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index beaad8c6c5..9258f95d29 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,11 @@
+2004-12-21 Jakub Jelinek <jakub@redhat.com>
+
+ [BZ #723]
+ * Makefile (tests): Add tst-align.
+ * tst-align.c: New test.
+ * sysdeps/i386/Makefile (CFLAGS-tst-align.c): Add
+ -mpreferred-stack-boundary=4.
+
2004-12-12 Ulrich Drepper <drepper@redhat.com>
* internals.h: Include <stdbool.h> to match includes used in nptl.
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index f9ebeda707..bc05a6c493 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,23 @@
+2004-12-21 Jakub Jelinek <jakub@redhat.com>
+
+ [BZ #723]
+ * sysdeps/i386/tls.h (CALL_THREAD_FCT): Maintain 16 byte alignment of
+ %esp.
+ * Makefile (tests): Add tst-align2.
+ * tst-align2.c: New test.
+ * sysdeps/i386/Makefile (CFLAGS-tst-align{,2}.c): Add
+ -mpreferred-stack-boundary=4.
+
+2004-12-21 Jakub Jelinek <jakub@redhat.com>
+
+ [BZ #723]
+ * sysdeps/i386/tls.h (CALL_THREAD_FCT): Maintain 16 byte alignment of
+ %esp.
+ * Makefile (tests): Add tst-align2.
+ * tst-align2.c: New test.
+ * sysdeps/i386/Makefile (CFLAGS-tst-align{,2}.c): Add
+ -mpreferred-stack-boundary=4.
+
2004-12-18 Roland McGrath <roland@redhat.com>
* sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h: