Merge branch 'master' of ssh://sources.redhat.com/git/glibc
[glibc.git] / ChangeLog
blob7b25c3f292dce64b74e7690c6491833cba3571fc
1 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
3         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
4         and F_GETPIPE_SZ.
5         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
6         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
7         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
8         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
9         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
10         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
12 2010-06-14  Roland McGrath  <roland@redhat.com>
14         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
16 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
18         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
19         __REDIRECT followed by __THROW.
20         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
21         * posix/getopt.h (getopt): Likewise.
23 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
25         * hurd/lookup-at.c (__file_name_lookup_at): Accept
26         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
27         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
28         in AT_FLAGS.
29         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
30         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
32 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
34         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
36 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
38         [BZ #11640]
39         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
40         Properly check family and model.
42 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
44         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
46 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
48         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
50 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
52         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
53         symbol reference.
55 2010-05-19  Andreas Schwab  <schwab@redhat.com>
57         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58         symbol reference.
60 2010-05-21  Andreas Schwab  <schwab@redhat.com>
62         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
63         and internal_recvmmsg.
64         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
65         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
66         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
67         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
69         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
70         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
71         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
73 2010-05-20  Andreas Schwab  <schwab@redhat.com>
75         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
77 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
79         POWER7 optimizations.
80         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
81         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
83 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
85         * version.h: Update for 2.13 development version.
87 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
89         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
90         exceptions.  Return 0.
92 2010-05-07  Roland McGrath  <roland@redhat.com>
94         * elf/ldconfig.c (main): Add a const.
96 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
98         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
99         (args_options): Add no-idn option.
100         (ahosts_keys_int): Add idn_flags to ai_flags.
101         (parse_option): Handle 'i' option to clear idn_flags.
103         * malloc/malloc.c (_int_free): Possible race in the most recently
104         added check.  Only act on the data if no current modification
105         happened.
107 See ChangeLog.17 for earlier changes.