Update.
[platform/upstream/linaro-glibc.git] / ChangeLog
1 2002-07-06  Bruno Haible  <bruno@clisp.org>
2
3         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4         declarations.
5
6         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
7
8         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
9
10         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
11         not _UTSNAME_H.
12         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
13
14         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
15         * sysdeps/generic/bits/ustat.h: Likewise.
16
17         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to
18         2048.
19
20 2002-07-08  Andreas Jaeger  <aj@suse.de>
21
22         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
23
24 2002-07-08  Andreas Jaeger  <aj@suse.de>
25
26         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
27
28 2002-07-06  Andreas Jaeger  <aj@suse.de>
29
30         * sysdeps/x86_64/fpu/bits/mathinline.h: New.
31         * sysdeps/x86_64/fpu/s_copysign.S: New.
32         * sysdeps/x86_64/fpu/s_copysignf.S: New.
33         * sysdeps/x86_64/fpu/s_copysignl.S: New.
34         * sysdeps/x86_64/fpu/s_finitel.S: New.
35         * sysdeps/x86_64/fpu/s_fmax.S: New.
36         * sysdeps/x86_64/fpu/s_fmaxf.S: New.
37         * sysdeps/x86_64/fpu/s_fmaxl.S: New.
38         * sysdeps/x86_64/fpu/s_fmin.S: New.
39         * sysdeps/x86_64/fpu/s_fminf.S: New.
40         * sysdeps/x86_64/fpu/s_fminl.S: New.
41
42 2002-06-05  Brian Youmans <3diff@gnu.org>
43
44         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
45         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
46         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
47         * sysdeps/ia64/fpu/e_asin.S: Likewise.
48         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
49         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
50         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
51         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
52         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
53         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
54         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
55         * sysdeps/ia64/fpu/e_exp.S: Likewise.
56         * sysdeps/ia64/fpu/e_expf.S: Likewise.
57         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
58         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
59         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
60         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
61         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
62         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
63         * sysdeps/ia64/fpu/e_log.S: Likewise.
64         * sysdeps/ia64/fpu/e_logf.S: Likewise.
65         * sysdeps/ia64/fpu/e_pow.S: Likewise.
66         * sysdeps/ia64/fpu/e_powf.S: Likewise.
67         * sysdeps/ia64/fpu/e_powl.S: Likewise.
68         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
69         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
70         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
71         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
72         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
73         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
74         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
75         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
76         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
77         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
78         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
79         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
80         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
81         * sysdeps/ia64/fpu/libm_error.c: Likewise.
82         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
83         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
84         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
85         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
86         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
87         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
88         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
89         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
90         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
91         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
92         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
93         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
94         * sysdeps/ia64/fpu/s_logb.S: Likewise.
95         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
96         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
97         * sysdeps/ia64/fpu/s_modf.S: Likewise.
98         * sysdeps/ia64/fpu/s_modff.S: Likewise.
99         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
100         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
101         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
102         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
103         * sysdeps/ia64/fpu/s_rint.S: Likewise.
104         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
105         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
106         * sysdeps/ia64/fpu/s_round.S: Likewise.
107         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
108         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
109         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
110         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
111         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
112         * sysdeps/ia64/fpu/s_significand.S: Likewise.
113         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
114         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
115         * sysdeps/ia64/fpu/s_tan.S: Likewise.
116         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
117         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
118         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
119         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
120         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
121         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
122         reflect IBM donation of math library to FSF
123         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
124         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
125         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
126         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
127         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
128         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
129         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
130         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
131         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
132         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
133         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
134         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
135         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
136         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
137         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
138         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
139         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
140         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
141         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
142         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
143         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
144         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
145         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
146         * sysdeps/vax/__longjmp.c: Likewise.
147         * sysdeps/vax/setjmp.c: Likewise.
148         * libio/filedoalloc.c: Fixed BSD copying permission notice to
149         remove advertising clause
150         * sysdeps/vax/htonl.s: Likewise.
151         * sysdeps/vax/htons.s: Likewise.
152         * libio/wfiledoalloc.c: Likewise.
153         * stdlib/random.c: Likewise.
154         * stdlib/random_r.c: Likewise.
155         * sysdeps/mach/sys/reboot.h: Likewise.
156         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
157         * sysdeps/posix/getaddrinfo.c: Likewise.
158         * sunrpc/des_impl.c: Updated license permission notice to Lesser
159         GPL and corrected pointer to point to the correct license.
160
161 2002-07-04  Andreas Jaeger  <aj@suse.de>
162
163         * scripts/config.guess: New upstream version.
164         * scripts/config.sub: Likewise.
165
166 2002-07-02  Andreas Schwab  <schwab@suse.de>
167
168         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
169         in parallel to bumping up the buffer pointer.
170
171 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
172
173         * math/libm-test.inc (acos_test): Add missing L suffix for
174         expected result.
175         (cpow_test): Likewise.
176         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
177         error for acos (0.0625).
178
179 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
180
181         * locale/iso-639.def: Add entry for Ganda.
182         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
183         definition.
184         (address_finish): Handle entries with two letter ISO 639 code.
185
186         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
187         directory if it existed before.
188         * iconv/iconvconfig.c: Implement --prefix option.
189
190         * math/libm-test.inc (cexp_test): Add missing L suffix for
191         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
192         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
193         1.25 i).
194
195 2002-05-29  H.J. Lu  <hjl@gnu.org>
196
197         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
198         is turned on.
199
200 2002-05-28  H.J. Lu  <hjl@gnu.org>
201
202         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
203         are not dlopened on the dependency list of a dlopened object.
204
205 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
206
207         * elf/dl-lookup.c (add_dependency): It is not necessary to add
208         dependencies if they are created between objects which are created
209         while processing RTLD_NOW for objects loaded as part of the same
210         dlopen call.
211
212 2002-06-14  H.J. Lu  <hjl@gnu.org>
213
214         * elf/Makefile (tests): Add circleload1.
215         (modules-names): Add circlemod1, circlemod2, circlemod3,
216         circlemod1a, circlemod2a and circlemod3a.
217         ($(objpfx)circleload1): New target.
218         ($(objpfx)circleload1.out): Likewise.
219         ($(objpfx)circlemod1.so): Likewise.
220         ($(objpfx)circlemod2.so): Likewise.
221         ($(objpfx)circlemod1a.so): Likewise.
222         ($(objpfx)circlemod2a.so): Likewise.
223         * elf/circleload1.c: New file.
224         * elf/circlemod1.c: New file.
225         * elf/circlemod1a.c: New file.
226         * elf/circlemod2.c: New file.
227         * elf/circlemod2a.c: New file.
228         * elf/circlemod3.c: New file.
229         * elf/circlemod3a.c: New file.
230
231 2002-06-18  Amos Waterland  <apw@us.ibm.com>
232
233         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
234         file descriptor.
235         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
236         add check for fd not open for writing.
237
238         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
239         completed element(s) and do not suspend thread if so.  Patch
240         heavily modified by drepper.
241
242         * rt/tst-aio7.c: New file.  Regression test for problems which the
243         above three changes fix.
244         * rt/Makefile (tests): Add tst-aio7.
245
246 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
247
248         * rt/tst-aio6.c: Fix comment.
249
250         * catgets/gencat.c (read_input_file): Handle more than one slash
251         at end of line correctly [PR libc/3926].
252         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
253
254         * catgets/sample.SJIS: Add test case for above bug.
255         * catgets/test-gencat.c: Adjust test code.
256         * catgets/test-gencat.sh: Adjust expected results.
257
258         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
259         to skip relative relocations.
260         Patch by Geoff Keating <geoffk@redhat.com>.
261
262 2002-05-26  Bruno Haible  <bruno@clisp.org>
263
264         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
265         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
266         All callers changed.
267         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
268         STANDARD_FROM_LOOP_ERR_HANDLER.
269         (utf8_internal_loop): Likewise.
270         (ucs2_internal_loop): Likewise.
271         (internal_ucs2_loop): Perform error handling like in
272         STANDARD_FROM_LOOP_ERR_HANDLER.
273         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
274         in STANDARD_FROM_LOOP_ERR_HANDLER.
275         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
276         handling.
277         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
278         in STANDARD_FROM_LOOP_ERR_HANDLER.
279         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
280         handling.
281         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
282         in STANDARD_FROM_LOOP_ERR_HANDLER.
283         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
284         handling.
285         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
286         STANDARD_FROM_LOOP_ERR_HANDLER.
287         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
288         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
289         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
290         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
291         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
292         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
293         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
294         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
295         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
296         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
297         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
298         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
299         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
300         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
301         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
302         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
303         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
304         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
305         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
306         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
307         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
308         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
309         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
310         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
311         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
312         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
313         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
314         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
315         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
316         an error, still set result = __GCONV_ILLEGAL_INPUT.
317         (BODY for TO_LOOP): Likewise.
318         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
319         STANDARD_FROM_LOOP_ERR_HANDLER.
320         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
321         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
322         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
323         handling.
324         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
325         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
326         STANDARD_FROM_LOOP_ERR_HANDLER.
327         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
328         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
329         STANDARD_FROM_LOOP_ERR_HANDLER.
330         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
331         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
332         STANDARD_FROM_LOOP_ERR_HANDLER.
333         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
334         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
335         STANDARD_FROM_LOOP_ERR_HANDLER.
336         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
337         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
338         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
339         handling.
340         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
341         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
342         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
343         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
344
345 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
346
347         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
348         labels in assembler instructions.
349
350 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
351
352         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
353         not enough content is available.
354         * libio/tst-eof.c: New file.
355         * libio/Makefile (tests): Add tst-eof.
356
357         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
358         update atime.
359         * libio/tst-atime.c: New file.
360         * libio/Makefile (tests): Add tst-atime.
361
362         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
363         handling of overly long words.
364
365 2002-06-25  Andreas Jaeger  <aj@suse.de>
366
367         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
368         to not use 32-bit pc relative relocations.
369         (elf_machine_dynamic): Likewise.
370
371 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
372
373         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
374         (__GETDENTS): Check for failed getdents64 syscall.
375         * dirent/Makefile (tests): Add bug-readdir1.
376         * dirent/bug-readdir1.c: New file.
377
378 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
379
380         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
381         lookups.
382         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
383         code.  Print TLS modid and offset for modules containing PT_TLS
384         segments.
385
386 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
387
388         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
389         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
390         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
391         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
392
393 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
394
395         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
396         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
397         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
398         * nss/getXXent_r.c (NEW, NEW1): Define.
399         (NEW (REENTRANT_GETNAME)): Strong alias to
400         INTERNAL (REENTRANT_GETNAME).
401         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
402
403 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
404
405         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
406         (_IO_file_jumps_mmap): Use it.
407         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
408         * libio/libioP.h: Remove _IO_wdefault_setbuf and
409         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
410         prototype.
411         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
412         (_IO_wfile_jumps_mmap): Don't use it anymore.
413         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
414         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
415         _IO_wdefault_setbuf.
416         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
417         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
418         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
419
420 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
421
422         * libio/Makefile (tests): Add tst-mmap-setvbuf.
423         * libio/tst-mmap-setvbuf.c: New test.
424
425 2002-06-21  Andreas Jaeger  <aj@suse.de>
426
427         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
428
429 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
430
431         * include/unistd.h (__fork_internal): Remove.
432         (__fork): Don't define to __fork_internal.
433         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
434         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
435         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
436         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
437         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
438
439 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
440
441         * po/hr.po: New file.
442
443 2002-06-11  Wolfram Gloger  <wg@malloc.de>
444
445         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
446         Reported by Michael Meissner <meissner@redhat.com>.
447
448 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
449
450         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
451         Patch by Hans Boehm <hans_boehm@hp.com>.
452
453 2002-06-20  Andreas Jaeger  <aj@suse.de>
454
455         * math/libm-test.inc: Use exact values as input parameters,
456         compute output parameters with 36 digits for 128-bit long doubles.
457         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
458         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
459         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
460
461 2002-06-13  Stephen L Moshier  <steve@moshier.net>
462
463         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
464         argument or result is subnormal.
465
466 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
467
468         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
469         quotient.
470         * sysdeps/i386/fpu/s_remquof.S: Likewise.
471         * sysdeps/i386/fpu/s_remquol.S: Likewise.
472
473         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
474
475 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
476
477         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
478         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
479         Reported by Peter A. Buhr.
480
481 2002-06-15  Roland McGrath  <roland@frob.com>
482
483         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
484         warning.
485
486         * sysdeps/mach/hurd/getcwd.c
487         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
488
489         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
490         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
491
492         * sysdeps/alpha/divrem.h: Use local label instead of global one for
493         jump to local subroutine.
494
495 2002-06-14  Roland McGrath  <roland@frob.com>
496
497         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
498         * sysdeps/mach/hurd/Makeconfig: ... here.
499
500 2002-06-13  Andreas Schwab  <schwab@suse.de>
501
502         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
503         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
504         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
505
506 2002-06-13  Roland McGrath  <roland@frob.com>
507
508         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
509         * hurd/hurdstartup.c (_hurd_startup): Likewise.
510         Use intptr_t instead of int for argc in stack layout.
511         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
512         (_dl_init_first): Likewise.
513         (_hurd_stack_setup): Likewise.
514         (init1): Add a cast.
515         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
516
517         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
518         argument to pfinet_siocgifconf RPC.
519
520 2002-06-13  Andreas Schwab  <schwab@suse.de>
521
522         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
523         expansion order.
524
525 2002-06-12  Roland McGrath  <roland@frob.com>
526
527         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
528         if already defined.
529         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
530         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
531
532 2002-06-11  Roland McGrath  <roland@frob.com>
533
534         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
535         file on [!RTLD_STAT64].
536         * sysdeps/mach/hurd/fxstat64.c: Likewise.
537
538         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
539         (__fdopen): Use INTUSE.
540         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
541
542         * stdio-common/tmpfile64.c: File removed.
543         * sysdeps/generic/tmpfile64.c: New file.
544         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
545         if not already defined.
546         (tmpfile): Use it in place of __GT_FILE.
547
548         * include/unistd.h: Declare __chown_internal.
549
550         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
551         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
552
553 2002-06-09  Roland McGrath  <roland@frob.com>
554
555         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
556         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
557         value of HURD_INTERFACE_VERSION >= 20020609.
558         * sysdeps/mach/hurd/configure: Regenerated.
559         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
560         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
561         convert a struct stat64 into a struct stat and return 0 or -1
562         with errno set to EOVERFLOW.
563         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
564         for struct statfs64 to struct statfs.
565         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
566         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
567         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
568         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
569         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
570         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
571         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
572         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
573         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
574         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
575         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
576         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
577         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
578         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
579         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
580         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
581         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
582         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
583         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
584         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
585         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
586         Use struct stat64 for io_stat argument.
587         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
588         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
589         to io_seek.
590         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
591         * hurd/fd-write.c (_hurd_fd_write): Likewise.
592         * hurd/hurd/fd.h: Update decls.
593         * sysdeps/mach/hurd/getcwd.c
594         (_hurd_canonicalize_directory_name_internal): Use ino64_t
595         and struct dirent64.
596         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
597         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
598         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
599         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
600
601 2002-06-08  Roland McGrath  <roland@frob.com>
602
603         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
604         instead of unsigned long int for __allocation and __size members.
605
606 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
607
608         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
609         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
610         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
611         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
612
613 2002-06-07  Roland McGrath  <roland@frob.com>
614
615         * sysdeps/mach/hurd/bits/environments.h: File removed.
616
617 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
618
619         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
620         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
621         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
622         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
623         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
624         (sendfile64): Likewise.
625         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
626         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
627         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
628         Likewise.
629         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
630
631         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
632         already defined.
633
634 2002-06-04  Bruno Haible  <bruno@clisp.org>
635
636         * sysdeps/cris/stackinfo.h: New file.
637
638         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
639         to an integer type before performing bit operations on it.
640
641 2002-06-05  Roland McGrath  <roland@frob.com>
642
643         * sysdeps/generic/sendfile.c: Include <errno.h>.
644         * sysdeps/generic/sendfile64.c: Likewise.
645
646         * io/Makefile (routines): Add sendfile and sendfile64.
647         (headers): Add sys/sendfile.h to the list.
648         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
649         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
650         * io/sys/sendfile.h: ... here.
651         * sysdeps/generic/sendfile.c: New file.
652         * sysdeps/generic/sendfile64.c: New file.
653
654         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
655         Move sendfile, sendfile64 to ...
656         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
657         * sysdeps/mach/hurd/sendfile.c: New file.
658         * sysdeps/mach/hurd/sendfile64.c: New file.
659
660         * sysdeps/mach/nanosleep.c: New file.
661
662 2002-06-04  Roland McGrath  <roland@frob.com>
663
664         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
665         * sysdeps/alpha/elf/configure: New file (generated).
666
667 2002-06-02  Roland McGrath  <roland@frob.com>
668
669         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
670
671 2002-06-01  Roland McGrath  <roland@frob.com>
672
673         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
674         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
675
676 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
677
678         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
679         Add nsmap.
680         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
681         Remove nstimes setting.
682         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
683         * resolv/res_send.c (res_nsend): Don't close unconditionally if
684         there is mix of IPv6 and IPv4 nameservers.
685         Use nsmap array to find free slots and preserve nameserver ordering.
686         Fix RES_ROTATE.
687
688 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
689
690         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
691         use this header with LFS.
692
693         * po/sk.po: Update from translation team.
694
695 2002-05-28  Andreas Schwab  <schwab@suse.de>
696
697         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
698         message when finding object of wrong class.
699
700 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
701
702         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
703         Patch by <radu@netsoft.ro>.
704
705 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
706
707         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
708         Add readahead.
709         * sysdeps/unix/sysv/linux/readahead.c: New file.
710         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
711         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
712         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
713         Add sendfile64 alias to sendfile syscall.
714         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
715         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
716         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
717         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
718         syscall.
719
720         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
721         special section for PIC register loading.
722         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
723
724         * config.h.in: Define HAVE_HIDDEN.
725         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
726
727         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
728
729 2002-05-28  Roland McGrath  <roland@frob.com>
730
731         * sysdeps/mach/alpha/setfpucw.c: New file.
732
733 2002-05-26  Roland McGrath  <roland@frob.com>
734
735         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
736         Use integer_t instead of int for IOC_VOID case.
737
738 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
739
740         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
741
742 2002-05-26  Bruno Haible  <bruno@clisp.org>
743
744         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
745         end of the ISO-8859-7 from idx table.
746
747 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
748
749         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
750
751 2002-05-24  David S. Miller  <davem@redhat.com>
752
753         * string/bits/string2.h (memset): Do not try to optimize when
754         not _STRING_ARCH_unaligned if GCC will do the right thing.
755
756 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
757
758         * posix/regex.c: Define `inline' as a macro into nothing for the
759         compilers which lack the keyword.
760         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
761         for the compatibility of gawk.
762         * posix/regcomp.c: Add fake implementation of isblank() for the
763         environments which lack the function.
764         Don't use free_charset() in case of non-i18n envs.
765         (build_range_exp): Don't use i18n related code in case of non-i18n
766         envs.
767         (build_collating_symbol): Likewise.
768         (build_equiv_class): Likewise.
769         (build_charclass): Likewise.
770         (re_compile_fastmap_iter): Likewise.
771         (parse_bracket_exp): Likewise.
772         (build_word_op): Likewise.
773         (regfree): Don't use free_charset() in case of non-i18n envs.
774         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
775         re_token_type_t in case of non-i18n envs.
776         Don't define re_charset_t in case of non-i18n envs.
777         Change the type of wcs of re_string_t from wchar_t to wint_t,
778         since we store also WEOF.
779         * posix/regex_internal.c: (re_string_realloc_buffers): Change
780         the type of wcs of re_string_t from wchar_t to wint_t.
781         (re_string_reconstruct): Likewise.
782         (create_ci_newstate): Don't use i18n related code in case of
783         non-i18n envs.
784         (create_cd_newstate): Likewise.
785
786 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
787
788         * iconv/loop.c: Fix typo.
789
790 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
791
792         * inet/ether_line.c (ether_line): Fix a typo causing only
793         lower 4 bits of each ethernet address byte being assigned.
794         Don't modify what line points to.
795         * inet/tst-ether_aton.c (main): Add ether_line tests.
796
797 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
798
799         * manual/filesys.texi: Don't make readlink example leak memory
800         when readlink fails.
801
802 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
803
804         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
805         some more security checks.
806
807 2002-05-17  David S. Miller  <davem@redhat.com>
808
809         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
810
811 2002-05-16  David S. Miller  <davem@redhat.com>
812
813         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
814         (elf_machine_dynamic): Use it to force PIC register to be loaded.
815         (elf_machine_load_address): Likewise.
816         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
817
818         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
819         is unaligned, do not forget to fully initialize %g1 magic value.
820
821         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
822         register definitions and provide 32-bit variants of structures
823         during 64-bit builds.
824
825         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
826         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
827         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
828         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
829         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
830         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
831         Do not clear implicit one bit here, it must be done post-rounding.
832         Only pad to the left using left shift if value uses less than the
833         available fractional bits.
834
835 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
836
837         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
838         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
839         (shared-only-routines): Likewise.
840         * sysdeps/powerpc/libgcc-compat.c: New file.
841         * sysdeps/wordsize-32/cmpdi2.c: Removed.
842         * sysdeps/wordsize-32/fixdfdi.c: Removed.
843         * sysdeps/wordsize-32/fixsfdi.c: Removed.
844         * sysdeps/wordsize-32/shdi3.c: Removed.
845
846 2002-05-16  Bruno Haible  <bruno@clisp.org>
847
848         * MakeTAGS (libc.pot): Don't sort the output.
849         * po/header.pot: Update to match xgettext 0.11 output.
850
851 2002-05-16  Bruno Haible  <bruno@clisp.org>
852
853         * MakeTAGS (subdirs): Remove duplicates.
854
855 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
856
857         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
858         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
859         alias.
860
861 2002-05-19  Andreas Jaeger  <aj@suse.de>
862
863         * sysdeps/unix/sysv/linux/configure.in: Warn against an
864         installation in /usr/local.
865
866 2002-05-16  Bruno Haible  <bruno@clisp.org>
867
868         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
869         string as argument of #error.
870
871 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
872
873         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
874         don't define static.  Remove old __realpath function.  TC1 of
875         POSIX 2001 will allow the second parameter to be NULL.
876         * stdlib/test-canon.c: Comment out test for NULL as second
877         parameter of realpath.
878
879         * time/offtime.c (__offtime): Set errno if overflow is detected.
880
881         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
882         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
883         dl-brk and dl-sbrk.
884
885         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
886         (fdimf): Likewise.
887
888 2002-05-15  Roland McGrath  <roland@frob.com>
889
890         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
891
892 2002-05-12  Bruno Haible  <bruno@clisp.org>
893
894         * iconvdata/testdata/EUC-JISX0213: New file.
895         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
896         * iconvdata/testdata/SHIFT_JISX0213: New file.
897         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
898         * iconvdata/testdata/ISO-2022-JP-3: New file.
899         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
900         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
901         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
902         contains comments indicating precomposed characters.
903
904 2002-04-21  Bruno Haible  <bruno@clisp.org>
905
906         * iconvdata/iso-2022-jp-3.c: New file.
907         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
908         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
909         (LDFLAGS-ISO-2022-JP-3.so): New variable.
910         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
911         (distribute): Add iso-2022-jp-3.c.
912
913 2002-05-12  Bruno Haible  <bruno@clisp.org>
914
915         * iconvdata/tst-table-to.c (main): Restore handling of
916         transliterations, broken by last patch.
917
918 2002-05-12  Bruno Haible  <bruno@clisp.org>
919
920         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
921
922 2002-05-12  Bruno Haible  <bruno@clisp.org>
923
924         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
925         when there is not enough room in the output buffer.
926         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
927
928 2002-04-20  Bruno Haible  <bruno@clisp.org>
929
930         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
931         macros.
932         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
933         Also make this macro work if FROM_DIRECTION evaluates to 0.
934         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
935         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
936         of consume_incomplete.
937         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
938         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
939         4, not 8.
940         * iconvdata/cp1258.c: Likewise.
941         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
942         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
943         not 2.
944         * iconvdata/ibm933.c: Likewise.
945         * iconvdata/ibm935.c: Likewise.
946         * iconvdata/ibm937.c: Likewise.
947         * iconvdata/ibm939.c: Likewise.
948         * iconvdata/iso-2022-cn.c: Define
949         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
950         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
951         * iconvdata/iso-2022-cn-ext.c: Likewise.
952         * iconvdata/iso-2022-jp.c: Define
953         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
954         {MIN,MAX}_NEEDED_{FROM,TO}.
955         * iconvdata/tcvn5712-1.c: Define
956         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
957         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
958         * iconvdata/euc-jisx0213.c: Define
959         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
960         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
961         * iconvdata/shift_jisx0213.c: Likewise.
962
963 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
964
965         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
966         shdi3, fixdfdi, fixsfdi in csu dir.
967         (shared-only-routines): Likewise.
968         * sysdeps/wordsize-32/cmpdi2.c: New file.
969         * sysdeps/wordsize-32/shdi3.c: New file.
970         * sysdeps/wordsize-32/fixdfdi.c: New file.
971         * sysdeps/wordsize-32/fixsfdi.c: New file.
972         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
973         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
974         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
975
976         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
977         Only use va_arg if the argument will be used [PR libc/3259].
978
979 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
980
981         * catgets/catgets.c (catopen): Free buffer if internal catalog
982         open fails.
983
984 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
985
986         * debug/xtrace.sh: Make more robust.  For realtime tracking use
987         non-buffering methods.
988         * debug/pcprofiledump.c: Implement -u option.
989         Patch by Roger Luethi <rl@hellgate.ch>.
990
991 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
992
993         * include/netinet/in.h (bindresvport_internal): Add prototype.
994         * include/rpc/auth.h  (authunix_create_internal,
995         authunix_create_default_internal, authnone_create_internal,
996         authdes_pk_create_internal): Add prototypes.
997         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
998         clntudp_create_internal, clntudp_bufcreate_internal,
999         clntunix_create_internal): Add prototypes.
1000         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
1001         svc_getreq_internal, svc_getreq_common_internal,
1002         svc_getreqset_internal, svc_getreq_poll_internal,
1003         svc_register_internal, svc_unregister_internal,
1004         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
1005         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
1006         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
1007         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
1008         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
1009         * inet/rcmd.c (rcmd_af): Use __listen.
1010         (rresvport_af): Use __bind.
1011         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
1012         authunix_create, authunix_create_default, authnone_create,
1013         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
1014         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
1015         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
1016         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
1017         _authenticate, add INTDEF after such function definitions.
1018         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
1019         __setsockopt, __getsockname instead of non-__ variants.
1020         * sunrpc/pmap_rmt.c: Likewise.
1021         * sunrpc/rtime.c: Likewise.
1022         * sunrpc/svc_udp.c: Likewise.
1023         * sunrpc/clnt_unix.c: Likewise.
1024         * sunrpc/svc_unix.c: Likewise.
1025         * sunrpc/bindrsvprt.c: Likewise.
1026         * sunrpc/svc_tcp.c: Likewise.
1027         * sunrpc/auth_none.c: Likewise.
1028         * sunrpc/clnt_raw.c: Likewise.
1029         * sunrpc/clnt_tcp.c: Likewise.
1030         * sunrpc/auth_unix.c: Likewise.
1031         * sunrpc/key_call.c: Likewise.
1032         * sunrpc/clnt_gen.c: Likewise.
1033         * sunrpc/pm_getmaps.c: Likewise.
1034         * sunrpc/clnt_simp.c: Likewise.
1035         * sunrpc/pmap_clnt.c: Likewise.
1036         * sunrpc/svc_run.c: Likewise.
1037         * sunrpc/svc.c: Likewise.
1038         * sunrpc/svc_simple.c: Likewise.
1039         * sunrpc/pm_getport.c: Likewise.
1040         * sunrpc/auth_des.c: Likewise.
1041         * sunrpc/svc_auth.c: Likewise.
1042         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
1043         __register_frame_info_table_bases, __deregister_frame_info_bases):
1044         Add INTDEF.
1045         (__register_frame_info_bases_internal,
1046         __register_frame_info_table_bases_internal,
1047         __deregister_frame_info_bases_internal): Add prototypes.
1048         (__register_frame_info, __register_frame): Use INTUSE in call to
1049         __register_frame_info_bases.
1050         (__register_frame_info_table): Similarly.
1051         (__deregister_frame_info, __deregister_frame): Similarly.
1052         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
1053         sendto as weak alias.
1054         * sysdeps/mach/hurd/sendto.c: Likewise.
1055         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
1056         recvfrom as weak alias.
1057         * sysdeps/mach/hurd/recvfrom.c: Likewise.
1058         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
1059         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
1060         recvmsg as weak alias.
1061         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
1062         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
1063         sendmsg as weak alias.
1064         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
1065         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
1066         setsockopt, add setsockopt as weak alias.
1067         * sysdeps/mach/hurd/setsockopt.c: Likewise.
1068         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
1069         weak alias.
1070         * sysdeps/mach/hurd/bind.c: Likewise.
1071         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
1072         as weak alias.
1073         * sysdeps/mach/hurd/listen.c: Likewise.
1074         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
1075         getsockname, add getsockname as weak alias.
1076         * sysdeps/mach/hurd/getsockname.c: Likewise.
1077         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
1078         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
1079         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
1080         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
1081         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
1082         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
1083         Add aliases.
1084         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
1085         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1086         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
1087         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
1088         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
1089         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
1090         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
1091         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
1092         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
1093         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
1094         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
1095         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
1096
1097 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
1098
1099         * locale/programs/localedef.h (show_archive_content): Add verbose
1100         argument.
1101         * locale/programs/localedef.c (main): Adjust caller.
1102         * locale/programs/locarchive.c (struct nameent, struct dataent): New.
1103         (nameentcmp, dataentcmp): New functions.
1104         (xstrcmp): Remove.
1105         (show_archive_content): Print verbose listing with --list-archive -v.
1106
1107 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
1108
1109         * locale/programs/locarchive.c (open_archive): Take extra argument
1110         readonly.  If true open file with O_RDONLY and don't create the
1111         archive if it doesn't exist.
1112         Adapt all callers.
1113         (close_archive): Don't do anything if fd element is -1.
1114         * locale/programs/localedef.h (open_archive): Adjust prototype.
1115         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
1116         call.
1117
1118         * malloc/malloc.c (__posix_memalign): Correct check for size of
1119         alignment value [PR libc/3444].
1120
1121         * include/stdio.h: Remove references to old stdio implementation.
1122
1123         * libio/Makefile (bug-ungetwc2-ENV): Define.
1124
1125 2002-05-13  Roland McGrath  <roland@frob.com>
1126
1127         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
1128
1129         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
1130
1131 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
1132
1133         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
1134         Allocate three, not two, more than LEN when appending '/.'.
1135         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
1136         if NAME ends with '/.' if it is shorter than 2 chars.
1137
1138 2002-05-12  Roland McGrath  <roland@frob.com>
1139
1140         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
1141         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
1142
1143         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
1144         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
1145
1146 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
1147
1148         * sysdeps/ia64/Makefile: Remove extra endif.
1149         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
1150
1151 2002-05-10  Andreas Schwab  <schwab@suse.de>
1152
1153         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
1154
1155 2002-05-09  Andreas Jaeger  <aj@suse.de>
1156
1157         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New.
1158         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
1159         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
1160
1161         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
1162         * sysdeps/wordsize-64/glob.c: ...here.
1163         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
1164         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
1165         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
1166
1167 2002-05-08  Roland McGrath  <roland@frob.com>
1168
1169         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
1170         O_NOTRANS flag in "." lookup.
1171
1172 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
1173
1174         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
1175
1176 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
1177
1178         * locale/duplocale.c (__duplocale): Update special members only
1179         when allocation succeeded.
1180
1181 2002-05-03  Roland McGrath  <roland@frob.com>
1182
1183         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
1184         we can only build libc.so.0.3(GLIBC_2.2.6) now.
1185
1186 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
1187
1188         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
1189         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
1190         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
1191         * sysdeps/ia64/ia64libgcc.S: New file.
1192
1193 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
1194
1195         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
1196
1197         * malloc/memusage.c: Distinguish anonymous mmap.
1198
1199 2002-05-01  Roland McGrath  <roland@frob.com>
1200
1201         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
1202         and use INTDEF on it.
1203         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
1204
1205         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
1206
1207         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
1208
1209 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
1210
1211         * malloc/memusage.c: Add support for tracking mmap & friends.
1212         * malloc/memusage.sh: Implement -m/--mmap option.
1213
1214 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
1215
1216         * locale/programs/locarchive.c (create_archive): Add archivefname
1217         argument, create fname from it.
1218         (enlarge_archive): Honour output_prefix.
1219         (open_archive): Likewise.
1220
1221 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
1222
1223         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
1224         too many stpcpy macros.
1225
1226 2002-04-26  Bruno Haible  <bruno@clisp.org>
1227
1228         * locale/programs/ld-collate.c (collate_read): Cast first argument
1229         for "%.*s" to int.
1230
1231 2002-04-26  Bruno Haible  <bruno@clisp.org>
1232
1233         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
1234         __dcngettext_internal): New declarations.
1235         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
1236         attribute declarations.
1237
1238 2002-04-30  Roland McGrath  <roland@frob.com>
1239
1240         Removed old GNU stdio implementation; GNU libio is now the only option.
1241         * configure.in: Removed --enable-libio option and @stdio@ subst var.
1242         Define USE_IN_LIBIO unconditionally.
1243         * configure: Regenerated.
1244         * Makeconfig (stdio): Set to libio by default.
1245         * config.make.in (stdio): Variable removed.
1246         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
1247         * sysdeps/unix/sysv/linux/configure: Regenerated.
1248         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
1249         * sysdeps/mach/hurd/configure: Regenerated.
1250         * stdio/.cvsignore: File removed.
1251         * stdio/Makefile: File removed.
1252         * stdio/Versions: File removed.
1253         * stdio/__fbufsize.c: File removed.
1254         * stdio/__flbf.c: File removed.
1255         * stdio/__fpending.c: File removed.
1256         * stdio/__fpurge.c: File removed.
1257         * stdio/__freadable.c: File removed.
1258         * stdio/__freading.c: File removed.
1259         * stdio/__fsetlocking.c: File removed.
1260         * stdio/__fwritable.c: File removed.
1261         * stdio/__fwriting.c: File removed.
1262         * stdio/clearerr.c: File removed.
1263         * stdio/fclose.c: File removed.
1264         * stdio/fcloseall.c: File removed.
1265         * stdio/feof.c: File removed.
1266         * stdio/ferror.c: File removed.
1267         * stdio/fflush.c: File removed.
1268         * stdio/fgetc.c: File removed.
1269         * stdio/fgetpos.c: File removed.
1270         * stdio/fgets.c: File removed.
1271         * stdio/fileno.c: File removed.
1272         * stdio/fmemopen.c: File removed.
1273         * stdio/fopen.c: File removed.
1274         * stdio/fopncook.c: File removed.
1275         * stdio/fputc.c: File removed.
1276         * stdio/fputs.c: File removed.
1277         * stdio/fread.c: File removed.
1278         * stdio/freopen.c: File removed.
1279         * stdio/fseek.c: File removed.
1280         * stdio/fsetpos.c: File removed.
1281         * stdio/ftell.c: File removed.
1282         * stdio/fwrite.c: File removed.
1283         * stdio/getc.c: File removed.
1284         * stdio/getchar.c: File removed.
1285         * stdio/getdelim.c: File removed.
1286         * stdio/gets.c: File removed.
1287         * stdio/glue.c: File removed.
1288         * stdio/internals.c: File removed.
1289         * stdio/linewrap.c: File removed.
1290         * stdio/linewrap.h: File removed.
1291         * stdio/memstream.c: File removed.
1292         * stdio/newstream.c: File removed.
1293         * stdio/obstream.c: File removed.
1294         * stdio/putc.c: File removed.
1295         * stdio/putchar.c: File removed.
1296         * stdio/puts.c: File removed.
1297         * stdio/rewind.c: File removed.
1298         * stdio/setbuf.c: File removed.
1299         * stdio/setbuffer.c: File removed.
1300         * stdio/setlinebuf.c: File removed.
1301         * stdio/setvbuf.c: File removed.
1302         * stdio/stdio.h: File removed.
1303         * stdio/ungetc.c: File removed.
1304         * stdio/vasprintf.c: File removed.
1305         * stdio/vscanf.c: File removed.
1306         * stdio/vsnprintf.c: File removed.
1307         * stdio/vsprintf.c: File removed.
1308         * stdio/vsscanf.c: File removed.
1309         * sysdeps/generic/defs.c: File removed.
1310         * sysdeps/generic/fdopen.c: File removed.
1311         * sysdeps/generic/pipestream.c: File removed.
1312         * sysdeps/generic/stdio_init.c: File removed.
1313         * sysdeps/generic/sysd-stdio.c: File removed.
1314         * sysdeps/generic/vdprintf.c: File removed.
1315         * sysdeps/mach/hurd/defs.c: File removed.
1316         * sysdeps/mach/hurd/fdopen.c: File removed.
1317         * sysdeps/mach/hurd/pipestream.c: File removed.
1318         * sysdeps/mach/hurd/stdio_init.c: File removed.
1319         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
1320         * sysdeps/mach/hurd/vdprintf.c: File removed.
1321         * sysdeps/posix/defs.c: File removed.
1322         * sysdeps/posix/fdopen.c: File removed.
1323         * sysdeps/posix/pipestream.c: File removed.
1324         * sysdeps/posix/stdio_init.c: File removed.
1325         * sysdeps/posix/vdprintf.c: File removed.
1326         * sysdeps/unix/pipestream.c: File removed.
1327         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
1328         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
1329         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
1330
1331 2002-04-29  Roland McGrath  <roland@frob.com>
1332
1333         * include/libc-symbols.h (link_warning): Use `unused' attribute.
1334
1335 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
1336
1337         * sysdeps/generic/tls.h: Describe what must be defined.
1338
1339         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
1340         glob_in_dir [PR libc/3385].
1341         * posix/globtest.sh: Add test case.
1342
1343         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
1344         //TRANSLIT twice.
1345
1346 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
1347
1348         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
1349         _internal symbol handling.
1350         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
1351
1352 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
1353
1354         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
1355         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
1356
1357 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
1358
1359         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
1360         not _LIBC and RE_ENABLE_I18N.
1361         (build_range_exp): Implement for not _LIBC.
1362         (build_collating_symbol): Likewise.
1363         (parse_bracket_exp): Unify redundant error handlings.
1364         Don't erase mbcset for non matching list in multibyte envs.
1365         (build_word_op): Add '_' to matching list for \w operator.
1366         * posix/regex_internal.c (re_string_construct): Invoke
1367         build_upper_buffer in case of not RE_ENABLE_I18N.
1368         (re_string_reconstruct): Don't touch cur_state in case of not
1369         RE_ENABLE_I18N.
1370         * posix/regex_internal.h (attribute_hidden): New macro in case of
1371         not _LIBC.
1372         (re_charset_t): Define range_starts/ends in case of not _LIBC.
1373         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
1374         RE_ENABLE_I18N.
1375         (transit_state_mb): Likewise.
1376         (check_node_accept_bytes): Implement the code evaluating range
1377         expression in case of not _LIBC.
1378         (find_collation_sequence_value): Hide in case of not _LIBC.
1379
1380 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
1381
1382         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
1383         i386/semctl.c.
1384         (__old_semctl, __new_semctl): Only use va_arg if the argument will
1385         be used.
1386
1387 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
1388
1389         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
1390
1391         * sysdeps/ia64/strncpy.S: Fix recovery code.
1392         Patch by David Mosberger <davidm@hpl.hp.com>.
1393
1394 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
1395
1396         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
1397         GLIBC_2.2.6.
1398
1399 2002-04-14  Bruno Haible  <bruno@clisp.org>
1400
1401         * posix/regex.c (re_max_failures): Add back symbol for binary
1402         compatibility.
1403
1404 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
1405
1406         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
1407         of buffer building functions.
1408         * posix/regex_internal.c (re_string_allocate): New function.
1409         (re_string_realloc_buffers): New function.
1410         (re_string_skip_chars): New function.
1411         (re_string_reconstruct): New function.
1412         (re_string_construct): Adapt it to new interface of buffer building
1413         functions.
1414         (re_string_construct_common): Likewise.
1415         (build_wcs_buffer): Likewise.
1416         (build_wcs_upper_buffer): Likewise.
1417         (build_upper_buffer): Likewise.
1418         (re_string_translate_buffer): Likewise.
1419         (re_string_context_at): Adapt it to variable length buffers.
1420         * posix/regex_internal.h (re_string_t): Add new fields to handle
1421         variable length buffers.
1422         (re_match_context_t): Likewise.
1423         * posix/regexec.c (re_search_internal): Adapt it to new interface
1424         of re_string_t and re_match_context_t.
1425         (acquire_init_state_context): Likewise.
1426         (check_matching): Likewise.
1427         (check_halt_state_context): Likewise.
1428         (proceed_next_node): Likewise.
1429         (set_regs): Likewise.
1430         (sift_states_backward): Likewise.
1431         (clean_state_log_if_need): Likewise.
1432         (sift_states_iter_mb): Likewise.
1433         (sift_states_iter_bkref): Likewise.
1434         (add_epsilon_backreference): Likewise.
1435         (transit_state): Likewise.
1436         (transit_state_sb): Likewise.
1437         (transit_state_mb): Likewise.
1438         (transit_state_bkref): Likewise.
1439         (transit_state_bkref_loop): Likewise.
1440         (check_node_accept): Likewise.
1441         (match_ctx_init): Likewise.
1442         (extend_buffers): New function.
1443
1444 2002-04-21  Bruno Haible  <bruno@clisp.org>
1445
1446         * iconvdata/tst-table.sh: For the second check, use the truncated
1447         GB18030 charmap table, like for the first check.
1448
1449 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
1450
1451         * elf/dl-load.c (open_verify): Correct __lseek parameters.
1452         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
1453
1454 2002-04-23  H.J. Lu  <hjl@gnu.org>
1455
1456         * include/math.h (isfinite): Fix a typo.
1457
1458 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
1459
1460         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
1461         which is created by the test suite.
1462
1463 2002-04-20  Bruno Haible  <bruno@clisp.org>
1464
1465         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
1466         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
1467
1468 2002-04-20  Bruno Haible  <bruno@clisp.org>
1469
1470         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
1471         to avoid gcc warning.
1472
1473 2002-04-20  Bruno Haible  <bruno@clisp.org>
1474
1475         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
1476         of data->__statep->__count.
1477
1478 2002-04-20  Bruno Haible  <bruno@clisp.org>
1479
1480         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
1481         tag characters.
1482         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
1483
1484 2002-04-24  Roland McGrath  <roland@frob.com>
1485
1486         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
1487         use END macro instead of our own .end directive.
1488         Use `callsys' insn mnemonic instead of `call_pal'.
1489
1490         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
1491
1492         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
1493         macro; we need this for Hurd.
1494
1495         Log entry was missing for 2002/03/24 commit of rev 1.8,
1496         goes with 2002-03-17 changes.
1497         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
1498         (sysdep_routines): Append ioperm here.
1499         (sysdep_headers): Append sys/io.h here.
1500
1501 2002-04-23  Roland McGrath  <roland@frob.com>
1502
1503         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
1504         * sysdeps/mach/hurd/sendto.c: Likewise.
1505         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
1506         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
1507         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
1508
1509 2002-04-22  Roland McGrath  <roland@frob.com>
1510
1511         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
1512         failure from i386_io_perm_* RPCs to ENOSYS.
1513
1514 2002-04-22  Andreas Jaeger  <aj@suse.de>
1515
1516         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
1517
1518         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
1519
1520         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
1521         register instead of destroying %rbx.
1522
1523 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
1524
1525         * string/string.h: Declare strerror_r also for XPG6.
1526
1527 2002-04-19  Roland McGrath  <roland@frob.com>
1528
1529         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
1530
1531 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
1532
1533         * Makefile: Add handling of xtests and xcheck targets.
1534         * MakeTAGS: Likewise.
1535         * Makeconfig: Likewise.
1536         * Makerules: Likewise.
1537         * Rules: Likewise.
1538         * manual/Makefile: Likewise.
1539         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
1540         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
1541
1542 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
1543
1544         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
1545         authnone_private_s.
1546         * sunrpc/auth_none.c: Include bits/libc-lock.h.
1547         Delete #ifdef _RPC_THREAD_SAFE_ block.
1548         (authnone_private): Make a struct, not a pointer to struct.
1549         (authnone_private_guard): New once-control variable.
1550         (authnone_create_once): New function, split out of
1551         authnone_create.  No need to allocate memory.
1552         (authnone_create): Just call authnone_create_once via
1553         __libc_once, then return &authnone_private->no_client.
1554         (authnone_marshal): Access private data via CLIENT argument,
1555         not authnone_private pointer.
1556         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
1557         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
1558         authnone_private_s.
1559
1560 2002-04-12  H.J. Lu  <hjl@gnu.org>
1561
1562         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
1563
1564 2002-04-18  Bruno Haible  <bruno@clisp.org>
1565
1566         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
1567         FROM_DIRECTION): Make the FROM direction stateless.
1568         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
1569         FROM_DIRECTION): Likewise.
1570
1571 2002-04-15  Bruno Haible  <bruno@clisp.org>
1572
1573         * iconvdata/JISX0213.TXT: New file.
1574         * iconvdata/jisx0213.h: New file.
1575         * iconvdata/jisx0213.c: New file.
1576         * iconvdata/euc-jisx0213.c: New file.
1577         * iconvdata/shift_jisx0213.c: New file.
1578         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
1579         * iconvdata/EUC-JISX0213.precomposed: New file.
1580         * iconvdata/SHIFT_JISX0213.precomposed: New file.
1581         * iconvdata/SHIFT_JISX0213.irreversible: New file.
1582         * iconvdata/tst-table-to.c (main): Make it work for encodings for
1583         which the "to" direction is stateful.
1584         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
1585         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
1586         SHIFT_JISX0213.
1587         (libJISX0213-routines): New variable.
1588         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
1589         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
1590         (LDFLAGS-libJISX0213.so): New variable.
1591         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
1592         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
1593         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
1594
1595 2002-04-15  Bruno Haible  <bruno@clisp.org>
1596
1597         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
1598         uint32_t.  Update to Unicode 3.2.
1599         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
1600         (BODY for TO_LOOP): Handle the ASCII range specially.
1601         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
1602         * iconvdata/testdata/BIG5HKSCS: Remove a character.
1603         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
1604
1605 2002-04-15  Bruno Haible  <bruno@clisp.org>
1606
1607         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
1608         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
1609
1610 2002-04-15  Bruno Haible  <bruno@clisp.org>
1611
1612         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
1613         (ucs4_to_cns11643): Update.
1614         * iconvdata/cns11643.c: Update to Unicode 3.2.
1615         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
1616         __cns11643_from_ucs4p2_tab): Regenerated.
1617         (__cns11643_from_ucs4p2c_tab): New array.
1618         * iconvdata/cvs11643l1.c: Update comments.
1619         * iconvdata/EUC-TW.irreversible: Remove two entries.
1620
1621 2002-04-15  Bruno Haible  <bruno@clisp.org>
1622
1623         * locale/C-translit.h.in: Update to Unicode 3.2.
1624         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
1625         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
1626
1627 2002-04-15  Bruno Haible  <bruno@clisp.org>
1628
1629         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
1630         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
1631
1632 2002-04-15  Bruno Haible  <bruno@clisp.org>
1633
1634         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
1635         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
1636         always one byte, not 0 bytes in some cases and 2 bytes in others.
1637
1638         * iconvdata/tst-table-from.c (main): Correct the usage message.
1639
1640 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
1641
1642         * posix/regcomp.c (parse_expression): Fix incorrect error code.
1643         (parse_dup_op): Fix error handling like "a{}".
1644         (parse_bracket_exp): Add error handling.
1645         (fetch_number): Add error handling for "a{<very_large_number>}".
1646
1647 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
1648
1649         * posix/regcomp.c (parse_bracket_symbol): Add error handling
1650         in case that the symbol name is too long.
1651         (build_charclass): Handle [:lower:]/[:uppper:] correctly
1652         in case of REG_ICASE.
1653
1654 2002-04-19  Andreas Jaeger  <aj@suse.de>
1655
1656         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
1657         <hartvige@mips.com>.
1658
1659 2002-04-15  H.J. Lu  <hjl@gnu.org>
1660
1661         * include/math.h (__finitel_internal): Declare only if
1662         __NO_LONG_DOUBLE_MATH is not defined.
1663         (__isinfl_internal): Likewise.
1664         (__isnanl_internal): Likewise.
1665
1666         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
1667         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
1668         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
1669         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
1670         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1671         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1672         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
1673
1674         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
1675         __fcntl_internal.
1676
1677         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
1678         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
1679
1680 2002-04-15  Bruno Haible  <bruno@clisp.org>
1681
1682         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
1683         (BODY for TO_LOOP): Likewise.
1684         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
1685         * iconvdata/tst-table.sh: Add support for encodings which contain
1686         precomposed Unicode characters, known to the iconv converter in both
1687         directions but not listed in the charmap.
1688         * iconvdata/IBM856.irreversible: New file.
1689         * iconvdata/IBM922.irreversible: New file.
1690         * iconvdata/IBM1132.irreversible: New file.
1691         * iconvdata/IBM1133.irreversible: New file.
1692         * iconvdata/IBM1160.irreversible: New file.
1693         * iconvdata/IBM1161.irreversible: New file.
1694         * iconvdata/IBM1163.irreversible: New file.
1695         * iconvdata/IBM1164.irreversible: New file.
1696         * iconvdata/ARMSCII-8.irreversible: New file.
1697         * iconvdata/TCVN5712-1.precomposed: New file.
1698         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
1699         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
1700         ARMSCII-8, TCVN5712-1.
1701         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
1702         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
1703         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
1704         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
1705
1706 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
1707
1708         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
1709         for EVENING69.  Include offsets in TZ environment variable.
1710
1711 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
1712
1713         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
1714         avoid compiler warnings.
1715
1716         * locale/programs/localedef.c (main): Always call
1717         construct_output_path.
1718
1719         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
1720
1721         * locale/programs/locfile.c (to_archive): New variable.  To collect
1722         data which has to be added to the locale archive.
1723         (write_all_categories): Take new third parameter with locale name.
1724         Unless no_archive flag set add new locale data to the archive
1725         (write_locale_data): Unless no-archive flag set store generated data
1726         in to_archive data structure instead of generation output file.
1727         Add new parameter with locale category index.
1728         * locale/programs/locfile.h: Add new parameters in declaractions of
1729         write_all_categories and write_locale_data.
1730         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
1731         --add-to-archive, and --delete-from-archive options.  Pass extra
1732         parameter to write_all_categories.
1733         * locale/programs/localedef.h: Add prototypes for functions in
1734         locarchive.c.
1735         * locale/locarchive.h: New file.
1736         * locale/programs/locarchive.c: New file.
1737         * locale/Makefile (distribute): Add programs/locarchive.c and
1738         locarchive.h.
1739         (localedef-modules): Add md5 and locarchive.
1740         Add vpath to crypt subdir for md5.c.
1741
1742         * locale/programs/ld-address.c: Pass locale category ID as new second
1743         parameter to write_locale_data.
1744         * locale/programs/ld-collate.c: Likewise.
1745         * locale/programs/ld-ctype.c: Likewise.
1746         * locale/programs/ld-identification.c: Likewise.
1747         * locale/programs/ld-measurement.c: Likewise.
1748         * locale/programs/ld-messages.c: Likewise.
1749         * locale/programs/ld-monetary.c: Likewise.
1750         * locale/programs/ld-name.c: Likewise.
1751         * locale/programs/ld-numeric.c: Likewise.
1752         * locale/programs/ld-paper.c: Likewise.
1753         * locale/programs/ld-telephone.c: Likewise.
1754         * locale/programs/ld-time.c: Likewise.
1755
1756         * locale/simple-hash.c: Move compute_hashval function from here...
1757         * locale/hashval.h: ...to here.  New file.
1758         * locale/simple-hash.h: Add prototype for compute_hashval.
1759
1760         * include/libintl.h: Minor cleanups.
1761
1762 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
1763
1764         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
1765
1766 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
1767
1768         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
1769
1770 2002-04-14  Bruno Haible  <bruno@clisp.org>
1771
1772         * locale/programs/charmap.c (charmap_read): Don't access result if
1773         result == NULL.
1774
1775 2002-02-17  Andreas Schwab  <schwab@suse.de>
1776
1777         * elf/reldep7.c: New file.
1778         * elf/reldep7mod1.c: New file.
1779         * elf/reldep7mod2.c: New file.
1780         * elf/Makefile: Add rules to build and run reldep7.
1781
1782 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
1783
1784         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
1785         the end of the function.  Pass original flags to recursive call if
1786         add_dependency failed.
1787         (_dl_lookup_versioned_symbol): Likewise.
1788
1789 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
1790
1791         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
1792         early, but check whether it overflowed afterwards.
1793         * time/tst-mktime.c (main): Add new tests.
1794
1795 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
1796
1797         * debug/xtrace.sh: Fix program name in help message.
1798         Patch by Roger Luethi <rl@hellgate.ch>.
1799
1800         * include/sys/stat.h: Add prototypes for __lxstat_internal and
1801         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
1802         NOT_IN_libc.
1803         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
1804         * sysdeps/mach/hurd/lxstat.c: Likewise.
1805         * sysdeps/unix/common/lxstat.c: Likewise.
1806         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
1807         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
1808         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
1809         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
1810         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
1811         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
1812         * sysdeps/mach/hurd/lxstat64.c: Likewise.
1813         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
1814         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
1815
1816         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
1817         prototypes.  Add __mbrlen and __mbrtowc macros.
1818         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
1819         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
1820
1821         * include/unistd.h: Add prototype for __write_internal and add
1822         __libc_write macro is SHARED.
1823         * sysdeps/generic/write.c: Use INTDEF for __write.
1824         * sysdeps/mach/hurd/write.c: Likewise.
1825         * sysdeps/unix/sysv/aix/write.c: Likewise.
1826         * sysdeps/unix/syscalls.list: Add __libc_write alias.
1827
1828         * assert/assert.c: Replace STR_N_SIZE with something usable in
1829         macro arguments.
1830         * assert/assert-perr.c: Likewise.
1831
1832         * include/sys/socket.h: Declare __libc_sa_len_internal and define
1833         SA_LEN macro to use it if not NOT_IN_libc.
1834         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
1835
1836         * include/fcntl.h: Declare __open_internal and define __open and
1837         __libc_open macros if not NOT_IN_libc.
1838         * sysdeps/generic/open.c: Use INTDEF for __open.
1839         * sysdeps/mach/hurd/open.c: Likewise.
1840         * sysdeps/unix/sysv/aix/open.c: Likewise.
1841         * sysdeps/unix/syscalls.list: Add __open_internal alias.
1842
1843         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
1844         has correct number.
1845
1846         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
1847         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
1848         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
1849         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
1850
1851         * include/wctype.h: Declare __iswalpha_l_internal,
1852         __iswdigit_l_internal, __iswspace_l_internal,
1853         __iswxdigit_l_internal, and __iswctype_internal.  Define
1854         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
1855         __iswxdigit_l macros if not NOT_IN_libc.
1856         * wctype/iswctype.c: Use INTDEF for __iswctype.
1857         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
1858
1859         * include/math.h: Declare __isinf_internal, __isinfl_internal,
1860         __isnan_internal, and __isnanl_internal.
1861         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
1862         __isnan, and __isnanl.
1863         * stdio-common/printf_size.c: Likewise.
1864         * sysdeps/generic/printf_fphex.c: Likewise.
1865         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
1866         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
1867         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
1868         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
1869         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
1870         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
1871         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
1872         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
1873         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
1874         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
1875         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
1876         * sysdeps/m68k/s_isinfl.c: Likewise.
1877         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
1878         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
1879
1880         * include/sys/time.h: Declare __gettimeofday_internal and define
1881         __gettimeofday macro if not NOT_IN_libc.
1882         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
1883         * sysdeps/mach/gettimeofday.c: Likewise.
1884         * sysdeps/posix/gettimeofday.c: Likewise.
1885         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1886         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
1887         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
1888         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
1889
1890         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
1891         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
1892         Remove __lstat and __fstat inline functions.
1893         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
1894         * sysdeps/mach/hurd/fxstat.c: Likewise.
1895         * sysdeps/unix/fxstat.c: Likewise.
1896         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
1897         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
1898         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
1899         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
1900         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
1901         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
1902         * sysdeps/mach/hurd/fxstat64.c: Likewise.
1903         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
1904         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
1905
1906         * include/unistd.h: Declare __getpid_internal and define
1907         __getpid macro if not NOT_IN_libc.
1908         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
1909         * sysdeps/generic/getpid.c: Likewise.
1910         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
1911         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
1912
1913         * include/unistd.h: Declare __getpgid_internal and define
1914         __getpgid macro if not NOT_IN_libc.
1915         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
1916         * sysdeps/mach/hurd/getpgid.c: Likewise.
1917         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
1918         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
1919         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
1920         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
1921
1922         * include/unistd.h: Declare __getpagesize_internal and define
1923         __getpagesize macro if not NOT_IN_libc.
1924         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
1925         __getpagesize.
1926         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
1927         * sysdeps/mach/getpagesize.c: Likewise.
1928         * sysdeps/posix/getpagesize.c: Likewise.
1929         * sysdeps/unix/getpagesize.c: Likewise.
1930         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
1931         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
1932         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
1933         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
1934
1935 2002-04-13  Andreas Jaeger  <aj@suse.de>
1936
1937         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
1938         as clobber to reduce register pressure.
1939         (__strpbrk_cg): Likewise.
1940         (__mempcpy_by4): Likewise.
1941         (__strstr_cg): Likewise.
1942         Add prototype for __memrchr.
1943
1944 2002-04-13  Andreas Schwab  <schwab@suse.de>
1945
1946         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
1947         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
1948         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
1949
1950 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
1951
1952         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
1953         check whether the caller prefers getting the most recent version of
1954         a symbol of the earliest version.
1955         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
1956         _dl_do_lookup to also take the new parameter and pass it on.
1957         Change 'explicit' parameter of _dl_lookup_symbol and
1958         _dl_lookup_versioned_symbol to flags.  Adjust tests.
1959         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
1960         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
1961         _dl_lookup_versioned_symbol.
1962         * elf/dl-reloc.c: Likewise.
1963         * elf/dl-runtime.c: Likewise.
1964         * elf/dl-sym.c: Likewise.
1965         * sysdeps/mips/dl-machine.h: Likewise.
1966
1967 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
1968
1969         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
1970         in a token.
1971         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
1972
1973 2002-04-10  Andreas Jaeger  <aj@suse.de>
1974
1975         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
1976
1977         * include/argz.h: Remove extra char from last patch.
1978
1979 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
1980
1981         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
1982         * sysdeps/unix/sysv/aix/chown.c: Likewise.
1983         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
1984         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
1985         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
1986         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
1987         __chown_internal.
1988         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
1989
1990         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
1991         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
1992         * intl/ngettext.c: Likewise.
1993
1994         * include/sys/socket.h: Declare __connect_internal and define
1995         __connect macro if not NOT_IN_libc.
1996         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
1997         * sysdeps/unix/sysv/aix/connect.c: Likewise.
1998         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
1999
2000         * include/unistd.h: Declare __close_internal and define __close macro
2001         if not NOT_IN_libc.
2002         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
2003         WJUMP3): Add extra parenthesis to avoid expanding element names with
2004         macors like __close.
2005         * sysdeps/unix/syscalls.list: Add __close_internal alias.
2006
2007         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
2008         if not NOT_IN_libc.
2009         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
2010         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
2011         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
2012
2013         * include/unistd.h: Declare __fork_internal and define __fork macro
2014         if not NOT_IN_libc.
2015         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
2016         * sysdeps/unix/sysv/aix/fork.c: Likewise.
2017         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
2018
2019         * include/stdio_ext.h: Declare __fsetlocking_internal and define
2020         __fsetlocking macro to use it if not NOT_IN_libc.
2021         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
2022
2023         * libio/__fbufsize.c: Correct copyright.
2024         * libio/__flbf.c: Likewise.
2025         * libio/__fpending.c: Likewise.
2026         * libio/__fpurge.c: Likewise.
2027         * libio/__freadable.c: Likewise.
2028         * libio/__freading.c: Likewise.
2029         * libio/__fsetlocking.c: Likewise.
2030         * libio/__fwritable.c: Likewise.
2031         * libio/__fwriting.c: Likewise.
2032
2033         * include/stdio.h: Declare __asprintf_internal and define __asprintf
2034         macro to use it if not NOT_IN_libc.
2035         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
2036
2037         * include/mntent.h: Declare __setmntent_internal,
2038         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
2039         __getmntent_r, and __endmntent macros to use these functions if not
2040         NOT_IN_libc.
2041         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
2042         __endmntent.
2043
2044         * include/math.h: Declare __finite_internal, __finitef_internal, and
2045         __finitel_internal.  Redefine isfinite macro if in libc or libm using
2046         these functions.
2047         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
2048         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
2049         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
2050         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
2051         * sysdeps/i386/fpu/s_finitef.S: Likewise.
2052         * sysdeps/i386/fpu/s_finitel.S: Likewise.
2053         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
2054         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
2055         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
2056         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
2057
2058         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
2059         to use this function if not NOT_IN_libc.
2060         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
2061         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
2062         * sysdeps/mach/hurd/fcntl.c: Likewise.
2063         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
2064         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
2065
2066         * include/argz.h: Declare __argz_count_internal and
2067         __argz_stringify_internal.
2068         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
2069         __argz_stringify.
2070         * string/argz-count.c: Use INTDEF for __argz_count.
2071         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
2072
2073         * include/stdlib.h: Declare __cxa_atexit_internal and define
2074         __cxa_atexit macro if not NOT_IN_libc.
2075         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
2076         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
2077
2078         * assert/assert.c: Use INTDEF for __assert_fail.
2079         * assert/__assert.c: Use INTUSE for call to __assert_fail.
2080         * include/assert.h: Declare __assert_fail_internal.
2081
2082         * extra-lib.mk: Mark assignment to lib with override.
2083
2084 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
2085
2086         * Makerules: Use cppflags-iterator.mk to add defines for all test
2087         source files.
2088
2089 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
2090
2091         * elf/elf.h: Define R_SH_TLS_xxx macros.
2092         * elf/rtld.c: Remove an extra parenthesis.
2093         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
2094         TLS_GD macros.
2095         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
2096         * sysdeps/sh/dl-lookupcfg.h: New file.
2097         * sysdeps/sh/dl-tls.h: New file.
2098         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
2099         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
2100         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
2101         R_SH_TLS_TPOFF32 relocations.
2102
2103 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
2104
2105         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
2106         of NOT_IN_LIBC.
2107         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
2108         * include/stdlib.h: Likewise.
2109
2110 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
2111
2112         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
2113         instead of _RTLD_LOCAL.
2114         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
2115         * include/unistd.h: Likewise.
2116         * sysdeps/generic/ldsodefs.h: Likewise.
2117
2118         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
2119         if in libc or ld.so.
2120
2121 2002-04-08  Andreas Jaeger  <aj@suse.de>
2122
2123         * elf/cache.c (print_entry): Support x86-64.
2124
2125 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
2126
2127         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
2128         with one accessing the locale data structures directly.
2129         * stdio-common/printf-prs.c: Include localeinfo.h for new
2130         MB_CUR_MAX definition.
2131
2132         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
2133         is the name of the source file without extension.
2134         * Makefile (distribute): Add cppflags-iterator.mk.
2135         * cppflags-iterator.mk: New file.
2136         * extra-lib.mk: For the sources of the library run
2137         cppflags-iterator.mk.
2138
2139         * include/libintl.h: Declare __dcgettext_internal and
2140         _libc_intl_domainname_internal.  Define __dcgettext using these
2141         two symbols if used in libc itself.
2142         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
2143         _libc_intl_domainname_internal.
2144         * argp/argp-parse.c: Likewise.
2145         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
2146         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
2147         * intl/gettext.c: Likewise.
2148         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
2149         alias.
2150         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
2151         __dcgettext.
2152         * posix/regex_internal.c (gettext): Likewise.
2153
2154 2002-04-08  Andreas Jaeger  <aj@suse.de>
2155
2156         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
2157
2158         * sysdeps/x86_64/fpu/s_llrint.S: New.
2159         * sysdeps/x86_64/fpu/s_llrintf.S: New.
2160         * sysdeps/x86_64/fpu/s_llrintl.S: New.
2161         * sysdeps/x86_64/fpu/s_lrint.S: New.
2162         * sysdeps/x86_64/fpu/s_lrintf.S: New
2163         * sysdeps/x86_64/fpu/s_lrintl.S: New.
2164
2165 2002-04-08  Roland McGrath  <roland@frob.com>
2166
2167         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
2168         widening __hurd_fail value.
2169
2170 2002-04-07  Roland McGrath  <roland@frob.com>
2171
2172         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
2173         <mach/machine/alpha_instruction.h>.
2174         (_hurd_setup_sighandler): Take proper arguments for current decls.
2175         Update code to use _hurdsig_catch_fault.
2176         Use `callsys' instruction instead of `call_pal'.
2177         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
2178
2179         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
2180         (ALIGN, at, AT, fp): New macros.
2181
2182 2002-04-06  Roland McGrath  <roland@frob.com>
2183
2184         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
2185
2186         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
2187         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
2188
2189         * sysdeps/mach/hurd/bind.c: Use prototype definition.
2190         * sysdeps/mach/hurd/connect.c: Likewise.
2191         * sysdeps/mach/hurd/getsockopt.c: Likewise.
2192         * sysdeps/mach/hurd/setsockopt.c: Likewise.
2193
2194         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
2195         __msg_sig_post RPC.
2196
2197         * hurd/catch-exc.c: Use integer_t instead of int.
2198         * hurd/hurdfault.c: Likewise.
2199
2200         * sysdeps/mach/hurd/alpha/exc2signal.c
2201         (_hurd_exception2signal): Rewritten.
2202         * sysdeps/mach/hurd/alpha/longjmp-ts.c
2203         (_hurd_longjmp_thread_state): Rewritten.
2204
2205 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
2206
2207         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
2208         DB_LOOKUP_FCT prototype.
2209         * nss/getXXent_r.c: Likewise.
2210         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
2211         * inet/getaliasname_r.c: Likewise.
2212         * inet/getnetbyad_r.c: Likewise.
2213         * inet/getnetbynm_r.c: Likewise.
2214         * inet/getnetent_r.c: Likewise.
2215         * inet/getproto_r.c: Likewise.
2216         * inet/getprtent_r.c: Likewise.
2217         * inet/getprtname_r.c: Likewise.
2218         * inet/getrpcbyname_r.c: Likewise.
2219         * inet/getrpcbynumber_r.c: Likewise.
2220         * inet/getrpcent_r.c: Likewise.
2221         * inet/getservent_r.c: Likewise.
2222         * inet/getsrvbynm_r.c: Likewise.
2223         * inet/getsrvbypt_r.c: Likewise.
2224         * shadow/getspent_r.c: Likewise.
2225         * shadow/getspnam_r.c: Likewise.
2226
2227         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
2228
2229         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
2230         Use i686-friendly PIC code.
2231         * sysdeps/i386/elf/setjmp.S: Likewise.
2232
2233         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
2234
2235         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
2236         list.
2237         * elf/Versions: Remove it here.
2238
2239 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
2240
2241         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
2242         direction.  Reported by H . J . Lu <hjl@lucon.org>.
2243
2244 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
2245
2246         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
2247         test just before the test runs.
2248         * intl/tst-translit.sh: Likewise.
2249         * intl/tst-codeset.sh: Likewise.
2250
2251         * timezone/zic.c: Update from tzcode2002c.
2252         * timezone/asia: Update from tzdata2002c.
2253         * timezone/backward: Likewise.
2254         * timezone/europe: Likewise.
2255         * timezone/northamerica: Likewise.
2256         * timezone/northamerica: Likewise.
2257         * timezone/northamerica: Likewise.
2258         * timezone/southamerica: Likewise.
2259         * timezone/zone.tab: Likewise.
2260
2261 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
2262
2263         * sysdeps/generic/brk.c (__curbrk): Declare.
2264         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
2265         * sysdeps/generic/dl-sbrk.c: Likewise.
2266         * sysdeps/unix/arm/dl-brk.S: New file.
2267         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
2268         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
2269         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
2270         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
2271         * sysdeps/unix/i386/dl-brk.S: New file.
2272         * sysdeps/unix/mips/dl-brk.S: New file.
2273         * sysdeps/unix/sparc/dl-brk.S: New file.
2274         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
2275         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
2276         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
2277         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
2278
2279 2002-04-03  Andreas Schwab  <schwab@suse.de>
2280
2281         * Makefile (headers): Add gnu/lib-names.h here instead of
2282         install-others.
2283         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
2284         installation rule.
2285         (install-headers): Add dependency on install-headers-nosubdir.
2286         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
2287         instead of install-others.
2288         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
2289         installation rule.
2290
2291 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
2292
2293         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
2294         Reported by Sam Roberts <sroberts@uniserve.com>.
2295
2296 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
2297
2298         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
2299         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
2300         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
2301         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
2302
2303 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
2304
2305         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
2306         (RTLD_START): Ditto.
2307         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
2308         dependency violation.
2309
2310 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
2311
2312         * time/mktime.c (__mktime_internal): Move check for year < 70 below
2313         all variable declarations.
2314
2315 2002-04-04  Andreas Schwab  <schwab@suse.de>
2316
2317         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
2318
2319 2002-04-04  Andreas Jaeger  <aj@suse.de>
2320
2321         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
2322         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
2323
2324         * sysdeps/x86_64/fpu/s_fabs.c: New file.
2325         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
2326         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
2327
2328         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
2329
2330         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
2331
2332         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
2333         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
2334
2335         * configure.in: Handle all mips entries the same.
2336
2337         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
2338         * sysdeps/mips/mips3/*: Likewise.
2339         * sysdeps/mips/p40/bits/endian.h: Likewise.
2340
2341 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
2342
2343         * misc/dirname.c (dirname): Ignore trailing slashes at end of
2344         non-null result [PR libc/2600].
2345
2346         * misc/tst-dirname.c: Add more tests.
2347
2348 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
2349
2350         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
2351         define a code_set_name provide one based on the filename.
2352
2353         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
2354
2355 2001-12-28  Andreas Jaeger  <aj@suse.de>
2356
2357         * time/mktime.c (__mktime_internal): Check for year < 70
2358         [PR libc/2738].
2359
2360 2002-04-03  Andreas Jaeger  <aj@suse.de>
2361
2362         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
2363         shmat.
2364         Reported by Andi Kleen <ak@suse.de>.
2365
2366 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
2367
2368         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
2369         * sysdeps/generic/w_lgammaf.c: Likewise.
2370         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
2371
2372         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
2373         Adjust for new output format of the backtrace functions.
2374
2375         * misc/syslog.c (vsyslog): Only use cleanup handler if
2376         _LIBC_REENTRANT is defined [PR libc/2924].
2377
2378         * libio/Makefile (tests): Add bug-ungetwc2.
2379         * libio/bug-ungetwc2.c: New file.
2380
2381         * manual/install.texi: Typographical and grammatical cleanup.
2382         Patch by Dennis Grace <dgrace@us.ibm.com>.
2383
2384         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
2385         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
2386
2387         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
2388         always "&".  Adjust callers.
2389         Add "_" prefix to several generated definitions.
2390         Patch by paul@serice.net [PR libc/3158].
2391
2392 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
2393
2394         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
2395         size of _dl_arm_cap_flags.
2396         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
2397
2398         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
2399         Define as 8.
2400
2401 2002-03-22  H.J. Lu  <hjl@gnu.org>
2402
2403         * scripts/firstversions.awk: Check the first version.
2404
2405 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
2406
2407         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
2408         dependencies must be stable to work correctly.
2409         Reported by martin.lubich@datacon.at.
2410
2411         * libio/bug-ungetwc1.c: New file.
2412         * libio/Makefile (tests): Add bug-ungetwc1.
2413
2414         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
2415         if stream was last used for writing.
2416
2417         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
2418         number [PR libc/3111].
2419
2420         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
2421         to ...
2422         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
2423
2424 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
2425
2426         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
2427         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
2428         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
2429         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
2430         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
2431
2432 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
2433
2434         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
2435         dynamic tags.
2436
2437 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
2438
2439         * sysdeps/i386/fpu/s_fabs.S: New file.
2440         * sysdeps/i386/fpu/s_fabsf.S: New file.
2441         * sysdeps/i386/fpu/s_fabsl.S: New file.
2442         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
2443         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
2444         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
2445
2446 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
2447
2448         * rt/tst-shm.c (do_test): Add one more test for size of shared
2449         memory object.
2450
2451 2002-03-29  Wolfram Gloger  <wg@malloc.de>
2452
2453         * malloc/malloc.c: Add short description and prototypes for
2454         malloc_get_state, malloc_set_state and posix_memalign, for
2455         consistency and to avoid warnings with -Wstrict-prototypes.
2456         Reported by Andreas Jaeger <aj@suse.de>.
2457
2458 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
2459
2460         * po/gl.po: Update from translation team.
2461
2462 2002-03-31  Roland McGrath  <roland@frob.com>
2463
2464         * hurd/hurdselect.c (_hurd_select): Fix
2465         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
2466         Use a union rather than casts to compare mach_msg_type_t as int.
2467
2468 2002-03-25  Roland McGrath  <roland@frob.com>
2469
2470         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
2471         check off the end of NAME when it's shorter than 2 chars.
2472         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
2473
2474 2002-03-17  Roland McGrath  <roland@frob.com>
2475
2476         * sysdeps/mach/hurd/i386/sys/io.h: New file.
2477         * sysdeps/mach/hurd/i386/ioperm.c: New file.
2478         * sysdeps/mach/hurd/i386/Dist: Add them.
2479         * sysdeps/mach/hurd/i386/Versions
2480         (libc: GLIBC_2.2.6): New set, add ioperm.
2481         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
2482         (mach_interface_list): Check for mach_i386.defs.
2483         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
2484         * sysdeps/mach/configure: Regenerated.
2485
2486 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
2487
2488         * po/fr.po: Update from translation team.
2489
2490 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2491
2492         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
2493         getpriority from syscalls list.
2494
2495 2002-03-28  Andreas Jaeger  <aj@suse.de>
2496
2497         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
2498         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
2499         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
2500         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
2501
2502 2002-03-27  Andreas Jaeger  <aj@suse.de>
2503
2504         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
2505         sigcontext): Follow further kernel change.
2506
2507         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
2508         kernel change.
2509
2510         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
2511         Change for struct sigcontext change.
2512
2513         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
2514         Follow changes in struct sigcontext.
2515
2516         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
2517         sysycall, use wrapper instead.
2518
2519 2002-03-26  Andreas Jaeger  <aj@suse.de>
2520
2521         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
2522         read and write accesses as detailed as possible.
2523         (__memcpy_by2): Likewise.
2524         (__memcpy_g): Likewise.
2525         (memmove): Likewise.
2526         (memcmp): Likewise.
2527         (__memset_ccn_by4): Likewise.
2528         (__memset_ccn_by2): Likewise.
2529         (__memset_gcn_by4): Likewise.
2530         (__memset_gcn_by2): Likewise.
2531         (memchr): Likewise.
2532         (__memrchr): Likewise.
2533         (rawmemchr): Likewise.
2534         (__strlen_g): Likewise.
2535         (__strcpy_g): Likewise.
2536         (__mempcpy_by4): Likewise.
2537         (__mempcpy_by2): Likewise.
2538         (__mempcpy_byn): Likewise.
2539         (__stpcpy_g): Likewise.
2540         (__strncpy_by4): Likewise.
2541         (__strncpy_by2): Likewise.
2542         (__strncpy_byn): Likewise.
2543         (__strncpy_gg): Likewise.
2544         (__strcat_c): Likewise.
2545         (__strcat_g): Likewise.
2546         (__strncat_g): Likewise.
2547         (__strcmp_gg): Likewise.
2548         (__strncmp_g): Likewise.
2549         (__strchr_c): Likewise.
2550         (__strchr_g): Likewise.
2551         (__strchrnul_c): Likewise.
2552         (__strchrnul_g): Likewise.
2553         (__strrchr_c): Likewise.
2554         (__strrchr_g): Likewise.
2555         (__strrchr_c): Likewise.
2556         (__strrchr_g): Likewise.
2557         (__strcspn_c1): Likewise.
2558         (__strcspn_cg): Likewise.
2559         (__strcspn_g): Likewise.
2560         (__strcspn_g): Likewise.
2561         (__strspn_c1): Likewise.
2562         (__strspn_cg): Likewise.
2563         (__strspn_g): Likewise.
2564         (__strspn_g): Likewise.
2565         (__strpbrk_cg): Likewise.
2566         (__strpbrk_g): Likewise.
2567         (__strstr_cg): Likewise.
2568         (__strstr_g): Likewise.
2569
2570         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
2571         Michal Ludvig <mludvig@suse.cz>.
2572
2573         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
2574         compatibilty, adjust for kernel changes.
2575
2576         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
2577         sigcontext): Adjust for kernel changes.
2578
2579 2002-03-25  Andreas Jaeger  <aj@suse.de>
2580
2581         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
2582         little endian.
2583         Reported by Artur Zaprzala <zybi@talex.com.pl>.
2584
2585 2002-03-24  Andreas Jaeger  <aj@suse.de>
2586
2587         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
2588
2589         * stdio-common/tst-fdopen.c (main): Remove unused variable.
2590
2591         * iconv/tst-iconv3.c (main): Use correct printf strings.
2592
2593 2002-03-18  Roland McGrath  <roland@frob.com>
2594
2595         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
2596         (CMGROUP_MAX): New macro.
2597
2598 2002-03-23  Roland McGrath  <roland@frob.com>
2599
2600         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
2601         * sysdeps/posix/shm_unlink.c: Likewise.
2602
2603 2002-03-22  Roland McGrath  <roland@frob.com>
2604
2605         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
2606         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
2607         under --enable-libio.
2608         * sysdeps/mach/hurd/configure: Regenerated.
2609
2610 2002-03-23  Roland McGrath  <roland@frob.com>
2611
2612         * sysdeps/mach/hurd/i386/Makefile
2613         (sysdep_routines, shared-only-routines): Don't add framestate,
2614         reverting 2001-10-02 change.
2615         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
2616         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
2617         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
2618         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2619         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
2620         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
2621         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
2622         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
2623         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
2624         Do it here instead, only if [$(unwind-find-fde) = yes].
2625
2626 2002-03-23  Andreas Jaeger  <aj@suse.de>
2627
2628         * signal/signal.h: Fix typo. Patch by Steve Kemp
2629         <skx@tardis.ed.ac.uk>.
2630
2631 2002-03-22  Andreas Jaeger  <aj@suse.de>
2632
2633         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
2634         getresuid.
2635
2636         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
2637         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
2638         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
2639         user_fpregs_struct): Rename fwd.
2640
2641         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
2642         Follow sigcontext changes.
2643
2644 2002-03-22  Andreas Jaeger  <aj@suse.de>
2645
2646         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
2647         changes for NaNs on MIPS.
2648         Patch by Hartvig Ekner <hartvige@mips.com>.
2649
2650 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
2651
2652         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
2653         Use realloc if too large.
2654         (addgrbyid): Likewise.
2655         * nscd/hstcache.c (addhstbyname): Likewise.
2656         (addhstbyaddr): Likewise.
2657         (addhstbynamev6): Likewise.
2658         (addhstbyaddrv6): Likewise.
2659         * nscd/pwdcache.c (addpwbyname): Likewise.
2660         (addpwbyuid): Likewise.
2661
2662 2002-03-21  Andreas Jaeger  <aj@suse.de>
2663
2664         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
2665         _fpstate): Add separate struct for x86-64.
2666
2667         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
2668         user_fpregs_struct): Change member names to follow kernel.
2669
2670 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
2671
2672         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
2673         Correctly close the UDP connection right away [PR libc/3120].
2674
2675 2002-03-20  Andreas Jaeger  <aj@suse.de>
2676
2677         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
2678         user_fpregs_struct): Fix for changed kernel struct.
2679         (struct user_regs_struct): Likewise.
2680         (struct user): Likewise.
2681         Add 32-bit x86 compatibility.
2682
2683         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
2684
2685 2002-03-19  Andreas Jaeger  <aj@suse.de>
2686
2687         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
2688
2689 2002-03-18  Andreas Jaeger  <aj@suse.de>
2690
2691         * iconvdata/Makefile: Only run tests when shared libs are
2692         available.
2693
2694 2002-03-17  Andreas Jaeger  <aj@suse.de>
2695
2696         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
2697
2698         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
2699
2700         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
2701         bits.
2702
2703         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New.
2704         (CAUSE_SHIFT): New.
2705         Patch by Hartvig Ekner <hartvige@mips.com>.
2706
2707         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
2708         * sysdeps/generic/unwind-pe.h: Likewise.
2709
2710         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
2711         type to _IO_setb.
2712
2713         * libio/stdio.c (AL2): Define variant when visibility attribute is
2714         not supported.
2715
2716         * include/libc-symbols.h (_INTVARDEF): Define variant when
2717         visibility attribute is not supported.
2718
2719 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
2720
2721         * po/fr.po: Update from translation team.
2722
2723 2002-02-25  Bruno Haible  <bruno@clisp.org>
2724
2725         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
2726
2727 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
2728
2729         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
2730         buffers if _IO_file_attach failed.
2731
2732         * libio/fileops.c (_IO_file_open): Close file descriptor if
2733         _IO_SEEKOFF call failed.
2734
2735 2002-03-15  H.J. Lu  <hjl@gnu.org>
2736             Ulrich Drepper  <drepper@redhat.com>
2737
2738         * configure.in: Check for availability of
2739         init_array/fini_array/preinit_array handling in binutils.
2740         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
2741         * config.make.in (have-initfini-array): New variable.
2742
2743 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
2744
2745         * stdio-common/tst-printf.c (main): Comment out one test which
2746         checked the compiler's ability to fold floating-point constants
2747         but not really printf.
2748         (rfg3): Make s const.
2749         * stdio-common/tst-printf.sh: Adjust for removed test.
2750
2751         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
2752         internal function.  Adjust for internal_function calling convention.
2753         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
2754         as internal_function.
2755
2756         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
2757         hidden.
2758
2759         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
2760         declaration and definition.
2761         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
2762         declaration.
2763         * nss/getXXent_r.c: Likewise.
2764         * nss/nsswitch.h (db_lookup_function): Add internal_function to
2765         definition.
2766
2767         * include/time.h: Declare __localtime_r as hidden.
2768
2769         * include/aliases.h: Declare __getaliasent_r as hidden.
2770         * include/grp.h: Declare __getgrent_r as hidden.
2771         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
2772         __getservent_r, and __getprotoent_r as hidden.
2773         * include/pwd.h: Declare __getpwent_r as hidden.
2774         * include/shadow.h: Declare __getspent_r as hidden.
2775         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
2776
2777         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
2778         and __gconv_transliterate as hidden.
2779         Add internal_function to __gconv_get_path declaration.
2780         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
2781         definition.  Add attribute_hidden to __gconv_read_conf definition.
2782
2783 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
2784
2785         * elf/rtld.c: Declare _environ as hidden.
2786         * sysdeps/generic/dl-environ.c: Likewise.
2787         * sysdeps/generic/dl-sysdep.c: Likewise.
2788
2789         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
2790         _dl_mcount_internal as hidden.
2791
2792         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
2793         * sysdeps/generic/dl-brk.c: New file.
2794         * sysdeps/generic/dl-sbrk.c: New file.
2795         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
2796         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
2797
2798         * elf/dl-minimal.c (malloc): Declare _end as hidden.
2799         (__errno_location): New function.  Declare errno as hidden.
2800         * elf/rtld.c (_dl_argc): Define as hidden.
2801         (_dl_skip_args): Define as hidden.
2802         (_begin, _end): Declare as hidden.
2803         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
2804         * sysdeps/generic/entry.h (_start): Declare as hidden.
2805         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
2806         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
2807         _dl_runtime_resolve and _dl_runtime_profile as hidden.
2808         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
2809
2810 2002-03-14  Roland McGrath  <roland@frob.com>
2811
2812         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
2813
2814         * Makeconfig (%.v.i, %.v): New implicit rules.
2815         (preprocess-versions): Variable removed.
2816         ($(common-objpfx)shlib-versions.v.i): New target giving just the
2817         shlib-versions input files as dependencies.
2818         ($(common-objpfx)soversions.i): Depend on that instead of the input
2819         files.  Use it as input instead of using a pipeline.
2820         (postclean-generated): Append soversions.i, shlib-versions.v, and
2821         shlib-versions.v.i here.
2822         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
2823         the Versions.def input files as dependencies.
2824         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
2825         ($(common-objpfx)Versions.all): Depend on that instead of the input
2826         files.  Use it as input instead of using a pipeline.
2827         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
2828         (postclean-generated): Append those .v and .v.i files here.
2829
2830 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
2831
2832         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
2833         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
2834         Remove.
2835
2836 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
2837
2838         * sysdeps/generic/mp_clz_tab.c: New file.
2839         * sysdeps/i386/mp_clz_tab.c: New file.
2840         * sysdeps/hppa/mp_clz_tab.c: New file.
2841         * sysdeps/powerpc/mp_clz_tab.c: New file.
2842         * stdlib/Makefile (aux): Revert last patch.
2843         * math/Makefile (gmp-objs): Likewise.
2844
2845 2002-03-13  Paul Eggert  <eggert@twinsun.com>
2846
2847         * time/strftime.c: Comment fixes for references to obsolescent
2848         standards, In most cases the simplest fix is to remove the
2849         confusing comments.  Cross-referencing all the standards properly
2850         is a bit of a pain, and it should be enough to put that info in
2851         the documentation as I did in my recent time.texi patch.
2852
2853 2002-03-13  Paul Eggert  <eggert@twinsun.com>
2854
2855         * manual/time.texi (Formatting Calendar Time):
2856         ISO C99 also specifies the E and O modifiers.
2857         %P is a GNU extension, and is not in ISO C99.
2858         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
2859         %T is also in ISO C99.
2860         The RFC 822 example is not valid in arbitrary locales.
2861         Reword the POSIX.2 wording slightly, to make it a bit clearer
2862         that POSIX.2 formats are also supported by later POSIX versions.
2863         If a format was introduced in ISO C99 it is also required by
2864         POSIX.1-2001.
2865
2866 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
2867
2868         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
2869         _sys_nerr_internal with INTVARDEF2.
2870         * include/libc-symbols.h (INTVARDEF2): New macro.
2871         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
2872         (_sys_nerr_internal): Library.
2873
2874         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
2875         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
2876
2877         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
2878
2879 2002-03-13  Wolfram Gloger  <wg@malloc.de>
2880
2881         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
2882
2883 2002-03-02  Andreas Schwab  <schwab@suse.de>
2884
2885         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
2886         'h' flag and positional arg.
2887         * stdio-common/tst-printf.c (rfg3): New function to test
2888         positional arguments.
2889         (main): Fix some warnings.
2890
2891 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
2892
2893         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
2894         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
2895
2896 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
2897
2898         * grp/initgroups.c (__nss_group_data): Declare as hidden.
2899
2900         * include/locale.h (_nl_C_locobj): Declare as hidden.
2901
2902         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
2903         * time/strptime.c (_nl_C_LC_TIME): Likewise.
2904
2905         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
2906
2907         * include/sys/gmon.h: Declare _gmonparam as hidden.
2908
2909         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
2910         (__ctype32_wctrans): Likewise.
2911         (__ctype32_width): Likewise.
2912
2913         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
2914         use of __ttyname.
2915
2916         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
2917         Define as hidden.
2918         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
2919         hidden.  Change all users of these variables.
2920
2921         * posix/regex_internal.h (__re_error_msgid): Renamed from
2922         re_error_msgid.  Declare as hidden.
2923         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
2924         hidden.
2925
2926         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
2927         (__printf_function_table): Likewise.
2928         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
2929         hidden.
2930         (__printf_function_table): Likewise.
2931
2932         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
2933         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
2934
2935         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
2936         * nss/nsswitch.c: Declare _nss_*_database as hidden.
2937
2938         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
2939         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
2940
2941 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
2942
2943         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
2944         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
2945         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
2946         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
2947         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
2948         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
2949         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
2950         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
2951         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
2952         _nl_C_LC_CTYPE_width: Declare as hidden.
2953         * include/locale.h: Declare _nl_locale_file_list.
2954         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
2955         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
2956         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
2957         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
2958         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
2959         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
2960         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
2961         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
2962         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
2963         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
2964         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
2965         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
2966         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
2967         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
2968         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
2969         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
2970         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
2971         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
2972         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
2973         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
2974         _nl_C_LC_CTYPE_width, and as hidden.
2975         * locale/findlocale.c: Declare _nl_C as hidden.
2976         * locale/newlocale.c: Likewise.
2977         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
2978         _nl_locale_file_list.
2979         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
2980         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
2981         Define _nl_C_locobj as hidden.
2982
2983         * malloc/mtrace.c (_mtrace_file): Define as hidden.
2984         (_mtrace_line): Likewise.
2985
2986         * include/time.h: Declare __mon_yday as hidden.
2987         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
2988
2989         * libio/libioP.h: Declare __libio_codecvt as hidden.
2990         * libio/fileops.c: Declare __libio_translit as hidden.
2991         * libio/iofwide.c: Define __libio_translit as hidden.
2992
2993         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
2994         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
2995         * login/getutline_r.c: Likewise.
2996         * login/utmpname.c: Likewise.
2997
2998         * login/utmp-private.h: Declare __libc_utmp_file_functions,
2999         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
3000         __libc_utmp_file_name as hidden.
3001
3002         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
3003         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
3004         * locale/freelocale.c: Likewise.
3005         * locale/lc-time.c: Likewise.
3006
3007         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
3008         (__libc_ptyname2): Likewise.
3009         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
3010         hidden.
3011         (__libc_ptyname2): Likewise.
3012
3013         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
3014         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
3015         * sysdeps/generic/init-first.c: Likewise.
3016         * sysdeps/i386/init-first.c: Likewise.
3017         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
3018         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
3019         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
3020         * sysdeps/sh/init-first.c: Likewise.
3021         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
3022         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
3023
3024         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
3025         (_itowa_upper_digits): Likewise.
3026
3027         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
3028         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
3029         as hidden.
3030
3031         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
3032         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
3033         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
3034         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
3035
3036         * gmon/gmon.c (__bb_head): Define as hidden.
3037         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
3038
3039         * argp/argp-parse.c (_argp_hang): Define as static.
3040
3041         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
3042         handling in latest compilers.
3043
3044         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
3045         define alias.
3046         * libio/fileops.c (_IO_file_jumps): Likewise.
3047         * libio/stdfiles.c (_IO_list_all): Likewise.
3048         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
3049
3050         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
3051         include/malloc.h.
3052         * include/malloc.h: Add __libc_malloc_initialized declaration
3053         here.  Mark variable hidden.
3054         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
3055
3056         * elf/dl-open.c (__libc_argc): Declare as hidden.
3057         (__libc_argv): Likewise.
3058         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
3059         (__libc_argv): Likewise.
3060         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
3061         __libc_argv as hidden.
3062         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
3063         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
3064         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
3065         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
3066
3067         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
3068         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
3069         * stdlib/erand48.c: Likewise.
3070         * stdlib/jrand48.c: Likewise.
3071         * stdlib/lcong48.c: Likewise.
3072         * stdlib/lrand48.c: Likewise.
3073         * stdlib/mrand48.c: Likewise.
3074         * stdlib/nrand48.c: Likewise.
3075         * stdlib/seed48.c: Likewise.
3076         * stdlib/srand48.c: Likewise.
3077
3078         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
3079         (_itoa_lower_digits_internal): New declaration.
3080         (_itoa_upper_digits_internal): New declaration.
3081         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
3082         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
3083         (_itoa_upper_digits_internal): New declaration.
3084         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
3085         _itoa_lower_digits.
3086         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
3087         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
3088
3089         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
3090         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
3091
3092         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
3093         (_itowa_lower_digits): Likewise.
3094         (_itowa_upper_digits): Likewise.
3095         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
3096         (_itowa_upper_digits): Likewise.
3097
3098         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
3099         not already defined.
3100         (GERMANIC_PLURAL): Declare as hidden.
3101
3102         * posix/getopt.c (__getopt_initialized): Declare as hidden.
3103         (attribute_hidden): Define as empty macro if not already defined.
3104
3105         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
3106         (__gconv_max_path_elem_len): Likewise.
3107         (__gconv_path_envvar): Likewise.
3108
3109         * math/Makefile (gmp-objs): Remove mp_clz_tab.
3110         * stdlib/Makefile (aux): Remove mp_clz_tab.
3111         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
3112
3113         * stdlib/exit.h (__exit_funcs): Declare as hidden.
3114
3115         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
3116
3117         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
3118         _nl_category_names, _nl_category_name_sizes, _nl_current,
3119         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
3120
3121         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
3122         (_nl_current_default_domain): Likewise
3123         (_nl_state_lock): Likewise.
3124         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
3125         (_nl_current_default_domain): Likewise
3126         (_nl_state_lock): Likewise.
3127         * intl/bindtextdom.c (_nl_state_lock): Likewise.
3128
3129         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
3130         (_fpioconst_pow10): Likewise.
3131
3132         * include/time.h (_tmbuf): Add attribute_hidden.
3133
3134         * time/tzset.c (tzstring_list): Define as static.
3135
3136         * include/time.h: Add attribute_hidden to __tzname_cur_max and
3137         __use_tzfile declaration.
3138
3139         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
3140         and __wcsmbs_last_locale declaration.
3141
3142 2002-02-25  Paul Eggert  <eggert@twinsun.com>
3143
3144         * timezone/Makefile (tzbases): Move systemv from here...
3145         (tzlinks): to here, since the entries in systemv were all changed
3146         from Zone to Link lines in tz-2001a.  Bug reported (and patch
3147         tested) by Peter Breitenlohner.
3148
3149 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
3150
3151         * time/tst-posixtz.c (tests): Add new tests.
3152         (main): Test whether tzset() sets daylight properly.
3153
3154 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
3155
3156         * time/tzset.c (tz_compute): Move __daylight, __tzname and
3157         __tzname_cur_max setting...
3158         (tzset_internal): ...here.
3159
3160 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
3161
3162         * time/tzset.c (compute_change): Don't return any value.
3163         (tz_compute): Likewise.  Don't handle southern hemisphere here.
3164         (__tz_convert): But here.
3165
3166 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
3167
3168         * manual/examples/mkfsock.c: Include <string.h> as well.
3169         Patch by Alain De Carolis <alaind@wseurope.com>.
3170
3171 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
3172
3173         * posix/regexec.c (re_match): Fix incorrect register sizes.
3174         (re_search): Likewise.
3175
3176 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
3177
3178         * posix/regcomp.c (regfree): Remove a disused condition.
3179         * posix/regex_internal.c (re_acquire_state): Likewise.
3180         (re_acquire_state_context): Likewise.
3181         (register_state): Remove a redundant malloc invocation.
3182         * posix/regex_internal.h: (re_state_table_entry): Simplify
3183         the structure.
3184
3185 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
3186
3187         * posix/regcomp.c (regcomp): Add __builtin_expect to error
3188         handling conditions.
3189         (regerror): Likewise.
3190         (regfree): Likewise.
3191         (re_compile_internal): Likewise.
3192         (init_dfa): Likewise.
3193         (init_word_char): Likewise.
3194         (create_initial_state): Likewise.
3195         (analyze): Likewise.
3196         (analyze_tree): Likewise.
3197         (duplicate_node): Likewise.
3198         (calc_eclosure): Likewise.
3199         (calc_eclosure_iter): Likewise.
3200         (parse): Likewise.
3201         (parse_reg_exp): Likewise.
3202         (parse_branch): Likewise.
3203         (parse_expression): Likewise.
3204         (parse_subexp): Likewise.
3205         (parse_dup_op): Likewise.
3206         (parse_bracket_exp): Likewise.
3207         (build_equiv_class): Likewise.
3208         (build_charclass): Likewise.
3209         (build_word_op): Likewise.
3210         (fetch_number): Likewise.
3211         (create_tree): Likewise.
3212         (duplicate_tree): Likewise.
3213         * posix/regex.c (BE): New macro.
3214         * posix/regexec.c (re_match): Add __builtin_expect to error
3215         handling conditions.
3216         (re_match_2): Likewise.
3217         (re_search): Likewise.
3218         (re_search_internal): Likewise.
3219         (check_matching): Likewise.
3220         (proceed_next_node): Likewise.
3221         (set_regs): Likewise.
3222         (sift_states_backward): Likewise.
3223         (add_epsilon_backreference): Likewise.
3224         (transit_state): Likewise.
3225         (transit_state_sb): Likewise.
3226         (transit_state_mb): Likewise.
3227         (transit_state_bkref): Likewise.
3228         (transit_state_bkref_loop): Likewise.
3229         (build_trtable): Likewise.
3230         (group_nodes_into_DFAstates): Likewise.
3231         (match_ctx_init): Likewise.
3232         (match_ctx_add_entry): Likewise.
3233         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
3234         to error handling conditions.
3235         (re_string_construct_toupper): Likewise.
3236         (build_wcs_buffer): Likewise.
3237         (build_wcs_upper_buffer): Likewise.
3238         (build_upper_buffer): Likewise.
3239         (re_string_translate_buffer): Likewise.
3240         (re_node_set_alloc): Likewise.
3241         (re_node_set_init_1): Likewise.
3242         (re_node_set_init_2): Likewise.
3243         (re_node_set_init_copy): Likewise.
3244         (re_node_set_intersect): Likewise.
3245         (re_node_set_init_union): Likewise.
3246         (re_node_set_merge): Likewise.
3247         (re_node_set_insert): Likewise.
3248         (re_dfa_add_node): Likewise.
3249         (re_acquire_state): Likewise.
3250         (re_acquire_state_context): Likewise.
3251         (create_new_state_common): Likewise.
3252         (register_state): Likewise.
3253         (create_ci_new_state): Likewise.
3254         (create_cd_new_state): Likewise.
3255         (re_string_context_at): Remove redundant condition.
3256
3257 2002-01-16  Roger Sayle  <roger@eyesopen.com>
3258
3259         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
3260
3261         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
3262
3263 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
3264
3265         * sysdeps/i386/elf/configure.in: Fix comment.
3266
3267         * sysdeps/sparc/sparc64/configure.in: New.
3268         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
3269         if .dynamic comes before .got.
3270         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
3271
3272         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
3273         HP_TIMING_ACCUM): Fix typos.
3274
3275 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
3276
3277         * string/strfry.c: Add some more randomness to the seed.
3278         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
3279
3280         * po/es.po: Update from translation team.
3281         * po/fr.po: Likewise.
3282
3283         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
3284
3285         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
3286         when determining type of format.
3287         Patch by James Antill <james@anqd.org> [PR libc/2787].
3288
3289 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
3290
3291         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
3292
3293 2002-03-11  Roland McGrath  <roland@frob.com>
3294
3295         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
3296
3297         * Versions.def (libc): Add GLIBC_2.2.6.
3298         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
3299         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
3300         __errno_location instead of __hurd_errno_location, and don't inline it.
3301         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
3302         * hurd/errno.c: New file.
3303         * hurd/Makefile (routines): Add errno.
3304
3305 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
3306
3307         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
3308         ridiculously large widths and precisions [PR libc/3026].
3309
3310 2002-03-11  Andreas Jaeger  <aj@suse.de>
3311
3312         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
3313         support.
3314         Patch by Susanne Oberhauser <froh@SuSE.de>.
3315
3316 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
3317
3318         * inet/rexec.c (ahostbuf): Define as static.
3319
3320         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
3321         (__ctype32_wctrans): Likewise.
3322         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
3323         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
3324         (__ctype32_wctrans): Likewise.
3325         (__ctype32_width): Likewise.
3326
3327         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
3328         They were never exported anyway.
3329
3330         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
3331         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
3332         exported.
3333         * include/sys/gmon.h: Declare _gmonparam.
3334
3335         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
3336         symbols for getdents64.  They were never exported.
3337
3338 2002-03-09  Roland McGrath  <roland@frob.com>
3339
3340         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
3341         Reported by Jon Arney <jarney1@cox.net>.
3342
3343 2002-02-23  Roland McGrath  <roland@frob.com>
3344
3345         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
3346         declaration.
3347         (__hurd_errno_location): Function removed.
3348
3349 2002-03-06  Andreas Jaeger  <aj@suse.de>
3350
3351         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
3352         32-bit.
3353
3354 2002-03-04  Andreas Jaeger  <aj@suse.de>
3355
3356         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New.
3357
3358         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
3359         x86-64.
3360
3361         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New.
3362
3363         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New.
3364
3365         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New.
3366
3367         * sysdeps/x86_64/bits/setjmp.h: New.
3368
3369         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New.
3370
3371         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New.
3372
3373         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
3374         for x86.
3375         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
3376         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
3377
3378 2002-02-28  Bo Thorsen  <bo@suse.de>
3379
3380         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
3381         version.
3382
3383 2002-03-03  Andreas Jaeger  <aj@suse.de>
3384
3385         * sysdeps/x86_64/bits/wordsize.h: New file.
3386
3387         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
3388         * elf/tst-tlsmod1.c: Likewise.
3389
3390         * posix/regcomp.c: Get regex.h from include dir for internal
3391         prototypes.
3392
3393         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
3394         to libc-internal.h and include it.
3395         * include/libc-internal.h: Add __init_misc.
3396
3397         * misc/init-misc.c: Include libc-internal.h for prototypes.
3398
3399         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
3400
3401         * misc/error.c [_LIBC]: Include libioP.h for prototype of
3402         _IO_putc_internal.
3403
3404 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
3405
3406         * posix/regcomp.c: Compatibility changes to allow using the code
3407         outside glibc.
3408
3409 2002-02-28  Hartvig Ekner <hartvige@mips.com>
3410
3411         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
3412         compiled non-PIC.
3413
3414 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
3415
3416         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
3417         of .str elements in the returned data structure.
3418
3419         * elf/elf.h: Add Alpha TLS bits.
3420
3421 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
3422
3423         * sysdeps/unix/sysv/linux/nice.c: New file.
3424
3425 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
3426
3427         * elf/Makefile (dl-routines): Add dl-origin.
3428         (elide-routines.os): Add dl-origin.
3429         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
3430         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
3431         _dl_debug_state.
3432         * include/libc-symbols.c: Define attribute_hidden depending on
3433         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
3434
3435         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
3436         * elf/dl-load.c: Likewise.
3437         * elf/rtld.c: Likewise.
3438         * include/unistd.h: Declare __libc_enable_secure_internal.
3439         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
3440         Use INTUSE with __libc_enable_secure.
3441         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
3442
3443         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
3444         * elf/dl-error.c: Likewise,
3445         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
3446
3447         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
3448         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
3449         function definition.  Use INTDEF with _dl_get_origin.
3450         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
3451
3452         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
3453         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
3454
3455         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
3456         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
3457         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
3458
3459         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
3460         * elf/dl-deps.c: Likewise.
3461         * elf/dl-error.c: Likewise.
3462         * elf/dl-fini.c: Likewise.
3463         * elf/dl-init.c: Likewise.
3464         * elf/dl-load.c: Likewise.
3465         * elf/dl-lookup.c: Likewise.
3466         * elf/dl-reloc.c: Likewise.
3467         * elf/dl-version.c: Likewise.
3468         * elf/do-lookup.h: Likewise.
3469         * sysdeps/arm/dl-machine.h: Likewise.
3470         * sysdeps/cris/dl-machine.h: Likewise.
3471         * sysdeps/hppa/dl-machine.h: Likewise.
3472         * sysdeps/i386/dl-machine.h: Likewise.
3473         * sysdeps/m68k/dl-machine.h: Likewise.
3474         * sysdeps/powerpc/dl-machine.h: Likewise.
3475         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3476         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3477         * sysdeps/sh/dl-machine.h: Likewise.
3478         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
3479         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
3480         * sysdeps/x86_64/dl-machine.h: Likewise.
3481         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
3482         _dl_argv[0].  Use INTUSE with _dl_argv.
3483         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
3484         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
3485
3486 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
3487
3488         * elf/rtld.c (_rtld_global): Remove .protected.
3489         (_rtld_local): Strong alias to _rtld_global.
3490         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
3491         only .os object.
3492         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
3493         _rtld_local instead of _rtld_global.
3494         (_rtld_local): Add hidden extern, possibly in .sdata section.
3495         * configure.in: Add tests for visibility attribute and .sdata.
3496         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
3497         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
3498         * sysdeps/arm/dl-machine.h: Likewise.
3499         * sysdeps/generic/ldsodefs.h: Likewise.
3500         * sysdeps/hppa/dl-machine.h: Likewise.
3501         * sysdeps/cris/dl-machine.h: Likewise.
3502         * sysdeps/i386/dl-machine.h: Likewise.
3503         * sysdeps/ia64/dl-machine.h: Likewise.
3504         * sysdeps/m68k/dl-machine.h: Likewise.
3505         * sysdeps/mips/mips64/dl-machine.h: Likewise.
3506         * sysdeps/mips/dl-machine.h: Likewise.
3507         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
3508         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
3509         * sysdeps/sh/dl-machine.h: Likewise.
3510         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
3511         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
3512         * sysdeps/x86_64/dl-machine.h: Likewise.
3513
3514 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
3515
3516         * login/login.c (login): Always initialize ut_line field
3517         [PR libc/2991].
3518
3519 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
3520
3521         * sysdeps/i386/Makefile (sysdep_routines): Add
3522         divdi3 in csu dir.
3523         (shared-only-routines): Likewise.
3524         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
3525         (shared-only-routines): Likewise.
3526         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
3527         (shared-only-routines): Likewise.
3528         * sysdeps/wordsize-32/divdi3.c: New file.
3529
3530 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
3531
3532         * locale/iso-4217.def: Remove obsolete currencies for countries
3533         with Euro.
3534
3535 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
3536
3537         * posix/regcomp.c (regcomp): Remove a redundant condition.
3538         (init_word_char): Add a check on malloc failure.
3539         (create_initial_state): Likewise.
3540         (duplicate_node): Likewise.
3541         (calc_eclosure): Likewise.
3542         (calc_eclosure_iter): Likewise.
3543         (parse_expression): Likewise.
3544         (parse_bracket_exp): Remove unnecessary malloc invocations.
3545         (build_equiv_class): Likewise.
3546         (build_charclass): Likewise.
3547         * posix/regex_internal.c (re_node_set_intersect): Add a check
3548         on malloc failure.
3549         (re_node_set_add_intersect): Likewise.
3550         (re_node_set_merge): Likewise.
3551         (re_acquire_state): Likewise.
3552         (re_acquire_state_context): Likewise.
3553         (create_newstate_common): Likewise.
3554         (register_state): Likewise.
3555         (create_ci_newstate): Likewise.
3556         (create_cd_newstate): Likewise.
3557         * posix/regex_internal.h: Fix prototypes of re_acquire_state
3558         and re_acquire_state_context.
3559         * posix/regexec.c (regexec): Suit it to the error handling of
3560         re_search_internal.
3561         (re_match): Likewise.
3562         (re_search): Likewise.
3563         (re_search_internal): Add a check on malloc failure.
3564         (acquire_init_state_context): Likewise.
3565         (check_matching): Likewise.
3566         (proceed_next_node): Likewise.
3567         (set_regs): Likewise.
3568         (sift_states_backward): Likewise.
3569         (sift_states_iter_bkref): Likewise.
3570         (add_epsilon_backreference): Likewise.
3571         (transit_state): Likewise.
3572         (transit_state_sb): Likewise.
3573         (transit_state_mb): Likewise.
3574         (transit_state_bkref_loop): Likewise.
3575         (build_trtable): Likewise.
3576         (group_nodes_into_DFAstates): Likewise.
3577         (match_ctx_init): Likewise.
3578         (match_ctx_add_entry): Likewise.
3579
3580 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
3581
3582         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
3583         l_libname if profiling is enabled [PR libc/2916].
3584
3585         * sysdeps/ia64/dl-tls.h: New file.
3586
3587 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
3588
3589         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
3590         Work around an Alpha gas bug.
3591
3592 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
3593
3594         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
3595         uses read to load the catalog.
3596         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
3597
3598 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
3599
3600         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
3601         regex_internal.c, and regex_internal.h.
3602         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
3603         * posix/regex.c: Complete rewrite.
3604         * posix/regexec.c: New file.
3605         * posix/regcomp.c: New file.
3606         * posix/regex_internal.c: New file.
3607         * posix/regex_internal.h: New file.
3608         * posix/regex.h (RE_ICASE): New macro.
3609         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
3610
3611         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
3612         ungetwc.  It's a macro.
3613         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
3614         implementation.
3615         Reported by Jason Merrill <jason@redhat.com>.
3616
3617 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
3618
3619         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
3620         position to fp->_offset if it is set.
3621         * stdio-common/Makefile (tests): Add tst-fdopen.
3622         * stdio-common/tst-fdopen.c: New test.
3623
3624 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
3625
3626         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
3627         * stdio-common/tst-ungetc.c (main): Add another test.
3628
3629 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
3630
3631         * assert/assert-perr.c: Use INTUSE to reference functions and variables
3632         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
3633         aliases.  Add prototypes for the new aliases.
3634         * assert/assert.c: Likewise.
3635         * include/libc-symbols.h: Likewise.
3636         * include/stdio.h: Likewise.
3637         * include/netinet/in.h: Likewise.
3638         * include/rpc/auth.h: Likewise.
3639         * include/rpc/auth_unix.h: Likewise.
3640         * include/rpc/key_prot.h: Likewise.
3641         * include/rpc/pmap_prot.h: Likewise.
3642         * include/rpc/pmap_rmt.h: Likewise.
3643         * include/rpc/rpc_msg.h: Likewise.
3644         * include/rpc/xdr.h: Likewise.
3645         * inet/gethstbyad_r.c: Likewise.
3646         * inet/gethstbynm2_r.c: Likewise.
3647         * inet/gethstbynm_r.c: Likewise.
3648         * inet/gethstent_r.c: Likewise.
3649         * inet/in6_addr.c: Likewise.
3650         * libio/__fpurge.c: Likewise.
3651         * libio/filedoalloc.c: Likewise.
3652         * libio/fileops.c: Likewise.
3653         * libio/ftello.c: Likewise.
3654         * libio/ftello64.c: Likewise.
3655         * libio/genops.c: Likewise.
3656         * libio/iofclose.c: Likewise.
3657         * libio/iofdopen.c: Likewise.
3658         * libio/iofflush.c: Likewise.
3659         * libio/iofflush_u.c: Likewise.
3660         * libio/iofgetpos.c: Likewise.
3661         * libio/iofgetpos64.c: Likewise.
3662         * libio/iofgets.c: Likewise.
3663         * libio/iofgets_u.c: Likewise.
3664         * libio/iofopen.c: Likewise.
3665         * libio/iofopncook.c: Likewise.
3666         * libio/iofputs.c: Likewise.
3667         * libio/iofread.c: Likewise.
3668         * libio/iofread_u.c: Likewise.
3669         * libio/iofsetpos.c: Likewise.
3670         * libio/iofsetpos64.c: Likewise.
3671         * libio/ioftell.c: Likewise.
3672         * libio/iofwrite.c: Likewise.
3673         * libio/iogetline.c: Likewise.
3674         * libio/iogets.c: Likewise.
3675         * libio/iogetwline.c: Likewise.
3676         * libio/iolibio.h: Likewise.
3677         * libio/iopadn.c: Likewise.
3678         * libio/iopopen.c: Likewise.
3679         * libio/ioseekoff.c: Likewise.
3680         * libio/ioseekpos.c: Likewise.
3681         * libio/iosetbuffer.c: Likewise.
3682         * libio/iosetvbuf.c: Likewise.
3683         * libio/ioungetc.c: Likewise.
3684         * libio/ioungetwc.c: Likewise.
3685         * libio/iovdprintf.c: Likewise.
3686         * libio/iovsprintf.c: Likewise.
3687         * libio/iovsscanf.c: Likewise.
3688         * libio/libioP.h: Likewise.
3689         * libio/memstream.c: Likewise.
3690         * libio/obprintf.c: Likewise.
3691         * libio/oldfileops.c: Likewise.
3692         * libio/oldiofclose.c: Likewise.
3693         * libio/oldiofdopen.c: Likewise.
3694         * libio/oldiofgetpos.c: Likewise.
3695         * libio/oldiofgetpos64.c: Likewise.
3696         * libio/oldiofopen.c: Likewise.
3697         * libio/oldiofsetpos.c: Likewise.
3698         * libio/oldiofsetpos64.c: Likewise.
3699         * libio/oldiopopen.c: Likewise.
3700         * libio/oldstdfiles.c: Likewise.
3701         * libio/putc.c: Likewise.
3702         * libio/setbuf.c: Likewise.
3703         * libio/setlinebuf.c: Likewise.
3704         * libio/stdfiles.c: Likewise.
3705         * libio/stdio.c: Likewise.
3706         * libio/strops.c: Likewise.
3707         * libio/vasprintf.c: Likewise.
3708         * libio/vscanf.c: Likewise.
3709         * libio/vsnprintf.c: Likewise.
3710         * libio/vswprintf.c: Likewise.
3711         * libio/wfiledoalloc.c: Likewise.
3712         * libio/wfileops.c: Likewise.
3713         * libio/wgenops.c: Likewise.
3714         * libio/wstrops.c: Likewise.
3715         * malloc/mtrace.c: Likewise.
3716         * misc/error.c: Likewise.
3717         * misc/syslog.c: Likewise.
3718         * nss/getXXbyYY_r.c: Likewise.
3719         * nss/getXXent_r.c: Likewise.
3720         * nss/hosts-lookup.c: Likewise.
3721         * stdio-common/getw.c
3722         * stdio-common/printf-prs.c: Likewise.
3723         * stdio-common/printf_fp.c: Likewise.
3724         * stdio-common/printf_size.c: Likewise.
3725         * stdio-common/putw.c: Likewise.
3726         * stdio-common/scanf.c: Likewise.
3727         * stdio-common/sprintf.c: Likewise.
3728         * stdio-common/tmpfile64.c: Likewise.
3729         * stdio-common/vfprintf.c: Likewise.
3730         * stdio-common/vfscanf.c: Likewise.
3731         * stdlib/strfmon.c: Likewise.
3732         * sunrpc/auth_des.c: Likewise.
3733         * sunrpc/auth_none.c: Likewise.
3734         * sunrpc/auth_unix.c: Likewise.
3735         * sunrpc/authdes_prot.c: Likewise.
3736         * sunrpc/authuxprot.c: Likewise.
3737         * sunrpc/clnt_perr.c: Likewise.
3738         * sunrpc/clnt_raw.c: Likewise.
3739         * sunrpc/clnt_tcp.c: Likewise.
3740         * sunrpc/clnt_udp.c: Likewise.
3741         * sunrpc/clnt_unix.c: Likewise.
3742         * sunrpc/key_call.c: Likewise.
3743         * sunrpc/key_prot.c: Likewise.
3744         * sunrpc/openchild.c: Likewise.
3745         * sunrpc/pm_getmaps.c: Likewise.
3746         * sunrpc/pm_getport.c: Likewise.
3747         * sunrpc/pmap_clnt.c: Likewise.
3748         * sunrpc/pmap_prot.c: Likewise.
3749         * sunrpc/pmap_prot2.c: Likewise.
3750         * sunrpc/pmap_rmt.c: Likewise.
3751         * sunrpc/rpc_cmsg.c: Likewise.
3752         * sunrpc/rpc_prot.c: Likewise.
3753         * sunrpc/svc_authux.c: Likewise.
3754         * sunrpc/svc_raw.c: Likewise.
3755         * sunrpc/svc_simple.c: Likewise.
3756         * sunrpc/svc_tcp.c: Likewise.
3757         * sunrpc/svc_udp.c: Likewise.
3758         * sunrpc/svc_unix.c: Likewise.
3759         * sunrpc/xdr.c: Likewise.
3760         * sunrpc/xdr_array.c: Likewise.
3761         * sunrpc/xdr_mem.c: Likewise.
3762         * sunrpc/xdr_rec.c: Likewise.
3763         * sunrpc/xdr_ref.c: Likewise.
3764         * sunrpc/xdr_stdio.c: Likewise.
3765         * sysdeps/generic/_strerror.c: Likewise.
3766         * sysdeps/generic/printf_fphex.c: Likewise.
3767         * sysdeps/generic/tmpfile.c: Likewise.
3768         * sysdeps/gnu/errlist.awk: Likewise.
3769         * sysdeps/gnu/errlist.c: Likewise.
3770
3771         * libio/Makefile (routines): Remove iosprint.
3772         * libio/iosprintf.c: Removed
3773
3774
3775 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
3776
3777         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
3778         non_dynamic_init and exported now.
3779         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
3780         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
3781         !SHARED.
3782         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
3783         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
3784         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
3785
3786 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
3787
3788         * elf/dl-close.c (free_slotinfo): Check for end of list and return
3789         true in this case.
3790
3791         * locale/iso-639.def: Add language codes for Walloon.
3792
3793         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
3794         total number of relocations performed.
3795
3796         * elf/sprof.c (load_profdata): If do_test provide information as
3797         to why loading failed.
3798         * elf/dl-profile.c (_dl_start_profile): Initialize all of
3799         hist_hdr.dimen.
3800
3801         * csu/set-init.c: Moved to...
3802         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
3803         * csu/Makefile: Don't compile set-init.
3804         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
3805         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
3806         to __libc_init.
3807         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
3808         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
3809         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
3810         __libc_init.
3811         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
3812         __libc_subinit.
3813
3814 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
3815
3816         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
3817         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
3818         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
3819         (_dl_deallocate_tls): New function.
3820         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
3821         _dl_deallocate_tls.
3822
3823 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
3824
3825         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
3826         * stdio-common/tst-fseek.c (main): Add test for this.
3827
3828 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
3829
3830         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
3831
3832 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
3833
3834         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
3835         pointer before dereferencing.
3836
3837 2002-02-18  Roland McGrath  <roland@frob.com>
3838
3839         * sysdeps/mach/hurd/times.c: Fix typo in last change.
3840
3841         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
3842         Use task_policy in place of task_priority.
3843
3844         * sysdeps/generic/bits/mman.h
3845         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
3846         * sysdeps/mach/msync.c: New file.
3847
3848         * sysdeps/mach/powerpc/syscall.S: New file.
3849
3850         * mach/msg.c [MACH_MSG_OVERWRITE]
3851         (__mach_msg_trap, __mach_msg_overwrite): New functions.
3852         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
3853
3854         * sysdeps/mach/configure.in: Check for clock.defs to put into
3855         mach_interface_list.
3856         * sysdeps/mach/configure: Regenerated.
3857
3858         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
3859         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
3860         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
3861         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
3862         (mach-shortcuts): Add device_read_overwrite_request,
3863         device_read_overwrite, vm_read_overwrite, thread_switch.
3864
3865         * configure.in (base_machine): Set to $machine by default.
3866         * configure: Regenerated.
3867
3868         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
3869         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
3870         * sysdeps/mach/configure: Regenerated.
3871         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
3872
3873         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
3874
3875         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
3876
3877         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
3878         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
3879
3880 2002-02-17  Roland McGrath  <roland@frob.com>
3881
3882         * sysdeps/mach/hurd/times.c
3883         [NO_CREATION_TIME] (startup_time): New static variable.
3884         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
3885         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
3886         creation_time from task_basic_info.
3887         (__times): Use __gettimeofday instead of __host_get_time.
3888
3889         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
3890         Use untyped Mach IPC message format.
3891
3892         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
3893
3894         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
3895         _S_catch_exception_raise_state_identity,
3896         _hurdsig_fault_catch_exception_raise_state,
3897         _hurdsig_fault_catch_exception_raise_state_identity.
3898
3899         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
3900
3901         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
3902         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
3903
3904         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
3905         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
3906
3907         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
3908         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
3909         them as no-op macros.
3910         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
3911         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
3912
3913         * sysdeps/powerpc/dl-machine.h
3914         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
3915
3916         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
3917         Use untyped Mach IPC message format.
3918
3919         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
3920         Handle untyped Mach IPC message formats.
3921
3922         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
3923         Expect different argument conventions when this is defined.
3924         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
3925         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
3926         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
3927         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
3928         for OSF Mach variant.
3929         (faulted): Use mig_reply_error_t for REPLY.
3930         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
3931         in __thread_set_exception_ports call.
3932         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
3933         __mach_port_set_attributes in place of __mach_port_set_qlimit.
3934
3935         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
3936         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
3937         on Darwin, which includes bogons.
3938
3939         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
3940         variable LOADBASE so it's not declared when it's not used.
3941
3942 2002-02-16  Roland McGrath  <roland@frob.com>
3943
3944         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
3945         to use BI.creation_time.
3946
3947         * mach/Machrules (MIG): Add -x c to CPP value passed down.
3948
3949         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
3950         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
3951         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
3952         host_page_size instead of vm_statistics.
3953
3954         * sysdeps/mach/Makefile (mach-before-compile): Don't include
3955         mach_interface.h here, since not all variants use that name.
3956
3957         * sysdeps/mach/configure.in: Add some checks for Mach headers
3958         to ensure a sane installation.
3959         (mach_interface_list): Define this variable by checking for .defs
3960         files found in various variants.
3961         * configure.in (mach_interface_list): AC_SUBST this.
3962         * config.make.in (mach-interface-list): New substituted variable.
3963         * mach/Makefile (user-interfaces): Define this using the value
3964         of $(mach-interface-list) instead of mach, mach4.
3965         Updated other references to mach_interface to use it as well.
3966
3967         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
3968
3969         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
3970         mig_reply_error_t for OSF Mach variant.
3971
3972         * mach/Makefile (routines): Remove bootprivport.
3973         * mach/bootprivport.c: File removed.  It has never been used.
3974
3975         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
3976         Grok the OSF flavor of message format.
3977         (mach_msg_destroy_port): For MAKE_SEND and
3978         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
3979         no-senders notification.
3980
3981 2002-02-06  Roland McGrath  <roland@frob.com>
3982
3983         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
3984         to here if 2.0 compatibility enabled ...
3985         (libc: GLIBC_2.1.3): ... from here.
3986
3987 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
3988
3989         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
3990         generation counter.
3991         * elf/dl-close.c (_dl_close): Likewise.
3992
3993 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
3994
3995         * elf/Makefile: Add rules to build and run tst-tls8.
3996         * elf/tst-tls8.c: New file.
3997         * elf/tst-tlsmod4.c: New file.
3998
3999         * stdlib/test-a64l.c (tests): Add more test cases.
4000
4001         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
4002         Reported by Walter Harms <WHarms@bfs.de>.
4003
4004 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
4005
4006         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
4007         definitions for struct sigcontext.
4008         Suggested by David Mosberger-Tang.
4009
4010 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
4011
4012         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
4013         for removing reference of module in slotinfo list.
4014         (_dl_close): Use remove_slotinfo.
4015         * sysdeps/generic/dl-tls.c: General pretty printing.
4016         (oom): Define only if SHARED.
4017         (_dl_next_tls_modid): Correct starting point for the case we assume
4018         there is a gap.  Add missing instruction grouping (doh!).  Correct
4019         tests for reaching maximum index.
4020         * elf/Makefile: Add rules to build and run tst-tls7.
4021         * elf/tst-tls7.c: New file.
4022         * elf/tst-tlsmod3.c: New file.
4023
4024         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
4025         USE_TLS.
4026         * elf/tst-tlsmod2.c: Likewise.
4027
4028         * elf/dl-close.c (_dl_close): When closing an object using TLS
4029         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
4030         true.  Increment dl_tls_generation only if we closed any TLS-using
4031         object.
4032         * elf/tst-tls6.c: New file.
4033         * elf/Makefile: Add rules to build and run tst-tls6.
4034
4035         * po/da.po: Update from translation team.
4036
4037         * locale/categories.def: Fix typo [PR libc/2948].
4038         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
4039         [PR libc/2949].
4040         * locale/iso-4217.def: Update from official version [PR libc/2950].
4041         * glibcbug.in: Honor TMPDIR [PR libc/2951].
4042         * locale/programs/ld-collate.c (collate_finish): Bail out with a
4043         message if input is too confusion instead of using assert.
4044         (collate_read): Don't crash on unknown symbol [PR libc/2952].
4045         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
4046
4047         * elf/tst-tls1.c: Move #include "tls-macros.h" instead #ifdef USE_TLS.
4048         * elf/tst-tls2.c: Likewise.
4049         * elf/tst-tls3.c: Likewise.
4050
4051 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
4052
4053         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
4054
4055 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
4056
4057         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
4058         if this is really necessary.
4059
4060         * elf/dl-close.c (_dl_close): Implement freeing entries in the
4061         slotinfo array.
4062         (free_mem): Free memory for the slotinfo array if possible.
4063
4064 2002-02-12  Andreas Schwab  <schwab@suse.de>
4065
4066         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
4067
4068 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
4069
4070         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
4071         TLS_DTV_UNALLOCATE.
4072         (oom): New function.
4073         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
4074         (_dl_determine_tlsoffset): Likewise.
4075         (_dl_allocate_tls): Likewise.
4076         (__TLS_GET_ADDR): Define if not already defined.
4077         (_dl_tls_symaddr): New function.
4078         (allocate_and_init): New function.
4079         (__tls_get_addr): Actually implement handling of generation counter
4080         and deferred allocation.
4081         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
4082         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
4083         _dl_tls_generation.
4084         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
4085         Declare _dl_tls_symaddr.
4086         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
4087         SHARED.
4088         * include/link.h (struct link_map):  Remove l_tls_nextimage and
4089         l_tls_previmage.
4090         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
4091         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
4092         (_dl_vsym): Likewise.
4093         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
4094         layout.
4095         (dl_main): Allow PT_TLS be present for empty segment.  Remove
4096         nextimage list handling.  Instead add all modules using TLS to
4097         dl_tls_dtv_slotinfo_list.
4098         * elf/dl-open.c (dl_open_worker): After successfully loading all
4099         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
4100         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
4101         empty segment don't do anything.  Remove handling of initimage list.
4102         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
4103         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
4104         * elf/dl-minimal.c: Define __libc_memalign.
4105         * elf/dl-support.c: Remove _dl_initimage_list.  Add
4106         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
4107         _dl_tls_generation.
4108         * include/stdlib.h: Declare __libc_memalign.
4109
4110         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
4111         * elf/tst-tls4.c: New file.
4112         * elf/tst-tls5.c: New file.
4113         * elf/tst-tlsmod2.c: New file.
4114
4115         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
4116
4117         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
4118
4119         * elf/tst-tls1.c: Use test-skeleton.c.
4120         * elf/tst-tls2.c: Likewise.
4121         * elf/tst-tls3.c: Likewise.
4122
4123         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
4124
4125 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
4126
4127         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
4128
4129 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
4130
4131         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
4132
4133         * elf/tst-tls3.c: New file.
4134         * elf/tst-tlsmod1.c: New file.
4135         * elf/Makefile: Add rules to build and run tst-tls3.
4136
4137         * sysdeps/i386/dl-machine.h: Include <tls.h>.
4138         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
4139         TLS relocations.
4140
4141         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
4142
4143         * po/fr.po: Update from translation team.
4144
4145         * elf/tls-macros.h: Add alternative macros for use in PIC.
4146
4147         * elf/dl-lookup.c: Include <tls.h>.
4148         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
4149
4150         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
4151         required by passing pointer to last element of the list.
4152
4153         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
4154         l_tls_initimage to a place where it actually is performed.
4155
4156         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
4157         after globfree() calls.
4158
4159         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
4160         (openaux): Pass open_mode as new last argument to _dl_map_object.
4161         (_dl_map_object_deps): Add new argument open_mode.  Initialize
4162         open_mode element of args variable with it.
4163         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
4164         _dl_map_object_deps.
4165         * elf/rtld.c (dl_main): Add zero as last parameter to
4166         _dl_map_object_deps call.
4167         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
4168         * elf/nodlopen2.c: New file.
4169         * elf/nodlopenmod2.c: New file.
4170         * elf/Makefile: Add rules to build and run nodlopen2.
4171
4172         * elf/tst-tls1.c: Move TLS helper macros to...
4173         * elf/tls-macros.h: ...here.  New file.
4174         * elf/tst-tls2.c: New file.
4175         * elf/Makefile (tests): Add tst-tls2.
4176         (distribute): Add tls-macros.h.
4177
4178         * po/sv.po: Update from translation team.
4179
4180         * elf/tst-tls1.c (main): Add complete set of tests.  Split
4181         architecture specific definitions from the actual test code.
4182
4183         * po/tr.po: Update from translation team.
4184
4185 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
4186
4187         * elf/Makefile (tests): Add tst-tls1.
4188         * elf/tst-tls1.c: New file.
4189
4190         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
4191         alignment of TCB for now.
4192
4193         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
4194         initialization image for the application itself.
4195
4196         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
4197         loop to initialize TLS block.
4198
4199 2002-02-08  Richard Henderson  <rth@redhat.com>
4200
4201         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
4202         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
4203
4204         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
4205
4206 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
4207
4208         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
4209
4210 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
4211
4212         * po/ca.po: Update from translation team.
4213         * po/sk.po: Likewise.
4214
4215         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
4216         (dl_main): Move dtv/static TLS handling before relocation.
4217         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
4218         TLS_INIT_TP to allocate and install the dtv/static TLS block.
4219         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
4220         so far uses TLS initialize GL(dl_tls_static_size) and
4221         GL(dl_tls_static_align) to account for the TCB.
4222         (_dl_allocate_tls): New function.
4223         * sysdeps/generic/ldsodefs.h (rtld_global): Add
4224         _dl_initial_dtv_malloced.
4225
4226         * configure.in: Test for __builtin_memset more realistically.
4227
4228         * csu/version.c (banner): If TLS support is available say so.
4229
4230 2002-02-04  H.J. Lu  <hjl@gnu.org>
4231
4232         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
4233         __attribute_used__.
4234         (__dl_runtime_resolve): Likewise.
4235
4236         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
4237         declaration.
4238
4239 2001-11-15  H.J. Lu  <hjl@gnu.org>
4240
4241         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
4242         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
4243
4244         * sysdeps/unix/sysv/linux/mips/sys/user.h: New.
4245
4246 2002-02-07  H.J. Lu  <hjl@gnu.org>
4247
4248         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
4249         ".set noreorder".
4250         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
4251         Likewise.
4252
4253 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
4254
4255         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
4256
4257         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
4258         ___tls_get_addr_internal.
4259         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
4260
4261         * po/ko.po: Update from translation team.
4262
4263 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
4264
4265         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
4266         attribute, change __pad{1,2} type to unsigned int.
4267         (struct stat64): Remove packed attribute.
4268
4269 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
4270
4271         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
4272
4273 2002-02-07  Andreas Schwab  <schwab@suse.de>
4274
4275         * configure.in: Fix check for -zcombreloc.
4276
4277 2002-02-06  H.J. Lu  <hjl@gnu.org>
4278
4279         * config.h.in (HAVE_BUILTIN_MEMSET): New.
4280         * configure.in: Check if __builtin_memset really works.
4281         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
4282         __GNUC_PREREQ (2, 96) before using __builtin_memset.
4283
4284 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
4285
4286         * io/bug-ftw3.c (main): Don't try the test if root.
4287
4288 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4289
4290         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
4291         constraints.
4292         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
4293         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
4294         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
4295         Likewise.
4296         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
4297         a weak alias for __clone.
4298         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
4299         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
4300         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
4301         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
4302         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
4303         a weak alias for __mmap64.
4304
4305 2002-02-05  H.J. Lu  <hjl@gnu.org>
4306
4307         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
4308         (atomic_add): Likewise.
4309         (compare_and_swap): Likewise.
4310         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
4311
4312 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
4313
4314         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
4315
4316         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
4317         alignment of the TCB and store total size and alignment of static
4318         TLS block in _dl_tls_static_size and _dl_tls_static_align.
4319         tls_index is a typedef.
4320         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
4321         _dl_tls_static_align.
4322         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
4323         * elf/dl-support.c: Define _dl_tls_static_size and
4324         _dl_tls_static_align.
4325
4326 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
4327
4328         * configure.in: Add --without-tls option.
4329         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
4330         --without-tls is given.
4331
4332         * sysdeps/generic/dl-tls.c: Include <tls.h>.
4333
4334         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
4335
4336 2002-02-06  Roland McGrath  <roland@frob.com>
4337
4338         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
4339         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
4340
4341         * scripts/versions.awk: Improve error message for missing version.
4342         Each version inherits from the last one only if they have the same
4343         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
4344         but not GLIBC_x and FOO_y.
4345
4346         * scripts/firstversions.awk: Handle libraries that don't have each
4347         particular version named in the third column of shlib-versions.
4348
4349         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
4350
4351 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
4352
4353         * Versions.def [ld]: Add GLIBC_2.3.
4354         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
4355         * elf/Makefile (dl-routines): Add dl-tls.
4356         (distribute): Add dl-tls.h.
4357         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
4358         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
4359         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
4360         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
4361         along with the other info in the link map.  Change queueing of init
4362         images for double linked list.  Use _dl_next_tls_modid to compute
4363         l_tls_modid.
4364         * elf/rtld.c (_dl_start_final): Store alignment requirement
4365         along with the other info in rtld map and executable map.
4366         (dl_main): Add ld.so to the init image list if necessary.  Compute
4367         final module ID with _dl_next_tls_modid.
4368         * include/link.h (struct link_map): Add l_tls_previmage and
4369         l_tls_align.
4370         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
4371         * sysdeps/i386/elf/Versions: New file.
4372         * sysdeps/generic/dl-tls.c: New file.
4373         * sysdeps/generic/dl-tls.h: New file.
4374         * sysdeps/i386/dl-tls.h: New file.
4375
4376 2002-02-06  Roland McGrath  <roland@frob.com>
4377
4378         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
4379         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
4380
4381 2002-01-05  Roland McGrath  <roland@frob.com>
4382
4383         * sysdeps/mach/configure.in: New file.
4384         * sysdeps/mach/configure: New generated file.
4385
4386         * mach/Makefile (user-interfaces): Remove default_pager_helper.
4387         It has never been used by anything.
4388
4389 2002-02-06  H.J. Lu  <hjl@gnu.org>
4390
4391         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
4392         is included.
4393
4394 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
4395
4396         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
4397         attribute((packed)) to counter stupid people misusing gcc options.
4398         (struct stat64): Likewise.
4399
4400 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
4401
4402         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
4403         the variables which are used as booleans.
4404
4405 2002-02-06  Andreas Jaeger  <aj@suse.de>
4406
4407         * include/libc-symbols.h (INTUSE): Renamed from INT.
4408         * elf/dl-deps.c: Change users.
4409         * sysdeps/generic/dl-sysdep.c: Likewise.
4410         * sysdeps/generic/dl-cache.c: Likewise.
4411         * elf/dl-reloc.c: Likewise.
4412         * elf/rtld.c: Likewise.
4413         * elf/dl-version.c: Likewise.
4414         * elf/dl-load.c: Likewise.
4415         * elf/dl-dst.h: Likewise.
4416         * elf/dl-init.c: Likewise.
4417         * elf/dl-error.c: Likewise.
4418         * elf/dl-fini.c: Likewise.
4419         * elf/dl-runtime.c: Likewise.
4420         * elf/do-lookup.h: Likewise.
4421
4422         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
4423         definition.
4424         * stdio-common/_itowa.h: Likewise.
4425
4426 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
4427
4428         * elf/dl-minimal.c: Define _itoa_lower_digits.
4429
4430         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
4431         DT_FLAGS set.
4432
4433         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
4434         loading modules with the DF_STATIC_TLS flag set.
4435         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
4436         element.
4437         * include/link.h (struct link_map): Add l_flags field.
4438         * elf/elf.h (DF_STATIC_TLS): New definition.
4439
4440         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
4441         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
4442
4443         * elf/rtld.c (process_dl_debug): Correct printing help message.
4444         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
4445         for %s.
4446
4447         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
4448         definition and pass &errno in use of this variable.
4449         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
4450
4451 2002-02-04  Andreas Schwab  <schwab@suse.de>
4452
4453         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
4454         * locale/programs/charmap-dir.c: Wrap calls that output messages
4455         with WITH_CUR_LOCALE.  Include "localedef.h" first.
4456         * locale/programs/charmap.c: Likewise.
4457         * locale/programs/ld-address.c: Likewise.
4458         * locale/programs/ld-collate.c: Likewise.
4459         * locale/programs/ld-ctype.c: Likewise.
4460         * locale/programs/ld-identification.c: Likewise.
4461         * locale/programs/ld-measurement.c: Likewise.
4462         * locale/programs/ld-messages.c: Likewise.
4463         * locale/programs/ld-monetary.c: Likewise.
4464         * locale/programs/ld-name.c: Likewise.
4465         * locale/programs/ld-numeric.c: Likewise.
4466         * locale/programs/ld-paper.c: Likewise.
4467         * locale/programs/ld-telephone.c: Likewise.
4468         * locale/programs/ld-time.c: Likewise.
4469         * locale/programs/linereader.c: Likewise.
4470         * locale/programs/linereader.h: Likewise.
4471         * locale/programs/localedef.c: Likewise.
4472         * locale/programs/locfile.c: Likewise.
4473         * locale/programs/repertoire.c: Likewise.
4474
4475 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
4476
4477         * elf/rtld.c (_dl_start_final): Determine load address to locate
4478         ehdr with GL(dl_rtld_map).l_map_start.
4479
4480         * po/ca.po: Update from translation team.
4481
4482         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
4483         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
4484         header entry.
4485         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
4486         _dl_tls_module_cnt.
4487         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
4488
4489 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
4490
4491         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
4492         * include/link.h (struct link_map): Add various members for TLS
4493         information.
4494         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
4495         _rtld_tlsoffset, add _dl_initimage_list.
4496         * sysdeps/i386/dl-lookupcfg.h: New file.
4497         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
4498         TLS relocation.  When using TLS we now use RESOLVE_MAP.
4499         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
4500         is used.
4501
4502         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
4503         unused.
4504
4505         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
4506         thread-pointer as soon as possible.
4507         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
4508         elements in rtld_global.
4509         * sysdeps/generic/tls.h: New file.
4510         * elf/Makefile (distribute): Add tls.h.
4511         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
4512         relocations.  Not complete yet.
4513
4514         * resolv/resolv.h: Allow user to define __need_res_state and only
4515         define __res_start structure then.
4516         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
4517
4518         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
4519         dl_cpuclock_offset initialization to _dl_start_final.
4520         (_dl_show_auxv): Avoid unnecessary sign extension.
4521         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
4522
4523 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
4524
4525         * config.h.in: Add HAVE_TLS_SUPPORT.
4526         * sysdeps/i386/elf/configure.in: New file.
4527
4528 2002-02-03  Andreas Schwab  <schwab@suse.de>
4529
4530         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
4531         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
4532
4533 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
4534
4535         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
4536         alloca if the memory reqirements are too high.
4537
4538 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
4539
4540         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
4541         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
4542         the former is available anyway and speed isn't important here.
4543         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
4544         * elf/dl-version.c (match_symbol): Likewise.
4545         (_dl_check_map_versions): Likewise.
4546         * elf/rtld.c (process_envvars): Likewise.
4547         (print_statistics): Likewise.
4548         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
4549         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
4550         bases.  Add assert to catch uses of unimplemented features.
4551         (__strsep): Add assert to catch uses of unimplemented features.
4552         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
4553         and avoid inline optimization.
4554         * elf/rtld.c (process_envvars): Likewise.
4555         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
4556         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
4557         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
4558
4559 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
4560
4561         * stdio-common/_itoa.h: Minor simplifications of the code.
4562         * stdio-common/_itoa.c: Likewise.
4563
4564         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
4565         instead of _dl_printf for debugging info output.
4566
4567         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
4568         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
4569
4570 2002-02-01  H.J. Lu  <hjl@gnu.org>
4571
4572         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
4573         (atomic_add): Likewise.
4574         (compare_and_swap): Return 0 only when failed to compare. Use
4575         branch likely.
4576
4577         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
4578         branch likely.
4579
4580 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
4581
4582         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
4583
4584 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
4585
4586         * elf/dl-minimal.c (__strsep): New minimal implementation.
4587
4588 2002-02-02  Paul Eggert  <eggert@twinsun.com>
4589
4590         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
4591         (__mktime_internal): If no tm_isdst is requested, prefer solutions
4592         with tm_isdst > 0 when the requested time falls within a
4593         spring-forward gap [PR libc/2894].
4594
4595 2002-02-03  Andreas Schwab  <schwab@suse.de>
4596
4597         * stdio-common/tst-rndseek.c: Increase timeout.
4598
4599 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
4600
4601         Change ld.so to not use functions which are exported.  One cannot
4602         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
4603         definitions.
4604         * include/libc-symbols.h: Define INT and INTDEF.
4605         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
4606         _dl_signal_error_internal, _dl_map_object_internal,
4607         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
4608         _dl_lookup_versioned_symbol_internal,
4609         _dl_relocate_object_internal, _dl_debug_state_internal,
4610         _dl_start_profile_internal, and _dl_unload_cache_internal.
4611         * include/dlfcn.h: Declare _dl_catch_error_internal.
4612         * elf/rtld.c: Use INT for calls to any of the *_internal functions
4613         above.  Add INTDEF to function definitions.
4614         * elf/dl-debug.c: Likewise.
4615         * elf/dl-deps.c: Likewise.
4616         * elf/dl-dst.h: Likewise.
4617         * elf/dl-error.c: Likewise.
4618         * elf/dl-fini.c: Likewise.
4619         * elf/dl-init.c: Likewise.
4620         * elf/dl-load.c: Likewise.
4621         * elf/dl-lookup.c: Likewise.
4622         * elf/dl-misc.c: Likewise.
4623         * elf/dl-open.c: Likewise.
4624         * elf/dl-profile.c: Likewise.
4625         * elf/dl-reloc.c: Likewise.
4626         * elf/dl-runtime.c: Likewise.
4627         * elf/dl-version.c: Likewise.
4628         * elf/do-lookup.h: Likewise.
4629         * sysdeps/generic/dl-cache.c: Likewise.
4630         * sysdeps/generic/dl-sysdep.c: Likewise.
4631         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
4632         instead of _dl_init.
4633         * sysdeps/arm/dl-machine.h: Likewise.
4634         * sysdeps/cris/dl-machine.h: Likewise.
4635         * sysdeps/hppa/dl-machine.h: Likewise.
4636         * sysdeps/i386/dl-machine.h: Likewise.
4637         * sysdeps/ia64/dl-machine.h: Likewise.
4638         * sysdeps/m68k/dl-machine.h: Likewise.
4639         * sysdeps/mips/dl-machine.h: Likewise.
4640         * sysdeps/mips/mips64/dl-machine.h: Likewise.
4641         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
4642         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
4643         * sysdeps/sh/dl-machine.h: Likewise.
4644         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
4645         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
4646         * sysdeps/x86_64/dl-machine.h: Likewise.
4647         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
4648
4649         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
4650         and _dl_debug_initialize.
4651
4652         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
4653         more information.
4654         * elf/rtld.c (dl_main): Avoid strrchr.
4655         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
4656         result of readlink.  Search from the back for '/'.
4657
4658         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
4659         strncpy if possible.
4660
4661         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
4662         strncmp.
4663         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
4664         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
4665         strspn, and strcspn.
4666         (process_envvars): Don't use strcspn.
4667
4668         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
4669         (_dl_dst_substitute): Likewise.
4670
4671 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
4672
4673         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
4674         code which is never used when relocating ld.so itself.
4675
4676         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
4677         starting ld.so itself.  Move l_addr variable initialization closer
4678         to use.
4679         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
4680
4681 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
4682
4683         * Versions.def (libc): Add GLIBC_PRIVATE.
4684         (libdb, libnss_db, libdb1): Remove.
4685         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
4686         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
4687         (libpthread): Add GLIBC_PRIVATE.
4688         (libresolv): Likewise, remove GLIBC_2.1.
4689         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
4690         GLIBC_2.2.3, GLIBC_2.3.
4691         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
4692         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
4693         _dl_sym, _dl_vsym): Likewise.
4694         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
4695         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
4696         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
4697         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
4698         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
4699         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
4700         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
4701         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
4702         Likewise.
4703         (_dl_object_relocation_scope): Remove.
4704         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
4705         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
4706         __gconv_cache): Move to GLIBC_PRIVATE.
4707         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
4708         __internal_setnetgrent): Likewise.
4709         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
4710         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
4711         * locale/Versions (__collate_element_hash, __collate_element_strings,
4712         __collate_symbol_classes, __collate_symbol_hash,
4713         __collate_symbol_strings, _nl_current_LC_COLLATE,
4714         _nl_current_LC_CTYPE): Likewise.
4715         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
4716         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
4717         (libnss_nis, libnss_nisplus): Likewise.
4718         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
4719         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
4720         (libnss_files): Move all symbols to GLIBC_PRIVATE.
4721         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
4722         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
4723         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
4724         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
4725         __ns_get16, __ns_samename): Likewise.
4726         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
4727         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
4728         GLIBC_PRIVATE.
4729         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
4730         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
4731         __libc_connect): Likewise.
4732         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
4733         Likewise.
4734         * stdlib/Versions (__libc_system): Likewise.
4735         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
4736         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
4737         * sysdeps/ia64/fpu/Versions: Likewise.
4738         * sysdeps/ia64/Versions: Likewise.
4739         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
4740         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
4741         to GLIBC_PRIVATE.
4742         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
4743         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
4744         __libc_sigaction): Likewise.
4745         * termios/Versions (__libc_tcdrain): Likewise.
4746
4747         * misc/sys/cdefs (__attribute_noinline__): Define.
4748         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
4749         __attribute_noinline__.
4750
4751         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
4752         * elf/dl-xstat64.c: New file.
4753         * elf/dl-fxstat64.c: New file.
4754         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
4755         don't export __fxstat64 at multiple versions.
4756         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
4757         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
4758
4759 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
4760
4761         * locale/program/ld-collate.c (collate_finish): Assign a wide
4762         char collation sequence value to multi character collating
4763         elements, and avoid over writing by non-character elements.
4764
4765 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
4766
4767         * elf/Makefile (distribute): Add dl-procinfo.c.
4768         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
4769         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
4770
4771 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
4772
4773         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
4774         definition.
4775         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
4776         _rtld_global struct.
4777         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
4778         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
4779         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
4780         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
4781         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
4782         _dl_fpu_control_set): Remove unused externs.
4783         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
4784         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
4785         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
4786         related variables in _rtld_global struct.
4787         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
4788         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
4789         unused extern.
4790
4791 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
4792
4793         * sysdeps/generic/dl-procinfo.c: New file.
4794
4795 2002-02-01  Andreas Schwab  <schwab@suse.de>
4796
4797         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
4798
4799 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
4800
4801         * elf/rtld.c (_dl_start): Mark as internal_function.
4802         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
4803         in register.
4804         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
4805         General pretty printing.
4806
4807 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
4808
4809         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
4810         * elf/dl-reloc.c: Pretty printing.
4811         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
4812         procinfo-related variables in rtld_global struct.
4813         * elf/dl-support.c: Likewise.
4814         * elf/rtld.c: Likewise.
4815         * sysdeps/i386/i686/Makefile: Likewise.
4816         * sysdeps/i386/i686/hp-timing.c: Likewise.
4817         * sysdeps/i386/i686/hp-timing.h: Likewise.
4818         * sysdeps/ia64/Makefile: Likewise.
4819         * sysdeps/ia64/hp-timing.c: Likewise.
4820         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
4821         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
4822         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
4823         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
4824         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
4825         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
4826         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
4827         * sysdeps/x86_64/Makefile: Likewise.
4828
4829         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
4830         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
4831         _dl_debug_fd to rtld_global.
4832         * elf/Versions: Likewise.
4833         * elf/dl-close.c: Likewise.
4834         * elf/dl-iteratephdr.c: Likewise.
4835         * elf/dl-lookup.c: Likewise.
4836         * elf/dl-misc.c: Likewise.
4837         * elf/dl-open.c: Likewise.
4838         * elf/dl-support.c: Likewise.
4839         * elf/do-lookup.h: Likewise.
4840         * elf/rtld.c: Likewise.
4841         * sysdeps/generic/dl-cache.c: Likewise.
4842         * sysdeps/generic/dl-sysdep.c: Likewise.
4843         * sysdeps/ia64/Versions: Likewise.
4844         * sysdeps/unix/clock_gettime.c: Likewise.
4845         * sysdeps/unix/clock_settime.c: Likewise.
4846         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
4847         * sysdeps/sparc/Versions: Removed.
4848         * sysdeps/i386/i686/Versions : Removed.
4849         * sysdeps/x86_64/Versions: Removed.
4850         * configure.in: Define HAVE_PROTECTED if .protected is available.
4851         * config.h.in: Add entry for HAVE_PROTECTED.
4852
4853 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
4854
4855         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
4856         code in struct _rtld_global.  Export this struct, remove all
4857         exports for the signal variables.
4858         * sysdeps/arm/dl-machine: Likewise.
4859         * sysdeps/generic/dl-origin: Likewise.
4860         * sysdeps/generic/dl-sysdep: Likewise.
4861         * sysdeps/generic/dl-cache: Likewise.
4862         * sysdeps/hppa/dl-fptr: Likewise.
4863         * sysdeps/hppa/dl-machine: Likewise.
4864         * sysdeps/cris/dl-machine: Likewise.
4865         * sysdeps/i386/dl-machine: Likewise.
4866         * sysdeps/ia64/dl-machine: Likewise.
4867         * sysdeps/m68k/dl-machine: Likewise.
4868         * sysdeps/mach/hurd/dl-sysdep: Likewise.
4869         * sysdeps/mips/mips64/dl-machine: Likewise.
4870         * sysdeps/mips/dl-machine: Likewise.
4871         * sysdeps/powerpc/elf/libc-start: Likewise.
4872         * sysdeps/powerpc/dl-machine: Likewise.
4873         * sysdeps/powerpc/dl-start: Likewise.
4874         * sysdeps/sparc/sparc32/dl-machine: Likewise.
4875         * sysdeps/sparc/sparc64/dl-machine: Likewise.
4876         * sysdeps/sh/dl-machine: Likewise.
4877         * sysdeps/s390/s390-32/dl-machine: Likewise.
4878         * sysdeps/s390/s390-64/dl-machine: Likewise.
4879         * sysdeps/unix/sysv/aix/libc-start: Likewise.
4880         * sysdeps/unix/sysv/aix/start-libc: Likewise.
4881         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
4882         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
4883         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
4884         * sysdeps/x86_64/dl-machine: Likewise.
4885
4886 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
4887
4888         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
4889         are too high.
4890
4891 2002-01-31  Andreas Schwab  <schwab@suse.de>
4892
4893         * sysdeps/posix/readv.c: Check for ssize_t overflow.
4894
4895 2002-01-31  Andreas Schwab  <schwab@suse.de>
4896
4897         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
4898         reference to _dl_pagesize.
4899
4900 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
4901
4902         * Versions.def [ld]: Add GLIBC_2.3.
4903         * elf/dl-addr.c: Move global variables for SHARED code in struct
4904         _rtld_global.  Export this struct, remove all exports for the
4905         signal variables.
4906         * elf/dl-close.c: Likewise.
4907         * elf/dl-conflict.c: Likewise.
4908         * elf/dl-debug.c: Likewise.
4909         * elf/dl-deps.c: Likewise.
4910         * elf/dl-dst.h: Likewise.
4911         * elf/dl-error.c: Likewise.
4912         * elf/dl-fini.c: Likewise.
4913         * elf/dl-init.c: Likewise.
4914         * elf/dl-iteratephdr.c: Likewise.
4915         * elf/dl-libc.c: Likewise.
4916         * elf/dl-load.c: Likewise.
4917         * elf/dl-lookup.c: Likewise.
4918         * elf/dl-minimal.c: Likewise.
4919         * elf/dl-object.c: Likewise.
4920         * elf/dl-open.c: Likewise.
4921         * elf/dl-profile.c: Likewise.
4922         * elf/dl-profstub.c: Likewise.
4923         * elf/dl-reloc.c: Likewise.
4924         * elf/dl-runtime.c: Likewise.
4925         * elf/dl-support.c: Likewise.
4926         * elf/dl-sym.c: Likewise.
4927         * elf/dl-version.c: Likewise.
4928         * elf/do-lookup.h: Likewise.
4929         * elf/do-rel.h: Likewise.
4930         * elf/dynamic-link.h: Likewise.
4931         * elf/rtld.c: Likewise.
4932         * sysdeps/generic/dl-cache.c: Likewise.
4933         * sysdeps/generic/dl-sysdep.c: Likewise.
4934         * sysdeps/generic/ldsodefs.h: Likewise.
4935         * sysdeps/generic/libc-start.c: Likewise.
4936         * sysdeps/i386/dl-machine.h: Likewise.
4937         * sysdeps/ia64/dl-fptr.c: Likewise.
4938         * sysdeps/ia64/dl-machine.h: Likewise.
4939         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
4940         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
4941         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
4942         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
4943         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
4944         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
4945         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
4946         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
4947
4948 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
4949
4950         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
4951         to avoid warning
4952         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
4953
4954         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
4955         SHARED version.
4956         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
4957
4958         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
4959
4960 2002-01-29  Ben Collins  <bcollins@debian.org>
4961
4962         * string/bits/string2.h (__mempcpy): Protect size arg for
4963         addition when using __builtin_memcpy.
4964
4965 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
4966
4967         * stdlib/Makefile (tests): Add tst-qsort.
4968         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
4969
4970         * manual/signal.texi (Process Signal Mask): Document that
4971         pthread_sigmask, not sigprocmask, must be used in MT programs.
4972         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
4973
4974         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
4975         found.
4976         * misc/Makefile (tests): Add tst-hsearch.
4977         * misc/tst-hsearch.c: New file.
4978
4979 2002-01-18  Wolfram Gloger  <wg@malloc.de>
4980
4981         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
4982         * malloc/malloc.h: Likewise.
4983         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
4984         * malloc/arena.c: New file.
4985         * malloc/hooks.c: New file.
4986         * malloc/tst-mallocstate.c: New file.
4987         * malloc/Makefile: Add new testcase tst-mallocstate.
4988         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
4989
4990 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
4991
4992         * stdlib/msort.c: Remove last patch.  The optimization violates the
4993         same rule which qsort.c had problems with.
4994
4995 2002-01-27  Paul Eggert  <eggert@twinsun.com>
4996
4997         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
4998         to a pivot element that lies outside the array to be sorted, as
4999         ISO C99 requires that the comparison function be called only with
5000         addresses of array elements [PR libc/2880].
5001
5002 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
5003
5004         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
5005         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
5006
5007         * timezone/asia: Update from tzdata2002b.
5008         * timezone/australasia: Likewise.
5009         * timezone/backward: Likewise.
5010         * timezone/europe: Likewise.
5011         * timezone/leapseconds: Likewise.
5012         * timezone/iso3166.tab: Likewise.
5013         * timezone/zone.tab: Likewise.
5014
5015 2002-01-23  Richard Henderson  <rth@redhat.com>
5016
5017         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
5018
5019 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
5020
5021         * string/strxfrm.c: Allocate one more byte for rulearr and clear
5022         this element [PR libc/2855].
5023
5024         * string/strcoll.c: Handle zero-length arguments specially
5025         [PR libc/2856].
5026
5027 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
5028
5029         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
5030         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
5031         short lengths and constant src.
5032         (strcpy): Don't optimize for gcc 3.0+.
5033         (__stpcpy): For gcc 3.0+, don't use
5034         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
5035         for short string literal src.
5036
5037 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
5038
5039         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
5040         Set for arm, too.
5041
5042 2001-01-22  Paul Eggert  <eggert@twinsun.com>
5043
5044         * manual/llio.texi (Linked Channels, Cleaning Streams):
5045         Make it clearer that a just-opened input stream might need cleaning.
5046
5047 2002-01-21  H.J. Lu  <hjl@gnu.org>
5048
5049         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
5050         Don't use label at end of compound statement.
5051
5052 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
5053
5054         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
5055         Remove test for negative integer arg; sin_pi does it correctly.
5056
5057 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
5058
5059         * nscd/Makefile (distribute): Filter out xmalloc.c.
5060
5061 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
5062
5063         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
5064         Set offset if read end wasn't the buffer end.
5065         (_IO_file_seekoff_mmap): New function.
5066         (_IO_file_xsgetn_mmap): New function.
5067         (_IO_file_jumps_mmap): Use the two new functions.
5068         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
5069         != end buffer.
5070         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
5071         _IO_file_underflow_mmap.
5072         * libio/iofopen.c: Don't position file descriptor at end of file.
5073         * libio/tst-widetext.c: Improve error messages.
5074         * stdio-common/tst-rndseek.c: Likewise.
5075
5076 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
5077
5078         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
5079         end of enum for !_GNU_SOURCE.
5080         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
5081         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
5082         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
5083         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
5084         values unless _GNU_SOURCE.
5085
5086         * iconvdata/tcvn5712-1.c: Minor cleanups.
5087
5088 2002-01-18  Andreas Schwab  <schwab@suse.de>
5089
5090         * sysdeps/unix/sysv/linux/configure.in
5091         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
5092
5093 2002-01-16  Roger Sayle  <roger@eyesopen.com>
5094
5095         * stdlib/msort.c (msort_with_tmp): Replace implementation with
5096         more efficient "Towers of Hanoi" mergesort.
5097         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
5098         for generic, sizeof(int) and sizeof(long) variants respectively.
5099
5100 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
5101
5102         * manual/syslog.texi (openlog): Describe possible problems with
5103         first parameter.
5104         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
5105
5106         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
5107         * nscd/connections.c (begin_drop_privileges): New function.
5108         (finish_drop_privileges): New function.
5109         (nscd_init): Call the new functions which also install all groups
5110         for the server user.
5111         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
5112         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
5113
5114 2002-01-17  H.J. Lu  <hjl@gnu.org>
5115
5116         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
5117         `const' from `got'.
5118
5119 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5120
5121         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
5122         instructions for pointer operations.
5123         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
5124
5125 2002-01-17  Andreas Jaeger  <aj@suse.de>
5126
5127         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
5128         __uint128_t build-in.
5129
5130         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
5131         PowerPC, sync with 2.2 branch.
5132
5133 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
5134
5135         * posix/getconf.c: Update copyright year.
5136         * nss/getent.c: Likewise.
5137         * nscd/nscd_nischeck.c: Likewise.
5138         * iconv/iconvconfig.c: Likewise.
5139         * iconv/iconv_prog.c: Likewise.
5140         * elf/ldconfig.c: Likewise.
5141         * catgets/gencat.c: Likewise.
5142         * csu/version.c: Likewise.
5143         * elf/ldd.bash.in: Likewise.
5144         * elf/sprof.c (print_version): Likewise.
5145         * locale/programs/locale.c: Likewise.
5146         * locale/programs/localedef.c: Likewise.
5147         * nscd/nscd.c (print_version): Likewise.
5148         * debug/xtrace.sh: Likewise.
5149         * malloc/memusage.sh: Likewise.
5150         * malloc/mtrace.pl: Likewise.
5151
5152 2002-01-16  Andreas Schwab  <schwab@suse.de>
5153
5154         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
5155         reliably remove "-ia64" from rtld name.
5156
5157 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
5158
5159         * iconvdata/gb18030.c: Bug fixes and support for more characters.
5160         Patch by Yu Shao <yshao@redhat.com>.
5161
5162 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5163
5164         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
5165         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
5166         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
5167
5168 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5169
5170         * sysdeps/s390/fpu/libm-test-ulps: Update.
5171
5172 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
5173
5174         * elf/elf.h: Update x86 relocations.
5175
5176 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
5177
5178         * locale/programs/charmap.c (new_width): Check whether byte
5179         sequences for both ends of range have the same length.
5180
5181 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
5182
5183         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
5184
5185 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
5186
5187         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
5188         string literals.
5189         (__full_ieee754_sqrt): Add __attribute_used__.
5190
5191 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
5192
5193         * sysdeps/generic/group_member.c (__group_member): Also check
5194         groups[0] [PR libc/2781].
5195
5196 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
5197
5198         * Makefile (distribute): Add scripts/cpp.
5199         * elf/Makefile (distribute): Add reldep6mod[01234].c,
5200         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
5201         unwind-dw2-fde.h, and dwarf2.h.
5202         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
5203         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
5204         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
5205         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
5206
5207 2002-01-07  Roland McGrath  <roland@frob.com>
5208
5209         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
5210         volatile on type of ARGC so the compiler doesn't get clever.
5211
5212 2002-01-07  Andreas Jaeger  <aj@suse.de>
5213
5214         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
5215         * sysdeps/i386/bits/byteswap.h: Likewise.
5216         * sysdeps/ia64/bits/byteswap.h: Likewise.
5217         * sysdeps/m68k/bits/byteswap.h: Likewise.
5218         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
5219         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
5220
5221 2002-01-02  Bruno Haible  <bruno@clisp.org>
5222
5223         * intl/plural.y: Fix %expect count.
5224
5225 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
5226
5227         * elf/Makefile (routines, shared-only-routines): Add
5228         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
5229         * elf/elf.h (PT_GNU_EH_FRAME): Define.
5230         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
5231         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
5232         Optimize if .eh_frame section contains no FDEs.
5233         (__register_frame, __deregister_frame_info_bases,
5234         __deregister_frame): Likewise.
5235         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
5236         DW_CFA_restore handling.
5237
5238 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
5239
5240         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
5241
5242         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
5243         for x < 0.25 and restore original range reduction method.
5244         (__ieee754_lgammal_r): Make sure signgam is set before returning.
5245
5246 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
5247
5248         * libio/fileops.c (_IO_file_underflow_mmap): New function.
5249         (_IO_file_close_mmap): New function.
5250         (_IO_file_jumps_mmap): New variable.
5251         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
5252         trying to convert rest of byte buffer.
5253         (_IO_wfile_underflow_mmap): New function.
5254         (_IO_wfile_jumps_mmap): New variable.
5255         * libio/iofopen.c (__fopen_maybe_mmap): New function.
5256         (__fopen_internal): New function.  Split out from _IO_new_fopen.
5257         (_IO_new_fopen): Call __fopen_internal.
5258         * libio/iofopen64.c: Just call __fopen_internal.
5259         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
5260         successfully.
5261         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
5262         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
5263         _IO_file_close_mmap.
5264
5265         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
5266         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
5267
5268         * stdio-common/Makefile (tests): Add tst-rndseek.
5269         * stdio-common/tst-rndseek.c: New file.
5270
5271 2002-01-05  Roland McGrath  <roland@frob.com>
5272
5273         * config.h.in (HAVE_MIG_RETCODE): New #undef.
5274         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
5275         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
5276         * sysdeps/mach/hurd/configure: Regenerated.
5277
5278 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
5279
5280         * elf/elf.h: Add more TLS definitions.
5281
5282 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
5283
5284         * include/features.h (__GLIBC_MINOR__): Bump to 3.
5285
5286 2002-01-02  Roland McGrath  <roland@frob.com>
5287
5288         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
5289         __sigisemptyset.  Don't use MASK uninitialized.
5290
5291         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
5292         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
5293         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
5294         __sigdelset, __sigaddset, __sigorset.
5295
5296         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
5297         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
5298
5299         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
5300         _hurd_ports is null.
5301
5302         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
5303         for old CMU and new OSF Mach interface flavors.
5304         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
5305         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
5306
5307         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
5308
5309         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
5310         Pass extra arguments to task_create for OSF variant.
5311         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
5312
5313         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
5314         conditional on [HAVE_AUX_VECTOR].
5315
5316         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
5317         mach_msg_timeout_t as type of final argument.
5318
5319         * hurd/privports.c (__get_privileged_ports):
5320         Change host_priv_t to mach_port_t in argument type.
5321         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
5322         Update decls.
5323
5324         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
5325         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
5326         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
5327         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
5328         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
5329         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
5330
5331 2002-01-01  Roland McGrath  <roland@frob.com>
5332
5333         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
5334
5335 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
5336
5337         * include/stdlib.h: Define inlines for the _l variants of the strto*
5338         functions.
5339
5340 2002-01-01  Roland McGrath  <roland@frob.com>
5341
5342         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
5343
5344         * mach/Machrules (MIG): Set CPP as well as CC.
5345
5346 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
5347
5348         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
5349         locale to parse /proc/loadavg [PR libc/2760].
5350
5351 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
5352
5353         * elf/dl-conflict.c: Include sys/param.h.
5354         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
5355         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
5356         warning.
5357         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
5358         literals to avoid warnings.
5359
5360 2001-12-31  Andreas Jaeger  <aj@suse.de>
5361
5362         * configure.in: Don't check for gsed since we do not use it anywhere.
5363
5364 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
5365
5366         * io/fts.c: Update from BSD to fix memory leaks.
5367
5368 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
5369
5370         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
5371         * elf/chroot_canon.c: Likewise.
5372         * elf/dl-object.c: Likewise.
5373         * iconv/iconv_charmap.c: Likewise.
5374         * iconv/iconv_prog.c: Likewise.
5375         * libio/iogetdelim.c: Likewise.
5376         * locale/lc-time.c: Likewise.
5377         * stdlib/canonicalize.c: Likewise.
5378         * sunrpc/svc.c: Likewise.
5379         * sysdeps/generic/glob.c: Likewise.
5380
5381 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5382
5383         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
5384         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
5385         remove high order bit from the program counter.
5386         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
5387
5388 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5389
5390         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
5391         unnecessary code and add missing reloc types.
5392         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
5393         case for reloc type R_390_NONE.
5394
5395 2001-12-28  Andreas Jaeger  <aj@suse.de>
5396
5397         * io/bug-ftw3.c: Include string.h for prototypes.
5398
5399         * crypt/md5test.c (main): Remove unused variable.
5400
5401         * dlfcn/modstatic.c: Add prototype to avoid warning.
5402
5403 2001-12-26  Roland McGrath  <roland@frob.com>
5404
5405         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
5406         check only (SS->pending & MASK) for the signal to return.
5407         From Jeroen Dekkers <jeroen@dekkers.cx>.
5408
5409 2001-12-22  Roland McGrath  <roland@frob.com>
5410
5411         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
5412         Use preprocessor #if conditionals instead of `if' to avoid
5413         warnings about divide by zero in dead code.
5414
5415         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
5416         _hurd_port_init, and __hurd_self_sigstate.
5417
5418         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
5419
5420 2001-12-21  Andreas Jaeger  <aj@suse.de>
5421
5422         * elf/dblloadmod1.c: Add prototype to avoid warning.
5423         * elf/dblloadmod2.c: Likewise.
5424         * elf/dblloadmod3.c: Likewise.
5425         * elf/reldepmod5.c: Likewise.
5426         * elf/reldepmod6.c: Likewise.
5427
5428         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
5429         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
5430         used on all architectures.
5431
5432         * sunrpc/svc_tcp.c: Add noreturn attribute for
5433         svctcp_rendezvous_abort.
5434         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
5435
5436         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
5437         to avoid warning.
5438
5439 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
5440
5441         * manual/llio.texi (aio_fsync): Fix a typo.
5442         Patch by Tammy Fox <tfox@redhat.com>.
5443
5444 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
5445
5446         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
5447         stack bias from child stack pointer before passing it to clone syscall.
5448
5449 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
5450
5451         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
5452         _SC_TZNAME_MAX.
5453         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
5454         Reported by Thorsten Kukuk <kukuk@suse.de>.
5455
5456         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
5457         add some casts.
5458
5459         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
5460
5461 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
5462
5463         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
5464         conforming: return EBADF if file descriptor is invalid and EINVAL
5465         if file descriptor is no valid tty.
5466         * login/tst-grantpt.c: New file.
5467         * login/Makefile (tests): Add tst-grantpt.
5468
5469 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
5470
5471         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
5472         different than implemented in last patch.
5473         * io/bug-ftw3.c: Adjust test for changed handling of
5474         inaccessibility of toplevel dir.
5475
5476 2001-12-16  Roland McGrath  <roland@frob.com>
5477
5478         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
5479         * grp/initgroups.c (internal_getgrouplist): Likewise.
5480
5481         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
5482         `default:' to silence new GCC warning.
5483         Rewrite cast of lvalue to silence new GCC warning.
5484
5485         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
5486
5487         * sysdeps/mach/hurd/spawni.c: New file, by me with a
5488         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
5489
5490 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
5491
5492         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
5493         Patch by Stephen R. van den Berg.
5494
5495         * crypt/md5.h: Define md5_uintptr.
5496
5497 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
5498
5499         * libio/tst_swprintf.c (main): Add test for string argument with
5500         zero precision.
5501         * stdio-common/Makefile (tests): Add tst-sprintf.
5502         * stdio-common/tst-sprintf.c: New file.
5503
5504 2001-12-13  Andreas Schwab  <schwab@suse.de>
5505
5506         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
5507         zero precision with wide character string format.
5508
5509 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
5510
5511         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
5512         but have a user supplied buffer, return the empty buffer, not NULL.
5513
5514 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
5515
5516         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
5517         Patch by Eric Sharkey <sharkey@netrics.com>.
5518
5519         * crypt/md5test.c (main): Add test for multiple calls to
5520         __md5_process_bytes to itererate over input string.
5521
5522 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
5523
5524         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
5525         from __nis_findfastest.  Take timeout value from parameter.
5526         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
5527         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
5528         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
5529
5530 2001-12-12  Andreas Jaeger  <aj@suse.de>
5531
5532         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
5533         combreloc test so that it works in this case.
5534
5535         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
5536
5537 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
5538
5539         * sysdeps/sh/Makefile: New file.
5540         * sysdeps/sh/_mcount.S: New file.
5541         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
5542         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
5543
5544 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
5545
5546         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
5547         limitation [PR libc/2564].
5548
5549 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
5550
5551         * elf/Makefile (dl-routines): Add conflict.
5552         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
5553         (ld.so): Add _begin local symbol.
5554         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
5555         Define.
5556         * elf/dl-deps.c (_dl_build_local_scope): New.
5557         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
5558         of all libraries.
5559         * elf/do-rel.h (VALIDX): Define.
5560         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
5561         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
5562         can be skipped.
5563         * elf/dl-conflict.c: New file.
5564         * elf/dl-lookup.c (_dl_debug_bindings): New.
5565         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
5566         non-NULL.
5567         (_dl_lookup_symbol_skip): Likewise.
5568         (_dl_lookup_versioned_symbol): Likewise.
5569         (_dl_lookup_versioned_symbol_skip): Likewise.
5570         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
5571         define to ElfW(Rel).
5572         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
5573         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
5574         ranges.
5575         Don't adjust address dynamic tags if l_addr is 0.
5576         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
5577         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
5578         (VALIDX, ADDRIDX): Define.
5579         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
5580         (dl_main): Print library list for LD_TRACE_PRELINKING.
5581         If prelinking information can be used, skip relocating libraries and
5582         call _dl_resolve_conflicts instead.
5583         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
5584         * elf/dl-load.c (_dl_map_object): Don't create fake libs
5585         if LD_TRACE_PRELINKING.
5586         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
5587         + DT_ADDRNUM.
5588         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
5589         (DL_DEBUG_PRELINK): Define.
5590         (_dl_resolve_conflicts): Add prototype.
5591
5592         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
5593         .plt for prelinked libraries where prelinking info cannot be used.
5594         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
5595         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
5596         * sysdeps/arm/bits/link.h: New file.
5597         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
5598         content of .got[1].
5599         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
5600         (ELF_MACHINE_PLT_REL): Define.
5601         (elf_machine_rela, elf_machine_rela_relative): New.
5602         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
5603         of adjusting it if prelinked and prelinking cannot be used.
5604         * sysdeps/i386/bits/link.h: New file.
5605         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
5606         content of .got[1].
5607         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
5608         (ELF_MACHINE_PLT_REL): Define.
5609         (elf_machine_rela, elf_machine_rela_relative): New.
5610         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
5611         of adjusting it if prelinked and prelinking cannot be used.
5612         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
5613         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
5614         to find out map for R_PPC_JMP_SLOT relocs.
5615         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
5616         (OPCODE_BA): Define.
5617         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
5618         libraries where prelinking info cannot be used.
5619         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
5620         (elf_machine_fixup_plt): Call sparc_fixup_plt.
5621         (elf_machine_rela): Set value to 0 if relocating conflicts.
5622         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
5623         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
5624         (sparc64_fixup_plt): Fix a typo.
5625         (elf_machine_rela): Set value to 0 if relocating conflicts.
5626         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
5627         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
5628         libraries where prelinking info cannot be used.
5629         * sysdeps/sh/bits/link.h: New file.
5630         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
5631         content of .got[1].
5632         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
5633         of adjusting it if prelinked and prelinking cannot be used.
5634         * sysdeps/s390/s390-32/bits/link.h: New file.
5635         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
5636         Save original content of .got[1].
5637         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
5638         of adjusting it if prelinked and prelinking cannot be used.
5639         * sysdeps/s390/s390-64/bits/link.h: New file.
5640         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
5641         Save original content of .got[1].
5642         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
5643         of adjusting it if prelinked and prelinking cannot be used.
5644         * sysdeps/x86_64/bits/link.h: New file.
5645         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
5646         Save original content of .got[1].
5647         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
5648         of adjusting it if prelinked and prelinking cannot be used.
5649
5650 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
5651
5652         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
5653         where appropriate instead of numbers.  Little optimizations.
5654
5655 2001-12-10  Roland McGrath  <roland@frob.com>
5656
5657         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
5658         set it.
5659
5660         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
5661         set to GLIBC_2.2.5, not GLIBC_2.2.4.
5662
5663         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
5664         Fix conditionals so this is set by default for stdio and not for libio.
5665         * sysdeps/mach/hurd/configure: Regenerated.
5666
5667 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
5668
5669         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
5670
5671 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
5672
5673         * io/Makefile (tests): Add bug-ftw3.
5674         * io/bug-ftw3.c: New file.
5675
5676         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
5677         matches and GLOB_NOCHECK is set.
5678         * posix/globtest.sh: Correct expected result for NOCHECK test.
5679
5680         * po/ca.po: Update from translation team.
5681
5682 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
5683
5684         Implement transliteration of characters in strings of the locale
5685         definitions.
5686         * locale/programs/linereader.c: Adjust for additional parameter to
5687         lr_token.
5688         (get_string): If character <Uxxxx> is not found try to transliterate
5689         it.
5690         * locale/programs/ld-ctype.c: Adjust for additional parameter to
5691         lr_token.  Add const to charmap parameter of all functions.
5692         (find_translit, find_translit2): New functions.
5693         * locale/programs/charmap.c: Adjust for additional parameter to
5694         lr_token.
5695         * locale/programs/repertoire.c: Likewise.
5696         * locale/programs/linereader.h: Likewise.
5697         * locale/programs/ld-address.c: Likewise.  Add const to charmap
5698         parameter of all functions.
5699         * locale/programs/ld-collate.c: Likewise.
5700         * locale/programs/ld-identification.c: Likewise.
5701         * locale/programs/ld-measurement.c: Likewise.
5702         * locale/programs/ld-messages.c: Likewise.
5703         * locale/programs/ld-monetary.c: Likewise.
5704         * locale/programs/ld-name.c: Likewise.
5705         * locale/programs/ld-numeric.c: Likewise.
5706         * locale/programs/ld-paper.c: Likewise.
5707         * locale/programs/ld-paper.c: Likewise.
5708         * locale/programs/ld-telephone.c: Likewise.
5709         * locale/programs/ld-time.c: Likewise.
5710         * locale/programs/locfile.c: Likewise.
5711         * locale/programs/localedef.c: Likewise.
5712         * locale/programs/localedef.h: Likewise.
5713         * locale/programs/locfile.h: Likewise.  Add declaration for
5714         find_translit.
5715         * locale/programs/simple-hash.c: Add const to first parameter of
5716         find_entry, iterate_table, and lookup.
5717         * locale/programs/simple-hash.h: Likewise.
5718         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
5719         instead.
5720         * include/locale.h: Define __LC_LAST.
5721         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
5722
5723 2001-12-07  Geoff Keating  <geoffk@redhat.com>
5724
5725         * sysdeps/powerpc/Dist: Update for recent FP changes.
5726         * sysdeps/powerpc/fpu/Dist: Likewise.
5727
5728 2001-12-07  Andreas Schwab  <schwab@suse.de>
5729
5730         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
5731
5732 2001-12-06  Geoff Keating  <geoffk@redhat.com>
5733
5734         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
5735         save/restore functions here.
5736         (libm-support): Don't define these functions here.
5737         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
5738         functions here.
5739         * sysdeps/powerpc/fe_nomask.c: Move to...
5740         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
5741         * sysdeps/powerpc/fprrest.S: Move to...
5742         * sysdeps/powerpc/fpu/fprrest.S: ... here.
5743         * sysdeps/powerpc/fprsave.S: Move to...
5744         * sysdeps/powerpc/fpu/fprsave.S: ... here.
5745
5746 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
5747
5748         * sysdeps/unix/sysv/linux/opensock.c: New file.
5749
5750 2001-12-06  Geoff Keating  <geoffk@redhat.com>
5751
5752         * config.make.in (with-fp): Define from configure.
5753         * configure.in: Substitute with_fp.
5754         * configure: Regenerate.
5755         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
5756         specified, and don't change FPU environment.
5757
5758 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
5759
5760         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
5761         * assert/assert.c: Check result of __asprintf call and don't use
5762         string if it failed.
5763         * assert/assert-perr.c: Likewise.
5764         * inet/rcmd.c: Likewise.
5765         * locale/programs/localedef.c (main): Check result of
5766         construct_output_path and exit if it failed.
5767         (construct_output_path): Check result of asprintf and mkdir calls and
5768         fail if they failed.
5769         * posix/getopt.c: Check result of __asprintf calls and fail if
5770         they failed.
5771         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
5772
5773 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
5774
5775         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
5776         patch.
5777         * sysdeps/generic/strncase.c: Likewise.
5778         * string/tester.c: Add tests for strcasecmp and strncasecmp.
5779
5780 2001-12-05  Geoff Keating  <geoffk@redhat.com>
5781
5782         * scripts/cpp: Test the exit status from 'type', not 'awk'.
5783
5784         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
5785         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
5786         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
5787         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
5788         * sysdeps/powerpc/fclrexcpt.c: Move to...
5789         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
5790         * sysdeps/powerpc/fpu_control.h: Move to...
5791         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
5792
5793 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
5794
5795         * iconvdata/ibm1129.h: Remove duplicate mappings.
5796         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
5797         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
5798         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
5799
5800         * timezone/zic.c: Fix handling of turnaround times.
5801         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
5802
5803 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
5804
5805         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
5806         overflow problem.
5807
5808 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
5809
5810         * posix/regex.c: For use outside glibc defined bounded pointer
5811         macros here.  Patch by Jim Meyering <jim@meyering.net>.
5812
5813         * iconvdata/Makefile (modules): Add TCVN5712-1.
5814         * iconvdata/TESTS: Add TCVN5712-1.
5815         * iconvdata/gconv-modules: Likewise.
5816         * iconvdata/tcvn5712-1.c: New file.
5817         * iconvdata/testdata/TCVN-5712: New file.
5818         * iconvdata/testdata/TCVN-5712..UTF8: New file.
5819
5820 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
5821
5822         * iconvdata/cp1258.c: Optimize conversion from UCS4.
5823
5824 2001-12-02  Roland McGrath  <roland@frob.com>
5825
5826         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
5827
5828         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
5829         Reported by Jeff Bailey <jbailey@nisa.net>.
5830
5831         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
5832         Reported by Jeff Bailey <jbailey@nisa.net>.
5833
5834         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
5835         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
5836         Reported by Jeff Bailey <jbailey@nisa.net>.
5837
5838 2001-12-01  Roland McGrath  <roland@frob.com>
5839
5840         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
5841         missing backslash in test arguments.
5842         * sysdeps/mach/hurd/configure: Regenerated.
5843
5844 2001-11-26  Roland McGrath  <roland@frob.com>
5845
5846         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
5847         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
5848
5849 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
5850
5851         * iconvdata/Makefile (modules): Add ARMSCII-8.
5852         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
5853         * iconvdata/armscii-8.c: New file.
5854
5855 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
5856
5857         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
5858         don't match, fix {{a,b},c} globbing, clean up.
5859         Patch by Flavio Veloso <flaviovs@magnux.com>.
5860         * posix/globtest.sh: Add new tests.
5861
5862 2001-11-29  Andreas Jaeger  <aj@suse.de>
5863
5864         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
5865         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
5866
5867         * sysdeps/generic/abort.c: Include libioP.h for
5868         _IO_flush_all_lockp prototype.
5869
5870 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
5871
5872         * posix/regex.h: Define __restrict_arr correctly.
5873
5874 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
5875
5876         * iconvdata/ibm1163.c: New file.
5877         * iconvdata/ibm1163.h: New file.
5878         * iconvdata/ibm1164.c: New file.
5879         * iconvdata/ibm1164.h: New file.
5880         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
5881         * iconvdata/Makefile: Likewise.
5882         * iconvdata/testdata/IBM1163: New file.
5883         * iconvdata/testdata/IBM1163..UTF8: New file.
5884         * iconvdata/testdata/IBM1164: New file.
5885         * iconvdata/testdata/IBM1164..UTF8: New file.
5886         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
5887
5888         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
5889         * iconvdata/ibm1124.h: Likewise.
5890         * iconvdata/ibm1132.h: Likewise.
5891         * iconvdata/ibm1133.h: Likewise.
5892         * iconvdata/ibm1160.h: Likewise.
5893         * iconvdata/ibm1161.h: Likewise.
5894         * iconvdata/ibm1162.h: Likewise.
5895         * iconvdata/ibm856.h: Likewise.
5896         * iconvdata/ibm922.h: Likewise.
5897         * iconvdata/ibm930.h: Likewise.
5898         * iconvdata/ibm932.h: Likewise.
5899         * iconvdata/ibm933.h: Likewise.
5900         * iconvdata/ibm935.h: Likewise.
5901         * iconvdata/ibm937.h: Likewise.
5902         * iconvdata/ibm939.h: Likewise.
5903         * iconvdata/ibm943.h: Likewise.
5904         * iconvdata/ibm930.c: Pretty printing.
5905         * iconvdata/ibm937.c: Avoid access accross array boundary.
5906
5907         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
5908         the current locale's codeset.
5909         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
5910         empty input string.
5911         * iconv/iconv_prog.c: Pass empty strings as default value for to-
5912         and from-charset.  Don't determine locale's charset here.
5913
5914         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
5915         as the old _IO_flush_all but lock only if parameter is nonzero.
5916         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
5917         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
5918         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
5919         if libio is used [PR libc/2575].
5920
5921 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
5922
5923         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
5924         __signbitl): Only define for ISO C99.
5925
5926 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
5927
5928         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
5929         herrnop to NETDB_INTERNAL if we run out of buffer space.
5930
5931 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
5932
5933         * nss/nss_files/files-XXX.c (internal_getent): Correct input
5934         overflow test for platforms with signed char.
5935         Reported by Andrew Haley <aph@cambridge.redhat.com>.
5936
5937 2001-11-28  Bruno Haible  <bruno@clisp.org>
5938
5939         * locale/programs/simple-hash.c (lookup_2): Remove function.
5940         (insert_entry_2): Call lookup instead of lookup_2.
5941
5942 2001-03-04  Bruno Haible  <bruno@clisp.org>
5943
5944         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
5945
5946 2001-10-31  Bruno Haible  <bruno@clisp.org>
5947
5948         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
5949
5950 2001-03-21  Bruno Haible  <bruno@clisp.org>
5951
5952         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
5953         chokes on empty macro arguments.
5954         * intl/plural.y: Add #pragma for alloca on AIX 3.
5955
5956 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
5957
5958         * intl/dcigettext.c (guess_category_value): Only implement for
5959         glibc.  Otherwise rely on function _nl_locale_name which isn't
5960         present in the glibc sources.
5961
5962 2001-09-24  Bruno Haible  <bruno@clisp.org>
5963
5964         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
5965         transliteration when building on a glibc system but outside glibc.
5966
5967 2001-09-22  Bruno Haible  <bruno@clisp.org>
5968
5969         * intl/plural-eval.c: New file, extracted from dcigettext.c.
5970         * intl/dcigettext.c (plural_eval): Remove function, moved to
5971         intl/plural-eval.c.
5972         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
5973         Include plural-eval.c.
5974
5975 2001-09-22  Bruno Haible  <bruno@clisp.org>
5976
5977         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
5978         don't start with a digit; nplurals must be positive.
5979
5980 2001-09-02  Bruno Haible  <bruno@clisp.org>
5981
5982         * intl/plural-exp.h: New file, extracted from gettextP.h.
5983         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
5984         * intl/gettextP.h (struct expression, struct parse_args,
5985         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
5986         * intl/loadmsgcat.c: Include plural-exp.h.
5987         (PLURAL_PARSE): Move macro to plural-exp.h.
5988         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
5989         plural-exp.c.
5990         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
5991         EXTRACT_PLURAL_EXPRESSION.
5992         (_nl_unload_domain): Update.
5993         * intl/dcigettext.c: Include plural-exp.h.
5994         * intl/plural.y: Include plural-exp.h, not gettextP.h.
5995         (FREE_EXPRESSION): Move macro to plural-exp.h.
5996         * intl/Makefile (routines): Add plural-exp.
5997         (distribute): Add plural-exp.h.
5998
5999 2001-07-28  Bruno Haible  <bruno@clisp.org>
6000
6001         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
6002         isdigit, tolower argument to 'unsigned char'.
6003         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
6004         'unsigned char'.
6005         * intl/localealias.c (read_alias_file): Cast isspace argument to
6006         'unsigned char'.
6007
6008 2001-10-20  Bruno Haible  <bruno@clisp.org>
6009
6010         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
6011         anyway.)
6012         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
6013         with the variable 'index' in plural_lookup.
6014         * intl/l10nflist.c (strchr): Likewise.
6015         * intl/localealias.c (strchr): Likewise.
6016
6017         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
6018         * intl/bindtextdom.c: Likewise.
6019         * intl/dcigettext.c: Likewise.
6020         * intl/dgettext.c: Likewise.
6021         * intl/dngettext.c: Likewise.
6022         * intl/explodename.c: Likewise.
6023         * intl/finddomain.c: Likewise.
6024         * intl/gettext.c: Likewise.
6025         * intl/l10nflist.c: Likewise.
6026         * intl/loadmsgcat.c: Likewise.
6027         * intl/localealias.c: Likewise.
6028         * intl/ngettext.c: Likewise.
6029         * intl/textdomain.c: Likewise.
6030         * intl/gettext.h: Assume <limits.h> exists.
6031
6032 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
6033
6034         * stdio-common/Makefile (tests): Add scanf11.
6035         * stdio-common/scanf11.c: New file.
6036
6037 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
6038
6039         * version.h (RELEASE): Define as development.
6040         (VERSION): Set to 2.2.90.
6041
6042 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
6043
6044         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
6045         * nis/nss_nis/nis-grp.c: Likewise.
6046         * nis/nss_nisplus/nisplus-grp.c: Likewise.
6047
6048         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
6049         * nis/nss_nis/nis-pwd.c: Likewise.
6050         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
6051
6052         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
6053         * nis/nss_nisplus/nisplus-parser.c: Likewise.
6054         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
6055
6056         * nscd/grpcache.c: Use strtoul instead of atol.
6057         * nscd/pwdcache.c: Likewise.
6058         * nss/getent.c: Likewise.
6059
6060 2001-11-27  Paul Eggert  <eggert@twinsun.com>
6061
6062         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
6063         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
6064
6065 2001-11-19  Bruno Haible  <bruno@clisp.org>
6066
6067         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
6068         90%.
6069         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
6070         improves the quality of the hash function, especially for short
6071         strings.
6072
6073 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
6074
6075         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
6076         are found call conv_error and not input_error [PR libc/2669].
6077
6078         * math/bits/mathcalls.h: Mark ceil and floor as const.
6079         Reported by David Mosberger.
6080
6081 2001-11-21  Jim Meyering  <meyering@lucent.com>
6082
6083         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
6084         Define to be __-prefixed.
6085         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
6086
6087 2001-11-26  Andreas Jaeger  <aj@suse.de>
6088
6089         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
6090         avoid warning.
6091
6092 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
6093
6094         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
6095         initialization.
6096
6097         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
6098         unused variables.  Fix threshold for returning 1.0.
6099
6100         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
6101         argument.
6102
6103         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
6104         remove unused variables.
6105
6106         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
6107
6108         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
6109         include local math header files.
6110
6111 2001-11-22  Andreas Jaeger  <aj@suse.de>
6112
6113         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
6114         avoid warning.
6115
6116 2001-11-21  Andreas Jaeger  <aj@suse.de>
6117
6118         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
6119
6120         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
6121         sys/debugreg.h
6122
6123 2001-11-15  Andreas Jaeger  <aj@suse.de>
6124
6125         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
6126         compilers that support it.
6127
6128         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
6129         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
6130         * stdlib/stdlib.h: Likewise.
6131
6132 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
6133
6134         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
6135         statement with gotos.
6136         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
6137
6138 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
6139
6140         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
6141
6142 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
6143
6144         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
6145
6146 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
6147             H.J. Lu  <hjl@gnu.org>
6148
6149         * Versions.def (libc): Add GCC_3.0.
6150         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
6151         if gcc supports this flag.
6152         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
6153         (gcc3): Allow glibc to be compiled with gcc 3.x.
6154         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
6155         * config.make.in (static-libgcc, unwind-find-fde): Add.
6156         * Makerules (build-shlib-helper, build-module-helper): Use it.
6157         * scripts/versions.awk: Make sure GLIBC_ versions come first.
6158         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
6159         necessary.
6160         (_fini): Call __deregister_frame_info_bases if
6161         __register_frame_info_bases was used to register.
6162         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
6163         for GLIBC_2.0.
6164         (__register_frame_info_bases, __register_frame_info_table_bases,
6165         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
6166         * elf/Makefile (routines): Add unwind-dw2-fde.
6167         (shared-only-routines): Add unwind-dw2-fde.
6168         * sysdeps/alpha/gccframe.h: New file.
6169         * sysdeps/arm/gccframe.h: New file.
6170         * sysdeps/generic/framestate.c: New file.
6171         * sysdeps/generic/dwarf2.h: New file.
6172         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
6173         * sysdeps/generic/unwind-dw2-fde.c: New file.
6174         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
6175         * sysdeps/generic/unwind-dw2-fde.h: New file.
6176         * sysdeps/generic/unwind-dw2.c: New file.
6177         * sysdeps/generic/unwind-pe.h: New file.
6178         * sysdeps/generic/unwind.h: New file.
6179         * sysdeps/hppa/gccframe.h: New file.
6180         * sysdeps/i386/gccframe.h: New file.
6181         * sysdeps/m68k/gccframe.h: New file.
6182         * sysdeps/mips/gccframe.h: New file.
6183         * sysdeps/powerpc/gccframe.h: New file.
6184         * sysdeps/s390/gccframe.h: New file.
6185         * sysdeps/sh/gccframe.h: New file.
6186         * sysdeps/sparc/gccframe.h: New file.
6187         * sysdeps/vax/gccframe.h: New file.
6188         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
6189         Set on all architectures except ia64.
6190         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
6191         for i386.
6192         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
6193         __deregister_frame_info): Move to elf/Versions.
6194         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
6195         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
6196         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
6197         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
6198         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
6199         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
6200         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
6201         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
6202         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
6203         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
6204         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
6205         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
6206         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
6207         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
6208         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
6209         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
6210         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
6211         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
6212
6213 2001-11-15  Jeff Law  <law@redhat.com>
6214
6215         * posix/regex.c (uintptr_t): Do not provide a definition if the
6216         system provided one.
6217
6218 2001-11-13  Roland McGrath  <roland@frob.com>
6219
6220         * stdio-common/tmpfile.c: Moved to ...
6221         * sysdeps/generic/tmpfile.c: ... here.
6222         * sysdeps/mach/hurd/tmpfile.c: New file.
6223
6224         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
6225         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
6226         (fopenport): Define as weak alias.
6227
6228         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
6229         * libio/libioP.h: ... to here.
6230
6231 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
6232
6233         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
6234         program header twice.  Construct list with the needed information.
6235
6236 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
6237
6238         * po/ca.po: Update from translation team.
6239
6240         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
6241         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
6242         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
6243         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
6244
6245 2001-11-10  Andreas Jaeger  <aj@suse.de>
6246
6247         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
6248         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
6249         Contributed by Stephen L Moshier <moshier@mediaone.net>.
6250
6251 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
6252
6253         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
6254         correctly.
6255         * elf/dl-load.c (is_dst): New function.
6256         (_dl_dst_count): Use is_dst to check for DST variable.
6257         (_dl_dst_substitute): Likewise.
6258
6259 2001-11-09  Roland McGrath  <roland@frob.com>
6260
6261         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
6262         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
6263         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
6264         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
6265         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
6266         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
6267         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
6268         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
6269         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
6270         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
6271         * sysdeps/mach/hurd/powerpc/Dist: New file.
6272
6273         * hurd/privports.c (__get_privileged_ports):
6274         Only contact the proc server if necessary for this call.
6275         Suggested by Neal H Walfield <neal@cs.uml.edu>.
6276         Check error return for mach_port_mod_refs.
6277
6278 2001-11-09  Andreas Schwab  <schwab@suse.de>
6279
6280         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
6281
6282 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
6283
6284         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
6285         object is always the last in the list.
6286         (_dl_map_object_from_fd): Delete code to remove from object list
6287         when DF_1_NOOPEN is seen.  This is done in lose.
6288
6289 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
6290
6291         * elf/dl-object.c (_dl_new_object): Various small optimizations.
6292
6293 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
6294
6295         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
6296         HWCAP_CHECK macro code.
6297
6298         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
6299         Now returns MAP_FAILED on error.
6300         * elf/rtld.c: Adjust caller.
6301         * sysdeps/generic/dl-cache.c: Likewise.
6302         * sysdeps/generic/ldsodefs.h: Adjust description.
6303
6304         * elf/dl-version.c (match_symbol): Optimize error handling for size.
6305         (_dl_check_map_versions): Likewise.
6306
6307 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
6308
6309         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
6310         _dl_signal_error directly, always use lose.  Set fd to -1 after
6311         file is closed.
6312         (lose): Don't call close if fd == -1.
6313
6314 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
6315
6316         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
6317          Also fix typo @code {mbsinit} to @code{mbsinit}.
6318
6319 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
6320
6321         * elf/dl-profile.c: Replace state variable with simple flag named
6322         running.  Remove commented-out code.
6323
6324         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
6325         (_dl_init_paths): Likewise.
6326         (_dl_map_object_from_fd): Likewise.
6327         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
6328
6329 2001-11-06  Roland McGrath  <roland@frob.com>
6330
6331         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
6332         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
6333
6334         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
6335         sysdeps/powerpc/elf/sysdep.h.
6336         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
6337
6338 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
6339
6340         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
6341         speed.
6342         (process_envvars): Some more optimizations.
6343         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
6344
6345         * elf/elf.h: Add dynamic tag definitions for prelinking.
6346
6347         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
6348         Rewrite code to remove environment varables for SUID binaries.
6349         Small optimization in LD_PROFILE handling.
6350         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
6351         changes.
6352         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
6353
6354         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
6355
6356         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
6357         strings.  Change type of second parameter.
6358         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
6359         for last change.
6360
6361         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
6362
6363 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
6364
6365         * manual/string.texi: Fix typos.
6366         * manual/examples/argp-ex2.c: Likewise.
6367
6368 2001-11-05  Roland McGrath  <roland@frob.com>
6369
6370         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
6371         the more-specific unix/sysv/linux/powerpc file and breaks everything.
6372         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
6373         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
6374         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
6375         here, put under [__ELF__].
6376
6377 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
6378
6379         * manual/charset.texi: Extensive editing work.
6380         * manual/nss.texi: Likewise.
6381         Changes by Dennis Grace <dgrace@us.ibm.com>.
6382
6383 2001-11-04  Roland McGrath  <roland@frob.com>
6384
6385         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
6386         parameter to dir_mkfile.
6387
6388 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
6389
6390         * string/bits/string2.h (__strndup): If n is smaller than len, set
6391         len to n + 1.
6392         * string/tester.c (test_strndup): New function.
6393         (main): Call it.
6394
6395 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
6396
6397         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
6398
6399         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
6400         * scripts/cpp: New file.
6401
6402         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
6403         for rtld_search_dirs content.  Minor optimizations.
6404
6405 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
6406
6407         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
6408         avoiding unnecessary duplication.
6409
6410 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
6411
6412         * elf/dl-load.c (_dl_map_object): If library was found using
6413         LD_LIBRARY_PATH, don't try RUNPATH list.
6414
6415 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6416
6417         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
6418         Correct second argument of register_dump call.
6419         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
6420         Likewise.
6421
6422 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
6423
6424         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
6425         modules.
6426         * iconvdata/TESTS: Likewise.
6427         * iconvdata/gconv-modules: Likewise.
6428         * iconvdata/ibm1132.c: New file.
6429         * iconvdata/ibm1132.h: New file.
6430         * iconvdata/ibm1133.c: New file.
6431         * iconvdata/ibm1133.h: New file.
6432         * iconvdata/ibm1162.c: New file.
6433         * iconvdata/ibm1162.h: New file.
6434         * iconvdata/testdata/IBM1132: New file.
6435         * iconvdata/testdata/IBM1132..UTF8: New file.
6436         * iconvdata/testdata/IBM1133: New file.
6437         * iconvdata/testdata/IBM1133..UTF8: New file.
6438         * iconvdata/testdata/IBM1162: New file.
6439         * iconvdata/testdata/IBM1162..UTF8: New file.
6440         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
6441
6442         * string/string.h: Fix typo in comment.
6443         * wcsmbs/wchar.h: Likewise.
6444
6445 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
6446
6447         * manual/getopt.texi (getopt_long, getopt_long_only): Include
6448         const in type of longopts parameter.
6449
6450 2001-10-29  Andreas Jaeger  <aj@suse.de>
6451
6452         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
6453
6454 2001-10-29  Kevin Ryde  <user42@zip.com.au>
6455
6456         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
6457         output, clarify `#' behaviour on 0.
6458         (Floating-Point Conversions): Clarify that %g only uses %e when
6459         the exponent would be greater than 1.
6460
6461 2001-10-28  Roland McGrath  <roland@frob.com>
6462
6463         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
6464         * sysdeps/mach/powerpc/machine-sp.h: New file.
6465         * sysdeps/mach/powerpc/sysdep.h: New file.
6466         * sysdeps/mach/powerpc/thread_state.h: New file.
6467
6468         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
6469         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
6470         expect to need the same thing on every platform.
6471
6472         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
6473         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
6474
6475         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
6476         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
6477         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
6478         Move all these assembly-related definitions to ...
6479         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
6480
6481         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
6482         by Peter Bruin <pjbruin@dds.nl>.
6483
6484         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
6485         packing results for a `poll' call.
6486
6487 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
6488
6489         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
6490         correctly.
6491         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
6492         bracket expression.
6493
6494         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
6495         nrules value.
6496         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
6497
6498 2001-10-24  H.J. Lu  <hjl@gnu.org>
6499
6500         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
6501         Use __BEGIN_DECLS/__END_DECLS around prototypes.
6502         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
6503
6504 2001-10-21  Jim Meyering  <meyering@lucent.com>
6505
6506         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
6507         this code would end up calling gettext even in packages built
6508         with --disable-nls.
6509         * posix/getopt.c (_): Likewise.
6510         * posix/regex.c (_): Likewise.
6511
6512 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
6513
6514         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
6515         lookup not ip6.int.
6516         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
6517         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
6518
6519 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
6520
6521         * misc/sys/cdefs.h (__attribute_used__): Define.
6522         * elf/rtld.c (_dl_start): Add __attribute_used__.
6523         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
6524
6525 2001-10-25  Andreas Schwab  <schwab@suse.de>
6526
6527         * stdlib/a64l.c: Expect least significant digit first.
6528         * stdlib/l64a.c: Produce least significant digit first.
6529         * stdlib/Makefile (tests): Add test-a64l.
6530         * stdlib/test-a64l.c: New file.
6531         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
6532
6533 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
6534
6535         * po/sk.po: Update from translation team.
6536
6537 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
6538
6539         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
6540
6541 2001-10-18  Andreas Schwab  <schwab@suse.de>
6542
6543         * math/libm-test.inc (print_ulps): Print ulp values rounded to
6544         next whole number.
6545         (print_function_ulps): Likewise.
6546         (print_complex_function_ulps): Likewise.
6547         (print_max_error): Likewise.
6548         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
6549
6550 2001-10-16  Andreas Schwab  <schwab@suse.de>
6551
6552         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
6553         implementation.
6554
6555         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
6556         BSD_SETJMP or BSD__SETJMP is defined, resp.
6557         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
6558         a tail call to __sigsetjmp that would require extending the
6559         caller's frame.
6560         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
6561         * sysdeps/m68k/bsd-setjmp.S: Deleted.
6562         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
6563         Reported by Jes Sorensen <jes@trained-monkey.org>.
6564
6565 2001-10-16  Andreas Jaeger  <aj@suse.de>
6566
6567         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
6568         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
6569         close PR libc/2589.
6570
6571 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
6572
6573         * po/ca.po: New file.  Contributed by the translation team.
6574
6575 2001-10-15  Ralf Baechle  <ralf@gnu.org>
6576
6577         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
6578         a varargs prototype.  Remove dependency from kernel header files.
6579
6580         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
6581         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
6582
6583 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
6584
6585         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
6586         to generate hexadecimal identifier.
6587         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
6588
6589 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
6590
6591         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
6592
6593 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
6594
6595         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
6596         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
6597         Contributed by Stephen L Moshier <moshier@mediaone.net>.
6598
6599         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
6600         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
6601         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
6602         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
6603         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
6604         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
6605
6606         * timezone/africa: Update from tzdata2001d.
6607         * timezone/asia: Likewise.
6608         * timezone/australasia: Likewise.
6609         * timezone/backward: Likewise.
6610         * timezone/europe: Likewise.
6611         * timezone/leapseconds: Likewise.
6612         * timezone/northamerica: Likewise.
6613         * timezone/southamerica: Likewise.
6614         * timezone/zone.tab: Likewise.
6615
6616 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6617
6618         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
6619         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
6620
6621 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
6622
6623         * elf/elf.h (PT_TLS): New definition.
6624
6625 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
6626
6627         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
6628         bits/errno.h
6629
6630 2001-10-07  Roland McGrath  <roland@frob.com>
6631
6632         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
6633
6634 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
6635
6636         * elf/elf.h: Add more ELFOSABI_* constants.
6637
6638 2001-10-04  Ben Collins  <bcollins@debian.org>
6639
6640         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
6641         decleration of __need_wchar_t.
6642
6643 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
6644
6645         * string/bits/string2.h (__strsep_g): Add prototype.
6646         (__strsep): Use it.
6647         * string/Versions (__strsep): Remove.
6648         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
6649
6650 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
6651
6652         * manua/llio.texi: Clarify file references added by mmap.
6653         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
6654
6655 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
6656
6657         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
6658         Add sc_loadrs and sc_rbs_bas to match current kernel.
6659
6660 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
6661
6662         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
6663
6664         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
6665
6666 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
6667
6668         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
6669         object has been bumped because of relocation dependency, avoid
6670         duplicates in l_scope.
6671         (show_scope): Fix typos.
6672         * elf/Makefile: Add rules to build and run reldep6.
6673         * elf/reldep6.c: New file.
6674         * elf/reldep6mod0.c: New file.
6675         * elf/reldep6mod1.c: New file.
6676         * elf/reldep6mod2.c: New file.
6677         * elf/reldep6mod3.c: New file.
6678         * elf/reldep6mod4.c: New file.
6679
6680 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
6681
6682         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
6683         sparc64_fixup_plt.
6684         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
6685         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
6686         for non-lazy binding. Fix .plt[32768+] handling.
6687         (elf_machine_plt_value): Don't add addend.
6688         (elf_machine_rela): Call sparc64_fixup_plt instead of
6689         elf_machine_fixup_plt.
6690         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
6691         dynamic linker at 0xfffff800XXXXXXXX.
6692
6693         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
6694
6695 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
6696
6697         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
6698
6699 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
6700
6701         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
6702         declare __cmsg_data field if its size would be bigger than 0.
6703         (CMSG_DATA): Adjust accordingly.
6704         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
6705         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
6706         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
6707         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
6708         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
6709         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
6710         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
6711
6712 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
6713
6714         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
6715         * iconvdata/testdata/IBM1160: New file.
6716         * iconvdata/testdata/IBM1160..UTF8: New file.
6717         * iconvdata/testdata/IBM1161: New file.
6718         * iconvdata/testdata/IBM1161..UTF8: New file.
6719         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
6720
6721 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
6722
6723         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
6724         UL_SETFSIZE computations better.
6725
6726         * rt/Makefile: Remove use of filter for librt again.
6727
6728         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
6729         UL_SETFSIZE computations better.
6730
6731         * string/Versions: Export __strsep for GLIBC_2.2.5.
6732         * string/bits/string2.h: Define all __STRING_INLINE functions if
6733         _FORCE_INLINES is defined.
6734         Use int instead of char of parameter types.
6735         (__strsep): Don't use __strsep_g.  Don't define it.
6736         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
6737         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
6738         __strcpy_small.
6739         (__stpcpy_a_small): Renamed from __stpcpy_small.
6740         (__strcspn_c1): Don't define if _FORCE_INLINES.
6741         (__strspn_c1): Likewise.
6742
6743 2001-09-22  Ben Collins  <bcollins@debian.org>
6744
6745         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
6746         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
6747         * sysdeps/ia64/bits/sigaction.h: Likewise.
6748         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
6749
6750 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
6751
6752         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
6753
6754 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
6755
6756         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
6757
6758 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
6759
6760         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
6761
6762 2001-09-20  H.J. Lu  <hjl@gnu.org>
6763
6764         * include/dlfcn.h (__RTLD_SPROF): New definiton.
6765         * elf/dl-open.c (dl_open_worker): Return immediately after loading
6766         for __RTLD_SPROF.
6767         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
6768         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
6769
6770 2001-09-20  H.J. Lu  <hjl@gnu.org>
6771
6772         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
6773         don't add 1.
6774
6775 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
6776
6777         * nss/getent.c: Accept -s parameter to overwrite rules in
6778         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
6779
6780         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
6781         with as many ".0" as necessary to form a complete address
6782         inet_network understands.
6783
6784         * nss/getent.c: Various cleanups.  Use simpler and fewer function
6785         calls.
6786
6787 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6788
6789         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
6790         _JMPBUF_UNWINDS.
6791         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
6792
6793 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
6794
6795         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
6796         IBM1161.
6797         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
6798         * iconvdata/ibm1160.c: New file.
6799         * iconvdata/ibm1160.h: New file.
6800         * iconvdata/ibm1161.c: New file.
6801         * iconvdata/ibm1161.h: New file.
6802         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
6803
6804 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
6805
6806         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
6807         difference between base address and first PT_LOAD's virtual address,
6808         not the base address.
6809
6810 2001-09-11  Tom Rix  <trix@redhat.com>
6811
6812         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
6813         ifdef for __getopt_clean_environment.
6814         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
6815
6816 2001-09-22  Andreas Jaeger  <aj@suse.de>
6817
6818         * elf/reldep4.c (main): Add proper prototype to fix warning.
6819
6820         * elf/reldep5.c (main): Remove unused variable.
6821
6822         * math/math_private.h: Add prototypes.
6823
6824 2001-09-21  Andreas Jaeger  <aj@suse.de>
6825
6826         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
6827         * sysdeps/x86_64/Dist: New file.
6828         * sysdeps/x86_64/soft-fp/Dist: New file.
6829
6830         * sysdeps/gnu/Dist: Remove eval.c.
6831
6832 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
6833
6834         * malloc/memusage.c (realloc): Don't count already allocated
6835         memory in the sums.
6836         (me): Always use dlsym() to find the real implementations.
6837
6838         * malloc/memusage.sh: Make -n option actually do something.
6839
6840 2001-09-20  Andreas Jaeger  <aj@suse.de>
6841
6842         * elf/elf.h (R_390_NUM): Correct value.
6843
6844         * Versions.def: Add missing versions 2.2.3 for libthread_db and
6845         libpthread.
6846
6847         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
6848         for x86-64, install x86-64 into */lib64.
6849
6850         * shlib-versions: Add x86-64.
6851
6852         * elf/elf.h: Add x86-64 relocations.
6853
6854 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
6855
6856         * po/fr.po: Update from translation team.
6857
6858 2001-09-19  Andreas Jaeger  <aj@suse.de>
6859
6860         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
6861         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
6862         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
6863         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
6864         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
6865         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
6866         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
6867         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
6868         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
6869         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
6870         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
6871         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
6872         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
6873         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
6874         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
6875         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
6876         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
6877         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
6878         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
6879         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
6880         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
6881         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
6882         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
6883         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
6884         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
6885         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
6886         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
6887         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
6888         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
6889         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
6890         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
6891         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
6892         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
6893         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
6894         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
6895         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
6896         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
6897         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
6898         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
6899         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
6900         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
6901         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
6902         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
6903         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
6904         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
6905         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
6906         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
6907         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
6908         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
6909         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
6910         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
6911         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
6912         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
6913         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
6914         * sysdeps/unix/x86_64/sysdep.S: New file.
6915         * sysdeps/unix/x86_64/sysdep.h: New file.
6916         * sysdeps/x86_64/Implies: New file.
6917         * sysdeps/x86_64/Makefile: New file.
6918         * sysdeps/x86_64/Versions: New file.
6919         * sysdeps/x86_64/__longjmp.S: New file.
6920         * sysdeps/x86_64/abort-instr.h: New file.
6921         * sysdeps/x86_64/atomicity.h: New file.
6922         * sysdeps/x86_64/bits/endian.h: New file.
6923         * sysdeps/x86_64/bits/setjmp.h: New file.
6924         * sysdeps/x86_64/bits/string.h: New file.
6925         * sysdeps/x86_64/bp-asm.h: New file.
6926         * sysdeps/x86_64/bsd-_setjmp.S: New file.
6927         * sysdeps/x86_64/bsd-setjmp.S: New file.
6928         * sysdeps/x86_64/dl-machine.h: New file.
6929         * sysdeps/x86_64/elf/initfini.c: New file.
6930         * sysdeps/x86_64/elf/start.S: New file.
6931         * sysdeps/x86_64/ffs.c: New file.
6932         * sysdeps/x86_64/ffsll.c: New file.
6933         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
6934         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
6935         * sysdeps/x86_64/fpu/e_acosl.c: New file.
6936         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
6937         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
6938         * sysdeps/x86_64/fpu/e_expl.c: New file.
6939         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
6940         * sysdeps/x86_64/fpu/e_log10l.S: New file.
6941         * sysdeps/x86_64/fpu/e_log2l.S: New file.
6942         * sysdeps/x86_64/fpu/e_logl.S: New file.
6943         * sysdeps/x86_64/fpu/e_powl.S: New file.
6944         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
6945         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
6946         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
6947         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
6948         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
6949         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
6950         * sysdeps/x86_64/fpu/fegetenv.c: New file.
6951         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
6952         * sysdeps/x86_64/fpu/fegetround.c: New file.
6953         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
6954         * sysdeps/x86_64/fpu/fesetenv.c: New file.
6955         * sysdeps/x86_64/fpu/fesetround.c: New file.
6956         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
6957         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
6958         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
6959         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
6960         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
6961         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
6962         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
6963         * sysdeps/x86_64/fpu/s_atanl.c: New file.
6964         * sysdeps/x86_64/fpu/s_cosl.S: New file.
6965         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
6966         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
6967         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
6968         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
6969         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
6970         * sysdeps/x86_64/fpu/s_logbl.c: New file.
6971         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
6972         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
6973         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
6974         * sysdeps/x86_64/fpu/s_rintl.c: New file.
6975         * sysdeps/x86_64/fpu/s_significandl.c: New file.
6976         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
6977         * sysdeps/x86_64/fpu/s_sinl.S: New file.
6978         * sysdeps/x86_64/fpu/s_tanl.S: New file.
6979         * sysdeps/x86_64/gmp-mparam.h: New file.
6980         * sysdeps/x86_64/hp-timing.c: New file.
6981         * sysdeps/x86_64/hp-timing.h: New file.
6982         * sysdeps/x86_64/htonl.S: New file.
6983         * sysdeps/x86_64/memusage.h: New file.
6984         * sysdeps/x86_64/setjmp.S: New file.
6985         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
6986         * sysdeps/x86_64/stackinfo.h: New file.
6987         * sysdeps/x86_64/sysdep.h: New file.
6988         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
6989
6990         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
6991         L Moshier.
6992
6993 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
6994
6995         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
6996         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
6997
6998 2001-09-18  Andreas Schwab  <schwab@suse.de>
6999
7000         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
7001         list, now that l_scope is a pointer.
7002
7003         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
7004         scope list.
7005
7006 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
7007
7008         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
7009         (elf_machine_rela_relative): Add a missing declaration.
7010
7011 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
7012
7013         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
7014         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
7015         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
7016         ldd-rewrite scripts.
7017
7018 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
7019
7020         * elf/ldd.bash.in: Update copyright message.
7021
7022 2001-09-17  H.J. Lu  <hjl@gnu.org>
7023
7024         * hurd/hurdmalloc.c (bcopy): Removed.
7025         (realloc): Replace bcopy with memcpy.
7026         * hurd/path-lookup.c (file_name_path_scan): Likewise.
7027         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
7028         * sunrpc/rpcinfo.c (pmapdump): Likewise.
7029
7030         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
7031         (gethostbyaddr): Likewise.
7032         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
7033
7034 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
7035
7036         * sysdeps/gnu/eval.c: Removed.
7037
7038 2001-09-18  Andreas Jaeger  <aj@suse.de>
7039
7040         * sysdeps/i386/fpu/s_logbl.S: Move to ...
7041         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
7042
7043         * sysdeps/i386/fpu/s_rintl.S: Move to ...
7044         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
7045
7046         * sysdeps/i386/fpu/s_significandl.S: Move to ...
7047         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
7048
7049 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
7050
7051         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
7052         nrules value.
7053
7054 2001-09-14  H.J. Lu  <hjl@gnu.org>
7055
7056         * sysdeps/mips/fpu/libm-test-ulps: Updated.
7057
7058 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
7059
7060         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
7061         Patch by Florian La Roche <laroche@redhat.com>.
7062
7063         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
7064
7065         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
7066         ETHER_CRC_LEN.
7067
7068 2001-09-14  Andreas Schwab  <schwab@suse.de>
7069
7070         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
7071         Sumner <bls@sgi.com>.
7072         * posix/execlp.c: Likewise.
7073
7074 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
7075
7076         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
7077         is already found earlier in the search scope.
7078
7079 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
7080
7081         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
7082         filter.
7083
7084 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
7085
7086         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
7087
7088 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
7089
7090         * config.h.in: Enforce optimization to be used.
7091         * Makeconfig (preprocess-versions): Define ASSEMBLER.
7092         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
7093         * posix/Makefile (annexc-CFLAGS): Define to -O.
7094         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
7095
7096 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
7097
7098         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
7099         Patch by Stephan Kulow.
7100
7101 2001-09-08  Ben Collins  <bcollins@debian.org>
7102
7103         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
7104         usage of RESOLVE() (r_type, not reloc->r_type).
7105
7106 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
7107
7108         * elf/dl-object.c: Avoid allocating extra memory block for name.
7109         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
7110         allocated separately.
7111         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
7112
7113 2001-09-08  H.J. Lu  <hjl@gnu.org>
7114
7115         * po/zh_TW.po: Fix a typo.
7116
7117 2001-09-07  Tom Rix  <trix@redhat.com>
7118
7119         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
7120
7121 2001-08-26  Tom Rix  <trix@redhat.com>
7122
7123         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
7124         command line options.
7125         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
7126         * sysdeps/unix/sysv/aix/start.c: Removed.
7127         * sysdeps/unix/sysv/aix/start-libc.c: New file.
7128         * sysdeps/unix/sysv/aix/init-first.c: New file.
7129         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
7130
7131 2001-09-08  Ben Collins  <bcollins@debian.org>
7132
7133         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
7134         * sysdeps/generic/dl-machine.h: Likewise.
7135         * sysdeps/hppa/dl-fptr.c: Likewise.
7136         * sysdeps/ia64/dl-fptr.c: Likewise.
7137         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
7138         * sysdeps/mips/dl-machine.h: Likewise.
7139         * sysdeps/mips/mips64/dl-machine.h: Likewise.
7140         * sysdeps/powerpc/dl-machine.c: Likewise.
7141
7142 2001-09-07  Ben Collins  <bcollins@debian.org>
7143
7144         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
7145
7146         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
7147
7148 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
7149
7150         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
7151         dependencies if necessary.
7152
7153         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
7154         loaded directly) determine length if l_initfini list by iterating
7155         over its elements.  Minor optimizations.
7156         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
7157         for dependency objects.
7158         If object was already loaded check whether any of the dependencies
7159         is already on the relocation dependency list.  If yes, remove the
7160         latter.  Minor optimizations.
7161         * elf/dl-lookup.c (add_dependency): Add check for self reference of
7162         maps here.  Search l_initfini list only if the object was loaded
7163         directly and not only as a dependency.
7164         (_dl_lookup_symbol): Add relocation dependency also if object
7165         is not in global scope.  Remove test for self-reference here.
7166         (_dl_lookup_versioned_symbol): Likewise.
7167         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
7168         element of first name record.
7169         * elf/loadtest.c: Add some more test to recognize early if an object
7170         wasn't unloaded.
7171         * elf/Makefile: Add rules to build and run reldep5.
7172         * elf/reldep5.c: New file.
7173         * elf/reldepmod5.c: New file.
7174         * elf/reldepmod6.c: New file.
7175
7176         * elf/reldep2.c: Fix typo.
7177
7178 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
7179
7180         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
7181         elements.  Change l_scope to be a pointer only.
7182         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
7183         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
7184         here add searchlist of newly open file to the dependency's scope.
7185         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
7186         only searchlist from its scope.  Free own scope array if necessary.
7187         * elf/Makefile (tests): Add dblload and dblunload now.
7188
7189 2001-09-06  Andreas Jaeger  <aj@suse.de>
7190
7191         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
7192         Stephen L Moshier.
7193
7194 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
7195
7196         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
7197         they both fail.
7198         * elf/dblload.c: New file.
7199         * elf/dblloadmod1.c: New file.
7200         * elf/dblloadmod2.c: New file.
7201         * elf/dblloadmod3.c: New file.
7202         * elf/dblunload.c: New file.
7203
7204 2001-09-04  Richard Henderson  <rth@redhat.com>
7205
7206         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
7207         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
7208
7209 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
7210
7211         Correct very misleading message for error in failed runtime relocation.
7212         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
7213         place of the error.
7214         (_dl_signal_cerror): Likewise.
7215         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
7216         * elf/dl-close.c: Likewise.
7217         * elf/dl-deps.c: Likewise.
7218         * elf/dl-load.c: Likewise.
7219         * elf/dl-lookup.c: Likewise.
7220         * elf/dl-open.c: Likewise.
7221         * elf/dl-reloc.c: Likewise.
7222         * elf/dl-sym.c: Likewise.
7223         * elf/dl-version.c: Likewise.
7224         * sysdeps/generic/dl-sysdep.c: Likewise.
7225
7226 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
7227
7228         * iconv/strtab.c (strtabinit): Initialize null Strent.
7229         (newstring): Move len == 0 handling...
7230         (strtabadd): ...here.
7231         If len == 1, return null Strent.
7232         When inserting a suffix of an existing string, check if
7233         it is not equal to some suffix already recorded.
7234         Copy left and right members over if adding longer string.
7235
7236 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
7237
7238         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
7239
7240         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
7241         (__syscall_gethostname): Add prototype.
7242
7243 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
7244
7245         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
7246
7247 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
7248
7249         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
7250
7251 2001-08-27  Roland McGrath  <roland@frob.com>
7252
7253         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
7254         short, copy that much into NAME anyway before returning error.
7255
7256 2001-09-01  Richard Henderson  <rth@redhat.com>
7257
7258         * sysdeps/alpha/elf/Dist: Remove file.
7259         * sysdeps/alpha/elf/Makefile: Remove file.
7260         * sysdeps/alpha/elf/crtbegin.S: Remove file.
7261         * sysdeps/alpha/elf/crtend.S: Remove file.
7262         * sysdeps/alpha/elf/initfini.c: New file.
7263
7264 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
7265
7266         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
7267         * iconv/tst-iconv3.c: Likewise.
7268
7269 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
7270
7271         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
7272
7273 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
7274
7275         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
7276         export it.
7277         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
7278         * iconv/iconv_prog.c (insert_cache): New function.
7279         (print_known_names): If cache is used call insert_cache to use the
7280         information from the cache [PR libc/2509].
7281
7282 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
7283
7284         * time/strptime.c (strptime_internal): Recognize 'l' format and
7285         handle it like 'I' for symmetry with strftime.
7286
7287 2001-08-31  Richard Henderson  <rth@redhat.com>
7288
7289         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
7290         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
7291         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
7292         (print_statistics): Make scalar unsigned long long.
7293         * sysdeps/alpha/hp-timing.h: New file.
7294
7295 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
7296
7297         * stdio-common/perror.c (perror): Save errno early, pass it
7298         down to perror_internal.
7299         (perror_internal): Add errnum argument.
7300
7301 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
7302
7303         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
7304         Don't add old memory content for R_ALPHA_REFQUAD.
7305
7306 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
7307
7308         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
7309         memory correctly.
7310
7311         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
7312         instead of open, __close instead of close, __getpagesize instead
7313         of getpagesize.
7314
7315         * string/argz-stringify.c (__argz_stringify): Use __strnlen
7316         instead of strnlen.
7317         * include/string.h (strndupa): Redefine here to use __strnlen
7318         instead of strnlen.
7319         * string/strndup.c (__strndup): Use __strnlen not strnlen.
7320
7321         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
7322         connected).
7323
7324 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
7325
7326         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
7327         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
7328         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
7329         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
7330         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
7331         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
7332         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
7333
7334 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
7335
7336         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
7337
7338 2001-08-30  Andreas Jaeger  <aj@suse.de>
7339
7340         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
7341         contributed Stephen L Moshier.
7342
7343 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
7344
7345         * sunrpc/etc.rpc (sgi_fam): Add.
7346
7347 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
7348
7349         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
7350
7351 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
7352
7353         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
7354         first is from a previous call.
7355         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
7356
7357 2001-08-29  Andreas Schwab  <schwab@suse.de>
7358
7359         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
7360
7361 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7362
7363         * config.make.in (INSTALL_SCRIPT): Define.
7364         * Makeconfig (INSTALL_SCRIPT): Define.
7365         * Makerules (do-install-script): New macro to install scripts using
7366         INSTALL_SCRIPT.
7367         (install-bin-script): New rule to install scripts with
7368         do-install-script.
7369         (install-bin-script-nosubdir): New rule.
7370         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
7371         (distinfo-vars): Add $(install-bin-script).
7372         * Rules (others): Likewise.
7373         * Makefile (glibcbug): Install with install-bin-script.
7374         * debug/Makefile (xtrace): Likewise.
7375         (catchsegv): Likewise.
7376         * elf/Makefile (ldd): Likewise.
7377         * malloc/Makefile (mtrace): Likewise.
7378         * timezone/Makefile (tzselect): Likewise.
7379
7380 2001-08-29  H.J. Lu  <hjl@gnu.org>
7381
7382         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
7383         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
7384         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
7385
7386 2001-08-29  Andreas Schwab  <schwab@suse.de>
7387
7388         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
7389
7390 2001-08-28  H.J. Lu  <hjl@gnu.org>
7391
7392         * Makeconfig (combreloc-LDFLAGS): New variable.
7393         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
7394         * config.make.in (have-z-combreloc): New variable.
7395         * configure.in: Substitute libc_cv_z_combreloc.
7396
7397 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
7398
7399         * po/sv.po: Update from translation team.
7400         * po/fr.po: Likewise.
7401         * po/da.po: Likewise.
7402
7403 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7404
7405         * Makerules: Fix a typo: MD% -> MD5.
7406
7407 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
7408
7409         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
7410         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
7411
7412 2001-08-28  Andreas Jaeger  <aj@suse.de>
7413
7414         * manual/libc-texinfo.sh: Add entry about free manuals.
7415
7416         * manual/contrib.texi (Contributors): Fix cross reference.
7417
7418         * manual/libc.texinfo (Copying): Include freemanuals.
7419
7420         * manual/Makefile (appendices): Add freemanuals.
7421
7422         * manual/freemanuals.texi: New file.
7423         Patch by Brian Youmans <3diff@gnu.org>.
7424
7425         * manual/libm-err-tab.pl: Pretty print more platforms, print a
7426         smaller table.
7427
7428         * manual/math.texi (Errors in Math Functions): Fix grammar, start
7429         table on separate page.
7430         Patch by Brian Youmans <3diff@gnu.org>.
7431
7432 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
7433
7434         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
7435         the connection went down after we first used it try to connect
7436         again and resend the message before printing to the console.
7437         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
7438
7439 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
7440
7441         * string/tst-strlen.c (main): Test strnlen (, -1) too.
7442         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
7443         bit set.
7444
7445 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
7446
7447         * iconv/strtab.c (searchstring): Use correct length for comparison.
7448         (strtabadd): Account total size correct if new string has old string as
7449         substring.
7450
7451 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
7452
7453         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
7454
7455 2001-08-27  Andreas Jaeger  <aj@suse.de>
7456
7457         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
7458
7459         * math/libm-test.inc (j0_test): Add extra tests.
7460         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
7461         not x, in Hankel approximation.
7462         Patches by Stephen L Moshier.
7463
7464 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
7465
7466         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
7467         link_map.
7468
7469         * configure.in: Fix test for .rela.dyn section.
7470
7471         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
7472
7473 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
7474
7475         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
7476         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
7477         Pass type_class to _dl_lookup_*.
7478         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
7479         Pass around just type_class instead of noexec, noplt pair.
7480         (_dl_lookup_versioned_symbol): Likewise.
7481         (_dl_lookup_symbol_skip): Pass around just type_class instead of
7482         noexec, noplt pair.
7483         (_dl_lookup_versioned_symbol_skip): Likewise.
7484         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
7485         * elf/do-lookup.h (do_lookup): Likewise.
7486         * include/link.h (struct link_map): Replace noexec and noplt fields
7487         in l_lookup_cache with type_class field.
7488         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
7489         ELF_RTYPE_CLASS_COPY): Define.
7490         Adjust prototypes for _dl_lookup_symbol and
7491         _dl_lookup_versioned_symbol.
7492         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
7493         elf_machine_lookup_noexec_p): Remove.
7494         (elf_machine_type_class): Define.
7495         * sysdeps/arm/dl-machine.h: Likewise.
7496         * sysdeps/hppa/dl-machine.h: Likewise.
7497         * sysdeps/cris/dl-machine.h: Likewise.
7498         * sysdeps/i386/dl-machine.h: Likewise.
7499         * sysdeps/ia64/dl-machine.h: Likewise.
7500         * sysdeps/m68k/dl-machine.h: Likewise.
7501         * sysdeps/mips/mips64/dl-machine.h: Likewise.
7502         * sysdeps/mips/dl-machine.h: Likewise.
7503         * sysdeps/powerpc/dl-machine.h: Likewise.
7504         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7505         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7506         * sysdeps/sh/dl-machine.h: Likewise.
7507         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7508         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7509
7510 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
7511
7512         * manual/message.texi (Advanced gettext functions): Change
7513         description of plural forms for Slovak.
7514         Reported by Marcel Telka <marcel@telka.sk>.
7515
7516         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
7517         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
7518
7519 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
7520
7521         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
7522         typo.  Patch by Florian La Roche <laroche@redhat.com>.
7523
7524 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
7525
7526         * include/link.h (struct link_map): Add l_lookup_cache element.
7527         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
7528         (RESOLVE_MAP): Likewise.
7529         (_dl_relocate_object): Remove cache initialization.
7530         * elf/dl-lookup.c: Rip out cache handling code.
7531         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
7532         declarations.
7533
7534         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
7535         remove some __builtin_expect.
7536         (_dl_lookup_versioned_symbol): Likewise.
7537
7538         * config.h.in: Add HAVE_Z_COMBRELOC.
7539         * configure.in: Add test for -z combreloc.
7540
7541         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
7542         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
7543         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
7544         case to almost no code.
7545
7546 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
7547
7548         * po/tr.po: Update from translation team.
7549
7550 2001-08-24  Andreas Jaeger  <aj@suse.de>
7551
7552         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
7553         make clean works.
7554
7555 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
7556
7557         * elf/rtld.c (print_statistics): Printf % after percent values.
7558         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
7559
7560         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
7561         don't have to compute the hash value and initialize current_value.
7562         Move reference_name variable to where it is needed.
7563         (_dl_lookup_versioned_symbol): Likewise.
7564
7565 2001-08-24  Roland McGrath  <roland@frob.com>
7566
7567         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
7568         Just test that strerror returns non-null for a few errno codes.
7569
7570 2001-08-23  Roland McGrath  <roland@frob.com>
7571
7572         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
7573         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
7574
7575         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
7576
7577         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
7578         __mach_reply_port.
7579
7580 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
7581
7582         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
7583         returns NULL.
7584
7585         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
7586         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
7587         doesn't do it.
7588         * elf/rtld.c: Include <sys/param.h>.
7589         * elf/dl-reloc.c: Likewise.
7590
7591 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
7592
7593         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
7594         empty to prevent junk from being generated.
7595         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
7596
7597 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
7598
7599         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
7600         records.  Rename endrel to relative, initialize it to r, and use it
7601         in elf_machine_rel_relative calls.  Point r after relative relocs.
7602
7603 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
7604
7605         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
7606         of R_386_NONE.
7607
7608 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
7609
7610         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
7611         necessary.  Undefine newly defined macros at the end.
7612         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
7613         Rename from elf_machine_rel_relative.
7614         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
7615         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
7616         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
7617         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
7618         Likewise.
7619         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
7620         Likewise.
7621         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
7622         Fix argument types.
7623         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
7624         Fix argument types.
7625         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
7626         Likewise.  Fix argument types.
7627         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
7628         Likewise.  Fix argument types.
7629         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
7630         Fix argument types.
7631         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
7632         ElfW(Rel) in argument.
7633         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
7634         function.
7635
7636 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
7637
7638         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
7639
7640 2001-08-24  Andreas Jaeger  <aj@suse.de>
7641
7642         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
7643         Stephen L Moshier <moshier@mediaone.net>.
7644
7645 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
7646
7647         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
7648         first if RELCOUNT is set.
7649
7650         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
7651         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
7652         elf_machine_rel_relative.
7653         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
7654         Minor optimizations.
7655         * sysdeps/arm/dl-machine.h: Likewise.
7656         * sysdeps/cris/dl-machine.h: Likewise.
7657         * sysdeps/hppa/dl-machine.h: Likewise.
7658         * sysdeps/i386/dl-machine.h: Likewise.
7659         * sysdeps/ia64/dl-machine.h: Likewise.
7660         * sysdeps/m68k/dl-machine.h: Likewise.
7661         * sysdeps/mips/dl-machine.h: Likewise.
7662         * sysdeps/powerpc/dl-machine.h: Likewise.
7663         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7664         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7665         * sysdeps/sh/dl-machine.h: Likewise.
7666         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7667         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7668
7669 2001-08-23  Roland McGrath  <roland@frob.com>
7670
7671         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
7672
7673         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
7674         sysdeps/mach version.  Implement counting ("recursive") mutexes
7675         on top of cthreads mutexes.
7676         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
7677
7678         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
7679         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
7680         (__libc_cleanup_region_start, __libc_cleanup_region_end,
7681         __libc_clean_end): Define these to call the cleanup function after
7682         normal exit when they're supposed to.
7683
7684         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
7685         Take new first arg DOIT, a boolean saying whether to really install
7686         any cleanup handler.
7687         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
7688         (__libc_cleanup_end): Likewise.
7689         * sysdeps/generic/bits/libc-lock.h: Same changes.
7690         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
7691         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
7692         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
7693         Likewise.
7694         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
7695         * sysdeps/generic/bits/stdio-lock.h
7696         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
7697
7698 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
7699
7700         * elf/ldconfig.c (search_dir): Remove stale symlinks.
7701
7702 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
7703
7704         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New.
7705         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
7706         lookups in cache.
7707         (_dl_lookup_versioned_symbol): Likewise.
7708         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
7709         relocation lookup.
7710         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
7711         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
7712         (lookup_cache, lookup_cache_versioned): Add declarations.
7713
7714 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
7715
7716         * stdlib/tst-random.c (main): Swap parameters in fail call.
7717         Patch by Pete Bevin <pete@petebevin.com>.
7718
7719 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
7720
7721         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
7722
7723 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
7724
7725         * malloc/obstack.c: Indent preprocessor directives.
7726         Patch by Jim Meyering <meyering@ascend.com>.
7727
7728         * po/ja.po: Update from translation team.
7729
7730 2001-08-23  Roland McGrath  <roland@frob.com>
7731
7732         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
7733
7734         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
7735         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
7736
7737 2001-08-22  Roland McGrath  <roland@frob.com>
7738
7739         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
7740         __libc_lock_define_recursive.
7741         * elf/dl-open.c: Don't declare it here any more.
7742         * elf/dl-close.c: Likewise.
7743         * elf/dl-lookup.c: Likewise.
7744         * elf/dl-iteratephdr.c: Likewise.
7745         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
7746         __libc_lock_unlock_recursive.
7747         * elf/dl-close.c (_dl_close): Likewise
7748         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
7749         * elf/dl-open.c (_dl_open): Likewise
7750
7751         * sysdeps/generic/bits/libc-lock.h
7752         (__libc_lock_define_recursive): New macro.
7753         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
7754         (_IO_lock_lock): Use __libc_lock_lock_recursive.
7755         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
7756
7757         * conform/conformtest.pl (checknamespace): Sort the output list.
7758
7759         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
7760         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
7761         definitions conditional on [__USE_XOPEN].
7762
7763         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
7764         these unconditionally, not only use [__USE_BSD], so as to match
7765         the sysdeps/unix/sysv/linux files.
7766
7767 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
7768
7769         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
7770         avoid warnings.
7771
7772         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
7773         DL_LOOKUP_ADDRESS.
7774
7775 2001-08-22  Roland McGrath  <roland@frob.com>
7776
7777         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
7778         conditionalization of sa_handler/sa_sigaction member types to
7779         match the sysdeps/unix/sysv/linux file.
7780
7781 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
7782
7783         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
7784         symbol sizes a bit better.
7785
7786         * sysdeps/ia64/strncpy.S: Complete rewrite.
7787         Contributed by Jakub Jelinek <jakub@redhat.com>.
7788
7789         * string/stratcliff.c (main): Add strncpy test.
7790
7791 2001-08-22  Roland McGrath  <roland@frob.com>
7792
7793         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
7794         and don't declare unsetenv or _environ directly.
7795         (unsetenv): Return int, not void.  Use __environ instead of _environ.
7796
7797 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
7798
7799         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
7800         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
7801         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
7802         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
7803         test for cmsg struct size.
7804
7805 2001-04-23  Paul Eggert  <eggert@twinsun.com>
7806
7807         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
7808         Rename __argc to ___argc in prototypes to avoid compatibility
7809         problems with systems that reserve the identifier "__argc".
7810         Similarly for __argv.
7811
7812 2001-08-21  Roland McGrath  <roland@frob.com>
7813
7814         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
7815
7816         * mach/Makefile (tests): Removed.
7817         * mach/hello.c: File removed.
7818
7819 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
7820
7821         * po/sv.po: Update from translation team.
7822
7823         * stdio-common/vfscanf.c: Fix handling of %l[].
7824         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
7825
7826         * libio/Makefile (tests): Add tst-sscanf.
7827         * libio/tst-sscanf.c: New file.
7828
7829         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
7830         * malloc/mtrace.c (tr_where): dli_sname always points to a
7831         non-empty string if != NULL.
7832         Reported by Tim Janik <timj@gtk.org>.
7833
7834 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
7835
7836         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
7837         buf.  Free resources on failure.
7838         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
7839         (makefd_xprt): Likewise.
7840         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
7841         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
7842         * sunrpc/auth_unix.c (authunix_create): Likewise.
7843
7844 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
7845
7846         * string/strnlen.c: Remove.
7847         * sysdeps/generic/strnlen.c: New file.
7848         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
7849
7850 2001-08-21  Roland McGrath  <roland@frob.com>
7851
7852         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
7853         as a macro, not an extern inline function.
7854
7855         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
7856         * Versions.def (libc): Add GLIBC_2.2.5 set.
7857         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
7858         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
7859
7860 2001-08-20  Roland McGrath  <roland@frob.com>
7861
7862         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
7863         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
7864
7865 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
7866
7867         * string/bits/string2.h: Remove strnlen optimization here.
7868         * sysdeps/i386/i486/bits/string.h: Add it here.
7869
7870 2001-08-21  Wolfram Gloger  <wg@malloc.de>
7871
7872         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
7873
7874 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
7875
7876         * po/gl.po: Update from translation team.
7877
7878 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
7879
7880         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
7881         * misc/err.c (convert_and_print): Likewise.
7882
7883         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
7884         function calls.
7885
7886 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7887
7888         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
7889         change of the gregset_t type.
7890         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
7891
7892 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
7893
7894         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
7895
7896 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
7897
7898         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
7899
7900         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
7901
7902 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
7903
7904         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
7905         before calling the cthreads initialization code.
7906
7907 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
7908
7909         * argp/argp-help.c: Fix two problems introduced in last change.
7910
7911         * include/dirent.h: Include <dirstream.h> first.
7912
7913 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
7914
7915         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
7916
7917         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
7918         * sunrpc/xdr_rec.c: Likewise.
7919         * sunrpc/xdr_mem.c: Likewise.
7920         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
7921         * sunrpc/rpc_cmsg.c: Likewise.
7922         * sunrpc/getrpcport.c (getrpcport): Likewise.
7923         * sunrpc/clnt_simp.c (callrpc): Likewise.
7924         * sunrpc/clnt_gen.c (clnt_create): Likewise.
7925         * string/envz.c: Likewise.
7926
7927         * po/ko.po: Update from translation team.
7928
7929         * argp/argp-help.c: Handle wide oriented stderr stream.
7930
7931 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
7932
7933         * sysdeps/generic/strtol.c: Little optimizations.  Add some
7934         __builtin_expect.
7935
7936         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
7937
7938         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
7939         * wcsmbs/wcwidth.c (wcwdith): Likewise.
7940         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
7941
7942         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
7943
7944         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
7945
7946         * time/time.h (struct timespec): Use __time_t for tv_sec element.
7947
7948         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
7949         wchar_t for function declarations and defintions.
7950
7951         * misc/sys/select.h: Define __need_time_t before including <time.h>.
7952         Define suseconds_t if it hasn't happened yet.
7953
7954         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
7955
7956         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
7957
7958         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
7959         <stddef.h>.
7960
7961         * conform/data/stddef.h-data: Remove wint_t.
7962
7963         * conform/conformtest.pl: Change namespace test to take #undef
7964         lines into account.
7965
7966         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
7967
7968         * conform/data/sys/socket.h-data: Add sockatmark.
7969
7970 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
7971
7972         * io/fts.c: Update from recent BSD source.
7973
7974 2001-08-17  Roland McGrath  <roland@frob.com>
7975
7976         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
7977         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
7978         Likewise.
7979
7980 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
7981
7982         * locale/duplocale.c (__duplocale): Also initialize the special
7983         __ctype_* elements.
7984
7985         * conform/data/netdb.h-data: Adjust gai_strerror return type.
7986
7987 2001-08-17  Andreas Jaeger  <aj@suse.de>
7988
7989         * misc/getpass.c: Include wchar.h for prototypes.
7990         * malloc/obstack.c: Likewise.
7991
7992 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
7993
7994         * sunrpc/svc_simple.c (universal): Use __write instead of write.
7995
7996         * wcsmbs/wcscoll.c: Also define __wcscoll.
7997         * include/wchar.h: Declare __wcscoll.
7998
7999         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
8000         * libio/vwprintf.c: Likewise.
8001         * libio/wprintf.c: Likewise.
8002
8003         * iconv/gconv_cache.c: Use __munmap instead of munmap.
8004
8005 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
8006
8007         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
8008         instead of mbrtowc.
8009         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
8010         wcslen, and __wcscoll instead of wcscoll.
8011
8012         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
8013
8014         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
8015         __getuid instead of getuid.
8016
8017         * stdio-common/perror.c (perror): Use __close instead of close.
8018         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
8019         * libio/freopen.c (freopen): Likewise.
8020         * libio/freopen64.c (freopen64): Likewise.
8021
8022         * libio/tst-ungetwc2.c (main): Define str const.
8023
8024         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
8025         * libio/fwprintf.c: Also define __fwprintf.
8026         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
8027         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
8028         * assert/assert-perr.c: Likewise.
8029         * assert/assert.c: Likewise.
8030         * gmon/gmon.c: Likewise.
8031         * inet/rcmd.c: Likewise.
8032         * malloc/obstack.c: Likewise.
8033         * misc/err.c: Likewise.
8034         * misc/error.c: Likewise.
8035         * misc/getpass.c: Likewise.
8036         * posix/getopt.c: Likewise.
8037         * resolv/res_hconf.c: Likewise.
8038         * stdio-common/perror.c: Likewise.
8039         * stdio-common/psignal.c: Likewise.
8040         * stdlib/fmtmsg.c: Likewise.
8041         * sunrpc/auth_unix.c: Likewise.
8042         * sunrpc/clnt_perr.c: Likewise.
8043         * sunrpc/clnt_tcp.c: Likewise.
8044         * sunrpc/clnt_udp.c: Likewise.
8045         * sunrpc/clnt_unix.c: Likewise.
8046         * sunrpc/svc_simple.c: Likewise.
8047         * sunrpc/svc_tcp.c: Likewise.
8048         * sunrpc/svc_udp.c: Likewise.
8049         * sunrpc/svc_unix.c: Likewise.
8050         * sunrpc/xdr.c: Likewise.
8051         * sunrpc/xdr_array.c: Likewise.
8052         * sunrpc/xdr_rec.c: Likewise.
8053         * sunrpc/xdr_ref.c: Likewise.
8054         * sysdeps/generic/wordexp.c: Likewise.
8055
8056         * po/it.po: Update from translation team.
8057
8058         * misc/err.c: Handle wide oriented stderr stream.
8059
8060 2001-08-14  Tom Rix  <trix@redhat.com>
8061
8062         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
8063         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
8064
8065 2001-08-13  Tom Rix  <trix@redhat.com>
8066
8067         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
8068         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
8069         and __intptr_t.
8070
8071 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8072
8073         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
8074         Store the access registers to the ucontext structure.
8075         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
8076         Likewise.
8077
8078         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
8079         Load the access registers from the ucontext structure.
8080         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
8081         Likewise.
8082
8083         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
8084         offsets to the new ucontext layout.
8085         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
8086
8087         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
8088         of the ucontext structure.
8089         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
8090
8091 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
8092
8093         * misc/error.c (error): Handle wide oriented stderr stream correctly.
8094         (error_at_line): Likewise.
8095
8096         * stdio-common/perror.c (perror): Implement according to standard.
8097         The stream orientation must not be changed if the stream was not
8098         oriented before the call.
8099         * stdio-common/Makefile (tests): Add tst-perror.
8100         * stdio-common/tst-perror.c: New file.
8101
8102
8103 See ChangeLog.12 for earlier changes.