* stdio-common/vfscanf.c (memory_error): Remove definition. Add
[glibc.git] / ChangeLog
blob067d4fe566b9dee1e2270c00c8ecacbccb809cdf
1 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
3         * stdio-common/vfscanf.c (memory_error): Remove definition.  Add
4         some branch prediction hints.
6         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Define SPLICE_F_*.
7         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
8         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
9         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
11         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
12         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
13         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
15 2006-05-05  Martin Schwidefsky  <schwidefsky@de.ibm.com>
17         * sysdeps/s390/s390-32/elf/start.S: Replace pc relative relocation
18         by a GOT relocation to make Scrt1.o position independent.
19         * sysdeps/s390/s390-64/elf/start.S: Likewise.
21         * sysdeps/unix/sysv/linux/s390/s390-32/syscall.S: Add support for
22         six system call parameters.
23         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
25 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
27         * sunrpc/svcauth_des.c (cache_init): Use calloc instead of
28         malloc&bzero.
30         * sunrpc/svc_udp.c (BZERO): Remove definition.
31         (CALLOC): Define.
32         (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.
34         * sunrpc/des_impl.c: Remove ALT_ECB support.  We never used it.
35         (des_SPtrans): Use uint32_t type.
36         (des_skb): Likewise.
38         * sunrpc/xdr_ref.c (xdr_reference): Use calloc instead of malloc&bzero.
40 2006-05-05  Jakub Jelinek  <jakub@redhat.com>
42         [BZ #2509]
43         * stdio-common/tst-printf.sh: Adjust for tst-printf.c change even
44         on 32-bit arches.
46 2006-05-05  Ulrich Drepper  <drepper@redhat.com>
48         * locale/programs/ld-address.c (address_finish): Fix one more
49         place where the iso639 array might be accessed beyond the limits.
51 2006-05-04  Ulrich Drepper  <drepper@redhat.com>
53         * nis/nis_table.c (nis_list): Avoid clearing res twice before
54         filling it for the first time.
56         * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath.
57         Adjust all callers.
58         Free res object content before returning.
60         * sunrpc/xdr_array.c (xdr_array): Use calloc instead of malloc&bzero.
62         * sunrpc/key_call.c (__rpc_thread_key_cleanup): Also free
63         client->cl_auth.
65         * sunrpc/rpc_thread.c (__rpc_thread_destroy): Don't skip entire
66         cleanup for initial thread, just the free call on TVP.
68         * nscd/gai.c (__getline): Define.
71 See ChangeLog.16 for earlier changes.