]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
.
authorRoland McGrath <roland@gnu.org>
Wed, 16 Feb 2005 09:45:42 +0000 (09:45 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 16 Feb 2005 09:45:42 +0000 (09:45 +0000)
ChangeLog
linuxthreads/ChangeLog
nptl/ChangeLog

index 10f58d9cca7b6bbcd92dcc0a6729bcbbb84f6bcf..4150cbf65fe4b416a858ceef1d511b5fa2001bea 100644 (file)
--- 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.
index beaad8c6c5f47208517c510092f8deedfc16f159..9258f95d29cdf65a1d5114c0464189b7d29b82d9 100644 (file)
@@ -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.
index f9ebeda7075a6e885e8463f0b83d91e2f03a6a4f..bc05a6c493cc820bf011c5f66b3109ba0255914e 100644 (file)
@@ -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: