]> sourceware.org Git - glibc.git/blob - ChangeLog
Update.
[glibc.git] / ChangeLog
1 2000-11-15 Andreas Jaeger <aj@suse.de>
2
3 * elf/cache.c (struct cache_entry): Use uint64_t for hwcap.
4 (print_entry): Likewise.
5 (add_to_cache): Likewise.
6
7 * elf/ldconfig.h (add_to_cache): Change prototype for hwcap change.
8
9 * elf/ldconfig.c (struct lib_entry): Use uint64_t for hwcap.
10 (path_hwcap): Likewise.
11 (search_dir): Likewise.
12
13 * sysdeps/generic/dl-cache.c (HWCAP_CHECK): Handle platform.
14
15 * elf/cache.c (add_to_cache): Handle 64 bit hwcap entry.
16
17 * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h
18 (_dl_platform_string): New.
19 (_DL_HWCAP_PLATFORM): New.
20 (_dl_string_platform): New.
21 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
22
23 * sysdeps/generic/dl-procinfo.h (_DL_HWCAP_COUNT): New.
24 (_dl_string_platform): New.
25 (_DL_HWCAP_PLATFORM): New.
26 (_dl_platform_string): New.
27
28 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Added x86 platform
29 recognition.
30 (_DL_HWCAP_COUNT): New.
31 (_dl_string_platform): New.
32 (_DL_HWCAP_PLATFORM): New.
33 (_dl_platform_string): New.
34
35 2000-11-14 Ulrich Drepper <drepper@redhat.com>
36
37 * iconvdata/gconv-modules: Add CP936 as alias for GBK.
38
39 2000-11-14 Andreas Jaeger <aj@suse.de>
40
41 * sysdeps/generic/dl-cache.c (HWCAP_CHECK): Fix access to
42 _dl_hwcap.
43
44 2000-11-13 Roland McGrath <roland@frob.com>
45
46 * hurd/get-host.c (_hurd_get_host_config): Fix last change.
47
48 2000-11-13 Marcus Brinkmann <marcus@gnu.org>
49
50 * hurd/get-host.c (_hurd_get_host_config): Fix possible buffer
51 underrun and make sure the result is null terminated even if there
52 is no trailing newline.
53
54 2000-11-13 Jakub Jelinek <jakub@redhat.com>
55
56 * sysdeps/alpha/fpu/libm-test-ulps: Update.
57
58 2000-11-10 H.J. Lu <hjl@gnu.org>
59
60 * sysdeps/ia64/fpu/libm-test-ulps: Updated.
61
62 2000-11-10 Andreas Jaeger <aj@suse.de>
63
64 * elf/ldconfig.c (create_links): Fix alloca calculation.
65 Patch by Ben Collins <bcollins@debian.org>.
66
67 2000-11-09 Ulrich Drepper <drepper@redhat.com>
68
69 * inet/getnameinfo.c (getnameinfo): Use correct destination
70 parameter for if_indextoname.
71 Patch by Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>.
72
73 2000-11-09 H.J. Lu <hjl@gnu.org>
74
75 * sunrpc/Versions (GLIBC_2.1): Remove xdr_cryptkeyarg,
76 xdr_cryptkeyarg2, xdr_cryptkeyres, xdr_des_block,
77 xdr_key_netstarg, xdr_key_netstres, xdr_keybuf and
78 xdr_keystatus.
79
80 * time/Versions (GLIBC_2.1): Move getitimer to...
81 * sysdeps/unix/sysv/linux/alpha/Versions (GLIBC_2.1): ...here.
82
83 2000-11-03 Bruno Haible <haible@clisp.cons.org>
84
85 * manual/install.texi: Recommend to set LANGUAGE=C LC_ALL-C during
86 "make install", to work around a binary incompatibility between
87 glibc 2.1 and glibc 2.2 gconv modules.
88
89 2000-11-09 Ulrich Drepper <drepper@redhat.com>
90
91 * intl/locale.alias: Add thai.
92 Patch by Chanop Silpa-Anan <chanop@syseng.anu.edu.au>.
93
94 2000-11-07 Akim Demaille <akim@epita.fr>
95
96 * malloc/obstack.c (obstack_grow, obstack_grow0): Rename the second
97 argument `data' for consistency with the prototypes.
98 Qualify it `const'.
99 (obstack_copy, obstack_copy0): Rename the second argument as
100 `address' for consistency. Qualify it `const'.
101 * malloc/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
102 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
103 `const' their input argument (`data' or `address').
104 Adjust the corresponding macros to include `const' in casts.
105
106 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
107
108 * sysdeps/posix/getaddrinfo.c: Clean-up: define family to hold
109 target family.
110
111 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
112
113 * sysdeps/posix/getaddrinfo.c: Loosen protocol check to ease raw
114 socket creation.
115
116 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
117
118 * sysdeps/posix/getaddrinfo.c: Ensure to fill ai_socktype and
119 ai_protocol by internal table if service was not given.
120
121 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
122
123 * sysdeps/posix/getaddrinfo.c: Don't raise an error even if
124 numerical port was specified with protocol without socktype.
125
126 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
127
128 * sysdeps/posix/getaddrinfo.c: Ensure to check if protocol is ok.
129
130 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
131
132 * inet/getnameinfo.c: getnameinfo() NI_xxx flag validation.
133
134 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
135
136 * sysdeps/posix/getaddrinfo.c: Ensure not to fill garbage value in
137 sin6_scope_id field.
138
139 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
140
141 * inet/getnameinfo.c: Repair getnameinfo() sin6_socpe_id support.
142
143 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
144
145 * inet/getnameinfo.c: Repair NI_NOFQDN flag support.
146
147 2000-11-06 Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
148
149 * inet/getnameinfo.c: Wake-up sin6_scope_id support in
150 getnameinfo(): check for whether sin6_socpe_id exist was wrong.
151
152 2000-11-09 Martin Schwidefsky <mschwide@nc.boeblingen.de.ibm.com>
153
154 * sysdeps/unix/sysv/linux/s390/mmap.S: Use mmap2 if it is present.
155 * sysdeps/unix/sysv/linux/s390/mmap64.S: New file.
156
157 2000-11-09 H.J. Lu <hjl@gnu.org>
158
159 * io/Versions (GLIBC_2.1.1): Remove lockf64.
160
161
162 See ChangeLog.11 for earlier changes.
This page took 0.045875 seconds and 5 git commands to generate.