* sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
[platform/upstream/glibc.git] / ChangeLog
1 2002-09-10  Roland McGrath  <roland@redhat.com>
2
3         * sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
4         well so we don't get it declared by include/math.h's hidden_proto.
5         Then do hidden_proto for __isnanf locally so hidden_def works right.
6
7         * posix/bug-regex5.c (main): Use `union locale_data_value' rather than
8         a cast to turn nl_langinfo return value into an integer.
9
10 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
11
12         * posix/regexec.c (build_trtable): Fix the destination of
13         newline to prevent wrong states from overwriting.
14         Append break statements to optimization.
15
16 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
17
18         * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if.
19         (build_range_exp): Add castings to strlen invocations.
20         (build_collating_symbol): Restore the type of characters from "char"
21         to "unsigned char", and supplement castings.
22         (build_collating_symbol): Likewise.
23         (build_equiv_class): Likewise.
24         (build_charclass): Likewise.
25         (seek_collating_symbol_entry): Likewise.
26         (parse_bracket_exp): Likewise.
27         (build_word_op): Supplement a casting.
28         * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if.
29         (re_string_allocate): Fix castings.
30         (re_string_construct): Likewise.
31         (re_string_construct_common): Likewise.
32         (re_string_realloc_buffers): Likewise.
33         (build_wcs_buffer): Likewise.
34         (build_wcs_upper_buffer): Likewise.
35         (re_string_skip_chars): Likewise.
36         (re_string_reconstruct): Likewise.
37         * posix/regex_internal.h: Restore the type of characters in
38         re_string_t and bracket_elem_t from "char" to "unsigned char".
39         (re_string_elem_size_at): Fix castings.
40         * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if.
41         (transit_state_bkref_loop): Restore the type of characters from
42         "char" to "unsigned char", and append a cast to "char*" pointer in
43         array subscript.
44         (check_node_accept_bytes): Likewise.
45         (find_collation_sequence_value): Likewise.
46
47 2002-09-10  Hartvig Ekner  <hartvige@mips.com>
48
49         * sysdeps/mips/memcpy.S: New file.
50         * sysdeps/mips/memset.S: New file.
51         * sysdeps/mips/fpu/e_sqrt.c:  New file.
52         * sysdeps/mips/fpu/e_sqrtf.c: New file.
53
54         * fpu/fclrexcpt.c: Cleaned up the FPU exception stuff - was not
55         functional before. Also removed all SHLIB_COMPAT stuff.
56         * fpu/fegetenv.c: Likewise.
57         * fpu/fesetenv.c:: Likewise.
58         * fpu/feupdateenv.c: Likewise.
59         * fpu/fgetexcptflg.c: Likewise.
60         * fpu/fraiseexcpt.c: Likewise.
61
62         * sysdeps/mips/fpu/fsetexcptflg.c: New file.
63
64 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
65
66         * include/math.h (__finite_internal, __finitef_internal,
67         __finitel_internal, __isinf_internal, __isnan_internal): Remove.
68         (isfinite): Remove.
69         (__finite, __isinf, __isnan, __finitef, __isinff, __isnanf, __finitel,
70         __isinfl, __isnanl): Add hidden_proto.
71         (__fpclassify, __fpclassifyf, __fpclassifyl, __expm1l): Add
72         libm_hidden_proto.
73         * math/Makefile (libm-calls): Add s_isinf and s_isnan.
74         * stdio-common/printf_fp.c (__printf_fp): Remove INTUSE from
75         __is{inf,nan} calls.
76         * stdio-common/printf_size.c (printf_size): Likewise.
77         * sysdeps/generic/printf_fphex.c (__printf_fphex): Likewise.
78         * sysdeps/generic/s_ldexp.c (__ldexp): Likewise.
79         * sysdeps/generic/s_ldexpf.c (__ldexpf): Likewise.
80         * sysdeps/generic/s_ldexpl.c (__ldexpl): Likewise.
81         * sysdeps/generic/s_expm1l.c (__expm1l): Add libm_hidden_def.
82         * sysdeps/i386/fpu/s_finite.S (__finite_internal): Remove alias.
83         (__finite): Add hidden_def.
84         * sysdeps/i386/fpu/s_finitef.S (__finitef_internal): Remove alias.
85         (__finitef): Add hidden_def.
86         * sysdeps/i386/fpu/s_finitel.S (__finitel_internal): Remove alias.
87         (__finitel): Add hidden_def.
88         * sysdeps/i386/fpu/s_isinfl.c (__isinfl): Remove INTDEF.  Add
89         hidden_def.
90         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
91         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Add
92         libm_hidden_def.
93         * sysdeps/i386/fpu/s_expm1l.S (__expm1l): Likewise.
94         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Remove INTDEF.  Add
95         hidden_def.
96         * sysdeps/ieee754/dbl-64/s_isinf.c (__isinf): Likewise.
97         (__isinfl): Remove INTDEF.
98         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Remove INTDEF.  Add
99         hidden_def.
100         (__isnanl): Remove INTDEF.
101         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Add
102         libm_hidden_def.
103         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Use __sin and __cos
104         instead of sin and cos.
105         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Remove INTDEF.
106         Add hidden_def.
107         * sysdeps/ieee754/flt-32/s_isinff.c (__isinff): Likewise.
108         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
109         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Add
110         libm_hidden_def.
111         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Remove INTDEF.
112         Add hidden_def.
113         * sysdeps/ieee754/ldbl-128/s_isinfl.c (__isinfl): Likewise.
114         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
115         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl): Add
116         libm_hidden_def.
117         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add
118         libm_hidden_def.
119         * sysdeps/ieee754/ldbl-96/s_finitel.c (__finitel): Remove INTDEF.
120         Add hidden_def.
121         * sysdeps/ieee754/ldbl-96/s_isinfl.c (__isinfl): Likewise.
122         * sysdeps/ieee754/ldbl-96/s_isnanl.c (__isnanl): Likewise.
123         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c (__fpclassifyl): Add
124         libm_hidden_def.
125         * sysdeps/ia64/fpu/s_finite.S (__finite_internal, __finitef_internal,
126         __finitel_internal): Remove aliases.
127         (__finite, __finitef, __finitel): Add hidden_def.
128         * sysdeps/ia64/fpu/s_isnan.S (__isnan_internal, __isnanf_internal,
129         __isnanl_internal): Remove aliases.
130         (__isnan, __isnanf, __isnanl): Add hidden_def.
131         * sysdeps/ia64/fpu/s_isinf.S (__isinf_internal, __isinff_internal,
132         __isinfl_internal): Remove aliases.
133         (__isinf, __isinff, __isinfl): Add hidden_def.
134         * sysdeps/ia64/fpu/s_fpclassify.S (__fpclassify, __fpclassifyf,
135         __fpclassifyl): Add libm_hidden_def.
136         * sysdeps/ia64/fpu/s_expm1l.S (__expm1l): Likewise.
137         * sysdeps/m68k/s_isinfl.c (__isinfl): Remove INTDEF.  Add hidden_def.
138         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Remove.
139         (hidden_defx): Define and use.
140         * sysdeps/m68k/fpu/s_fpclassifyl.c (__fpclassifyl): Add
141         libm_hidden_def.
142         * sysdeps/m68k/fpu/s_expm1l.c (__expm1l): Likewise.
143         * sysdeps/m68k/s_isnanl.c (__isnanl): Add hidden_def.
144         * sysdeps/powerpc/fpu/s_isnan.c (__isnan, __isnanf, __isnanl):
145         Remove INTDEF.
146         (__isnan, __isnanf): Add hidden_def.
147         * sysdeps/x86_64/fpu/s_finitel.S (__finitel_internal): Remove alias.
148         (__finitel): Add libm_hidden_def.
149         * sysdeps/x86_64/fpu/s_expm1l.S (__expm1l): Likewise.
150
151         * include/fenv.h (feraiseexcept, fesetenv): Add libm_hidden_proto.
152         * sysdeps/alpha/fpu/fesetenv.c (fesetenv): Add libm_hidden_ver.
153         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
154         * sysdeps/arm/fpu/fesetenv.c (fesetenv): Likewise.
155         * sysdeps/arm/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
156         * sysdeps/generic/fesetenv.c (fesetenv): Likewise.
157         * sysdeps/generic/fraiseexcpt.c (feraiseexcept): Likewise.
158         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
159         * sysdeps/i386/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
160         * sysdeps/m68k/fpu/fesetenv.c (fesetenv): Likewise.
161         * sysdeps/m68k/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
162         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Likewise.
163         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
164         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Likewise.
165         * sysdeps/powerpc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
166         * sysdeps/sparc/fpu/fesetenv.c (fesetenv): Likewise.
167         * sysdeps/sparc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
168         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Add libm_hidden_def.
169         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
170         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Likewise.
171         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
172         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
173         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
174         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
175         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
176         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Likewise.
177         * sysdeps/x86_64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
178
179 2002-09-09  Steven Munroe  <sjmunroe@us.ibm.com>
180
181         * elf/elf.h: Add powerpc64 specific elf relocation and dynamic types.
182
183 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
184
185         * elf/dl-error.c (_dl_signal_cerror): Don't print anything if only
186         LD_DEBUG=statistics or LD_TRACE_PRELINKING.
187
188 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
189
190         * string/stratcliff.c: Some more strncpy tests.
191         Patch by Daniel Jacobowitz <drow@mvista.com>.
192
193 2002-09-08  Roland McGrath  <roland@redhat.com>
194
195         * resolv/resolv.h: Include <sys/types.h> for u_long even in
196         the [__need_res_state] case.
197         Reported by Bruno Haible <bruno@clisp.org>.
198
199 2002-09-04  Bruno Haible  <bruno@clisp.org>
200
201         * sysdeps/generic/bits/ustat.h: Comment fix.
202         * io/sys/sendfile.h: Comment fix.
203         * sysdeps/posix/pread.c: Comment fix.
204         * sysdeps/posix/pread64.c: Comment fix.
205         * sysdeps/posix/pwrite.c: Comment fix.
206         * sysdeps/posix/pwrite64.c: Comment fix.
207
208 2002-09-06  Roland McGrath  <roland@redhat.com>
209
210         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
211         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
212         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
213         (_UTSNAME_MACHINE_LENGTH): Likewise.
214         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
215
216 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
217
218         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
219         test for filesystem type name of mount points.
220
221         * include/errno.h: Use errno definition with __thread for now only
222         in libc and ld.so.
223
224         * test-skeleton.c (main): Improve error message for unexpected
225         signal case.
226
227 2002-09-05  Roland McGrath  <roland@redhat.com>
228
229         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
230         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
231
232 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
233
234         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
235         case of failure.
236
237 2002-09-04  Bruno Haible  <bruno@clisp.org>
238
239         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
240         sigset_get_old_mask): Turn into inline functions.
241         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
242         sigset_get_old_mask): Likewise.
243         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
244         sigset_get_old_mask): Likewise.
245         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
246         syntax.
247
248         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
249
250         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
251         default definitions.
252         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
253         _sys_nerr_internal instead of _sys_nerr.
254
255         * nscd/connections.c (handle_request): Declare CALLER inside #if.
256
257 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
258
259         * sysdeps/powerpc/__longjmp.S: Moved to...
260         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
261         * sysdeps/powerpc/add_n.S: Moved to...
262         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
263         * sysdeps/powerpc/addmul_1.S: Moved to...
264         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
265         * sysdeps/powerpc/atomicity.h: Moved to...
266         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
267         * sysdeps/powerpc/backtrace.c: Moved to...
268         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
269         * sysdeps/powerpc/bp-asm.h: Moved to...
270         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
271         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
272         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
273         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
274         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
275         * sysdeps/powerpc/dl-machine.c: Moved to...
276         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
277         * sysdeps/powerpc/dl-machine.h: Moved to...
278         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
279         * sysdeps/powerpc/dl-start.S: Moved to...
280         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
281         * sysdeps/powerpc/gprrest0.S: Moved to...
282         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
283         * sysdeps/powerpc/gprrest1.S: Moved to...
284         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
285         * sysdeps/powerpc/gprsave0.S: Moved to...
286         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
287         * sysdeps/powerpc/gprsave1.S: Moved to...
288         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
289         * sysdeps/powerpc/lshift.S: Moved to...
290         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
291         * sysdeps/powerpc/memset.S: Moved to...
292         * sysdeps/powerpc/powerpc32/memset.S: ...here.
293         * sysdeps/powerpc/mul_1.S: Moved to...
294         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
295         * sysdeps/powerpc/ppc-mcount.S: Moved to...
296         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
297         * sysdeps/powerpc/register-dump.h: Moved to...
298         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
299         * sysdeps/powerpc/rshift.S: Moved to...
300         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
301         * sysdeps/powerpc/setjmp.S: Moved to...
302         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
303         * sysdeps/powerpc/stpcpy.S: Moved to...
304         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
305         * sysdeps/powerpc/strchr.S: Moved to...
306         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
307         * sysdeps/powerpc/strcmp.S: Moved to...
308         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
309         * sysdeps/powerpc/strcpy.S: Moved to...
310         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
311         * sysdeps/powerpc/strlen.S: Moved to...
312         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
313         * sysdeps/powerpc/sub_n.S: Moved to...
314         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
315         * sysdeps/powerpc/submul_1.S: Moved to...
316         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
317         * sysdeps/powerpc/elf/bzero.S: Moved to...
318         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
319         * sysdeps/powerpc/elf/start.S: Moved to...
320         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
321         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
322         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
323         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
324         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
325         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
326         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
327         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
328         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
329         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
330         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
331         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
332         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
333         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
334         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
335         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
336         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
337         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
338         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
339         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
340         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
341         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
342         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
343         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
345         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
347         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
348         powerpc/powerpc64.
349
350 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
351
352         * FAQ.in: Add powerpc64 to supported targets list. Also state the
353         minimum gcc version is 3.2
354         * README: Add powerpc64 to supported targets list.
355         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
356         Add powerpc64 and machine=powerpc/powerpc64.
357         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
358         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
359         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
360         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
361         * sysdeps/powerpc/powerpc32/Dist: New file.
362         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
363         * sysdeps/powerpc/powerpc32/Implies: New file.
364         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
365         ($(with-fp) = no): Move test to powerpc32/Makefile.
366         ($(subdir) = misc): Move to powerpc32/Makefile.
367         ($(build-shared) = yes): Move to powerpc32/Makefile.
368         ($(subdir) = csu): Move to powerpc32/Makefile.
369         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
370         * sysdeps/powerpc/powerpc32/Makefile: New file.
371         * sysdeps/powerpc/Versions: Remove libgcc functions.
372         * sysdeps/powerpc/powerpc32/Versions: New file.
373         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
374         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
375         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
376         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
377         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
378         ($machine): Add powerpc/powerpc64 to if ... | for
379         libc_cv_slibdir=/libc64.
380         (powerpc*): Set ldd_rewrite_script.
381         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
382         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
384         Add clone.S.
385         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
386         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
387         functions.  Remove GLIBC_2.2 functions except getrlimit and
388         setrlimit.  Moved them to ...
389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
390
391 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
392
393         * libio/tst-atime.c: Include <errno.h>.
394         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
395
396 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
397
398         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
399         warnings of some compilers.
400         (build_collating_symbol): Change the type of characters from
401         "unsigned char" to "char", and append a cast to "char*" pointer in
402         array subscript.
403         (build_collating_symbol): Likewise.
404         (build_equiv_class): Likewise.
405         (build_charclass): Likewise.
406         (re_compile_pattern): Remove incorrect cast.
407         (re_compile_fastmap_iter): Change the type of characters from
408         "unsigned char" to "char", and append a cast to "char*" pointer
409         in array subscript.
410         (parse_bracket_exp): Likewise.
411         * posix/regex_internal.c (re_string_construct_common): Likewise.
412         (re_string_allocate): Likewise.
413         (re_string_construct): Likewise.
414         (re_string_realloc_buffers): Likewise.
415         (build_wcs_buffer): Likewise.
416         (re_string_reconstruct): Likewise.
417         * posix/regex_internal.h: Change the type of characters in
418         re_string_t and bracket_elem_t from "unsigned char" to "char".
419         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
420         warnings of some compilers.
421         (transit_state_bkref_loop): Change the type of characters from
422         "unsigned char" to "char", and append a cast to "char*" pointer in
423         array subscript.
424         (check_node_accept_bytes): Likewise.
425         (find_collation_sequence_value): Likewise.
426
427 2002-09-04  Roland McGrath  <roland@redhat.com>
428
429         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
430         from 1024 to 65536, to avoid buffer overrun.
431
432 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
433
434         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
435
436 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
437
438         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
439         for filesystem.
440
441 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
442
443         * posix/bug-regex11.c: New test.
444         * posix/Makefile (tests): Add bug-regex11.
445
446 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
447
448         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
449         newlocale.
450
451 2002-09-02  Roland McGrath  <roland@redhat.com>
452
453         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
454         __pthread_initialize_minimal and __libc_check_standard_fds to
455         match the generic version.
456
457         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
458         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
459
460         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
461         warnings on platorms where char is unsigned.
462
463 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
464
465         * version.h (VERSION): Bump to 2.2.93.
466
467         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
468
469 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
470
471         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
472         as relocated.
473
474 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
475
476         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
477
478 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
479
480         * locale/localeinfo.h (struct locale_data): Add private.ctype.
481         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
482         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
483         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
484         (__wcsmbs_load_conv): Remove const from argument.
485         (_nl_cleanup_ctype): New proto.
486         (get_gconv_fcts): New function.
487         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
488         (__wcsmbs_to_wc): Rename back to...
489         (to_wc): ... this.
490         (__wcsmbs_gconv_fcts): Rename to...
491         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
492         (lock): Removed.
493         (__libc_setlocale_lock): New extern.
494         (__wcsmbs_load_conv): Remove const from argument.
495         Initialize new_category->private.ctype instead of a global
496         variable.
497         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
498         update_function_ptrs.  No locking is necessary.
499         (_nl_cleanup_ctype): New function.
500         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
501         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
502         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
503         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
504         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
505         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
506         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
507         * wcsmbs/wctob.c (wctob): Likewise.
508         * stdlib/mblen.c (mblen): Likewise.
509         * stdlib/mbtowc.c (mbtowc): Likewise.
510         * stdlib/wctomb.c (wctomb): Likewise.
511         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
512         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
513         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
514         Removed.
515
516 2002-09-02  Roland McGrath  <roland@frob.com>
517
518         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
519
520 2002-09-01  Roland McGrath  <roland@redhat.com>
521
522         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
523         Variable declarations removed.
524         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
525         these functions to replace them.
526         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
527         functions plus an indirection rather than the old global variables.
528         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
529         Macros removed.
530         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
531         inline functions.
532         * ctype/ctype-info.c: Revert last reversion back the other way.
533         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
534         Define real function versions of include/ctype.h inlines here.
535         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
536         __ctype_tolower_loc, __ctype_toupper_loc.
537         * locale/lc-ctype.c: Revert last reversion back the other way.
538         (_nl_postload_ctype): If current thread uses the global locale,
539         update its tsd vars.
540         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
541         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
542         CTYPE_TOLOWER, CTYPE_TOUPPER.
543
544         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
545         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
546         from __libc_tsd_threadvar_location.
547         (__libc_tsd_set, __libc_tsd_get): Update uses.
548
549 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
550
551         * ctype/ctype.h: Undo the patch before the last one.  Put back the
552         macro definitions for the standard functions to access the
553         classification and mapping arrays.
554         * include/ctype.h: Partly revert last patch.  Move the macro
555         definitions for the exported functions back to the public header.
556         #undef all the macros defined here before redefining.
557         * ctype/ctype-info.c: Revert last patch.
558         * locale/lc-ctype.c: Revert last patch.
559
560         * ctype/Makefile (routines): Add isctype.
561         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
562         * ctype/ctype.h: Add declaration of isctype.
563         * include/ctype.h: Declare __isctype.
564         * ctype/isctype.c: New file.
565
566 2002-09-01  Roland McGrath  <roland@redhat.com>
567
568         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
569         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
570
571         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
572
573         * locale/findlocale.c (_nl_remove_locale): Don't search in
574         _nl_locale_file_list if DATA->alloc is ld_archive.
575         Use _nl_unload_locale to do the rest of the work.
576
577         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
578         of new structure to UNDELETABLE.
579
580         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
581         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
582         towlower, towupper): Macros removed.
583         * ctype/ctype.h (__tobody): Put parens around macro argument.
584         (__isctype): Macro removed.
585         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
586         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
587         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
588         tolower, toupper): Macros and inlines removed.
589         * include/ctype.h [! NOT_IN_libc]
590         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
591         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
592         tolower, toupper): Define here instead, using _NL_CURRENT.
593         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
594         using _NL_CURRENT.
595         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
596         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
597         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
598         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
599         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
600         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
601         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
602         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
603         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
604         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
605         (ISSORTMASK): Update use.
606         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
607         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
608         (_nss_files_getENTNAME_r): Likewise.
609         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
610         Likewise.
611
612         * Makerules (all-nonlib): Renamed from all-tests.
613         Include $(others) here too.
614         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
615         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
616         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
617         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
618         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
619         the program modules via cppflags-iterator.mk.
620         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
621         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
622
623 2002-08-31  Roland McGrath  <roland@redhat.com>
624
625         * posix/tst-getconf.sh: If no third arg, work with static linking.
626
627         * locale/categories.def (LC_TIME): No more _nl_postload_time.
628
629         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
630         [_NL_CURRENT_INDIRECT].
631
632 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
633
634         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
635
636 2002-08-31  Roland McGrath  <roland@redhat.com>
637
638         * locale/newlocale.c (__newlocale): Don't use strdup for names.
639         Instead, make the single allocation of the structure larger to hold
640         the name strings.
641         * locale/duplocale.c (__duplocale): Don't strdup names individually.
642         Instead, calculate size for a single allocation and copy into it.
643         * locale/freelocale.c (__freelocale): Don't free names individually.
644
645         * locale/newlocale.c (__newlocale): Don't leak old data or names.
646
647         * locale/xlocale.h (__locale_struct): Move __names member last,
648         for binary compatibility.
649
650         * locale/duplocale.c (__duplocale): Free names from the right array.
651
652         * locale/uselocale.c (__uselocale): Return previous locale when
653         setting a new one.
654
655         * locale/newlocale.c: Commit changes from 2002-08-30
656         batch where I failed to commit this file:
657         (__newlocale): Fill in __names array.
658
659 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
660
661         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
662         errlist-compat.c if versioning==yes.
663
664 2002-08-31  Andreas Jaeger  <aj@suse.de>
665
666         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
667         external functions with hidden attribute.
668         (elf_machine_rela): Optimize.
669
670         * sysdeps/x86_64/memset.S: New file.
671         * sysdeps/x86_64/bzero.S: New file.
672         * sysdeps/x86_64/stpcpy.S: New file.
673         * sysdeps/x86_64/strcat.S: New file.
674         * sysdeps/x86_64/strchr.S: New file.
675         * sysdeps/x86_64/strcpy.S: New file.
676         * sysdeps/x86_64/strcspn.S: New file.
677         * sysdeps/x86_64/strlen.S: New file.
678         * sysdeps/x86_64/strpbrk.S: New file.
679         * sysdeps/x86_64/strspn.S: New file.
680         * sysdeps/x86_64/strcmp.S: New file.
681         * sysdeps/x86_64/strtok_r.S: New file.
682         * sysdeps/x86_64/strtok.S: New file.
683         * sysdeps/x86_64/memcpy.S: New file.
684         * sysdeps/x86_64/mempcpy.S: New file.
685
686         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
687
688         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
689
690 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
691
692         * stdio-common/Makefile (generated): Add errlist-compat.c.
693
694         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
695
696         * locale/localeinfo.h: Pretty printing.
697
698         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
699         form_number handling.
700
701 2002-08-31  Andreas Jaeger  <aj@suse.de>
702
703         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
704         double tests.
705
706         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
707         __start_context.
708
709         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
710
711         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
712
713         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
714         registers used for passing args.
715
716         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
717         all needed registers.
718
719         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
720         registers.
721
722         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
723         registers.
724
725 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
726
727         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
728         always_inline attribute.
729
730 2002-08-30  Roland McGrath  <roland@redhat.com>
731
732         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
733         presume it's the stub and bail without error.
734
735         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
736         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
737
738         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
739
740         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
741         macros replace the i686 versions for 64-bit mode.
742
743         * locale/duplocale.c: Include <string.h>.
744
745         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
746         [_LIBC] (category_to_name): Don't define the function.  Instead
747         define a macro using _nl_category_names.
748
749         * locale/xlocale.h (struct __locale_struct): New member `__names'.
750         * locale/xlocale.c (_nl_C_locobj): Update initializer.
751         * locale/global-locale.c (_nl_global_locale): Likewise.
752         * locale/duplocale.c (__duplocale): strdup __names elements.
753         * locale/freelocale.c (__freelocale): Free __names elements.
754         * locale/localename.c (_nl_current_names): Variable removed.
755         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
756         * locale/localeinfo.h (_nl_current_names): Removed decl.
757         * locale/setlocale.c: Use _nl_global_locale->__names in place of
758         _nl_current_names throughout.
759
760         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
761
762         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
763         and sys_nerr in the output file.
764
765         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
766         * scripts/cpp: Just use the environment variable.
767
768         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
769         * libio/tst-mmap-offend.c (do_test): Likewise.
770         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
771         * libio/tst-mmap-eofsync.c (do_test): Likewise.
772         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
773
774         * locale/localename.c: If the current locale is the global locale, use
775         _nl_current_names; otherwise use the locale object.
776
777 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
778
779         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
780         'm' to enable mmap I/O.
781         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
782         former wasn't used (anymore?).
783         (_IO_FLAGS2_MMAP): New define.
784         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
785         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
786         _IO_FLAGS2_MMAP bit is set.
787         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
788         Enable mmap-using mode only if 'm' was set.
789
790 2002-08-29  Roland McGrath  <roland@frob.com>
791
792         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
793
794         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
795         Change argument type from int to intptr_t.
796
797         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
798         initializer on [! _HURD_THREADVAR_H] (bad kludge).
799         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
800         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
801         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
802
803         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
804
805         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
806
807         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
808
809         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
810         * assert/assert-perr.c: Add libc_hidden_def.
811         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
812
813         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
814         found at all.
815         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
816         sys_errlist stuff to ...
817         * sysdeps/unix/sysv/linux/Versions: ... here.
818
819         * mach/mach.h: Include <features.h>.
820
821 2002-08-29  Roland McGrath  <roland@redhat.com>
822
823         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
824         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
825         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
826
827         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
828
829         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
830         (norm_add_slashes): alloca -> __alloca
831
832 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
833
834         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
835         string_malloced, it is unlikely to be set.
836         Only call free with non-NULL workspace.
837         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
838         -mcpu=ultrasparc, not only tune for it.
839         (ASFLAGS*): Set unconditionally.
840
841         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
842         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
843         p_vaddr/p_offset when computing LOADADDR.
844
845 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
846
847         * version.h (VERSION): Bump to 2.2.92.
848
849         * time/Makefile (tst-ftime_l-ENV): New variable.
850
851         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
852
853         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
854         <U017A>, <U017D> and <U0179>. Add missing mappings.
855         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
856
857         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
858         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
859         (struct tostruct): Use ACRINDEX as type for link field.
860         (statuc gmonparam): Likewise for froms.
861         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
862         kcount and froms.
863         (write_call_graph): Use correct type for from_index and to_index.
864         * gmon/mcount.c: Use correct types for frompcindex and toindex
865         variables.
866         Patches by Dan Kegel <dank@kegel.com>.
867
868         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
869         canonical name.
870
871         * time/strptime.c (ISSPACE): New #define.  Use isspace or
872         __isspace_l.  Replace calls to isspace.
873         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
874
875 2002-08-29  Roland McGrath  <roland@redhat.com>
876
877         * string/tst-strxfrm.c: Remove __ from function names.
878
879 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
880
881         * include/wchar.h: Declare __mbsrtowcs_l.
882         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
883         * wcsmbs/mbsrtowcs.c: Add support for compilation with
884         USE_IN_EXTENDED_LOCALE_MODEL.
885         * wcsmbs/mbsrtowcs_l: New file.
886         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
887         define as static.  Change all uses.
888         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
889         Change all callers.
890         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
891         * time/strftime.c: When translating for the extended locale model
892         use the _l functions.
893         * time/Makefile (tests): Add tst-ftime_l.
894         * time/tst-ftime_l.c: New file.
895
896 2002-08-28  Roland McGrath  <roland@redhat.com>
897
898         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
899         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
900         from _nl_find_locale ok if for _nl_C_name.
901
902         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
903         iterator to refer to each category's _nl_current_LC_FOO symbol, so
904         we know they are all linked in.
905
906         * NEWS: Added 2.2.6 text from 2.2 branch version.
907
908         * time/strptime.c (strptime_internal): Remove spurious const.
909
910         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
911         _nl_select_era_entry): Moved to ...
912         * time/era.c: ... here, new file.
913         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
914         Add internal_function to definitions.  Take an additional argument
915         giving the `struct locale_data *' to use.
916         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
917         _nl_parse_alt_digit): Moved to ...
918         * time/alt_digit.c: ... here, new file.
919         * time/lc-time-cleanup.c: New file.
920         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
921         * locale/localeinfo.h (_nl_postload_time): Remove decl.
922         (_nl_cleanup_time): Declare it.
923         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
924         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
925         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
926         * time/strftime.c: Pass locale data to helper functions.
927         * time/strptime.c: Likewise.
928
929         * locale/localeinfo.h (struct locale_data): New member `private'
930         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
931         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
932         * locale/C-collate.c: Update initializer.
933         * locale/C-identification.c: Likewise.
934         * locale/C-measurement.c: Likewise.
935         * locale/C-telephone.c: Likewise.
936         * locale/C-address.c: Likewise.
937         * locale/C-name.c: Likewise.
938         * locale/C-paper.c: Likewise.
939         * locale/C-time.c: Likewise.
940         * locale/C-numeric.c: Likewise.
941         * locale/C-monetary.c: Likewise.
942         * locale/C-messages.c : Likewise.
943         * locale/C-ctype.c: Likewise.
944
945         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
946         Redefine this too.
947
948 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
949
950         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
951         (_rtld_global): Use it.
952
953         * sysdeps/gnu/Dist: Remove errlist-compat.c.
954         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
955         object directory.  Pass all Versions files to the awk script.
956         * sysdeps/gnu/errlist-compat.c: Removed.
957         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
958         first Versions file in the search path which has them.
959         Allow multiple errlist symbol versions to have the same count of
960         errors.
961         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
962         of "errlist-compat.c".
963         * sysdeps/gnu/errlist.c: Regenerated.
964         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
965         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
966         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
967         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
968         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
969         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
970         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
971         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
972         ECANCELLED if not defined by kernel headers.
973         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
974         already defined by kernel headers.
975         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
976         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
977         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
978         is a macro.
979         * Versions.def (GLIBC_2.3) [librt]: Add.
980
981         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
982
983 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
984
985         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
986         missing comma to .type directive.
987
988 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
989
990         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
991         unconditionally.
992         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
993         check.
994         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
995
996 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
997
998         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
999         check to close_and_out close.  Replace return NULL statements where
1000         fd might be >= 0 with goto close_and_out.  Close the file descriptor
1001         when it is no longer needed.
1002
1003 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1004
1005         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
1006         string constants.
1007         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1008         * sysdeps/arm/dl-machine.h: Likewise.
1009         * sysdeps/cris/dl-machine.h: Likewise.
1010         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
1011         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1012
1013 2002-08-28  Roland McGrath  <roland@redhat.com>
1014
1015         * Makeconfig (default_cflags): Revert unintended change.
1016
1017 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1018
1019         * version.h (VERSION): Bump to 2.2.91.
1020
1021         * configure.in: Disable TLS support by default for now.
1022
1023         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
1024
1025         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
1026         warnings.
1027
1028         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
1029
1030         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
1031         fprintf/fwprintf calls.
1032
1033 2002-08-28  Roland McGrath  <roland@redhat.com>
1034
1035         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
1036         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
1037
1038         * locale/setlocale.c: Declare postload functions weak.
1039
1040         * elf/tst-tls1-static.c: New file.
1041         * elf/tst-tls2-static.c: New file.
1042         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
1043
1044         Make uselocale support static linking.
1045         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
1046         This file again just defines _nl_C_locobj.
1047         (_nl_C_locobj): Use a categories.def iterator in the initializer.
1048         * locale/global-locale.c: New file.  Define _nl_global_locale here,
1049         using all weak references in the initializer.
1050         * locale/Makefile (aux): Add global-locale.
1051         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
1052         these unconditional, along with the tsd decl.
1053         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
1054         Define it under these conditions.
1055         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
1056         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
1057         `extern __thread struct locale_data *const *'.
1058         [NL_CURRENT_INDIRECT]
1059         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
1060         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
1061         the thread variable _nl_current_LC_FOO and also a special absolute
1062         symbol _nl_current_LC_FOO_used.
1063         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
1064         Set each _nl_current_LC_FOO symbol to point into the new locale,
1065         using weak references to test if _nl_current_LC_FOO_used was linked in.
1066         * locale/setlocale.c [! SHARED]: Replace this conditional ...
1067         [NL_CURRENT_INDIRECT]: ... with this one.
1068         (_nl_current, _nl_C): Variables removed.
1069         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
1070         weak references to _nl_current_LC_FOO_used.
1071         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
1072         (free_category): New function, broken out of ...
1073         (free_mem): ... here.  Call that.
1074         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
1075         instead of a loop.
1076
1077         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
1078         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
1079         it is already absolute.
1080
1081         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
1082         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
1083         [$(build-static) = yes] (tests-static): New variable.
1084         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
1085
1086 2002-08-26  Christoph Hellwig  <hch@lst.de>
1087
1088         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
1089         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
1090
1091 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1092
1093         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
1094
1095         * sysdeps/s390/Dist: Add bits/link.h.
1096
1097         * sysdeps/sh/Dist: New file.
1098
1099         * sysdeps/ia64/Dist: Add ia64libgcc.S.
1100
1101         * sysdeps/wordsize-32/Dist: New file.
1102
1103         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
1104         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1105         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1106
1107         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
1108         sys/personality.h.
1109
1110         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
1111         sparc/dl-brk.S.
1112
1113         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
1114
1115         * sysdeps/unix/bsd/sun/Dist: New file.
1116
1117         * sysdeps/unix/bsd/osf/Dist: New file.
1118
1119         * sysdeps/unix/bsd/hp/Dist: New file.
1120
1121         * sysdeps/unix/arm/Dist: New file.
1122
1123         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
1124
1125         * sysdeps/mach/hurd/Dist: Add set-init.c.
1126
1127         * sysdeps/i386/Dist: Add bits/link.h.
1128
1129         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
1130
1131         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
1132
1133         * locale/Makefile (distribute): Add hashval.h.
1134
1135         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
1136
1137         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
1138
1139         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
1140         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
1141         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
1142         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
1143         implementations.
1144         * libio/stdio.h: Likewise.
1145         * locale/locale.h: Likewise.
1146         * math/math.h: Likewise.
1147         * math/bits/mathcalls.h: Likewise.
1148         * setjmp/setjmp.h: Likewise.
1149         * signal/signal.h: Likewise.
1150         * stdlib/stdlib.h: Likewise.
1151         * string/string.h: Likewise.
1152         * time/time.h: Likewise.
1153         * wcsmbs/wchar.h: Likewise.
1154         * wctype/wctype.h: Likewise.
1155
1156 2002-08-28  Roland McGrath  <roland@redhat.com>
1157
1158         * locale/tst-C-locale.c (run_test): Remove __ from function names.
1159
1160 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1161             Roland McGrath <roland@redhat.com>
1162
1163         * locale/hashval.h (compute_hashval): Use prototype defn.
1164         (hashval_t): New macro, defined to unsigned long int
1165         if not already defined.
1166         (compute_hashval): Return hashval_t instead of unsigned long int.
1167         * locale/loadarchive.c (hashval_t): New macro.
1168         * locale/programs/locarchive.c: Include hashval.h directly instead
1169         of simple-hash.h.
1170         (compute_hashval, hashval_t): Define these macros first.
1171         (insert_name): Use archive_hashval instead of compute_hashval.
1172         (add_locale, delete_locales_from_archive): Likewise.
1173
1174 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1175
1176         * locale/programs/locarchive.c (insert_name): Suppress warnings about
1177         hash collisions if be_quiet.
1178
1179 2002-08-27  Roland McGrath  <roland@redhat.com>
1180
1181         * locale/locale.h (__newlocale, __duplocale, __freelocale,
1182         __uselocale): Don't declare these any more.
1183         * include/locale.h (__uselocale): Declare here instead, using __typeof.
1184
1185         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
1186         and treat it as an EOF return.
1187         * sysdeps/unix/readdir_r.c: Likewise.
1188
1189         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
1190         From Alexandre Oliva <aoliva@redhat.com>.
1191         * sysdeps/gnu/errlist-compat.c: Regenerated.
1192
1193 2002-08-27  Brian Youmans  <3diff@gnu.org>
1194
1195         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
1196         wording at request of copyright holder Stephen Moshier.
1197         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1198         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1199         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1200         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1201         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1202         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1203         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1204         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1205         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1206         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1207         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1208         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1209         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1210         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1211
1212 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1213
1214         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1215         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1216         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1217         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1218         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1219         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1220         * wctype/iswctype_l.c (iswctype_l): Likewise.
1221
1222 2002-08-27  Roland McGrath  <roland@redhat.com>
1223
1224         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1225
1226         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1227         * stdlib/stdlib.h: Don't declare __*_l names.
1228         * include/stdlib.h: Declare them here instead.
1229         * include/string.h: Don't declare __*_l names.
1230         * string/string.h: Declare them here instead.
1231         * time/time.h: Don't declare __*_l names.
1232         * include/time.h: Declare them here instead.
1233         * wcsmbs/wchar.h: Don't declare __*_l names.
1234         * include/wchar.h: Declare them here instead.
1235         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
1236         Don't declare __*_l names.
1237         * include/wctype.h: Declare them here instead.
1238         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
1239         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
1240         * locale/langinfo.h: Don't declare __nl_langinfo_l.
1241         * include/langinfo.h: Declare it here with __typeof.
1242
1243         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
1244         instead, taking an extra __locale_t argument.
1245         * time/Makefile (routines): Add strptime_l.
1246         * time/time.h (__strptime_l, strptime_l): Declare them.
1247         * time/strptime_l.c: New file.
1248
1249         * time/time.h (__strftime_l, strftime_l): Declare them.
1250         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
1251         * time/strftime_l.c: New file.
1252         * time/wcsftime_l.c: New file.
1253         * time/Makefile (routines): Add strftime_l, wcsftime_l.
1254         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
1255         strftime_l, wcsftime_l.
1256         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
1257         or __wcsftime_l instead, taking an extra __locale_t argument.
1258
1259         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
1260         (libc: GLIBC_2.3): ... here.
1261
1262 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1263
1264         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
1265
1266         * Makefile (distribute): Add LICENSES.
1267
1268         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
1269         sys/debugreg.h.
1270
1271         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
1272
1273         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
1274
1275         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
1276
1277         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
1278
1279         * sysdeps/mach/hurd/alpha/Dist: New file.
1280
1281         * sysdeps/arm/Dist: Add bits/link.h.
1282
1283         * sunrpc/Makefile: Distribute thrsvc.
1284
1285         * stdio-common/Makefile: Remove more left-overs from old stdio.
1286
1287         * include/linewrap.h: Removed.
1288
1289         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
1290
1291         * intl/Makefile (distribute): Add plural-eval.c.
1292
1293 2002-08-27  Roland McGrath  <roland@redhat.com>
1294
1295         * manual/sysinfo.texi (Mount Information): Correct file name to macro
1296         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
1297         Say mtab is in either /var/run or /etc.
1298
1299 2002-08-26  Roland McGrath  <roland@redhat.com>
1300
1301         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
1302         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1303
1304         * sysdeps/gnu/Versions: New file.
1305         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
1306         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
1307         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
1308         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
1309         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
1310         and _sys_nerr_internal instead of anything else.  Make it include
1311         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
1312         Make it emit some asm magic if [EMIT_ERR_MAX].
1313         * sysdeps/gnu/errlist.c: Regenerated.
1314         * sysdeps/gnu/errlist-compat.awk: New file.
1315         * sysdeps/gnu/errlist-compat.c: New file (generated).
1316         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
1317         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
1318         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
1319         (SYS_ERRLIST, SYS_NERR): Macros removed.
1320         (sys_nerr, _sys_nerr): Remove these weak aliases.
1321         * sysdeps/unix/sysv/linux/errlist.c: File removed.
1322         * sysdeps/unix/sysv/linux/errlist.h: File removed.
1323         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
1324
1325         * include/libc-symbols.h (declare_symbol): New macro.
1326         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
1327         * configure.in: New check to define it.
1328         * configure: Regenerated.
1329
1330 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1331
1332         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
1333         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
1334
1335         * Make-dist: Remove traces of old stdio.
1336         * Makeconfig: Likewise.
1337
1338         * locale/Makefile (localedef-aux): New variable.  Only md5
1339         assigned to it.  These files are not ddistributed in this directory.
1340
1341         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
1342         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
1343         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
1344
1345         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
1346
1347         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
1348         set h_errno to NO_RECOVERY [PR libc/4360].
1349
1350 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1351
1352         * libio/Makefile (tests): Add bug-fopena+.
1353         * libio/bug-fopena+.c: New file.
1354         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
1355         file for _IO_IS_APPENDING if file isn't opened for reading, too.
1356
1357         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
1358
1359         * locale/xlocale.c: Fix the last change.  The variable still has
1360         to end in _data.
1361         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
1362         (__libc_tsd_set): Add _data prefix to variable name.
1363
1364 2002-08-26  Roland McGrath  <roland@redhat.com>
1365
1366         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
1367         macro with inline function.
1368         (sigset_get_old_mask): Likewise.
1369         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
1370         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1371         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1372         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
1373         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
1374         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
1375         values.
1376         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
1377         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
1378
1379 2002-07-06  Bruno Haible  <bruno@clisp.org>
1380
1381         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
1382         sigset_get_old_mask): Make it work with larger sigset_t.
1383         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
1384         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1385         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1386
1387 2002-08-26  Roland McGrath  <roland@redhat.com>
1388
1389         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
1390         * manual/filesys.texi (File Times): Document lutimes and futimes.
1391         * misc/Makefile (routines): Add them.
1392         * misc/Versions (libc: GLIBC_2.3): Likewise.
1393         * sysdeps/generic/lutimes.c: New file.
1394         * sysdeps/generic/futimes.c: New file.
1395         * sysdeps/mach/hurd/lutimes.c: New file.
1396         * sysdeps/mach/hurd/futimes.c: New file.
1397
1398         * manual/filesys.texi (File Times): Add explicit note about null
1399         pointer argument to utimes.
1400
1401 2002-08-26  Roland McGrath  <roland@frob.com>
1402
1403         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
1404         (__ifreq): Add a cast.  Remove an unused variable.
1405
1406         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
1407         _HURD_THREADVAR_LOCALE.
1408
1409 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
1410
1411         * posix/regexec.c (re_search_stub): Return correct match length
1412         if start != 0.
1413         * posix/bug-regex10.c: New test.
1414         * posix/Makefile (tests): Add bug-regex10.
1415
1416 2002-08-26  Brian Youmans  <3diff@gnu.org>
1417
1418         * COPYING.LIB: Replaced with fresh copy from
1419         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
1420         suggested copying permission notice now says version 2.1 instead
1421         of version 2.
1422
1423         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
1424         from Library GPL.
1425         * crypt/crypt_util.c: Likewise.
1426         * crypt/ufc.c: Likewise.
1427         * elf/dl-conflict.c: Likewise.
1428         * elf/dl-iteratephdr.c: Likewise.
1429         * iconv/iconvconfig.h: Likewise.
1430         * malloc/arena.c: Likewise.
1431         * malloc/hooks.c: Likewise.
1432         * malloc/malloc.c: Likewise.
1433         * posix/glob/Makefile.ami: Likewise.
1434         * posix/glob/Makefile.in: Likewise.
1435         * stdlib/gmp-impl.h: Likewise.
1436         * stdlib/gmp.h: Likewise.
1437         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
1438         * sysdeps/generic/strnlen.c: Likewise.
1439         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
1440         * sysdeps/mach/hurd/recvmsg.c: Likewise.
1441         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1442         * sysdeps/mach/hurd/spawni.c: Likewise.
1443         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1444         * sysdeps/mach/powerpc/sysdep.h: Likewise.
1445         * sysdeps/mach/powerpc/thread_state.h: Likewise.
1446         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1447         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
1448         * sysdeps/x86_64/gmp-mparam.h: Likewise.
1449
1450         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
1451         Lesser GPL copying permission notice from 2 to 2.1.
1452         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
1453         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
1454         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1455         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
1456         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1457         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1458         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1459         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1460         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1461         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1462         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1463         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1464         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1465         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1466         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1467         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1468         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1469         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1470         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1471         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1472         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1473         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1474         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1475         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1476         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1477         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1478         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1479         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1480         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1481         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1482         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1483         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1484         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1485         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1486         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1487         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1488         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1489         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1490         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1491         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1492         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1493         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1494         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1495         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1496         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1497         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1498         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1499         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1500         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1501         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1502         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1503         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1504         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1505         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1506         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1507
1508         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
1509         Moshier and Lesser GPL copying permission notice, per license from
1510         Moshier.
1511         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1512         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1513         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1514         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1515         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1516         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1517         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1518         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1519         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1520         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1521         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1522         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1523         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1524         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1525
1526         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
1527         notice, per license from copyright holder Stephen Moshier.
1528         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1529         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1530         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1531         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1532         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1533         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1534         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1535         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1536         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1537
1538 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1539
1540         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
1541         (shared-only-routines): Likewise.
1542
1543 2002-08-26  Roland McGrath  <roland@redhat.com>
1544
1545         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
1546         name of "", store a null pointer instead.
1547
1548         * configure.in (elf): Set to yes for freebsd*, netbsd*.
1549         * configure: Regenerated.
1550
1551         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1552         Initialize this instead of __libc_tsd_LOCALE_data.
1553
1554         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1555         ptsname_r to EINVAL.
1556
1557         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1558
1559         * rt/Makefile: Revert last change, it was inappropriate to presume aio
1560         implementations depend on pthreads.
1561         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1562         * rt/tst-aio64.c (do_test): Likewise.
1563         * rt/tst-aio2.c (do_test): Likewise.
1564         * rt/tst-aio3.c (do_test): Likewise.
1565         * rt/tst-aio4.c (do_test): Likewise.
1566         * rt/tst-aio5.c (do_test): Likewise.
1567         * rt/tst-aio6.c (do_test): Likewise.
1568         * rt/tst-aio7.c (do_test): Likewise.
1569
1570         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1571         void so as to avoid compiler warnings.
1572
1573         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1574         _IO_wide_data_FD, which is never used here.
1575
1576         * libio/iofread.c
1577         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1578         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1579         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1580
1581         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1582         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1583
1584         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1585         (closelog): Likewise.
1586
1587 2002-07-06  Bruno Haible  <bruno@clisp.org>
1588
1589         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1590
1591         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1592         * sysdeps/unix/alpha/pipe.S: ... here.
1593         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1594
1595         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1596
1597         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1598         * sysdeps/unix/i386/fork.S: Likewise.
1599         * sysdeps/unix/i386/pipe.S: Likewise.
1600         * sysdeps/unix/i386/wait.S: Likewise.
1601
1602         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1603         * sysdeps/unix/arm/fork.S: Likewise.
1604
1605         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1606         arguments.
1607         (DO_CALL): Swap argument order.
1608         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1609         arguments.
1610         (DO_CALL): Swap argument order.
1611         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1612         arguments.
1613         (DO_CALL): Swap argument order.
1614         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1615         arguments.
1616         (DO_CALL): Swap argument order.
1617         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1618         arguments.
1619         (DO_CALL): Swap argument order.
1620         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1621         arguments.
1622         (DO_CALL): Swap argument order.
1623         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1624         arguments.
1625         (DO_CALL): Swap argument order.
1626
1627         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1628         (L): Define right for ELF.
1629         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1630         Now defined in sysdeps/i386/sysdep.h.
1631
1632         * sysdeps/posix/readv.c: Ansify function definition.
1633         * sysdeps/posix/writev.c: Likewise.
1634
1635         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1636         have the same size. Avoid direct cast from size_t to off_t.
1637
1638         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
1639         nul byte in entry[n].ut_user.
1640         (simulate_logout): Likewise.
1641
1642         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
1643         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
1644         existence of corresponding members of 'struct utmp'.
1645         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
1646         !_HAVE_UT_TYPE.
1647
1648         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
1649         allocate a buffer of at least BUFSIZ bytes, not just of
1650         sizeof (struct dirent).
1651
1652         * sysdeps/generic/glob.c: Include <limits.h>.
1653         (NAME_MAX): Define a fallback.
1654         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
1655         stack.
1656         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
1657         (main): Allocate enough room for a 'struct dirent64' on the stack.
1658         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
1659         'struct dirent'.
1660
1661         * sysdeps/unix/sysv/linux/init-first.c: Don't include
1662         kernel-features.h.
1663
1664         * inet/htontest.c: Include <sys/types.h>.
1665
1666         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
1667
1668         * include/sys/sysctl.h: Comment fix.
1669
1670         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
1671         _dl_load_lock.
1672         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
1673
1674         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
1675
1676         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
1677         (__getpeername): New alias.
1678         (__getsockname): New alias.
1679         (__socket): New alias.
1680
1681         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
1682
1683         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
1684         (__fcntl_internal): New alias.
1685         (__profil): New alias.
1686
1687 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1688
1689         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
1690         entry was for getaddr* lookup or not.  Add only matching cache
1691         entry.  Change all callers [PR libc/4317].
1692
1693         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
1694         finding the read position [PR libc/4265].
1695         * libio/Makefile (tests): Add bug-rewind2.
1696         * libio/bug-rewind2.c: New file.
1697
1698         * libio/bug-rewind.c: Fix creation of temp file.
1699
1700 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1701
1702         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
1703         neither SUCCESS nor TRYAGAIN [PR libc/4259].
1704         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
1705         to ENOENT if no entry is found.
1706         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
1707         failure.
1708         * nis/nss_compat/compat-initgroups.c: Likewise.
1709         * nis/nss_compat/compat-pwd.c: Likewise.
1710         * nis/nss_compat/compat-spwd.c: Likewise.
1711         * nis/nss_nis/nis-alias.c: Likewise.
1712         * nis/nss_nis/nis-ethers.c: Likewise.
1713         * nis/nss_nis/nis-grp.c: Likewise.
1714         * nis/nss_nis/nis-hosts.c: Likewise.
1715         * nis/nss_nis/nis-initgroups.c: Likewise.
1716         * nis/nss_nis/nis-netgrp.c: Likewise.
1717         * nis/nss_nis/nis-network.c: Likewise.
1718         * nis/nss_nis/nis-proto.c: Likewise.
1719         * nis/nss_nis/nis-publickey.c: Likewise.
1720         * nis/nss_nis/nis-pwd.c: Likewise.
1721         * nis/nss_nis/nis-rpc.c: Likewise.
1722         * nis/nss_nis/nis-service.c: Likewise.
1723         * nis/nss_nis/nis-spwd.c: Likewise.
1724         * resolv/nss_dns/dns-host.c: Likewise.
1725         * resolv/nss_dns/dns-network.c: Likewise.
1726         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
1727         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1728         * nis/nss_nisplus/nisplus-grp.c: Likewise.
1729         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1730         * nis/nss_nisplus/nisplus-network.c: Likewise.
1731         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1732         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1733         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1734         * nis/nss_nisplus/nisplus-service.c: Likewise.
1735         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1736         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
1737         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
1738         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
1739         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
1740
1741         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
1742         declaring __restore and __restore_rt as hidden (if possible).
1743
1744 2002-08-25  Roland McGrath  <roland@redhat.com>
1745
1746         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
1747
1748         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
1749         (getutent_r_file, internal_getut_r): Updated all callers.
1750         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
1751
1752 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1753
1754         * locale/programs/locale.c: Don't print aliases for non-existing
1755         locales for 'locale -a'.
1756         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
1757
1758 2002-07-19  H.J. Lu  <hjl@gnu.org>
1759
1760         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
1761
1762 2002-07-16  H.J. Lu  <hjl@gnu.org>
1763
1764         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1765         sys/personality.h.
1766         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
1767
1768 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1769
1770         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
1771         not moved ahead of the fputs call.
1772         * elf/tst-tlsmod2.c (in_dso): Likewise.
1773         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1774         * elf/tst-tlsmod4.c (in_dso): Likewise.
1775
1776 2002-08-25  Andreas Schwab  <schwab@suse.de>
1777
1778         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
1779
1780 2002-08-25  Roland McGrath  <roland@redhat.com>
1781
1782         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
1783         resetting handler, to avoid the possibility of a spurious SIGALRM
1784         delivered to the user's handler.
1785         Reported by Amit D. Chaudhary <amitc@brocade.com>,
1786
1787         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
1788         set -fkeep-inline-functions, which is not needed for the current file.
1789
1790         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
1791         (_dl_setup_hash): Add attribute_hidden.
1792         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
1793         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
1794         (_dl_new_object, _dl_map_object_deps): Likewise.
1795         (_dl_map_object_deps_internal): Remove decl.
1796         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
1797
1798         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
1799         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
1800         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
1801         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
1802         instead relying on the compiler to produce only GOTOFF variable refs.
1803
1804 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1805
1806         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
1807
1808         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
1809         inline to avoid defining it in every file which includes this header.
1810
1811         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
1812         defining DONT_USE_BOOTSTRAP_MAP.
1813
1814         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
1815         * libio/tst-mmap-setvbuf.c (main): Likewise.
1816         * libio/tst-widetext.c (main): Likewise.
1817
1818         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
1819         message.
1820         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1821         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1822
1823         * sysdeps/i386/elf/configure.in: Unconditionally define
1824         PI_STATIC_AND_HIDDEN.
1825         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
1826         PI_STATIC_AND_HIDDEN is defined as well.
1827         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
1828
1829 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
1830
1831         * sysdeps/ia64/bzero.S: Define __bzero as well.
1832
1833         * locale/programs/charmap.c (charmap_new_char): Don't use
1834         ULONG_MAX as maximum UCS4 value.
1835
1836         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
1837
1838         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
1839
1840         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
1841         * malloc/malloc.c (mALLINFo): Likewise.
1842
1843         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
1844
1845         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
1846         examining result of _IO_do_flush call.
1847
1848         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
1849         Use prec not spec when sizing buffers.
1850
1851         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
1852         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
1853         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
1854         * stdio-common/vfscanf.c (inchar): Likewise.
1855         * misc/efgcvt_r.c (fcvt_r): Likewise.
1856         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
1857         * elf/readlib.c (process_file): Likewise.
1858         * elf/sprof.c (load_profdata): Likewise.
1859         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
1860         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
1861         * locale/programs/charmap.c (charmap_read): Likewise.
1862         * libio/fileops.c: Likewise.
1863         * libio/fmemopen.c: Likewise.
1864         * stdlib/strtod.c: Likewise.
1865         * elf/dl-load.c: Likewise.
1866         * iconv/iconvconfig.c: Likewise.
1867         * iconv/iconv_prog.c (process_block): Likewise.
1868         * elf/rtld.c (dl_main): Likewise.
1869
1870         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
1871         macro to calm down the compiler.
1872
1873         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
1874
1875         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
1876
1877         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
1878         placement of errno definition.
1879         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
1880         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
1881         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
1882         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1883         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1884
1885         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
1886         from 1024 to 65536, to avoid buffer overrun.
1887
1888 2002-08-16  Paul Eggert  <eggert@twinsun.com>
1889
1890         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
1891         from 1024 to 65536, to avoid buffer overrun.
1892         * resolv/res_query.c (MAXPACKET): Likewise.
1893
1894 2002-08-24  Andreas Jaeger  <aj@suse.de>
1895
1896         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
1897
1898 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
1899
1900         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
1901         two52 locally.
1902         (log2): Likewise.
1903         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
1904         Patch by Simon Gee <simong@agile.tv>.
1905
1906         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
1907         Prefer reading /proc/stat since it is more uniform across
1908         architectures.
1909
1910         * manual/texinfo.tex: Update to latest official version.
1911
1912         * sysvipc/sys/shm.h: Remove SHMLBA definition.
1913         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
1914         * sysdeps/gnu/bits/shm.h: Likewise.
1915         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
1916         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
1917         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
1918         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
1919         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1920         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
1921         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
1922         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
1923         since this is what the kernel says.
1924
1925         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
1926         since ssize_t is needed as well.  Replace const with __const.
1927
1928 2002-08-23  Roland McGrath  <roland@redhat.com>
1929
1930         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
1931         __malloc_hook, __realloc_hook, __memalign_hook,
1932         __after_morecore_hook): Variable definitions moved to ...
1933         * malloc/malloc.c: ... here, so as to be before all references.
1934
1935         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
1936         global variable reference in an unused asm parameter, to ensure the
1937         compiler has set up the GOT register before we use it.
1938
1939         * malloc/hooks.c: Move variable definitions ahead of uses.
1940         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
1941         initializers that make reference to variables they define.
1942
1943 2002-08-23  Andreas Jaeger  <aj@suse.de>
1944
1945         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
1946         alloca, free, qsort.
1947
1948         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
1949
1950         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
1951         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1952
1953         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
1954         <hch@lst.de>.
1955         * sysdeps/generic/fgetxattr.c: New file.
1956         * sysdeps/generic/flistxattr.c: New file.
1957         * sysdeps/generic/fremovexattr.c: New file.
1958         * sysdeps/generic/fsetxattr.c: New file.
1959         * sysdeps/generic/getxattr.c: New file.
1960         * sysdeps/generic/listxattr.c: New file.
1961         * sysdeps/generic/lgetxattr.c: New file.
1962         * sysdeps/generic/llistxattr.c: New file.
1963         * sysdeps/generic/lremovexattr.c: New file.
1964         * sysdeps/generic/lsetxattr.c: New file.
1965         * sysdeps/generic/removexattr.c: New file.
1966         * sysdeps/generic/setxattr.c: New file.
1967         * misc/Makefile (headers): Add sys/xattr.h.
1968         (routines): Add *xattr calls.
1969         * misc/Versions: Add *xattr calls with version 2.3.
1970         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
1971         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1972         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1973         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1974         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1975         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1976         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1977         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1978
1979 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
1980
1981         * sysdeps/powerpc/elf/libc-start.c
1982         (__cache_line_size): Declare.
1983         (__aux_init_cache): New function.
1984         (__libc_start_main): Change type of `auxvec' parameter to
1985         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
1986         __aux_init_cache.
1987         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1988         (__cache_line_size): Declare.
1989         (__aux_init_cache): New function.
1990         (DL_PLATFORM_INIT): Define.
1991         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
1992         value to select the correct stride for dcbz.
1993
1994 2002-08-22  Andreas Jaeger  <aj@suse.de>
1995
1996         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
1997         shmat.
1998
1999 2002-08-22  Roland McGrath  <roland@redhat.com>
2000
2001         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
2002         position indicated by locrectab against file bounds before rounding to
2003         page size.  In mapping loop, always set TO before breaking out of
2004         contiguous range coalescing loop.
2005
2006         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
2007         (or MAP_COPY if available) instead of MAP_SHARED.
2008
2009         * scripts/firstversions.awk: When encountering a version newer than
2010         the specified earliest version, be sure to emit the specified earliest
2011         version first if any renaming of an older version to that has been.
2012
2013 2002-08-21  Roland McGrath  <roland@redhat.com>
2014
2015         * configure.in: Make GCC version check require 3.[2-9]* and no others.
2016         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
2017         (Configuring and compiling): Don't mention older GCC versions any more.
2018         * INSTALL: Regenerated.
2019
2020         * manual/install.texi (Configuring and compiling, Installation,
2021         Running make install, Linux): Linux -> GNU/Linux where appropriate.
2022
2023         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
2024         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
2025         and with noinline otherwise.  Remove hack alloca use to prevent
2026         inlining, we can ask for it explicitly nowadays.
2027
2028         * dlfcn/bug-dlsym1.c: New file.
2029         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
2030         * dlfcn/Makefile (distribute): Add them.
2031         (tests): Add bug-dlsym1 here.
2032         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
2033         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
2034         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
2035
2036 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
2037
2038         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
2039         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
2040         before relocation.
2041         (_dl_start): Don't use local bootstrap_map variable if
2042         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
2043         pass bootstrap_map to _dl_start_final in this case either.  Don't
2044         pass start_time to _dl_start_final ever.
2045         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
2046
2047         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
2048         This cripples the scope lists necessary to search for symbols in
2049         dependencies which are not in the global scope.
2050
2051         * include/setjmp.h (__libc_longjmp): Add declaration.
2052
2053 2002-08-21  Andreas Jaeger  <aj@suse.de>
2054
2055         * sysdeps/x86_64/_mcount.S: Fix assembler.
2056
2057         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
2058         with biarch support.
2059
2060 2002-08-21  Andreas Jaeger  <aj@suse.de>
2061
2062         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
2063
2064         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
2065
2066         * sysdeps/x86_64/machine-gmon.h: New file.
2067         * sysdeps/x86_64/_mcount.S: New file.
2068
2069 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2070
2071         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
2072         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
2073         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
2074         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
2075         to TL_INIT_TP.  Otherwise pass 1.
2076         * include/link.h (struct link_map): Add l_tls_tp_initialized.
2077         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
2078
2079 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2080
2081         * locale/programs/localedef.c (add_to_readlist): Error about
2082         circular dependencies only if the locale in question hasn't
2083         been finished.
2084         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
2085         CTYPE_LOCALE to load_locale.
2086         * locale/programs/locfile.c (locfile_read): Don't include
2087         unneeded but available locales in locale_mask.
2088
2089         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
2090         print any messages about enlarging archive.
2091
2092 2002-08-20  Brian Youmans  <3diff@gnu.org>
2093
2094         * manual/contrib.texi: Removed licenses, added acknowledgements
2095         for contributions by Intel, IBM, Craig Metz.
2096         * LICENSES: New file, contains the text of all non-FSF licenses in the
2097         distribution that require putting the notice in the accompanying
2098         documentation.
2099         * README.template, README: Mention LICENSES.
2100
2101         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
2102         new one modelled on the modern BSD license, per recent letter
2103         of permission from CMU.
2104         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
2105
2106         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
2107         from IBM to FSF, per the recent Software Letter.  Changed the
2108         distribution terms from GPL to LGPL.
2109
2110         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
2111         copying permission notice (Lesser GPL), per recent IBM Software Letter.
2112         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2113         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2114         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2115         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2116         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2117         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2118         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2119         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2120
2121         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
2122         from IBM to FSF, per the recent Software Letter.  Corrected the
2123         text of the copying permission notice to say Lesser GPL instead
2124         of GPL in warranty disclaimer paragraph.
2125         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2126         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2127         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2128         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2129         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2130         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2131         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2132         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2133         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2134         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2135         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2136         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2137         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2138         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2139         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2140         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2141         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2142         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2143         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2144         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2145         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2146
2147         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
2148         permission notice to say Lesser GPL instead of GPL in warranty
2149         disclaimer paragraph.
2150         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2151         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2152         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2153         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2154         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2155         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2156         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2157         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2158         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2159         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2160         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2161         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2162         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2163         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2164         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2165         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2166         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2167         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2168         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2169         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2170         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2171         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2172         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
2173
2174 2002-08-20  Roland McGrath  <roland@redhat.com>
2175
2176         Fix ABI compatibility with libc compiled with old tools on powerpc.
2177         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2178         and Jack Howarth <howarth@bromo.med.uc.edu>.
2179         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
2180         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
2181         pass -DHAVE_DOT_HIDDEN for these files.
2182         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
2183         __floatdisf.
2184         * sysdeps/powerpc/divdi3.c: New file.
2185         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
2186         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
2187
2188 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
2189
2190         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
2191         partially overlapping mappings.  Remove unneeded (char *) casts.
2192         Never allow duplication of ranges in mapped areas.
2193
2194 2002-08-20  Roland McGrath  <roland@redhat.com>
2195
2196         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
2197         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
2198
2199 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2200
2201         * include/unistd.h: Don't hide _exit.
2202
2203         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
2204         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
2205         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
2206         argument 1 to TLS_INIT_TP.
2207         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2208
2209         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2210
2211         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2212         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2213         memory allocation to...
2214         (allocate_dtv): ...here.  New function.
2215         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2216         call allocate_dtv instead of _dl_allocate_tls_storage.
2217         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2218         (_dl_get_tls_static_info): New function.
2219         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2220         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2221
2222 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2223
2224         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2225         immediately if result == NULL.
2226
2227 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2228
2229         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2230
2231 2002-08-18  Roland McGrath  <roland@frob.com>
2232
2233         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
2234         instead of __file_name_split.
2235         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
2236
2237         * sysdeps/mach/hurd/dl-sysdep.c
2238         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
2239         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
2240
2241 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2242
2243         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
2244         in change before last: MAX -> MIN.
2245
2246 2002-08-15  Roland McGrath  <roland@redhat.com>
2247
2248         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
2249         if seek would go past it.
2250         (mmap_remap_check): If file position is at or past EOF after check,
2251         leave read pointers at EOF and don't seek.
2252
2253         * libio/tst-mmap-offend.c: New file.
2254         * libio/Makefile (tests): Add it.
2255
2256         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
2257         the name as passed, rather than the name in the archive dictionary.
2258
2259 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
2260
2261         * csu/Makefile: Define elide-routines.os not static-only-routines.
2262
2263         * include/sched.h (__clone): Add varargs at the end.
2264
2265         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
2266         case.
2267         (TLS_INIT_HELPER): If defined, use it.
2268         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2269
2270 2002-08-15  Roland McGrath  <roland@redhat.com>
2271
2272         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
2273         on L->l_prev; it can happen under rtld --verify too.
2274
2275         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
2276         header separately, just map an initial window of 2MB from the file
2277         and remap if that is not large enough to cover the whole header.
2278
2279 2002-08-15  Andreas Jaeger  <aj@suse.de>
2280
2281         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
2282         version 2.3.
2283         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2284         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2285         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2286         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2287         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2288         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2289         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2290         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2291         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
2292         Patch by Andreas Gruenbacher <agruen@suse.de>.
2293
2294         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
2295
2296 2002-08-14  Roland McGrath  <roland@redhat.com>
2297
2298         * locale/locarchive.h (struct locale_category_data): Give this name to
2299         the type of locale_data_t's elements.
2300         * locale/programs/locarchive.c (cmpcategorysize): New static function.
2301         (add_locale): Use that to sort the categories by size and put all
2302         those that fit into two pages into the LC_ALL block, instead of
2303         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
2304         (show_archive_content): Detect categories inside LC_ALL block
2305         directly, instead of hard-coding.
2306         (oldlocrecentcmp): Compare just on file locations used.
2307
2308 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
2309
2310         * locale/programs/locarchive.c (struct oldlocrecent): New type.
2311         (oldlocrecentcmp): New function.
2312         (enlarge_archive): Re-add locales in the order they were added
2313         to the archive.
2314         (add_locale): Put all the small locale files together, if the small
2315         locale file block would occupy less pages if page size aligned, align
2316         it.
2317         (show_archive_content): Adjust for locale archives optimized for speed.
2318
2319 2002-08-14  Roland McGrath  <roland@frob.com>
2320
2321         * configure.in: Use "MISSING" as not-found value for MIG.
2322         * sysdeps/mach/configure.in: Fatal if mig not found.
2323         * configure, sysdeps/mach/configure: Regenerated.
2324
2325 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2326
2327         * locale/loadarchive.c (archfname): Add missing slash.
2328
2329         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
2330         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
2331
2332 2002-08-12  Roland McGrath  <roland@redhat.com>
2333
2334         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
2335         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
2336         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
2337         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
2338         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
2339         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
2340         * sysdeps/generic/waitpid.c: Likewise.
2341
2342         * include/net/if.h: New file.  Use libc_hidden_proto
2343         for if_nametoindex and if_indextoname.
2344         * sysdeps/generic/if_index.c: Add libc_hidden_def.
2345         * sysdeps/mach/hurd/if_index.c: Likewise.
2346         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2347
2348         * include/grp.h (setgroups): Add libc_hidden_proto.
2349         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
2350         * sysdeps/mach/hurd/setgroups.c: Likewise.
2351         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
2352         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2353
2354 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2355
2356         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
2357         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
2358         * sysdeps/generic/setegid.c (setegid): Likewise.
2359         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
2360         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
2361         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
2362         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
2363         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
2364         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
2365         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
2366         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
2367         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
2368         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
2369         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
2370         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
2371         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
2372
2373         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
2374         __lxstat_internal, __lxstat64_internal): Remove.
2375         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
2376         Add hidden_proto.
2377         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
2378         Remove INTDEF where present, remove #undef at the beginning.
2379         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
2380         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
2381         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
2382         * sysdeps/generic/xstat.c (__xstat): Likewise.
2383         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
2384         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
2385         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
2386         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
2387         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
2388         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
2389         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
2390         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
2391         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
2392         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
2393         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
2394         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
2395         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
2396         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
2397         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
2398         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
2399         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
2400         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
2401         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
2402         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
2403         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
2404         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
2405         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
2406         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
2407         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
2408         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
2409         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
2410         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
2411         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
2412         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
2413         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
2414         * sysdeps/unix/xstat.c (__xstat): Likewise.
2415
2416         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
2417         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
2418         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
2419         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
2420         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
2421         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
2422         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
2423
2424         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
2425         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
2426         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
2427         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
2428         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
2429         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
2430         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
2431         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
2432         Likewise.
2433         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
2434         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
2435         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
2436         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
2437         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
2438         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
2439         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
2440         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
2441
2442         * include/string.h (strcoll): Add libc_hidden_proto.
2443         * string/strcoll.c (strcoll): Add libc_hidden_def.
2444
2445         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
2446
2447 2002-08-11  Philip Blundell  <philb@gnu.org>
2448
2449         * sysdeps/arm/Makefile: New file.
2450
2451 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2452
2453         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
2454         by another '|', end of regex or enclosing ')', clear branch.
2455         * posix/bug-regex9.c: New test.
2456         * posix/Makefile (tests): Add bug-regex9.
2457
2458 2002-08-12  Roland McGrath  <roland@redhat.com>
2459
2460         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
2461         start count condition, use TOTAL instead of variable that was never
2462         set.  Fix outer loop termination condition to TOTAL >= after update.
2463
2464         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
2465         dl_tls_static_align and dl_tls_static_nelem.
2466
2467 2002-08-11  Roland McGrath  <roland@redhat.com>
2468
2469         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
2470         of the TLS macros, otherwise the compiler might not have initialized
2471         the PIC register yet when we use the PLT via asm.
2472         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2473         * elf/tst-tlsmod2.c (in_dso): Likewise.
2474
2475         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
2476
2477         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
2478         Evaluate argument exactly once.  Remove __volatile__ from asm's.
2479
2480         * include/unistd.h: Use libc_hidden_proto for getdomainname
2481         and getlogin_r.
2482         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
2483         * sysdeps/mach/hurd/getdomain.c: Likewise.
2484         * sysdeps/unix/getlogin_r.c: Likewise.
2485         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
2486         * sysdeps/generic/getlogin_r.c: Likewise.
2487
2488         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
2489         * sunrpc/rtime.c: Add libc_hidden_def.
2490
2491         * include/string.h: Use libc_hidden_proto for basename.
2492         * string/basename.c [_LIBC]: Add libc_hidden_def.
2493
2494         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
2495
2496         * locale/loadarchive.c: munmap -> __munmap throughout.
2497
2498         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
2499         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
2500         * sysdeps/generic/gai_strerror.c: Likewise.
2501
2502         * include/sys/errno.h: New file.
2503
2504         * include/signal.h: No libc_hidden_proto for raise,
2505         __libc_current_sigrtmin, __libc_current_sigrtmax.
2506         These need to be overridden by linuxthreads.
2507         * sysdeps/posix/raise.c: Reverted.
2508         * sysdeps/generic/raise.c: Reverted.
2509         * signal/allocrtsig.c: Reverted.
2510
2511         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
2512
2513 2002-08-10  Roland McGrath  <roland@redhat.com>
2514
2515         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
2516         * locale/localeinfo.h: Declare it.
2517         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
2518         current locale if it's not in the file list.
2519         Call _nl_archive_subfreeres.
2520
2521 2002-08-10  Andreas Jaeger  <aj@suse.de>
2522
2523         * sysdeps/i386/strchr.S: Add comment.
2524
2525 2002-08-10  Roland McGrath  <roland@redhat.com>
2526
2527         * include/wchar.h (putwc): Use libc_hidden_proto.
2528         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
2529         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
2530         * stdio-common/dprintf.c: Add libc_hidden_def.
2531         * stdio-common/fprintf.c: Likewise.
2532         * stdio-common/sprintf.c: Likewise.
2533         * stdio-common/sscanf.c: Likewise.
2534         * libio/iofwrite.c: Likewise.
2535         * libio/memstream.c: Likewise.
2536         * libio/putwc.c: Likewise.
2537         * stdio-common/perror.c: Likewise.
2538         * sysdeps/posix/remove.c: Likewise.
2539         * sysdeps/generic/remove.c: Likewise.
2540         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
2541         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
2542
2543 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
2544
2545         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2546         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
2547         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2548         towlower, towupper): Add libc_hidden_weak.
2549
2550         * include/bits/dlfcn.h: New file.
2551         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2552
2553         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2554         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2555         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2556         * include/pwd.h (_nss_files_parse_pwent): Likewise.
2557         * include/shadow.h (_nss_files_parse_spent): Likewise.
2558         * include/netdb.h (_nss_files_parse_protoent,
2559         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2560         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2561         (LINE_PARSER): Use it.
2562         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2563         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2564
2565         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2566         #endif.
2567
2568         * manual/debug.texi (%MENU%): Remove trailing dot.
2569         Reported by <hayastan132@hotmail.com>.
2570
2571         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2572         aliases.
2573         (lseek): Dummy.
2574         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2575         Likewise.
2576
2577 2002-08-09  Roland McGrath  <roland@redhat.com>
2578
2579         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2580         name to find codeset name (if any) and normalize it.  If the
2581         normalized name differs, look up only that in the archive.
2582         * locale/programs/locarchive.c (add_locale_to_archive): If the name
2583         contains a codeset, normalize the codeset store only the normalized
2584         name in the archive.  If not, add an alias containing the locale's
2585         normalized codeset name.  Apply codeset name normalization when
2586         matching entries in the alias file.
2587
2588         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2589         decrement HEAD->namehash_used here.
2590         (add_locale): Only need to insert name string when name_offset != 0.
2591
2592         * locale/programs/localedef.c (options): Add -A/--alias-file.
2593         (alias_file): New variable.
2594         (parse_opt): Grok -A, set that.
2595         * locale/programs/localedef.h: Declare it.
2596
2597         * locale/locarchive.h (struct locrecent): Add `refs' member.
2598         * locale/programs/locarchive.c (insert_name): New function, broken out
2599         of ...
2600         (add_locale_to_archive): ... here.  Call that.
2601         (add_alias): New function.
2602         (add_locale): New static function, add_locale_to_archive renamed.
2603         (add_locale_to_archive): Call that and use add_alias to add an alias
2604         for the name with codeset if the given name lacks it.
2605         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2606
2607         * locale/Makefile (routines): Add loadarchive.
2608         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2609         (_nl_load_locale_from_archive): New function.
2610         * locale/localeinfo.h: Declare it.
2611         * locale/findlocale.c (_nl_find_locale): If using default locale path,
2612         try _nl_load_locale_from_archive first.
2613
2614         * locale/loadlocale.c (_nl_intern_locale_data): New function,
2615         broken out of _nl_load_locale.
2616         (_nl_load_locale): Call that.
2617         * locale/localeinfo.h: Declare it.
2618         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2619         (struct locale_data): Remove unused member `options'.
2620         * locale/findlocale.c (_nl_remove_locale): Update uses.
2621         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2622         * locale/C-collate.c: Update initializer.
2623         * locale/C-identification.c: Likewise.
2624         * locale/C-measurement.c: Likewise.
2625         * locale/C-telephone.c: Likewise.
2626         * locale/C-address.c: Likewise.
2627         * locale/C-name.c: Likewise.
2628         * locale/C-paper.c: Likewise.
2629         * locale/C-time.c: Likewise.
2630         * locale/C-numeric.c: Likewise.
2631         * locale/C-monetary.c: Likewise.
2632         * locale/C-messages.c : Likewise.
2633         * locale/C-ctype.c: Likewise.
2634
2635         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2636         use CHAR_BIT instead of BITSPERBYTE.
2637
2638         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
2639         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
2640         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
2641         (_nl_remove_locale): Likewise.
2642         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2643
2644         * locale/findlocale.c (_nl_default_locale_path): New variable.
2645         (_nl_find_locale): If LOCALE_PATH is null, default to that.
2646         * locale/localeinfo.h: Declare it.
2647         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
2648         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
2649         * locale/newlocale.c (__newlocale): Likewise.
2650
2651         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
2652         * inet/rexec.c (rexec_af): Add libc_hidden_def.
2653         * sysdeps/generic/morecore.c: Likewise.
2654         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
2655         (__libc_current_sigrtmax): Likewise.
2656
2657 2002-08-08  Roland McGrath  <roland@redhat.com>
2658
2659         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
2660         * catgets/open_catalog.c (__open_catalog): Likewise.
2661
2662         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
2663         from typo INITIAL_NUM_NANES.
2664         (create_archive): Update use.
2665
2666 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2667
2668         * sysdeps/unix/sysv/linux/sigwait.c: New file.
2669
2670 2002-08-08  Roland McGrath  <roland@frob.com>
2671
2672         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
2673
2674 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2675
2676         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
2677         else and undefine after including wcstol_l.c.
2678         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
2679
2680 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2681
2682         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
2683
2684 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
2685
2686         * configure.in: Make the test for broken_alias_attribute stricter.
2687
2688 2002-05-24  Robert Love  <rml@tech9.net>
2689
2690         * posix/Makefile (routines): Add sched_getaffinity and
2691         sched_setaffinity.
2692         * posix/sched.h: Add declarations for sched_getaffinity and
2693         sched_setaffinity.
2694         * sysdeps/generic/sched_getaffinity.c: New file.
2695         * sysdeps/generic/sched_setaffinity.c: New file.
2696         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
2697         sched_setaffinity.
2698
2699 2002-08-06  Andreas Schwab  <schwab@suse.de>
2700
2701         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
2702
2703 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2704
2705         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
2706         message.
2707
2708         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
2709         It is known to be defined.
2710
2711         * include/string.h: Define index and rindex only if _ISOMAC is not
2712         defined.
2713
2714         * elf/rtld.c: Include <errno.h>.
2715         * sysdeps/generic/libc-tls.c: Likewise.
2716
2717 2002-08-07  Roland McGrath  <roland@redhat.com>
2718
2719         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
2720         it internally.
2721         (precsize_aton): Likewise.
2722
2723         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
2724         the static symbols added in the last change (doofus is me).
2725
2726         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
2727         loop to notice missing categories in a composite name.
2728
2729         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
2730         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
2731         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
2732         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
2733
2734 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2735
2736         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2737
2738 2002-08-07  Roland McGrath  <roland@redhat.com>
2739
2740         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
2741         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
2742         Reported by Jakub Jelinek  <jakub@redhat.com>.
2743
2744 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2745
2746         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
2747         division.
2748
2749 2002-08-06  Roland McGrath  <roland@redhat.com>
2750
2751         * include/getopt.h: Put private decls inside [_GETOPT_H].
2752         Use libc_hidden_proto for getopt_long, getopt_long_only.
2753         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
2754         Add libc_hidden_def.
2755
2756         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
2757         Define as a macro for __dl_iterate_phdr.
2758
2759         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
2760         made static.  Add __ name as a strong alias.
2761         (internal_endnetgrent): Likewise.
2762         (internal_getnetgrent_r): Likewise.
2763
2764         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
2765         with no __ prefix.
2766         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
2767         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
2768         all *_l functions with no __ prefix.
2769         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
2770         * ctype/ctype_l.c: Likewise.
2771         * locale/nl_langinfo.c: Likewise.
2772         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
2773         * stdlib/stdlib.h [__USE_GNU]: Likewise.
2774         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
2775         * wctype/wctype.h [__USE_GNU]: Likewise.
2776         * string/strcoll_l.c (strcoll_l): Define as weak alias.
2777         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
2778         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
2779         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
2780         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
2781         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
2782         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
2783         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
2784         (__wcscasecmp_l): Add libc_hidden_def.
2785         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
2786         (__wcsncasecmp_l): Add libc_hidden_def.
2787         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
2788         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
2789         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
2790         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
2791         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
2792         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
2793         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
2794         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
2795         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
2796         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
2797         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
2798         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
2799         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
2800         * wctype/wctype_l.c (wctype_l) Define as weak alias.
2801
2802 2002-08-05  Roland McGrath  <roland@redhat.com>
2803
2804         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
2805         netname2user, host2netname, user2netname, key_gendes.
2806         * sunrpc/netname.c: Add libc_hidden_def.
2807         * sunrpc/key_call.c: Likewise.
2808
2809         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
2810         freeaddrinfo.
2811         * inet/getnameinfo.c: Add libc_hidden_def.
2812         * sysdeps/generic/getaddrinfo.c: Likewise.
2813         * sysdeps/posix/getaddrinfo.c: Likewise.
2814
2815         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
2816         * wcsmbs/wmemchr.c: Add libc_hidden_def.
2817         * wcsmbs/wmemset.c: Add libc_hidden_def.
2818
2819         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
2820         (index, rindex): Define as macros for strchr, strrchr.
2821
2822         * string/envz.c (envz_strip): index -> strchr
2823
2824         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
2825         * sunrpc/rpc_prot.c: Add libc_hidden_def.
2826
2827         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
2828         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
2829
2830         * include/stdlib.h: Use libc_hidden_proto for wctomb.
2831         * stdlib/wctomb.c: Add libc_hidden_def.
2832
2833         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
2834         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
2835         * resolv/herror.c: Likewise.
2836         * inet/rcmd.c: Add libc_hidden_def.
2837         * inet/ruserpass.c: Likewise.
2838         * inet/getnetgrent_r.c: Likewise.
2839
2840         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
2841         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
2842         for svcerr_auth, svcerr_noprog, svcerr_progvers.
2843         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
2844         libc_hidden_def.
2845         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
2846         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
2847
2848         * sysdeps/posix/system.c (do_system): New function, guts broken out of
2849         __libc_system.
2850         (__libc_system): Call it, putting just the line == NULL test here.
2851
2852         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
2853         variables work right.
2854
2855         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
2856         * elf/dl-close.c (_dl_close): Likewise.
2857
2858         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
2859         in6addr_any, in6addr_loopback.  Remove decls for
2860         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
2861         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
2862         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
2863         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
2864         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
2865         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
2866         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
2867         in6addr_loopback.
2868         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
2869
2870         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
2871         ether_aton_r.
2872         * inet/ether_aton_r.c: Add libc_hidden_def.
2873         * inet/ether_ntoa_r.c: Likewise.
2874
2875         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
2876         xprt_unregister.
2877         * sunrpc/svc.c: Add libc_hidden_def.
2878         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
2879         pmap_set, pmap_unset.
2880         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
2881         * sunrpc/pm_getport.c: Likewise.
2882         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
2883         * sunrpc/publickey.c: Add libc_hidden_def.
2884
2885 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2886
2887         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
2888         the other memset call in this function.
2889
2890         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
2891         at correct index.  Clear BSS region now that memalign is used.
2892
2893 2002-08-05  Roland McGrath  <roland@redhat.com>
2894
2895         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
2896         * sysdeps/generic/uname.c: Add libc_hidden_def.
2897         * sysdeps/mach/hurd/uname.c: Likewise.
2898
2899 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
2900
2901         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
2902         wcspbrk): Add libc_hidden_proto.
2903         * time/strftime.c (my_strftime): Add libc_hidden_def.
2904         (strftime): Remove libc_hidden_def.
2905         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
2906         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
2907         * wcsmbs/wcsspn.c (wcsspn): Likewise.
2908         * wcsmbs/wcscmp.c (wcscmp): Likewise.
2909         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
2910         * wcsmbs/wcscoll.c (wcscoll): Likewise.
2911
2912         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
2913         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2914         __rpc_thread_createerr): Add libc_hidden_proto.
2915         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
2916         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2917         __rpc_thread_createerr): Add libc_hidden_def.
2918
2919         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
2920         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
2921         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
2922         clnt_perror, clnt_sperror): Add libc_hidden_def.
2923         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
2924
2925         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
2926         libc_hidden_proto.
2927         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
2928         * sunrpc/des_soft.c (des_setparity): Likewise.
2929
2930         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
2931         Add libc_hidden_proto.
2932         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
2933         Add libc_hidden_def.
2934
2935 2002-08-05  Roland McGrath  <roland@redhat.com>
2936
2937         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
2938         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
2939         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
2940         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
2941         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
2942         old data, abandoning the original memory allocated by rtld at startup,
2943         instead of calling realloc normally.
2944
2945 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2946
2947         * po/fr.po: Update from translation team.
2948
2949 2002-08-04  Roland McGrath  <roland@redhat.com>
2950
2951         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
2952         then generate a dummy module under the given name, obeying the
2953         normal rules for the "caller" field.
2954
2955         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
2956         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
2957
2958         * include/pthread.h: Don't declare __pthread_initialize_minimal as
2959         weak here; we declare it weak or strong in the one place we use it.
2960         * sysdeps/generic/libc-start.c: ... which is here.
2961         Don't make the decl weak if [USE_TLS], since static programs need TLS
2962         setup even when single-threaded.
2963
2964         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
2965
2966         * elf/Makefile (test-srcs): Add $(modules-names) to it.
2967         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
2968         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
2969         all these variables.
2970
2971 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2972
2973         * include/stdio.h: Don't define macro magic to redirect function
2974         calls if _ISOMAC is defined.
2975
2976         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
2977         ldouble asin tests.
2978
2979 2002-08-04  Roland McGrath  <roland@redhat.com>
2980
2981         * stdlib/lrand48_r.c: Add libc_hidden_def.
2982
2983         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
2984         TCB with __libc_memalign instead of mmap.
2985         (_dl_deallocate_tls): Free it with free instead of munmap.
2986
2987         * Makerules (cpp-srcs-left): When setting this to run
2988         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
2989         words.  Combine the two loops into one on the concatenated list,
2990         including those as well as $(test-srcs).
2991
2992         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
2993         since we align here with optimally minimal waste anyway.
2994         (malloc): Just call that.
2995
2996         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
2997         the right variable.
2998
2999         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
3000         to compute memory location for l_tls_initimage.
3001         * elf/rtld.c (_dl_start): Likewise.
3002         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3003
3004         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
3005         because the .d file is generated in the non-shared case and
3006         so fails to catch them otherwise.
3007
3008         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
3009         split out of _dl_allocate_tls.
3010         (_dl_allocate_tls_init): Likewise.
3011         (_dl_allocate_tls): Call those.
3012         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
3013         * elf/rtld.c (dl_main): Call them separately instead of calling
3014         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
3015         is finished, so that the initializer data has been relocated before we
3016         copy it into the main thread's TLS block.
3017
3018         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
3019         loop conditions, prevented the last used module from being initialized.
3020
3021 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3022
3023         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
3024         if glob resp. globfree are not macros.
3025         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
3026         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
3027         Add libc_hidden_ver.
3028         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
3029         libc_hidden_def.
3030         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
3031         instead of libc_hidden_weak.
3032         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
3033         libc_hidden_ver instead of libc_hidden_def.
3034         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
3035         libc_hidden_ver instead of libc_hidden_def.
3036         (wcstoll, wcstoq): Remove libc_hidden_weak.
3037         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
3038         libc_hidden_ver.
3039         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
3040         libc_hidden_ver.
3041         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
3042         libc_hidden_ver.
3043         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
3044         libc_hidden_ver.
3045
3046 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3047
3048         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
3049         to access _sys_siglist.
3050         * string/strsignal.c: Likewise.
3051         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
3052         * sysdeps/gnu/siglist.c: Likewise.
3053         * sysdeps/unix/siglist.c: Likewise.
3054         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
3055
3056         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
3057
3058         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
3059
3060         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
3061         alias and use it.
3062         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
3063
3064         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
3065         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
3066         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
3067
3068         * include/time.h: Add libc_hidden_proto for __gmtime_r.
3069         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
3070
3071         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
3072         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
3073         and __gconv_get_cache respectively.
3074         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
3075         defined static.  Change all users.
3076         (__gconv_get_cache): New function.
3077         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
3078         (__gconv_get_alias_db): New function.
3079         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
3080         (__conv_modules_db): Likewise.
3081         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
3082         and __gconv_get_alias_db.
3083         * iconv/iconv_prog.c: Use the new functions instead of accessing the
3084         variables.
3085
3086         * include/stdlib.h: Add prototype and libc_hidden_proto for
3087         __default_morecore.
3088         * sysdeps/generic/morecore.c: Include <stdlib.h>.
3089
3090         * malloc/obstack.c: Remove fputs macro.
3091
3092         * malloc/mtrace.c: Remove fopen macro.
3093
3094 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3095
3096         * manual/debug.texi: Fix spelling to programmatically.
3097         Reported by <hayastan132@hotmail.com>.
3098
3099 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3100
3101         * include/libio.h: Add libc_hidden_proto for __uflow.
3102         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
3103         fgetpos to _IO_* names.
3104         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
3105         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
3106         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
3107         putwc_unlocked, vswscanf.
3108         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
3109         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
3110         * libio/fseek.c: Likewise.
3111         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
3112         not fopencookie.
3113         * libio/genops.c (__uflow): Add libc_hidden_def.
3114         * libio/iofflush_u.c (fflush_unlocked): Likewise.
3115         * libio/iofgets_u.c (fgets_unlocked): Likewise.
3116         * libio/iofputs_u.c (fputs_unlocked): Likewise.
3117         * libio/iofputws_u.c (fputws_unlocked): Likewise.
3118         * libio/iofread_u.c (fread_unlocked): Likewise.
3119         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3120         * libio/iovswscanf.c (vswscanf): Likewise.
3121         * libio/putwc_u.c (putwc_unlocked): Likewise.
3122         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
3123         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
3124         * malloc/mtrace.c: Likewise.
3125
3126         * sunrpc/clnt_perr.c: Remove fputs macro.
3127         * sunrpc/svc_simple.c: Likewise.
3128         * sunrpc/svc_tcp.c: Likewise.
3129         * sunrpc/svc_udp.c: Likewise.
3130         * sunrpc/xdr_rec.c: Likewise.
3131         * sunrpc/xdr_ref.c: Likewise.
3132
3133         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
3134         iconv_prog, linereader, and charmap-dir.
3135         * locale/Makefile: Likewise for locale and charmap-dir.
3136         * malloc/Makefile: Likewise for memusagestat.
3137         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
3138         * sunrpc/Makefile: Likewise for rpc_main.
3139         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
3140         * timezone/Makefile: Likewise for zic.
3141
3142         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
3143
3144         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
3145         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
3146         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
3147         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
3148         _dl_close.
3149
3150         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
3151         __wunderflow.
3152         * libio/genops.c (__underflow): Add libc_hidden_def.
3153         * libio/wgenops.c (__wuflow): Likewise.
3154         (__wunderflow): Likewise.
3155
3156         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
3157         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
3158
3159         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
3160         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
3161
3162         * include/string.h: Add libc_hidden_proto for __strverscmp.
3163         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
3164
3165         * include/unistd.h: Add libc_hidden_proto for __sysconf.
3166         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
3167         * sysdeps/posix/sysconf.c: Likewise.
3168         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
3169         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
3170
3171         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
3172         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3173         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3174         __iswxdigit_l, __towlower_l, __towupper_l.
3175         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
3176         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
3177
3178         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
3179         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
3180         * sysdeps/mach/hurd/xmknod.c: Likewise.
3181         * sysdeps/unix/xmknod.c: Likewise.
3182         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
3183         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
3184         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
3185
3186         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
3187
3188 2002-08-03  Roland McGrath  <roland@redhat.com>
3189
3190         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
3191         setpriority.
3192         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
3193         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
3194         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
3195         * sysdeps/mach/hurd/setpriority.c: Likewise.
3196         * sysdeps/mach/hurd/getpriority.c: Likewise.
3197         * sysdeps/generic/setpriority.c: Likewise.
3198         * sysdeps/generic/getpriority.c: Likewise.
3199
3200         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
3201         * malloc/mcheck.c: Add libc_hidden_def.
3202
3203         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
3204         * misc/hsearch_r.c: Add libc_hidden_def.
3205
3206         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3207         * posix/fnmatch.c: Add libc_hidden_weak.
3208
3209         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3210         execl, execle, execlp, execvp, getpid, getsid.
3211         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3212         * sysdeps/unix/alarm.c: Likewise.
3213         * posix/confstr.c: Likewise.
3214         * posix/execvp.c: Likewise.
3215         * posix/execlp.c: Likewise.
3216         * posix/execle.c: Likewise.
3217         * posix/execl.c: Likewise.
3218         * sysdeps/generic/getsid.c: Likewise.
3219         * sysdeps/mach/hurd/getsid.c: Likewise.
3220         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3221         * sysdeps/mach/hurd/getpid.c: Likewise.
3222
3223         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3224         qecvt_r, qfcvt_r, lrand48_r.
3225         * misc/efgcvt_r.c: Add libc_hidden_def.
3226
3227         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3228         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
3229
3230         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
3231         * locale/nl_langinfo.c: Add libc_hidden_def.
3232
3233         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
3234         * sysdeps/generic/glob.c: Add libc_hidden_def.
3235         * sysdeps/generic/glob64.c: Likewise.
3236         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
3237
3238         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
3239
3240         * elf/Makefile (CFLAGS-vismod2.c): New variable.
3241
3242         * locale/setlocale.c (_nl_current_names): Variable moved ...
3243         * locale/localename.c (_nl_current_names): ... here, new file.
3244         Make it global, with attribute_hidden.
3245         * locale/localeinfo.h: Declare it.
3246         * locale/Makefile (aux): Add localename.
3247         * locale/localename.c (__current_locale_name): New function.
3248         * include/locale.h (__current_locale_name): Declare it.
3249         * intl/dcigettext.c (guess_category_value): Use that instead of
3250         calling setlocale.
3251
3252         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
3253         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
3254         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
3255         * locale/newlocale.c: Add alias to __ name.
3256         * locale/duplocale.c: Likewise.
3257         * locale/freelocale.c: Likewise.
3258         * locale/uselocale.c: New file.
3259         * locale/Makefile (routines): Add it.
3260         * locale/Versions (libc: GLIBC_2.3): New set.
3261         Add newlocale, duplocale, freelocale, uselocale.
3262         (libc: GLIBC_PRIVATE): Add __uselocale.
3263
3264         * locale/localeinfo.h [SHARED]
3265         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
3266         (_NL_CURRENT_DATA): Define using that.
3267         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
3268         (_NL_CURRENT_DEFINE): Define to empty.
3269         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
3270         conditionalized on this.
3271         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
3272         taking initializer of _nl_C_locobj.
3273         [SHARED] (_nl_global_locale): New variable, using that initializer.
3274         (_nl_C_locobj): Use new macro for initialzier.
3275         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
3276         [! SHARED] (CATEGORY_USED): New macro.
3277         [SHARED] (CATEGORY_USED, _nl_C): New macros.
3278         (setdata, setlocale): Use that macro instead of examining _nl_current.
3279         (setdata): Set the slot in _nl_global_locale.
3280         Conditionalize setting of _nl_current on [! SHARED].
3281         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
3282         declaration as an extern.
3283         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
3284
3285         * include/locale.h: Use libc_hidden_proto for setlocale.
3286         * locale/setlocale.c: Add libc_hidden_def.
3287
3288         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
3289
3290         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
3291         * misc/hsearch_r.c: Add libc_hidden_def.
3292         * misc/lsearch.c: Likewise.
3293
3294         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
3295         endttyent.
3296         * misc/getttyent.c: Add libc_hidden_def.
3297
3298         * include/mcheck.h: Use libc_hidden_proto for mcheck.
3299         * malloc/mcheck.c: Add libc_hidden_def.
3300
3301         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
3302         * include/argz.h: Use libc_hidden_proto for argz_delete.
3303         * string/argz-delete.c: Add libc_hidden_def.
3304         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
3305
3306         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
3307         HIDDEN_JUMPTARGET for _exit.
3308         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
3309         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
3310         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3311         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
3312
3313         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
3314         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
3315         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
3316         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
3317
3318         * include/stdlib.h: Use libc_hidden_proto for abort,
3319         __strtof_internal, __strtod_internal, __strtold_internal,
3320         __strtol_internal, __strtoll_internal, __strtoul_internal,
3321         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
3322         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
3323         __strtoul_l_internal, __strtoull_l_internal.
3324         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
3325         __wcstod_internal, __wcstold_internal, __wcstol_internal,
3326         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
3327         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
3328         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
3329         __wcsncasecmp_l.
3330         * sysdeps/generic/abort.c: Add libc_hidden_def.
3331         * stdlib/strtod.c: Likewise.
3332         * sysdeps/generic/strtol.c: Likewise.
3333         * sysdeps/wordsize-64/strtol.c: Likewise.
3334         * sysdeps/wordsize-64/wcstol.c: Likewise.
3335         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
3336
3337         * include/stdlib.h: Use libc_hidden_proto for qsort.
3338         * stdlib/msort.c: Add libc_hidden_def.
3339
3340         * include/utime.h: Use libc_hidden_proto for utime.
3341         * sysdeps/generic/utime.c: Add libc_hidden_def.
3342         * sysdeps/unix/utime.c: Likewise.
3343
3344         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
3345         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
3346         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3347         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
3348         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
3349
3350         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
3351         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
3352         and __libc_current_sigrtmax.
3353         * signal/sigismem.c: Add libc_hidden_def.
3354         * signal/sigfillset.c: Likewise.
3355         * signal/sigempty.c: Likewise.
3356         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
3357         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
3358         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
3359         * sysdeps/posix/raise.c: Likewise.
3360         * sysdeps/generic/raise.c: Likewise.
3361
3362 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3363
3364         * include/string.h: Use libc_hidden_proto for __stpcpy.
3365         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
3366         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
3367         * sysdeps/generic/stpcpy.c: Likewise.
3368         * sysdeps/i386/stpcpy.S: Likewise.
3369         * sysdeps/i386/i586/stpcpy.S: Likewise.
3370         * sysdeps/powerpc/stpcpy.S: Likewise.
3371         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
3372         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3373
3374         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
3375         __strncasecmp_l, __strdup, __strndup, __strerror_r.
3376         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
3377         libc_hidden_def.
3378         * string/strdup.c (__strdup): Likewise.
3379         * string/strndup.c (__strndup): Likewise.
3380         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
3381         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
3382
3383 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3384
3385         * include/libio.h: New file.
3386         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
3387         * libio/iolibio.h: #include <libio.h>, not "libio.h".
3388         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
3389         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
3390         * sysdeps/unix/common/syscalls.list: Likewise.
3391         * sysdeps/unix/inet/syscalls.list: Likewise.
3392         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
3393         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3394         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3395         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3396         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3397         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3398         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3399         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3400         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3401         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
3402         * sysdeps/unix/syscalls.list: Likewise.
3403
3404 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3405             Ulrich Drepper  <drepper@redhat.com>
3406
3407         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
3408         the arguments is big enough to cause an overflow.
3409
3410 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3411
3412         * assert/assert.c: Use hidden_def not INTDEF.
3413
3414 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3415
3416         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
3417         not defined.
3418
3419 2002-08-03  Roland McGrath  <roland@redhat.com>
3420
3421         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
3422         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
3423         verr, verrx.
3424         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
3425         * misc/syslog.c: Add libc_hidden_def.
3426         * misc/err.c: Likewise.
3427         * stdlib/exit.c: Likewise.
3428         * stdlib/bsearch.c: Likewise.
3429         * sysdeps/generic/getenv.c: Likewise.
3430
3431         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
3432
3433         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
3434         libc_hidden_weak for every system call symbol defined.
3435
3436         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
3437         timelocal, localtime, strftime.
3438         * time/asctime.c: Add libc_hidden_def.
3439         * time/mktime.c: Likewise.
3440         * time/localtime.c: Likewise.
3441         * time/strftime.c: Likewise.
3442         * time/strptime.c: Likewise.
3443         * sysdeps/generic/time.c: Likewise.
3444         * sysdeps/unix/time.c: Likewise.
3445         * sysdeps/unix/sysv/i386/time.S: Likewise.
3446         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
3447
3448         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
3449         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
3450         * resolv/inet_ntop.c: Likewise.
3451         * resolv/inet_pton.c: Likewise.
3452         * inet/inet_mkadr.c: Add libc_hidden_def.
3453         * inet/inet_netof.c: Likewise.
3454         * resolv/inet_addr.c: Likewise.
3455
3456         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
3457         clauses from conditionals for now.  Will have to be fixed later
3458         for older compilers.
3459
3460         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
3461
3462 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3463
3464         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
3465         broken alias attribute handling.
3466         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
3467
3468 2002-08-02  Roland McGrath  <roland@frob.com>
3469
3470         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
3471         since it sets the variables we use in a -D switch.
3472
3473 2002-08-02  Roland McGrath  <roland@redhat.com>
3474
3475         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
3476         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
3477         matches long int, not int.
3478
3479         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
3480         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
3481         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3482         * wctype/wctrans.c (wctrans): Likewise.
3483         * wctype/wctype.c (__wctype): Likewise.
3484         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
3485
3486 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3487
3488         * assert/assert.c (__assert_fail): Fix typo in comment.
3489
3490         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
3491         * sunrpc/rpc_thread.c: Define it without static.
3492         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
3493
3494 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3495
3496         * assert/assert.c (__assert_fail): Remove undef.
3497         Replace INTDEF with libc_hidden_def.
3498         * assert/__assert.c (__assert): Remove INTUSE.
3499         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
3500         libc_hidden_weak.
3501         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
3502         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
3503         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
3504         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
3505         libm_hiden_ver): Define.
3506         * include/assert.h (__assert_fail_internal): Remove.
3507         (__assert_fail): Add prototype.  Add hidden_proto.
3508         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
3509         libc_hidden_proto.
3510         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
3511         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
3512         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
3513         Add libc_hidden_proto.
3514         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
3515         __fcntl): Add libc_hidden_proto.  Remove macros.
3516         (__open_internal, __fcntl_internal): Remove.
3517         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
3518         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
3519         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
3520         libc_hiden_proto.
3521         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
3522         libc_hidden_def.
3523         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
3524         Add libc_hidden_def.
3525         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
3526         * sysdeps/generic/open.c (__open): Remove undef.
3527         Add libc_hidden_def.  Remove INTDEF.
3528         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
3529         Add libc_hidden_def.
3530         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
3531         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
3532         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
3533         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3534         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3535         (__libc_fcntl): Add libc_hidden_def.
3536         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
3537         (__open): Remove INTDEF2.  Add libc_hidden_weak.
3538         (__libc_open): Add libc_hidden_def.
3539         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
3540         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
3541         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3542         Add libc_hidden_def.
3543         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
3544         Add libc_hidden_def.
3545         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
3546         undef.
3547         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3548         (__libc_fcntl): Add libc_hidden_def.
3549         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3550         __getpgid_internal, __chown_internal): Remove.
3551         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3552         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3553         __GI___chown): Add.
3554         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3555         __getpid_internal, __open_internal, __write_internal): Remove.
3556         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3557         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3558         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3559         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3560         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3561         Replace INTDEF with libc_hidden_def.
3562         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3563         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3564         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3565         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3566         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3567         Add libc_hidden_proto.
3568         * include/sys/poll.h (__poll): Add libc_hidden_proto.
3569         * include/sys/select.h (__select): Likewise.
3570         * include/sys/socket.h (__send): Likewise.
3571         * include/sys/statfs.h (__statfs): Likewise.
3572         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3573         __getpid, __getpgid, __setpgid, __close, __read, __write,
3574         __getpagesize, __sbrk): Likewise.
3575         (__chown_internal, __dup2_internal, __getpid_internal,
3576         __getpgid_internal, __close_internal, __write_internal,
3577         __getpagesize_internal): Remove.
3578         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3579         Remove macros.
3580         * include/printf.h (__printf_fp): Add libc_hidden_proto.
3581         * include/sched.h (__sched_setscheduler): Likewise.
3582         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3583         * include/stdlib.h (__secure_getenv): Likewise.
3584         * include/signal.h (__sigaction, __sigsuspend): Likewise.
3585         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3586         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3587         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3588         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3589         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3590         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3591         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3592         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3593         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3594         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3595         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3596         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3597         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3598         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3599         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3600         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3601         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3602         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3603         * libio/genops.c (__overflow): Add libc_hidden_def.
3604         * libio/iovdprintf.c: Remove libio.h include.
3605         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3606         libc_hidden_weak): Define to nothing if not defined.
3607         (__overflow, __woverflow): Add libc_hidden_proto.
3608         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3609         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3610         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3611         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3612         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3613         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3614         and libc_hidden_def.
3615         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3616         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3617         (__getpgid): Add libc_hidden_proto.
3618         (__bsd_getpgrp): Remove INTUSE.
3619         * resolv/res_init.c (__res_ninit, __res_randomid): Add
3620         libc_hidden_def.
3621         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3622         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3623         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3624         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3625         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3626         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3627         __rpc_thread_createerr): Add libc_hidden_def.
3628         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3629         libc_hidden_def.
3630         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3631         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3632         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3633         * sysdeps/generic/chown.c (__chown): Likewise.
3634         * sysdeps/generic/close.c (__close): Likewise.
3635         * sysdeps/generic/dup2.c (__dup2): Likewise.
3636         * sysdeps/generic/pipe.c (__pipe): Likewise.
3637         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3638         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
3639         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
3640         * sysdeps/generic/read.c (__libc_read): Likewise.
3641         (__read): Add libc_hidden_weak.
3642         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
3643         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
3644         * sysdeps/generic/select.c (__select): Likewise.
3645         * sysdeps/generic/send.c (__send): Likewise.
3646         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
3647         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
3648         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
3649         * sysdeps/generic/statfs.c (__statfs): Likewise.
3650         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
3651         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
3652         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
3653         Remove undef and INTDEF.
3654         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
3655         * sysdeps/generic/getpid.c (__getpid): Likewise.
3656         * sysdeps/generic/write.c (__libc_write): Likewise.
3657         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3658         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
3659         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3660         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
3661         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
3662         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
3663         Remove undef and INTDEF.
3664         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
3665         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3666         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
3667         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
3668         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
3669         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3670         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
3671         (__pipe): Add libc_hidden_def.
3672         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
3673         libc_hidden_weak.
3674         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
3675         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
3676         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
3677         (__read): Add libc_hidden_weak.
3678         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
3679         (__libc_pwrite64): Add libc_hidden_def.
3680         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3681         * sysdeps/mach/hurd/select.c (__select): Likewise.
3682         * sysdeps/mach/hurd/send.c (__send): Likewise.
3683         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3684         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3685         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3686         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3687         * sysdeps/posix/dup2.c: Likewise.
3688         Remove undef and INTDEF.
3689         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
3690         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
3691         (__pwrite64): Add libc_hidden_weak.
3692         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
3693         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
3694         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
3695         * sysdeps/standalone/close.c (__close): Likewise.
3696         * sysdeps/standalone/write.c (__libc_write): Likewise.
3697         (__write): Add libc_hidden_weak.
3698         * sysdeps/standalone/read.c (__read): Likewise.
3699         (__libc_read): Add libc_hidden_def.
3700         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
3701         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
3702         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
3703         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
3704         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
3705         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
3706         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
3707         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
3708         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
3709         __GI___sigaction): Add.
3710         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
3711         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
3712         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
3713         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
3714         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
3715         __GI___setpgid): Add.
3716         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
3717         Remove undef and INTDEF.
3718         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
3719         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
3720         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
3721         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
3722         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
3723         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
3724         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
3725         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
3726         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
3727         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
3728         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
3729         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
3730         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
3731         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
3732         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
3733         __GI___statfs, __GI___send): Add.
3734         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
3735         libc_hidden_ver resp. libc_hidden_def.
3736         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
3737         libc_hidden_def.
3738         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
3739         Likewise.  Remove undef and INTDEF.
3740         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
3741         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
3742         __GI___statfs, __GI___send): Add.
3743         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
3744         libc_hidden_def.
3745         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
3746         Likewise.
3747         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
3748         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
3749         libc_hidden_ver resp. libc_hidden_def.
3750         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
3751         __GI___send): Add.
3752         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
3753         Add libc_hidden_weak.
3754         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
3755         Add libc_hidden_def.
3756         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
3757         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
3758         libc_hidden_weak.
3759         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
3760         resp. libc_hidden_def.
3761         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
3762         libc_hidden_weak.
3763         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
3764         INTDEF.
3765         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
3766         Likewise.  Remove undef.
3767         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
3768         libc_hidden_weak.
3769         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
3770         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
3771         libc_hidden_weak.
3772         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
3773         libc_hidden_def.
3774         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
3775         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
3776         Likewise.  Remove undef and INTDEF.
3777         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
3778         libc_hidden_def.
3779         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
3780         libc_hidden_weak.
3781         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
3782         libc_hidden_def.
3783         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
3784         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
3785         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
3786         libc_hidden_weak.
3787         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
3788         Add libc_hidden_def.
3789         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
3790         __GI___statfs): Add.
3791         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
3792         libc_hidden_weak.
3793         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
3794         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
3795         Remove undef and INTDEF.
3796         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
3797         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
3798         libc_hidden_def.
3799         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
3800         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
3801         libc_hidden_weak.
3802         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
3803         libc_hidden_def.
3804         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
3805         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
3806         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
3807         Add.
3808         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
3809         libc_hidden_def.  Remove undef and INTDEF.
3810         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
3811         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
3812         libc_hidden_def.
3813         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
3814         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
3815         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
3816         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
3817         Remove undef and INTDEF.
3818         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
3819         broken visibility attribute handling.
3820         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
3821
3822 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3823
3824         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
3825         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
3826
3827         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
3828         previous patch.
3829
3830 2002-06-29  Todd Fries  <todd@openbsd.org>
3831
3832         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
3833
3834 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3835
3836         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
3837
3838 2002-07-30  Roland McGrath  <roland@redhat.com>
3839
3840         * resolv/resolv.h (_res): Define macro unconditionally.
3841         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
3842         * include/resolv.h: ... here.
3843         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
3844         as a __thread variable.
3845         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
3846         a __thread variable instead of a global.
3847         * resolv/res_data.c [_LIBC]: Don't #undef _res.
3848
3849         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
3850         time we test it.
3851
3852         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
3853
3854         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
3855         decls of memset and memcpy.
3856
3857         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
3858         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
3859
3860         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
3861
3862         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
3863         (__libc_tsd_define): Define using __thread.
3864
3865         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
3866         (__rpc_thread_variables): Use __libc_tsd_get.
3867         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
3868         __rpc_thread_variables, which might allocate what we're about to free.
3869
3870         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
3871         thread-local variable.
3872         * resolv/netdb.h (h_errno): Define macro unconditionally.
3873         [_LIBC] (__set_h_errno): Macro moved to ...
3874         * include/netdb.h: ... here.
3875         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
3876         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
3877         [! _LIBC_REENTRANT]: #undef h_errno here.
3878
3879         * include/errno.h: Protect from multiple inclusion.
3880
3881         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
3882         before defining them, since Linux's <linux/posix_types.h> might have
3883         defined them.
3884
3885 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3886
3887         * malloc/malloc.c (public_cALLOc): Check for overflow on
3888         multiplication.
3889         * sunrpc/xdr_array.c (xdr_array): Likewise.
3890         * sunrpc/rpc/types.h (mem_free): Add comment.
3891         Patch by Solar Designer <solar@openwall.com>.
3892
3893 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3894
3895         * sysdeps/unix/sysv/linux/kernel-features.h
3896         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
3897
3898 2002-08-01  Roland McGrath  <roland@redhat.com>
3899
3900         * libio/fileops.c (_IO_file_sync_mmap): New function.
3901         (_IO_file_jumps_mmap): Use it.
3902         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
3903         repeat the stat check and resize the mapped buffer as necessary.
3904
3905 2002-07-31  Roland McGrath  <roland@redhat.com>
3906
3907         * libio/fileops.c (decide_maybe_mmap): New static function.
3908         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
3909         mmap the file contents.  Then switch the jump tables to the mmap
3910         tables if it worked, or the vanilla file tables if not.
3911         (_IO_file_underflow_maybe_mmap): New function.
3912         (_IO_file_seekoff_maybe_mmap): New function.
3913         (_IO_file_xsgetn_maybe_mmap): New function.
3914         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
3915         * libio/libioP.h: Declare those.
3916         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
3917         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
3918         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
3919         If the stream is read-only, set its jump tables to those new ones.
3920         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
3921         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
3922         We need the tables set before _IO_file_attach.
3923
3924         * libio/tst-mmap-eofsync.c: New file.
3925         * libio/tst-mmap-fflushsync.c: New file.
3926         * libio/bug-mmap-fflush.c: New file.
3927         * libio/tst-mmap2-eofsync.c: New file.
3928         * libio/Makefile (tests): Add them.
3929
3930         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
3931         _IO_file_underflow_mmap fails, it already set the appropriate bit.
3932
3933 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
3934
3935         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
3936         Declarations moved to <bits/sys_errlist.h>.  Include that file.
3937         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
3938         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
3939         declare sys_errlist and sys_nerr.
3940         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
3941         provide declarations.
3942
3943 2002-07-31  Roland McGrath  <roland@redhat.com>
3944
3945         * elf/rtld.c (dl_main): Fix typo in error message.
3946
3947 2002-07-31  Roland McGrath  <roland@frob.com>
3948
3949         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
3950         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
3951         sysdeps/mach/hurd/dl-sysdep.c change.
3952
3953 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
3954
3955         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
3956         -r`/build/include for kernel headers.
3957
3958         * po/fi.po: New file.
3959
3960 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
3961
3962         * configure.in (static_nss): Set to `yes' if --disable-shared.
3963
3964 2002-07-23  Bruno Haible  <bruno@clisp.org>
3965
3966         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
3967         is set.
3968
3969 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3970
3971         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
3972         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
3973         arguments.
3974
3975 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3976
3977         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
3978         alias.
3979
3980 2002-07-21  Bruno Haible  <bruno@clisp.org>
3981
3982         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
3983         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
3984         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
3985         trans_sysdep_tab_offset.
3986         (struct sysdep_segment): New type.
3987         (struct sysdep_string): New type.
3988         (SEGMENTS_END): New macro.
3989         * intl/gettextP.h (struct sysdep_string_desc): New type.
3990         (struct loaded_domain): New fields malloced, n_sysdep_strings,
3991         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
3992         orig_tab, trans_tab, hash_tab to const pointers because they point
3993         into read-only memory.
3994         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
3995         (PRI*): Define fallback values.
3996         (get_sysdep_segment_value): New function.
3997         (_nl_load_domain): Distinguish major and minor revision parts. Add
3998         support for minor revision 1 with system dependent strings.
3999         (_nl_unload_domain): Also free the 'malloced' field.
4000         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
4001         now done in loadmsgcat.c. Add support for system dependent strings.
4002
4003 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4004
4005         * posix/bug-regex7.c: New file.
4006         * posix/bug-regex8.c: New file.
4007         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
4008
4009 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4010
4011         * posix/bug-regex4.c (main): Fix typos.
4012         * posix/bug-regex6.c (main): Likewise.
4013
4014 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
4015
4016         * posix/bug-regex6.c (main): Fix warnings.
4017
4018         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
4019
4020         * iconv/iconv_prog.c (main): Improve error message for the cases
4021         where -t and/or -f parameter are missing.
4022
4023 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
4024
4025         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
4026         (re_search): Likewise.
4027         (re_match_2): Likewise.
4028         (re_search_2): Likewise.
4029         (re_search_stub): New function.
4030         (re_search_2_stub): New function.
4031         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
4032
4033 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
4034
4035         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
4036         (re_string_eoi): Use STOP instead of LEN.
4037         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
4038         (re_string_construct): Likewise.
4039         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
4040         * posix/regexec.c (re_search_internal): Add a new argument STOP
4041         so that it can handle the argument STOP of re_search_2 and re_match_2
4042         correctly.
4043         (regexec): Adapt to new I/F of re_search_internal.
4044         (re_search_stub): Likewise.
4045
4046 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
4047
4048         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
4049
4050         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
4051
4052         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
4053         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
4054         of __divdi3.
4055
4056         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
4057         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
4058         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
4059         alias for adjtimex syscall.
4060
4061         * elf/dl-minimal.c: Define __assert_fail_internal.
4062         * assert/assert.c: Likewise.
4063         * include/assert.h: Define __assert_file macro if !SHARED and not
4064         NOT_IN_libc.
4065
4066         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
4067         programs.
4068         * locale/Makefile: Likewise.
4069         * nscd/Makefile: Likewise.
4070         * catgets/Makefile: Likewise.
4071
4072 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4073
4074         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
4075         compute current position.
4076
4077         * stdio-common/tst-fseek.c (main): Improve error messages.
4078
4079         * libio/tst-freopen.c (main): Remove unused variable.
4080
4081         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
4082         succesful seek call.  Simplify error checking.
4083
4084 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4085
4086         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
4087         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4088
4089 2002-07-19  Roland McGrath  <roland@frob.com>
4090
4091         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
4092         __libc_enable_secure is set.
4093
4094 2002-07-24  Roland McGrath  <roland@frob.com>
4095
4096         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
4097         This implementation supports only IPv4.
4098         * inet/ifaddrs.h: New file.
4099         * sysdeps/generic/ifaddrs.c: New file.
4100         * sysdeps/gnu/ifaddrs.c: New file.
4101         * inet/test-ifaddrs.c: New file.
4102         * inet/Makefile (routines): Add ifaddrs.
4103         (headers): Add ifaddrs.h here.
4104         (tests): Add test-ifaddrs.
4105         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
4106
4107         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
4108         socket call to get an AF_INET socket, instead of using __opensock.
4109         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
4110
4111         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
4112         if not -1 use it instead of calling __opensock.
4113         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
4114         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
4115         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
4116
4117         * sysdeps/mach/hurd/ifreq.h: New file.
4118         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
4119         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
4120         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
4121
4122         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
4123         which gets moved around.  Calculate size of mmap'd buffer instead.
4124
4125 2002-07-24  Philip Blundell  <philb@gnu.org>
4126
4127         * sysdeps/unix/arm/brk.S: Improve schedule.
4128         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
4129         efficient instruction.
4130         (__socket): Optimize return sequence.
4131
4132 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4133
4134         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
4135         sockets on old kernels.
4136
4137 2002-07-22  Philip Blundell  <philb@gnu.org>
4138
4139         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
4140         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4141         alias.
4142
4143 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4144
4145         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
4146         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
4147
4148         * locale/programs/locarchive.c (add_locale_to_archive): Correct
4149         test to detect duplicate locales.
4150
4151         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
4152         position would be before beginning of file.
4153         (_IO_file_seekoff_mmap): Likewise.
4154         * libio/Makefile (tests): Add bug-fseek.
4155         * libio/bug-fseek.c: New file.
4156
4157         * intl/explodename.c: Remove support for CEN-style locale variables.
4158         It was never used and shouldn't be since it's not portable.
4159         * intl/finddomain.c: Likewise.
4160         * intl/l10nflist.c: Likewise.
4161         * intl/loadinfo.h: Likewise.
4162         * locale/findlocale.c: Likewise.
4163
4164 2002-07-24  Roland McGrath  <roland@frob.com>
4165
4166         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
4167         position, calculate it to take into account an active pushback buffer.
4168
4169         * libio/Makefile (tests): Add bug-ungetc.
4170         * libio/bug-ungetc.c: New file.
4171
4172 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
4173
4174         * sysdeps/generic/libc-tls.c: New file.
4175         * csu/Makefile (routines): Add libc-tls.
4176         (static-only-routines): Add libc-tls.
4177         * elf/dl-support.c (_dl_phdr): New variable.
4178         (_dl_phnum): New variable.
4179         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
4180         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
4181         for !SHARED.  First look through auxiliary vector.  If TLS always
4182         call __pthread_initialize_minimal.
4183
4184         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
4185         in mmap call is never zero.
4186
4187 2002-07-23  Andreas Jaeger  <aj@suse.de>
4188
4189         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
4190         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
4191
4192 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
4193
4194         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
4195         creation and removal of the temp file.
4196
4197         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
4198         file creation.
4199         * test-skeleton.c (create_temp_file): New function.
4200
4201 2002-07-22  Andreas Jaeger  <aj@suse.de>
4202
4203         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
4204         local label.
4205
4206 2002-07-21  Roland McGrath  <roland@frob.com>
4207
4208         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4209         put -I../include before -I../stdlib so we get the right errno.h et al.
4210         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4211         (CFLAGS-wcstof.c): Likewise.
4212         (CFLAGS-wcstold.c): Likewise.
4213         (CFLAGS-wcstod_l.c): Likewise.
4214         (CFLAGS-wcstof_l.c): Likewise.
4215         (CFLAGS-wcstold_l.c): Likewise.
4216
4217 2002-07-19  Roland McGrath  <roland@frob.com>
4218
4219         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4220
4221 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4222
4223         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4224         __ASSUME_AT_XID is defined.
4225         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4226         for 2.4.1 and up.
4227         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4228         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
4229
4230         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
4231         (CFLAGS-wcstof.c): Likewise.
4232         (CFLAGS-wcstold.c): Likewise.
4233         (CFLAGS-wcstod_l.c): Likewise.
4234         (CFLAGS-wcstof_l.c): Likewise.
4235         (CFLAGS-wcstold_l.c): Likewise.
4236
4237 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
4238
4239         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
4240         __priority_which_t): Always typedef to int for C++.
4241
4242 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
4243
4244         * configure.in: Add test for __thread support in compiler.
4245         * config.h.in: Add HAVE___THREAD.
4246         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
4247         * include/sys/errno.h: Moved to...
4248         * stdlib/sys/errno.h: ...here.  New file.
4249         * stdlib/errno.h: New file.  Moved from...
4250         * include/errno.h: ...here.  Changed into an internal header defining
4251         libc-local things like __set_errno.
4252         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
4253         bits/errno.h.
4254         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
4255         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
4256         either.
4257         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
4258         from...
4259         (_dl_start_final): ...here.  Add code to initialize tls elements from
4260         bootstrap_map.
4261         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
4262         if USE_TLS && HAVE___THREAD.
4263         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
4264         * sysdeps/mach/hurd/bits/errno.h: Likewise.
4265         * sysdeps/standalone/arm/bits/errno.h: Likewise.
4266         * sysdeps/standalone/bits/errno.h: Likewise.
4267         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
4268         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
4269         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
4270         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
4271         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
4272         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
4273         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
4274         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
4275         use GL(dl_rtld_map), use map parameter.
4276         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4277         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
4278         USE_TLS && HAVE___THREAD.
4279         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
4280         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
4281         TLS code sequence.
4282         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4283
4284         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
4285         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
4286         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
4287         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4288         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4289         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4290
4291 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
4292
4293         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
4294         MS_INVALIDATE values.
4295
4296 2002-07-17  Andreas Schwab  <schwab@suse.de>
4297             Ulrich Drepper  <drepper@redhat.com>
4298
4299         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
4300         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4301         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4302         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4303
4304 2002-07-01  H.J. Lu  <hjl@gnu.org>
4305
4306         * elf/circleload1.c (load_dso): Call "circlemod1" and check
4307         return value.
4308
4309         * elf/circlemod1.c (circlemod1): Return int.
4310         * elf/circlemod2.c (circlemod2): Likewise.
4311         * elf/circlemod2a.c (circlemod2): Likewise.
4312         * elf/circlemod3.c (circlemod3): Likewise.
4313         (circlemod3a): A new function.
4314
4315 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4316
4317         * catgets/tst-catgets.c (main): Don't expect results for
4318         untranslated messages.
4319
4320         * glibcbug.in: Fix little typo.  Remove STDIO.
4321
4322         * config.h.in: Fail if __FAST_MATH__ is defined.
4323         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
4324         (CPPFLAGS-test-idouble.c): Likewise.
4325         (CPPFLAGS-test-ildouble.c): Likewise.
4326
4327 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4328
4329         * intl/tst-gettext.sh: Pass -f option to msgfmt.
4330         * intl/tst-gettext.c: Correctly handle untranslated messages in
4331         positive tests.
4332
4333         * po/de.po: Update from translation team.
4334
4335 2002-07-02  H.J. Lu  <hjl@gnu.org>
4336
4337         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
4338         use ll/sc.
4339         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
4340
4341         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
4342         to 2.4.0 for mips.
4343
4344 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4345
4346         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
4347         TLS fail if USE_TLS is not defined.
4348
4349         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
4350         and adjust state for seek position.  [PR libc/4070]
4351         * libio/Makefile (tests): Add bug-rewind.
4352         * libio/bug-rewind.c: New file.
4353
4354 2002-07-12  Philip Blundell  <philb@gnu.org>
4355
4356         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
4357         (__backtrace): Use it.
4358         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
4359
4360 2002-07-12  Philip Blundell  <philb@gnu.org>
4361
4362         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
4363         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
4364         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
4365         (elf_machine_rela): Remove unused variable.
4366
4367         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
4368         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
4369         define.
4370
4371 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
4372
4373         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
4374
4375 2002-07-14  Andreas Jaeger  <aj@suse.de>
4376
4377         * sysdeps/x86_64/bits/link.h: Add biarch support.
4378
4379 2002-07-13  Andreas Jaeger  <aj@suse.de>
4380
4381         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
4382         Use correct indices.
4383         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
4384
4385 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4386
4387         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
4388         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
4389         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
4390         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
4391         * sysdeps/s390/s390-32/bits/link.h: Remove.
4392         * sysdeps/s390/s390-64/bits/link.h: Remove.
4393         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
4394         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
4395         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
4396         * sysdeps/s390/bits/wordsize.h: New file.
4397         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
4398         elfclass.h.
4399         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
4400         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
4401         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
4402         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
4403         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
4404         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
4405         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
4406         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
4407         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
4408         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
4409         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
4410         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
4411         resource.h.
4412         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
4413         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
4414         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
4415         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
4416         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
4417         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
4418         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
4419         sigaction.h.
4420         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
4421         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
4422         siginfo.h.
4423         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
4424         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
4425         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
4426         socket.h.
4427         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
4428         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
4429         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
4430         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
4431         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
4432         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
4433         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
4434         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
4435         procfs.h.
4436         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
4437         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
4438         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
4439         ucontext.h.
4440         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
4441         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
4442
4443 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4444
4445         * Versions.def (libc): Add GLIBC_2.3.
4446         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
4447         * stdlib/canonicalize.c: Add compatibility version for realpath
4448         and make new code available in GLIBC_2.3.
4449
4450 2002-07-06  Bruno Haible  <bruno@clisp.org>
4451
4452         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
4453
4454 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4455
4456         * resolv/res_hconf.c (_res_hconf_init): Move code into new
4457         function do_init.  Use __libc_once.
4458         (do_init): New function.
4459
4460         * iconvdata/iso8859-11.h: Removed.
4461         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
4462         (distribute): Remove iso8859-11.h.
4463         * iconvdata/tst-tables.sh: Add ISO-8859-11.
4464
4465         * stdio-common/vfscanf.c (inchar): Restore errno from previous
4466         underflow operation if c == (W)EOF.
4467
4468 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4469
4470         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
4471         non-zero, adjust exponent.
4472         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
4473         Remove NO_LONG_DOUBLE aliases.
4474         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
4475         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
4476         (__log1pl): Raise divide by zero and invalid exceptions when needed.
4477         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
4478         1**y and -1**+-Inf.
4479         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
4480         Fix BITS_PER_MP_LIMB 32 extraction.
4481         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
4482         exceptions for qNaNs.
4483         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
4484         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
4485         Raise exceptions when needed.  Don't recurse unnecessarily.
4486         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
4487         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
4488         exceptions for qNaNs.
4489         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
4490         to fix *quo return value sign.
4491         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
4492         case -Inf argument.
4493         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
4494
4495 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4496
4497         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
4498         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
4499         -DNDEBUG.
4500
4501 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4502
4503         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
4504         the result.
4505
4506         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
4507         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
4508
4509         * Versions.def (libthread_db): Add GLIBC_2.3.
4510
4511 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
4512
4513         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
4514         new stream if possible.
4515         * libio/freopen64.c (freopen64): Likewise.
4516         * libio/Makefile (tests): Add tst-freopen.
4517         * libio/tst-freopen.c: New file.
4518
4519 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4520
4521         * libio/stdio.h (obstack_printf): Add format attribute.
4522         (obstack_vprintf): Likewise.
4523
4524 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4525
4526         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
4527         resp. 16 bytes on 32-bit resp. 64-bit platforms.
4528         (re_charset_t, re_string_t): Reorder structure members for 64-bit
4529         architectures.
4530
4531 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4532
4533         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
4534         (init_dfa): ...here.
4535
4536 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
4537
4538         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
4539         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
4540         nodes in parse trees.
4541         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
4542         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
4543         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
4544         nodes which can epsilon transit.
4545         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
4546         to IS_EPSILON_NODE macro.
4547         * posix/regexec.c (update_regs): New function to update registers
4548         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4549         (proceed_next_node): Use the entities of the nodes to determine
4550         whether the node can transit to.
4551         (set_regs): Use update_regs function to update registers.
4552
4553 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4554
4555         * posix/bug-regex4.c (main): Remove duplicate setlocale.
4556         * posix/bug-regex6.c: New file.
4557         * posix/Makefile (tests): Add bug-regex6.
4558         (bug-regex6-ENV): Set LOCPATH.
4559
4560 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4561
4562         * Versions.def [libpthread]: Add GLIBC_2.2.6.
4563         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4564
4565 2002-07-06  Bruno Haible  <bruno@clisp.org>
4566
4567         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4568
4569 2002-07-06  Bruno Haible  <bruno@clisp.org>
4570
4571         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4572         declarations.
4573
4574         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4575
4576         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4577
4578         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4579         not _UTSNAME_H.
4580         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4581
4582         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4583         * sysdeps/generic/bits/ustat.h: Likewise.
4584
4585         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4586
4587 2002-07-08  Andreas Jaeger  <aj@suse.de>
4588
4589         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4590
4591 2002-07-08  Andreas Jaeger  <aj@suse.de>
4592
4593         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4594
4595 2002-07-06  Andreas Jaeger  <aj@suse.de>
4596
4597         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4598         * sysdeps/x86_64/fpu/s_copysign.S: New file.
4599         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4600         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4601         * sysdeps/x86_64/fpu/s_finitel.S: New file.
4602         * sysdeps/x86_64/fpu/s_fmax.S: New file.
4603         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4604         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4605         * sysdeps/x86_64/fpu/s_fmin.S: New file.
4606         * sysdeps/x86_64/fpu/s_fminf.S: New file.
4607         * sysdeps/x86_64/fpu/s_fminl.S: New file.
4608
4609 2002-06-05  Brian Youmans <3diff@gnu.org>
4610
4611         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4612         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4613         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4614         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4615         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4616         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4617         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4618         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4619         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4620         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4621         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4622         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4623         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4624         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4625         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4626         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4627         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4628         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4629         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4630         * sysdeps/ia64/fpu/e_log.S: Likewise.
4631         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4632         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4633         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4634         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4635         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4636         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4637         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4638         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4639         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4640         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4641         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4642         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4643         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4644         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4645         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4646         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4647         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
4648         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4649         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
4650         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
4651         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4652         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4653         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4654         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4655         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4656         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4657         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4658         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4659         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4660         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4661         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4662         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4663         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4664         * sysdeps/ia64/fpu/s_modf.S: Likewise.
4665         * sysdeps/ia64/fpu/s_modff.S: Likewise.
4666         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4667         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4668         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4669         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4670         * sysdeps/ia64/fpu/s_rint.S: Likewise.
4671         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4672         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4673         * sysdeps/ia64/fpu/s_round.S: Likewise.
4674         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4675         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4676         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4677         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4678         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4679         * sysdeps/ia64/fpu/s_significand.S: Likewise.
4680         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4681         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4682         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4683         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4684         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4685         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4686         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4687         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4688         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
4689         reflect IBM donation of math library to FSF
4690         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4691         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4692         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4693         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4694         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4695         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4696         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4697         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4698         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4699         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4700         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4701         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4702         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4703         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4704         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4705         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4706         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4707         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4708         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4709         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4710         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4711         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4712         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
4713         * sysdeps/vax/__longjmp.c: Likewise.
4714         * sysdeps/vax/setjmp.c: Likewise.
4715         * libio/filedoalloc.c: Fixed BSD copying permission notice to
4716         remove advertising clause
4717         * sysdeps/vax/htonl.s: Likewise.
4718         * sysdeps/vax/htons.s: Likewise.
4719         * libio/wfiledoalloc.c: Likewise.
4720         * stdlib/random.c: Likewise.
4721         * stdlib/random_r.c: Likewise.
4722         * sysdeps/mach/sys/reboot.h: Likewise.
4723         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
4724         * sysdeps/posix/getaddrinfo.c: Likewise.
4725         * sunrpc/des_impl.c: Updated license permission notice to Lesser
4726         GPL and corrected pointer to point to the correct license.
4727
4728 2002-07-04  Andreas Jaeger  <aj@suse.de>
4729
4730         * scripts/config.guess: New upstream version.
4731         * scripts/config.sub: Likewise.
4732
4733 2002-07-02  Andreas Schwab  <schwab@suse.de>
4734
4735         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
4736         in parallel to bumping up the buffer pointer.
4737
4738 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4739
4740         * math/libm-test.inc (acos_test): Add missing L suffix for
4741         expected result.
4742         (cpow_test): Likewise.
4743         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
4744         error for acos (0.0625).
4745
4746 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4747
4748         * locale/iso-639.def: Add entry for Ganda.
4749         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
4750         definition.
4751         (address_finish): Handle entries with two letter ISO 639 code.
4752
4753         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
4754         directory if it existed before.
4755         * iconv/iconvconfig.c: Implement --prefix option.
4756
4757         * math/libm-test.inc (cexp_test): Add missing L suffix for
4758         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
4759         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
4760         1.25 i).
4761
4762 2002-05-29  H.J. Lu  <hjl@gnu.org>
4763
4764         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
4765         is turned on.
4766
4767 2002-05-28  H.J. Lu  <hjl@gnu.org>
4768
4769         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
4770         are not dlopened on the dependency list of a dlopened object.
4771
4772 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4773
4774         * elf/dl-lookup.c (add_dependency): It is not necessary to add
4775         dependencies if they are created between objects which are created
4776         while processing RTLD_NOW for objects loaded as part of the same
4777         dlopen call.
4778
4779 2002-06-14  H.J. Lu  <hjl@gnu.org>
4780
4781         * elf/Makefile (tests): Add circleload1.
4782         (modules-names): Add circlemod1, circlemod2, circlemod3,
4783         circlemod1a, circlemod2a and circlemod3a.
4784         ($(objpfx)circleload1): New target.
4785         ($(objpfx)circleload1.out): Likewise.
4786         ($(objpfx)circlemod1.so): Likewise.
4787         ($(objpfx)circlemod2.so): Likewise.
4788         ($(objpfx)circlemod1a.so): Likewise.
4789         ($(objpfx)circlemod2a.so): Likewise.
4790         * elf/circleload1.c: New file.
4791         * elf/circlemod1.c: New file.
4792         * elf/circlemod1a.c: New file.
4793         * elf/circlemod2.c: New file.
4794         * elf/circlemod2a.c: New file.
4795         * elf/circlemod3.c: New file.
4796         * elf/circlemod3a.c: New file.
4797
4798 2002-06-18  Amos Waterland  <apw@us.ibm.com>
4799
4800         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
4801         file descriptor.
4802         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
4803         add check for fd not open for writing.
4804
4805         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
4806         completed element(s) and do not suspend thread if so.  Patch
4807         heavily modified by drepper.
4808
4809         * rt/tst-aio7.c: New file.  Regression test for problems which the
4810         above three changes fix.
4811         * rt/Makefile (tests): Add tst-aio7.
4812
4813 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4814
4815         * rt/tst-aio6.c: Fix comment.
4816
4817         * catgets/gencat.c (read_input_file): Handle more than one slash
4818         at end of line correctly [PR libc/3926].
4819         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
4820
4821         * catgets/sample.SJIS: Add test case for above bug.
4822         * catgets/test-gencat.c: Adjust test code.
4823         * catgets/test-gencat.sh: Adjust expected results.
4824
4825         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
4826         to skip relative relocations.
4827         Patch by Geoff Keating <geoffk@redhat.com>.
4828
4829 2002-05-26  Bruno Haible  <bruno@clisp.org>
4830
4831         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
4832         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
4833         All callers changed.
4834         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
4835         STANDARD_FROM_LOOP_ERR_HANDLER.
4836         (utf8_internal_loop): Likewise.
4837         (ucs2_internal_loop): Likewise.
4838         (internal_ucs2_loop): Perform error handling like in
4839         STANDARD_FROM_LOOP_ERR_HANDLER.
4840         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
4841         in STANDARD_FROM_LOOP_ERR_HANDLER.
4842         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4843         handling.
4844         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
4845         in STANDARD_FROM_LOOP_ERR_HANDLER.
4846         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4847         handling.
4848         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
4849         in STANDARD_FROM_LOOP_ERR_HANDLER.
4850         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4851         handling.
4852         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
4853         STANDARD_FROM_LOOP_ERR_HANDLER.
4854         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
4855         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
4856         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
4857         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
4858         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
4859         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
4860         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
4861         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
4862         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
4863         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
4864         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
4865         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
4866         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
4867         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
4868         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
4869         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
4870         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
4871         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
4872         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
4873         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
4874         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
4875         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
4876         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
4877         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4878         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
4879         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
4880         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
4881         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
4882         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
4883         an error, still set result = __GCONV_ILLEGAL_INPUT.
4884         (BODY for TO_LOOP): Likewise.
4885         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
4886         STANDARD_FROM_LOOP_ERR_HANDLER.
4887         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4888         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
4889         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4890         handling.
4891         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4892         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
4893         STANDARD_FROM_LOOP_ERR_HANDLER.
4894         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4895         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
4896         STANDARD_FROM_LOOP_ERR_HANDLER.
4897         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4898         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
4899         STANDARD_FROM_LOOP_ERR_HANDLER.
4900         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4901         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
4902         STANDARD_FROM_LOOP_ERR_HANDLER.
4903         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4904         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
4905         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4906         handling.
4907         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4908         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
4909         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
4910         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
4911
4912 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4913
4914         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
4915         labels in assembler instructions.
4916
4917 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
4918
4919         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
4920         not enough content is available.
4921         * libio/tst-eof.c: New file.
4922         * libio/Makefile (tests): Add tst-eof.
4923
4924         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
4925         update atime.
4926         * libio/tst-atime.c: New file.
4927         * libio/Makefile (tests): Add tst-atime.
4928
4929         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
4930         handling of overly long words.
4931
4932 2002-06-25  Andreas Jaeger  <aj@suse.de>
4933
4934         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
4935         to not use 32-bit pc relative relocations.
4936         (elf_machine_dynamic): Likewise.
4937
4938 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4939
4940         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
4941         (__GETDENTS): Check for failed getdents64 syscall.
4942         * dirent/Makefile (tests): Add bug-readdir1.
4943         * dirent/bug-readdir1.c: New file.
4944
4945 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
4946
4947         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
4948         lookups.
4949         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
4950         code.  Print TLS modid and offset for modules containing PT_TLS
4951         segments.
4952
4953 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
4954
4955         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4956         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4957         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4958         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4959
4960 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4961
4962         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
4963         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
4964         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
4965         * nss/getXXent_r.c (NEW, NEW1): Define.
4966         (NEW (REENTRANT_GETNAME)): Strong alias to
4967         INTERNAL (REENTRANT_GETNAME).
4968         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
4969
4970 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4971
4972         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
4973         (_IO_file_jumps_mmap): Use it.
4974         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
4975         * libio/libioP.h: Remove _IO_wdefault_setbuf and
4976         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
4977         prototype.
4978         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
4979         (_IO_wfile_jumps_mmap): Don't use it anymore.
4980         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
4981         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
4982         _IO_wdefault_setbuf.
4983         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
4984         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
4985         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
4986
4987 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
4988
4989         * libio/Makefile (tests): Add tst-mmap-setvbuf.
4990         * libio/tst-mmap-setvbuf.c: New test.
4991
4992 2002-06-21  Andreas Jaeger  <aj@suse.de>
4993
4994         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
4995
4996 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
4997
4998         * include/unistd.h (__fork_internal): Remove.
4999         (__fork): Don't define to __fork_internal.
5000         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
5001         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
5002         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
5003         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
5004         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
5005
5006 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5007
5008         * po/hr.po: New file.
5009
5010 2002-06-11  Wolfram Gloger  <wg@malloc.de>
5011
5012         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
5013         Reported by Michael Meissner <meissner@redhat.com>.
5014
5015 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5016
5017         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
5018         Patch by Hans Boehm <hans_boehm@hp.com>.
5019
5020 2002-06-20  Andreas Jaeger  <aj@suse.de>
5021
5022         * math/libm-test.inc: Use exact values as input parameters,
5023         compute output parameters with 36 digits for 128-bit long doubles.
5024         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
5025         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
5026         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
5027
5028 2002-06-13  Stephen L Moshier  <steve@moshier.net>
5029
5030         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
5031         argument or result is subnormal.
5032
5033 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
5034
5035         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
5036         quotient.
5037         * sysdeps/i386/fpu/s_remquof.S: Likewise.
5038         * sysdeps/i386/fpu/s_remquol.S: Likewise.
5039
5040         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
5041
5042 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
5043
5044         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
5045         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
5046         Reported by Peter A. Buhr.
5047
5048 2002-06-15  Roland McGrath  <roland@frob.com>
5049
5050         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
5051         warning.
5052
5053         * sysdeps/mach/hurd/getcwd.c
5054         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
5055
5056         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
5057         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
5058
5059         * sysdeps/alpha/divrem.h: Use local label instead of global one for
5060         jump to local subroutine.
5061
5062 2002-06-14  Roland McGrath  <roland@frob.com>
5063
5064         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
5065         * sysdeps/mach/hurd/Makeconfig: ... here.
5066
5067 2002-06-13  Andreas Schwab  <schwab@suse.de>
5068
5069         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
5070         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5071         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5072
5073 2002-06-13  Roland McGrath  <roland@frob.com>
5074
5075         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
5076         * hurd/hurdstartup.c (_hurd_startup): Likewise.
5077         Use intptr_t instead of int for argc in stack layout.
5078         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
5079         (_dl_init_first): Likewise.
5080         (_hurd_stack_setup): Likewise.
5081         (init1): Add a cast.
5082         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
5083
5084         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
5085         argument to pfinet_siocgifconf RPC.
5086
5087 2002-06-13  Andreas Schwab  <schwab@suse.de>
5088
5089         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
5090         expansion order.
5091
5092 2002-06-12  Roland McGrath  <roland@frob.com>
5093
5094         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
5095         if already defined.
5096         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
5097         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
5098
5099 2002-06-11  Roland McGrath  <roland@frob.com>
5100
5101         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
5102         file on [!RTLD_STAT64].
5103         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5104
5105         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
5106         (__fdopen): Use INTUSE.
5107         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
5108
5109         * stdio-common/tmpfile64.c: File removed.
5110         * sysdeps/generic/tmpfile64.c: New file.
5111         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
5112         if not already defined.
5113         (tmpfile): Use it in place of __GT_FILE.
5114
5115         * include/unistd.h: Declare __chown_internal.
5116
5117         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
5118         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
5119
5120 2002-06-09  Roland McGrath  <roland@frob.com>
5121
5122         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
5123         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
5124         value of HURD_INTERFACE_VERSION >= 20020609.
5125         * sysdeps/mach/hurd/configure: Regenerated.
5126         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
5127         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
5128         convert a struct stat64 into a struct stat and return 0 or -1
5129         with errno set to EOVERFLOW.
5130         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
5131         for struct statfs64 to struct statfs.
5132         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
5133         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
5134         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
5135         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
5136         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
5137         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
5138         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
5139         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
5140         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
5141         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
5142         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
5143         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
5144         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
5145         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
5146         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
5147         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
5148         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
5149         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
5150         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
5151         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
5152         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
5153         Use struct stat64 for io_stat argument.
5154         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
5155         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
5156         to io_seek.
5157         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
5158         * hurd/fd-write.c (_hurd_fd_write): Likewise.
5159         * hurd/hurd/fd.h: Update decls.
5160         * sysdeps/mach/hurd/getcwd.c
5161         (_hurd_canonicalize_directory_name_internal): Use ino64_t
5162         and struct dirent64.
5163         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
5164         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
5165         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
5166         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
5167
5168 2002-06-08  Roland McGrath  <roland@frob.com>
5169
5170         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
5171         instead of unsigned long int for __allocation and __size members.
5172
5173 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5174
5175         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5176         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5177         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5178         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5179
5180 2002-06-07  Roland McGrath  <roland@frob.com>
5181
5182         * sysdeps/mach/hurd/bits/environments.h: File removed.
5183
5184 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5185
5186         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
5187         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
5188         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
5189         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
5190         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
5191         (sendfile64): Likewise.
5192         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
5193         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
5194         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
5195         Likewise.
5196         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
5197
5198         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
5199         already defined.
5200
5201 2002-06-04  Bruno Haible  <bruno@clisp.org>
5202
5203         * sysdeps/cris/stackinfo.h: New file.
5204
5205         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
5206         to an integer type before performing bit operations on it.
5207
5208 2002-06-05  Roland McGrath  <roland@frob.com>
5209
5210         * sysdeps/generic/sendfile.c: Include <errno.h>.
5211         * sysdeps/generic/sendfile64.c: Likewise.
5212
5213         * io/Makefile (routines): Add sendfile and sendfile64.
5214         (headers): Add sys/sendfile.h to the list.
5215         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5216         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5217         * io/sys/sendfile.h: ... here.
5218         * sysdeps/generic/sendfile.c: New file.
5219         * sysdeps/generic/sendfile64.c: New file.
5220
5221         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5222         Move sendfile, sendfile64 to ...
5223         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5224         * sysdeps/mach/hurd/sendfile.c: New file.
5225         * sysdeps/mach/hurd/sendfile64.c: New file.
5226
5227         * sysdeps/mach/nanosleep.c: New file.
5228
5229 2002-06-04  Roland McGrath  <roland@frob.com>
5230
5231         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
5232         * sysdeps/alpha/elf/configure: New file (generated).
5233
5234 2002-06-02  Roland McGrath  <roland@frob.com>
5235
5236         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
5237
5238 2002-06-01  Roland McGrath  <roland@frob.com>
5239
5240         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
5241         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
5242
5243 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5244
5245         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
5246         Add nsmap.
5247         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
5248         Remove nstimes setting.
5249         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
5250         * resolv/res_send.c (res_nsend): Don't close unconditionally if
5251         there is mix of IPv6 and IPv4 nameservers.
5252         Use nsmap array to find free slots and preserve nameserver ordering.
5253         Fix RES_ROTATE.
5254
5255 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5256
5257         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
5258         use this header with LFS.
5259
5260         * po/sk.po: Update from translation team.
5261
5262 2002-05-28  Andreas Schwab  <schwab@suse.de>
5263
5264         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
5265         message when finding object of wrong class.
5266
5267 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
5268
5269         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
5270         Patch by <radu@netsoft.ro>.
5271
5272 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5273
5274         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
5275         Add readahead.
5276         * sysdeps/unix/sysv/linux/readahead.c: New file.
5277         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
5278         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
5279         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
5280         Add sendfile64 alias to sendfile syscall.
5281         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5282         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5283         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5284         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
5285         syscall.
5286
5287         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
5288         special section for PIC register loading.
5289         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5290
5291         * config.h.in: Define HAVE_HIDDEN.
5292         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
5293
5294         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
5295
5296 2002-05-28  Roland McGrath  <roland@frob.com>
5297
5298         * sysdeps/mach/alpha/setfpucw.c: New file.
5299
5300 2002-05-26  Roland McGrath  <roland@frob.com>
5301
5302         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
5303         Use integer_t instead of int for IOC_VOID case.
5304
5305 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
5306
5307         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
5308
5309 2002-05-26  Bruno Haible  <bruno@clisp.org>
5310
5311         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
5312         end of the ISO-8859-7 from idx table.
5313
5314 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
5315
5316         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
5317
5318 2002-05-24  David S. Miller  <davem@redhat.com>
5319
5320         * string/bits/string2.h (memset): Do not try to optimize when
5321         not _STRING_ARCH_unaligned if GCC will do the right thing.
5322
5323 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
5324
5325         * posix/regex.c: Define `inline' as a macro into nothing for the
5326         compilers which lack the keyword.
5327         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
5328         for the compatibility of gawk.
5329         * posix/regcomp.c: Add fake implementation of isblank() for the
5330         environments which lack the function.
5331         Don't use free_charset() in case of non-i18n envs.
5332         (build_range_exp): Don't use i18n related code in case of non-i18n
5333         envs.
5334         (build_collating_symbol): Likewise.
5335         (build_equiv_class): Likewise.
5336         (build_charclass): Likewise.
5337         (re_compile_fastmap_iter): Likewise.
5338         (parse_bracket_exp): Likewise.
5339         (build_word_op): Likewise.
5340         (regfree): Don't use free_charset() in case of non-i18n envs.
5341         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
5342         re_token_type_t in case of non-i18n envs.
5343         Don't define re_charset_t in case of non-i18n envs.
5344         Change the type of wcs of re_string_t from wchar_t to wint_t,
5345         since we store also WEOF.
5346         * posix/regex_internal.c: (re_string_realloc_buffers): Change
5347         the type of wcs of re_string_t from wchar_t to wint_t.
5348         (re_string_reconstruct): Likewise.
5349         (create_ci_newstate): Don't use i18n related code in case of
5350         non-i18n envs.
5351         (create_cd_newstate): Likewise.
5352
5353 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
5354
5355         * iconv/loop.c: Fix typo.
5356
5357 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
5358
5359         * inet/ether_line.c (ether_line): Fix a typo causing only
5360         lower 4 bits of each ethernet address byte being assigned.
5361         Don't modify what line points to.
5362         * inet/tst-ether_aton.c (main): Add ether_line tests.
5363
5364 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
5365
5366         * manual/filesys.texi: Don't make readlink example leak memory
5367         when readlink fails.
5368
5369 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
5370
5371         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
5372         some more security checks.
5373
5374 2002-05-17  David S. Miller  <davem@redhat.com>
5375
5376         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
5377
5378 2002-05-16  David S. Miller  <davem@redhat.com>
5379
5380         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
5381         (elf_machine_dynamic): Use it to force PIC register to be loaded.
5382         (elf_machine_load_address): Likewise.
5383         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
5384
5385         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
5386         is unaligned, do not forget to fully initialize %g1 magic value.
5387
5388         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
5389         register definitions and provide 32-bit variants of structures
5390         during 64-bit builds.
5391
5392         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
5393         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
5394         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
5395         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
5396         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
5397         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
5398         Do not clear implicit one bit here, it must be done post-rounding.
5399         Only pad to the left using left shift if value uses less than the
5400         available fractional bits.
5401
5402 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5403
5404         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
5405         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
5406         (shared-only-routines): Likewise.
5407         * sysdeps/powerpc/libgcc-compat.c: New file.
5408         * sysdeps/wordsize-32/cmpdi2.c: Removed.
5409         * sysdeps/wordsize-32/fixdfdi.c: Removed.
5410         * sysdeps/wordsize-32/fixsfdi.c: Removed.
5411         * sysdeps/wordsize-32/shdi3.c: Removed.
5412
5413 2002-05-16  Bruno Haible  <bruno@clisp.org>
5414
5415         * MakeTAGS (libc.pot): Don't sort the output.
5416         * po/header.pot: Update to match xgettext 0.11 output.
5417
5418 2002-05-16  Bruno Haible  <bruno@clisp.org>
5419
5420         * MakeTAGS (subdirs): Remove duplicates.
5421
5422 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5423
5424         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
5425         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
5426         alias.
5427
5428 2002-05-19  Andreas Jaeger  <aj@suse.de>
5429
5430         * sysdeps/unix/sysv/linux/configure.in: Warn against an
5431         installation in /usr/local.
5432
5433 2002-05-16  Bruno Haible  <bruno@clisp.org>
5434
5435         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
5436         string as argument of #error.
5437
5438 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
5439
5440         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
5441         don't define static.  Remove old __realpath function.  TC1 of
5442         POSIX 2001 will allow the second parameter to be NULL.
5443         * stdlib/test-canon.c: Comment out test for NULL as second
5444         parameter of realpath.
5445
5446         * time/offtime.c (__offtime): Set errno if overflow is detected.
5447
5448         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
5449         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
5450         dl-brk and dl-sbrk.
5451
5452         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
5453         (fdimf): Likewise.
5454
5455 2002-05-15  Roland McGrath  <roland@frob.com>
5456
5457         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
5458
5459 2002-05-12  Bruno Haible  <bruno@clisp.org>
5460
5461         * iconvdata/testdata/EUC-JISX0213: New file.
5462         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
5463         * iconvdata/testdata/SHIFT_JISX0213: New file.
5464         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
5465         * iconvdata/testdata/ISO-2022-JP-3: New file.
5466         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
5467         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
5468         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
5469         contains comments indicating precomposed characters.
5470
5471 2002-04-21  Bruno Haible  <bruno@clisp.org>
5472
5473         * iconvdata/iso-2022-jp-3.c: New file.
5474         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
5475         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
5476         (LDFLAGS-ISO-2022-JP-3.so): New variable.
5477         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
5478         (distribute): Add iso-2022-jp-3.c.
5479
5480 2002-05-12  Bruno Haible  <bruno@clisp.org>
5481
5482         * iconvdata/tst-table-to.c (main): Restore handling of
5483         transliterations, broken by last patch.
5484
5485 2002-05-12  Bruno Haible  <bruno@clisp.org>
5486
5487         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
5488
5489 2002-05-12  Bruno Haible  <bruno@clisp.org>
5490
5491         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
5492         when there is not enough room in the output buffer.
5493         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5494
5495 2002-04-20  Bruno Haible  <bruno@clisp.org>
5496
5497         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
5498         macros.
5499         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5500         Also make this macro work if FROM_DIRECTION evaluates to 0.
5501         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5502         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
5503         of consume_incomplete.
5504         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5505         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
5506         4, not 8.
5507         * iconvdata/cp1258.c: Likewise.
5508         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5509         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
5510         not 2.
5511         * iconvdata/ibm933.c: Likewise.
5512         * iconvdata/ibm935.c: Likewise.
5513         * iconvdata/ibm937.c: Likewise.
5514         * iconvdata/ibm939.c: Likewise.
5515         * iconvdata/iso-2022-cn.c: Define
5516         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5517         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
5518         * iconvdata/iso-2022-cn-ext.c: Likewise.
5519         * iconvdata/iso-2022-jp.c: Define
5520         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5521         {MIN,MAX}_NEEDED_{FROM,TO}.
5522         * iconvdata/tcvn5712-1.c: Define
5523         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5524         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
5525         * iconvdata/euc-jisx0213.c: Define
5526         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5527         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
5528         * iconvdata/shift_jisx0213.c: Likewise.
5529
5530 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5531
5532         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
5533         shdi3, fixdfdi, fixsfdi in csu dir.
5534         (shared-only-routines): Likewise.
5535         * sysdeps/wordsize-32/cmpdi2.c: New file.
5536         * sysdeps/wordsize-32/shdi3.c: New file.
5537         * sysdeps/wordsize-32/fixdfdi.c: New file.
5538         * sysdeps/wordsize-32/fixsfdi.c: New file.
5539         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
5540         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
5541         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
5542
5543         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
5544         Only use va_arg if the argument will be used [PR libc/3259].
5545
5546 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
5547
5548         * catgets/catgets.c (catopen): Free buffer if internal catalog
5549         open fails.
5550
5551 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5552
5553         * debug/xtrace.sh: Make more robust.  For realtime tracking use
5554         non-buffering methods.
5555         * debug/pcprofiledump.c: Implement -u option.
5556         Patch by Roger Luethi <rl@hellgate.ch>.
5557
5558 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
5559
5560         * include/netinet/in.h (bindresvport_internal): Add prototype.
5561         * include/rpc/auth.h  (authunix_create_internal,
5562         authunix_create_default_internal, authnone_create_internal,
5563         authdes_pk_create_internal): Add prototypes.
5564         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5565         clntudp_create_internal, clntudp_bufcreate_internal,
5566         clntunix_create_internal): Add prototypes.
5567         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5568         svc_getreq_internal, svc_getreq_common_internal,
5569         svc_getreqset_internal, svc_getreq_poll_internal,
5570         svc_register_internal, svc_unregister_internal,
5571         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5572         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5573         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5574         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5575         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5576         * inet/rcmd.c (rcmd_af): Use __listen.
5577         (rresvport_af): Use __bind.
5578         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5579         authunix_create, authunix_create_default, authnone_create,
5580         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5581         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5582         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5583         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5584         _authenticate, add INTDEF after such function definitions.
5585         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5586         __setsockopt, __getsockname instead of non-__ variants.
5587         * sunrpc/pmap_rmt.c: Likewise.
5588         * sunrpc/rtime.c: Likewise.
5589         * sunrpc/svc_udp.c: Likewise.
5590         * sunrpc/clnt_unix.c: Likewise.
5591         * sunrpc/svc_unix.c: Likewise.
5592         * sunrpc/bindrsvprt.c: Likewise.
5593         * sunrpc/svc_tcp.c: Likewise.
5594         * sunrpc/auth_none.c: Likewise.
5595         * sunrpc/clnt_raw.c: Likewise.
5596         * sunrpc/clnt_tcp.c: Likewise.
5597         * sunrpc/auth_unix.c: Likewise.
5598         * sunrpc/key_call.c: Likewise.
5599         * sunrpc/clnt_gen.c: Likewise.
5600         * sunrpc/pm_getmaps.c: Likewise.
5601         * sunrpc/clnt_simp.c: Likewise.
5602         * sunrpc/pmap_clnt.c: Likewise.
5603         * sunrpc/svc_run.c: Likewise.
5604         * sunrpc/svc.c: Likewise.
5605         * sunrpc/svc_simple.c: Likewise.
5606         * sunrpc/pm_getport.c: Likewise.
5607         * sunrpc/auth_des.c: Likewise.
5608         * sunrpc/svc_auth.c: Likewise.
5609         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5610         __register_frame_info_table_bases, __deregister_frame_info_bases):
5611         Add INTDEF.
5612         (__register_frame_info_bases_internal,
5613         __register_frame_info_table_bases_internal,
5614         __deregister_frame_info_bases_internal): Add prototypes.
5615         (__register_frame_info, __register_frame): Use INTUSE in call to
5616         __register_frame_info_bases.
5617         (__register_frame_info_table): Similarly.
5618         (__deregister_frame_info, __deregister_frame): Similarly.
5619         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5620         sendto as weak alias.
5621         * sysdeps/mach/hurd/sendto.c: Likewise.
5622         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5623         recvfrom as weak alias.
5624         * sysdeps/mach/hurd/recvfrom.c: Likewise.
5625         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5626         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5627         recvmsg as weak alias.
5628         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5629         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5630         sendmsg as weak alias.
5631         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5632         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5633         setsockopt, add setsockopt as weak alias.
5634         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5635         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5636         weak alias.
5637         * sysdeps/mach/hurd/bind.c: Likewise.
5638         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
5639         as weak alias.
5640         * sysdeps/mach/hurd/listen.c: Likewise.
5641         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
5642         getsockname, add getsockname as weak alias.
5643         * sysdeps/mach/hurd/getsockname.c: Likewise.
5644         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
5645         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
5646         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
5647         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
5648         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
5649         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
5650         Add aliases.
5651         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5652         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5653         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5654         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5655         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
5656         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
5657         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
5658         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
5659         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
5660         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
5661         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
5662         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
5663
5664 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5665
5666         * locale/programs/localedef.h (show_archive_content): Add verbose
5667         argument.
5668         * locale/programs/localedef.c (main): Adjust caller.
5669         * locale/programs/locarchive.c (struct nameent, struct dataent): New
5670         types.
5671         (nameentcmp, dataentcmp): New functions.
5672         (xstrcmp): Remove.
5673         (show_archive_content): Print verbose listing with --list-archive -v.
5674
5675 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5676
5677         * locale/programs/locarchive.c (open_archive): Take extra argument
5678         readonly.  If true open file with O_RDONLY and don't create the
5679         archive if it doesn't exist.
5680         Adapt all callers.
5681         (close_archive): Don't do anything if fd element is -1.
5682         * locale/programs/localedef.h (open_archive): Adjust prototype.
5683         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
5684         call.
5685
5686         * malloc/malloc.c (__posix_memalign): Correct check for size of
5687         alignment value [PR libc/3444].
5688
5689         * include/stdio.h: Remove references to old stdio implementation.
5690
5691         * libio/Makefile (bug-ungetwc2-ENV): Define.
5692
5693 2002-05-13  Roland McGrath  <roland@frob.com>
5694
5695         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
5696
5697         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
5698
5699 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
5700
5701         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5702         Allocate three, not two, more than LEN when appending '/.'.
5703         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
5704         if NAME ends with '/.' if it is shorter than 2 chars.
5705
5706 2002-05-12  Roland McGrath  <roland@frob.com>
5707
5708         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
5709         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
5710
5711         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
5712         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
5713
5714 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5715
5716         * sysdeps/ia64/Makefile: Remove extra endif.
5717         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
5718
5719 2002-05-10  Andreas Schwab  <schwab@suse.de>
5720
5721         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
5722
5723 2002-05-09  Andreas Jaeger  <aj@suse.de>
5724
5725         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
5726         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
5727         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
5728
5729         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
5730         * sysdeps/wordsize-64/glob.c: ...here.
5731         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
5732         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
5733         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
5734
5735 2002-05-08  Roland McGrath  <roland@frob.com>
5736
5737         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
5738         O_NOTRANS flag in "." lookup.
5739
5740 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
5741
5742         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
5743
5744 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
5745
5746         * locale/duplocale.c (__duplocale): Update special members only
5747         when allocation succeeded.
5748
5749 2002-05-03  Roland McGrath  <roland@frob.com>
5750
5751         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
5752         we can only build libc.so.0.3(GLIBC_2.2.6) now.
5753
5754 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
5755
5756         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
5757         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
5758         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
5759         * sysdeps/ia64/ia64libgcc.S: New file.
5760
5761 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
5762
5763         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
5764
5765         * malloc/memusage.c: Distinguish anonymous mmap.
5766
5767 2002-05-01  Roland McGrath  <roland@frob.com>
5768
5769         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
5770         and use INTDEF on it.
5771         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
5772
5773         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
5774
5775         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
5776
5777 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
5778
5779         * malloc/memusage.c: Add support for tracking mmap & friends.
5780         * malloc/memusage.sh: Implement -m/--mmap option.
5781
5782 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5783
5784         * locale/programs/locarchive.c (create_archive): Add archivefname
5785         argument, create fname from it.
5786         (enlarge_archive): Honour output_prefix.
5787         (open_archive): Likewise.
5788
5789 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5790
5791         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
5792         too many stpcpy macros.
5793
5794 2002-04-26  Bruno Haible  <bruno@clisp.org>
5795
5796         * locale/programs/ld-collate.c (collate_read): Cast first argument
5797         for "%.*s" to int.
5798
5799 2002-04-26  Bruno Haible  <bruno@clisp.org>
5800
5801         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
5802         __dcngettext_internal): New declarations.
5803         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
5804         attribute declarations.
5805
5806 2002-04-30  Roland McGrath  <roland@frob.com>
5807
5808         Removed old GNU stdio implementation; GNU libio is now the only option.
5809         * configure.in: Removed --enable-libio option and @stdio@ subst var.
5810         Define USE_IN_LIBIO unconditionally.
5811         * configure: Regenerated.
5812         * Makeconfig (stdio): Set to libio by default.
5813         * config.make.in (stdio): Variable removed.
5814         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
5815         * sysdeps/unix/sysv/linux/configure: Regenerated.
5816         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
5817         * sysdeps/mach/hurd/configure: Regenerated.
5818         * stdio/.cvsignore: File removed.
5819         * stdio/Makefile: File removed.
5820         * stdio/Versions: File removed.
5821         * stdio/__fbufsize.c: File removed.
5822         * stdio/__flbf.c: File removed.
5823         * stdio/__fpending.c: File removed.
5824         * stdio/__fpurge.c: File removed.
5825         * stdio/__freadable.c: File removed.
5826         * stdio/__freading.c: File removed.
5827         * stdio/__fsetlocking.c: File removed.
5828         * stdio/__fwritable.c: File removed.
5829         * stdio/__fwriting.c: File removed.
5830         * stdio/clearerr.c: File removed.
5831         * stdio/fclose.c: File removed.
5832         * stdio/fcloseall.c: File removed.
5833         * stdio/feof.c: File removed.
5834         * stdio/ferror.c: File removed.
5835         * stdio/fflush.c: File removed.
5836         * stdio/fgetc.c: File removed.
5837         * stdio/fgetpos.c: File removed.
5838         * stdio/fgets.c: File removed.
5839         * stdio/fileno.c: File removed.
5840         * stdio/fmemopen.c: File removed.
5841         * stdio/fopen.c: File removed.
5842         * stdio/fopncook.c: File removed.
5843         * stdio/fputc.c: File removed.
5844         * stdio/fputs.c: File removed.
5845         * stdio/fread.c: File removed.
5846         * stdio/freopen.c: File removed.
5847         * stdio/fseek.c: File removed.
5848         * stdio/fsetpos.c: File removed.
5849         * stdio/ftell.c: File removed.
5850         * stdio/fwrite.c: File removed.
5851         * stdio/getc.c: File removed.
5852         * stdio/getchar.c: File removed.
5853         * stdio/getdelim.c: File removed.
5854         * stdio/gets.c: File removed.
5855         * stdio/glue.c: File removed.
5856         * stdio/internals.c: File removed.
5857         * stdio/linewrap.c: File removed.
5858         * stdio/linewrap.h: File removed.
5859         * stdio/memstream.c: File removed.
5860         * stdio/newstream.c: File removed.
5861         * stdio/obstream.c: File removed.
5862         * stdio/putc.c: File removed.
5863         * stdio/putchar.c: File removed.
5864         * stdio/puts.c: File removed.
5865         * stdio/rewind.c: File removed.
5866         * stdio/setbuf.c: File removed.
5867         * stdio/setbuffer.c: File removed.
5868         * stdio/setlinebuf.c: File removed.
5869         * stdio/setvbuf.c: File removed.
5870         * stdio/stdio.h: File removed.
5871         * stdio/ungetc.c: File removed.
5872         * stdio/vasprintf.c: File removed.
5873         * stdio/vscanf.c: File removed.
5874         * stdio/vsnprintf.c: File removed.
5875         * stdio/vsprintf.c: File removed.
5876         * stdio/vsscanf.c: File removed.
5877         * sysdeps/generic/defs.c: File removed.
5878         * sysdeps/generic/fdopen.c: File removed.
5879         * sysdeps/generic/pipestream.c: File removed.
5880         * sysdeps/generic/stdio_init.c: File removed.
5881         * sysdeps/generic/sysd-stdio.c: File removed.
5882         * sysdeps/generic/vdprintf.c: File removed.
5883         * sysdeps/mach/hurd/defs.c: File removed.
5884         * sysdeps/mach/hurd/fdopen.c: File removed.
5885         * sysdeps/mach/hurd/pipestream.c: File removed.
5886         * sysdeps/mach/hurd/stdio_init.c: File removed.
5887         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
5888         * sysdeps/mach/hurd/vdprintf.c: File removed.
5889         * sysdeps/posix/defs.c: File removed.
5890         * sysdeps/posix/fdopen.c: File removed.
5891         * sysdeps/posix/pipestream.c: File removed.
5892         * sysdeps/posix/stdio_init.c: File removed.
5893         * sysdeps/posix/vdprintf.c: File removed.
5894         * sysdeps/unix/pipestream.c: File removed.
5895         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
5896         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
5897         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
5898
5899 2002-04-29  Roland McGrath  <roland@frob.com>
5900
5901         * include/libc-symbols.h (link_warning): Use `unused' attribute.
5902
5903 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
5904
5905         * sysdeps/generic/tls.h: Describe what must be defined.
5906
5907         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
5908         glob_in_dir [PR libc/3385].
5909         * posix/globtest.sh: Add test case.
5910
5911         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
5912         //TRANSLIT twice.
5913
5914 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
5915
5916         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
5917         _internal symbol handling.
5918         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5919
5920 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5921
5922         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
5923         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
5924
5925 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
5926
5927         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
5928         not _LIBC and RE_ENABLE_I18N.
5929         (build_range_exp): Implement for not _LIBC.
5930         (build_collating_symbol): Likewise.
5931         (parse_bracket_exp): Unify redundant error handlings.
5932         Don't erase mbcset for non matching list in multibyte envs.
5933         (build_word_op): Add '_' to matching list for \w operator.
5934         * posix/regex_internal.c (re_string_construct): Invoke
5935         build_upper_buffer in case of not RE_ENABLE_I18N.
5936         (re_string_reconstruct): Don't touch cur_state in case of not
5937         RE_ENABLE_I18N.
5938         * posix/regex_internal.h (attribute_hidden): New macro in case of
5939         not _LIBC.
5940         (re_charset_t): Define range_starts/ends in case of not _LIBC.
5941         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
5942         RE_ENABLE_I18N.
5943         (transit_state_mb): Likewise.
5944         (check_node_accept_bytes): Implement the code evaluating range
5945         expression in case of not _LIBC.
5946         (find_collation_sequence_value): Hide in case of not _LIBC.
5947
5948 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
5949
5950         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
5951         i386/semctl.c.
5952         (__old_semctl, __new_semctl): Only use va_arg if the argument will
5953         be used.
5954
5955 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5956
5957         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
5958
5959         * sysdeps/ia64/strncpy.S: Fix recovery code.
5960         Patch by David Mosberger <davidm@hpl.hp.com>.
5961
5962 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5963
5964         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
5965         GLIBC_2.2.6.
5966
5967 2002-04-14  Bruno Haible  <bruno@clisp.org>
5968
5969         * posix/regex.c (re_max_failures): Add back symbol for binary
5970         compatibility.
5971
5972 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
5973
5974         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
5975         of buffer building functions.
5976         * posix/regex_internal.c (re_string_allocate): New function.
5977         (re_string_realloc_buffers): New function.
5978         (re_string_skip_chars): New function.
5979         (re_string_reconstruct): New function.
5980         (re_string_construct): Adapt it to new interface of buffer building
5981         functions.
5982         (re_string_construct_common): Likewise.
5983         (build_wcs_buffer): Likewise.
5984         (build_wcs_upper_buffer): Likewise.
5985         (build_upper_buffer): Likewise.
5986         (re_string_translate_buffer): Likewise.
5987         (re_string_context_at): Adapt it to variable length buffers.
5988         * posix/regex_internal.h (re_string_t): Add new fields to handle
5989         variable length buffers.
5990         (re_match_context_t): Likewise.
5991         * posix/regexec.c (re_search_internal): Adapt it to new interface
5992         of re_string_t and re_match_context_t.
5993         (acquire_init_state_context): Likewise.
5994         (check_matching): Likewise.
5995         (check_halt_state_context): Likewise.
5996         (proceed_next_node): Likewise.
5997         (set_regs): Likewise.
5998         (sift_states_backward): Likewise.
5999         (clean_state_log_if_need): Likewise.
6000         (sift_states_iter_mb): Likewise.
6001         (sift_states_iter_bkref): Likewise.
6002         (add_epsilon_backreference): Likewise.
6003         (transit_state): Likewise.
6004         (transit_state_sb): Likewise.
6005         (transit_state_mb): Likewise.
6006         (transit_state_bkref): Likewise.
6007         (transit_state_bkref_loop): Likewise.
6008         (check_node_accept): Likewise.
6009         (match_ctx_init): Likewise.
6010         (extend_buffers): New function.
6011
6012 2002-04-21  Bruno Haible  <bruno@clisp.org>
6013
6014         * iconvdata/tst-table.sh: For the second check, use the truncated
6015         GB18030 charmap table, like for the first check.
6016
6017 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6018
6019         * elf/dl-load.c (open_verify): Correct __lseek parameters.
6020         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
6021
6022 2002-04-23  H.J. Lu  <hjl@gnu.org>
6023
6024         * include/math.h (isfinite): Fix a typo.
6025
6026 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6027
6028         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
6029         which is created by the test suite.
6030
6031 2002-04-20  Bruno Haible  <bruno@clisp.org>
6032
6033         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
6034         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
6035
6036 2002-04-20  Bruno Haible  <bruno@clisp.org>
6037
6038         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
6039         to avoid gcc warning.
6040
6041 2002-04-20  Bruno Haible  <bruno@clisp.org>
6042
6043         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
6044         of data->__statep->__count.
6045
6046 2002-04-20  Bruno Haible  <bruno@clisp.org>
6047
6048         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
6049         tag characters.
6050         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
6051
6052 2002-04-24  Roland McGrath  <roland@frob.com>
6053
6054         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
6055         use END macro instead of our own .end directive.
6056         Use `callsys' insn mnemonic instead of `call_pal'.
6057
6058         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
6059
6060         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
6061         macro; we need this for Hurd.
6062
6063         Log entry was missing for 2002/03/24 commit of rev 1.8,
6064         goes with 2002-03-17 changes.
6065         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
6066         (sysdep_routines): Append ioperm here.
6067         (sysdep_headers): Append sys/io.h here.
6068
6069 2002-04-23  Roland McGrath  <roland@frob.com>
6070
6071         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
6072         * sysdeps/mach/hurd/sendto.c: Likewise.
6073         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
6074         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
6075         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
6076
6077 2002-04-22  Roland McGrath  <roland@frob.com>
6078
6079         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
6080         failure from i386_io_perm_* RPCs to ENOSYS.
6081
6082 2002-04-22  Andreas Jaeger  <aj@suse.de>
6083
6084         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
6085
6086         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
6087
6088         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
6089         register instead of destroying %rbx.
6090
6091 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
6092
6093         * string/string.h: Declare strerror_r also for XPG6.
6094
6095 2002-04-19  Roland McGrath  <roland@frob.com>
6096
6097         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
6098
6099 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
6100
6101         * Makefile: Add handling of xtests and xcheck targets.
6102         * MakeTAGS: Likewise.
6103         * Makeconfig: Likewise.
6104         * Makerules: Likewise.
6105         * Rules: Likewise.
6106         * manual/Makefile: Likewise.
6107         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
6108         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
6109
6110 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
6111
6112         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
6113         authnone_private_s.
6114         * sunrpc/auth_none.c: Include bits/libc-lock.h.
6115         Delete #ifdef _RPC_THREAD_SAFE_ block.
6116         (authnone_private): Make a struct, not a pointer to struct.
6117         (authnone_private_guard): New once-control variable.
6118         (authnone_create_once): New function, split out of
6119         authnone_create.  No need to allocate memory.
6120         (authnone_create): Just call authnone_create_once via
6121         __libc_once, then return &authnone_private->no_client.
6122         (authnone_marshal): Access private data via CLIENT argument,
6123         not authnone_private pointer.
6124         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
6125         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
6126         authnone_private_s.
6127
6128 2002-04-12  H.J. Lu  <hjl@gnu.org>
6129
6130         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
6131
6132 2002-04-18  Bruno Haible  <bruno@clisp.org>
6133
6134         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6135         FROM_DIRECTION): Make the FROM direction stateless.
6136         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6137         FROM_DIRECTION): Likewise.
6138
6139 2002-04-15  Bruno Haible  <bruno@clisp.org>
6140
6141         * iconvdata/JISX0213.TXT: New file.
6142         * iconvdata/jisx0213.h: New file.
6143         * iconvdata/jisx0213.c: New file.
6144         * iconvdata/euc-jisx0213.c: New file.
6145         * iconvdata/shift_jisx0213.c: New file.
6146         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
6147         * iconvdata/EUC-JISX0213.precomposed: New file.
6148         * iconvdata/SHIFT_JISX0213.precomposed: New file.
6149         * iconvdata/SHIFT_JISX0213.irreversible: New file.
6150         * iconvdata/tst-table-to.c (main): Make it work for encodings for
6151         which the "to" direction is stateful.
6152         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
6153         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
6154         SHIFT_JISX0213.
6155         (libJISX0213-routines): New variable.
6156         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
6157         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
6158         (LDFLAGS-libJISX0213.so): New variable.
6159         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
6160         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
6161         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
6162
6163 2002-04-15  Bruno Haible  <bruno@clisp.org>
6164
6165         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
6166         uint32_t.  Update to Unicode 3.2.
6167         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
6168         (BODY for TO_LOOP): Handle the ASCII range specially.
6169         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
6170         * iconvdata/testdata/BIG5HKSCS: Remove a character.
6171         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
6172
6173 2002-04-15  Bruno Haible  <bruno@clisp.org>
6174
6175         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
6176         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
6177
6178 2002-04-15  Bruno Haible  <bruno@clisp.org>
6179
6180         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
6181         (ucs4_to_cns11643): Update.
6182         * iconvdata/cns11643.c: Update to Unicode 3.2.
6183         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
6184         __cns11643_from_ucs4p2_tab): Regenerated.
6185         (__cns11643_from_ucs4p2c_tab): New array.
6186         * iconvdata/cvs11643l1.c: Update comments.
6187         * iconvdata/EUC-TW.irreversible: Remove two entries.
6188
6189 2002-04-15  Bruno Haible  <bruno@clisp.org>
6190
6191         * locale/C-translit.h.in: Update to Unicode 3.2.
6192         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
6193         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
6194
6195 2002-04-15  Bruno Haible  <bruno@clisp.org>
6196
6197         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
6198         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
6199
6200 2002-04-15  Bruno Haible  <bruno@clisp.org>
6201
6202         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
6203         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
6204         always one byte, not 0 bytes in some cases and 2 bytes in others.
6205
6206         * iconvdata/tst-table-from.c (main): Correct the usage message.
6207
6208 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6209
6210         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6211         (parse_dup_op): Fix error handling like "a{}".
6212         (parse_bracket_exp): Add error handling.
6213         (fetch_number): Add error handling for "a{<very_large_number>}".
6214
6215 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6216
6217         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6218         in case that the symbol name is too long.
6219         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6220         in case of REG_ICASE.
6221
6222 2002-04-19  Andreas Jaeger  <aj@suse.de>
6223
6224         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6225         <hartvige@mips.com>.
6226
6227 2002-04-15  H.J. Lu  <hjl@gnu.org>
6228
6229         * include/math.h (__finitel_internal): Declare only if
6230         __NO_LONG_DOUBLE_MATH is not defined.
6231         (__isinfl_internal): Likewise.
6232         (__isnanl_internal): Likewise.
6233
6234         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
6235         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6236         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6237         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6238         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6239         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6240         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6241
6242         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
6243         __fcntl_internal.
6244
6245         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
6246         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
6247
6248 2002-04-15  Bruno Haible  <bruno@clisp.org>
6249
6250         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
6251         (BODY for TO_LOOP): Likewise.
6252         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
6253         * iconvdata/tst-table.sh: Add support for encodings which contain
6254         precomposed Unicode characters, known to the iconv converter in both
6255         directions but not listed in the charmap.
6256         * iconvdata/IBM856.irreversible: New file.
6257         * iconvdata/IBM922.irreversible: New file.
6258         * iconvdata/IBM1132.irreversible: New file.
6259         * iconvdata/IBM1133.irreversible: New file.
6260         * iconvdata/IBM1160.irreversible: New file.
6261         * iconvdata/IBM1161.irreversible: New file.
6262         * iconvdata/IBM1163.irreversible: New file.
6263         * iconvdata/IBM1164.irreversible: New file.
6264         * iconvdata/ARMSCII-8.irreversible: New file.
6265         * iconvdata/TCVN5712-1.precomposed: New file.
6266         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
6267         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
6268         ARMSCII-8, TCVN5712-1.
6269         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
6270         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
6271         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
6272         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
6273
6274 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6275
6276         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
6277         for EVENING69.  Include offsets in TZ environment variable.
6278
6279 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
6280
6281         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
6282         avoid compiler warnings.
6283
6284         * locale/programs/localedef.c (main): Always call
6285         construct_output_path.
6286
6287         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
6288
6289         * locale/programs/locfile.c (to_archive): New variable.  To collect
6290         data which has to be added to the locale archive.
6291         (write_all_categories): Take new third parameter with locale name.
6292         Unless no_archive flag set add new locale data to the archive
6293         (write_locale_data): Unless no-archive flag set store generated data
6294         in to_archive data structure instead of generation output file.
6295         Add new parameter with locale category index.
6296         * locale/programs/locfile.h: Add new parameters in declaractions of
6297         write_all_categories and write_locale_data.
6298         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
6299         --add-to-archive, and --delete-from-archive options.  Pass extra
6300         parameter to write_all_categories.
6301         * locale/programs/localedef.h: Add prototypes for functions in
6302         locarchive.c.
6303         * locale/locarchive.h: New file.
6304         * locale/programs/locarchive.c: New file.
6305         * locale/Makefile (distribute): Add programs/locarchive.c and
6306         locarchive.h.
6307         (localedef-modules): Add md5 and locarchive.
6308         Add vpath to crypt subdir for md5.c.
6309
6310         * locale/programs/ld-address.c: Pass locale category ID as new second
6311         parameter to write_locale_data.
6312         * locale/programs/ld-collate.c: Likewise.
6313         * locale/programs/ld-ctype.c: Likewise.
6314         * locale/programs/ld-identification.c: Likewise.
6315         * locale/programs/ld-measurement.c: Likewise.
6316         * locale/programs/ld-messages.c: Likewise.
6317         * locale/programs/ld-monetary.c: Likewise.
6318         * locale/programs/ld-name.c: Likewise.
6319         * locale/programs/ld-numeric.c: Likewise.
6320         * locale/programs/ld-paper.c: Likewise.
6321         * locale/programs/ld-telephone.c: Likewise.
6322         * locale/programs/ld-time.c: Likewise.
6323
6324         * locale/simple-hash.c: Move compute_hashval function from here...
6325         * locale/hashval.h: ...to here.  New file.
6326         * locale/simple-hash.h: Add prototype for compute_hashval.
6327
6328         * include/libintl.h: Minor cleanups.
6329
6330 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
6331
6332         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
6333
6334 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
6335
6336         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
6337
6338 2002-04-14  Bruno Haible  <bruno@clisp.org>
6339
6340         * locale/programs/charmap.c (charmap_read): Don't access result if
6341         result == NULL.
6342
6343 2002-02-17  Andreas Schwab  <schwab@suse.de>
6344
6345         * elf/reldep7.c: New file.
6346         * elf/reldep7mod1.c: New file.
6347         * elf/reldep7mod2.c: New file.
6348         * elf/Makefile: Add rules to build and run reldep7.
6349
6350 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
6351
6352         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
6353         the end of the function.  Pass original flags to recursive call if
6354         add_dependency failed.
6355         (_dl_lookup_versioned_symbol): Likewise.
6356
6357 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
6358
6359         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
6360         early, but check whether it overflowed afterwards.
6361         * time/tst-mktime.c (main): Add new tests.
6362
6363 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
6364
6365         * debug/xtrace.sh: Fix program name in help message.
6366         Patch by Roger Luethi <rl@hellgate.ch>.
6367
6368         * include/sys/stat.h: Add prototypes for __lxstat_internal and
6369         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
6370         NOT_IN_libc.
6371         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
6372         * sysdeps/mach/hurd/lxstat.c: Likewise.
6373         * sysdeps/unix/common/lxstat.c: Likewise.
6374         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
6375         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
6376         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6377         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6378         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
6379         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
6380         * sysdeps/mach/hurd/lxstat64.c: Likewise.
6381         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
6382         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
6383
6384         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
6385         prototypes.  Add __mbrlen and __mbrtowc macros.
6386         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
6387         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
6388
6389         * include/unistd.h: Add prototype for __write_internal and add
6390         __libc_write macro is SHARED.
6391         * sysdeps/generic/write.c: Use INTDEF for __write.
6392         * sysdeps/mach/hurd/write.c: Likewise.
6393         * sysdeps/unix/sysv/aix/write.c: Likewise.
6394         * sysdeps/unix/syscalls.list: Add __libc_write alias.
6395
6396         * assert/assert.c: Replace STR_N_SIZE with something usable in
6397         macro arguments.
6398         * assert/assert-perr.c: Likewise.
6399
6400         * include/sys/socket.h: Declare __libc_sa_len_internal and define
6401         SA_LEN macro to use it if not NOT_IN_libc.
6402         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
6403
6404         * include/fcntl.h: Declare __open_internal and define __open and
6405         __libc_open macros if not NOT_IN_libc.
6406         * sysdeps/generic/open.c: Use INTDEF for __open.
6407         * sysdeps/mach/hurd/open.c: Likewise.
6408         * sysdeps/unix/sysv/aix/open.c: Likewise.
6409         * sysdeps/unix/syscalls.list: Add __open_internal alias.
6410
6411         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
6412         has correct number.
6413
6414         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
6415         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
6416         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6417         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6418
6419         * include/wctype.h: Declare __iswalpha_l_internal,
6420         __iswdigit_l_internal, __iswspace_l_internal,
6421         __iswxdigit_l_internal, and __iswctype_internal.  Define
6422         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
6423         __iswxdigit_l macros if not NOT_IN_libc.
6424         * wctype/iswctype.c: Use INTDEF for __iswctype.
6425         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
6426
6427         * include/math.h: Declare __isinf_internal, __isinfl_internal,
6428         __isnan_internal, and __isnanl_internal.
6429         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
6430         __isnan, and __isnanl.
6431         * stdio-common/printf_size.c: Likewise.
6432         * sysdeps/generic/printf_fphex.c: Likewise.
6433         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
6434         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6435         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
6436         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
6437         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6438         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6439         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6440         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6441         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
6442         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
6443         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
6444         * sysdeps/m68k/s_isinfl.c: Likewise.
6445         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
6446         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
6447
6448         * include/sys/time.h: Declare __gettimeofday_internal and define
6449         __gettimeofday macro if not NOT_IN_libc.
6450         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
6451         * sysdeps/mach/gettimeofday.c: Likewise.
6452         * sysdeps/posix/gettimeofday.c: Likewise.
6453         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
6454         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
6455         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6456         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
6457
6458         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
6459         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
6460         Remove __lstat and __fstat inline functions.
6461         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
6462         * sysdeps/mach/hurd/fxstat.c: Likewise.
6463         * sysdeps/unix/fxstat.c: Likewise.
6464         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
6465         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
6466         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6467         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
6468         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
6469         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
6470         * sysdeps/mach/hurd/fxstat64.c: Likewise.
6471         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
6472         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6473
6474         * include/unistd.h: Declare __getpid_internal and define
6475         __getpid macro if not NOT_IN_libc.
6476         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
6477         * sysdeps/generic/getpid.c: Likewise.
6478         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
6479         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
6480
6481         * include/unistd.h: Declare __getpgid_internal and define
6482         __getpgid macro if not NOT_IN_libc.
6483         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
6484         * sysdeps/mach/hurd/getpgid.c: Likewise.
6485         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
6486         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
6487         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
6488         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
6489
6490         * include/unistd.h: Declare __getpagesize_internal and define
6491         __getpagesize macro if not NOT_IN_libc.
6492         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
6493         __getpagesize.
6494         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
6495         * sysdeps/mach/getpagesize.c: Likewise.
6496         * sysdeps/posix/getpagesize.c: Likewise.
6497         * sysdeps/unix/getpagesize.c: Likewise.
6498         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6499         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
6500         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
6501         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
6502
6503 2002-04-13  Andreas Jaeger  <aj@suse.de>
6504
6505         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
6506         as clobber to reduce register pressure.
6507         (__strpbrk_cg): Likewise.
6508         (__mempcpy_by4): Likewise.
6509         (__strstr_cg): Likewise.
6510         Add prototype for __memrchr.
6511
6512 2002-04-13  Andreas Schwab  <schwab@suse.de>
6513
6514         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
6515         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
6516         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
6517
6518 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
6519
6520         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
6521         check whether the caller prefers getting the most recent version of
6522         a symbol of the earliest version.
6523         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
6524         _dl_do_lookup to also take the new parameter and pass it on.
6525         Change 'explicit' parameter of _dl_lookup_symbol and
6526         _dl_lookup_versioned_symbol to flags.  Adjust tests.
6527         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
6528         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
6529         _dl_lookup_versioned_symbol.
6530         * elf/dl-reloc.c: Likewise.
6531         * elf/dl-runtime.c: Likewise.
6532         * elf/dl-sym.c: Likewise.
6533         * sysdeps/mips/dl-machine.h: Likewise.
6534
6535 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6536
6537         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
6538         in a token.
6539         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
6540
6541 2002-04-10  Andreas Jaeger  <aj@suse.de>
6542
6543         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
6544
6545         * include/argz.h: Remove extra char from last patch.
6546
6547 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
6548
6549         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6550         * sysdeps/unix/sysv/aix/chown.c: Likewise.
6551         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6552         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6553         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6554         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6555         __chown_internal.
6556         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6557
6558         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6559         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6560         * intl/ngettext.c: Likewise.
6561
6562         * include/sys/socket.h: Declare __connect_internal and define
6563         __connect macro if not NOT_IN_libc.
6564         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6565         * sysdeps/unix/sysv/aix/connect.c: Likewise.
6566         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6567
6568         * include/unistd.h: Declare __close_internal and define __close macro
6569         if not NOT_IN_libc.
6570         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6571         WJUMP3): Add extra parenthesis to avoid expanding element names with
6572         macors like __close.
6573         * sysdeps/unix/syscalls.list: Add __close_internal alias.
6574
6575         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6576         if not NOT_IN_libc.
6577         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6578         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6579         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6580
6581         * include/unistd.h: Declare __fork_internal and define __fork macro
6582         if not NOT_IN_libc.
6583         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6584         * sysdeps/unix/sysv/aix/fork.c: Likewise.
6585         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6586
6587         * include/stdio_ext.h: Declare __fsetlocking_internal and define
6588         __fsetlocking macro to use it if not NOT_IN_libc.
6589         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6590
6591         * libio/__fbufsize.c: Correct copyright.
6592         * libio/__flbf.c: Likewise.
6593         * libio/__fpending.c: Likewise.
6594         * libio/__fpurge.c: Likewise.
6595         * libio/__freadable.c: Likewise.
6596         * libio/__freading.c: Likewise.
6597         * libio/__fsetlocking.c: Likewise.
6598         * libio/__fwritable.c: Likewise.
6599         * libio/__fwriting.c: Likewise.
6600
6601         * include/stdio.h: Declare __asprintf_internal and define __asprintf
6602         macro to use it if not NOT_IN_libc.
6603         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6604
6605         * include/mntent.h: Declare __setmntent_internal,
6606         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
6607         __getmntent_r, and __endmntent macros to use these functions if not
6608         NOT_IN_libc.
6609         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6610         __endmntent.
6611
6612         * include/math.h: Declare __finite_internal, __finitef_internal, and
6613         __finitel_internal.  Redefine isfinite macro if in libc or libm using
6614         these functions.
6615         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6616         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6617         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6618         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6619         * sysdeps/i386/fpu/s_finitef.S: Likewise.
6620         * sysdeps/i386/fpu/s_finitel.S: Likewise.
6621         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6622         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6623         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6624         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6625
6626         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
6627         to use this function if not NOT_IN_libc.
6628         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6629         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6630         * sysdeps/mach/hurd/fcntl.c: Likewise.
6631         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6632         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6633
6634         * include/argz.h: Declare __argz_count_internal and
6635         __argz_stringify_internal.
6636         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6637         __argz_stringify.
6638         * string/argz-count.c: Use INTDEF for __argz_count.
6639         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
6640
6641         * include/stdlib.h: Declare __cxa_atexit_internal and define
6642         __cxa_atexit macro if not NOT_IN_libc.
6643         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
6644         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
6645
6646         * assert/assert.c: Use INTDEF for __assert_fail.
6647         * assert/__assert.c: Use INTUSE for call to __assert_fail.
6648         * include/assert.h: Declare __assert_fail_internal.
6649
6650         * extra-lib.mk: Mark assignment to lib with override.
6651
6652 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6653
6654         * Makerules: Use cppflags-iterator.mk to add defines for all test
6655         source files.
6656
6657 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
6658
6659         * elf/elf.h: Define R_SH_TLS_xxx macros.
6660         * elf/rtld.c: Remove an extra parenthesis.
6661         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
6662         TLS_GD macros.
6663         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
6664         * sysdeps/sh/dl-lookupcfg.h: New file.
6665         * sysdeps/sh/dl-tls.h: New file.
6666         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
6667         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
6668         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
6669         R_SH_TLS_TPOFF32 relocations.
6670
6671 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6672
6673         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
6674         of NOT_IN_LIBC.
6675         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
6676         * include/stdlib.h: Likewise.
6677
6678 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
6679
6680         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
6681         instead of _RTLD_LOCAL.
6682         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
6683         * include/unistd.h: Likewise.
6684         * sysdeps/generic/ldsodefs.h: Likewise.
6685
6686         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
6687         if in libc or ld.so.
6688
6689 2002-04-08  Andreas Jaeger  <aj@suse.de>
6690
6691         * elf/cache.c (print_entry): Support x86-64.
6692
6693 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6694
6695         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
6696         with one accessing the locale data structures directly.
6697         * stdio-common/printf-prs.c: Include localeinfo.h for new
6698         MB_CUR_MAX definition.
6699
6700         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
6701         is the name of the source file without extension.
6702         * Makefile (distribute): Add cppflags-iterator.mk.
6703         * cppflags-iterator.mk: New file.
6704         * extra-lib.mk: For the sources of the library run
6705         cppflags-iterator.mk.
6706
6707         * include/libintl.h: Declare __dcgettext_internal and
6708         _libc_intl_domainname_internal.  Define __dcgettext using these
6709         two symbols if used in libc itself.
6710         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
6711         _libc_intl_domainname_internal.
6712         * argp/argp-parse.c: Likewise.
6713         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
6714         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
6715         * intl/gettext.c: Likewise.
6716         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
6717         alias.
6718         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
6719         __dcgettext.
6720         * posix/regex_internal.c (gettext): Likewise.
6721
6722 2002-04-08  Andreas Jaeger  <aj@suse.de>
6723
6724         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
6725
6726         * sysdeps/x86_64/fpu/s_llrint.S: New file.
6727         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
6728         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
6729         * sysdeps/x86_64/fpu/s_lrint.S: New file.
6730         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
6731         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
6732
6733 2002-04-08  Roland McGrath  <roland@frob.com>
6734
6735         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
6736         widening __hurd_fail value.
6737
6738 2002-04-07  Roland McGrath  <roland@frob.com>
6739
6740         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
6741         <mach/machine/alpha_instruction.h>.
6742         (_hurd_setup_sighandler): Take proper arguments for current decls.
6743         Update code to use _hurdsig_catch_fault.
6744         Use `callsys' instruction instead of `call_pal'.
6745         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
6746
6747         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
6748         (ALIGN, at, AT, fp): New macros.
6749
6750 2002-04-06  Roland McGrath  <roland@frob.com>
6751
6752         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
6753
6754         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
6755         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
6756
6757         * sysdeps/mach/hurd/bind.c: Use prototype definition.
6758         * sysdeps/mach/hurd/connect.c: Likewise.
6759         * sysdeps/mach/hurd/getsockopt.c: Likewise.
6760         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6761
6762         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
6763         __msg_sig_post RPC.
6764
6765         * hurd/catch-exc.c: Use integer_t instead of int.
6766         * hurd/hurdfault.c: Likewise.
6767
6768         * sysdeps/mach/hurd/alpha/exc2signal.c
6769         (_hurd_exception2signal): Rewritten.
6770         * sysdeps/mach/hurd/alpha/longjmp-ts.c
6771         (_hurd_longjmp_thread_state): Rewritten.
6772
6773 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
6774
6775         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
6776         DB_LOOKUP_FCT prototype.
6777         * nss/getXXent_r.c: Likewise.
6778         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
6779         * inet/getaliasname_r.c: Likewise.
6780         * inet/getnetbyad_r.c: Likewise.
6781         * inet/getnetbynm_r.c: Likewise.
6782         * inet/getnetent_r.c: Likewise.
6783         * inet/getproto_r.c: Likewise.
6784         * inet/getprtent_r.c: Likewise.
6785         * inet/getprtname_r.c: Likewise.
6786         * inet/getrpcbyname_r.c: Likewise.
6787         * inet/getrpcbynumber_r.c: Likewise.
6788         * inet/getrpcent_r.c: Likewise.
6789         * inet/getservent_r.c: Likewise.
6790         * inet/getsrvbynm_r.c: Likewise.
6791         * inet/getsrvbypt_r.c: Likewise.
6792         * shadow/getspent_r.c: Likewise.
6793         * shadow/getspnam_r.c: Likewise.
6794
6795         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
6796
6797         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
6798         Use i686-friendly PIC code.
6799         * sysdeps/i386/elf/setjmp.S: Likewise.
6800
6801         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
6802
6803         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
6804         list.
6805         * elf/Versions: Remove it here.
6806
6807 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
6808
6809         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
6810         direction.  Reported by H . J . Lu <hjl@lucon.org>.
6811
6812 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6813
6814         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
6815         test just before the test runs.
6816         * intl/tst-translit.sh: Likewise.
6817         * intl/tst-codeset.sh: Likewise.
6818
6819         * timezone/zic.c: Update from tzcode2002c.
6820         * timezone/asia: Update from tzdata2002c.
6821         * timezone/backward: Likewise.
6822         * timezone/europe: Likewise.
6823         * timezone/northamerica: Likewise.
6824         * timezone/northamerica: Likewise.
6825         * timezone/northamerica: Likewise.
6826         * timezone/southamerica: Likewise.
6827         * timezone/zone.tab: Likewise.
6828
6829 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
6830
6831         * sysdeps/generic/brk.c (__curbrk): Declare.
6832         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
6833         * sysdeps/generic/dl-sbrk.c: Likewise.
6834         * sysdeps/unix/arm/dl-brk.S: New file.
6835         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
6836         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
6837         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
6838         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
6839         * sysdeps/unix/i386/dl-brk.S: New file.
6840         * sysdeps/unix/mips/dl-brk.S: New file.
6841         * sysdeps/unix/sparc/dl-brk.S: New file.
6842         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
6843         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
6844         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
6845         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
6846
6847 2002-04-03  Andreas Schwab  <schwab@suse.de>
6848
6849         * Makefile (headers): Add gnu/lib-names.h here instead of
6850         install-others.
6851         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
6852         installation rule.
6853         (install-headers): Add dependency on install-headers-nosubdir.
6854         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
6855         instead of install-others.
6856         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
6857         installation rule.
6858
6859 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6860
6861         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
6862         Reported by Sam Roberts <sroberts@uniserve.com>.
6863
6864 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
6865
6866         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
6867         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
6868         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6869         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6870
6871 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
6872
6873         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
6874         (RTLD_START): Ditto.
6875         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
6876         dependency violation.
6877
6878 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
6879
6880         * time/mktime.c (__mktime_internal): Move check for year < 70 below
6881         all variable declarations.
6882
6883 2002-04-04  Andreas Schwab  <schwab@suse.de>
6884
6885         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
6886
6887 2002-04-04  Andreas Jaeger  <aj@suse.de>
6888
6889         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
6890         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
6891
6892         * sysdeps/x86_64/fpu/s_fabs.c: New file.
6893         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
6894         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
6895
6896         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
6897
6898         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
6899
6900         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
6901         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
6902
6903         * configure.in: Handle all mips entries the same.
6904
6905         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
6906         * sysdeps/mips/mips3/*: Likewise.
6907         * sysdeps/mips/p40/bits/endian.h: Likewise.
6908
6909 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
6910
6911         * misc/dirname.c (dirname): Ignore trailing slashes at end of
6912         non-null result [PR libc/2600].
6913
6914         * misc/tst-dirname.c: Add more tests.
6915
6916 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6917
6918         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
6919         define a code_set_name provide one based on the filename.
6920
6921         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
6922
6923 2001-12-28  Andreas Jaeger  <aj@suse.de>
6924
6925         * time/mktime.c (__mktime_internal): Check for year < 70
6926         [PR libc/2738].
6927
6928 2002-04-03  Andreas Jaeger  <aj@suse.de>
6929
6930         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
6931         shmat.
6932         Reported by Andi Kleen <ak@suse.de>.
6933
6934 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6935
6936         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
6937         * sysdeps/generic/w_lgammaf.c: Likewise.
6938         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
6939
6940         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
6941         Adjust for new output format of the backtrace functions.
6942
6943         * misc/syslog.c (vsyslog): Only use cleanup handler if
6944         _LIBC_REENTRANT is defined [PR libc/2924].
6945
6946         * libio/Makefile (tests): Add bug-ungetwc2.
6947         * libio/bug-ungetwc2.c: New file.
6948
6949         * manual/install.texi: Typographical and grammatical cleanup.
6950         Patch by Dennis Grace <dgrace@us.ibm.com>.
6951
6952         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
6953         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
6954
6955         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
6956         always "&".  Adjust callers.
6957         Add "_" prefix to several generated definitions.
6958         Patch by paul@serice.net [PR libc/3158].
6959
6960 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6961
6962         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
6963         size of _dl_arm_cap_flags.
6964         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
6965
6966         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
6967         Define as 8.
6968
6969 2002-03-22  H.J. Lu  <hjl@gnu.org>
6970
6971         * scripts/firstversions.awk: Check the first version.
6972
6973 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6974
6975         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
6976         dependencies must be stable to work correctly.
6977         Reported by martin.lubich@datacon.at.
6978
6979         * libio/bug-ungetwc1.c: New file.
6980         * libio/Makefile (tests): Add bug-ungetwc1.
6981
6982         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
6983         if stream was last used for writing.
6984
6985         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
6986         number [PR libc/3111].
6987
6988         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
6989         to ...
6990         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
6991
6992 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
6993
6994         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
6995         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
6996         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
6997         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
6998         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
6999
7000 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
7001
7002         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
7003         dynamic tags.
7004
7005 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7006
7007         * sysdeps/i386/fpu/s_fabs.S: New file.
7008         * sysdeps/i386/fpu/s_fabsf.S: New file.
7009         * sysdeps/i386/fpu/s_fabsl.S: New file.
7010         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
7011         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
7012         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
7013
7014 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7015
7016         * rt/tst-shm.c (do_test): Add one more test for size of shared
7017         memory object.
7018
7019 2002-03-29  Wolfram Gloger  <wg@malloc.de>
7020
7021         * malloc/malloc.c: Add short description and prototypes for
7022         malloc_get_state, malloc_set_state and posix_memalign, for
7023         consistency and to avoid warnings with -Wstrict-prototypes.
7024         Reported by Andreas Jaeger <aj@suse.de>.
7025
7026 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7027
7028         * po/gl.po: Update from translation team.
7029
7030 2002-03-31  Roland McGrath  <roland@frob.com>
7031
7032         * hurd/hurdselect.c (_hurd_select): Fix
7033         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
7034         Use a union rather than casts to compare mach_msg_type_t as int.
7035
7036 2002-03-25  Roland McGrath  <roland@frob.com>
7037
7038         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
7039         check off the end of NAME when it's shorter than 2 chars.
7040         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
7041
7042 2002-03-17  Roland McGrath  <roland@frob.com>
7043
7044         * sysdeps/mach/hurd/i386/sys/io.h: New file.
7045         * sysdeps/mach/hurd/i386/ioperm.c: New file.
7046         * sysdeps/mach/hurd/i386/Dist: Add them.
7047         * sysdeps/mach/hurd/i386/Versions
7048         (libc: GLIBC_2.2.6): New set, add ioperm.
7049         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
7050         (mach_interface_list): Check for mach_i386.defs.
7051         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
7052         * sysdeps/mach/configure: Regenerated.
7053
7054 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
7055
7056         * po/fr.po: Update from translation team.
7057
7058 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7059
7060         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
7061         getpriority from syscalls list.
7062
7063 2002-03-28  Andreas Jaeger  <aj@suse.de>
7064
7065         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
7066         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
7067         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
7068         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
7069
7070 2002-03-27  Andreas Jaeger  <aj@suse.de>
7071
7072         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7073         sigcontext): Follow further kernel change.
7074
7075         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
7076         kernel change.
7077
7078         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
7079         Change for struct sigcontext change.
7080
7081         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7082         Follow changes in struct sigcontext.
7083
7084         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
7085         sysycall, use wrapper instead.
7086
7087 2002-03-26  Andreas Jaeger  <aj@suse.de>
7088
7089         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
7090         read and write accesses as detailed as possible.
7091         (__memcpy_by2): Likewise.
7092         (__memcpy_g): Likewise.
7093         (memmove): Likewise.
7094         (memcmp): Likewise.
7095         (__memset_ccn_by4): Likewise.
7096         (__memset_ccn_by2): Likewise.
7097         (__memset_gcn_by4): Likewise.
7098         (__memset_gcn_by2): Likewise.
7099         (memchr): Likewise.
7100         (__memrchr): Likewise.
7101         (rawmemchr): Likewise.
7102         (__strlen_g): Likewise.
7103         (__strcpy_g): Likewise.
7104         (__mempcpy_by4): Likewise.
7105         (__mempcpy_by2): Likewise.
7106         (__mempcpy_byn): Likewise.
7107         (__stpcpy_g): Likewise.
7108         (__strncpy_by4): Likewise.
7109         (__strncpy_by2): Likewise.
7110         (__strncpy_byn): Likewise.
7111         (__strncpy_gg): Likewise.
7112         (__strcat_c): Likewise.
7113         (__strcat_g): Likewise.
7114         (__strncat_g): Likewise.
7115         (__strcmp_gg): Likewise.
7116         (__strncmp_g): Likewise.
7117         (__strchr_c): Likewise.
7118         (__strchr_g): Likewise.
7119         (__strchrnul_c): Likewise.
7120         (__strchrnul_g): Likewise.
7121         (__strrchr_c): Likewise.
7122         (__strrchr_g): Likewise.
7123         (__strrchr_c): Likewise.
7124         (__strrchr_g): Likewise.
7125         (__strcspn_c1): Likewise.
7126         (__strcspn_cg): Likewise.
7127         (__strcspn_g): Likewise.
7128         (__strcspn_g): Likewise.
7129         (__strspn_c1): Likewise.
7130         (__strspn_cg): Likewise.
7131         (__strspn_g): Likewise.
7132         (__strspn_g): Likewise.
7133         (__strpbrk_cg): Likewise.
7134         (__strpbrk_g): Likewise.
7135         (__strstr_cg): Likewise.
7136         (__strstr_g): Likewise.
7137
7138         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
7139         Michal Ludvig <mludvig@suse.cz>.
7140
7141         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
7142         compatibilty, adjust for kernel changes.
7143
7144         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7145         sigcontext): Adjust for kernel changes.
7146
7147 2002-03-25  Andreas Jaeger  <aj@suse.de>
7148
7149         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
7150         little endian.
7151         Reported by Artur Zaprzala <zybi@talex.com.pl>.
7152
7153 2002-03-24  Andreas Jaeger  <aj@suse.de>
7154
7155         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
7156
7157         * stdio-common/tst-fdopen.c (main): Remove unused variable.
7158
7159         * iconv/tst-iconv3.c (main): Use correct printf strings.
7160
7161 2002-03-18  Roland McGrath  <roland@frob.com>
7162
7163         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
7164         (CMGROUP_MAX): New macro.
7165
7166 2002-03-23  Roland McGrath  <roland@frob.com>
7167
7168         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
7169         * sysdeps/posix/shm_unlink.c: Likewise.
7170
7171 2002-03-22  Roland McGrath  <roland@frob.com>
7172
7173         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
7174         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
7175         under --enable-libio.
7176         * sysdeps/mach/hurd/configure: Regenerated.
7177
7178 2002-03-23  Roland McGrath  <roland@frob.com>
7179
7180         * sysdeps/mach/hurd/i386/Makefile
7181         (sysdep_routines, shared-only-routines): Don't add framestate,
7182         reverting 2001-10-02 change.
7183         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
7184         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
7185         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7186         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7187         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
7188         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
7189         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7190         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
7191         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
7192         Do it here instead, only if [$(unwind-find-fde) = yes].
7193
7194 2002-03-23  Andreas Jaeger  <aj@suse.de>
7195
7196         * signal/signal.h: Fix typo. Patch by Steve Kemp
7197         <skx@tardis.ed.ac.uk>.
7198
7199 2002-03-22  Andreas Jaeger  <aj@suse.de>
7200
7201         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
7202         getresuid.
7203
7204         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7205         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
7206         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7207         user_fpregs_struct): Rename fwd.
7208
7209         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7210         Follow sigcontext changes.
7211
7212 2002-03-22  Andreas Jaeger  <aj@suse.de>
7213
7214         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7215         changes for NaNs on MIPS.
7216         Patch by Hartvig Ekner <hartvige@mips.com>.
7217
7218 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7219
7220         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7221         Use realloc if too large.
7222         (addgrbyid): Likewise.
7223         * nscd/hstcache.c (addhstbyname): Likewise.
7224         (addhstbyaddr): Likewise.
7225         (addhstbynamev6): Likewise.
7226         (addhstbyaddrv6): Likewise.
7227         * nscd/pwdcache.c (addpwbyname): Likewise.
7228         (addpwbyuid): Likewise.
7229
7230 2002-03-21  Andreas Jaeger  <aj@suse.de>
7231
7232         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7233         _fpstate): Add separate struct for x86-64.
7234
7235         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7236         user_fpregs_struct): Change member names to follow kernel.
7237
7238 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
7239
7240         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
7241         Correctly close the UDP connection right away [PR libc/3120].
7242
7243 2002-03-20  Andreas Jaeger  <aj@suse.de>
7244
7245         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7246         user_fpregs_struct): Fix for changed kernel struct.
7247         (struct user_regs_struct): Likewise.
7248         (struct user): Likewise.
7249         Add 32-bit x86 compatibility.
7250
7251         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
7252
7253 2002-03-19  Andreas Jaeger  <aj@suse.de>
7254
7255         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
7256
7257 2002-03-18  Andreas Jaeger  <aj@suse.de>
7258
7259         * iconvdata/Makefile: Only run tests when shared libs are
7260         available.
7261
7262 2002-03-17  Andreas Jaeger  <aj@suse.de>
7263
7264         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
7265
7266         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
7267
7268         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
7269         bits.
7270
7271         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
7272         (CAUSE_SHIFT): New macro.
7273         Patch by Hartvig Ekner <hartvige@mips.com>.
7274
7275         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
7276         * sysdeps/generic/unwind-pe.h: Likewise.
7277
7278         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
7279         type to _IO_setb.
7280
7281         * libio/stdio.c (AL2): Define variant when visibility attribute is
7282         not supported.
7283
7284         * include/libc-symbols.h (_INTVARDEF): Define variant when
7285         visibility attribute is not supported.
7286
7287 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
7288
7289         * po/fr.po: Update from translation team.
7290
7291 2002-02-25  Bruno Haible  <bruno@clisp.org>
7292
7293         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
7294
7295 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7296
7297         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
7298         buffers if _IO_file_attach failed.
7299
7300         * libio/fileops.c (_IO_file_open): Close file descriptor if
7301         _IO_SEEKOFF call failed.
7302
7303 2002-03-15  H.J. Lu  <hjl@gnu.org>
7304             Ulrich Drepper  <drepper@redhat.com>
7305
7306         * configure.in: Check for availability of
7307         init_array/fini_array/preinit_array handling in binutils.
7308         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
7309         * config.make.in (have-initfini-array): New variable.
7310
7311 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7312
7313         * stdio-common/tst-printf.c (main): Comment out one test which
7314         checked the compiler's ability to fold floating-point constants
7315         but not really printf.
7316         (rfg3): Make s const.
7317         * stdio-common/tst-printf.sh: Adjust for removed test.
7318
7319         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
7320         internal function.  Adjust for internal_function calling convention.
7321         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
7322         as internal_function.
7323
7324         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
7325         hidden.
7326
7327         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
7328         declaration and definition.
7329         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
7330         declaration.
7331         * nss/getXXent_r.c: Likewise.
7332         * nss/nsswitch.h (db_lookup_function): Add internal_function to
7333         definition.
7334
7335         * include/time.h: Declare __localtime_r as hidden.
7336
7337         * include/aliases.h: Declare __getaliasent_r as hidden.
7338         * include/grp.h: Declare __getgrent_r as hidden.
7339         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
7340         __getservent_r, and __getprotoent_r as hidden.
7341         * include/pwd.h: Declare __getpwent_r as hidden.
7342         * include/shadow.h: Declare __getspent_r as hidden.
7343         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
7344
7345         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
7346         and __gconv_transliterate as hidden.
7347         Add internal_function to __gconv_get_path declaration.
7348         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
7349         definition.  Add attribute_hidden to __gconv_read_conf definition.
7350
7351 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
7352
7353         * elf/rtld.c: Declare _environ as hidden.
7354         * sysdeps/generic/dl-environ.c: Likewise.
7355         * sysdeps/generic/dl-sysdep.c: Likewise.
7356
7357         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
7358         _dl_mcount_internal as hidden.
7359
7360         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
7361         * sysdeps/generic/dl-brk.c: New file.
7362         * sysdeps/generic/dl-sbrk.c: New file.
7363         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
7364         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
7365
7366         * elf/dl-minimal.c (malloc): Declare _end as hidden.
7367         (__errno_location): New function.  Declare errno as hidden.
7368         * elf/rtld.c (_dl_argc): Define as hidden.
7369         (_dl_skip_args): Define as hidden.
7370         (_begin, _end): Declare as hidden.
7371         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
7372         * sysdeps/generic/entry.h (_start): Declare as hidden.
7373         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
7374         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
7375         _dl_runtime_resolve and _dl_runtime_profile as hidden.
7376         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
7377
7378 2002-03-14  Roland McGrath  <roland@frob.com>
7379
7380         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
7381
7382         * Makeconfig (%.v.i, %.v): New implicit rules.
7383         (preprocess-versions): Variable removed.
7384         ($(common-objpfx)shlib-versions.v.i): New target giving just the
7385         shlib-versions input files as dependencies.
7386         ($(common-objpfx)soversions.i): Depend on that instead of the input
7387         files.  Use it as input instead of using a pipeline.
7388         (postclean-generated): Append soversions.i, shlib-versions.v, and
7389         shlib-versions.v.i here.
7390         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
7391         the Versions.def input files as dependencies.
7392         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
7393         ($(common-objpfx)Versions.all): Depend on that instead of the input
7394         files.  Use it as input instead of using a pipeline.
7395         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
7396         (postclean-generated): Append those .v and .v.i files here.
7397
7398 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7399
7400         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
7401         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
7402         Remove.
7403
7404 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7405
7406         * sysdeps/generic/mp_clz_tab.c: New file.
7407         * sysdeps/i386/mp_clz_tab.c: New file.
7408         * sysdeps/hppa/mp_clz_tab.c: New file.
7409         * sysdeps/powerpc/mp_clz_tab.c: New file.
7410         * stdlib/Makefile (aux): Revert last patch.
7411         * math/Makefile (gmp-objs): Likewise.
7412
7413 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7414
7415         * time/strftime.c: Comment fixes for references to obsolescent
7416         standards, In most cases the simplest fix is to remove the
7417         confusing comments.  Cross-referencing all the standards properly
7418         is a bit of a pain, and it should be enough to put that info in
7419         the documentation as I did in my recent time.texi patch.
7420
7421 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7422
7423         * manual/time.texi (Formatting Calendar Time):
7424         ISO C99 also specifies the E and O modifiers.
7425         %P is a GNU extension, and is not in ISO C99.
7426         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
7427         %T is also in ISO C99.
7428         The RFC 822 example is not valid in arbitrary locales.
7429         Reword the POSIX.2 wording slightly, to make it a bit clearer
7430         that POSIX.2 formats are also supported by later POSIX versions.
7431         If a format was introduced in ISO C99 it is also required by
7432         POSIX.1-2001.
7433
7434 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7435
7436         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
7437         _sys_nerr_internal with INTVARDEF2.
7438         * include/libc-symbols.h (INTVARDEF2): New macro.
7439         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
7440         (_sys_nerr_internal): Library.
7441
7442         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
7443         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
7444
7445         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
7446
7447 2002-03-13  Wolfram Gloger  <wg@malloc.de>
7448
7449         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
7450
7451 2002-03-02  Andreas Schwab  <schwab@suse.de>
7452
7453         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
7454         'h' flag and positional arg.
7455         * stdio-common/tst-printf.c (rfg3): New function to test
7456         positional arguments.
7457         (main): Fix some warnings.
7458
7459 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7460
7461         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
7462         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7463
7464 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7465
7466         * grp/initgroups.c (__nss_group_data): Declare as hidden.
7467
7468         * include/locale.h (_nl_C_locobj): Declare as hidden.
7469
7470         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
7471         * time/strptime.c (_nl_C_LC_TIME): Likewise.
7472
7473         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
7474
7475         * include/sys/gmon.h: Declare _gmonparam as hidden.
7476
7477         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
7478         (__ctype32_wctrans): Likewise.
7479         (__ctype32_width): Likewise.
7480
7481         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
7482         use of __ttyname.
7483
7484         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
7485         Define as hidden.
7486         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
7487         hidden.  Change all users of these variables.
7488
7489         * posix/regex_internal.h (__re_error_msgid): Renamed from
7490         re_error_msgid.  Declare as hidden.
7491         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
7492         hidden.
7493
7494         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
7495         (__printf_function_table): Likewise.
7496         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
7497         hidden.
7498         (__printf_function_table): Likewise.
7499
7500         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
7501         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
7502
7503         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
7504         * nss/nsswitch.c: Declare _nss_*_database as hidden.
7505
7506         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
7507         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
7508
7509 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
7510
7511         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
7512         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7513         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7514         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7515         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7516         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7517         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7518         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7519         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
7520         _nl_C_LC_CTYPE_width: Declare as hidden.
7521         * include/locale.h: Declare _nl_locale_file_list.
7522         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
7523         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
7524         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
7525         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
7526         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
7527         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
7528         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
7529         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
7530         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
7531         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
7532         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
7533         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
7534         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7535         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7536         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7537         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7538         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7539         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7540         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7541         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
7542         _nl_C_LC_CTYPE_width, and as hidden.
7543         * locale/findlocale.c: Declare _nl_C as hidden.
7544         * locale/newlocale.c: Likewise.
7545         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
7546         _nl_locale_file_list.
7547         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7548         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7549         Define _nl_C_locobj as hidden.
7550
7551         * malloc/mtrace.c (_mtrace_file): Define as hidden.
7552         (_mtrace_line): Likewise.
7553
7554         * include/time.h: Declare __mon_yday as hidden.
7555         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7556
7557         * libio/libioP.h: Declare __libio_codecvt as hidden.
7558         * libio/fileops.c: Declare __libio_translit as hidden.
7559         * libio/iofwide.c: Define __libio_translit as hidden.
7560
7561         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7562         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7563         * login/getutline_r.c: Likewise.
7564         * login/utmpname.c: Likewise.
7565
7566         * login/utmp-private.h: Declare __libc_utmp_file_functions,
7567         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7568         __libc_utmp_file_name as hidden.
7569
7570         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7571         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7572         * locale/freelocale.c: Likewise.
7573         * locale/lc-time.c: Likewise.
7574
7575         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7576         (__libc_ptyname2): Likewise.
7577         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7578         hidden.
7579         (__libc_ptyname2): Likewise.
7580
7581         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7582         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7583         * sysdeps/generic/init-first.c: Likewise.
7584         * sysdeps/i386/init-first.c: Likewise.
7585         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7586         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7587         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7588         * sysdeps/sh/init-first.c: Likewise.
7589         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7590         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7591
7592         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7593         (_itowa_upper_digits): Likewise.
7594
7595         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7596         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7597         as hidden.
7598
7599         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7600         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7601         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7602         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7603
7604         * gmon/gmon.c (__bb_head): Define as hidden.
7605         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7606
7607         * argp/argp-parse.c (_argp_hang): Define as static.
7608
7609         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7610         handling in latest compilers.
7611
7612         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7613         define alias.
7614         * libio/fileops.c (_IO_file_jumps): Likewise.
7615         * libio/stdfiles.c (_IO_list_all): Likewise.
7616         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7617
7618         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7619         include/malloc.h.
7620         * include/malloc.h: Add __libc_malloc_initialized declaration
7621         here.  Mark variable hidden.
7622         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7623
7624         * elf/dl-open.c (__libc_argc): Declare as hidden.
7625         (__libc_argv): Likewise.
7626         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7627         (__libc_argv): Likewise.
7628         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7629         __libc_argv as hidden.
7630         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7631         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7632         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7633         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7634
7635         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7636         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7637         * stdlib/erand48.c: Likewise.
7638         * stdlib/jrand48.c: Likewise.
7639         * stdlib/lcong48.c: Likewise.
7640         * stdlib/lrand48.c: Likewise.
7641         * stdlib/mrand48.c: Likewise.
7642         * stdlib/nrand48.c: Likewise.
7643         * stdlib/seed48.c: Likewise.
7644         * stdlib/srand48.c: Likewise.
7645
7646         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
7647         (_itoa_lower_digits_internal): New declaration.
7648         (_itoa_upper_digits_internal): New declaration.
7649         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
7650         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
7651         (_itoa_upper_digits_internal): New declaration.
7652         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
7653         _itoa_lower_digits.
7654         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
7655         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
7656
7657         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
7658         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7659
7660         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
7661         (_itowa_lower_digits): Likewise.
7662         (_itowa_upper_digits): Likewise.
7663         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
7664         (_itowa_upper_digits): Likewise.
7665
7666         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
7667         not already defined.
7668         (GERMANIC_PLURAL): Declare as hidden.
7669
7670         * posix/getopt.c (__getopt_initialized): Declare as hidden.
7671         (attribute_hidden): Define as empty macro if not already defined.
7672
7673         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
7674         (__gconv_max_path_elem_len): Likewise.
7675         (__gconv_path_envvar): Likewise.
7676
7677         * math/Makefile (gmp-objs): Remove mp_clz_tab.
7678         * stdlib/Makefile (aux): Remove mp_clz_tab.
7679         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
7680
7681         * stdlib/exit.h (__exit_funcs): Declare as hidden.
7682
7683         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
7684
7685         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
7686         _nl_category_names, _nl_category_name_sizes, _nl_current,
7687         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
7688
7689         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
7690         (_nl_current_default_domain): Likewise
7691         (_nl_state_lock): Likewise.
7692         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
7693         (_nl_current_default_domain): Likewise
7694         (_nl_state_lock): Likewise.
7695         * intl/bindtextdom.c (_nl_state_lock): Likewise.
7696
7697         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
7698         (_fpioconst_pow10): Likewise.
7699
7700         * include/time.h (_tmbuf): Add attribute_hidden.
7701
7702         * time/tzset.c (tzstring_list): Define as static.
7703
7704         * include/time.h: Add attribute_hidden to __tzname_cur_max and
7705         __use_tzfile declaration.
7706
7707         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
7708         and __wcsmbs_last_locale declaration.
7709
7710 2002-02-25  Paul Eggert  <eggert@twinsun.com>
7711
7712         * timezone/Makefile (tzbases): Move systemv from here...
7713         (tzlinks): to here, since the entries in systemv were all changed
7714         from Zone to Link lines in tz-2001a.  Bug reported (and patch
7715         tested) by Peter Breitenlohner.
7716
7717 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
7718
7719         * time/tst-posixtz.c (tests): Add new tests.
7720         (main): Test whether tzset() sets daylight properly.
7721
7722 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7723
7724         * time/tzset.c (tz_compute): Move __daylight, __tzname and
7725         __tzname_cur_max setting...
7726         (tzset_internal): ...here.
7727
7728 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7729
7730         * time/tzset.c (compute_change): Don't return any value.
7731         (tz_compute): Likewise.  Don't handle southern hemisphere here.
7732         (__tz_convert): But here.
7733
7734 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7735
7736         * manual/examples/mkfsock.c: Include <string.h> as well.
7737         Patch by Alain De Carolis <alaind@wseurope.com>.
7738
7739 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
7740
7741         * posix/regexec.c (re_match): Fix incorrect register sizes.
7742         (re_search): Likewise.
7743
7744 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7745
7746         * posix/regcomp.c (regfree): Remove a disused condition.
7747         * posix/regex_internal.c (re_acquire_state): Likewise.
7748         (re_acquire_state_context): Likewise.
7749         (register_state): Remove a redundant malloc invocation.
7750         * posix/regex_internal.h: (re_state_table_entry): Simplify
7751         the structure.
7752
7753 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7754
7755         * posix/regcomp.c (regcomp): Add __builtin_expect to error
7756         handling conditions.
7757         (regerror): Likewise.
7758         (regfree): Likewise.
7759         (re_compile_internal): Likewise.
7760         (init_dfa): Likewise.
7761         (init_word_char): Likewise.
7762         (create_initial_state): Likewise.
7763         (analyze): Likewise.
7764         (analyze_tree): Likewise.
7765         (duplicate_node): Likewise.
7766         (calc_eclosure): Likewise.
7767         (calc_eclosure_iter): Likewise.
7768         (parse): Likewise.
7769         (parse_reg_exp): Likewise.
7770         (parse_branch): Likewise.
7771         (parse_expression): Likewise.
7772         (parse_subexp): Likewise.
7773         (parse_dup_op): Likewise.
7774         (parse_bracket_exp): Likewise.
7775         (build_equiv_class): Likewise.
7776         (build_charclass): Likewise.
7777         (build_word_op): Likewise.
7778         (fetch_number): Likewise.
7779         (create_tree): Likewise.
7780         (duplicate_tree): Likewise.
7781         * posix/regex.c (BE): New macro.
7782         * posix/regexec.c (re_match): Add __builtin_expect to error
7783         handling conditions.
7784         (re_match_2): Likewise.
7785         (re_search): Likewise.
7786         (re_search_internal): Likewise.
7787         (check_matching): Likewise.
7788         (proceed_next_node): Likewise.
7789         (set_regs): Likewise.
7790         (sift_states_backward): Likewise.
7791         (add_epsilon_backreference): Likewise.
7792         (transit_state): Likewise.
7793         (transit_state_sb): Likewise.
7794         (transit_state_mb): Likewise.
7795         (transit_state_bkref): Likewise.
7796         (transit_state_bkref_loop): Likewise.
7797         (build_trtable): Likewise.
7798         (group_nodes_into_DFAstates): Likewise.
7799         (match_ctx_init): Likewise.
7800         (match_ctx_add_entry): Likewise.
7801         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
7802         to error handling conditions.
7803         (re_string_construct_toupper): Likewise.
7804         (build_wcs_buffer): Likewise.
7805         (build_wcs_upper_buffer): Likewise.
7806         (build_upper_buffer): Likewise.
7807         (re_string_translate_buffer): Likewise.
7808         (re_node_set_alloc): Likewise.
7809         (re_node_set_init_1): Likewise.
7810         (re_node_set_init_2): Likewise.
7811         (re_node_set_init_copy): Likewise.
7812         (re_node_set_intersect): Likewise.
7813         (re_node_set_init_union): Likewise.
7814         (re_node_set_merge): Likewise.
7815         (re_node_set_insert): Likewise.
7816         (re_dfa_add_node): Likewise.
7817         (re_acquire_state): Likewise.
7818         (re_acquire_state_context): Likewise.
7819         (create_new_state_common): Likewise.
7820         (register_state): Likewise.
7821         (create_ci_new_state): Likewise.
7822         (create_cd_new_state): Likewise.
7823         (re_string_context_at): Remove redundant condition.
7824
7825 2002-01-16  Roger Sayle  <roger@eyesopen.com>
7826
7827         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
7828
7829         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
7830
7831 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7832
7833         * sysdeps/i386/elf/configure.in: Fix comment.
7834
7835         * sysdeps/sparc/sparc64/configure.in: New file.
7836         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
7837         if .dynamic comes before .got.
7838         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
7839
7840         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
7841         HP_TIMING_ACCUM): Fix typos.
7842
7843 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7844
7845         * string/strfry.c: Add some more randomness to the seed.
7846         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
7847
7848         * po/es.po: Update from translation team.
7849         * po/fr.po: Likewise.
7850
7851         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
7852
7853         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
7854         when determining type of format.
7855         Patch by James Antill <james@anqd.org> [PR libc/2787].
7856
7857 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
7858
7859         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
7860
7861 2002-03-11  Roland McGrath  <roland@frob.com>
7862
7863         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
7864
7865         * Versions.def (libc): Add GLIBC_2.2.6.
7866         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
7867         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
7868         __errno_location instead of __hurd_errno_location, and don't inline it.
7869         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
7870         * hurd/errno.c: New file.
7871         * hurd/Makefile (routines): Add errno.
7872
7873 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7874
7875         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
7876         ridiculously large widths and precisions [PR libc/3026].
7877
7878 2002-03-11  Andreas Jaeger  <aj@suse.de>
7879
7880         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
7881         support.
7882         Patch by Susanne Oberhauser <froh@SuSE.de>.
7883
7884 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7885
7886         * inet/rexec.c (ahostbuf): Define as static.
7887
7888         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
7889         (__ctype32_wctrans): Likewise.
7890         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
7891         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
7892         (__ctype32_wctrans): Likewise.
7893         (__ctype32_width): Likewise.
7894
7895         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
7896         They were never exported anyway.
7897
7898         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
7899         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
7900         exported.
7901         * include/sys/gmon.h: Declare _gmonparam.
7902
7903         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
7904         symbols for getdents64.  They were never exported.
7905
7906 2002-03-09  Roland McGrath  <roland@frob.com>
7907
7908         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
7909         Reported by Jon Arney <jarney1@cox.net>.
7910
7911 2002-02-23  Roland McGrath  <roland@frob.com>
7912
7913         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
7914         declaration.
7915         (__hurd_errno_location): Function removed.
7916
7917 2002-03-06  Andreas Jaeger  <aj@suse.de>
7918
7919         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
7920         32-bit.
7921
7922 2002-03-04  Andreas Jaeger  <aj@suse.de>
7923
7924         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
7925
7926         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
7927         x86-64.
7928
7929         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
7930
7931         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
7932
7933         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
7934
7935         * sysdeps/x86_64/bits/setjmp.h: New file.
7936
7937         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
7938
7939         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
7940
7941         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
7942         for x86.
7943         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
7944         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
7945
7946 2002-02-28  Bo Thorsen  <bo@suse.de>
7947
7948         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
7949         version.
7950
7951 2002-03-03  Andreas Jaeger  <aj@suse.de>
7952
7953         * sysdeps/x86_64/bits/wordsize.h: New file.
7954
7955         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
7956         * elf/tst-tlsmod1.c: Likewise.
7957
7958         * posix/regcomp.c: Get regex.h from include dir for internal
7959         prototypes.
7960
7961         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
7962         to libc-internal.h and include it.
7963         * include/libc-internal.h: Add __init_misc.
7964
7965         * misc/init-misc.c: Include libc-internal.h for prototypes.
7966
7967         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
7968
7969         * misc/error.c [_LIBC]: Include libioP.h for prototype of
7970         _IO_putc_internal.
7971
7972 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
7973
7974         * posix/regcomp.c: Compatibility changes to allow using the code
7975         outside glibc.
7976
7977 2002-02-28  Hartvig Ekner <hartvige@mips.com>
7978
7979         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
7980         compiled non-PIC.
7981
7982 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
7983
7984         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
7985         of .str elements in the returned data structure.
7986
7987         * elf/elf.h: Add Alpha TLS bits.
7988
7989 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7990
7991         * sysdeps/unix/sysv/linux/nice.c: New file.
7992
7993 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
7994
7995         * elf/Makefile (dl-routines): Add dl-origin.
7996         (elide-routines.os): Add dl-origin.
7997         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
7998         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
7999         _dl_debug_state.
8000         * include/libc-symbols.c: Define attribute_hidden depending on
8001         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
8002
8003         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
8004         * elf/dl-load.c: Likewise.
8005         * elf/rtld.c: Likewise.
8006         * include/unistd.h: Declare __libc_enable_secure_internal.
8007         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
8008         Use INTUSE with __libc_enable_secure.
8009         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8010
8011         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
8012         * elf/dl-error.c: Likewise,
8013         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
8014
8015         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
8016         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
8017         function definition.  Use INTDEF with _dl_get_origin.
8018         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8019
8020         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
8021         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
8022
8023         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
8024         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
8025         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
8026
8027         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
8028         * elf/dl-deps.c: Likewise.
8029         * elf/dl-error.c: Likewise.
8030         * elf/dl-fini.c: Likewise.
8031         * elf/dl-init.c: Likewise.
8032         * elf/dl-load.c: Likewise.
8033         * elf/dl-lookup.c: Likewise.
8034         * elf/dl-reloc.c: Likewise.
8035         * elf/dl-version.c: Likewise.
8036         * elf/do-lookup.h: Likewise.
8037         * sysdeps/arm/dl-machine.h: Likewise.
8038         * sysdeps/cris/dl-machine.h: Likewise.
8039         * sysdeps/hppa/dl-machine.h: Likewise.
8040         * sysdeps/i386/dl-machine.h: Likewise.
8041         * sysdeps/m68k/dl-machine.h: Likewise.
8042         * sysdeps/powerpc/dl-machine.h: Likewise.
8043         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8044         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8045         * sysdeps/sh/dl-machine.h: Likewise.
8046         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
8047         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
8048         * sysdeps/x86_64/dl-machine.h: Likewise.
8049         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
8050         _dl_argv[0].  Use INTUSE with _dl_argv.
8051         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
8052         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
8053
8054 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8055
8056         * elf/rtld.c (_rtld_global): Remove .protected.
8057         (_rtld_local): Strong alias to _rtld_global.
8058         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
8059         only .os object.
8060         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
8061         _rtld_local instead of _rtld_global.
8062         (_rtld_local): Add hidden extern, possibly in .sdata section.
8063         * configure.in: Add tests for visibility attribute and .sdata.
8064         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
8065         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
8066         * sysdeps/arm/dl-machine.h: Likewise.
8067         * sysdeps/generic/ldsodefs.h: Likewise.
8068         * sysdeps/hppa/dl-machine.h: Likewise.
8069         * sysdeps/cris/dl-machine.h: Likewise.
8070         * sysdeps/i386/dl-machine.h: Likewise.
8071         * sysdeps/ia64/dl-machine.h: Likewise.
8072         * sysdeps/m68k/dl-machine.h: Likewise.
8073         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8074         * sysdeps/mips/dl-machine.h: Likewise.
8075         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8076         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8077         * sysdeps/sh/dl-machine.h: Likewise.
8078         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8079         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8080         * sysdeps/x86_64/dl-machine.h: Likewise.
8081
8082 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8083
8084         * login/login.c (login): Always initialize ut_line field
8085         [PR libc/2991].
8086
8087 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8088
8089         * sysdeps/i386/Makefile (sysdep_routines): Add
8090         divdi3 in csu dir.
8091         (shared-only-routines): Likewise.
8092         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
8093         (shared-only-routines): Likewise.
8094         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
8095         (shared-only-routines): Likewise.
8096         * sysdeps/wordsize-32/divdi3.c: New file.
8097
8098 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8099
8100         * locale/iso-4217.def: Remove obsolete currencies for countries
8101         with Euro.
8102
8103 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
8104
8105         * posix/regcomp.c (regcomp): Remove a redundant condition.
8106         (init_word_char): Add a check on malloc failure.
8107         (create_initial_state): Likewise.
8108         (duplicate_node): Likewise.
8109         (calc_eclosure): Likewise.
8110         (calc_eclosure_iter): Likewise.
8111         (parse_expression): Likewise.
8112         (parse_bracket_exp): Remove unnecessary malloc invocations.
8113         (build_equiv_class): Likewise.
8114         (build_charclass): Likewise.
8115         * posix/regex_internal.c (re_node_set_intersect): Add a check
8116         on malloc failure.
8117         (re_node_set_add_intersect): Likewise.
8118         (re_node_set_merge): Likewise.
8119         (re_acquire_state): Likewise.
8120         (re_acquire_state_context): Likewise.
8121         (create_newstate_common): Likewise.
8122         (register_state): Likewise.
8123         (create_ci_newstate): Likewise.
8124         (create_cd_newstate): Likewise.
8125         * posix/regex_internal.h: Fix prototypes of re_acquire_state
8126         and re_acquire_state_context.
8127         * posix/regexec.c (regexec): Suit it to the error handling of
8128         re_search_internal.
8129         (re_match): Likewise.
8130         (re_search): Likewise.
8131         (re_search_internal): Add a check on malloc failure.
8132         (acquire_init_state_context): Likewise.
8133         (check_matching): Likewise.
8134         (proceed_next_node): Likewise.
8135         (set_regs): Likewise.
8136         (sift_states_backward): Likewise.
8137         (sift_states_iter_bkref): Likewise.
8138         (add_epsilon_backreference): Likewise.
8139         (transit_state): Likewise.
8140         (transit_state_sb): Likewise.
8141         (transit_state_mb): Likewise.
8142         (transit_state_bkref_loop): Likewise.
8143         (build_trtable): Likewise.
8144         (group_nodes_into_DFAstates): Likewise.
8145         (match_ctx_init): Likewise.
8146         (match_ctx_add_entry): Likewise.
8147
8148 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8149
8150         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
8151         l_libname if profiling is enabled [PR libc/2916].
8152
8153         * sysdeps/ia64/dl-tls.h: New file.
8154
8155 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
8156
8157         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
8158         Work around an Alpha gas bug.
8159
8160 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8161
8162         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
8163         uses read to load the catalog.
8164         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
8165
8166 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
8167
8168         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
8169         regex_internal.c, and regex_internal.h.
8170         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
8171         * posix/regex.c: Complete rewrite.
8172         * posix/regexec.c: New file.
8173         * posix/regcomp.c: New file.
8174         * posix/regex_internal.c: New file.
8175         * posix/regex_internal.h: New file.
8176         * posix/regex.h (RE_ICASE): New macro.
8177         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
8178
8179         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
8180         ungetwc.  It's a macro.
8181         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
8182         implementation.
8183         Reported by Jason Merrill <jason@redhat.com>.
8184
8185 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8186
8187         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
8188         position to fp->_offset if it is set.
8189         * stdio-common/Makefile (tests): Add tst-fdopen.
8190         * stdio-common/tst-fdopen.c: New test.
8191
8192 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8193
8194         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
8195         * stdio-common/tst-ungetc.c (main): Add another test.
8196
8197 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
8198
8199         * assert/assert-perr.c: Use INTUSE to reference functions and variables
8200         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
8201         aliases.  Add prototypes for the new aliases.
8202         * assert/assert.c: Likewise.
8203         * include/libc-symbols.h: Likewise.
8204         * include/stdio.h: Likewise.
8205         * include/netinet/in.h: Likewise.
8206         * include/rpc/auth.h: Likewise.
8207         * include/rpc/auth_unix.h: Likewise.
8208         * include/rpc/key_prot.h: Likewise.
8209         * include/rpc/pmap_prot.h: Likewise.
8210         * include/rpc/pmap_rmt.h: Likewise.
8211         * include/rpc/rpc_msg.h: Likewise.
8212         * include/rpc/xdr.h: Likewise.
8213         * inet/gethstbyad_r.c: Likewise.
8214         * inet/gethstbynm2_r.c: Likewise.
8215         * inet/gethstbynm_r.c: Likewise.
8216         * inet/gethstent_r.c: Likewise.
8217         * inet/in6_addr.c: Likewise.
8218         * libio/__fpurge.c: Likewise.
8219         * libio/filedoalloc.c: Likewise.
8220         * libio/fileops.c: Likewise.
8221         * libio/ftello.c: Likewise.
8222         * libio/ftello64.c: Likewise.
8223         * libio/genops.c: Likewise.
8224         * libio/iofclose.c: Likewise.
8225         * libio/iofdopen.c: Likewise.
8226         * libio/iofflush.c: Likewise.
8227         * libio/iofflush_u.c: Likewise.
8228         * libio/iofgetpos.c: Likewise.
8229         * libio/iofgetpos64.c: Likewise.
8230         * libio/iofgets.c: Likewise.
8231         * libio/iofgets_u.c: Likewise.
8232         * libio/iofopen.c: Likewise.
8233         * libio/iofopncook.c: Likewise.
8234         * libio/iofputs.c: Likewise.
8235         * libio/iofread.c: Likewise.
8236         * libio/iofread_u.c: Likewise.
8237         * libio/iofsetpos.c: Likewise.
8238         * libio/iofsetpos64.c: Likewise.
8239         * libio/ioftell.c: Likewise.
8240         * libio/iofwrite.c: Likewise.
8241         * libio/iogetline.c: Likewise.
8242         * libio/iogets.c: Likewise.
8243         * libio/iogetwline.c: Likewise.
8244         * libio/iolibio.h: Likewise.
8245         * libio/iopadn.c: Likewise.
8246         * libio/iopopen.c: Likewise.
8247         * libio/ioseekoff.c: Likewise.
8248         * libio/ioseekpos.c: Likewise.
8249         * libio/iosetbuffer.c: Likewise.
8250         * libio/iosetvbuf.c: Likewise.
8251         * libio/ioungetc.c: Likewise.
8252         * libio/ioungetwc.c: Likewise.
8253         * libio/iovdprintf.c: Likewise.
8254         * libio/iovsprintf.c: Likewise.
8255         * libio/iovsscanf.c: Likewise.
8256         * libio/libioP.h: Likewise.
8257         * libio/memstream.c: Likewise.
8258         * libio/obprintf.c: Likewise.
8259         * libio/oldfileops.c: Likewise.
8260         * libio/oldiofclose.c: Likewise.
8261         * libio/oldiofdopen.c: Likewise.
8262         * libio/oldiofgetpos.c: Likewise.
8263         * libio/oldiofgetpos64.c: Likewise.
8264         * libio/oldiofopen.c: Likewise.
8265         * libio/oldiofsetpos.c: Likewise.
8266         * libio/oldiofsetpos64.c: Likewise.
8267         * libio/oldiopopen.c: Likewise.
8268         * libio/oldstdfiles.c: Likewise.
8269         * libio/putc.c: Likewise.
8270         * libio/setbuf.c: Likewise.
8271         * libio/setlinebuf.c: Likewise.
8272         * libio/stdfiles.c: Likewise.
8273         * libio/stdio.c: Likewise.
8274         * libio/strops.c: Likewise.
8275         * libio/vasprintf.c: Likewise.
8276         * libio/vscanf.c: Likewise.
8277         * libio/vsnprintf.c: Likewise.
8278         * libio/vswprintf.c: Likewise.
8279         * libio/wfiledoalloc.c: Likewise.
8280         * libio/wfileops.c: Likewise.
8281         * libio/wgenops.c: Likewise.
8282         * libio/wstrops.c: Likewise.
8283         * malloc/mtrace.c: Likewise.
8284         * misc/error.c: Likewise.
8285         * misc/syslog.c: Likewise.
8286         * nss/getXXbyYY_r.c: Likewise.
8287         * nss/getXXent_r.c: Likewise.
8288         * nss/hosts-lookup.c: Likewise.
8289         * stdio-common/getw.c
8290         * stdio-common/printf-prs.c: Likewise.
8291         * stdio-common/printf_fp.c: Likewise.
8292         * stdio-common/printf_size.c: Likewise.
8293         * stdio-common/putw.c: Likewise.
8294         * stdio-common/scanf.c: Likewise.
8295         * stdio-common/sprintf.c: Likewise.
8296         * stdio-common/tmpfile64.c: Likewise.
8297         * stdio-common/vfprintf.c: Likewise.
8298         * stdio-common/vfscanf.c: Likewise.
8299         * stdlib/strfmon.c: Likewise.
8300         * sunrpc/auth_des.c: Likewise.
8301         * sunrpc/auth_none.c: Likewise.
8302         * sunrpc/auth_unix.c: Likewise.
8303         * sunrpc/authdes_prot.c: Likewise.
8304         * sunrpc/authuxprot.c: Likewise.
8305         * sunrpc/clnt_perr.c: Likewise.
8306         * sunrpc/clnt_raw.c: Likewise.
8307         * sunrpc/clnt_tcp.c: Likewise.
8308         * sunrpc/clnt_udp.c: Likewise.
8309         * sunrpc/clnt_unix.c: Likewise.
8310         * sunrpc/key_call.c: Likewise.
8311         * sunrpc/key_prot.c: Likewise.
8312         * sunrpc/openchild.c: Likewise.
8313         * sunrpc/pm_getmaps.c: Likewise.
8314         * sunrpc/pm_getport.c: Likewise.
8315         * sunrpc/pmap_clnt.c: Likewise.
8316         * sunrpc/pmap_prot.c: Likewise.
8317         * sunrpc/pmap_prot2.c: Likewise.
8318         * sunrpc/pmap_rmt.c: Likewise.
8319         * sunrpc/rpc_cmsg.c: Likewise.
8320         * sunrpc/rpc_prot.c: Likewise.
8321         * sunrpc/svc_authux.c: Likewise.
8322         * sunrpc/svc_raw.c: Likewise.
8323         * sunrpc/svc_simple.c: Likewise.
8324         * sunrpc/svc_tcp.c: Likewise.
8325         * sunrpc/svc_udp.c: Likewise.
8326         * sunrpc/svc_unix.c: Likewise.
8327         * sunrpc/xdr.c: Likewise.
8328         * sunrpc/xdr_array.c: Likewise.
8329         * sunrpc/xdr_mem.c: Likewise.
8330         * sunrpc/xdr_rec.c: Likewise.
8331         * sunrpc/xdr_ref.c: Likewise.
8332         * sunrpc/xdr_stdio.c: Likewise.
8333         * sysdeps/generic/_strerror.c: Likewise.
8334         * sysdeps/generic/printf_fphex.c: Likewise.
8335         * sysdeps/generic/tmpfile.c: Likewise.
8336         * sysdeps/gnu/errlist.awk: Likewise.
8337         * sysdeps/gnu/errlist.c: Likewise.
8338
8339         * libio/Makefile (routines): Remove iosprint.
8340         * libio/iosprintf.c: Removed
8341
8342
8343 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
8344
8345         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
8346         non_dynamic_init and exported now.
8347         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
8348         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
8349         !SHARED.
8350         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8351         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8352         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8353
8354 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
8355
8356         * elf/dl-close.c (free_slotinfo): Check for end of list and return
8357         true in this case.
8358
8359         * locale/iso-639.def: Add language codes for Walloon.
8360
8361         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
8362         total number of relocations performed.
8363
8364         * elf/sprof.c (load_profdata): If do_test provide information as
8365         to why loading failed.
8366         * elf/dl-profile.c (_dl_start_profile): Initialize all of
8367         hist_hdr.dimen.
8368
8369         * csu/set-init.c: Moved to...
8370         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
8371         * csu/Makefile: Don't compile set-init.
8372         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
8373         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
8374         to __libc_init.
8375         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8376         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8377         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
8378         __libc_init.
8379         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
8380         __libc_subinit.
8381
8382 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
8383
8384         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
8385         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
8386         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
8387         (_dl_deallocate_tls): New function.
8388         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
8389         _dl_deallocate_tls.
8390
8391 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8392
8393         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
8394         * stdio-common/tst-fseek.c (main): Add test for this.
8395
8396 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
8397
8398         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
8399
8400 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
8401
8402         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
8403         pointer before dereferencing.
8404
8405 2002-02-18  Roland McGrath  <roland@frob.com>
8406
8407         * sysdeps/mach/hurd/times.c: Fix typo in last change.
8408
8409         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
8410         Use task_policy in place of task_priority.
8411
8412         * sysdeps/generic/bits/mman.h
8413         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
8414         * sysdeps/mach/msync.c: New file.
8415
8416         * sysdeps/mach/powerpc/syscall.S: New file.
8417
8418         * mach/msg.c [MACH_MSG_OVERWRITE]
8419         (__mach_msg_trap, __mach_msg_overwrite): New functions.
8420         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
8421
8422         * sysdeps/mach/configure.in: Check for clock.defs to put into
8423         mach_interface_list.
8424         * sysdeps/mach/configure: Regenerated.
8425
8426         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
8427         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
8428         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
8429         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
8430         (mach-shortcuts): Add device_read_overwrite_request,
8431         device_read_overwrite, vm_read_overwrite, thread_switch.
8432
8433         * configure.in (base_machine): Set to $machine by default.
8434         * configure: Regenerated.
8435
8436         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
8437         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
8438         * sysdeps/mach/configure: Regenerated.
8439         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
8440
8441         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
8442
8443         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
8444
8445         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
8446         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
8447
8448 2002-02-17  Roland McGrath  <roland@frob.com>
8449
8450         * sysdeps/mach/hurd/times.c
8451         [NO_CREATION_TIME] (startup_time): New static variable.
8452         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
8453         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
8454         creation_time from task_basic_info.
8455         (__times): Use __gettimeofday instead of __host_get_time.
8456
8457         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
8458         Use untyped Mach IPC message format.
8459
8460         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
8461
8462         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
8463         _S_catch_exception_raise_state_identity,
8464         _hurdsig_fault_catch_exception_raise_state,
8465         _hurdsig_fault_catch_exception_raise_state_identity.
8466
8467         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
8468
8469         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
8470         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
8471
8472         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
8473         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
8474
8475         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
8476         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
8477         them as no-op macros.
8478         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
8479         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
8480
8481         * sysdeps/powerpc/dl-machine.h
8482         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
8483
8484         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
8485         Use untyped Mach IPC message format.
8486
8487         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
8488         Handle untyped Mach IPC message formats.
8489
8490         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
8491         Expect different argument conventions when this is defined.
8492         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
8493         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
8494         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
8495         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
8496         for OSF Mach variant.
8497         (faulted): Use mig_reply_error_t for REPLY.
8498         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
8499         in __thread_set_exception_ports call.
8500         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
8501         __mach_port_set_attributes in place of __mach_port_set_qlimit.
8502
8503         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
8504         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
8505         on Darwin, which includes bogons.
8506
8507         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
8508         variable LOADBASE so it's not declared when it's not used.
8509
8510 2002-02-16  Roland McGrath  <roland@frob.com>
8511
8512         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
8513         to use BI.creation_time.
8514
8515         * mach/Machrules (MIG): Add -x c to CPP value passed down.
8516
8517         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
8518         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
8519         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
8520         host_page_size instead of vm_statistics.
8521
8522         * sysdeps/mach/Makefile (mach-before-compile): Don't include
8523         mach_interface.h here, since not all variants use that name.
8524
8525         * sysdeps/mach/configure.in: Add some checks for Mach headers
8526         to ensure a sane installation.
8527         (mach_interface_list): Define this variable by checking for .defs
8528         files found in various variants.
8529         * configure.in (mach_interface_list): AC_SUBST this.
8530         * config.make.in (mach-interface-list): New substituted variable.
8531         * mach/Makefile (user-interfaces): Define this using the value
8532         of $(mach-interface-list) instead of mach, mach4.
8533         Updated other references to mach_interface to use it as well.
8534
8535         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
8536
8537         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
8538         mig_reply_error_t for OSF Mach variant.
8539
8540         * mach/Makefile (routines): Remove bootprivport.
8541         * mach/bootprivport.c: File removed.  It has never been used.
8542
8543         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
8544         Grok the OSF flavor of message format.
8545         (mach_msg_destroy_port): For MAKE_SEND and
8546         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
8547         no-senders notification.
8548
8549 2002-02-06  Roland McGrath  <roland@frob.com>
8550
8551         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8552         to here if 2.0 compatibility enabled ...
8553         (libc: GLIBC_2.1.3): ... from here.
8554
8555 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
8556
8557         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8558         generation counter.
8559         * elf/dl-close.c (_dl_close): Likewise.
8560
8561 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
8562
8563         * elf/Makefile: Add rules to build and run tst-tls8.
8564         * elf/tst-tls8.c: New file.
8565         * elf/tst-tlsmod4.c: New file.
8566
8567         * stdlib/test-a64l.c (tests): Add more test cases.
8568
8569         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8570         Reported by Walter Harms <WHarms@bfs.de>.
8571
8572 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
8573
8574         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8575         definitions for struct sigcontext.
8576         Suggested by David Mosberger-Tang.
8577
8578 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8579
8580         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
8581         for removing reference of module in slotinfo list.
8582         (_dl_close): Use remove_slotinfo.
8583         * sysdeps/generic/dl-tls.c: General pretty printing.
8584         (oom): Define only if SHARED.
8585         (_dl_next_tls_modid): Correct starting point for the case we assume
8586         there is a gap.  Add missing instruction grouping (doh!).  Correct
8587         tests for reaching maximum index.
8588         * elf/Makefile: Add rules to build and run tst-tls7.
8589         * elf/tst-tls7.c: New file.
8590         * elf/tst-tlsmod3.c: New file.
8591
8592         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8593         USE_TLS.
8594         * elf/tst-tlsmod2.c: Likewise.
8595
8596         * elf/dl-close.c (_dl_close): When closing an object using TLS
8597         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8598         true.  Increment dl_tls_generation only if we closed any TLS-using
8599         object.
8600         * elf/tst-tls6.c: New file.
8601         * elf/Makefile: Add rules to build and run tst-tls6.
8602
8603         * po/da.po: Update from translation team.
8604
8605         * locale/categories.def: Fix typo [PR libc/2948].
8606         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8607         [PR libc/2949].
8608         * locale/iso-4217.def: Update from official version [PR libc/2950].
8609         * glibcbug.in: Honor TMPDIR [PR libc/2951].
8610         * locale/programs/ld-collate.c (collate_finish): Bail out with a
8611         message if input is too confusion instead of using assert.
8612         (collate_read): Don't crash on unknown symbol [PR libc/2952].
8613         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8614
8615         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8616         * elf/tst-tls2.c: Likewise.
8617         * elf/tst-tls3.c: Likewise.
8618
8619 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8620
8621         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8622
8623 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8624
8625         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8626         if this is really necessary.
8627
8628         * elf/dl-close.c (_dl_close): Implement freeing entries in the
8629         slotinfo array.
8630         (free_mem): Free memory for the slotinfo array if possible.
8631
8632 2002-02-12  Andreas Schwab  <schwab@suse.de>
8633
8634         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8635
8636 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
8637
8638         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
8639         TLS_DTV_UNALLOCATE.
8640         (oom): New function.
8641         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
8642         (_dl_determine_tlsoffset): Likewise.
8643         (_dl_allocate_tls): Likewise.
8644         (__TLS_GET_ADDR): Define if not already defined.
8645         (_dl_tls_symaddr): New function.
8646         (allocate_and_init): New function.
8647         (__tls_get_addr): Actually implement handling of generation counter
8648         and deferred allocation.
8649         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
8650         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8651         _dl_tls_generation.
8652         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
8653         Declare _dl_tls_symaddr.
8654         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
8655         SHARED.
8656         * include/link.h (struct link_map):  Remove l_tls_nextimage and
8657         l_tls_previmage.
8658         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
8659         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
8660         (_dl_vsym): Likewise.
8661         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
8662         layout.
8663         (dl_main): Allow PT_TLS be present for empty segment.  Remove
8664         nextimage list handling.  Instead add all modules using TLS to
8665         dl_tls_dtv_slotinfo_list.
8666         * elf/dl-open.c (dl_open_worker): After successfully loading all
8667         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
8668         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
8669         empty segment don't do anything.  Remove handling of initimage list.
8670         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
8671         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
8672         * elf/dl-minimal.c: Define __libc_memalign.
8673         * elf/dl-support.c: Remove _dl_initimage_list.  Add
8674         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8675         _dl_tls_generation.
8676         * include/stdlib.h: Declare __libc_memalign.
8677
8678         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
8679         * elf/tst-tls4.c: New file.
8680         * elf/tst-tls5.c: New file.
8681         * elf/tst-tlsmod2.c: New file.
8682
8683         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
8684
8685         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
8686
8687         * elf/tst-tls1.c: Use test-skeleton.c.
8688         * elf/tst-tls2.c: Likewise.
8689         * elf/tst-tls3.c: Likewise.
8690
8691         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
8692
8693 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8694
8695         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
8696
8697 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
8698
8699         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
8700
8701         * elf/tst-tls3.c: New file.
8702         * elf/tst-tlsmod1.c: New file.
8703         * elf/Makefile: Add rules to build and run tst-tls3.
8704
8705         * sysdeps/i386/dl-machine.h: Include <tls.h>.
8706         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
8707         TLS relocations.
8708
8709         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
8710
8711         * po/fr.po: Update from translation team.
8712
8713         * elf/tls-macros.h: Add alternative macros for use in PIC.
8714
8715         * elf/dl-lookup.c: Include <tls.h>.
8716         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
8717
8718         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
8719         required by passing pointer to last element of the list.
8720
8721         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
8722         l_tls_initimage to a place where it actually is performed.
8723
8724         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
8725         after globfree() calls.
8726
8727         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
8728         (openaux): Pass open_mode as new last argument to _dl_map_object.
8729         (_dl_map_object_deps): Add new argument open_mode.  Initialize
8730         open_mode element of args variable with it.
8731         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
8732         _dl_map_object_deps.
8733         * elf/rtld.c (dl_main): Add zero as last parameter to
8734         _dl_map_object_deps call.
8735         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
8736         * elf/nodlopen2.c: New file.
8737         * elf/nodlopenmod2.c: New file.
8738         * elf/Makefile: Add rules to build and run nodlopen2.
8739
8740         * elf/tst-tls1.c: Move TLS helper macros to...
8741         * elf/tls-macros.h: ...here.  New file.
8742         * elf/tst-tls2.c: New file.
8743         * elf/Makefile (tests): Add tst-tls2.
8744         (distribute): Add tls-macros.h.
8745
8746         * po/sv.po: Update from translation team.
8747
8748         * elf/tst-tls1.c (main): Add complete set of tests.  Split
8749         architecture specific definitions from the actual test code.
8750
8751         * po/tr.po: Update from translation team.
8752
8753 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
8754
8755         * elf/Makefile (tests): Add tst-tls1.
8756         * elf/tst-tls1.c: New file.
8757
8758         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
8759         alignment of TCB for now.
8760
8761         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
8762         initialization image for the application itself.
8763
8764         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
8765         loop to initialize TLS block.
8766
8767 2002-02-08  Richard Henderson  <rth@redhat.com>
8768
8769         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
8770         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
8771
8772         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
8773
8774 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
8775
8776         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
8777
8778 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
8779
8780         * po/ca.po: Update from translation team.
8781         * po/sk.po: Likewise.
8782
8783         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
8784         (dl_main): Move dtv/static TLS handling before relocation.
8785         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
8786         TLS_INIT_TP to allocate and install the dtv/static TLS block.
8787         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
8788         so far uses TLS initialize GL(dl_tls_static_size) and
8789         GL(dl_tls_static_align) to account for the TCB.
8790         (_dl_allocate_tls): New function.
8791         * sysdeps/generic/ldsodefs.h (rtld_global): Add
8792         _dl_initial_dtv_malloced.
8793
8794         * configure.in: Test for __builtin_memset more realistically.
8795
8796         * csu/version.c (banner): If TLS support is available say so.
8797
8798 2002-02-04  H.J. Lu  <hjl@gnu.org>
8799
8800         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
8801         __attribute_used__.
8802         (__dl_runtime_resolve): Likewise.
8803
8804         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
8805         declaration.
8806
8807 2001-11-15  H.J. Lu  <hjl@gnu.org>
8808
8809         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
8810         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
8811
8812         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
8813
8814 2002-02-07  H.J. Lu  <hjl@gnu.org>
8815
8816         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
8817         ".set noreorder".
8818         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
8819         Likewise.
8820
8821 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8822
8823         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
8824
8825         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
8826         ___tls_get_addr_internal.
8827         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
8828
8829         * po/ko.po: Update from translation team.
8830
8831 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
8832
8833         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
8834         attribute, change __pad{1,2} type to unsigned int.
8835         (struct stat64): Remove packed attribute.
8836
8837 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8838
8839         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
8840
8841 2002-02-07  Andreas Schwab  <schwab@suse.de>
8842
8843         * configure.in: Fix check for -zcombreloc.
8844
8845 2002-02-06  H.J. Lu  <hjl@gnu.org>
8846
8847         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
8848         * configure.in: Check if __builtin_memset really works.
8849         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
8850         __GNUC_PREREQ (2, 96) before using __builtin_memset.
8851
8852 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
8853
8854         * io/bug-ftw3.c (main): Don't try the test if root.
8855
8856 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8857
8858         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
8859         constraints.
8860         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
8861         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
8862         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
8863         Likewise.
8864         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
8865         a weak alias for __clone.
8866         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
8867         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
8868         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
8869         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
8870         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
8871         a weak alias for __mmap64.
8872
8873 2002-02-05  H.J. Lu  <hjl@gnu.org>
8874
8875         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
8876         (atomic_add): Likewise.
8877         (compare_and_swap): Likewise.
8878         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
8879
8880 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8881
8882         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
8883
8884         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
8885         alignment of the TCB and store total size and alignment of static
8886         TLS block in _dl_tls_static_size and _dl_tls_static_align.
8887         tls_index is a typedef.
8888         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
8889         _dl_tls_static_align.
8890         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
8891         * elf/dl-support.c: Define _dl_tls_static_size and
8892         _dl_tls_static_align.
8893
8894 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8895
8896         * configure.in: Add --without-tls option.
8897         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
8898         --without-tls is given.
8899
8900         * sysdeps/generic/dl-tls.c: Include <tls.h>.
8901
8902         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
8903
8904 2002-02-06  Roland McGrath  <roland@frob.com>
8905
8906         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
8907         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
8908
8909         * scripts/versions.awk: Improve error message for missing version.
8910         Each version inherits from the last one only if they have the same
8911         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
8912         but not GLIBC_x and FOO_y.
8913
8914         * scripts/firstversions.awk: Handle libraries that don't have each
8915         particular version named in the third column of shlib-versions.
8916
8917         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
8918
8919 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8920
8921         * Versions.def [ld]: Add GLIBC_2.3.
8922         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
8923         * elf/Makefile (dl-routines): Add dl-tls.
8924         (distribute): Add dl-tls.h.
8925         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8926         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8927         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
8928         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
8929         along with the other info in the link map.  Change queueing of init
8930         images for double linked list.  Use _dl_next_tls_modid to compute
8931         l_tls_modid.
8932         * elf/rtld.c (_dl_start_final): Store alignment requirement
8933         along with the other info in rtld map and executable map.
8934         (dl_main): Add ld.so to the init image list if necessary.  Compute
8935         final module ID with _dl_next_tls_modid.
8936         * include/link.h (struct link_map): Add l_tls_previmage and
8937         l_tls_align.
8938         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8939         * sysdeps/i386/elf/Versions: New file.
8940         * sysdeps/generic/dl-tls.c: New file.
8941         * sysdeps/generic/dl-tls.h: New file.
8942         * sysdeps/i386/dl-tls.h: New file.
8943
8944 2002-02-06  Roland McGrath  <roland@frob.com>
8945
8946         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
8947         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
8948
8949 2002-01-05  Roland McGrath  <roland@frob.com>
8950
8951         * sysdeps/mach/configure.in: New file.
8952         * sysdeps/mach/configure: New generated file.
8953
8954         * mach/Makefile (user-interfaces): Remove default_pager_helper.
8955         It has never been used by anything.
8956
8957 2002-02-06  H.J. Lu  <hjl@gnu.org>
8958
8959         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
8960         is included.
8961
8962 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8963
8964         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
8965         attribute((packed)) to counter stupid people misusing gcc options.
8966         (struct stat64): Likewise.
8967
8968 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8969
8970         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
8971         the variables which are used as booleans.
8972
8973 2002-02-06  Andreas Jaeger  <aj@suse.de>
8974
8975         * include/libc-symbols.h (INTUSE): Renamed from INT.
8976         * elf/dl-deps.c: Change users.
8977         * sysdeps/generic/dl-sysdep.c: Likewise.
8978         * sysdeps/generic/dl-cache.c: Likewise.
8979         * elf/dl-reloc.c: Likewise.
8980         * elf/rtld.c: Likewise.
8981         * elf/dl-version.c: Likewise.
8982         * elf/dl-load.c: Likewise.
8983         * elf/dl-dst.h: Likewise.
8984         * elf/dl-init.c: Likewise.
8985         * elf/dl-error.c: Likewise.
8986         * elf/dl-fini.c: Likewise.
8987         * elf/dl-runtime.c: Likewise.
8988         * elf/do-lookup.h: Likewise.
8989
8990         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
8991         definition.
8992         * stdio-common/_itowa.h: Likewise.
8993
8994 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8995
8996         * elf/dl-minimal.c: Define _itoa_lower_digits.
8997
8998         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
8999         DT_FLAGS set.
9000
9001         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
9002         loading modules with the DF_STATIC_TLS flag set.
9003         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
9004         element.
9005         * include/link.h (struct link_map): Add l_flags field.
9006         * elf/elf.h (DF_STATIC_TLS): New definition.
9007
9008         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
9009         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
9010
9011         * elf/rtld.c (process_dl_debug): Correct printing help message.
9012         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
9013         for %s.
9014
9015         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
9016         definition and pass &errno in use of this variable.
9017         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
9018
9019 2002-02-04  Andreas Schwab  <schwab@suse.de>
9020
9021         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
9022         * locale/programs/charmap-dir.c: Wrap calls that output messages
9023         with WITH_CUR_LOCALE.  Include "localedef.h" first.
9024         * locale/programs/charmap.c: Likewise.
9025         * locale/programs/ld-address.c: Likewise.
9026         * locale/programs/ld-collate.c: Likewise.
9027         * locale/programs/ld-ctype.c: Likewise.
9028         * locale/programs/ld-identification.c: Likewise.
9029         * locale/programs/ld-measurement.c: Likewise.
9030         * locale/programs/ld-messages.c: Likewise.
9031         * locale/programs/ld-monetary.c: Likewise.
9032         * locale/programs/ld-name.c: Likewise.
9033         * locale/programs/ld-numeric.c: Likewise.
9034         * locale/programs/ld-paper.c: Likewise.
9035         * locale/programs/ld-telephone.c: Likewise.
9036         * locale/programs/ld-time.c: Likewise.
9037         * locale/programs/linereader.c: Likewise.
9038         * locale/programs/linereader.h: Likewise.
9039         * locale/programs/localedef.c: Likewise.
9040         * locale/programs/locfile.c: Likewise.
9041         * locale/programs/repertoire.c: Likewise.
9042
9043 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9044
9045         * elf/rtld.c (_dl_start_final): Determine load address to locate
9046         ehdr with GL(dl_rtld_map).l_map_start.
9047
9048         * po/ca.po: Update from translation team.
9049
9050         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
9051         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
9052         header entry.
9053         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9054         _dl_tls_module_cnt.
9055         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
9056
9057 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
9058
9059         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
9060         * include/link.h (struct link_map): Add various members for TLS
9061         information.
9062         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9063         _rtld_tlsoffset, add _dl_initimage_list.
9064         * sysdeps/i386/dl-lookupcfg.h: New file.
9065         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
9066         TLS relocation.  When using TLS we now use RESOLVE_MAP.
9067         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
9068         is used.
9069
9070         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
9071         unused.
9072
9073         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
9074         thread-pointer as soon as possible.
9075         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
9076         elements in rtld_global.
9077         * sysdeps/generic/tls.h: New file.
9078         * elf/Makefile (distribute): Add tls.h.
9079         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
9080         relocations.  Not complete yet.
9081
9082         * resolv/resolv.h: Allow user to define __need_res_state and only
9083         define __res_start structure then.
9084         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
9085
9086         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
9087         dl_cpuclock_offset initialization to _dl_start_final.
9088         (_dl_show_auxv): Avoid unnecessary sign extension.
9089         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
9090
9091 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9092
9093         * config.h.in: Add HAVE_TLS_SUPPORT.
9094         * sysdeps/i386/elf/configure.in: New file.
9095
9096 2002-02-03  Andreas Schwab  <schwab@suse.de>
9097
9098         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
9099         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
9100
9101 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
9102
9103         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
9104         alloca if the memory reqirements are too high.
9105
9106 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9107
9108         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
9109         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
9110         the former is available anyway and speed isn't important here.
9111         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
9112         * elf/dl-version.c (match_symbol): Likewise.
9113         (_dl_check_map_versions): Likewise.
9114         * elf/rtld.c (process_envvars): Likewise.
9115         (print_statistics): Likewise.
9116         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
9117         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
9118         bases.  Add assert to catch uses of unimplemented features.
9119         (__strsep): Add assert to catch uses of unimplemented features.
9120         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
9121         and avoid inline optimization.
9122         * elf/rtld.c (process_envvars): Likewise.
9123         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
9124         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
9125         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
9126
9127 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9128
9129         * stdio-common/_itoa.h: Minor simplifications of the code.
9130         * stdio-common/_itoa.c: Likewise.
9131
9132         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
9133         instead of _dl_printf for debugging info output.
9134
9135         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
9136         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
9137
9138 2002-02-01  H.J. Lu  <hjl@gnu.org>
9139
9140         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
9141         (atomic_add): Likewise.
9142         (compare_and_swap): Return 0 only when failed to compare. Use
9143         branch likely.
9144
9145         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
9146         branch likely.
9147
9148 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
9149
9150         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
9151
9152 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9153
9154         * elf/dl-minimal.c (__strsep): New minimal implementation.
9155
9156 2002-02-02  Paul Eggert  <eggert@twinsun.com>
9157
9158         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
9159         (__mktime_internal): If no tm_isdst is requested, prefer solutions
9160         with tm_isdst > 0 when the requested time falls within a
9161         spring-forward gap [PR libc/2894].
9162
9163 2002-02-03  Andreas Schwab  <schwab@suse.de>
9164
9165         * stdio-common/tst-rndseek.c: Increase timeout.
9166
9167 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9168
9169         Change ld.so to not use functions which are exported.  One cannot
9170         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
9171         definitions.
9172         * include/libc-symbols.h: Define INT and INTDEF.
9173         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
9174         _dl_signal_error_internal, _dl_map_object_internal,
9175         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
9176         _dl_lookup_versioned_symbol_internal,
9177         _dl_relocate_object_internal, _dl_debug_state_internal,
9178         _dl_start_profile_internal, and _dl_unload_cache_internal.
9179         * include/dlfcn.h: Declare _dl_catch_error_internal.
9180         * elf/rtld.c: Use INT for calls to any of the *_internal functions
9181         above.  Add INTDEF to function definitions.
9182         * elf/dl-debug.c: Likewise.
9183         * elf/dl-deps.c: Likewise.
9184         * elf/dl-dst.h: Likewise.
9185         * elf/dl-error.c: Likewise.
9186         * elf/dl-fini.c: Likewise.
9187         * elf/dl-init.c: Likewise.
9188         * elf/dl-load.c: Likewise.
9189         * elf/dl-lookup.c: Likewise.
9190         * elf/dl-misc.c: Likewise.
9191         * elf/dl-open.c: Likewise.
9192         * elf/dl-profile.c: Likewise.
9193         * elf/dl-reloc.c: Likewise.
9194         * elf/dl-runtime.c: Likewise.
9195         * elf/dl-version.c: Likewise.
9196         * elf/do-lookup.h: Likewise.
9197         * sysdeps/generic/dl-cache.c: Likewise.
9198         * sysdeps/generic/dl-sysdep.c: Likewise.
9199         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
9200         instead of _dl_init.
9201         * sysdeps/arm/dl-machine.h: Likewise.
9202         * sysdeps/cris/dl-machine.h: Likewise.
9203         * sysdeps/hppa/dl-machine.h: Likewise.
9204         * sysdeps/i386/dl-machine.h: Likewise.
9205         * sysdeps/ia64/dl-machine.h: Likewise.
9206         * sysdeps/m68k/dl-machine.h: Likewise.
9207         * sysdeps/mips/dl-machine.h: Likewise.
9208         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9209         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9210         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9211         * sysdeps/sh/dl-machine.h: Likewise.
9212         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9213         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9214         * sysdeps/x86_64/dl-machine.h: Likewise.
9215         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9216
9217         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9218         and _dl_debug_initialize.
9219
9220         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9221         more information.
9222         * elf/rtld.c (dl_main): Avoid strrchr.
9223         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9224         result of readlink.  Search from the back for '/'.
9225
9226         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9227         strncpy if possible.
9228
9229         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
9230         strncmp.
9231         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
9232         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
9233         strspn, and strcspn.
9234         (process_envvars): Don't use strcspn.
9235
9236         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
9237         (_dl_dst_substitute): Likewise.
9238
9239 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9240
9241         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
9242         code which is never used when relocating ld.so itself.
9243
9244         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
9245         starting ld.so itself.  Move l_addr variable initialization closer
9246         to use.
9247         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
9248
9249 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9250
9251         * Versions.def (libc): Add GLIBC_PRIVATE.
9252         (libdb, libnss_db, libdb1): Remove.
9253         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
9254         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
9255         (libpthread): Add GLIBC_PRIVATE.
9256         (libresolv): Likewise, remove GLIBC_2.1.
9257         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
9258         GLIBC_2.2.3, GLIBC_2.3.
9259         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
9260         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
9261         _dl_sym, _dl_vsym): Likewise.
9262         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
9263         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
9264         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
9265         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
9266         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
9267         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
9268         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
9269         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
9270         Likewise.
9271         (_dl_object_relocation_scope): Remove.
9272         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
9273         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
9274         __gconv_cache): Move to GLIBC_PRIVATE.
9275         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
9276         __internal_setnetgrent): Likewise.
9277         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
9278         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
9279         * locale/Versions (__collate_element_hash, __collate_element_strings,
9280         __collate_symbol_classes, __collate_symbol_hash,
9281         __collate_symbol_strings, _nl_current_LC_COLLATE,
9282         _nl_current_LC_CTYPE): Likewise.
9283         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
9284         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
9285         (libnss_nis, libnss_nisplus): Likewise.
9286         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
9287         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
9288         (libnss_files): Move all symbols to GLIBC_PRIVATE.
9289         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
9290         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
9291         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
9292         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
9293         __ns_get16, __ns_samename): Likewise.
9294         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
9295         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
9296         GLIBC_PRIVATE.
9297         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
9298         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
9299         __libc_connect): Likewise.
9300         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
9301         Likewise.
9302         * stdlib/Versions (__libc_system): Likewise.
9303         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
9304         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
9305         * sysdeps/ia64/fpu/Versions: Likewise.
9306         * sysdeps/ia64/Versions: Likewise.
9307         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
9308         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
9309         to GLIBC_PRIVATE.
9310         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
9311         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
9312         __libc_sigaction): Likewise.
9313         * termios/Versions (__libc_tcdrain): Likewise.
9314
9315         * misc/sys/cdefs (__attribute_noinline__): Define.
9316         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
9317         __attribute_noinline__.
9318
9319         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
9320         * elf/dl-xstat64.c: New file.
9321         * elf/dl-fxstat64.c: New file.
9322         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
9323         don't export __fxstat64 at multiple versions.
9324         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
9325         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
9326
9327 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
9328
9329         * locale/program/ld-collate.c (collate_finish): Assign a wide
9330         char collation sequence value to multi character collating
9331         elements, and avoid over writing by non-character elements.
9332
9333 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9334
9335         * elf/Makefile (distribute): Add dl-procinfo.c.
9336         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
9337         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
9338
9339 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9340
9341         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
9342         definition.
9343         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
9344         _rtld_global struct.
9345         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9346         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
9347         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9348         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
9349         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
9350         _dl_fpu_control_set): Remove unused externs.
9351         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
9352         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
9353         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
9354         related variables in _rtld_global struct.
9355         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
9356         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
9357         unused extern.
9358
9359 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9360
9361         * sysdeps/generic/dl-procinfo.c: New file.
9362
9363 2002-02-01  Andreas Schwab  <schwab@suse.de>
9364
9365         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
9366
9367 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9368
9369         * elf/rtld.c (_dl_start): Mark as internal_function.
9370         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
9371         in register.
9372         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
9373         General pretty printing.
9374
9375 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9376
9377         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
9378         * elf/dl-reloc.c: Pretty printing.
9379         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
9380         procinfo-related variables in rtld_global struct.
9381         * elf/dl-support.c: Likewise.
9382         * elf/rtld.c: Likewise.
9383         * sysdeps/i386/i686/Makefile: Likewise.
9384         * sysdeps/i386/i686/hp-timing.c: Likewise.
9385         * sysdeps/i386/i686/hp-timing.h: Likewise.
9386         * sysdeps/ia64/Makefile: Likewise.
9387         * sysdeps/ia64/hp-timing.c: Likewise.
9388         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
9389         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
9390         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
9391         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
9392         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
9393         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
9394         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
9395         * sysdeps/x86_64/Makefile: Likewise.
9396
9397         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
9398         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
9399         _dl_debug_fd to rtld_global.
9400         * elf/Versions: Likewise.
9401         * elf/dl-close.c: Likewise.
9402         * elf/dl-iteratephdr.c: Likewise.
9403         * elf/dl-lookup.c: Likewise.
9404         * elf/dl-misc.c: Likewise.
9405         * elf/dl-open.c: Likewise.
9406         * elf/dl-support.c: Likewise.
9407         * elf/do-lookup.h: Likewise.
9408         * elf/rtld.c: Likewise.
9409         * sysdeps/generic/dl-cache.c: Likewise.
9410         * sysdeps/generic/dl-sysdep.c: Likewise.
9411         * sysdeps/ia64/Versions: Likewise.
9412         * sysdeps/unix/clock_gettime.c: Likewise.
9413         * sysdeps/unix/clock_settime.c: Likewise.
9414         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9415         * sysdeps/sparc/Versions: Removed.
9416         * sysdeps/i386/i686/Versions : Removed.
9417         * sysdeps/x86_64/Versions: Removed.
9418         * configure.in: Define HAVE_PROTECTED if .protected is available.
9419         * config.h.in: Add entry for HAVE_PROTECTED.
9420
9421 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
9422
9423         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
9424         code in struct _rtld_global.  Export this struct, remove all
9425         exports for the signal variables.
9426         * sysdeps/arm/dl-machine: Likewise.
9427         * sysdeps/generic/dl-origin: Likewise.
9428         * sysdeps/generic/dl-sysdep: Likewise.
9429         * sysdeps/generic/dl-cache: Likewise.
9430         * sysdeps/hppa/dl-fptr: Likewise.
9431         * sysdeps/hppa/dl-machine: Likewise.
9432         * sysdeps/cris/dl-machine: Likewise.
9433         * sysdeps/i386/dl-machine: Likewise.
9434         * sysdeps/ia64/dl-machine: Likewise.
9435         * sysdeps/m68k/dl-machine: Likewise.
9436         * sysdeps/mach/hurd/dl-sysdep: Likewise.
9437         * sysdeps/mips/mips64/dl-machine: Likewise.
9438         * sysdeps/mips/dl-machine: Likewise.
9439         * sysdeps/powerpc/elf/libc-start: Likewise.
9440         * sysdeps/powerpc/dl-machine: Likewise.
9441         * sysdeps/powerpc/dl-start: Likewise.
9442         * sysdeps/sparc/sparc32/dl-machine: Likewise.
9443         * sysdeps/sparc/sparc64/dl-machine: Likewise.
9444         * sysdeps/sh/dl-machine: Likewise.
9445         * sysdeps/s390/s390-32/dl-machine: Likewise.
9446         * sysdeps/s390/s390-64/dl-machine: Likewise.
9447         * sysdeps/unix/sysv/aix/libc-start: Likewise.
9448         * sysdeps/unix/sysv/aix/start-libc: Likewise.
9449         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
9450         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
9451         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
9452         * sysdeps/x86_64/dl-machine: Likewise.
9453
9454 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9455
9456         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
9457         are too high.
9458
9459 2002-01-31  Andreas Schwab  <schwab@suse.de>
9460
9461         * sysdeps/posix/readv.c: Check for ssize_t overflow.
9462
9463 2002-01-31  Andreas Schwab  <schwab@suse.de>
9464
9465         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
9466         reference to _dl_pagesize.
9467
9468 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
9469
9470         * Versions.def [ld]: Add GLIBC_2.3.
9471         * elf/dl-addr.c: Move global variables for SHARED code in struct
9472         _rtld_global.  Export this struct, remove all exports for the
9473         signal variables.
9474         * elf/dl-close.c: Likewise.
9475         * elf/dl-conflict.c: Likewise.
9476         * elf/dl-debug.c: Likewise.
9477         * elf/dl-deps.c: Likewise.
9478         * elf/dl-dst.h: Likewise.
9479         * elf/dl-error.c: Likewise.
9480         * elf/dl-fini.c: Likewise.
9481         * elf/dl-init.c: Likewise.
9482         * elf/dl-iteratephdr.c: Likewise.
9483         * elf/dl-libc.c: Likewise.
9484         * elf/dl-load.c: Likewise.
9485         * elf/dl-lookup.c: Likewise.
9486         * elf/dl-minimal.c: Likewise.
9487         * elf/dl-object.c: Likewise.
9488         * elf/dl-open.c: Likewise.
9489         * elf/dl-profile.c: Likewise.
9490         * elf/dl-profstub.c: Likewise.
9491         * elf/dl-reloc.c: Likewise.
9492         * elf/dl-runtime.c: Likewise.
9493         * elf/dl-support.c: Likewise.
9494         * elf/dl-sym.c: Likewise.
9495         * elf/dl-version.c: Likewise.
9496         * elf/do-lookup.h: Likewise.
9497         * elf/do-rel.h: Likewise.
9498         * elf/dynamic-link.h: Likewise.
9499         * elf/rtld.c: Likewise.
9500         * sysdeps/generic/dl-cache.c: Likewise.
9501         * sysdeps/generic/dl-sysdep.c: Likewise.
9502         * sysdeps/generic/ldsodefs.h: Likewise.
9503         * sysdeps/generic/libc-start.c: Likewise.
9504         * sysdeps/i386/dl-machine.h: Likewise.
9505         * sysdeps/ia64/dl-fptr.c: Likewise.
9506         * sysdeps/ia64/dl-machine.h: Likewise.
9507         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
9508         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
9509         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9510         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
9511         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9512         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9513         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
9514         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
9515
9516 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9517
9518         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
9519         to avoid warning
9520         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
9521
9522         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
9523         SHARED version.
9524         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
9525
9526         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
9527
9528 2002-01-29  Ben Collins  <bcollins@debian.org>
9529
9530         * string/bits/string2.h (__mempcpy): Protect size arg for
9531         addition when using __builtin_memcpy.
9532
9533 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9534
9535         * stdlib/Makefile (tests): Add tst-qsort.
9536         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
9537
9538         * manual/signal.texi (Process Signal Mask): Document that
9539         pthread_sigmask, not sigprocmask, must be used in MT programs.
9540         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
9541
9542         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
9543         found.
9544         * misc/Makefile (tests): Add tst-hsearch.
9545         * misc/tst-hsearch.c: New file.
9546
9547 2002-01-18  Wolfram Gloger  <wg@malloc.de>
9548
9549         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9550         * malloc/malloc.h: Likewise.
9551         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9552         * malloc/arena.c: New file.
9553         * malloc/hooks.c: New file.
9554         * malloc/tst-mallocstate.c: New file.
9555         * malloc/Makefile: Add new testcase tst-mallocstate.
9556         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
9557
9558 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9559
9560         * stdlib/msort.c: Remove last patch.  The optimization violates the
9561         same rule which qsort.c had problems with.
9562
9563 2002-01-27  Paul Eggert  <eggert@twinsun.com>
9564
9565         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9566         to a pivot element that lies outside the array to be sorted, as
9567         ISO C99 requires that the comparison function be called only with
9568         addresses of array elements [PR libc/2880].
9569
9570 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9571
9572         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9573         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
9574
9575         * timezone/asia: Update from tzdata2002b.
9576         * timezone/australasia: Likewise.
9577         * timezone/backward: Likewise.
9578         * timezone/europe: Likewise.
9579         * timezone/leapseconds: Likewise.
9580         * timezone/iso3166.tab: Likewise.
9581         * timezone/zone.tab: Likewise.
9582
9583 2002-01-23  Richard Henderson  <rth@redhat.com>
9584
9585         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9586
9587 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9588
9589         * string/strxfrm.c: Allocate one more byte for rulearr and clear
9590         this element [PR libc/2855].
9591
9592         * string/strcoll.c: Handle zero-length arguments specially
9593         [PR libc/2856].
9594
9595 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9596
9597         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9598         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9599         short lengths and constant src.
9600         (strcpy): Don't optimize for gcc 3.0+.
9601         (__stpcpy): For gcc 3.0+, don't use
9602         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9603         for short string literal src.
9604
9605 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9606
9607         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9608         Set for arm, too.
9609
9610 2001-01-22  Paul Eggert  <eggert@twinsun.com>
9611
9612         * manual/llio.texi (Linked Channels, Cleaning Streams):
9613         Make it clearer that a just-opened input stream might need cleaning.
9614
9615 2002-01-21  H.J. Lu  <hjl@gnu.org>
9616
9617         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9618         Don't use label at end of compound statement.
9619
9620 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
9621
9622         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9623         Remove test for negative integer arg; sin_pi does it correctly.
9624
9625 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
9626
9627         * nscd/Makefile (distribute): Filter out xmalloc.c.
9628
9629 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
9630
9631         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9632         Set offset if read end wasn't the buffer end.
9633         (_IO_file_seekoff_mmap): New function.
9634         (_IO_file_xsgetn_mmap): New function.
9635         (_IO_file_jumps_mmap): Use the two new functions.
9636         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9637         != end buffer.
9638         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
9639         _IO_file_underflow_mmap.
9640         * libio/iofopen.c: Don't position file descriptor at end of file.
9641         * libio/tst-widetext.c: Improve error messages.
9642         * stdio-common/tst-rndseek.c: Likewise.
9643
9644 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
9645
9646         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
9647         end of enum for !_GNU_SOURCE.
9648         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
9649         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
9650         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
9651         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
9652         values unless _GNU_SOURCE.
9653
9654         * iconvdata/tcvn5712-1.c: Minor cleanups.
9655
9656 2002-01-18  Andreas Schwab  <schwab@suse.de>
9657
9658         * sysdeps/unix/sysv/linux/configure.in
9659         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
9660
9661 2002-01-16  Roger Sayle  <roger@eyesopen.com>
9662
9663         * stdlib/msort.c (msort_with_tmp): Replace implementation with
9664         more efficient "Towers of Hanoi" mergesort.
9665         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
9666         for generic, sizeof(int) and sizeof(long) variants respectively.
9667
9668 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
9669
9670         * manual/syslog.texi (openlog): Describe possible problems with
9671         first parameter.
9672         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9673
9674         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
9675         * nscd/connections.c (begin_drop_privileges): New function.
9676         (finish_drop_privileges): New function.
9677         (nscd_init): Call the new functions which also install all groups
9678         for the server user.
9679         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
9680         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9681
9682 2002-01-17  H.J. Lu  <hjl@gnu.org>
9683
9684         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
9685         `const' from `got'.
9686
9687 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9688
9689         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
9690         instructions for pointer operations.
9691         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9692
9693 2002-01-17  Andreas Jaeger  <aj@suse.de>
9694
9695         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
9696         __uint128_t build-in.
9697
9698         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
9699         PowerPC, sync with 2.2 branch.
9700
9701 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9702
9703         * posix/getconf.c: Update copyright year.
9704         * nss/getent.c: Likewise.
9705         * nscd/nscd_nischeck.c: Likewise.
9706         * iconv/iconvconfig.c: Likewise.
9707         * iconv/iconv_prog.c: Likewise.
9708         * elf/ldconfig.c: Likewise.
9709         * catgets/gencat.c: Likewise.
9710         * csu/version.c: Likewise.
9711         * elf/ldd.bash.in: Likewise.
9712         * elf/sprof.c (print_version): Likewise.
9713         * locale/programs/locale.c: Likewise.
9714         * locale/programs/localedef.c: Likewise.
9715         * nscd/nscd.c (print_version): Likewise.
9716         * debug/xtrace.sh: Likewise.
9717         * malloc/memusage.sh: Likewise.
9718         * malloc/mtrace.pl: Likewise.
9719
9720 2002-01-16  Andreas Schwab  <schwab@suse.de>
9721
9722         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
9723         reliably remove "-ia64" from rtld name.
9724
9725 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9726
9727         * iconvdata/gb18030.c: Bug fixes and support for more characters.
9728         Patch by Yu Shao <yshao@redhat.com>.
9729
9730 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9731
9732         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
9733         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
9734         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
9735
9736 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9737
9738         * sysdeps/s390/fpu/libm-test-ulps: Update.
9739
9740 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
9741
9742         * elf/elf.h: Update x86 relocations.
9743
9744 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9745
9746         * locale/programs/charmap.c (new_width): Check whether byte
9747         sequences for both ends of range have the same length.
9748
9749 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9750
9751         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
9752
9753 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9754
9755         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
9756         string literals.
9757         (__full_ieee754_sqrt): Add __attribute_used__.
9758
9759 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9760
9761         * sysdeps/generic/group_member.c (__group_member): Also check
9762         groups[0] [PR libc/2781].
9763
9764 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
9765
9766         * Makefile (distribute): Add scripts/cpp.
9767         * elf/Makefile (distribute): Add reldep6mod[01234].c,
9768         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
9769         unwind-dw2-fde.h, and dwarf2.h.
9770         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
9771         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
9772         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
9773         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
9774
9775 2002-01-07  Roland McGrath  <roland@frob.com>
9776
9777         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
9778         volatile on type of ARGC so the compiler doesn't get clever.
9779
9780 2002-01-07  Andreas Jaeger  <aj@suse.de>
9781
9782         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
9783         * sysdeps/i386/bits/byteswap.h: Likewise.
9784         * sysdeps/ia64/bits/byteswap.h: Likewise.
9785         * sysdeps/m68k/bits/byteswap.h: Likewise.
9786         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
9787         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
9788
9789 2002-01-02  Bruno Haible  <bruno@clisp.org>
9790
9791         * intl/plural.y: Fix %expect count.
9792
9793 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
9794
9795         * elf/Makefile (routines, shared-only-routines): Add
9796         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
9797         * elf/elf.h (PT_GNU_EH_FRAME): Define.
9798         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
9799         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
9800         Optimize if .eh_frame section contains no FDEs.
9801         (__register_frame, __deregister_frame_info_bases,
9802         __deregister_frame): Likewise.
9803         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
9804         DW_CFA_restore handling.
9805
9806 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
9807
9808         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
9809
9810         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
9811         for x < 0.25 and restore original range reduction method.
9812         (__ieee754_lgammal_r): Make sure signgam is set before returning.
9813
9814 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
9815
9816         * libio/fileops.c (_IO_file_underflow_mmap): New function.
9817         (_IO_file_close_mmap): New function.
9818         (_IO_file_jumps_mmap): New variable.
9819         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
9820         trying to convert rest of byte buffer.
9821         (_IO_wfile_underflow_mmap): New function.
9822         (_IO_wfile_jumps_mmap): New variable.
9823         * libio/iofopen.c (__fopen_maybe_mmap): New function.
9824         (__fopen_internal): New function.  Split out from _IO_new_fopen.
9825         (_IO_new_fopen): Call __fopen_internal.
9826         * libio/iofopen64.c: Just call __fopen_internal.
9827         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
9828         successfully.
9829         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
9830         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
9831         _IO_file_close_mmap.
9832
9833         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
9834         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
9835
9836         * stdio-common/Makefile (tests): Add tst-rndseek.
9837         * stdio-common/tst-rndseek.c: New file.
9838
9839 2002-01-05  Roland McGrath  <roland@frob.com>
9840
9841         * config.h.in (HAVE_MIG_RETCODE): New #undef.
9842         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
9843         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
9844         * sysdeps/mach/hurd/configure: Regenerated.
9845
9846 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
9847
9848         * elf/elf.h: Add more TLS definitions.
9849
9850 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
9851
9852         * include/features.h (__GLIBC_MINOR__): Bump to 3.
9853
9854 2002-01-02  Roland McGrath  <roland@frob.com>
9855
9856         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
9857         __sigisemptyset.  Don't use MASK uninitialized.
9858
9859         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
9860         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
9861         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
9862         __sigdelset, __sigaddset, __sigorset.
9863
9864         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
9865         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
9866
9867         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
9868         _hurd_ports is null.
9869
9870         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
9871         for old CMU and new OSF Mach interface flavors.
9872         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
9873         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9874
9875         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
9876
9877         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
9878         Pass extra arguments to task_create for OSF variant.
9879         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9880
9881         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
9882         conditional on [HAVE_AUX_VECTOR].
9883
9884         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
9885         mach_msg_timeout_t as type of final argument.
9886
9887         * hurd/privports.c (__get_privileged_ports):
9888         Change host_priv_t to mach_port_t in argument type.
9889         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
9890         Update decls.
9891
9892         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
9893         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
9894         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9895         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9896         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9897         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
9898
9899 2002-01-01  Roland McGrath  <roland@frob.com>
9900
9901         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
9902
9903 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
9904
9905         * include/stdlib.h: Define inlines for the _l variants of the strto*
9906         functions.
9907
9908 2002-01-01  Roland McGrath  <roland@frob.com>
9909
9910         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
9911
9912         * mach/Machrules (MIG): Set CPP as well as CC.
9913
9914 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
9915
9916         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
9917         locale to parse /proc/loadavg [PR libc/2760].
9918
9919 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
9920
9921         * elf/dl-conflict.c: Include sys/param.h.
9922         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
9923         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
9924         warning.
9925         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
9926         literals to avoid warnings.
9927
9928 2001-12-31  Andreas Jaeger  <aj@suse.de>
9929
9930         * configure.in: Don't check for gsed since we do not use it anywhere.
9931
9932 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9933
9934         * io/fts.c: Update from BSD to fix memory leaks.
9935
9936 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9937
9938         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
9939         * elf/chroot_canon.c: Likewise.
9940         * elf/dl-object.c: Likewise.
9941         * iconv/iconv_charmap.c: Likewise.
9942         * iconv/iconv_prog.c: Likewise.
9943         * libio/iogetdelim.c: Likewise.
9944         * locale/lc-time.c: Likewise.
9945         * stdlib/canonicalize.c: Likewise.
9946         * sunrpc/svc.c: Likewise.
9947         * sysdeps/generic/glob.c: Likewise.
9948
9949 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9950
9951         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
9952         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
9953         remove high order bit from the program counter.
9954         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
9955
9956 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9957
9958         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
9959         unnecessary code and add missing reloc types.
9960         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
9961         case for reloc type R_390_NONE.
9962
9963 2001-12-28  Andreas Jaeger  <aj@suse.de>
9964
9965         * io/bug-ftw3.c: Include string.h for prototypes.
9966
9967         * crypt/md5test.c (main): Remove unused variable.
9968
9969         * dlfcn/modstatic.c: Add prototype to avoid warning.
9970
9971 2001-12-26  Roland McGrath  <roland@frob.com>
9972
9973         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
9974         check only (SS->pending & MASK) for the signal to return.
9975         From Jeroen Dekkers <jeroen@dekkers.cx>.
9976
9977 2001-12-22  Roland McGrath  <roland@frob.com>
9978
9979         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
9980         Use preprocessor #if conditionals instead of `if' to avoid
9981         warnings about divide by zero in dead code.
9982
9983         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
9984         _hurd_port_init, and __hurd_self_sigstate.
9985
9986         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
9987
9988 2001-12-21  Andreas Jaeger  <aj@suse.de>
9989
9990         * elf/dblloadmod1.c: Add prototype to avoid warning.
9991         * elf/dblloadmod2.c: Likewise.
9992         * elf/dblloadmod3.c: Likewise.
9993         * elf/reldepmod5.c: Likewise.
9994         * elf/reldepmod6.c: Likewise.
9995
9996         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
9997         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
9998         used on all architectures.
9999
10000         * sunrpc/svc_tcp.c: Add noreturn attribute for
10001         svctcp_rendezvous_abort.
10002         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
10003
10004         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
10005         to avoid warning.
10006
10007 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10008
10009         * manual/llio.texi (aio_fsync): Fix a typo.
10010         Patch by Tammy Fox <tfox@redhat.com>.
10011
10012 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
10013
10014         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
10015         stack bias from child stack pointer before passing it to clone syscall.
10016
10017 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
10018
10019         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
10020         _SC_TZNAME_MAX.
10021         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
10022         Reported by Thorsten Kukuk <kukuk@suse.de>.
10023
10024         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
10025         add some casts.
10026
10027         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
10028
10029 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
10030
10031         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
10032         conforming: return EBADF if file descriptor is invalid and EINVAL
10033         if file descriptor is no valid tty.
10034         * login/tst-grantpt.c: New file.
10035         * login/Makefile (tests): Add tst-grantpt.
10036
10037 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
10038
10039         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
10040         different than implemented in last patch.
10041         * io/bug-ftw3.c: Adjust test for changed handling of
10042         inaccessibility of toplevel dir.
10043
10044 2001-12-16  Roland McGrath  <roland@frob.com>
10045
10046         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
10047         * grp/initgroups.c (internal_getgrouplist): Likewise.
10048
10049         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
10050         `default:' to silence new GCC warning.
10051         Rewrite cast of lvalue to silence new GCC warning.
10052
10053         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
10054
10055         * sysdeps/mach/hurd/spawni.c: New file, by me with a
10056         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
10057
10058 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
10059
10060         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
10061         Patch by Stephen R. van den Berg.
10062
10063         * crypt/md5.h: Define md5_uintptr.
10064
10065 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10066
10067         * libio/tst_swprintf.c (main): Add test for string argument with
10068         zero precision.
10069         * stdio-common/Makefile (tests): Add tst-sprintf.
10070         * stdio-common/tst-sprintf.c: New file.
10071
10072 2001-12-13  Andreas Schwab  <schwab@suse.de>
10073
10074         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
10075         zero precision with wide character string format.
10076
10077 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
10078
10079         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
10080         but have a user supplied buffer, return the empty buffer, not NULL.
10081
10082 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10083
10084         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
10085         Patch by Eric Sharkey <sharkey@netrics.com>.
10086
10087         * crypt/md5test.c (main): Add test for multiple calls to
10088         __md5_process_bytes to itererate over input string.
10089
10090 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
10091
10092         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
10093         from __nis_findfastest.  Take timeout value from parameter.
10094         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
10095         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
10096         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
10097
10098 2001-12-12  Andreas Jaeger  <aj@suse.de>
10099
10100         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
10101         combreloc test so that it works in this case.
10102
10103         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
10104
10105 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
10106
10107         * sysdeps/sh/Makefile: New file.
10108         * sysdeps/sh/_mcount.S: New file.
10109         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
10110         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
10111
10112 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10113
10114         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
10115         limitation [PR libc/2564].
10116
10117 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
10118
10119         * elf/Makefile (dl-routines): Add conflict.
10120         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
10121         (ld.so): Add _begin local symbol.
10122         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
10123         Define.
10124         * elf/dl-deps.c (_dl_build_local_scope): New function.
10125         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
10126         of all libraries.
10127         * elf/do-rel.h (VALIDX): Define.
10128         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
10129         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
10130         can be skipped.
10131         * elf/dl-conflict.c: New file.
10132         * elf/dl-lookup.c (_dl_debug_bindings): New function.
10133         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
10134         non-NULL.
10135         (_dl_lookup_symbol_skip): Likewise.
10136         (_dl_lookup_versioned_symbol): Likewise.
10137         (_dl_lookup_versioned_symbol_skip): Likewise.
10138         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
10139         define to ElfW(Rel).
10140         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
10141         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
10142         ranges.
10143         Don't adjust address dynamic tags if l_addr is 0.
10144         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
10145         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
10146         (VALIDX, ADDRIDX): Define.
10147         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
10148         (dl_main): Print library list for LD_TRACE_PRELINKING.
10149         If prelinking information can be used, skip relocating libraries and
10150         call _dl_resolve_conflicts instead.
10151         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
10152         * elf/dl-load.c (_dl_map_object): Don't create fake libs
10153         if LD_TRACE_PRELINKING.
10154         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
10155         + DT_ADDRNUM.
10156         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
10157         (DL_DEBUG_PRELINK): Define.
10158         (_dl_resolve_conflicts): Add prototype.
10159
10160         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
10161         .plt for prelinked libraries where prelinking info cannot be used.
10162         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
10163         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
10164         * sysdeps/arm/bits/link.h: New file.
10165         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
10166         content of .got[1].
10167         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10168         (ELF_MACHINE_PLT_REL): Define.
10169         (elf_machine_rela, elf_machine_rela_relative): New functions.
10170         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
10171         of adjusting it if prelinked and prelinking cannot be used.
10172         * sysdeps/i386/bits/link.h: New file.
10173         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
10174         content of .got[1].
10175         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10176         (ELF_MACHINE_PLT_REL): Define.
10177         (elf_machine_rela, elf_machine_rela_relative): New functions.
10178         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
10179         of adjusting it if prelinked and prelinking cannot be used.
10180         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
10181         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
10182         to find out map for R_PPC_JMP_SLOT relocs.
10183         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
10184         (OPCODE_BA): Define.
10185         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10186         libraries where prelinking info cannot be used.
10187         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
10188         (elf_machine_fixup_plt): Call sparc_fixup_plt.
10189         (elf_machine_rela): Set value to 0 if relocating conflicts.
10190         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
10191         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
10192         (sparc64_fixup_plt): Fix a typo.
10193         (elf_machine_rela): Set value to 0 if relocating conflicts.
10194         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
10195         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10196         libraries where prelinking info cannot be used.
10197         * sysdeps/sh/bits/link.h: New file.
10198         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
10199         content of .got[1].
10200         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
10201         of adjusting it if prelinked and prelinking cannot be used.
10202         * sysdeps/s390/s390-32/bits/link.h: New file.
10203         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
10204         Save original content of .got[1].
10205         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10206         of adjusting it if prelinked and prelinking cannot be used.
10207         * sysdeps/s390/s390-64/bits/link.h: New file.
10208         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10209         Save original content of .got[1].
10210         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10211         of adjusting it if prelinked and prelinking cannot be used.
10212         * sysdeps/x86_64/bits/link.h: New file.
10213         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10214         Save original content of .got[1].
10215         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10216         of adjusting it if prelinked and prelinking cannot be used.
10217
10218 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10219
10220         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10221         where appropriate instead of numbers.  Little optimizations.
10222
10223 2001-12-10  Roland McGrath  <roland@frob.com>
10224
10225         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10226         set it.
10227
10228         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
10229         set to GLIBC_2.2.5, not GLIBC_2.2.4.
10230
10231         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
10232         Fix conditionals so this is set by default for stdio and not for libio.
10233         * sysdeps/mach/hurd/configure: Regenerated.
10234
10235 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
10236
10237         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
10238
10239 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
10240
10241         * io/Makefile (tests): Add bug-ftw3.
10242         * io/bug-ftw3.c: New file.
10243
10244         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
10245         matches and GLOB_NOCHECK is set.
10246         * posix/globtest.sh: Correct expected result for NOCHECK test.
10247
10248         * po/ca.po: Update from translation team.
10249
10250 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
10251
10252         Implement transliteration of characters in strings of the locale
10253         definitions.
10254         * locale/programs/linereader.c: Adjust for additional parameter to
10255         lr_token.
10256         (get_string): If character <Uxxxx> is not found try to transliterate
10257         it.
10258         * locale/programs/ld-ctype.c: Adjust for additional parameter to
10259         lr_token.  Add const to charmap parameter of all functions.
10260         (find_translit, find_translit2): New functions.
10261         * locale/programs/charmap.c: Adjust for additional parameter to
10262         lr_token.
10263         * locale/programs/repertoire.c: Likewise.
10264         * locale/programs/linereader.h: Likewise.
10265         * locale/programs/ld-address.c: Likewise.  Add const to charmap
10266         parameter of all functions.
10267         * locale/programs/ld-collate.c: Likewise.
10268         * locale/programs/ld-identification.c: Likewise.
10269         * locale/programs/ld-measurement.c: Likewise.
10270         * locale/programs/ld-messages.c: Likewise.
10271         * locale/programs/ld-monetary.c: Likewise.
10272         * locale/programs/ld-name.c: Likewise.
10273         * locale/programs/ld-numeric.c: Likewise.
10274         * locale/programs/ld-paper.c: Likewise.
10275         * locale/programs/ld-paper.c: Likewise.
10276         * locale/programs/ld-telephone.c: Likewise.
10277         * locale/programs/ld-time.c: Likewise.
10278         * locale/programs/locfile.c: Likewise.
10279         * locale/programs/localedef.c: Likewise.
10280         * locale/programs/localedef.h: Likewise.
10281         * locale/programs/locfile.h: Likewise.  Add declaration for
10282         find_translit.
10283         * locale/programs/simple-hash.c: Add const to first parameter of
10284         find_entry, iterate_table, and lookup.
10285         * locale/programs/simple-hash.h: Likewise.
10286         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
10287         instead.
10288         * include/locale.h: Define __LC_LAST.
10289         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
10290
10291 2001-12-07  Geoff Keating  <geoffk@redhat.com>
10292
10293         * sysdeps/powerpc/Dist: Update for recent FP changes.
10294         * sysdeps/powerpc/fpu/Dist: Likewise.
10295
10296 2001-12-07  Andreas Schwab  <schwab@suse.de>
10297
10298         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
10299
10300 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10301
10302         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
10303         save/restore functions here.
10304         (libm-support): Don't define these functions here.
10305         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
10306         functions here.
10307         * sysdeps/powerpc/fe_nomask.c: Move to...
10308         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
10309         * sysdeps/powerpc/fprrest.S: Move to...
10310         * sysdeps/powerpc/fpu/fprrest.S: ... here.
10311         * sysdeps/powerpc/fprsave.S: Move to...
10312         * sysdeps/powerpc/fpu/fprsave.S: ... here.
10313
10314 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10315
10316         * sysdeps/unix/sysv/linux/opensock.c: New file.
10317
10318 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10319
10320         * config.make.in (with-fp): Define from configure.
10321         * configure.in: Substitute with_fp.
10322         * configure: Regenerate.
10323         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
10324         specified, and don't change FPU environment.
10325
10326 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10327
10328         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
10329         * assert/assert.c: Check result of __asprintf call and don't use
10330         string if it failed.
10331         * assert/assert-perr.c: Likewise.
10332         * inet/rcmd.c: Likewise.
10333         * locale/programs/localedef.c (main): Check result of
10334         construct_output_path and exit if it failed.
10335         (construct_output_path): Check result of asprintf and mkdir calls and
10336         fail if they failed.
10337         * posix/getopt.c: Check result of __asprintf calls and fail if
10338         they failed.
10339         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
10340
10341 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10342
10343         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
10344         patch.
10345         * sysdeps/generic/strncase.c: Likewise.
10346         * string/tester.c: Add tests for strcasecmp and strncasecmp.
10347
10348 2001-12-05  Geoff Keating  <geoffk@redhat.com>
10349
10350         * scripts/cpp: Test the exit status from 'type', not 'awk'.
10351
10352         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
10353         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
10354         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
10355         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
10356         * sysdeps/powerpc/fclrexcpt.c: Move to...
10357         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
10358         * sysdeps/powerpc/fpu_control.h: Move to...
10359         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
10360
10361 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10362
10363         * iconvdata/ibm1129.h: Remove duplicate mappings.
10364         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
10365         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
10366         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10367
10368         * timezone/zic.c: Fix handling of turnaround times.
10369         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
10370
10371 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
10372
10373         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
10374         overflow problem.
10375
10376 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10377
10378         * posix/regex.c: For use outside glibc defined bounded pointer
10379         macros here.  Patch by Jim Meyering <jim@meyering.net>.
10380
10381         * iconvdata/Makefile (modules): Add TCVN5712-1.
10382         * iconvdata/TESTS: Add TCVN5712-1.
10383         * iconvdata/gconv-modules: Likewise.
10384         * iconvdata/tcvn5712-1.c: New file.
10385         * iconvdata/testdata/TCVN-5712: New file.
10386         * iconvdata/testdata/TCVN-5712..UTF8: New file.
10387
10388 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
10389
10390         * iconvdata/cp1258.c: Optimize conversion from UCS4.
10391
10392 2001-12-02  Roland McGrath  <roland@frob.com>
10393
10394         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
10395
10396         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
10397         Reported by Jeff Bailey <jbailey@nisa.net>.
10398
10399         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
10400         Reported by Jeff Bailey <jbailey@nisa.net>.
10401
10402         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
10403         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
10404         Reported by Jeff Bailey <jbailey@nisa.net>.
10405
10406 2001-12-01  Roland McGrath  <roland@frob.com>
10407
10408         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
10409         missing backslash in test arguments.
10410         * sysdeps/mach/hurd/configure: Regenerated.
10411
10412 2001-11-26  Roland McGrath  <roland@frob.com>
10413
10414         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
10415         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
10416
10417 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
10418
10419         * iconvdata/Makefile (modules): Add ARMSCII-8.
10420         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
10421         * iconvdata/armscii-8.c: New file.
10422
10423 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
10424
10425         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
10426         don't match, fix {{a,b},c} globbing, clean up.
10427         Patch by Flavio Veloso <flaviovs@magnux.com>.
10428         * posix/globtest.sh: Add new tests.
10429
10430 2001-11-29  Andreas Jaeger  <aj@suse.de>
10431
10432         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
10433         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
10434
10435         * sysdeps/generic/abort.c: Include libioP.h for
10436         _IO_flush_all_lockp prototype.
10437
10438 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
10439
10440         * posix/regex.h: Define __restrict_arr correctly.
10441
10442 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10443
10444         * iconvdata/ibm1163.c: New file.
10445         * iconvdata/ibm1163.h: New file.
10446         * iconvdata/ibm1164.c: New file.
10447         * iconvdata/ibm1164.h: New file.
10448         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
10449         * iconvdata/Makefile: Likewise.
10450         * iconvdata/testdata/IBM1163: New file.
10451         * iconvdata/testdata/IBM1163..UTF8: New file.
10452         * iconvdata/testdata/IBM1164: New file.
10453         * iconvdata/testdata/IBM1164..UTF8: New file.
10454         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10455
10456         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
10457         * iconvdata/ibm1124.h: Likewise.
10458         * iconvdata/ibm1132.h: Likewise.
10459         * iconvdata/ibm1133.h: Likewise.
10460         * iconvdata/ibm1160.h: Likewise.
10461         * iconvdata/ibm1161.h: Likewise.
10462         * iconvdata/ibm1162.h: Likewise.
10463         * iconvdata/ibm856.h: Likewise.
10464         * iconvdata/ibm922.h: Likewise.
10465         * iconvdata/ibm930.h: Likewise.
10466         * iconvdata/ibm932.h: Likewise.
10467         * iconvdata/ibm933.h: Likewise.
10468         * iconvdata/ibm935.h: Likewise.
10469         * iconvdata/ibm937.h: Likewise.
10470         * iconvdata/ibm939.h: Likewise.
10471         * iconvdata/ibm943.h: Likewise.
10472         * iconvdata/ibm930.c: Pretty printing.
10473         * iconvdata/ibm937.c: Avoid access accross array boundary.
10474
10475         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
10476         the current locale's codeset.
10477         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
10478         empty input string.
10479         * iconv/iconv_prog.c: Pass empty strings as default value for to-
10480         and from-charset.  Don't determine locale's charset here.
10481
10482         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
10483         as the old _IO_flush_all but lock only if parameter is nonzero.
10484         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
10485         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
10486         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
10487         if libio is used [PR libc/2575].
10488
10489 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
10490
10491         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
10492         __signbitl): Only define for ISO C99.
10493
10494 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10495
10496         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
10497         herrnop to NETDB_INTERNAL if we run out of buffer space.
10498
10499 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10500
10501         * nss/nss_files/files-XXX.c (internal_getent): Correct input
10502         overflow test for platforms with signed char.
10503         Reported by Andrew Haley <aph@cambridge.redhat.com>.
10504
10505 2001-11-28  Bruno Haible  <bruno@clisp.org>
10506
10507         * locale/programs/simple-hash.c (lookup_2): Remove function.
10508         (insert_entry_2): Call lookup instead of lookup_2.
10509
10510 2001-03-04  Bruno Haible  <bruno@clisp.org>
10511
10512         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
10513
10514 2001-10-31  Bruno Haible  <bruno@clisp.org>
10515
10516         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
10517
10518 2001-03-21  Bruno Haible  <bruno@clisp.org>
10519
10520         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
10521         chokes on empty macro arguments.
10522         * intl/plural.y: Add #pragma for alloca on AIX 3.
10523
10524 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10525
10526         * intl/dcigettext.c (guess_category_value): Only implement for
10527         glibc.  Otherwise rely on function _nl_locale_name which isn't
10528         present in the glibc sources.
10529
10530 2001-09-24  Bruno Haible  <bruno@clisp.org>
10531
10532         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
10533         transliteration when building on a glibc system but outside glibc.
10534
10535 2001-09-22  Bruno Haible  <bruno@clisp.org>
10536
10537         * intl/plural-eval.c: New file, extracted from dcigettext.c.
10538         * intl/dcigettext.c (plural_eval): Remove function, moved to
10539         intl/plural-eval.c.
10540         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
10541         Include plural-eval.c.
10542
10543 2001-09-22  Bruno Haible  <bruno@clisp.org>
10544
10545         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
10546         don't start with a digit; nplurals must be positive.
10547
10548 2001-09-02  Bruno Haible  <bruno@clisp.org>
10549
10550         * intl/plural-exp.h: New file, extracted from gettextP.h.
10551         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10552         * intl/gettextP.h (struct expression, struct parse_args,
10553         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10554         * intl/loadmsgcat.c: Include plural-exp.h.
10555         (PLURAL_PARSE): Move macro to plural-exp.h.
10556         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10557         plural-exp.c.
10558         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
10559         EXTRACT_PLURAL_EXPRESSION.
10560         (_nl_unload_domain): Update.
10561         * intl/dcigettext.c: Include plural-exp.h.
10562         * intl/plural.y: Include plural-exp.h, not gettextP.h.
10563         (FREE_EXPRESSION): Move macro to plural-exp.h.
10564         * intl/Makefile (routines): Add plural-exp.
10565         (distribute): Add plural-exp.h.
10566
10567 2001-07-28  Bruno Haible  <bruno@clisp.org>
10568
10569         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10570         isdigit, tolower argument to 'unsigned char'.
10571         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10572         'unsigned char'.
10573         * intl/localealias.c (read_alias_file): Cast isspace argument to
10574         'unsigned char'.
10575
10576 2001-10-20  Bruno Haible  <bruno@clisp.org>
10577
10578         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10579         anyway.)
10580         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10581         with the variable 'index' in plural_lookup.
10582         * intl/l10nflist.c (strchr): Likewise.
10583         * intl/localealias.c (strchr): Likewise.
10584
10585         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10586         * intl/bindtextdom.c: Likewise.
10587         * intl/dcigettext.c: Likewise.
10588         * intl/dgettext.c: Likewise.
10589         * intl/dngettext.c: Likewise.
10590         * intl/explodename.c: Likewise.
10591         * intl/finddomain.c: Likewise.
10592         * intl/gettext.c: Likewise.
10593         * intl/l10nflist.c: Likewise.
10594         * intl/loadmsgcat.c: Likewise.
10595         * intl/localealias.c: Likewise.
10596         * intl/ngettext.c: Likewise.
10597         * intl/textdomain.c: Likewise.
10598         * intl/gettext.h: Assume <limits.h> exists.
10599
10600 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10601
10602         * stdio-common/Makefile (tests): Add scanf11.
10603         * stdio-common/scanf11.c: New file.
10604
10605 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10606
10607         * version.h (RELEASE): Define as development.
10608         (VERSION): Set to 2.2.90.
10609
10610 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10611
10612         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10613         * nis/nss_nis/nis-grp.c: Likewise.
10614         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10615
10616         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10617         * nis/nss_nis/nis-pwd.c: Likewise.
10618         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10619
10620         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10621         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10622         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10623
10624         * nscd/grpcache.c: Use strtoul instead of atol.
10625         * nscd/pwdcache.c: Likewise.
10626         * nss/getent.c: Likewise.
10627
10628 2001-11-27  Paul Eggert  <eggert@twinsun.com>
10629
10630         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10631         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10632
10633 2001-11-19  Bruno Haible  <bruno@clisp.org>
10634
10635         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10636         90%.
10637         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10638         improves the quality of the hash function, especially for short
10639         strings.
10640
10641 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10642
10643         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
10644         are found call conv_error and not input_error [PR libc/2669].
10645
10646         * math/bits/mathcalls.h: Mark ceil and floor as const.
10647         Reported by David Mosberger.
10648
10649 2001-11-21  Jim Meyering  <meyering@lucent.com>
10650
10651         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
10652         Define to be __-prefixed.
10653         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
10654
10655 2001-11-26  Andreas Jaeger  <aj@suse.de>
10656
10657         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
10658         avoid warning.
10659
10660 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
10661
10662         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
10663         initialization.
10664
10665         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
10666         unused variables.  Fix threshold for returning 1.0.
10667
10668         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
10669         argument.
10670
10671         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
10672         remove unused variables.
10673
10674         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
10675
10676         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
10677         include local math header files.
10678
10679 2001-11-22  Andreas Jaeger  <aj@suse.de>
10680
10681         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
10682         avoid warning.
10683
10684 2001-11-21  Andreas Jaeger  <aj@suse.de>
10685
10686         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
10687
10688         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
10689         sys/debugreg.h
10690
10691 2001-11-15  Andreas Jaeger  <aj@suse.de>
10692
10693         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
10694         compilers that support it.
10695
10696         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
10697         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10698         * stdlib/stdlib.h: Likewise.
10699
10700 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
10701
10702         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
10703         statement with gotos.
10704         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
10705
10706 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
10707
10708         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
10709
10710 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
10711
10712         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
10713
10714 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
10715             H.J. Lu  <hjl@gnu.org>
10716
10717         * Versions.def (libc): Add GCC_3.0.
10718         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
10719         if gcc supports this flag.
10720         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
10721         (gcc3): Allow glibc to be compiled with gcc 3.x.
10722         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
10723         * config.make.in (static-libgcc, unwind-find-fde): Add.
10724         * Makerules (build-shlib-helper, build-module-helper): Use it.
10725         * scripts/versions.awk: Make sure GLIBC_ versions come first.
10726         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
10727         necessary.
10728         (_fini): Call __deregister_frame_info_bases if
10729         __register_frame_info_bases was used to register.
10730         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
10731         for GLIBC_2.0.
10732         (__register_frame_info_bases, __register_frame_info_table_bases,
10733         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
10734         * elf/Makefile (routines): Add unwind-dw2-fde.
10735         (shared-only-routines): Add unwind-dw2-fde.
10736         * sysdeps/alpha/gccframe.h: New file.
10737         * sysdeps/arm/gccframe.h: New file.
10738         * sysdeps/generic/framestate.c: New file.
10739         * sysdeps/generic/dwarf2.h: New file.
10740         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
10741         * sysdeps/generic/unwind-dw2-fde.c: New file.
10742         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
10743         * sysdeps/generic/unwind-dw2-fde.h: New file.
10744         * sysdeps/generic/unwind-dw2.c: New file.
10745         * sysdeps/generic/unwind-pe.h: New file.
10746         * sysdeps/generic/unwind.h: New file.
10747         * sysdeps/hppa/gccframe.h: New file.
10748         * sysdeps/i386/gccframe.h: New file.
10749         * sysdeps/m68k/gccframe.h: New file.
10750         * sysdeps/mips/gccframe.h: New file.
10751         * sysdeps/powerpc/gccframe.h: New file.
10752         * sysdeps/s390/gccframe.h: New file.
10753         * sysdeps/sh/gccframe.h: New file.
10754         * sysdeps/sparc/gccframe.h: New file.
10755         * sysdeps/vax/gccframe.h: New file.
10756         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10757         Set on all architectures except ia64.
10758         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
10759         for i386.
10760         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
10761         __deregister_frame_info): Move to elf/Versions.
10762         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
10763         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
10764         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
10765         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
10766         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
10767         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
10768         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
10769         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
10770         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
10771         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
10772         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
10773         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
10774         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10775         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10776         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
10777         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
10778         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10779         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
10780
10781 2001-11-15  Jeff Law  <law@redhat.com>
10782
10783         * posix/regex.c (uintptr_t): Do not provide a definition if the
10784         system provided one.
10785
10786 2001-11-13  Roland McGrath  <roland@frob.com>
10787
10788         * stdio-common/tmpfile.c: Moved to ...
10789         * sysdeps/generic/tmpfile.c: ... here.
10790         * sysdeps/mach/hurd/tmpfile.c: New file.
10791
10792         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
10793         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
10794         (fopenport): Define as weak alias.
10795
10796         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
10797         * libio/libioP.h: ... to here.
10798
10799 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
10800
10801         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
10802         program header twice.  Construct list with the needed information.
10803
10804 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
10805
10806         * po/ca.po: Update from translation team.
10807
10808         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
10809         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
10810         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
10811         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10812
10813 2001-11-10  Andreas Jaeger  <aj@suse.de>
10814
10815         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
10816         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10817         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10818
10819 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10820
10821         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
10822         correctly.
10823         * elf/dl-load.c (is_dst): New function.
10824         (_dl_dst_count): Use is_dst to check for DST variable.
10825         (_dl_dst_substitute): Likewise.
10826
10827 2001-11-09  Roland McGrath  <roland@frob.com>
10828
10829         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
10830         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
10831         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
10832         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
10833         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
10834         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
10835         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
10836         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
10837         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
10838         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
10839         * sysdeps/mach/hurd/powerpc/Dist: New file.
10840
10841         * hurd/privports.c (__get_privileged_ports):
10842         Only contact the proc server if necessary for this call.
10843         Suggested by Neal H Walfield <neal@cs.uml.edu>.
10844         Check error return for mach_port_mod_refs.
10845
10846 2001-11-09  Andreas Schwab  <schwab@suse.de>
10847
10848         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
10849
10850 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10851
10852         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
10853         object is always the last in the list.
10854         (_dl_map_object_from_fd): Delete code to remove from object list
10855         when DF_1_NOOPEN is seen.  This is done in lose.
10856
10857 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
10858
10859         * elf/dl-object.c (_dl_new_object): Various small optimizations.
10860
10861 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
10862
10863         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
10864         HWCAP_CHECK macro code.
10865
10866         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
10867         Now returns MAP_FAILED on error.
10868         * elf/rtld.c: Adjust caller.
10869         * sysdeps/generic/dl-cache.c: Likewise.
10870         * sysdeps/generic/ldsodefs.h: Adjust description.
10871
10872         * elf/dl-version.c (match_symbol): Optimize error handling for size.
10873         (_dl_check_map_versions): Likewise.
10874
10875 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10876
10877         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
10878         _dl_signal_error directly, always use lose.  Set fd to -1 after
10879         file is closed.
10880         (lose): Don't call close if fd == -1.
10881
10882 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
10883
10884         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
10885          Also fix typo @code {mbsinit} to @code{mbsinit}.
10886
10887 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10888
10889         * elf/dl-profile.c: Replace state variable with simple flag named
10890         running.  Remove commented-out code.
10891
10892         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
10893         (_dl_init_paths): Likewise.
10894         (_dl_map_object_from_fd): Likewise.
10895         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10896
10897 2001-11-06  Roland McGrath  <roland@frob.com>
10898
10899         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
10900         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
10901
10902         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
10903         sysdeps/powerpc/elf/sysdep.h.
10904         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
10905
10906 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10907
10908         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
10909         speed.
10910         (process_envvars): Some more optimizations.
10911         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
10912
10913         * elf/elf.h: Add dynamic tag definitions for prelinking.
10914
10915         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
10916         Rewrite code to remove environment varables for SUID binaries.
10917         Small optimization in LD_PROFILE handling.
10918         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
10919         changes.
10920         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
10921
10922         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
10923
10924         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
10925         strings.  Change type of second parameter.
10926         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
10927         for last change.
10928
10929         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
10930
10931 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10932
10933         * manual/string.texi: Fix typos.
10934         * manual/examples/argp-ex2.c: Likewise.
10935
10936 2001-11-05  Roland McGrath  <roland@frob.com>
10937
10938         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
10939         the more-specific unix/sysv/linux/powerpc file and breaks everything.
10940         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
10941         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
10942         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
10943         here, put under [__ELF__].
10944
10945 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10946
10947         * manual/charset.texi: Extensive editing work.
10948         * manual/nss.texi: Likewise.
10949         Changes by Dennis Grace <dgrace@us.ibm.com>.
10950
10951 2001-11-04  Roland McGrath  <roland@frob.com>
10952
10953         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
10954         parameter to dir_mkfile.
10955
10956 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
10957
10958         * string/bits/string2.h (__strndup): If n is smaller than len, set
10959         len to n + 1.
10960         * string/tester.c (test_strndup): New function.
10961         (main): Call it.
10962
10963 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
10964
10965         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
10966
10967         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
10968         * scripts/cpp: New file.
10969
10970         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
10971         for rtld_search_dirs content.  Minor optimizations.
10972
10973 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
10974
10975         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
10976         avoiding unnecessary duplication.
10977
10978 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
10979
10980         * elf/dl-load.c (_dl_map_object): If library was found using
10981         LD_LIBRARY_PATH, don't try RUNPATH list.
10982
10983 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10984
10985         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
10986         Correct second argument of register_dump call.
10987         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
10988         Likewise.
10989
10990 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
10991
10992         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
10993         modules.
10994         * iconvdata/TESTS: Likewise.
10995         * iconvdata/gconv-modules: Likewise.
10996         * iconvdata/ibm1132.c: New file.
10997         * iconvdata/ibm1132.h: New file.
10998         * iconvdata/ibm1133.c: New file.
10999         * iconvdata/ibm1133.h: New file.
11000         * iconvdata/ibm1162.c: New file.
11001         * iconvdata/ibm1162.h: New file.
11002         * iconvdata/testdata/IBM1132: New file.
11003         * iconvdata/testdata/IBM1132..UTF8: New file.
11004         * iconvdata/testdata/IBM1133: New file.
11005         * iconvdata/testdata/IBM1133..UTF8: New file.
11006         * iconvdata/testdata/IBM1162: New file.
11007         * iconvdata/testdata/IBM1162..UTF8: New file.
11008         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
11009
11010         * string/string.h: Fix typo in comment.
11011         * wcsmbs/wchar.h: Likewise.
11012
11013 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11014
11015         * manual/getopt.texi (getopt_long, getopt_long_only): Include
11016         const in type of longopts parameter.
11017
11018 2001-10-29  Andreas Jaeger  <aj@suse.de>
11019
11020         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
11021
11022 2001-10-29  Kevin Ryde  <user42@zip.com.au>
11023
11024         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
11025         output, clarify `#' behaviour on 0.
11026         (Floating-Point Conversions): Clarify that %g only uses %e when
11027         the exponent would be greater than 1.
11028
11029 2001-10-28  Roland McGrath  <roland@frob.com>
11030
11031         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
11032         * sysdeps/mach/powerpc/machine-sp.h: New file.
11033         * sysdeps/mach/powerpc/sysdep.h: New file.
11034         * sysdeps/mach/powerpc/thread_state.h: New file.
11035
11036         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
11037         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
11038         expect to need the same thing on every platform.
11039
11040         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
11041         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
11042
11043         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
11044         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
11045         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
11046         Move all these assembly-related definitions to ...
11047         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
11048
11049         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
11050         by Peter Bruin <pjbruin@dds.nl>.
11051
11052         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
11053         packing results for a `poll' call.
11054
11055 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11056
11057         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
11058         correctly.
11059         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
11060         bracket expression.
11061
11062         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11063         nrules value.
11064         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
11065
11066 2001-10-24  H.J. Lu  <hjl@gnu.org>
11067
11068         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
11069         Use __BEGIN_DECLS/__END_DECLS around prototypes.
11070         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
11071
11072 2001-10-21  Jim Meyering  <meyering@lucent.com>
11073
11074         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
11075         this code would end up calling gettext even in packages built
11076         with --disable-nls.
11077         * posix/getopt.c (_): Likewise.
11078         * posix/regex.c (_): Likewise.
11079
11080 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11081
11082         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
11083         lookup not ip6.int.
11084         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
11085         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
11086
11087 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11088
11089         * misc/sys/cdefs.h (__attribute_used__): Define.
11090         * elf/rtld.c (_dl_start): Add __attribute_used__.
11091         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
11092
11093 2001-10-25  Andreas Schwab  <schwab@suse.de>
11094
11095         * stdlib/a64l.c: Expect least significant digit first.
11096         * stdlib/l64a.c: Produce least significant digit first.
11097         * stdlib/Makefile (tests): Add test-a64l.
11098         * stdlib/test-a64l.c: New file.
11099         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
11100
11101 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
11102
11103         * po/sk.po: Update from translation team.
11104
11105 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
11106
11107         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
11108
11109 2001-10-18  Andreas Schwab  <schwab@suse.de>
11110
11111         * math/libm-test.inc (print_ulps): Print ulp values rounded to
11112         next whole number.
11113         (print_function_ulps): Likewise.
11114         (print_complex_function_ulps): Likewise.
11115         (print_max_error): Likewise.
11116         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
11117
11118 2001-10-16  Andreas Schwab  <schwab@suse.de>
11119
11120         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
11121         implementation.
11122
11123         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
11124         BSD_SETJMP or BSD__SETJMP is defined, resp.
11125         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
11126         a tail call to __sigsetjmp that would require extending the
11127         caller's frame.
11128         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
11129         * sysdeps/m68k/bsd-setjmp.S: Deleted.
11130         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
11131         Reported by Jes Sorensen <jes@trained-monkey.org>.
11132
11133 2001-10-16  Andreas Jaeger  <aj@suse.de>
11134
11135         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
11136         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
11137         close PR libc/2589.
11138
11139 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
11140
11141         * po/ca.po: New file.  Contributed by the translation team.
11142
11143 2001-10-15  Ralf Baechle  <ralf@gnu.org>
11144
11145         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
11146         a varargs prototype.  Remove dependency from kernel header files.
11147
11148         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
11149         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
11150
11151 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11152
11153         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
11154         to generate hexadecimal identifier.
11155         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
11156
11157 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
11158
11159         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
11160
11161 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11162
11163         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
11164         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
11165         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11166
11167         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
11168         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11169         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
11170         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
11171         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
11172         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
11173
11174         * timezone/africa: Update from tzdata2001d.
11175         * timezone/asia: Likewise.
11176         * timezone/australasia: Likewise.
11177         * timezone/backward: Likewise.
11178         * timezone/europe: Likewise.
11179         * timezone/leapseconds: Likewise.
11180         * timezone/northamerica: Likewise.
11181         * timezone/southamerica: Likewise.
11182         * timezone/zone.tab: Likewise.
11183
11184 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11185
11186         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
11187         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
11188
11189 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
11190
11191         * elf/elf.h (PT_TLS): New definition.
11192
11193 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
11194
11195         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
11196         bits/errno.h
11197
11198 2001-10-07  Roland McGrath  <roland@frob.com>
11199
11200         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
11201
11202 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
11203
11204         * elf/elf.h: Add more ELFOSABI_* constants.
11205
11206 2001-10-04  Ben Collins  <bcollins@debian.org>
11207
11208         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11209         decleration of __need_wchar_t.
11210
11211 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11212
11213         * string/bits/string2.h (__strsep_g): Add prototype.
11214         (__strsep): Use it.
11215         * string/Versions (__strsep): Remove.
11216         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11217
11218 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11219
11220         * manua/llio.texi: Clarify file references added by mmap.
11221         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11222
11223 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11224
11225         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11226         Add sc_loadrs and sc_rbs_bas to match current kernel.
11227
11228 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11229
11230         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
11231
11232         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
11233
11234 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11235
11236         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
11237         object has been bumped because of relocation dependency, avoid
11238         duplicates in l_scope.
11239         (show_scope): Fix typos.
11240         * elf/Makefile: Add rules to build and run reldep6.
11241         * elf/reldep6.c: New file.
11242         * elf/reldep6mod0.c: New file.
11243         * elf/reldep6mod1.c: New file.
11244         * elf/reldep6mod2.c: New file.
11245         * elf/reldep6mod3.c: New file.
11246         * elf/reldep6mod4.c: New file.
11247
11248 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
11249
11250         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
11251         sparc64_fixup_plt.
11252         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
11253         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
11254         for non-lazy binding. Fix .plt[32768+] handling.
11255         (elf_machine_plt_value): Don't add addend.
11256         (elf_machine_rela): Call sparc64_fixup_plt instead of
11257         elf_machine_fixup_plt.
11258         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
11259         dynamic linker at 0xfffff800XXXXXXXX.
11260
11261         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
11262
11263 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
11264
11265         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
11266
11267 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
11268
11269         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
11270         declare __cmsg_data field if its size would be bigger than 0.
11271         (CMSG_DATA): Adjust accordingly.
11272         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11273         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
11274         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
11275         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
11276         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11277         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11278         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11279
11280 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
11281
11282         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
11283         * iconvdata/testdata/IBM1160: New file.
11284         * iconvdata/testdata/IBM1160..UTF8: New file.
11285         * iconvdata/testdata/IBM1161: New file.
11286         * iconvdata/testdata/IBM1161..UTF8: New file.
11287         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11288
11289 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11290
11291         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
11292         UL_SETFSIZE computations better.
11293
11294         * rt/Makefile: Remove use of filter for librt again.
11295
11296         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
11297         UL_SETFSIZE computations better.
11298
11299         * string/Versions: Export __strsep for GLIBC_2.2.5.
11300         * string/bits/string2.h: Define all __STRING_INLINE functions if
11301         _FORCE_INLINES is defined.
11302         Use int instead of char of parameter types.
11303         (__strsep): Don't use __strsep_g.  Don't define it.
11304         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
11305         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
11306         __strcpy_small.
11307         (__stpcpy_a_small): Renamed from __stpcpy_small.
11308         (__strcspn_c1): Don't define if _FORCE_INLINES.
11309         (__strspn_c1): Likewise.
11310
11311 2001-09-22  Ben Collins  <bcollins@debian.org>
11312
11313         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
11314         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
11315         * sysdeps/ia64/bits/sigaction.h: Likewise.
11316         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
11317
11318 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
11319
11320         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
11321
11322 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
11323
11324         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
11325
11326 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11327
11328         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
11329
11330 2001-09-20  H.J. Lu  <hjl@gnu.org>
11331
11332         * include/dlfcn.h (__RTLD_SPROF): New definiton.
11333         * elf/dl-open.c (dl_open_worker): Return immediately after loading
11334         for __RTLD_SPROF.
11335         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
11336         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
11337
11338 2001-09-20  H.J. Lu  <hjl@gnu.org>
11339
11340         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
11341         don't add 1.
11342
11343 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11344
11345         * nss/getent.c: Accept -s parameter to overwrite rules in
11346         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
11347
11348         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
11349         with as many ".0" as necessary to form a complete address
11350         inet_network understands.
11351
11352         * nss/getent.c: Various cleanups.  Use simpler and fewer function
11353         calls.
11354
11355 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11356
11357         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
11358         _JMPBUF_UNWINDS.
11359         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
11360
11361 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11362
11363         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
11364         IBM1161.
11365         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
11366         * iconvdata/ibm1160.c: New file.
11367         * iconvdata/ibm1160.h: New file.
11368         * iconvdata/ibm1161.c: New file.
11369         * iconvdata/ibm1161.h: New file.
11370         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11371
11372 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
11373
11374         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
11375         difference between base address and first PT_LOAD's virtual address,
11376         not the base address.
11377
11378 2001-09-11  Tom Rix  <trix@redhat.com>
11379
11380         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
11381         ifdef for __getopt_clean_environment.
11382         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
11383
11384 2001-09-22  Andreas Jaeger  <aj@suse.de>
11385
11386         * elf/reldep4.c (main): Add proper prototype to fix warning.
11387
11388         * elf/reldep5.c (main): Remove unused variable.
11389
11390         * math/math_private.h: Add prototypes.
11391
11392 2001-09-21  Andreas Jaeger  <aj@suse.de>
11393
11394         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
11395         * sysdeps/x86_64/Dist: New file.
11396         * sysdeps/x86_64/soft-fp/Dist: New file.
11397
11398         * sysdeps/gnu/Dist: Remove eval.c.
11399
11400 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
11401
11402         * malloc/memusage.c (realloc): Don't count already allocated
11403         memory in the sums.
11404         (me): Always use dlsym() to find the real implementations.
11405
11406         * malloc/memusage.sh: Make -n option actually do something.
11407
11408 2001-09-20  Andreas Jaeger  <aj@suse.de>
11409
11410         * elf/elf.h (R_390_NUM): Correct value.
11411
11412         * Versions.def: Add missing versions 2.2.3 for libthread_db and
11413         libpthread.
11414
11415         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
11416         for x86-64, install x86-64 into */lib64.
11417
11418         * shlib-versions: Add x86-64.
11419
11420         * elf/elf.h: Add x86-64 relocations.
11421
11422 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
11423
11424         * po/fr.po: Update from translation team.
11425
11426 2001-09-19  Andreas Jaeger  <aj@suse.de>
11427
11428         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
11429         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
11430         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
11431         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
11432         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
11433         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
11434         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
11435         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
11436         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
11437         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
11438         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
11439         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
11440         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
11441         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
11442         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
11443         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
11444         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
11445         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
11446         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
11447         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
11448         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
11449         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
11450         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
11451         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
11452         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
11453         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
11454         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
11455         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
11456         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
11457         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
11458         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
11459         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
11460         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
11461         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
11462         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
11463         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
11464         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
11465         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
11466         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
11467         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
11468         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
11469         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
11470         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
11471         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
11472         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
11473         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
11474         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
11475         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
11476         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
11477         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
11478         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
11479         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
11480         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
11481         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
11482         * sysdeps/unix/x86_64/sysdep.S: New file.
11483         * sysdeps/unix/x86_64/sysdep.h: New file.
11484         * sysdeps/x86_64/Implies: New file.
11485         * sysdeps/x86_64/Makefile: New file.
11486         * sysdeps/x86_64/Versions: New file.
11487         * sysdeps/x86_64/__longjmp.S: New file.
11488         * sysdeps/x86_64/abort-instr.h: New file.
11489         * sysdeps/x86_64/atomicity.h: New file.
11490         * sysdeps/x86_64/bits/endian.h: New file.
11491         * sysdeps/x86_64/bits/setjmp.h: New file.
11492         * sysdeps/x86_64/bits/string.h: New file.
11493         * sysdeps/x86_64/bp-asm.h: New file.
11494         * sysdeps/x86_64/bsd-_setjmp.S: New file.
11495         * sysdeps/x86_64/bsd-setjmp.S: New file.
11496         * sysdeps/x86_64/dl-machine.h: New file.
11497         * sysdeps/x86_64/elf/initfini.c: New file.
11498         * sysdeps/x86_64/elf/start.S: New file.
11499         * sysdeps/x86_64/ffs.c: New file.
11500         * sysdeps/x86_64/ffsll.c: New file.
11501         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
11502         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
11503         * sysdeps/x86_64/fpu/e_acosl.c: New file.
11504         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
11505         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
11506         * sysdeps/x86_64/fpu/e_expl.c: New file.
11507         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
11508         * sysdeps/x86_64/fpu/e_log10l.S: New file.
11509         * sysdeps/x86_64/fpu/e_log2l.S: New file.
11510         * sysdeps/x86_64/fpu/e_logl.S: New file.
11511         * sysdeps/x86_64/fpu/e_powl.S: New file.
11512         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
11513         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
11514         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
11515         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
11516         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
11517         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
11518         * sysdeps/x86_64/fpu/fegetenv.c: New file.
11519         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
11520         * sysdeps/x86_64/fpu/fegetround.c: New file.
11521         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
11522         * sysdeps/x86_64/fpu/fesetenv.c: New file.
11523         * sysdeps/x86_64/fpu/fesetround.c: New file.
11524         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
11525         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
11526         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
11527         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
11528         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
11529         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
11530         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
11531         * sysdeps/x86_64/fpu/s_atanl.c: New file.
11532         * sysdeps/x86_64/fpu/s_cosl.S: New file.
11533         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
11534         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
11535         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
11536         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
11537         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
11538         * sysdeps/x86_64/fpu/s_logbl.c: New file.
11539         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
11540         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
11541         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
11542         * sysdeps/x86_64/fpu/s_rintl.c: New file.
11543         * sysdeps/x86_64/fpu/s_significandl.c: New file.
11544         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
11545         * sysdeps/x86_64/fpu/s_sinl.S: New file.
11546         * sysdeps/x86_64/fpu/s_tanl.S: New file.
11547         * sysdeps/x86_64/gmp-mparam.h: New file.
11548         * sysdeps/x86_64/hp-timing.c: New file.
11549         * sysdeps/x86_64/hp-timing.h: New file.
11550         * sysdeps/x86_64/htonl.S: New file.
11551         * sysdeps/x86_64/memusage.h: New file.
11552         * sysdeps/x86_64/setjmp.S: New file.
11553         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11554         * sysdeps/x86_64/stackinfo.h: New file.
11555         * sysdeps/x86_64/sysdep.h: New file.
11556         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11557
11558         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11559         L Moshier.
11560
11561 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11562
11563         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11564         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11565
11566 2001-09-18  Andreas Schwab  <schwab@suse.de>
11567
11568         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11569         list, now that l_scope is a pointer.
11570
11571         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11572         scope list.
11573
11574 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11575
11576         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11577         (elf_machine_rela_relative): Add a missing declaration.
11578
11579 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
11580
11581         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11582         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11583         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11584         ldd-rewrite scripts.
11585
11586 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11587
11588         * elf/ldd.bash.in: Update copyright message.
11589
11590 2001-09-17  H.J. Lu  <hjl@gnu.org>
11591
11592         * hurd/hurdmalloc.c (bcopy): Removed.
11593         (realloc): Replace bcopy with memcpy.
11594         * hurd/path-lookup.c (file_name_path_scan): Likewise.
11595         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11596         * sunrpc/rpcinfo.c (pmapdump): Likewise.
11597
11598         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11599         (gethostbyaddr): Likewise.
11600         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11601
11602 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11603
11604         * sysdeps/gnu/eval.c: Removed.
11605
11606 2001-09-18  Andreas Jaeger  <aj@suse.de>
11607
11608         * sysdeps/i386/fpu/s_logbl.S: Move to ...
11609         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11610
11611         * sysdeps/i386/fpu/s_rintl.S: Move to ...
11612         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11613
11614         * sysdeps/i386/fpu/s_significandl.S: Move to ...
11615         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11616
11617 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
11618
11619         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11620         nrules value.
11621
11622 2001-09-14  H.J. Lu  <hjl@gnu.org>
11623
11624         * sysdeps/mips/fpu/libm-test-ulps: Updated.
11625
11626 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
11627
11628         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11629         Patch by Florian La Roche <laroche@redhat.com>.
11630
11631         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11632
11633         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11634         ETHER_CRC_LEN.
11635
11636 2001-09-14  Andreas Schwab  <schwab@suse.de>
11637
11638         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
11639         Sumner <bls@sgi.com>.
11640         * posix/execlp.c: Likewise.
11641
11642 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
11643
11644         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
11645         is already found earlier in the search scope.
11646
11647 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11648
11649         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
11650         filter.
11651
11652 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
11653
11654         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
11655
11656 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
11657
11658         * config.h.in: Enforce optimization to be used.
11659         * Makeconfig (preprocess-versions): Define ASSEMBLER.
11660         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
11661         * posix/Makefile (annexc-CFLAGS): Define to -O.
11662         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
11663
11664 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
11665
11666         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
11667         Patch by Stephan Kulow.
11668
11669 2001-09-08  Ben Collins  <bcollins@debian.org>
11670
11671         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
11672         usage of RESOLVE() (r_type, not reloc->r_type).
11673
11674 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11675
11676         * elf/dl-object.c: Avoid allocating extra memory block for name.
11677         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
11678         allocated separately.
11679         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11680
11681 2001-09-08  H.J. Lu  <hjl@gnu.org>
11682
11683         * po/zh_TW.po: Fix a typo.
11684
11685 2001-09-07  Tom Rix  <trix@redhat.com>
11686
11687         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
11688
11689 2001-08-26  Tom Rix  <trix@redhat.com>
11690
11691         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
11692         command line options.
11693         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
11694         * sysdeps/unix/sysv/aix/start.c: Removed.
11695         * sysdeps/unix/sysv/aix/start-libc.c: New file.
11696         * sysdeps/unix/sysv/aix/init-first.c: New file.
11697         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
11698
11699 2001-09-08  Ben Collins  <bcollins@debian.org>
11700
11701         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
11702         * sysdeps/generic/dl-machine.h: Likewise.
11703         * sysdeps/hppa/dl-fptr.c: Likewise.
11704         * sysdeps/ia64/dl-fptr.c: Likewise.
11705         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11706         * sysdeps/mips/dl-machine.h: Likewise.
11707         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11708         * sysdeps/powerpc/dl-machine.c: Likewise.
11709
11710 2001-09-07  Ben Collins  <bcollins@debian.org>
11711
11712         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
11713
11714         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
11715
11716 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11717
11718         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
11719         dependencies if necessary.
11720
11721         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
11722         loaded directly) determine length if l_initfini list by iterating
11723         over its elements.  Minor optimizations.
11724         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
11725         for dependency objects.
11726         If object was already loaded check whether any of the dependencies
11727         is already on the relocation dependency list.  If yes, remove the
11728         latter.  Minor optimizations.
11729         * elf/dl-lookup.c (add_dependency): Add check for self reference of
11730         maps here.  Search l_initfini list only if the object was loaded
11731         directly and not only as a dependency.
11732         (_dl_lookup_symbol): Add relocation dependency also if object
11733         is not in global scope.  Remove test for self-reference here.
11734         (_dl_lookup_versioned_symbol): Likewise.
11735         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
11736         element of first name record.
11737         * elf/loadtest.c: Add some more test to recognize early if an object
11738         wasn't unloaded.
11739         * elf/Makefile: Add rules to build and run reldep5.
11740         * elf/reldep5.c: New file.
11741         * elf/reldepmod5.c: New file.
11742         * elf/reldepmod6.c: New file.
11743
11744         * elf/reldep2.c: Fix typo.
11745
11746 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
11747
11748         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
11749         elements.  Change l_scope to be a pointer only.
11750         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
11751         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
11752         here add searchlist of newly open file to the dependency's scope.
11753         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
11754         only searchlist from its scope.  Free own scope array if necessary.
11755         * elf/Makefile (tests): Add dblload and dblunload now.
11756
11757 2001-09-06  Andreas Jaeger  <aj@suse.de>
11758
11759         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
11760         Stephen L Moshier.
11761
11762 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
11763
11764         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
11765         they both fail.
11766         * elf/dblload.c: New file.
11767         * elf/dblloadmod1.c: New file.
11768         * elf/dblloadmod2.c: New file.
11769         * elf/dblloadmod3.c: New file.
11770         * elf/dblunload.c: New file.
11771
11772 2001-09-04  Richard Henderson  <rth@redhat.com>
11773
11774         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
11775         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
11776
11777 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11778
11779         Correct very misleading message for error in failed runtime relocation.
11780         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
11781         place of the error.
11782         (_dl_signal_cerror): Likewise.
11783         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
11784         * elf/dl-close.c: Likewise.
11785         * elf/dl-deps.c: Likewise.
11786         * elf/dl-load.c: Likewise.
11787         * elf/dl-lookup.c: Likewise.
11788         * elf/dl-open.c: Likewise.
11789         * elf/dl-reloc.c: Likewise.
11790         * elf/dl-sym.c: Likewise.
11791         * elf/dl-version.c: Likewise.
11792         * sysdeps/generic/dl-sysdep.c: Likewise.
11793
11794 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11795
11796         * iconv/strtab.c (strtabinit): Initialize null Strent.
11797         (newstring): Move len == 0 handling...
11798         (strtabadd): ...here.
11799         If len == 1, return null Strent.
11800         When inserting a suffix of an existing string, check if
11801         it is not equal to some suffix already recorded.
11802         Copy left and right members over if adding longer string.
11803
11804 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11805
11806         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
11807
11808         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
11809         (__syscall_gethostname): Add prototype.
11810
11811 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11812
11813         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
11814
11815 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
11816
11817         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
11818
11819 2001-08-27  Roland McGrath  <roland@frob.com>
11820
11821         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
11822         short, copy that much into NAME anyway before returning error.
11823
11824 2001-09-01  Richard Henderson  <rth@redhat.com>
11825
11826         * sysdeps/alpha/elf/Dist: Remove file.
11827         * sysdeps/alpha/elf/Makefile: Remove file.
11828         * sysdeps/alpha/elf/crtbegin.S: Remove file.
11829         * sysdeps/alpha/elf/crtend.S: Remove file.
11830         * sysdeps/alpha/elf/initfini.c: New file.
11831
11832 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
11833
11834         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
11835         * iconv/tst-iconv3.c: Likewise.
11836
11837 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
11838
11839         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
11840
11841 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
11842
11843         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
11844         export it.
11845         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
11846         * iconv/iconv_prog.c (insert_cache): New function.
11847         (print_known_names): If cache is used call insert_cache to use the
11848         information from the cache [PR libc/2509].
11849
11850 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
11851
11852         * time/strptime.c (strptime_internal): Recognize 'l' format and
11853         handle it like 'I' for symmetry with strftime.
11854
11855 2001-08-31  Richard Henderson  <rth@redhat.com>
11856
11857         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
11858         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
11859         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
11860         (print_statistics): Make scalar unsigned long long.
11861         * sysdeps/alpha/hp-timing.h: New file.
11862
11863 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11864
11865         * stdio-common/perror.c (perror): Save errno early, pass it
11866         down to perror_internal.
11867         (perror_internal): Add errnum argument.
11868
11869 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11870
11871         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
11872         Don't add old memory content for R_ALPHA_REFQUAD.
11873
11874 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11875
11876         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
11877         memory correctly.
11878
11879         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
11880         instead of open, __close instead of close, __getpagesize instead
11881         of getpagesize.
11882
11883         * string/argz-stringify.c (__argz_stringify): Use __strnlen
11884         instead of strnlen.
11885         * include/string.h (strndupa): Redefine here to use __strnlen
11886         instead of strnlen.
11887         * string/strndup.c (__strndup): Use __strnlen not strnlen.
11888
11889         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
11890         connected).
11891
11892 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11893
11894         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
11895         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
11896         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
11897         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
11898         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
11899         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
11900         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
11901
11902 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11903
11904         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
11905
11906 2001-08-30  Andreas Jaeger  <aj@suse.de>
11907
11908         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
11909         contributed Stephen L Moshier.
11910
11911 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11912
11913         * sunrpc/etc.rpc (sgi_fam): Add.
11914
11915 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11916
11917         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
11918
11919 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11920
11921         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
11922         first is from a previous call.
11923         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
11924
11925 2001-08-29  Andreas Schwab  <schwab@suse.de>
11926
11927         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
11928
11929 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11930
11931         * config.make.in (INSTALL_SCRIPT): Define.
11932         * Makeconfig (INSTALL_SCRIPT): Define.
11933         * Makerules (do-install-script): New macro to install scripts using
11934         INSTALL_SCRIPT.
11935         (install-bin-script): New rule to install scripts with
11936         do-install-script.
11937         (install-bin-script-nosubdir): New rule.
11938         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
11939         (distinfo-vars): Add $(install-bin-script).
11940         * Rules (others): Likewise.
11941         * Makefile (glibcbug): Install with install-bin-script.
11942         * debug/Makefile (xtrace): Likewise.
11943         (catchsegv): Likewise.
11944         * elf/Makefile (ldd): Likewise.
11945         * malloc/Makefile (mtrace): Likewise.
11946         * timezone/Makefile (tzselect): Likewise.
11947
11948 2001-08-29  H.J. Lu  <hjl@gnu.org>
11949
11950         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
11951         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
11952         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
11953
11954 2001-08-29  Andreas Schwab  <schwab@suse.de>
11955
11956         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
11957
11958 2001-08-28  H.J. Lu  <hjl@gnu.org>
11959
11960         * Makeconfig (combreloc-LDFLAGS): New variable.
11961         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
11962         * config.make.in (have-z-combreloc): New variable.
11963         * configure.in: Substitute libc_cv_z_combreloc.
11964
11965 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11966
11967         * po/sv.po: Update from translation team.
11968         * po/fr.po: Likewise.
11969         * po/da.po: Likewise.
11970
11971 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11972
11973         * Makerules: Fix a typo: MD% -> MD5.
11974
11975 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
11976
11977         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
11978         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
11979
11980 2001-08-28  Andreas Jaeger  <aj@suse.de>
11981
11982         * manual/libc-texinfo.sh: Add entry about free manuals.
11983
11984         * manual/contrib.texi (Contributors): Fix cross reference.
11985
11986         * manual/libc.texinfo (Copying): Include freemanuals.
11987
11988         * manual/Makefile (appendices): Add freemanuals.
11989
11990         * manual/freemanuals.texi: New file.
11991         Patch by Brian Youmans <3diff@gnu.org>.
11992
11993         * manual/libm-err-tab.pl: Pretty print more platforms, print a
11994         smaller table.
11995
11996         * manual/math.texi (Errors in Math Functions): Fix grammar, start
11997         table on separate page.
11998         Patch by Brian Youmans <3diff@gnu.org>.
11999
12000 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12001
12002         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
12003         the connection went down after we first used it try to connect
12004         again and resend the message before printing to the console.
12005         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
12006
12007 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12008
12009         * string/tst-strlen.c (main): Test strnlen (, -1) too.
12010         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
12011         bit set.
12012
12013 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12014
12015         * iconv/strtab.c (searchstring): Use correct length for comparison.
12016         (strtabadd): Account total size correct if new string has old string as
12017         substring.
12018
12019 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12020
12021         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
12022
12023 2001-08-27  Andreas Jaeger  <aj@suse.de>
12024
12025         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
12026
12027         * math/libm-test.inc (j0_test): Add extra tests.
12028         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
12029         not x, in Hankel approximation.
12030         Patches by Stephen L Moshier.
12031
12032 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12033
12034         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
12035         link_map.
12036
12037         * configure.in: Fix test for .rela.dyn section.
12038
12039         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
12040
12041 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12042
12043         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
12044         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
12045         Pass type_class to _dl_lookup_*.
12046         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
12047         Pass around just type_class instead of noexec, noplt pair.
12048         (_dl_lookup_versioned_symbol): Likewise.
12049         (_dl_lookup_symbol_skip): Pass around just type_class instead of
12050         noexec, noplt pair.
12051         (_dl_lookup_versioned_symbol_skip): Likewise.
12052         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
12053         * elf/do-lookup.h (do_lookup): Likewise.
12054         * include/link.h (struct link_map): Replace noexec and noplt fields
12055         in l_lookup_cache with type_class field.
12056         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
12057         ELF_RTYPE_CLASS_COPY): Define.
12058         Adjust prototypes for _dl_lookup_symbol and
12059         _dl_lookup_versioned_symbol.
12060         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
12061         elf_machine_lookup_noexec_p): Remove.
12062         (elf_machine_type_class): Define.
12063         * sysdeps/arm/dl-machine.h: Likewise.
12064         * sysdeps/hppa/dl-machine.h: Likewise.
12065         * sysdeps/cris/dl-machine.h: Likewise.
12066         * sysdeps/i386/dl-machine.h: Likewise.
12067         * sysdeps/ia64/dl-machine.h: Likewise.
12068         * sysdeps/m68k/dl-machine.h: Likewise.
12069         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12070         * sysdeps/mips/dl-machine.h: Likewise.
12071         * sysdeps/powerpc/dl-machine.h: Likewise.
12072         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12073         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12074         * sysdeps/sh/dl-machine.h: Likewise.
12075         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12076         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12077
12078 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12079
12080         * manual/message.texi (Advanced gettext functions): Change
12081         description of plural forms for Slovak.
12082         Reported by Marcel Telka <marcel@telka.sk>.
12083
12084         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
12085         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
12086
12087 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12088
12089         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
12090         typo.  Patch by Florian La Roche <laroche@redhat.com>.
12091
12092 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12093
12094         * include/link.h (struct link_map): Add l_lookup_cache element.
12095         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
12096         (RESOLVE_MAP): Likewise.
12097         (_dl_relocate_object): Remove cache initialization.
12098         * elf/dl-lookup.c: Rip out cache handling code.
12099         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
12100         declarations.
12101
12102         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
12103         remove some __builtin_expect.
12104         (_dl_lookup_versioned_symbol): Likewise.
12105
12106         * config.h.in: Add HAVE_Z_COMBRELOC.
12107         * configure.in: Add test for -z combreloc.
12108
12109         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
12110         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
12111         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
12112         case to almost no code.
12113
12114 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
12115
12116         * po/tr.po: Update from translation team.
12117
12118 2001-08-24  Andreas Jaeger  <aj@suse.de>
12119
12120         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
12121         make clean works.
12122
12123 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12124
12125         * elf/rtld.c (print_statistics): Printf % after percent values.
12126         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
12127
12128         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
12129         don't have to compute the hash value and initialize current_value.
12130         Move reference_name variable to where it is needed.
12131         (_dl_lookup_versioned_symbol): Likewise.
12132
12133 2001-08-24  Roland McGrath  <roland@frob.com>
12134
12135         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
12136         Just test that strerror returns non-null for a few errno codes.
12137
12138 2001-08-23  Roland McGrath  <roland@frob.com>
12139
12140         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
12141         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
12142
12143         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
12144
12145         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
12146         __mach_reply_port.
12147
12148 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12149
12150         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
12151         returns NULL.
12152
12153         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
12154         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
12155         doesn't do it.
12156         * elf/rtld.c: Include <sys/param.h>.
12157         * elf/dl-reloc.c: Likewise.
12158
12159 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12160
12161         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
12162         empty to prevent junk from being generated.
12163         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
12164
12165 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12166
12167         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
12168         records.  Rename endrel to relative, initialize it to r, and use it
12169         in elf_machine_rel_relative calls.  Point r after relative relocs.
12170
12171 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12172
12173         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
12174         of R_386_NONE.
12175
12176 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12177
12178         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
12179         necessary.  Undefine newly defined macros at the end.
12180         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
12181         Rename from elf_machine_rel_relative.
12182         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
12183         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
12184         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
12185         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
12186         Likewise.
12187         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
12188         Likewise.
12189         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
12190         Fix argument types.
12191         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
12192         Fix argument types.
12193         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
12194         Likewise.  Fix argument types.
12195         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
12196         Likewise.  Fix argument types.
12197         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
12198         Fix argument types.
12199         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
12200         ElfW(Rel) in argument.
12201         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
12202         function.
12203
12204 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
12205
12206         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12207
12208 2001-08-24  Andreas Jaeger  <aj@suse.de>
12209
12210         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12211         Stephen L Moshier <moshier@mediaone.net>.
12212
12213 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12214
12215         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12216         first if RELCOUNT is set.
12217
12218         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12219         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12220         elf_machine_rel_relative.
12221         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12222         Minor optimizations.
12223         * sysdeps/arm/dl-machine.h: Likewise.
12224         * sysdeps/cris/dl-machine.h: Likewise.
12225         * sysdeps/hppa/dl-machine.h: Likewise.
12226         * sysdeps/i386/dl-machine.h: Likewise.
12227         * sysdeps/ia64/dl-machine.h: Likewise.
12228         * sysdeps/m68k/dl-machine.h: Likewise.
12229         * sysdeps/mips/dl-machine.h: Likewise.
12230         * sysdeps/powerpc/dl-machine.h: Likewise.
12231         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12232         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12233         * sysdeps/sh/dl-machine.h: Likewise.
12234         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12235         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12236
12237 2001-08-23  Roland McGrath  <roland@frob.com>
12238
12239         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
12240
12241         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
12242         sysdeps/mach version.  Implement counting ("recursive") mutexes
12243         on top of cthreads mutexes.
12244         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
12245
12246         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
12247         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
12248         (__libc_cleanup_region_start, __libc_cleanup_region_end,
12249         __libc_clean_end): Define these to call the cleanup function after
12250         normal exit when they're supposed to.
12251
12252         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
12253         Take new first arg DOIT, a boolean saying whether to really install
12254         any cleanup handler.
12255         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
12256         (__libc_cleanup_end): Likewise.
12257         * sysdeps/generic/bits/libc-lock.h: Same changes.
12258         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
12259         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
12260         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
12261         Likewise.
12262         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
12263         * sysdeps/generic/bits/stdio-lock.h
12264         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
12265
12266 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12267
12268         * elf/ldconfig.c (search_dir): Remove stale symlinks.
12269
12270 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12271
12272         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
12273         functions.
12274         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
12275         lookups in cache.
12276         (_dl_lookup_versioned_symbol): Likewise.
12277         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
12278         relocation lookup.
12279         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
12280         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
12281         (lookup_cache, lookup_cache_versioned): Add declarations.
12282
12283 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12284
12285         * stdlib/tst-random.c (main): Swap parameters in fail call.
12286         Patch by Pete Bevin <pete@petebevin.com>.
12287
12288 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12289
12290         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
12291
12292 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12293
12294         * malloc/obstack.c: Indent preprocessor directives.
12295         Patch by Jim Meyering <meyering@ascend.com>.
12296
12297         * po/ja.po: Update from translation team.
12298
12299 2001-08-23  Roland McGrath  <roland@frob.com>
12300
12301         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
12302
12303         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
12304         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
12305
12306 2001-08-22  Roland McGrath  <roland@frob.com>
12307
12308         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
12309         __libc_lock_define_recursive.
12310         * elf/dl-open.c: Don't declare it here any more.
12311         * elf/dl-close.c: Likewise.
12312         * elf/dl-lookup.c: Likewise.
12313         * elf/dl-iteratephdr.c: Likewise.
12314         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
12315         __libc_lock_unlock_recursive.
12316         * elf/dl-close.c (_dl_close): Likewise
12317         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
12318         * elf/dl-open.c (_dl_open): Likewise
12319
12320         * sysdeps/generic/bits/libc-lock.h
12321         (__libc_lock_define_recursive): New macro.
12322         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
12323         (_IO_lock_lock): Use __libc_lock_lock_recursive.
12324         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
12325
12326         * conform/conformtest.pl (checknamespace): Sort the output list.
12327
12328         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
12329         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
12330         definitions conditional on [__USE_XOPEN].
12331
12332         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
12333         these unconditionally, not only use [__USE_BSD], so as to match
12334         the sysdeps/unix/sysv/linux files.
12335
12336 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12337
12338         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
12339         avoid warnings.
12340
12341         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
12342         DL_LOOKUP_ADDRESS.
12343
12344 2001-08-22  Roland McGrath  <roland@frob.com>
12345
12346         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
12347         conditionalization of sa_handler/sa_sigaction member types to
12348         match the sysdeps/unix/sysv/linux file.
12349
12350 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12351
12352         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
12353         symbol sizes a bit better.
12354
12355         * sysdeps/ia64/strncpy.S: Complete rewrite.
12356         Contributed by Jakub Jelinek <jakub@redhat.com>.
12357
12358         * string/stratcliff.c (main): Add strncpy test.
12359
12360 2001-08-22  Roland McGrath  <roland@frob.com>
12361
12362         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
12363         and don't declare unsetenv or _environ directly.
12364         (unsetenv): Return int, not void.  Use __environ instead of _environ.
12365
12366 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
12367
12368         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
12369         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
12370         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
12371         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
12372         test for cmsg struct size.
12373
12374 2001-04-23  Paul Eggert  <eggert@twinsun.com>
12375
12376         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
12377         Rename __argc to ___argc in prototypes to avoid compatibility
12378         problems with systems that reserve the identifier "__argc".
12379         Similarly for __argv.
12380
12381 2001-08-21  Roland McGrath  <roland@frob.com>
12382
12383         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
12384
12385         * mach/Makefile (tests): Removed.
12386         * mach/hello.c: File removed.
12387
12388 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12389
12390         * po/sv.po: Update from translation team.
12391
12392         * stdio-common/vfscanf.c: Fix handling of %l[].
12393         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
12394
12395         * libio/Makefile (tests): Add tst-sscanf.
12396         * libio/tst-sscanf.c: New file.
12397
12398         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
12399         * malloc/mtrace.c (tr_where): dli_sname always points to a
12400         non-empty string if != NULL.
12401         Reported by Tim Janik <timj@gtk.org>.
12402
12403 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
12404
12405         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
12406         buf.  Free resources on failure.
12407         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
12408         (makefd_xprt): Likewise.
12409         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
12410         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
12411         * sunrpc/auth_unix.c (authunix_create): Likewise.
12412
12413 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
12414
12415         * string/strnlen.c: Remove.
12416         * sysdeps/generic/strnlen.c: New file.
12417         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
12418
12419 2001-08-21  Roland McGrath  <roland@frob.com>
12420
12421         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
12422         as a macro, not an extern inline function.
12423
12424         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
12425         * Versions.def (libc): Add GLIBC_2.2.5 set.
12426         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
12427         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
12428
12429 2001-08-20  Roland McGrath  <roland@frob.com>
12430
12431         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
12432         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
12433
12434 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12435
12436         * string/bits/string2.h: Remove strnlen optimization here.
12437         * sysdeps/i386/i486/bits/string.h: Add it here.
12438
12439 2001-08-21  Wolfram Gloger  <wg@malloc.de>
12440
12441         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
12442
12443 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12444
12445         * po/gl.po: Update from translation team.
12446
12447 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12448
12449         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
12450         * misc/err.c (convert_and_print): Likewise.
12451
12452         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
12453         function calls.
12454
12455 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12456
12457         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
12458         change of the gregset_t type.
12459         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12460
12461 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12462
12463         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
12464
12465 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12466
12467         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
12468
12469         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
12470
12471 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
12472
12473         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
12474         before calling the cthreads initialization code.
12475
12476 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12477
12478         * argp/argp-help.c: Fix two problems introduced in last change.
12479
12480         * include/dirent.h: Include <dirstream.h> first.
12481
12482 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
12483
12484         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
12485
12486         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
12487         * sunrpc/xdr_rec.c: Likewise.
12488         * sunrpc/xdr_mem.c: Likewise.
12489         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
12490         * sunrpc/rpc_cmsg.c: Likewise.
12491         * sunrpc/getrpcport.c (getrpcport): Likewise.
12492         * sunrpc/clnt_simp.c (callrpc): Likewise.
12493         * sunrpc/clnt_gen.c (clnt_create): Likewise.
12494         * string/envz.c: Likewise.
12495
12496         * po/ko.po: Update from translation team.
12497
12498         * argp/argp-help.c: Handle wide oriented stderr stream.
12499
12500 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
12501
12502         * sysdeps/generic/strtol.c: Little optimizations.  Add some
12503         __builtin_expect.
12504
12505         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
12506
12507         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
12508         * wcsmbs/wcwidth.c (wcwdith): Likewise.
12509         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
12510
12511         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
12512
12513         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
12514
12515         * time/time.h (struct timespec): Use __time_t for tv_sec element.
12516
12517         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
12518         wchar_t for function declarations and defintions.
12519
12520         * misc/sys/select.h: Define __need_time_t before including <time.h>.
12521         Define suseconds_t if it hasn't happened yet.
12522
12523         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
12524
12525         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
12526
12527         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
12528         <stddef.h>.
12529
12530         * conform/data/stddef.h-data: Remove wint_t.
12531
12532         * conform/conformtest.pl: Change namespace test to take #undef
12533         lines into account.
12534
12535         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
12536
12537         * conform/data/sys/socket.h-data: Add sockatmark.
12538
12539 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12540
12541         * io/fts.c: Update from recent BSD source.
12542
12543 2001-08-17  Roland McGrath  <roland@frob.com>
12544
12545         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
12546         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
12547         Likewise.
12548
12549 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12550
12551         * locale/duplocale.c (__duplocale): Also initialize the special
12552         __ctype_* elements.
12553
12554         * conform/data/netdb.h-data: Adjust gai_strerror return type.
12555
12556 2001-08-17  Andreas Jaeger  <aj@suse.de>
12557
12558         * misc/getpass.c: Include wchar.h for prototypes.
12559         * malloc/obstack.c: Likewise.
12560
12561 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12562
12563         * sunrpc/svc_simple.c (universal): Use __write instead of write.
12564
12565         * wcsmbs/wcscoll.c: Also define __wcscoll.
12566         * include/wchar.h: Declare __wcscoll.
12567
12568         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12569         * libio/vwprintf.c: Likewise.
12570         * libio/wprintf.c: Likewise.
12571
12572         * iconv/gconv_cache.c: Use __munmap instead of munmap.
12573
12574 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
12575
12576         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12577         instead of mbrtowc.
12578         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12579         wcslen, and __wcscoll instead of wcscoll.
12580
12581         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12582
12583         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12584         __getuid instead of getuid.
12585
12586         * stdio-common/perror.c (perror): Use __close instead of close.
12587         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12588         * libio/freopen.c (freopen): Likewise.
12589         * libio/freopen64.c (freopen64): Likewise.
12590
12591         * libio/tst-ungetwc2.c (main): Define str const.
12592
12593         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12594         * libio/fwprintf.c: Also define __fwprintf.
12595         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12596         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12597         * assert/assert-perr.c: Likewise.
12598         * assert/assert.c: Likewise.
12599         * gmon/gmon.c: Likewise.
12600         * inet/rcmd.c: Likewise.
12601         * malloc/obstack.c: Likewise.
12602         * misc/err.c: Likewise.
12603         * misc/error.c: Likewise.
12604         * misc/getpass.c: Likewise.
12605         * posix/getopt.c: Likewise.
12606         * resolv/res_hconf.c: Likewise.
12607         * stdio-common/perror.c: Likewise.
12608         * stdio-common/psignal.c: Likewise.
12609         * stdlib/fmtmsg.c: Likewise.
12610         * sunrpc/auth_unix.c: Likewise.
12611         * sunrpc/clnt_perr.c: Likewise.
12612         * sunrpc/clnt_tcp.c: Likewise.
12613         * sunrpc/clnt_udp.c: Likewise.
12614         * sunrpc/clnt_unix.c: Likewise.
12615         * sunrpc/svc_simple.c: Likewise.
12616         * sunrpc/svc_tcp.c: Likewise.
12617         * sunrpc/svc_udp.c: Likewise.
12618         * sunrpc/svc_unix.c: Likewise.
12619         * sunrpc/xdr.c: Likewise.
12620         * sunrpc/xdr_array.c: Likewise.
12621         * sunrpc/xdr_rec.c: Likewise.
12622         * sunrpc/xdr_ref.c: Likewise.
12623         * sysdeps/generic/wordexp.c: Likewise.
12624
12625         * po/it.po: Update from translation team.
12626
12627         * misc/err.c: Handle wide oriented stderr stream.
12628
12629 2001-08-14  Tom Rix  <trix@redhat.com>
12630
12631         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12632         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12633
12634 2001-08-13  Tom Rix  <trix@redhat.com>
12635
12636         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12637         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12638         and __intptr_t.
12639
12640 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12641
12642         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
12643         Store the access registers to the ucontext structure.
12644         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
12645         Likewise.
12646
12647         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
12648         Load the access registers from the ucontext structure.
12649         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
12650         Likewise.
12651
12652         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
12653         offsets to the new ucontext layout.
12654         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
12655
12656         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
12657         of the ucontext structure.
12658         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12659
12660 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
12661
12662         * misc/error.c (error): Handle wide oriented stderr stream correctly.
12663         (error_at_line): Likewise.
12664
12665         * stdio-common/perror.c (perror): Implement according to standard.
12666         The stream orientation must not be changed if the stream was not
12667         oriented before the call.
12668         * stdio-common/Makefile (tests): Add tst-perror.
12669         * stdio-common/tst-perror.c: New file.
12670
12671
12672 See ChangeLog.12 for earlier changes.