Fix whitespaces.
[glibc.git] / ChangeLog
blobeaf57497c155666336c7dbb29686a5757001a08e
1 2010-06-21  Andreas Schwab  <schwab@redhat.com>
3         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
4         Restore proper fallback handling.
6 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
8         [BZ #11701]
9         * posix/group_member.c (__group_member): Correct checking loop.
11         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
12         OOM in getpwuid_r correctly.  Return error number when the caller
13         should return, otherwise -1.
14         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
15         call returning > 0 value.
16         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
18 2010-06-07  Andreas Schwab  <schwab@redhat.com>
20         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
21         libc_nonshared.a from targets in modules-names.
23 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
25         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
26         requires it.
28 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
30         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
31         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
32         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
33         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
35 2010-06-02  Andreas Schwab  <schwab@redhat.com>
37         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
39 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
41         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
42         and F_GETPIPE_SZ.
43         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
44         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
45         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
46         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
48         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
50 2010-06-14  Roland McGrath  <roland@redhat.com>
52         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
54 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
56         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
57         __REDIRECT followed by __THROW.
58         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
59         * posix/getopt.h (getopt): Likewise.
61 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
63         * hurd/lookup-at.c (__file_name_lookup_at): Accept
64         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
65         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
66         in AT_FLAGS.
67         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
68         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
70 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
72         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
74 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
76         [BZ #11640]
77         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
78         Properly check family and model.
80 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
82         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
84 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
86         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
88 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
90         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
91         symbol reference.
93 2010-05-19  Andreas Schwab  <schwab@redhat.com>
95         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
96         symbol reference.
98 2010-05-21  Andreas Schwab  <schwab@redhat.com>
100         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
101         and internal_recvmmsg.
102         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
103         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
104         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
105         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
107         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
108         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
109         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
111 2010-05-20  Andreas Schwab  <schwab@redhat.com>
113         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
115 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
117         POWER7 optimizations.
118         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
119         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
121 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
123         * version.h: Update for 2.13 development version.
125 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
127         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
128         exceptions.  Return 0.
130 2010-05-07  Roland McGrath  <roland@redhat.com>
132         * elf/ldconfig.c (main): Add a const.
134 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
136         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
137         (args_options): Add no-idn option.
138         (ahosts_keys_int): Add idn_flags to ai_flags.
139         (parse_option): Handle 'i' option to clear idn_flags.
141         * malloc/malloc.c (_int_free): Possible race in the most recently
142         added check.  Only act on the data if no current modification
143         happened.
145 See ChangeLog.17 for earlier changes.