From: Roland McGrath Date: Wed, 16 Feb 2005 09:45:42 +0000 (+0000) Subject: . X-Git-Tag: cvs/fedora-glibc-2_3-20050216T1256~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba72b5487d2280b4a8425535c7dee162f6013789;p=thirdparty%2Fglibc.git . --- diff --git a/ChangeLog b/ChangeLog index 10f58d9cca7..4150cbf65fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2005-01-27 Jakub Jelinek + + [BZ #730] + * stdio-common/tst-fmemopen2.c: Include string.h. + +2005-01-19 Jakub Jelinek + + [BZ #730] + * libio/iofopncook.c (_IO_cookie_seekoff): Add prototype. + +2005-01-05 Ulrich Drepper + + [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 [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 - [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 beaad8c6c5f..9258f95d29c 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,11 @@ +2004-12-21 Jakub Jelinek + + [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 * internals.h: Include to match includes used in nptl. diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f9ebeda7075..bc05a6c493c 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,23 @@ +2004-12-21 Jakub Jelinek + + [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 + + [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 * sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h: