]> git.ipfire.org Git - thirdparty/glibc.git/blob - ChangeLog
Update.
[thirdparty/glibc.git] / ChangeLog
1 2000-11-13 Jakub Jelinek <jakub@redhat.com>
2
3 * sysdeps/alpha/fpu/libm-test-ulps: Update.
4
5 2000-11-10 H.J. Lu <hjl@gnu.org>
6
7 * sysdeps/ia64/fpu/libm-test-ulps: Updated.
8
9 2000-11-10 Andreas Jaeger <aj@suse.de>
10
11 * elf/ldconfig.c (create_links): Fix alloca calculation.
12 Patch by Ben Collins <bcollins@debian.org>.
13
14 2000-11-09 Ulrich Drepper <drepper@redhat.com>
15
16 * inet/getnameinfo.c (getnameinfo): Use correct destination
17 parameter for if_indextoname.
18 Patch by Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>.
19
20 2000-11-09 H.J. Lu <hjl@gnu.org>
21
22 * sunrpc/Versions (GLIBC_2.1): Remove xdr_cryptkeyarg,
23 xdr_cryptkeyarg2, xdr_cryptkeyres, xdr_des_block,
24 xdr_key_netstarg, xdr_key_netstres, xdr_keybuf and
25 xdr_keystatus.
26
27 * time/Versions (GLIBC_2.1): Move getitimer to...
28 * sysdeps/unix/sysv/linux/alpha/Versions (GLIBC_2.1): ...here.
29
30 2000-11-03 Bruno Haible <haible@clisp.cons.org>
31
32 * manual/install.texi: Recommend to set LANGUAGE=C LC_ALL-C during
33 "make install", to work around a binary incompatibility between
34 glibc 2.1 and glibc 2.2 gconv modules.
35
36 2000-11-09 Ulrich Drepper <drepper@redhat.com>
37
38 * intl/locale.alias: Add thai.
39 Patch by Chanop Silpa-Anan <chanop@syseng.anu.edu.au>.
40
41 2000-11-07 Akim Demaille <akim@epita.fr>
42
43 * malloc/obstack.c (obstack_grow, obstack_grow0): Rename the second
44 argument `data' for consistency with the prototypes.
45 Qualify it `const'.
46 (obstack_copy, obstack_copy0): Rename the second argument as
47 `address' for consistency. Qualify it `const'.
48 * malloc/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
49 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
50 `const' their input argument (`data' or `address').
51 Adjust the corresponding macros to include `const' in casts.
52
53 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
54
55 * sysdeps/posix/getaddrinfo.c: Clean-up: define family to hold
56 target family.
57
58 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
59
60 * sysdeps/posix/getaddrinfo.c: Loosen protocol check to ease raw
61 socket creation.
62
63 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
64
65 * sysdeps/posix/getaddrinfo.c: Ensure to fill ai_socktype and
66 ai_protocol by internal table if service was not given.
67
68 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
69
70 * sysdeps/posix/getaddrinfo.c: Don't raise an error even if
71 numerical port was specified with protocol without socktype.
72
73 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
74
75 * sysdeps/posix/getaddrinfo.c: Ensure to check if protocol is ok.
76
77 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
78
79 * inet/getnameinfo.c: getnameinfo() NI_xxx flag validation.
80
81 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
82
83 * sysdeps/posix/getaddrinfo.c: Ensure not to fill garbage value in
84 sin6_scope_id field.
85
86 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
87
88 * inet/getnameinfo.c: Repair getnameinfo() sin6_socpe_id support.
89
90 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
91
92 * inet/getnameinfo.c: Repair NI_NOFQDN flag support.
93
94 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
95
96 * inet/getnameinfo.c: Wake-up sin6_scope_id support in
97 getnameinfo(): check for whether sin6_socpe_id exist was wrong.
98
99 2000-11-09 Martin Schwidefsky <mschwide@nc.boeblingen.de.ibm.com>
100
101 * sysdeps/unix/sysv/linux/s390/mmap.S: Use mmap2 if it is present.
102 * sysdeps/unix/sysv/linux/s390/mmap64.S: New file.
103
104 2000-11-09 H.J. Lu <hjl@gnu.org>
105
106 * io/Versions (GLIBC_2.1.1): Remove lockf64.
107
108
109 See ChangeLog.11 for earlier changes.