* sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without
[platform/upstream/glibc.git] / ChangeLog
1 2002-09-11  Roland McGrath  <roland@redhat.com>
2
3         * sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without
4         strncmp, keeps the code smaller for a non-performance-critical case.
5
6         * sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,
7         no longer wrongly matches arbitrary prefixes of NAME.
8         Reported by Jakub Jelinek <jakub@redhat.com>.
9
10 2002-09-11  Jakub Jelinek  <jakub@redhat.com>
11
12         * posix/bug-regex11.c (tests): New array.
13         (main): Rewritten to run more different tests.
14
15 2002-09-10  Roland McGrath  <roland@redhat.com>
16
17         * nscd/Makefile (CPPFLAGS-nscd, CPPFLAGS-nscd_conf, CPPFLAGS-dbg_log)
18         (CPPFLAGS-connections, CPPFLAGS-hstcache): Variables removed.
19         Instead, catch all of $(nscd-modules) via cppflags-iterator.mk.
20
21         * sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
22         well so we don't get it declared by include/math.h's hidden_proto.
23         Then do hidden_proto for __isnanf locally so hidden_def works right.
24
25         * posix/bug-regex5.c (main): Use `union locale_data_value' rather than
26         a cast to turn nl_langinfo return value into an integer.
27
28 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
29
30         * posix/regexec.c (build_trtable): Fix the destination of
31         newline to prevent wrong states from overwriting.
32         Append break statements to optimization.
33
34 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
35
36         * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if.
37         (build_range_exp): Add castings to strlen invocations.
38         (build_collating_symbol): Restore the type of characters from "char"
39         to "unsigned char", and supplement castings.
40         (build_collating_symbol): Likewise.
41         (build_equiv_class): Likewise.
42         (build_charclass): Likewise.
43         (seek_collating_symbol_entry): Likewise.
44         (parse_bracket_exp): Likewise.
45         (build_word_op): Supplement a casting.
46         * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if.
47         (re_string_allocate): Fix castings.
48         (re_string_construct): Likewise.
49         (re_string_construct_common): Likewise.
50         (re_string_realloc_buffers): Likewise.
51         (build_wcs_buffer): Likewise.
52         (build_wcs_upper_buffer): Likewise.
53         (re_string_skip_chars): Likewise.
54         (re_string_reconstruct): Likewise.
55         * posix/regex_internal.h: Restore the type of characters in
56         re_string_t and bracket_elem_t from "char" to "unsigned char".
57         (re_string_elem_size_at): Fix castings.
58         * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if.
59         (transit_state_bkref_loop): Restore the type of characters from
60         "char" to "unsigned char", and append a cast to "char*" pointer in
61         array subscript.
62         (check_node_accept_bytes): Likewise.
63         (find_collation_sequence_value): Likewise.
64
65 2002-09-10  Hartvig Ekner  <hartvige@mips.com>
66
67         * sysdeps/mips/memcpy.S: New file.
68         * sysdeps/mips/memset.S: New file.
69         * sysdeps/mips/fpu/e_sqrt.c:  New file.
70         * sysdeps/mips/fpu/e_sqrtf.c: New file.
71
72         * fpu/fclrexcpt.c: Cleaned up the FPU exception stuff - was not
73         functional before. Also removed all SHLIB_COMPAT stuff.
74         * fpu/fegetenv.c: Likewise.
75         * fpu/fesetenv.c:: Likewise.
76         * fpu/feupdateenv.c: Likewise.
77         * fpu/fgetexcptflg.c: Likewise.
78         * fpu/fraiseexcpt.c: Likewise.
79
80         * sysdeps/mips/fpu/fsetexcptflg.c: New file.
81
82 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
83
84         * include/math.h (__finite_internal, __finitef_internal,
85         __finitel_internal, __isinf_internal, __isnan_internal): Remove.
86         (isfinite): Remove.
87         (__finite, __isinf, __isnan, __finitef, __isinff, __isnanf, __finitel,
88         __isinfl, __isnanl): Add hidden_proto.
89         (__fpclassify, __fpclassifyf, __fpclassifyl, __expm1l): Add
90         libm_hidden_proto.
91         * math/Makefile (libm-calls): Add s_isinf and s_isnan.
92         * stdio-common/printf_fp.c (__printf_fp): Remove INTUSE from
93         __is{inf,nan} calls.
94         * stdio-common/printf_size.c (printf_size): Likewise.
95         * sysdeps/generic/printf_fphex.c (__printf_fphex): Likewise.
96         * sysdeps/generic/s_ldexp.c (__ldexp): Likewise.
97         * sysdeps/generic/s_ldexpf.c (__ldexpf): Likewise.
98         * sysdeps/generic/s_ldexpl.c (__ldexpl): Likewise.
99         * sysdeps/generic/s_expm1l.c (__expm1l): Add libm_hidden_def.
100         * sysdeps/i386/fpu/s_finite.S (__finite_internal): Remove alias.
101         (__finite): Add hidden_def.
102         * sysdeps/i386/fpu/s_finitef.S (__finitef_internal): Remove alias.
103         (__finitef): Add hidden_def.
104         * sysdeps/i386/fpu/s_finitel.S (__finitel_internal): Remove alias.
105         (__finitel): Add hidden_def.
106         * sysdeps/i386/fpu/s_isinfl.c (__isinfl): Remove INTDEF.  Add
107         hidden_def.
108         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
109         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Add
110         libm_hidden_def.
111         * sysdeps/i386/fpu/s_expm1l.S (__expm1l): Likewise.
112         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Remove INTDEF.  Add
113         hidden_def.
114         * sysdeps/ieee754/dbl-64/s_isinf.c (__isinf): Likewise.
115         (__isinfl): Remove INTDEF.
116         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Remove INTDEF.  Add
117         hidden_def.
118         (__isnanl): Remove INTDEF.
119         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Add
120         libm_hidden_def.
121         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Use __sin and __cos
122         instead of sin and cos.
123         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Remove INTDEF.
124         Add hidden_def.
125         * sysdeps/ieee754/flt-32/s_isinff.c (__isinff): Likewise.
126         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
127         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Add
128         libm_hidden_def.
129         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Remove INTDEF.
130         Add hidden_def.
131         * sysdeps/ieee754/ldbl-128/s_isinfl.c (__isinfl): Likewise.
132         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
133         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl): Add
134         libm_hidden_def.
135         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add
136         libm_hidden_def.
137         * sysdeps/ieee754/ldbl-96/s_finitel.c (__finitel): Remove INTDEF.
138         Add hidden_def.
139         * sysdeps/ieee754/ldbl-96/s_isinfl.c (__isinfl): Likewise.
140         * sysdeps/ieee754/ldbl-96/s_isnanl.c (__isnanl): Likewise.
141         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c (__fpclassifyl): Add
142         libm_hidden_def.
143         * sysdeps/ia64/fpu/s_finite.S (__finite_internal, __finitef_internal,
144         __finitel_internal): Remove aliases.
145         (__finite, __finitef, __finitel): Add hidden_def.
146         * sysdeps/ia64/fpu/s_isnan.S (__isnan_internal, __isnanf_internal,
147         __isnanl_internal): Remove aliases.
148         (__isnan, __isnanf, __isnanl): Add hidden_def.
149         * sysdeps/ia64/fpu/s_isinf.S (__isinf_internal, __isinff_internal,
150         __isinfl_internal): Remove aliases.
151         (__isinf, __isinff, __isinfl): Add hidden_def.
152         * sysdeps/ia64/fpu/s_fpclassify.S (__fpclassify, __fpclassifyf,
153         __fpclassifyl): Add libm_hidden_def.
154         * sysdeps/ia64/fpu/s_expm1l.S (__expm1l): Likewise.
155         * sysdeps/m68k/s_isinfl.c (__isinfl): Remove INTDEF.  Add hidden_def.
156         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Remove.
157         (hidden_defx): Define and use.
158         * sysdeps/m68k/fpu/s_fpclassifyl.c (__fpclassifyl): Add
159         libm_hidden_def.
160         * sysdeps/m68k/fpu/s_expm1l.c (__expm1l): Likewise.
161         * sysdeps/m68k/s_isnanl.c (__isnanl): Add hidden_def.
162         * sysdeps/powerpc/fpu/s_isnan.c (__isnan, __isnanf, __isnanl):
163         Remove INTDEF.
164         (__isnan, __isnanf): Add hidden_def.
165         * sysdeps/x86_64/fpu/s_finitel.S (__finitel_internal): Remove alias.
166         (__finitel): Add libm_hidden_def.
167         * sysdeps/x86_64/fpu/s_expm1l.S (__expm1l): Likewise.
168
169         * include/fenv.h (feraiseexcept, fesetenv): Add libm_hidden_proto.
170         * sysdeps/alpha/fpu/fesetenv.c (fesetenv): Add libm_hidden_ver.
171         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
172         * sysdeps/arm/fpu/fesetenv.c (fesetenv): Likewise.
173         * sysdeps/arm/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
174         * sysdeps/generic/fesetenv.c (fesetenv): Likewise.
175         * sysdeps/generic/fraiseexcpt.c (feraiseexcept): Likewise.
176         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
177         * sysdeps/i386/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
178         * sysdeps/m68k/fpu/fesetenv.c (fesetenv): Likewise.
179         * sysdeps/m68k/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
180         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Likewise.
181         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
182         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Likewise.
183         * sysdeps/powerpc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
184         * sysdeps/sparc/fpu/fesetenv.c (fesetenv): Likewise.
185         * sysdeps/sparc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
186         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Add libm_hidden_def.
187         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
188         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Likewise.
189         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
190         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
191         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
192         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
193         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
194         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Likewise.
195         * sysdeps/x86_64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
196
197 2002-09-09  Steven Munroe  <sjmunroe@us.ibm.com>
198
199         * elf/elf.h: Add powerpc64 specific elf relocation and dynamic types.
200
201 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
202
203         * elf/dl-error.c (_dl_signal_cerror): Don't print anything if only
204         LD_DEBUG=statistics or LD_TRACE_PRELINKING.
205
206 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
207
208         * string/stratcliff.c: Some more strncpy tests.
209         Patch by Daniel Jacobowitz <drow@mvista.com>.
210
211 2002-09-08  Roland McGrath  <roland@redhat.com>
212
213         * resolv/resolv.h: Include <sys/types.h> for u_long even in
214         the [__need_res_state] case.
215         Reported by Bruno Haible <bruno@clisp.org>.
216
217 2002-09-04  Bruno Haible  <bruno@clisp.org>
218
219         * sysdeps/generic/bits/ustat.h: Comment fix.
220         * io/sys/sendfile.h: Comment fix.
221         * sysdeps/posix/pread.c: Comment fix.
222         * sysdeps/posix/pread64.c: Comment fix.
223         * sysdeps/posix/pwrite.c: Comment fix.
224         * sysdeps/posix/pwrite64.c: Comment fix.
225
226 2002-09-06  Roland McGrath  <roland@redhat.com>
227
228         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
229         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
230         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
231         (_UTSNAME_MACHINE_LENGTH): Likewise.
232         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
233
234 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
235
236         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
237         test for filesystem type name of mount points.
238
239         * include/errno.h: Use errno definition with __thread for now only
240         in libc and ld.so.
241
242         * test-skeleton.c (main): Improve error message for unexpected
243         signal case.
244
245 2002-09-05  Roland McGrath  <roland@redhat.com>
246
247         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
248         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
249
250 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
251
252         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
253         case of failure.
254
255 2002-09-04  Bruno Haible  <bruno@clisp.org>
256
257         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
258         sigset_get_old_mask): Turn into inline functions.
259         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
260         sigset_get_old_mask): Likewise.
261         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
262         sigset_get_old_mask): Likewise.
263         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
264         syntax.
265
266         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
267
268         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
269         default definitions.
270         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
271         _sys_nerr_internal instead of _sys_nerr.
272
273         * nscd/connections.c (handle_request): Declare CALLER inside #if.
274
275 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
276
277         * sysdeps/powerpc/__longjmp.S: Moved to...
278         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
279         * sysdeps/powerpc/add_n.S: Moved to...
280         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
281         * sysdeps/powerpc/addmul_1.S: Moved to...
282         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
283         * sysdeps/powerpc/atomicity.h: Moved to...
284         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
285         * sysdeps/powerpc/backtrace.c: Moved to...
286         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
287         * sysdeps/powerpc/bp-asm.h: Moved to...
288         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
289         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
290         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
291         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
292         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
293         * sysdeps/powerpc/dl-machine.c: Moved to...
294         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
295         * sysdeps/powerpc/dl-machine.h: Moved to...
296         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
297         * sysdeps/powerpc/dl-start.S: Moved to...
298         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
299         * sysdeps/powerpc/gprrest0.S: Moved to...
300         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
301         * sysdeps/powerpc/gprrest1.S: Moved to...
302         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
303         * sysdeps/powerpc/gprsave0.S: Moved to...
304         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
305         * sysdeps/powerpc/gprsave1.S: Moved to...
306         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
307         * sysdeps/powerpc/lshift.S: Moved to...
308         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
309         * sysdeps/powerpc/memset.S: Moved to...
310         * sysdeps/powerpc/powerpc32/memset.S: ...here.
311         * sysdeps/powerpc/mul_1.S: Moved to...
312         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
313         * sysdeps/powerpc/ppc-mcount.S: Moved to...
314         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
315         * sysdeps/powerpc/register-dump.h: Moved to...
316         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
317         * sysdeps/powerpc/rshift.S: Moved to...
318         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
319         * sysdeps/powerpc/setjmp.S: Moved to...
320         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
321         * sysdeps/powerpc/stpcpy.S: Moved to...
322         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
323         * sysdeps/powerpc/strchr.S: Moved to...
324         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
325         * sysdeps/powerpc/strcmp.S: Moved to...
326         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
327         * sysdeps/powerpc/strcpy.S: Moved to...
328         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
329         * sysdeps/powerpc/strlen.S: Moved to...
330         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
331         * sysdeps/powerpc/sub_n.S: Moved to...
332         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
333         * sysdeps/powerpc/submul_1.S: Moved to...
334         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
335         * sysdeps/powerpc/elf/bzero.S: Moved to...
336         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
337         * sysdeps/powerpc/elf/start.S: Moved to...
338         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
339         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
340         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
341         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
342         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
343         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
344         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
345         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
346         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
347         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
348         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
349         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
350         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
351         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
352         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
353         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
355         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
357         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
359         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
361         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
363         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
365         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
366         powerpc/powerpc64.
367
368 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
369
370         * FAQ.in: Add powerpc64 to supported targets list. Also state the
371         minimum gcc version is 3.2
372         * README: Add powerpc64 to supported targets list.
373         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
374         Add powerpc64 and machine=powerpc/powerpc64.
375         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
376         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
377         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
378         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
379         * sysdeps/powerpc/powerpc32/Dist: New file.
380         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
381         * sysdeps/powerpc/powerpc32/Implies: New file.
382         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
383         ($(with-fp) = no): Move test to powerpc32/Makefile.
384         ($(subdir) = misc): Move to powerpc32/Makefile.
385         ($(build-shared) = yes): Move to powerpc32/Makefile.
386         ($(subdir) = csu): Move to powerpc32/Makefile.
387         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
388         * sysdeps/powerpc/powerpc32/Makefile: New file.
389         * sysdeps/powerpc/Versions: Remove libgcc functions.
390         * sysdeps/powerpc/powerpc32/Versions: New file.
391         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
392         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
393         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
394         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
395         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
396         ($machine): Add powerpc/powerpc64 to if ... | for
397         libc_cv_slibdir=/libc64.
398         (powerpc*): Set ldd_rewrite_script.
399         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
400         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
402         Add clone.S.
403         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
404         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
405         functions.  Remove GLIBC_2.2 functions except getrlimit and
406         setrlimit.  Moved them to ...
407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
408
409 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
410
411         * libio/tst-atime.c: Include <errno.h>.
412         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
413
414 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
415
416         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
417         warnings of some compilers.
418         (build_collating_symbol): Change the type of characters from
419         "unsigned char" to "char", and append a cast to "char*" pointer in
420         array subscript.
421         (build_collating_symbol): Likewise.
422         (build_equiv_class): Likewise.
423         (build_charclass): Likewise.
424         (re_compile_pattern): Remove incorrect cast.
425         (re_compile_fastmap_iter): Change the type of characters from
426         "unsigned char" to "char", and append a cast to "char*" pointer
427         in array subscript.
428         (parse_bracket_exp): Likewise.
429         * posix/regex_internal.c (re_string_construct_common): Likewise.
430         (re_string_allocate): Likewise.
431         (re_string_construct): Likewise.
432         (re_string_realloc_buffers): Likewise.
433         (build_wcs_buffer): Likewise.
434         (re_string_reconstruct): Likewise.
435         * posix/regex_internal.h: Change the type of characters in
436         re_string_t and bracket_elem_t from "unsigned char" to "char".
437         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
438         warnings of some compilers.
439         (transit_state_bkref_loop): Change the type of characters from
440         "unsigned char" to "char", and append a cast to "char*" pointer in
441         array subscript.
442         (check_node_accept_bytes): Likewise.
443         (find_collation_sequence_value): Likewise.
444
445 2002-09-04  Roland McGrath  <roland@redhat.com>
446
447         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
448         from 1024 to 65536, to avoid buffer overrun.
449
450 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
451
452         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
453
454 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
455
456         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
457         for filesystem.
458
459 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
460
461         * posix/bug-regex11.c: New test.
462         * posix/Makefile (tests): Add bug-regex11.
463
464 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
465
466         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
467         newlocale.
468
469 2002-09-02  Roland McGrath  <roland@redhat.com>
470
471         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
472         __pthread_initialize_minimal and __libc_check_standard_fds to
473         match the generic version.
474
475         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
476         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
477
478         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
479         warnings on platorms where char is unsigned.
480
481 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
482
483         * version.h (VERSION): Bump to 2.2.93.
484
485         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
486
487 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
488
489         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
490         as relocated.
491
492 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
493
494         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
495
496 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
497
498         * locale/localeinfo.h (struct locale_data): Add private.ctype.
499         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
500         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
501         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
502         (__wcsmbs_load_conv): Remove const from argument.
503         (_nl_cleanup_ctype): New proto.
504         (get_gconv_fcts): New function.
505         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
506         (__wcsmbs_to_wc): Rename back to...
507         (to_wc): ... this.
508         (__wcsmbs_gconv_fcts): Rename to...
509         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
510         (lock): Removed.
511         (__libc_setlocale_lock): New extern.
512         (__wcsmbs_load_conv): Remove const from argument.
513         Initialize new_category->private.ctype instead of a global
514         variable.
515         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
516         update_function_ptrs.  No locking is necessary.
517         (_nl_cleanup_ctype): New function.
518         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
519         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
520         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
521         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
522         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
523         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
524         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
525         * wcsmbs/wctob.c (wctob): Likewise.
526         * stdlib/mblen.c (mblen): Likewise.
527         * stdlib/mbtowc.c (mbtowc): Likewise.
528         * stdlib/wctomb.c (wctomb): Likewise.
529         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
530         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
531         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
532         Removed.
533
534 2002-09-02  Roland McGrath  <roland@frob.com>
535
536         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
537
538 2002-09-01  Roland McGrath  <roland@redhat.com>
539
540         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
541         Variable declarations removed.
542         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
543         these functions to replace them.
544         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
545         functions plus an indirection rather than the old global variables.
546         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
547         Macros removed.
548         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
549         inline functions.
550         * ctype/ctype-info.c: Revert last reversion back the other way.
551         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
552         Define real function versions of include/ctype.h inlines here.
553         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
554         __ctype_tolower_loc, __ctype_toupper_loc.
555         * locale/lc-ctype.c: Revert last reversion back the other way.
556         (_nl_postload_ctype): If current thread uses the global locale,
557         update its tsd vars.
558         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
559         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
560         CTYPE_TOLOWER, CTYPE_TOUPPER.
561
562         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
563         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
564         from __libc_tsd_threadvar_location.
565         (__libc_tsd_set, __libc_tsd_get): Update uses.
566
567 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
568
569         * ctype/ctype.h: Undo the patch before the last one.  Put back the
570         macro definitions for the standard functions to access the
571         classification and mapping arrays.
572         * include/ctype.h: Partly revert last patch.  Move the macro
573         definitions for the exported functions back to the public header.
574         #undef all the macros defined here before redefining.
575         * ctype/ctype-info.c: Revert last patch.
576         * locale/lc-ctype.c: Revert last patch.
577
578         * ctype/Makefile (routines): Add isctype.
579         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
580         * ctype/ctype.h: Add declaration of isctype.
581         * include/ctype.h: Declare __isctype.
582         * ctype/isctype.c: New file.
583
584 2002-09-01  Roland McGrath  <roland@redhat.com>
585
586         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
587         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
588
589         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
590
591         * locale/findlocale.c (_nl_remove_locale): Don't search in
592         _nl_locale_file_list if DATA->alloc is ld_archive.
593         Use _nl_unload_locale to do the rest of the work.
594
595         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
596         of new structure to UNDELETABLE.
597
598         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
599         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
600         towlower, towupper): Macros removed.
601         * ctype/ctype.h (__tobody): Put parens around macro argument.
602         (__isctype): Macro removed.
603         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
604         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
605         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
606         tolower, toupper): Macros and inlines removed.
607         * include/ctype.h [! NOT_IN_libc]
608         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
609         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
610         tolower, toupper): Define here instead, using _NL_CURRENT.
611         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
612         using _NL_CURRENT.
613         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
614         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
615         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
616         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
617         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
618         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
619         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
620         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
621         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
622         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
623         (ISSORTMASK): Update use.
624         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
625         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
626         (_nss_files_getENTNAME_r): Likewise.
627         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
628         Likewise.
629
630         * Makerules (all-nonlib): Renamed from all-tests.
631         Include $(others) here too.
632         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
633         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
634         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
635         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
636         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
637         the program modules via cppflags-iterator.mk.
638         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
639         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
640
641 2002-08-31  Roland McGrath  <roland@redhat.com>
642
643         * posix/tst-getconf.sh: If no third arg, work with static linking.
644
645         * locale/categories.def (LC_TIME): No more _nl_postload_time.
646
647         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
648         [_NL_CURRENT_INDIRECT].
649
650 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
651
652         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
653
654 2002-08-31  Roland McGrath  <roland@redhat.com>
655
656         * locale/newlocale.c (__newlocale): Don't use strdup for names.
657         Instead, make the single allocation of the structure larger to hold
658         the name strings.
659         * locale/duplocale.c (__duplocale): Don't strdup names individually.
660         Instead, calculate size for a single allocation and copy into it.
661         * locale/freelocale.c (__freelocale): Don't free names individually.
662
663         * locale/newlocale.c (__newlocale): Don't leak old data or names.
664
665         * locale/xlocale.h (__locale_struct): Move __names member last,
666         for binary compatibility.
667
668         * locale/duplocale.c (__duplocale): Free names from the right array.
669
670         * locale/uselocale.c (__uselocale): Return previous locale when
671         setting a new one.
672
673         * locale/newlocale.c: Commit changes from 2002-08-30
674         batch where I failed to commit this file:
675         (__newlocale): Fill in __names array.
676
677 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
678
679         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
680         errlist-compat.c if versioning==yes.
681
682 2002-08-31  Andreas Jaeger  <aj@suse.de>
683
684         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
685         external functions with hidden attribute.
686         (elf_machine_rela): Optimize.
687
688         * sysdeps/x86_64/memset.S: New file.
689         * sysdeps/x86_64/bzero.S: New file.
690         * sysdeps/x86_64/stpcpy.S: New file.
691         * sysdeps/x86_64/strcat.S: New file.
692         * sysdeps/x86_64/strchr.S: New file.
693         * sysdeps/x86_64/strcpy.S: New file.
694         * sysdeps/x86_64/strcspn.S: New file.
695         * sysdeps/x86_64/strlen.S: New file.
696         * sysdeps/x86_64/strpbrk.S: New file.
697         * sysdeps/x86_64/strspn.S: New file.
698         * sysdeps/x86_64/strcmp.S: New file.
699         * sysdeps/x86_64/strtok_r.S: New file.
700         * sysdeps/x86_64/strtok.S: New file.
701         * sysdeps/x86_64/memcpy.S: New file.
702         * sysdeps/x86_64/mempcpy.S: New file.
703
704         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
705
706         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
707
708 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
709
710         * stdio-common/Makefile (generated): Add errlist-compat.c.
711
712         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
713
714         * locale/localeinfo.h: Pretty printing.
715
716         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
717         form_number handling.
718
719 2002-08-31  Andreas Jaeger  <aj@suse.de>
720
721         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
722         double tests.
723
724         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
725         __start_context.
726
727         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
728
729         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
730
731         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
732         registers used for passing args.
733
734         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
735         all needed registers.
736
737         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
738         registers.
739
740         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
741         registers.
742
743 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
744
745         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
746         always_inline attribute.
747
748 2002-08-30  Roland McGrath  <roland@redhat.com>
749
750         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
751         presume it's the stub and bail without error.
752
753         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
754         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
755
756         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
757
758         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
759         macros replace the i686 versions for 64-bit mode.
760
761         * locale/duplocale.c: Include <string.h>.
762
763         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
764         [_LIBC] (category_to_name): Don't define the function.  Instead
765         define a macro using _nl_category_names.
766
767         * locale/xlocale.h (struct __locale_struct): New member `__names'.
768         * locale/xlocale.c (_nl_C_locobj): Update initializer.
769         * locale/global-locale.c (_nl_global_locale): Likewise.
770         * locale/duplocale.c (__duplocale): strdup __names elements.
771         * locale/freelocale.c (__freelocale): Free __names elements.
772         * locale/localename.c (_nl_current_names): Variable removed.
773         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
774         * locale/localeinfo.h (_nl_current_names): Removed decl.
775         * locale/setlocale.c: Use _nl_global_locale->__names in place of
776         _nl_current_names throughout.
777
778         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
779
780         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
781         and sys_nerr in the output file.
782
783         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
784         * scripts/cpp: Just use the environment variable.
785
786         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
787         * libio/tst-mmap-offend.c (do_test): Likewise.
788         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
789         * libio/tst-mmap-eofsync.c (do_test): Likewise.
790         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
791
792         * locale/localename.c: If the current locale is the global locale, use
793         _nl_current_names; otherwise use the locale object.
794
795 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
796
797         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
798         'm' to enable mmap I/O.
799         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
800         former wasn't used (anymore?).
801         (_IO_FLAGS2_MMAP): New define.
802         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
803         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
804         _IO_FLAGS2_MMAP bit is set.
805         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
806         Enable mmap-using mode only if 'm' was set.
807
808 2002-08-29  Roland McGrath  <roland@frob.com>
809
810         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
811
812         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
813         Change argument type from int to intptr_t.
814
815         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
816         initializer on [! _HURD_THREADVAR_H] (bad kludge).
817         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
818         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
819         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
820
821         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
822
823         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
824
825         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
826
827         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
828         * assert/assert-perr.c: Add libc_hidden_def.
829         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
830
831         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
832         found at all.
833         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
834         sys_errlist stuff to ...
835         * sysdeps/unix/sysv/linux/Versions: ... here.
836
837         * mach/mach.h: Include <features.h>.
838
839 2002-08-29  Roland McGrath  <roland@redhat.com>
840
841         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
842         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
843         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
844
845         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
846
847         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
848         (norm_add_slashes): alloca -> __alloca
849
850 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
851
852         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
853         string_malloced, it is unlikely to be set.
854         Only call free with non-NULL workspace.
855         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
856         -mcpu=ultrasparc, not only tune for it.
857         (ASFLAGS*): Set unconditionally.
858
859         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
860         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
861         p_vaddr/p_offset when computing LOADADDR.
862
863 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
864
865         * version.h (VERSION): Bump to 2.2.92.
866
867         * time/Makefile (tst-ftime_l-ENV): New variable.
868
869         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
870
871         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
872         <U017A>, <U017D> and <U0179>. Add missing mappings.
873         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
874
875         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
876         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
877         (struct tostruct): Use ACRINDEX as type for link field.
878         (statuc gmonparam): Likewise for froms.
879         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
880         kcount and froms.
881         (write_call_graph): Use correct type for from_index and to_index.
882         * gmon/mcount.c: Use correct types for frompcindex and toindex
883         variables.
884         Patches by Dan Kegel <dank@kegel.com>.
885
886         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
887         canonical name.
888
889         * time/strptime.c (ISSPACE): New #define.  Use isspace or
890         __isspace_l.  Replace calls to isspace.
891         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
892
893 2002-08-29  Roland McGrath  <roland@redhat.com>
894
895         * string/tst-strxfrm.c: Remove __ from function names.
896
897 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
898
899         * include/wchar.h: Declare __mbsrtowcs_l.
900         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
901         * wcsmbs/mbsrtowcs.c: Add support for compilation with
902         USE_IN_EXTENDED_LOCALE_MODEL.
903         * wcsmbs/mbsrtowcs_l: New file.
904         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
905         define as static.  Change all uses.
906         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
907         Change all callers.
908         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
909         * time/strftime.c: When translating for the extended locale model
910         use the _l functions.
911         * time/Makefile (tests): Add tst-ftime_l.
912         * time/tst-ftime_l.c: New file.
913
914 2002-08-28  Roland McGrath  <roland@redhat.com>
915
916         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
917         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
918         from _nl_find_locale ok if for _nl_C_name.
919
920         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
921         iterator to refer to each category's _nl_current_LC_FOO symbol, so
922         we know they are all linked in.
923
924         * NEWS: Added 2.2.6 text from 2.2 branch version.
925
926         * time/strptime.c (strptime_internal): Remove spurious const.
927
928         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
929         _nl_select_era_entry): Moved to ...
930         * time/era.c: ... here, new file.
931         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
932         Add internal_function to definitions.  Take an additional argument
933         giving the `struct locale_data *' to use.
934         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
935         _nl_parse_alt_digit): Moved to ...
936         * time/alt_digit.c: ... here, new file.
937         * time/lc-time-cleanup.c: New file.
938         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
939         * locale/localeinfo.h (_nl_postload_time): Remove decl.
940         (_nl_cleanup_time): Declare it.
941         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
942         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
943         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
944         * time/strftime.c: Pass locale data to helper functions.
945         * time/strptime.c: Likewise.
946
947         * locale/localeinfo.h (struct locale_data): New member `private'
948         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
949         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
950         * locale/C-collate.c: Update initializer.
951         * locale/C-identification.c: Likewise.
952         * locale/C-measurement.c: Likewise.
953         * locale/C-telephone.c: Likewise.
954         * locale/C-address.c: Likewise.
955         * locale/C-name.c: Likewise.
956         * locale/C-paper.c: Likewise.
957         * locale/C-time.c: Likewise.
958         * locale/C-numeric.c: Likewise.
959         * locale/C-monetary.c: Likewise.
960         * locale/C-messages.c : Likewise.
961         * locale/C-ctype.c: Likewise.
962
963         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
964         Redefine this too.
965
966 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
967
968         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
969         (_rtld_global): Use it.
970
971         * sysdeps/gnu/Dist: Remove errlist-compat.c.
972         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
973         object directory.  Pass all Versions files to the awk script.
974         * sysdeps/gnu/errlist-compat.c: Removed.
975         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
976         first Versions file in the search path which has them.
977         Allow multiple errlist symbol versions to have the same count of
978         errors.
979         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
980         of "errlist-compat.c".
981         * sysdeps/gnu/errlist.c: Regenerated.
982         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
983         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
984         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
985         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
986         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
987         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
988         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
989         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
990         ECANCELLED if not defined by kernel headers.
991         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
992         already defined by kernel headers.
993         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
994         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
995         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
996         is a macro.
997         * Versions.def (GLIBC_2.3) [librt]: Add.
998
999         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
1000
1001 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1002
1003         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
1004         missing comma to .type directive.
1005
1006 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1007
1008         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
1009         unconditionally.
1010         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
1011         check.
1012         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
1013
1014 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1015
1016         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
1017         check to close_and_out close.  Replace return NULL statements where
1018         fd might be >= 0 with goto close_and_out.  Close the file descriptor
1019         when it is no longer needed.
1020
1021 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1022
1023         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
1024         string constants.
1025         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1026         * sysdeps/arm/dl-machine.h: Likewise.
1027         * sysdeps/cris/dl-machine.h: Likewise.
1028         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
1029         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1030
1031 2002-08-28  Roland McGrath  <roland@redhat.com>
1032
1033         * Makeconfig (default_cflags): Revert unintended change.
1034
1035 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1036
1037         * version.h (VERSION): Bump to 2.2.91.
1038
1039         * configure.in: Disable TLS support by default for now.
1040
1041         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
1042
1043         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
1044         warnings.
1045
1046         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
1047
1048         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
1049         fprintf/fwprintf calls.
1050
1051 2002-08-28  Roland McGrath  <roland@redhat.com>
1052
1053         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
1054         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
1055
1056         * locale/setlocale.c: Declare postload functions weak.
1057
1058         * elf/tst-tls1-static.c: New file.
1059         * elf/tst-tls2-static.c: New file.
1060         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
1061
1062         Make uselocale support static linking.
1063         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
1064         This file again just defines _nl_C_locobj.
1065         (_nl_C_locobj): Use a categories.def iterator in the initializer.
1066         * locale/global-locale.c: New file.  Define _nl_global_locale here,
1067         using all weak references in the initializer.
1068         * locale/Makefile (aux): Add global-locale.
1069         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
1070         these unconditional, along with the tsd decl.
1071         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
1072         Define it under these conditions.
1073         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
1074         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
1075         `extern __thread struct locale_data *const *'.
1076         [NL_CURRENT_INDIRECT]
1077         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
1078         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
1079         the thread variable _nl_current_LC_FOO and also a special absolute
1080         symbol _nl_current_LC_FOO_used.
1081         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
1082         Set each _nl_current_LC_FOO symbol to point into the new locale,
1083         using weak references to test if _nl_current_LC_FOO_used was linked in.
1084         * locale/setlocale.c [! SHARED]: Replace this conditional ...
1085         [NL_CURRENT_INDIRECT]: ... with this one.
1086         (_nl_current, _nl_C): Variables removed.
1087         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
1088         weak references to _nl_current_LC_FOO_used.
1089         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
1090         (free_category): New function, broken out of ...
1091         (free_mem): ... here.  Call that.
1092         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
1093         instead of a loop.
1094
1095         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
1096         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
1097         it is already absolute.
1098
1099         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
1100         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
1101         [$(build-static) = yes] (tests-static): New variable.
1102         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
1103
1104 2002-08-26  Christoph Hellwig  <hch@lst.de>
1105
1106         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
1107         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
1108
1109 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1110
1111         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
1112
1113         * sysdeps/s390/Dist: Add bits/link.h.
1114
1115         * sysdeps/sh/Dist: New file.
1116
1117         * sysdeps/ia64/Dist: Add ia64libgcc.S.
1118
1119         * sysdeps/wordsize-32/Dist: New file.
1120
1121         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
1122         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1123         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1124
1125         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
1126         sys/personality.h.
1127
1128         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
1129         sparc/dl-brk.S.
1130
1131         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
1132
1133         * sysdeps/unix/bsd/sun/Dist: New file.
1134
1135         * sysdeps/unix/bsd/osf/Dist: New file.
1136
1137         * sysdeps/unix/bsd/hp/Dist: New file.
1138
1139         * sysdeps/unix/arm/Dist: New file.
1140
1141         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
1142
1143         * sysdeps/mach/hurd/Dist: Add set-init.c.
1144
1145         * sysdeps/i386/Dist: Add bits/link.h.
1146
1147         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
1148
1149         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
1150
1151         * locale/Makefile (distribute): Add hashval.h.
1152
1153         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
1154
1155         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
1156
1157         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
1158         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
1159         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
1160         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
1161         implementations.
1162         * libio/stdio.h: Likewise.
1163         * locale/locale.h: Likewise.
1164         * math/math.h: Likewise.
1165         * math/bits/mathcalls.h: Likewise.
1166         * setjmp/setjmp.h: Likewise.
1167         * signal/signal.h: Likewise.
1168         * stdlib/stdlib.h: Likewise.
1169         * string/string.h: Likewise.
1170         * time/time.h: Likewise.
1171         * wcsmbs/wchar.h: Likewise.
1172         * wctype/wctype.h: Likewise.
1173
1174 2002-08-28  Roland McGrath  <roland@redhat.com>
1175
1176         * locale/tst-C-locale.c (run_test): Remove __ from function names.
1177
1178 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1179             Roland McGrath <roland@redhat.com>
1180
1181         * locale/hashval.h (compute_hashval): Use prototype defn.
1182         (hashval_t): New macro, defined to unsigned long int
1183         if not already defined.
1184         (compute_hashval): Return hashval_t instead of unsigned long int.
1185         * locale/loadarchive.c (hashval_t): New macro.
1186         * locale/programs/locarchive.c: Include hashval.h directly instead
1187         of simple-hash.h.
1188         (compute_hashval, hashval_t): Define these macros first.
1189         (insert_name): Use archive_hashval instead of compute_hashval.
1190         (add_locale, delete_locales_from_archive): Likewise.
1191
1192 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1193
1194         * locale/programs/locarchive.c (insert_name): Suppress warnings about
1195         hash collisions if be_quiet.
1196
1197 2002-08-27  Roland McGrath  <roland@redhat.com>
1198
1199         * locale/locale.h (__newlocale, __duplocale, __freelocale,
1200         __uselocale): Don't declare these any more.
1201         * include/locale.h (__uselocale): Declare here instead, using __typeof.
1202
1203         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
1204         and treat it as an EOF return.
1205         * sysdeps/unix/readdir_r.c: Likewise.
1206
1207         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
1208         From Alexandre Oliva <aoliva@redhat.com>.
1209         * sysdeps/gnu/errlist-compat.c: Regenerated.
1210
1211 2002-08-27  Brian Youmans  <3diff@gnu.org>
1212
1213         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
1214         wording at request of copyright holder Stephen Moshier.
1215         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1216         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1217         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1218         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1219         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1220         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1221         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1222         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1223         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1224         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1225         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1226         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1227         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1228         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1229
1230 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1231
1232         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1233         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1234         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1235         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1236         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1237         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1238         * wctype/iswctype_l.c (iswctype_l): Likewise.
1239
1240 2002-08-27  Roland McGrath  <roland@redhat.com>
1241
1242         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1243
1244         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1245         * stdlib/stdlib.h: Don't declare __*_l names.
1246         * include/stdlib.h: Declare them here instead.
1247         * include/string.h: Don't declare __*_l names.
1248         * string/string.h: Declare them here instead.
1249         * time/time.h: Don't declare __*_l names.
1250         * include/time.h: Declare them here instead.
1251         * wcsmbs/wchar.h: Don't declare __*_l names.
1252         * include/wchar.h: Declare them here instead.
1253         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
1254         Don't declare __*_l names.
1255         * include/wctype.h: Declare them here instead.
1256         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
1257         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
1258         * locale/langinfo.h: Don't declare __nl_langinfo_l.
1259         * include/langinfo.h: Declare it here with __typeof.
1260
1261         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
1262         instead, taking an extra __locale_t argument.
1263         * time/Makefile (routines): Add strptime_l.
1264         * time/time.h (__strptime_l, strptime_l): Declare them.
1265         * time/strptime_l.c: New file.
1266
1267         * time/time.h (__strftime_l, strftime_l): Declare them.
1268         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
1269         * time/strftime_l.c: New file.
1270         * time/wcsftime_l.c: New file.
1271         * time/Makefile (routines): Add strftime_l, wcsftime_l.
1272         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
1273         strftime_l, wcsftime_l.
1274         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
1275         or __wcsftime_l instead, taking an extra __locale_t argument.
1276
1277         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
1278         (libc: GLIBC_2.3): ... here.
1279
1280 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1281
1282         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
1283
1284         * Makefile (distribute): Add LICENSES.
1285
1286         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
1287         sys/debugreg.h.
1288
1289         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
1290
1291         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
1292
1293         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
1294
1295         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
1296
1297         * sysdeps/mach/hurd/alpha/Dist: New file.
1298
1299         * sysdeps/arm/Dist: Add bits/link.h.
1300
1301         * sunrpc/Makefile: Distribute thrsvc.
1302
1303         * stdio-common/Makefile: Remove more left-overs from old stdio.
1304
1305         * include/linewrap.h: Removed.
1306
1307         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
1308
1309         * intl/Makefile (distribute): Add plural-eval.c.
1310
1311 2002-08-27  Roland McGrath  <roland@redhat.com>
1312
1313         * manual/sysinfo.texi (Mount Information): Correct file name to macro
1314         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
1315         Say mtab is in either /var/run or /etc.
1316
1317 2002-08-26  Roland McGrath  <roland@redhat.com>
1318
1319         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
1320         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1321
1322         * sysdeps/gnu/Versions: New file.
1323         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
1324         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
1325         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
1326         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
1327         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
1328         and _sys_nerr_internal instead of anything else.  Make it include
1329         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
1330         Make it emit some asm magic if [EMIT_ERR_MAX].
1331         * sysdeps/gnu/errlist.c: Regenerated.
1332         * sysdeps/gnu/errlist-compat.awk: New file.
1333         * sysdeps/gnu/errlist-compat.c: New file (generated).
1334         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
1335         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
1336         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
1337         (SYS_ERRLIST, SYS_NERR): Macros removed.
1338         (sys_nerr, _sys_nerr): Remove these weak aliases.
1339         * sysdeps/unix/sysv/linux/errlist.c: File removed.
1340         * sysdeps/unix/sysv/linux/errlist.h: File removed.
1341         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
1342
1343         * include/libc-symbols.h (declare_symbol): New macro.
1344         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
1345         * configure.in: New check to define it.
1346         * configure: Regenerated.
1347
1348 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1349
1350         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
1351         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
1352
1353         * Make-dist: Remove traces of old stdio.
1354         * Makeconfig: Likewise.
1355
1356         * locale/Makefile (localedef-aux): New variable.  Only md5
1357         assigned to it.  These files are not ddistributed in this directory.
1358
1359         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
1360         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
1361         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
1362
1363         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
1364
1365         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
1366         set h_errno to NO_RECOVERY [PR libc/4360].
1367
1368 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1369
1370         * libio/Makefile (tests): Add bug-fopena+.
1371         * libio/bug-fopena+.c: New file.
1372         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
1373         file for _IO_IS_APPENDING if file isn't opened for reading, too.
1374
1375         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
1376
1377         * locale/xlocale.c: Fix the last change.  The variable still has
1378         to end in _data.
1379         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
1380         (__libc_tsd_set): Add _data prefix to variable name.
1381
1382 2002-08-26  Roland McGrath  <roland@redhat.com>
1383
1384         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
1385         macro with inline function.
1386         (sigset_get_old_mask): Likewise.
1387         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
1388         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1389         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1390         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
1391         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
1392         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
1393         values.
1394         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
1395         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
1396
1397 2002-07-06  Bruno Haible  <bruno@clisp.org>
1398
1399         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
1400         sigset_get_old_mask): Make it work with larger sigset_t.
1401         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
1402         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1403         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1404
1405 2002-08-26  Roland McGrath  <roland@redhat.com>
1406
1407         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
1408         * manual/filesys.texi (File Times): Document lutimes and futimes.
1409         * misc/Makefile (routines): Add them.
1410         * misc/Versions (libc: GLIBC_2.3): Likewise.
1411         * sysdeps/generic/lutimes.c: New file.
1412         * sysdeps/generic/futimes.c: New file.
1413         * sysdeps/mach/hurd/lutimes.c: New file.
1414         * sysdeps/mach/hurd/futimes.c: New file.
1415
1416         * manual/filesys.texi (File Times): Add explicit note about null
1417         pointer argument to utimes.
1418
1419 2002-08-26  Roland McGrath  <roland@frob.com>
1420
1421         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
1422         (__ifreq): Add a cast.  Remove an unused variable.
1423
1424         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
1425         _HURD_THREADVAR_LOCALE.
1426
1427 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
1428
1429         * posix/regexec.c (re_search_stub): Return correct match length
1430         if start != 0.
1431         * posix/bug-regex10.c: New test.
1432         * posix/Makefile (tests): Add bug-regex10.
1433
1434 2002-08-26  Brian Youmans  <3diff@gnu.org>
1435
1436         * COPYING.LIB: Replaced with fresh copy from
1437         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
1438         suggested copying permission notice now says version 2.1 instead
1439         of version 2.
1440
1441         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
1442         from Library GPL.
1443         * crypt/crypt_util.c: Likewise.
1444         * crypt/ufc.c: Likewise.
1445         * elf/dl-conflict.c: Likewise.
1446         * elf/dl-iteratephdr.c: Likewise.
1447         * iconv/iconvconfig.h: Likewise.
1448         * malloc/arena.c: Likewise.
1449         * malloc/hooks.c: Likewise.
1450         * malloc/malloc.c: Likewise.
1451         * posix/glob/Makefile.ami: Likewise.
1452         * posix/glob/Makefile.in: Likewise.
1453         * stdlib/gmp-impl.h: Likewise.
1454         * stdlib/gmp.h: Likewise.
1455         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
1456         * sysdeps/generic/strnlen.c: Likewise.
1457         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
1458         * sysdeps/mach/hurd/recvmsg.c: Likewise.
1459         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1460         * sysdeps/mach/hurd/spawni.c: Likewise.
1461         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1462         * sysdeps/mach/powerpc/sysdep.h: Likewise.
1463         * sysdeps/mach/powerpc/thread_state.h: Likewise.
1464         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1465         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
1466         * sysdeps/x86_64/gmp-mparam.h: Likewise.
1467
1468         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
1469         Lesser GPL copying permission notice from 2 to 2.1.
1470         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
1471         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
1472         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1473         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
1474         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1475         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1476         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1477         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1478         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1479         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1480         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1481         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1482         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1483         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1484         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1485         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1486         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1487         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1488         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1489         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1490         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1491         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1492         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1493         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1494         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1495         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1496         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1497         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1498         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1499         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1500         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1501         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1502         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1503         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1504         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1505         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1506         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1507         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1508         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1509         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1510         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1511         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1512         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1513         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1514         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1515         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1516         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1517         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1518         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1519         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1520         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1521         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1522         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1523         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1524         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1525
1526         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
1527         Moshier and Lesser GPL copying permission notice, per license from
1528         Moshier.
1529         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1530         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1531         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1532         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1533         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1534         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1535         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1536         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1537         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1538         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1539         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1540         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1541         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1542         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1543
1544         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
1545         notice, per license from copyright holder Stephen Moshier.
1546         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1547         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1548         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1549         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1550         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1551         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1552         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1553         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1554         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1555
1556 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1557
1558         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
1559         (shared-only-routines): Likewise.
1560
1561 2002-08-26  Roland McGrath  <roland@redhat.com>
1562
1563         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
1564         name of "", store a null pointer instead.
1565
1566         * configure.in (elf): Set to yes for freebsd*, netbsd*.
1567         * configure: Regenerated.
1568
1569         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1570         Initialize this instead of __libc_tsd_LOCALE_data.
1571
1572         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1573         ptsname_r to EINVAL.
1574
1575         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1576
1577         * rt/Makefile: Revert last change, it was inappropriate to presume aio
1578         implementations depend on pthreads.
1579         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1580         * rt/tst-aio64.c (do_test): Likewise.
1581         * rt/tst-aio2.c (do_test): Likewise.
1582         * rt/tst-aio3.c (do_test): Likewise.
1583         * rt/tst-aio4.c (do_test): Likewise.
1584         * rt/tst-aio5.c (do_test): Likewise.
1585         * rt/tst-aio6.c (do_test): Likewise.
1586         * rt/tst-aio7.c (do_test): Likewise.
1587
1588         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1589         void so as to avoid compiler warnings.
1590
1591         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1592         _IO_wide_data_FD, which is never used here.
1593
1594         * libio/iofread.c
1595         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1596         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1597         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1598
1599         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1600         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1601
1602         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1603         (closelog): Likewise.
1604
1605 2002-07-06  Bruno Haible  <bruno@clisp.org>
1606
1607         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1608
1609         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1610         * sysdeps/unix/alpha/pipe.S: ... here.
1611         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1612
1613         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1614
1615         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1616         * sysdeps/unix/i386/fork.S: Likewise.
1617         * sysdeps/unix/i386/pipe.S: Likewise.
1618         * sysdeps/unix/i386/wait.S: Likewise.
1619
1620         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1621         * sysdeps/unix/arm/fork.S: Likewise.
1622
1623         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1624         arguments.
1625         (DO_CALL): Swap argument order.
1626         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1627         arguments.
1628         (DO_CALL): Swap argument order.
1629         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1630         arguments.
1631         (DO_CALL): Swap argument order.
1632         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1633         arguments.
1634         (DO_CALL): Swap argument order.
1635         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1636         arguments.
1637         (DO_CALL): Swap argument order.
1638         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1639         arguments.
1640         (DO_CALL): Swap argument order.
1641         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1642         arguments.
1643         (DO_CALL): Swap argument order.
1644
1645         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1646         (L): Define right for ELF.
1647         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1648         Now defined in sysdeps/i386/sysdep.h.
1649
1650         * sysdeps/posix/readv.c: Ansify function definition.
1651         * sysdeps/posix/writev.c: Likewise.
1652
1653         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1654         have the same size. Avoid direct cast from size_t to off_t.
1655
1656         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
1657         nul byte in entry[n].ut_user.
1658         (simulate_logout): Likewise.
1659
1660         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
1661         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
1662         existence of corresponding members of 'struct utmp'.
1663         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
1664         !_HAVE_UT_TYPE.
1665
1666         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
1667         allocate a buffer of at least BUFSIZ bytes, not just of
1668         sizeof (struct dirent).
1669
1670         * sysdeps/generic/glob.c: Include <limits.h>.
1671         (NAME_MAX): Define a fallback.
1672         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
1673         stack.
1674         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
1675         (main): Allocate enough room for a 'struct dirent64' on the stack.
1676         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
1677         'struct dirent'.
1678
1679         * sysdeps/unix/sysv/linux/init-first.c: Don't include
1680         kernel-features.h.
1681
1682         * inet/htontest.c: Include <sys/types.h>.
1683
1684         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
1685
1686         * include/sys/sysctl.h: Comment fix.
1687
1688         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
1689         _dl_load_lock.
1690         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
1691
1692         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
1693
1694         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
1695         (__getpeername): New alias.
1696         (__getsockname): New alias.
1697         (__socket): New alias.
1698
1699         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
1700
1701         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
1702         (__fcntl_internal): New alias.
1703         (__profil): New alias.
1704
1705 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1706
1707         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
1708         entry was for getaddr* lookup or not.  Add only matching cache
1709         entry.  Change all callers [PR libc/4317].
1710
1711         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
1712         finding the read position [PR libc/4265].
1713         * libio/Makefile (tests): Add bug-rewind2.
1714         * libio/bug-rewind2.c: New file.
1715
1716         * libio/bug-rewind.c: Fix creation of temp file.
1717
1718 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1719
1720         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
1721         neither SUCCESS nor TRYAGAIN [PR libc/4259].
1722         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
1723         to ENOENT if no entry is found.
1724         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
1725         failure.
1726         * nis/nss_compat/compat-initgroups.c: Likewise.
1727         * nis/nss_compat/compat-pwd.c: Likewise.
1728         * nis/nss_compat/compat-spwd.c: Likewise.
1729         * nis/nss_nis/nis-alias.c: Likewise.
1730         * nis/nss_nis/nis-ethers.c: Likewise.
1731         * nis/nss_nis/nis-grp.c: Likewise.
1732         * nis/nss_nis/nis-hosts.c: Likewise.
1733         * nis/nss_nis/nis-initgroups.c: Likewise.
1734         * nis/nss_nis/nis-netgrp.c: Likewise.
1735         * nis/nss_nis/nis-network.c: Likewise.
1736         * nis/nss_nis/nis-proto.c: Likewise.
1737         * nis/nss_nis/nis-publickey.c: Likewise.
1738         * nis/nss_nis/nis-pwd.c: Likewise.
1739         * nis/nss_nis/nis-rpc.c: Likewise.
1740         * nis/nss_nis/nis-service.c: Likewise.
1741         * nis/nss_nis/nis-spwd.c: Likewise.
1742         * resolv/nss_dns/dns-host.c: Likewise.
1743         * resolv/nss_dns/dns-network.c: Likewise.
1744         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
1745         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1746         * nis/nss_nisplus/nisplus-grp.c: Likewise.
1747         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1748         * nis/nss_nisplus/nisplus-network.c: Likewise.
1749         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1750         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1751         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1752         * nis/nss_nisplus/nisplus-service.c: Likewise.
1753         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1754         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
1755         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
1756         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
1757         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
1758
1759         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
1760         declaring __restore and __restore_rt as hidden (if possible).
1761
1762 2002-08-25  Roland McGrath  <roland@redhat.com>
1763
1764         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
1765
1766         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
1767         (getutent_r_file, internal_getut_r): Updated all callers.
1768         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
1769
1770 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1771
1772         * locale/programs/locale.c: Don't print aliases for non-existing
1773         locales for 'locale -a'.
1774         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
1775
1776 2002-07-19  H.J. Lu  <hjl@gnu.org>
1777
1778         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
1779
1780 2002-07-16  H.J. Lu  <hjl@gnu.org>
1781
1782         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1783         sys/personality.h.
1784         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
1785
1786 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1787
1788         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
1789         not moved ahead of the fputs call.
1790         * elf/tst-tlsmod2.c (in_dso): Likewise.
1791         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1792         * elf/tst-tlsmod4.c (in_dso): Likewise.
1793
1794 2002-08-25  Andreas Schwab  <schwab@suse.de>
1795
1796         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
1797
1798 2002-08-25  Roland McGrath  <roland@redhat.com>
1799
1800         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
1801         resetting handler, to avoid the possibility of a spurious SIGALRM
1802         delivered to the user's handler.
1803         Reported by Amit D. Chaudhary <amitc@brocade.com>,
1804
1805         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
1806         set -fkeep-inline-functions, which is not needed for the current file.
1807
1808         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
1809         (_dl_setup_hash): Add attribute_hidden.
1810         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
1811         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
1812         (_dl_new_object, _dl_map_object_deps): Likewise.
1813         (_dl_map_object_deps_internal): Remove decl.
1814         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
1815
1816         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
1817         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
1818         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
1819         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
1820         instead relying on the compiler to produce only GOTOFF variable refs.
1821
1822 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1823
1824         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
1825
1826         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
1827         inline to avoid defining it in every file which includes this header.
1828
1829         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
1830         defining DONT_USE_BOOTSTRAP_MAP.
1831
1832         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
1833         * libio/tst-mmap-setvbuf.c (main): Likewise.
1834         * libio/tst-widetext.c (main): Likewise.
1835
1836         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
1837         message.
1838         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1839         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1840
1841         * sysdeps/i386/elf/configure.in: Unconditionally define
1842         PI_STATIC_AND_HIDDEN.
1843         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
1844         PI_STATIC_AND_HIDDEN is defined as well.
1845         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
1846
1847 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
1848
1849         * sysdeps/ia64/bzero.S: Define __bzero as well.
1850
1851         * locale/programs/charmap.c (charmap_new_char): Don't use
1852         ULONG_MAX as maximum UCS4 value.
1853
1854         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
1855
1856         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
1857
1858         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
1859         * malloc/malloc.c (mALLINFo): Likewise.
1860
1861         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
1862
1863         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
1864         examining result of _IO_do_flush call.
1865
1866         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
1867         Use prec not spec when sizing buffers.
1868
1869         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
1870         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
1871         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
1872         * stdio-common/vfscanf.c (inchar): Likewise.
1873         * misc/efgcvt_r.c (fcvt_r): Likewise.
1874         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
1875         * elf/readlib.c (process_file): Likewise.
1876         * elf/sprof.c (load_profdata): Likewise.
1877         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
1878         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
1879         * locale/programs/charmap.c (charmap_read): Likewise.
1880         * libio/fileops.c: Likewise.
1881         * libio/fmemopen.c: Likewise.
1882         * stdlib/strtod.c: Likewise.
1883         * elf/dl-load.c: Likewise.
1884         * iconv/iconvconfig.c: Likewise.
1885         * iconv/iconv_prog.c (process_block): Likewise.
1886         * elf/rtld.c (dl_main): Likewise.
1887
1888         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
1889         macro to calm down the compiler.
1890
1891         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
1892
1893         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
1894
1895         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
1896         placement of errno definition.
1897         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
1898         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
1899         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
1900         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1901         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1902
1903         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
1904         from 1024 to 65536, to avoid buffer overrun.
1905
1906 2002-08-16  Paul Eggert  <eggert@twinsun.com>
1907
1908         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
1909         from 1024 to 65536, to avoid buffer overrun.
1910         * resolv/res_query.c (MAXPACKET): Likewise.
1911
1912 2002-08-24  Andreas Jaeger  <aj@suse.de>
1913
1914         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
1915
1916 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
1917
1918         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
1919         two52 locally.
1920         (log2): Likewise.
1921         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
1922         Patch by Simon Gee <simong@agile.tv>.
1923
1924         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
1925         Prefer reading /proc/stat since it is more uniform across
1926         architectures.
1927
1928         * manual/texinfo.tex: Update to latest official version.
1929
1930         * sysvipc/sys/shm.h: Remove SHMLBA definition.
1931         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
1932         * sysdeps/gnu/bits/shm.h: Likewise.
1933         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
1934         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
1935         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
1936         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
1937         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1938         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
1939         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
1940         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
1941         since this is what the kernel says.
1942
1943         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
1944         since ssize_t is needed as well.  Replace const with __const.
1945
1946 2002-08-23  Roland McGrath  <roland@redhat.com>
1947
1948         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
1949         __malloc_hook, __realloc_hook, __memalign_hook,
1950         __after_morecore_hook): Variable definitions moved to ...
1951         * malloc/malloc.c: ... here, so as to be before all references.
1952
1953         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
1954         global variable reference in an unused asm parameter, to ensure the
1955         compiler has set up the GOT register before we use it.
1956
1957         * malloc/hooks.c: Move variable definitions ahead of uses.
1958         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
1959         initializers that make reference to variables they define.
1960
1961 2002-08-23  Andreas Jaeger  <aj@suse.de>
1962
1963         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
1964         alloca, free, qsort.
1965
1966         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
1967
1968         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
1969         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1970
1971         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
1972         <hch@lst.de>.
1973         * sysdeps/generic/fgetxattr.c: New file.
1974         * sysdeps/generic/flistxattr.c: New file.
1975         * sysdeps/generic/fremovexattr.c: New file.
1976         * sysdeps/generic/fsetxattr.c: New file.
1977         * sysdeps/generic/getxattr.c: New file.
1978         * sysdeps/generic/listxattr.c: New file.
1979         * sysdeps/generic/lgetxattr.c: New file.
1980         * sysdeps/generic/llistxattr.c: New file.
1981         * sysdeps/generic/lremovexattr.c: New file.
1982         * sysdeps/generic/lsetxattr.c: New file.
1983         * sysdeps/generic/removexattr.c: New file.
1984         * sysdeps/generic/setxattr.c: New file.
1985         * misc/Makefile (headers): Add sys/xattr.h.
1986         (routines): Add *xattr calls.
1987         * misc/Versions: Add *xattr calls with version 2.3.
1988         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
1989         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1990         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1991         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1992         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1993         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1994         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1995         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1996
1997 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
1998
1999         * sysdeps/powerpc/elf/libc-start.c
2000         (__cache_line_size): Declare.
2001         (__aux_init_cache): New function.
2002         (__libc_start_main): Change type of `auxvec' parameter to
2003         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
2004         __aux_init_cache.
2005         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2006         (__cache_line_size): Declare.
2007         (__aux_init_cache): New function.
2008         (DL_PLATFORM_INIT): Define.
2009         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
2010         value to select the correct stride for dcbz.
2011
2012 2002-08-22  Andreas Jaeger  <aj@suse.de>
2013
2014         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
2015         shmat.
2016
2017 2002-08-22  Roland McGrath  <roland@redhat.com>
2018
2019         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
2020         position indicated by locrectab against file bounds before rounding to
2021         page size.  In mapping loop, always set TO before breaking out of
2022         contiguous range coalescing loop.
2023
2024         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
2025         (or MAP_COPY if available) instead of MAP_SHARED.
2026
2027         * scripts/firstversions.awk: When encountering a version newer than
2028         the specified earliest version, be sure to emit the specified earliest
2029         version first if any renaming of an older version to that has been.
2030
2031 2002-08-21  Roland McGrath  <roland@redhat.com>
2032
2033         * configure.in: Make GCC version check require 3.[2-9]* and no others.
2034         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
2035         (Configuring and compiling): Don't mention older GCC versions any more.
2036         * INSTALL: Regenerated.
2037
2038         * manual/install.texi (Configuring and compiling, Installation,
2039         Running make install, Linux): Linux -> GNU/Linux where appropriate.
2040
2041         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
2042         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
2043         and with noinline otherwise.  Remove hack alloca use to prevent
2044         inlining, we can ask for it explicitly nowadays.
2045
2046         * dlfcn/bug-dlsym1.c: New file.
2047         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
2048         * dlfcn/Makefile (distribute): Add them.
2049         (tests): Add bug-dlsym1 here.
2050         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
2051         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
2052         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
2053
2054 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
2055
2056         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
2057         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
2058         before relocation.
2059         (_dl_start): Don't use local bootstrap_map variable if
2060         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
2061         pass bootstrap_map to _dl_start_final in this case either.  Don't
2062         pass start_time to _dl_start_final ever.
2063         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
2064
2065         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
2066         This cripples the scope lists necessary to search for symbols in
2067         dependencies which are not in the global scope.
2068
2069         * include/setjmp.h (__libc_longjmp): Add declaration.
2070
2071 2002-08-21  Andreas Jaeger  <aj@suse.de>
2072
2073         * sysdeps/x86_64/_mcount.S: Fix assembler.
2074
2075         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
2076         with biarch support.
2077
2078 2002-08-21  Andreas Jaeger  <aj@suse.de>
2079
2080         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
2081
2082         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
2083
2084         * sysdeps/x86_64/machine-gmon.h: New file.
2085         * sysdeps/x86_64/_mcount.S: New file.
2086
2087 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2088
2089         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
2090         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
2091         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
2092         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
2093         to TL_INIT_TP.  Otherwise pass 1.
2094         * include/link.h (struct link_map): Add l_tls_tp_initialized.
2095         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
2096
2097 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2098
2099         * locale/programs/localedef.c (add_to_readlist): Error about
2100         circular dependencies only if the locale in question hasn't
2101         been finished.
2102         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
2103         CTYPE_LOCALE to load_locale.
2104         * locale/programs/locfile.c (locfile_read): Don't include
2105         unneeded but available locales in locale_mask.
2106
2107         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
2108         print any messages about enlarging archive.
2109
2110 2002-08-20  Brian Youmans  <3diff@gnu.org>
2111
2112         * manual/contrib.texi: Removed licenses, added acknowledgements
2113         for contributions by Intel, IBM, Craig Metz.
2114         * LICENSES: New file, contains the text of all non-FSF licenses in the
2115         distribution that require putting the notice in the accompanying
2116         documentation.
2117         * README.template, README: Mention LICENSES.
2118
2119         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
2120         new one modelled on the modern BSD license, per recent letter
2121         of permission from CMU.
2122         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
2123
2124         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
2125         from IBM to FSF, per the recent Software Letter.  Changed the
2126         distribution terms from GPL to LGPL.
2127
2128         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
2129         copying permission notice (Lesser GPL), per recent IBM Software Letter.
2130         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2131         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2132         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2133         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2134         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2135         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2136         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2137         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2138
2139         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
2140         from IBM to FSF, per the recent Software Letter.  Corrected the
2141         text of the copying permission notice to say Lesser GPL instead
2142         of GPL in warranty disclaimer paragraph.
2143         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2144         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2145         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2146         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2147         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2148         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2149         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2150         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2151         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2152         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2153         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2154         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2155         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2156         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2157         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2158         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2159         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2160         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2161         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2162         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2163         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2164
2165         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
2166         permission notice to say Lesser GPL instead of GPL in warranty
2167         disclaimer paragraph.
2168         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2169         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2170         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2171         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2172         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2173         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2174         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2175         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2176         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2177         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2178         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2179         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2180         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2181         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2182         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2183         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2184         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2185         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2186         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2187         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2188         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2189         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2190         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
2191
2192 2002-08-20  Roland McGrath  <roland@redhat.com>
2193
2194         Fix ABI compatibility with libc compiled with old tools on powerpc.
2195         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2196         and Jack Howarth <howarth@bromo.med.uc.edu>.
2197         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
2198         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
2199         pass -DHAVE_DOT_HIDDEN for these files.
2200         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
2201         __floatdisf.
2202         * sysdeps/powerpc/divdi3.c: New file.
2203         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
2204         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
2205
2206 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
2207
2208         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
2209         partially overlapping mappings.  Remove unneeded (char *) casts.
2210         Never allow duplication of ranges in mapped areas.
2211
2212 2002-08-20  Roland McGrath  <roland@redhat.com>
2213
2214         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
2215         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
2216
2217 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2218
2219         * include/unistd.h: Don't hide _exit.
2220
2221         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
2222         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
2223         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
2224         argument 1 to TLS_INIT_TP.
2225         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2226
2227         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2228
2229         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2230         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2231         memory allocation to...
2232         (allocate_dtv): ...here.  New function.
2233         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2234         call allocate_dtv instead of _dl_allocate_tls_storage.
2235         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2236         (_dl_get_tls_static_info): New function.
2237         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2238         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2239
2240 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2241
2242         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2243         immediately if result == NULL.
2244
2245 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2246
2247         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2248
2249 2002-08-18  Roland McGrath  <roland@frob.com>
2250
2251         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
2252         instead of __file_name_split.
2253         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
2254
2255         * sysdeps/mach/hurd/dl-sysdep.c
2256         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
2257         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
2258
2259 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2260
2261         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
2262         in change before last: MAX -> MIN.
2263
2264 2002-08-15  Roland McGrath  <roland@redhat.com>
2265
2266         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
2267         if seek would go past it.
2268         (mmap_remap_check): If file position is at or past EOF after check,
2269         leave read pointers at EOF and don't seek.
2270
2271         * libio/tst-mmap-offend.c: New file.
2272         * libio/Makefile (tests): Add it.
2273
2274         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
2275         the name as passed, rather than the name in the archive dictionary.
2276
2277 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
2278
2279         * csu/Makefile: Define elide-routines.os not static-only-routines.
2280
2281         * include/sched.h (__clone): Add varargs at the end.
2282
2283         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
2284         case.
2285         (TLS_INIT_HELPER): If defined, use it.
2286         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2287
2288 2002-08-15  Roland McGrath  <roland@redhat.com>
2289
2290         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
2291         on L->l_prev; it can happen under rtld --verify too.
2292
2293         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
2294         header separately, just map an initial window of 2MB from the file
2295         and remap if that is not large enough to cover the whole header.
2296
2297 2002-08-15  Andreas Jaeger  <aj@suse.de>
2298
2299         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
2300         version 2.3.
2301         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2302         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2303         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2304         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2305         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2306         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2307         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2308         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2309         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
2310         Patch by Andreas Gruenbacher <agruen@suse.de>.
2311
2312         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
2313
2314 2002-08-14  Roland McGrath  <roland@redhat.com>
2315
2316         * locale/locarchive.h (struct locale_category_data): Give this name to
2317         the type of locale_data_t's elements.
2318         * locale/programs/locarchive.c (cmpcategorysize): New static function.
2319         (add_locale): Use that to sort the categories by size and put all
2320         those that fit into two pages into the LC_ALL block, instead of
2321         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
2322         (show_archive_content): Detect categories inside LC_ALL block
2323         directly, instead of hard-coding.
2324         (oldlocrecentcmp): Compare just on file locations used.
2325
2326 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
2327
2328         * locale/programs/locarchive.c (struct oldlocrecent): New type.
2329         (oldlocrecentcmp): New function.
2330         (enlarge_archive): Re-add locales in the order they were added
2331         to the archive.
2332         (add_locale): Put all the small locale files together, if the small
2333         locale file block would occupy less pages if page size aligned, align
2334         it.
2335         (show_archive_content): Adjust for locale archives optimized for speed.
2336
2337 2002-08-14  Roland McGrath  <roland@frob.com>
2338
2339         * configure.in: Use "MISSING" as not-found value for MIG.
2340         * sysdeps/mach/configure.in: Fatal if mig not found.
2341         * configure, sysdeps/mach/configure: Regenerated.
2342
2343 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2344
2345         * locale/loadarchive.c (archfname): Add missing slash.
2346
2347         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
2348         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
2349
2350 2002-08-12  Roland McGrath  <roland@redhat.com>
2351
2352         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
2353         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
2354         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
2355         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
2356         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
2357         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
2358         * sysdeps/generic/waitpid.c: Likewise.
2359
2360         * include/net/if.h: New file.  Use libc_hidden_proto
2361         for if_nametoindex and if_indextoname.
2362         * sysdeps/generic/if_index.c: Add libc_hidden_def.
2363         * sysdeps/mach/hurd/if_index.c: Likewise.
2364         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2365
2366         * include/grp.h (setgroups): Add libc_hidden_proto.
2367         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
2368         * sysdeps/mach/hurd/setgroups.c: Likewise.
2369         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
2370         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2371
2372 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2373
2374         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
2375         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
2376         * sysdeps/generic/setegid.c (setegid): Likewise.
2377         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
2378         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
2379         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
2380         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
2381         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
2382         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
2383         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
2384         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
2385         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
2386         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
2387         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
2388         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
2389         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
2390
2391         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
2392         __lxstat_internal, __lxstat64_internal): Remove.
2393         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
2394         Add hidden_proto.
2395         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
2396         Remove INTDEF where present, remove #undef at the beginning.
2397         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
2398         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
2399         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
2400         * sysdeps/generic/xstat.c (__xstat): Likewise.
2401         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
2402         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
2403         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
2404         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
2405         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
2406         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
2407         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
2408         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
2409         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
2410         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
2411         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
2412         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
2413         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
2414         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
2415         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
2416         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
2417         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
2418         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
2419         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
2420         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
2421         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
2422         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
2423         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
2424         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
2425         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
2426         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
2427         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
2428         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
2429         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
2430         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
2431         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
2432         * sysdeps/unix/xstat.c (__xstat): Likewise.
2433
2434         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
2435         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
2436         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
2437         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
2438         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
2439         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
2440         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
2441
2442         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
2443         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
2444         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
2445         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
2446         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
2447         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
2448         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
2449         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
2450         Likewise.
2451         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
2452         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
2453         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
2454         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
2455         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
2456         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
2457         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
2458         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
2459
2460         * include/string.h (strcoll): Add libc_hidden_proto.
2461         * string/strcoll.c (strcoll): Add libc_hidden_def.
2462
2463         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
2464
2465 2002-08-11  Philip Blundell  <philb@gnu.org>
2466
2467         * sysdeps/arm/Makefile: New file.
2468
2469 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2470
2471         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
2472         by another '|', end of regex or enclosing ')', clear branch.
2473         * posix/bug-regex9.c: New test.
2474         * posix/Makefile (tests): Add bug-regex9.
2475
2476 2002-08-12  Roland McGrath  <roland@redhat.com>
2477
2478         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
2479         start count condition, use TOTAL instead of variable that was never
2480         set.  Fix outer loop termination condition to TOTAL >= after update.
2481
2482         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
2483         dl_tls_static_align and dl_tls_static_nelem.
2484
2485 2002-08-11  Roland McGrath  <roland@redhat.com>
2486
2487         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
2488         of the TLS macros, otherwise the compiler might not have initialized
2489         the PIC register yet when we use the PLT via asm.
2490         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2491         * elf/tst-tlsmod2.c (in_dso): Likewise.
2492
2493         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
2494
2495         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
2496         Evaluate argument exactly once.  Remove __volatile__ from asm's.
2497
2498         * include/unistd.h: Use libc_hidden_proto for getdomainname
2499         and getlogin_r.
2500         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
2501         * sysdeps/mach/hurd/getdomain.c: Likewise.
2502         * sysdeps/unix/getlogin_r.c: Likewise.
2503         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
2504         * sysdeps/generic/getlogin_r.c: Likewise.
2505
2506         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
2507         * sunrpc/rtime.c: Add libc_hidden_def.
2508
2509         * include/string.h: Use libc_hidden_proto for basename.
2510         * string/basename.c [_LIBC]: Add libc_hidden_def.
2511
2512         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
2513
2514         * locale/loadarchive.c: munmap -> __munmap throughout.
2515
2516         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
2517         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
2518         * sysdeps/generic/gai_strerror.c: Likewise.
2519
2520         * include/sys/errno.h: New file.
2521
2522         * include/signal.h: No libc_hidden_proto for raise,
2523         __libc_current_sigrtmin, __libc_current_sigrtmax.
2524         These need to be overridden by linuxthreads.
2525         * sysdeps/posix/raise.c: Reverted.
2526         * sysdeps/generic/raise.c: Reverted.
2527         * signal/allocrtsig.c: Reverted.
2528
2529         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
2530
2531 2002-08-10  Roland McGrath  <roland@redhat.com>
2532
2533         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
2534         * locale/localeinfo.h: Declare it.
2535         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
2536         current locale if it's not in the file list.
2537         Call _nl_archive_subfreeres.
2538
2539 2002-08-10  Andreas Jaeger  <aj@suse.de>
2540
2541         * sysdeps/i386/strchr.S: Add comment.
2542
2543 2002-08-10  Roland McGrath  <roland@redhat.com>
2544
2545         * include/wchar.h (putwc): Use libc_hidden_proto.
2546         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
2547         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
2548         * stdio-common/dprintf.c: Add libc_hidden_def.
2549         * stdio-common/fprintf.c: Likewise.
2550         * stdio-common/sprintf.c: Likewise.
2551         * stdio-common/sscanf.c: Likewise.
2552         * libio/iofwrite.c: Likewise.
2553         * libio/memstream.c: Likewise.
2554         * libio/putwc.c: Likewise.
2555         * stdio-common/perror.c: Likewise.
2556         * sysdeps/posix/remove.c: Likewise.
2557         * sysdeps/generic/remove.c: Likewise.
2558         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
2559         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
2560
2561 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
2562
2563         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2564         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
2565         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2566         towlower, towupper): Add libc_hidden_weak.
2567
2568         * include/bits/dlfcn.h: New file.
2569         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2570
2571         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2572         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2573         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2574         * include/pwd.h (_nss_files_parse_pwent): Likewise.
2575         * include/shadow.h (_nss_files_parse_spent): Likewise.
2576         * include/netdb.h (_nss_files_parse_protoent,
2577         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2578         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2579         (LINE_PARSER): Use it.
2580         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2581         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2582
2583         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2584         #endif.
2585
2586         * manual/debug.texi (%MENU%): Remove trailing dot.
2587         Reported by <hayastan132@hotmail.com>.
2588
2589         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2590         aliases.
2591         (lseek): Dummy.
2592         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2593         Likewise.
2594
2595 2002-08-09  Roland McGrath  <roland@redhat.com>
2596
2597         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2598         name to find codeset name (if any) and normalize it.  If the
2599         normalized name differs, look up only that in the archive.
2600         * locale/programs/locarchive.c (add_locale_to_archive): If the name
2601         contains a codeset, normalize the codeset store only the normalized
2602         name in the archive.  If not, add an alias containing the locale's
2603         normalized codeset name.  Apply codeset name normalization when
2604         matching entries in the alias file.
2605
2606         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2607         decrement HEAD->namehash_used here.
2608         (add_locale): Only need to insert name string when name_offset != 0.
2609
2610         * locale/programs/localedef.c (options): Add -A/--alias-file.
2611         (alias_file): New variable.
2612         (parse_opt): Grok -A, set that.
2613         * locale/programs/localedef.h: Declare it.
2614
2615         * locale/locarchive.h (struct locrecent): Add `refs' member.
2616         * locale/programs/locarchive.c (insert_name): New function, broken out
2617         of ...
2618         (add_locale_to_archive): ... here.  Call that.
2619         (add_alias): New function.
2620         (add_locale): New static function, add_locale_to_archive renamed.
2621         (add_locale_to_archive): Call that and use add_alias to add an alias
2622         for the name with codeset if the given name lacks it.
2623         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2624
2625         * locale/Makefile (routines): Add loadarchive.
2626         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2627         (_nl_load_locale_from_archive): New function.
2628         * locale/localeinfo.h: Declare it.
2629         * locale/findlocale.c (_nl_find_locale): If using default locale path,
2630         try _nl_load_locale_from_archive first.
2631
2632         * locale/loadlocale.c (_nl_intern_locale_data): New function,
2633         broken out of _nl_load_locale.
2634         (_nl_load_locale): Call that.
2635         * locale/localeinfo.h: Declare it.
2636         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2637         (struct locale_data): Remove unused member `options'.
2638         * locale/findlocale.c (_nl_remove_locale): Update uses.
2639         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2640         * locale/C-collate.c: Update initializer.
2641         * locale/C-identification.c: Likewise.
2642         * locale/C-measurement.c: Likewise.
2643         * locale/C-telephone.c: Likewise.
2644         * locale/C-address.c: Likewise.
2645         * locale/C-name.c: Likewise.
2646         * locale/C-paper.c: Likewise.
2647         * locale/C-time.c: Likewise.
2648         * locale/C-numeric.c: Likewise.
2649         * locale/C-monetary.c: Likewise.
2650         * locale/C-messages.c : Likewise.
2651         * locale/C-ctype.c: Likewise.
2652
2653         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2654         use CHAR_BIT instead of BITSPERBYTE.
2655
2656         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
2657         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
2658         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
2659         (_nl_remove_locale): Likewise.
2660         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2661
2662         * locale/findlocale.c (_nl_default_locale_path): New variable.
2663         (_nl_find_locale): If LOCALE_PATH is null, default to that.
2664         * locale/localeinfo.h: Declare it.
2665         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
2666         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
2667         * locale/newlocale.c (__newlocale): Likewise.
2668
2669         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
2670         * inet/rexec.c (rexec_af): Add libc_hidden_def.
2671         * sysdeps/generic/morecore.c: Likewise.
2672         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
2673         (__libc_current_sigrtmax): Likewise.
2674
2675 2002-08-08  Roland McGrath  <roland@redhat.com>
2676
2677         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
2678         * catgets/open_catalog.c (__open_catalog): Likewise.
2679
2680         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
2681         from typo INITIAL_NUM_NANES.
2682         (create_archive): Update use.
2683
2684 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2685
2686         * sysdeps/unix/sysv/linux/sigwait.c: New file.
2687
2688 2002-08-08  Roland McGrath  <roland@frob.com>
2689
2690         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
2691
2692 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2693
2694         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
2695         else and undefine after including wcstol_l.c.
2696         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
2697
2698 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2699
2700         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
2701
2702 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
2703
2704         * configure.in: Make the test for broken_alias_attribute stricter.
2705
2706 2002-05-24  Robert Love  <rml@tech9.net>
2707
2708         * posix/Makefile (routines): Add sched_getaffinity and
2709         sched_setaffinity.
2710         * posix/sched.h: Add declarations for sched_getaffinity and
2711         sched_setaffinity.
2712         * sysdeps/generic/sched_getaffinity.c: New file.
2713         * sysdeps/generic/sched_setaffinity.c: New file.
2714         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
2715         sched_setaffinity.
2716
2717 2002-08-06  Andreas Schwab  <schwab@suse.de>
2718
2719         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
2720
2721 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2722
2723         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
2724         message.
2725
2726         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
2727         It is known to be defined.
2728
2729         * include/string.h: Define index and rindex only if _ISOMAC is not
2730         defined.
2731
2732         * elf/rtld.c: Include <errno.h>.
2733         * sysdeps/generic/libc-tls.c: Likewise.
2734
2735 2002-08-07  Roland McGrath  <roland@redhat.com>
2736
2737         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
2738         it internally.
2739         (precsize_aton): Likewise.
2740
2741         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
2742         the static symbols added in the last change (doofus is me).
2743
2744         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
2745         loop to notice missing categories in a composite name.
2746
2747         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
2748         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
2749         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
2750         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
2751
2752 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2753
2754         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2755
2756 2002-08-07  Roland McGrath  <roland@redhat.com>
2757
2758         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
2759         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
2760         Reported by Jakub Jelinek  <jakub@redhat.com>.
2761
2762 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2763
2764         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
2765         division.
2766
2767 2002-08-06  Roland McGrath  <roland@redhat.com>
2768
2769         * include/getopt.h: Put private decls inside [_GETOPT_H].
2770         Use libc_hidden_proto for getopt_long, getopt_long_only.
2771         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
2772         Add libc_hidden_def.
2773
2774         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
2775         Define as a macro for __dl_iterate_phdr.
2776
2777         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
2778         made static.  Add __ name as a strong alias.
2779         (internal_endnetgrent): Likewise.
2780         (internal_getnetgrent_r): Likewise.
2781
2782         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
2783         with no __ prefix.
2784         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
2785         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
2786         all *_l functions with no __ prefix.
2787         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
2788         * ctype/ctype_l.c: Likewise.
2789         * locale/nl_langinfo.c: Likewise.
2790         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
2791         * stdlib/stdlib.h [__USE_GNU]: Likewise.
2792         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
2793         * wctype/wctype.h [__USE_GNU]: Likewise.
2794         * string/strcoll_l.c (strcoll_l): Define as weak alias.
2795         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
2796         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
2797         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
2798         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
2799         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
2800         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
2801         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
2802         (__wcscasecmp_l): Add libc_hidden_def.
2803         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
2804         (__wcsncasecmp_l): Add libc_hidden_def.
2805         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
2806         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
2807         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
2808         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
2809         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
2810         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
2811         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
2812         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
2813         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
2814         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
2815         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
2816         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
2817         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
2818         * wctype/wctype_l.c (wctype_l) Define as weak alias.
2819
2820 2002-08-05  Roland McGrath  <roland@redhat.com>
2821
2822         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
2823         netname2user, host2netname, user2netname, key_gendes.
2824         * sunrpc/netname.c: Add libc_hidden_def.
2825         * sunrpc/key_call.c: Likewise.
2826
2827         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
2828         freeaddrinfo.
2829         * inet/getnameinfo.c: Add libc_hidden_def.
2830         * sysdeps/generic/getaddrinfo.c: Likewise.
2831         * sysdeps/posix/getaddrinfo.c: Likewise.
2832
2833         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
2834         * wcsmbs/wmemchr.c: Add libc_hidden_def.
2835         * wcsmbs/wmemset.c: Add libc_hidden_def.
2836
2837         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
2838         (index, rindex): Define as macros for strchr, strrchr.
2839
2840         * string/envz.c (envz_strip): index -> strchr
2841
2842         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
2843         * sunrpc/rpc_prot.c: Add libc_hidden_def.
2844
2845         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
2846         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
2847
2848         * include/stdlib.h: Use libc_hidden_proto for wctomb.
2849         * stdlib/wctomb.c: Add libc_hidden_def.
2850
2851         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
2852         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
2853         * resolv/herror.c: Likewise.
2854         * inet/rcmd.c: Add libc_hidden_def.
2855         * inet/ruserpass.c: Likewise.
2856         * inet/getnetgrent_r.c: Likewise.
2857
2858         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
2859         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
2860         for svcerr_auth, svcerr_noprog, svcerr_progvers.
2861         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
2862         libc_hidden_def.
2863         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
2864         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
2865
2866         * sysdeps/posix/system.c (do_system): New function, guts broken out of
2867         __libc_system.
2868         (__libc_system): Call it, putting just the line == NULL test here.
2869
2870         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
2871         variables work right.
2872
2873         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
2874         * elf/dl-close.c (_dl_close): Likewise.
2875
2876         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
2877         in6addr_any, in6addr_loopback.  Remove decls for
2878         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
2879         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
2880         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
2881         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
2882         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
2883         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
2884         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
2885         in6addr_loopback.
2886         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
2887
2888         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
2889         ether_aton_r.
2890         * inet/ether_aton_r.c: Add libc_hidden_def.
2891         * inet/ether_ntoa_r.c: Likewise.
2892
2893         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
2894         xprt_unregister.
2895         * sunrpc/svc.c: Add libc_hidden_def.
2896         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
2897         pmap_set, pmap_unset.
2898         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
2899         * sunrpc/pm_getport.c: Likewise.
2900         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
2901         * sunrpc/publickey.c: Add libc_hidden_def.
2902
2903 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2904
2905         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
2906         the other memset call in this function.
2907
2908         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
2909         at correct index.  Clear BSS region now that memalign is used.
2910
2911 2002-08-05  Roland McGrath  <roland@redhat.com>
2912
2913         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
2914         * sysdeps/generic/uname.c: Add libc_hidden_def.
2915         * sysdeps/mach/hurd/uname.c: Likewise.
2916
2917 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
2918
2919         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
2920         wcspbrk): Add libc_hidden_proto.
2921         * time/strftime.c (my_strftime): Add libc_hidden_def.
2922         (strftime): Remove libc_hidden_def.
2923         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
2924         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
2925         * wcsmbs/wcsspn.c (wcsspn): Likewise.
2926         * wcsmbs/wcscmp.c (wcscmp): Likewise.
2927         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
2928         * wcsmbs/wcscoll.c (wcscoll): Likewise.
2929
2930         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
2931         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2932         __rpc_thread_createerr): Add libc_hidden_proto.
2933         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
2934         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2935         __rpc_thread_createerr): Add libc_hidden_def.
2936
2937         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
2938         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
2939         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
2940         clnt_perror, clnt_sperror): Add libc_hidden_def.
2941         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
2942
2943         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
2944         libc_hidden_proto.
2945         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
2946         * sunrpc/des_soft.c (des_setparity): Likewise.
2947
2948         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
2949         Add libc_hidden_proto.
2950         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
2951         Add libc_hidden_def.
2952
2953 2002-08-05  Roland McGrath  <roland@redhat.com>
2954
2955         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
2956         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
2957         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
2958         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
2959         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
2960         old data, abandoning the original memory allocated by rtld at startup,
2961         instead of calling realloc normally.
2962
2963 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2964
2965         * po/fr.po: Update from translation team.
2966
2967 2002-08-04  Roland McGrath  <roland@redhat.com>
2968
2969         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
2970         then generate a dummy module under the given name, obeying the
2971         normal rules for the "caller" field.
2972
2973         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
2974         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
2975
2976         * include/pthread.h: Don't declare __pthread_initialize_minimal as
2977         weak here; we declare it weak or strong in the one place we use it.
2978         * sysdeps/generic/libc-start.c: ... which is here.
2979         Don't make the decl weak if [USE_TLS], since static programs need TLS
2980         setup even when single-threaded.
2981
2982         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
2983
2984         * elf/Makefile (test-srcs): Add $(modules-names) to it.
2985         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
2986         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
2987         all these variables.
2988
2989 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2990
2991         * include/stdio.h: Don't define macro magic to redirect function
2992         calls if _ISOMAC is defined.
2993
2994         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
2995         ldouble asin tests.
2996
2997 2002-08-04  Roland McGrath  <roland@redhat.com>
2998
2999         * stdlib/lrand48_r.c: Add libc_hidden_def.
3000
3001         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
3002         TCB with __libc_memalign instead of mmap.
3003         (_dl_deallocate_tls): Free it with free instead of munmap.
3004
3005         * Makerules (cpp-srcs-left): When setting this to run
3006         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
3007         words.  Combine the two loops into one on the concatenated list,
3008         including those as well as $(test-srcs).
3009
3010         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
3011         since we align here with optimally minimal waste anyway.
3012         (malloc): Just call that.
3013
3014         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
3015         the right variable.
3016
3017         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
3018         to compute memory location for l_tls_initimage.
3019         * elf/rtld.c (_dl_start): Likewise.
3020         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3021
3022         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
3023         because the .d file is generated in the non-shared case and
3024         so fails to catch them otherwise.
3025
3026         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
3027         split out of _dl_allocate_tls.
3028         (_dl_allocate_tls_init): Likewise.
3029         (_dl_allocate_tls): Call those.
3030         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
3031         * elf/rtld.c (dl_main): Call them separately instead of calling
3032         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
3033         is finished, so that the initializer data has been relocated before we
3034         copy it into the main thread's TLS block.
3035
3036         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
3037         loop conditions, prevented the last used module from being initialized.
3038
3039 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3040
3041         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
3042         if glob resp. globfree are not macros.
3043         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
3044         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
3045         Add libc_hidden_ver.
3046         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
3047         libc_hidden_def.
3048         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
3049         instead of libc_hidden_weak.
3050         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
3051         libc_hidden_ver instead of libc_hidden_def.
3052         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
3053         libc_hidden_ver instead of libc_hidden_def.
3054         (wcstoll, wcstoq): Remove libc_hidden_weak.
3055         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
3056         libc_hidden_ver.
3057         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
3058         libc_hidden_ver.
3059         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
3060         libc_hidden_ver.
3061         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
3062         libc_hidden_ver.
3063
3064 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3065
3066         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
3067         to access _sys_siglist.
3068         * string/strsignal.c: Likewise.
3069         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
3070         * sysdeps/gnu/siglist.c: Likewise.
3071         * sysdeps/unix/siglist.c: Likewise.
3072         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
3073
3074         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
3075
3076         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
3077
3078         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
3079         alias and use it.
3080         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
3081
3082         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
3083         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
3084         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
3085
3086         * include/time.h: Add libc_hidden_proto for __gmtime_r.
3087         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
3088
3089         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
3090         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
3091         and __gconv_get_cache respectively.
3092         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
3093         defined static.  Change all users.
3094         (__gconv_get_cache): New function.
3095         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
3096         (__gconv_get_alias_db): New function.
3097         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
3098         (__conv_modules_db): Likewise.
3099         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
3100         and __gconv_get_alias_db.
3101         * iconv/iconv_prog.c: Use the new functions instead of accessing the
3102         variables.
3103
3104         * include/stdlib.h: Add prototype and libc_hidden_proto for
3105         __default_morecore.
3106         * sysdeps/generic/morecore.c: Include <stdlib.h>.
3107
3108         * malloc/obstack.c: Remove fputs macro.
3109
3110         * malloc/mtrace.c: Remove fopen macro.
3111
3112 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3113
3114         * manual/debug.texi: Fix spelling to programmatically.
3115         Reported by <hayastan132@hotmail.com>.
3116
3117 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3118
3119         * include/libio.h: Add libc_hidden_proto for __uflow.
3120         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
3121         fgetpos to _IO_* names.
3122         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
3123         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
3124         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
3125         putwc_unlocked, vswscanf.
3126         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
3127         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
3128         * libio/fseek.c: Likewise.
3129         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
3130         not fopencookie.
3131         * libio/genops.c (__uflow): Add libc_hidden_def.
3132         * libio/iofflush_u.c (fflush_unlocked): Likewise.
3133         * libio/iofgets_u.c (fgets_unlocked): Likewise.
3134         * libio/iofputs_u.c (fputs_unlocked): Likewise.
3135         * libio/iofputws_u.c (fputws_unlocked): Likewise.
3136         * libio/iofread_u.c (fread_unlocked): Likewise.
3137         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3138         * libio/iovswscanf.c (vswscanf): Likewise.
3139         * libio/putwc_u.c (putwc_unlocked): Likewise.
3140         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
3141         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
3142         * malloc/mtrace.c: Likewise.
3143
3144         * sunrpc/clnt_perr.c: Remove fputs macro.
3145         * sunrpc/svc_simple.c: Likewise.
3146         * sunrpc/svc_tcp.c: Likewise.
3147         * sunrpc/svc_udp.c: Likewise.
3148         * sunrpc/xdr_rec.c: Likewise.
3149         * sunrpc/xdr_ref.c: Likewise.
3150
3151         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
3152         iconv_prog, linereader, and charmap-dir.
3153         * locale/Makefile: Likewise for locale and charmap-dir.
3154         * malloc/Makefile: Likewise for memusagestat.
3155         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
3156         * sunrpc/Makefile: Likewise for rpc_main.
3157         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
3158         * timezone/Makefile: Likewise for zic.
3159
3160         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
3161
3162         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
3163         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
3164         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
3165         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
3166         _dl_close.
3167
3168         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
3169         __wunderflow.
3170         * libio/genops.c (__underflow): Add libc_hidden_def.
3171         * libio/wgenops.c (__wuflow): Likewise.
3172         (__wunderflow): Likewise.
3173
3174         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
3175         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
3176
3177         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
3178         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
3179
3180         * include/string.h: Add libc_hidden_proto for __strverscmp.
3181         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
3182
3183         * include/unistd.h: Add libc_hidden_proto for __sysconf.
3184         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
3185         * sysdeps/posix/sysconf.c: Likewise.
3186         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
3187         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
3188
3189         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
3190         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3191         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3192         __iswxdigit_l, __towlower_l, __towupper_l.
3193         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
3194         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
3195
3196         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
3197         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
3198         * sysdeps/mach/hurd/xmknod.c: Likewise.
3199         * sysdeps/unix/xmknod.c: Likewise.
3200         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
3201         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
3202         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
3203
3204         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
3205
3206 2002-08-03  Roland McGrath  <roland@redhat.com>
3207
3208         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
3209         setpriority.
3210         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
3211         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
3212         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
3213         * sysdeps/mach/hurd/setpriority.c: Likewise.
3214         * sysdeps/mach/hurd/getpriority.c: Likewise.
3215         * sysdeps/generic/setpriority.c: Likewise.
3216         * sysdeps/generic/getpriority.c: Likewise.
3217
3218         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
3219         * malloc/mcheck.c: Add libc_hidden_def.
3220
3221         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
3222         * misc/hsearch_r.c: Add libc_hidden_def.
3223
3224         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3225         * posix/fnmatch.c: Add libc_hidden_weak.
3226
3227         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3228         execl, execle, execlp, execvp, getpid, getsid.
3229         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3230         * sysdeps/unix/alarm.c: Likewise.
3231         * posix/confstr.c: Likewise.
3232         * posix/execvp.c: Likewise.
3233         * posix/execlp.c: Likewise.
3234         * posix/execle.c: Likewise.
3235         * posix/execl.c: Likewise.
3236         * sysdeps/generic/getsid.c: Likewise.
3237         * sysdeps/mach/hurd/getsid.c: Likewise.
3238         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3239         * sysdeps/mach/hurd/getpid.c: Likewise.
3240
3241         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3242         qecvt_r, qfcvt_r, lrand48_r.
3243         * misc/efgcvt_r.c: Add libc_hidden_def.
3244
3245         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3246         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
3247
3248         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
3249         * locale/nl_langinfo.c: Add libc_hidden_def.
3250
3251         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
3252         * sysdeps/generic/glob.c: Add libc_hidden_def.
3253         * sysdeps/generic/glob64.c: Likewise.
3254         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
3255
3256         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
3257
3258         * elf/Makefile (CFLAGS-vismod2.c): New variable.
3259
3260         * locale/setlocale.c (_nl_current_names): Variable moved ...
3261         * locale/localename.c (_nl_current_names): ... here, new file.
3262         Make it global, with attribute_hidden.
3263         * locale/localeinfo.h: Declare it.
3264         * locale/Makefile (aux): Add localename.
3265         * locale/localename.c (__current_locale_name): New function.
3266         * include/locale.h (__current_locale_name): Declare it.
3267         * intl/dcigettext.c (guess_category_value): Use that instead of
3268         calling setlocale.
3269
3270         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
3271         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
3272         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
3273         * locale/newlocale.c: Add alias to __ name.
3274         * locale/duplocale.c: Likewise.
3275         * locale/freelocale.c: Likewise.
3276         * locale/uselocale.c: New file.
3277         * locale/Makefile (routines): Add it.
3278         * locale/Versions (libc: GLIBC_2.3): New set.
3279         Add newlocale, duplocale, freelocale, uselocale.
3280         (libc: GLIBC_PRIVATE): Add __uselocale.
3281
3282         * locale/localeinfo.h [SHARED]
3283         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
3284         (_NL_CURRENT_DATA): Define using that.
3285         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
3286         (_NL_CURRENT_DEFINE): Define to empty.
3287         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
3288         conditionalized on this.
3289         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
3290         taking initializer of _nl_C_locobj.
3291         [SHARED] (_nl_global_locale): New variable, using that initializer.
3292         (_nl_C_locobj): Use new macro for initialzier.
3293         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
3294         [! SHARED] (CATEGORY_USED): New macro.
3295         [SHARED] (CATEGORY_USED, _nl_C): New macros.
3296         (setdata, setlocale): Use that macro instead of examining _nl_current.
3297         (setdata): Set the slot in _nl_global_locale.
3298         Conditionalize setting of _nl_current on [! SHARED].
3299         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
3300         declaration as an extern.
3301         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
3302
3303         * include/locale.h: Use libc_hidden_proto for setlocale.
3304         * locale/setlocale.c: Add libc_hidden_def.
3305
3306         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
3307
3308         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
3309         * misc/hsearch_r.c: Add libc_hidden_def.
3310         * misc/lsearch.c: Likewise.
3311
3312         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
3313         endttyent.
3314         * misc/getttyent.c: Add libc_hidden_def.
3315
3316         * include/mcheck.h: Use libc_hidden_proto for mcheck.
3317         * malloc/mcheck.c: Add libc_hidden_def.
3318
3319         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
3320         * include/argz.h: Use libc_hidden_proto for argz_delete.
3321         * string/argz-delete.c: Add libc_hidden_def.
3322         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
3323
3324         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
3325         HIDDEN_JUMPTARGET for _exit.
3326         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
3327         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
3328         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3329         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
3330
3331         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
3332         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
3333         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
3334         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
3335
3336         * include/stdlib.h: Use libc_hidden_proto for abort,
3337         __strtof_internal, __strtod_internal, __strtold_internal,
3338         __strtol_internal, __strtoll_internal, __strtoul_internal,
3339         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
3340         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
3341         __strtoul_l_internal, __strtoull_l_internal.
3342         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
3343         __wcstod_internal, __wcstold_internal, __wcstol_internal,
3344         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
3345         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
3346         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
3347         __wcsncasecmp_l.
3348         * sysdeps/generic/abort.c: Add libc_hidden_def.
3349         * stdlib/strtod.c: Likewise.
3350         * sysdeps/generic/strtol.c: Likewise.
3351         * sysdeps/wordsize-64/strtol.c: Likewise.
3352         * sysdeps/wordsize-64/wcstol.c: Likewise.
3353         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
3354
3355         * include/stdlib.h: Use libc_hidden_proto for qsort.
3356         * stdlib/msort.c: Add libc_hidden_def.
3357
3358         * include/utime.h: Use libc_hidden_proto for utime.
3359         * sysdeps/generic/utime.c: Add libc_hidden_def.
3360         * sysdeps/unix/utime.c: Likewise.
3361
3362         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
3363         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
3364         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3365         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
3366         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
3367
3368         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
3369         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
3370         and __libc_current_sigrtmax.
3371         * signal/sigismem.c: Add libc_hidden_def.
3372         * signal/sigfillset.c: Likewise.
3373         * signal/sigempty.c: Likewise.
3374         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
3375         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
3376         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
3377         * sysdeps/posix/raise.c: Likewise.
3378         * sysdeps/generic/raise.c: Likewise.
3379
3380 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3381
3382         * include/string.h: Use libc_hidden_proto for __stpcpy.
3383         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
3384         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
3385         * sysdeps/generic/stpcpy.c: Likewise.
3386         * sysdeps/i386/stpcpy.S: Likewise.
3387         * sysdeps/i386/i586/stpcpy.S: Likewise.
3388         * sysdeps/powerpc/stpcpy.S: Likewise.
3389         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
3390         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3391
3392         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
3393         __strncasecmp_l, __strdup, __strndup, __strerror_r.
3394         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
3395         libc_hidden_def.
3396         * string/strdup.c (__strdup): Likewise.
3397         * string/strndup.c (__strndup): Likewise.
3398         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
3399         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
3400
3401 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3402
3403         * include/libio.h: New file.
3404         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
3405         * libio/iolibio.h: #include <libio.h>, not "libio.h".
3406         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
3407         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
3408         * sysdeps/unix/common/syscalls.list: Likewise.
3409         * sysdeps/unix/inet/syscalls.list: Likewise.
3410         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
3411         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3412         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3413         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3414         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3415         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3416         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3417         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3418         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3419         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
3420         * sysdeps/unix/syscalls.list: Likewise.
3421
3422 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3423             Ulrich Drepper  <drepper@redhat.com>
3424
3425         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
3426         the arguments is big enough to cause an overflow.
3427
3428 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3429
3430         * assert/assert.c: Use hidden_def not INTDEF.
3431
3432 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3433
3434         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
3435         not defined.
3436
3437 2002-08-03  Roland McGrath  <roland@redhat.com>
3438
3439         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
3440         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
3441         verr, verrx.
3442         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
3443         * misc/syslog.c: Add libc_hidden_def.
3444         * misc/err.c: Likewise.
3445         * stdlib/exit.c: Likewise.
3446         * stdlib/bsearch.c: Likewise.
3447         * sysdeps/generic/getenv.c: Likewise.
3448
3449         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
3450
3451         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
3452         libc_hidden_weak for every system call symbol defined.
3453
3454         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
3455         timelocal, localtime, strftime.
3456         * time/asctime.c: Add libc_hidden_def.
3457         * time/mktime.c: Likewise.
3458         * time/localtime.c: Likewise.
3459         * time/strftime.c: Likewise.
3460         * time/strptime.c: Likewise.
3461         * sysdeps/generic/time.c: Likewise.
3462         * sysdeps/unix/time.c: Likewise.
3463         * sysdeps/unix/sysv/i386/time.S: Likewise.
3464         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
3465
3466         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
3467         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
3468         * resolv/inet_ntop.c: Likewise.
3469         * resolv/inet_pton.c: Likewise.
3470         * inet/inet_mkadr.c: Add libc_hidden_def.
3471         * inet/inet_netof.c: Likewise.
3472         * resolv/inet_addr.c: Likewise.
3473
3474         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
3475         clauses from conditionals for now.  Will have to be fixed later
3476         for older compilers.
3477
3478         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
3479
3480 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3481
3482         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
3483         broken alias attribute handling.
3484         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
3485
3486 2002-08-02  Roland McGrath  <roland@frob.com>
3487
3488         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
3489         since it sets the variables we use in a -D switch.
3490
3491 2002-08-02  Roland McGrath  <roland@redhat.com>
3492
3493         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
3494         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
3495         matches long int, not int.
3496
3497         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
3498         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
3499         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3500         * wctype/wctrans.c (wctrans): Likewise.
3501         * wctype/wctype.c (__wctype): Likewise.
3502         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
3503
3504 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3505
3506         * assert/assert.c (__assert_fail): Fix typo in comment.
3507
3508         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
3509         * sunrpc/rpc_thread.c: Define it without static.
3510         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
3511
3512 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3513
3514         * assert/assert.c (__assert_fail): Remove undef.
3515         Replace INTDEF with libc_hidden_def.
3516         * assert/__assert.c (__assert): Remove INTUSE.
3517         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
3518         libc_hidden_weak.
3519         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
3520         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
3521         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
3522         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
3523         libm_hiden_ver): Define.
3524         * include/assert.h (__assert_fail_internal): Remove.
3525         (__assert_fail): Add prototype.  Add hidden_proto.
3526         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
3527         libc_hidden_proto.
3528         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
3529         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
3530         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
3531         Add libc_hidden_proto.
3532         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
3533         __fcntl): Add libc_hidden_proto.  Remove macros.
3534         (__open_internal, __fcntl_internal): Remove.
3535         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
3536         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
3537         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
3538         libc_hiden_proto.
3539         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
3540         libc_hidden_def.
3541         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
3542         Add libc_hidden_def.
3543         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
3544         * sysdeps/generic/open.c (__open): Remove undef.
3545         Add libc_hidden_def.  Remove INTDEF.
3546         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
3547         Add libc_hidden_def.
3548         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
3549         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
3550         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
3551         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3552         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3553         (__libc_fcntl): Add libc_hidden_def.
3554         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
3555         (__open): Remove INTDEF2.  Add libc_hidden_weak.
3556         (__libc_open): Add libc_hidden_def.
3557         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
3558         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
3559         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3560         Add libc_hidden_def.
3561         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
3562         Add libc_hidden_def.
3563         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
3564         undef.
3565         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3566         (__libc_fcntl): Add libc_hidden_def.
3567         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3568         __getpgid_internal, __chown_internal): Remove.
3569         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3570         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3571         __GI___chown): Add.
3572         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3573         __getpid_internal, __open_internal, __write_internal): Remove.
3574         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3575         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3576         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3577         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3578         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3579         Replace INTDEF with libc_hidden_def.
3580         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3581         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3582         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3583         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3584         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3585         Add libc_hidden_proto.
3586         * include/sys/poll.h (__poll): Add libc_hidden_proto.
3587         * include/sys/select.h (__select): Likewise.
3588         * include/sys/socket.h (__send): Likewise.
3589         * include/sys/statfs.h (__statfs): Likewise.
3590         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3591         __getpid, __getpgid, __setpgid, __close, __read, __write,
3592         __getpagesize, __sbrk): Likewise.
3593         (__chown_internal, __dup2_internal, __getpid_internal,
3594         __getpgid_internal, __close_internal, __write_internal,
3595         __getpagesize_internal): Remove.
3596         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3597         Remove macros.
3598         * include/printf.h (__printf_fp): Add libc_hidden_proto.
3599         * include/sched.h (__sched_setscheduler): Likewise.
3600         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3601         * include/stdlib.h (__secure_getenv): Likewise.
3602         * include/signal.h (__sigaction, __sigsuspend): Likewise.
3603         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3604         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3605         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3606         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3607         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3608         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3609         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3610         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3611         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3612         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3613         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3614         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3615         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3616         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3617         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3618         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3619         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3620         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3621         * libio/genops.c (__overflow): Add libc_hidden_def.
3622         * libio/iovdprintf.c: Remove libio.h include.
3623         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3624         libc_hidden_weak): Define to nothing if not defined.
3625         (__overflow, __woverflow): Add libc_hidden_proto.
3626         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3627         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3628         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3629         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3630         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3631         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3632         and libc_hidden_def.
3633         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3634         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3635         (__getpgid): Add libc_hidden_proto.
3636         (__bsd_getpgrp): Remove INTUSE.
3637         * resolv/res_init.c (__res_ninit, __res_randomid): Add
3638         libc_hidden_def.
3639         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3640         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3641         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3642         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3643         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3644         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3645         __rpc_thread_createerr): Add libc_hidden_def.
3646         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3647         libc_hidden_def.
3648         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3649         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3650         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3651         * sysdeps/generic/chown.c (__chown): Likewise.
3652         * sysdeps/generic/close.c (__close): Likewise.
3653         * sysdeps/generic/dup2.c (__dup2): Likewise.
3654         * sysdeps/generic/pipe.c (__pipe): Likewise.
3655         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3656         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
3657         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
3658         * sysdeps/generic/read.c (__libc_read): Likewise.
3659         (__read): Add libc_hidden_weak.
3660         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
3661         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
3662         * sysdeps/generic/select.c (__select): Likewise.
3663         * sysdeps/generic/send.c (__send): Likewise.
3664         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
3665         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
3666         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
3667         * sysdeps/generic/statfs.c (__statfs): Likewise.
3668         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
3669         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
3670         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
3671         Remove undef and INTDEF.
3672         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
3673         * sysdeps/generic/getpid.c (__getpid): Likewise.
3674         * sysdeps/generic/write.c (__libc_write): Likewise.
3675         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3676         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
3677         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3678         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
3679         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
3680         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
3681         Remove undef and INTDEF.
3682         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
3683         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3684         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
3685         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
3686         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
3687         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3688         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
3689         (__pipe): Add libc_hidden_def.
3690         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
3691         libc_hidden_weak.
3692         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
3693         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
3694         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
3695         (__read): Add libc_hidden_weak.
3696         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
3697         (__libc_pwrite64): Add libc_hidden_def.
3698         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3699         * sysdeps/mach/hurd/select.c (__select): Likewise.
3700         * sysdeps/mach/hurd/send.c (__send): Likewise.
3701         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3702         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3703         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3704         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3705         * sysdeps/posix/dup2.c: Likewise.
3706         Remove undef and INTDEF.
3707         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
3708         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
3709         (__pwrite64): Add libc_hidden_weak.
3710         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
3711         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
3712         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
3713         * sysdeps/standalone/close.c (__close): Likewise.
3714         * sysdeps/standalone/write.c (__libc_write): Likewise.
3715         (__write): Add libc_hidden_weak.
3716         * sysdeps/standalone/read.c (__read): Likewise.
3717         (__libc_read): Add libc_hidden_def.
3718         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
3719         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
3720         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
3721         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
3722         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
3723         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
3724         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
3725         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
3726         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
3727         __GI___sigaction): Add.
3728         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
3729         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
3730         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
3731         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
3732         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
3733         __GI___setpgid): Add.
3734         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
3735         Remove undef and INTDEF.
3736         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
3737         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
3738         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
3739         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
3740         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
3741         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
3742         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
3743         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
3744         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
3745         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
3746         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
3747         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
3748         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
3749         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
3750         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
3751         __GI___statfs, __GI___send): Add.
3752         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
3753         libc_hidden_ver resp. libc_hidden_def.
3754         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
3755         libc_hidden_def.
3756         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
3757         Likewise.  Remove undef and INTDEF.
3758         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
3759         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
3760         __GI___statfs, __GI___send): Add.
3761         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
3762         libc_hidden_def.
3763         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
3764         Likewise.
3765         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
3766         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
3767         libc_hidden_ver resp. libc_hidden_def.
3768         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
3769         __GI___send): Add.
3770         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
3771         Add libc_hidden_weak.
3772         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
3773         Add libc_hidden_def.
3774         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
3775         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
3776         libc_hidden_weak.
3777         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
3778         resp. libc_hidden_def.
3779         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
3780         libc_hidden_weak.
3781         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
3782         INTDEF.
3783         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
3784         Likewise.  Remove undef.
3785         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
3786         libc_hidden_weak.
3787         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
3788         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
3789         libc_hidden_weak.
3790         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
3791         libc_hidden_def.
3792         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
3793         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
3794         Likewise.  Remove undef and INTDEF.
3795         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
3796         libc_hidden_def.
3797         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
3798         libc_hidden_weak.
3799         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
3800         libc_hidden_def.
3801         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
3802         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
3803         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
3804         libc_hidden_weak.
3805         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
3806         Add libc_hidden_def.
3807         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
3808         __GI___statfs): Add.
3809         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
3810         libc_hidden_weak.
3811         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
3812         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
3813         Remove undef and INTDEF.
3814         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
3815         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
3816         libc_hidden_def.
3817         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
3818         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
3819         libc_hidden_weak.
3820         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
3821         libc_hidden_def.
3822         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
3823         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
3824         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
3825         Add.
3826         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
3827         libc_hidden_def.  Remove undef and INTDEF.
3828         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
3829         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
3830         libc_hidden_def.
3831         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
3832         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
3833         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
3834         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
3835         Remove undef and INTDEF.
3836         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
3837         broken visibility attribute handling.
3838         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
3839
3840 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3841
3842         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
3843         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
3844
3845         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
3846         previous patch.
3847
3848 2002-06-29  Todd Fries  <todd@openbsd.org>
3849
3850         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
3851
3852 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3853
3854         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
3855
3856 2002-07-30  Roland McGrath  <roland@redhat.com>
3857
3858         * resolv/resolv.h (_res): Define macro unconditionally.
3859         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
3860         * include/resolv.h: ... here.
3861         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
3862         as a __thread variable.
3863         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
3864         a __thread variable instead of a global.
3865         * resolv/res_data.c [_LIBC]: Don't #undef _res.
3866
3867         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
3868         time we test it.
3869
3870         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
3871
3872         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
3873         decls of memset and memcpy.
3874
3875         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
3876         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
3877
3878         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
3879
3880         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
3881         (__libc_tsd_define): Define using __thread.
3882
3883         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
3884         (__rpc_thread_variables): Use __libc_tsd_get.
3885         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
3886         __rpc_thread_variables, which might allocate what we're about to free.
3887
3888         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
3889         thread-local variable.
3890         * resolv/netdb.h (h_errno): Define macro unconditionally.
3891         [_LIBC] (__set_h_errno): Macro moved to ...
3892         * include/netdb.h: ... here.
3893         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
3894         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
3895         [! _LIBC_REENTRANT]: #undef h_errno here.
3896
3897         * include/errno.h: Protect from multiple inclusion.
3898
3899         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
3900         before defining them, since Linux's <linux/posix_types.h> might have
3901         defined them.
3902
3903 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3904
3905         * malloc/malloc.c (public_cALLOc): Check for overflow on
3906         multiplication.
3907         * sunrpc/xdr_array.c (xdr_array): Likewise.
3908         * sunrpc/rpc/types.h (mem_free): Add comment.
3909         Patch by Solar Designer <solar@openwall.com>.
3910
3911 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3912
3913         * sysdeps/unix/sysv/linux/kernel-features.h
3914         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
3915
3916 2002-08-01  Roland McGrath  <roland@redhat.com>
3917
3918         * libio/fileops.c (_IO_file_sync_mmap): New function.
3919         (_IO_file_jumps_mmap): Use it.
3920         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
3921         repeat the stat check and resize the mapped buffer as necessary.
3922
3923 2002-07-31  Roland McGrath  <roland@redhat.com>
3924
3925         * libio/fileops.c (decide_maybe_mmap): New static function.
3926         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
3927         mmap the file contents.  Then switch the jump tables to the mmap
3928         tables if it worked, or the vanilla file tables if not.
3929         (_IO_file_underflow_maybe_mmap): New function.
3930         (_IO_file_seekoff_maybe_mmap): New function.
3931         (_IO_file_xsgetn_maybe_mmap): New function.
3932         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
3933         * libio/libioP.h: Declare those.
3934         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
3935         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
3936         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
3937         If the stream is read-only, set its jump tables to those new ones.
3938         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
3939         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
3940         We need the tables set before _IO_file_attach.
3941
3942         * libio/tst-mmap-eofsync.c: New file.
3943         * libio/tst-mmap-fflushsync.c: New file.
3944         * libio/bug-mmap-fflush.c: New file.
3945         * libio/tst-mmap2-eofsync.c: New file.
3946         * libio/Makefile (tests): Add them.
3947
3948         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
3949         _IO_file_underflow_mmap fails, it already set the appropriate bit.
3950
3951 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
3952
3953         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
3954         Declarations moved to <bits/sys_errlist.h>.  Include that file.
3955         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
3956         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
3957         declare sys_errlist and sys_nerr.
3958         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
3959         provide declarations.
3960
3961 2002-07-31  Roland McGrath  <roland@redhat.com>
3962
3963         * elf/rtld.c (dl_main): Fix typo in error message.
3964
3965 2002-07-31  Roland McGrath  <roland@frob.com>
3966
3967         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
3968         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
3969         sysdeps/mach/hurd/dl-sysdep.c change.
3970
3971 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
3972
3973         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
3974         -r`/build/include for kernel headers.
3975
3976         * po/fi.po: New file.
3977
3978 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
3979
3980         * configure.in (static_nss): Set to `yes' if --disable-shared.
3981
3982 2002-07-23  Bruno Haible  <bruno@clisp.org>
3983
3984         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
3985         is set.
3986
3987 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3988
3989         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
3990         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
3991         arguments.
3992
3993 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3994
3995         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
3996         alias.
3997
3998 2002-07-21  Bruno Haible  <bruno@clisp.org>
3999
4000         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
4001         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
4002         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
4003         trans_sysdep_tab_offset.
4004         (struct sysdep_segment): New type.
4005         (struct sysdep_string): New type.
4006         (SEGMENTS_END): New macro.
4007         * intl/gettextP.h (struct sysdep_string_desc): New type.
4008         (struct loaded_domain): New fields malloced, n_sysdep_strings,
4009         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
4010         orig_tab, trans_tab, hash_tab to const pointers because they point
4011         into read-only memory.
4012         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
4013         (PRI*): Define fallback values.
4014         (get_sysdep_segment_value): New function.
4015         (_nl_load_domain): Distinguish major and minor revision parts. Add
4016         support for minor revision 1 with system dependent strings.
4017         (_nl_unload_domain): Also free the 'malloced' field.
4018         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
4019         now done in loadmsgcat.c. Add support for system dependent strings.
4020
4021 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4022
4023         * posix/bug-regex7.c: New file.
4024         * posix/bug-regex8.c: New file.
4025         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
4026
4027 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4028
4029         * posix/bug-regex4.c (main): Fix typos.
4030         * posix/bug-regex6.c (main): Likewise.
4031
4032 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
4033
4034         * posix/bug-regex6.c (main): Fix warnings.
4035
4036         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
4037
4038         * iconv/iconv_prog.c (main): Improve error message for the cases
4039         where -t and/or -f parameter are missing.
4040
4041 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
4042
4043         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
4044         (re_search): Likewise.
4045         (re_match_2): Likewise.
4046         (re_search_2): Likewise.
4047         (re_search_stub): New function.
4048         (re_search_2_stub): New function.
4049         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
4050
4051 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
4052
4053         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
4054         (re_string_eoi): Use STOP instead of LEN.
4055         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
4056         (re_string_construct): Likewise.
4057         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
4058         * posix/regexec.c (re_search_internal): Add a new argument STOP
4059         so that it can handle the argument STOP of re_search_2 and re_match_2
4060         correctly.
4061         (regexec): Adapt to new I/F of re_search_internal.
4062         (re_search_stub): Likewise.
4063
4064 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
4065
4066         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
4067
4068         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
4069
4070         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
4071         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
4072         of __divdi3.
4073
4074         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
4075         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
4076         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
4077         alias for adjtimex syscall.
4078
4079         * elf/dl-minimal.c: Define __assert_fail_internal.
4080         * assert/assert.c: Likewise.
4081         * include/assert.h: Define __assert_file macro if !SHARED and not
4082         NOT_IN_libc.
4083
4084         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
4085         programs.
4086         * locale/Makefile: Likewise.
4087         * nscd/Makefile: Likewise.
4088         * catgets/Makefile: Likewise.
4089
4090 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4091
4092         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
4093         compute current position.
4094
4095         * stdio-common/tst-fseek.c (main): Improve error messages.
4096
4097         * libio/tst-freopen.c (main): Remove unused variable.
4098
4099         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
4100         succesful seek call.  Simplify error checking.
4101
4102 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4103
4104         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
4105         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4106
4107 2002-07-19  Roland McGrath  <roland@frob.com>
4108
4109         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
4110         __libc_enable_secure is set.
4111
4112 2002-07-24  Roland McGrath  <roland@frob.com>
4113
4114         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
4115         This implementation supports only IPv4.
4116         * inet/ifaddrs.h: New file.
4117         * sysdeps/generic/ifaddrs.c: New file.
4118         * sysdeps/gnu/ifaddrs.c: New file.
4119         * inet/test-ifaddrs.c: New file.
4120         * inet/Makefile (routines): Add ifaddrs.
4121         (headers): Add ifaddrs.h here.
4122         (tests): Add test-ifaddrs.
4123         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
4124
4125         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
4126         socket call to get an AF_INET socket, instead of using __opensock.
4127         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
4128
4129         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
4130         if not -1 use it instead of calling __opensock.
4131         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
4132         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
4133         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
4134
4135         * sysdeps/mach/hurd/ifreq.h: New file.
4136         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
4137         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
4138         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
4139
4140         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
4141         which gets moved around.  Calculate size of mmap'd buffer instead.
4142
4143 2002-07-24  Philip Blundell  <philb@gnu.org>
4144
4145         * sysdeps/unix/arm/brk.S: Improve schedule.
4146         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
4147         efficient instruction.
4148         (__socket): Optimize return sequence.
4149
4150 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4151
4152         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
4153         sockets on old kernels.
4154
4155 2002-07-22  Philip Blundell  <philb@gnu.org>
4156
4157         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
4158         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4159         alias.
4160
4161 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4162
4163         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
4164         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
4165
4166         * locale/programs/locarchive.c (add_locale_to_archive): Correct
4167         test to detect duplicate locales.
4168
4169         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
4170         position would be before beginning of file.
4171         (_IO_file_seekoff_mmap): Likewise.
4172         * libio/Makefile (tests): Add bug-fseek.
4173         * libio/bug-fseek.c: New file.
4174
4175         * intl/explodename.c: Remove support for CEN-style locale variables.
4176         It was never used and shouldn't be since it's not portable.
4177         * intl/finddomain.c: Likewise.
4178         * intl/l10nflist.c: Likewise.
4179         * intl/loadinfo.h: Likewise.
4180         * locale/findlocale.c: Likewise.
4181
4182 2002-07-24  Roland McGrath  <roland@frob.com>
4183
4184         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
4185         position, calculate it to take into account an active pushback buffer.
4186
4187         * libio/Makefile (tests): Add bug-ungetc.
4188         * libio/bug-ungetc.c: New file.
4189
4190 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
4191
4192         * sysdeps/generic/libc-tls.c: New file.
4193         * csu/Makefile (routines): Add libc-tls.
4194         (static-only-routines): Add libc-tls.
4195         * elf/dl-support.c (_dl_phdr): New variable.
4196         (_dl_phnum): New variable.
4197         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
4198         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
4199         for !SHARED.  First look through auxiliary vector.  If TLS always
4200         call __pthread_initialize_minimal.
4201
4202         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
4203         in mmap call is never zero.
4204
4205 2002-07-23  Andreas Jaeger  <aj@suse.de>
4206
4207         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
4208         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
4209
4210 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
4211
4212         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
4213         creation and removal of the temp file.
4214
4215         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
4216         file creation.
4217         * test-skeleton.c (create_temp_file): New function.
4218
4219 2002-07-22  Andreas Jaeger  <aj@suse.de>
4220
4221         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
4222         local label.
4223
4224 2002-07-21  Roland McGrath  <roland@frob.com>
4225
4226         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4227         put -I../include before -I../stdlib so we get the right errno.h et al.
4228         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4229         (CFLAGS-wcstof.c): Likewise.
4230         (CFLAGS-wcstold.c): Likewise.
4231         (CFLAGS-wcstod_l.c): Likewise.
4232         (CFLAGS-wcstof_l.c): Likewise.
4233         (CFLAGS-wcstold_l.c): Likewise.
4234
4235 2002-07-19  Roland McGrath  <roland@frob.com>
4236
4237         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4238
4239 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4240
4241         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4242         __ASSUME_AT_XID is defined.
4243         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4244         for 2.4.1 and up.
4245         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4246         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
4247
4248         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
4249         (CFLAGS-wcstof.c): Likewise.
4250         (CFLAGS-wcstold.c): Likewise.
4251         (CFLAGS-wcstod_l.c): Likewise.
4252         (CFLAGS-wcstof_l.c): Likewise.
4253         (CFLAGS-wcstold_l.c): Likewise.
4254
4255 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
4256
4257         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
4258         __priority_which_t): Always typedef to int for C++.
4259
4260 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
4261
4262         * configure.in: Add test for __thread support in compiler.
4263         * config.h.in: Add HAVE___THREAD.
4264         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
4265         * include/sys/errno.h: Moved to...
4266         * stdlib/sys/errno.h: ...here.  New file.
4267         * stdlib/errno.h: New file.  Moved from...
4268         * include/errno.h: ...here.  Changed into an internal header defining
4269         libc-local things like __set_errno.
4270         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
4271         bits/errno.h.
4272         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
4273         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
4274         either.
4275         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
4276         from...
4277         (_dl_start_final): ...here.  Add code to initialize tls elements from
4278         bootstrap_map.
4279         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
4280         if USE_TLS && HAVE___THREAD.
4281         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
4282         * sysdeps/mach/hurd/bits/errno.h: Likewise.
4283         * sysdeps/standalone/arm/bits/errno.h: Likewise.
4284         * sysdeps/standalone/bits/errno.h: Likewise.
4285         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
4286         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
4287         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
4288         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
4289         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
4290         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
4291         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
4292         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
4293         use GL(dl_rtld_map), use map parameter.
4294         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4295         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
4296         USE_TLS && HAVE___THREAD.
4297         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
4298         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
4299         TLS code sequence.
4300         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4301
4302         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
4303         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
4304         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
4305         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4306         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4307         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4308
4309 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
4310
4311         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
4312         MS_INVALIDATE values.
4313
4314 2002-07-17  Andreas Schwab  <schwab@suse.de>
4315             Ulrich Drepper  <drepper@redhat.com>
4316
4317         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
4318         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4319         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4320         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4321
4322 2002-07-01  H.J. Lu  <hjl@gnu.org>
4323
4324         * elf/circleload1.c (load_dso): Call "circlemod1" and check
4325         return value.
4326
4327         * elf/circlemod1.c (circlemod1): Return int.
4328         * elf/circlemod2.c (circlemod2): Likewise.
4329         * elf/circlemod2a.c (circlemod2): Likewise.
4330         * elf/circlemod3.c (circlemod3): Likewise.
4331         (circlemod3a): A new function.
4332
4333 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4334
4335         * catgets/tst-catgets.c (main): Don't expect results for
4336         untranslated messages.
4337
4338         * glibcbug.in: Fix little typo.  Remove STDIO.
4339
4340         * config.h.in: Fail if __FAST_MATH__ is defined.
4341         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
4342         (CPPFLAGS-test-idouble.c): Likewise.
4343         (CPPFLAGS-test-ildouble.c): Likewise.
4344
4345 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4346
4347         * intl/tst-gettext.sh: Pass -f option to msgfmt.
4348         * intl/tst-gettext.c: Correctly handle untranslated messages in
4349         positive tests.
4350
4351         * po/de.po: Update from translation team.
4352
4353 2002-07-02  H.J. Lu  <hjl@gnu.org>
4354
4355         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
4356         use ll/sc.
4357         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
4358
4359         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
4360         to 2.4.0 for mips.
4361
4362 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4363
4364         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
4365         TLS fail if USE_TLS is not defined.
4366
4367         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
4368         and adjust state for seek position.  [PR libc/4070]
4369         * libio/Makefile (tests): Add bug-rewind.
4370         * libio/bug-rewind.c: New file.
4371
4372 2002-07-12  Philip Blundell  <philb@gnu.org>
4373
4374         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
4375         (__backtrace): Use it.
4376         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
4377
4378 2002-07-12  Philip Blundell  <philb@gnu.org>
4379
4380         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
4381         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
4382         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
4383         (elf_machine_rela): Remove unused variable.
4384
4385         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
4386         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
4387         define.
4388
4389 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
4390
4391         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
4392
4393 2002-07-14  Andreas Jaeger  <aj@suse.de>
4394
4395         * sysdeps/x86_64/bits/link.h: Add biarch support.
4396
4397 2002-07-13  Andreas Jaeger  <aj@suse.de>
4398
4399         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
4400         Use correct indices.
4401         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
4402
4403 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4404
4405         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
4406         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
4407         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
4408         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
4409         * sysdeps/s390/s390-32/bits/link.h: Remove.
4410         * sysdeps/s390/s390-64/bits/link.h: Remove.
4411         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
4412         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
4413         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
4414         * sysdeps/s390/bits/wordsize.h: New file.
4415         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
4416         elfclass.h.
4417         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
4418         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
4419         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
4420         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
4421         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
4422         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
4423         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
4424         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
4425         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
4426         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
4427         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
4428         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
4429         resource.h.
4430         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
4431         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
4432         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
4433         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
4434         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
4435         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
4436         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
4437         sigaction.h.
4438         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
4439         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
4440         siginfo.h.
4441         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
4442         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
4443         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
4444         socket.h.
4445         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
4446         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
4447         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
4448         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
4449         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
4450         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
4451         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
4452         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
4453         procfs.h.
4454         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
4455         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
4456         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
4457         ucontext.h.
4458         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
4459         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
4460
4461 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4462
4463         * Versions.def (libc): Add GLIBC_2.3.
4464         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
4465         * stdlib/canonicalize.c: Add compatibility version for realpath
4466         and make new code available in GLIBC_2.3.
4467
4468 2002-07-06  Bruno Haible  <bruno@clisp.org>
4469
4470         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
4471
4472 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4473
4474         * resolv/res_hconf.c (_res_hconf_init): Move code into new
4475         function do_init.  Use __libc_once.
4476         (do_init): New function.
4477
4478         * iconvdata/iso8859-11.h: Removed.
4479         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
4480         (distribute): Remove iso8859-11.h.
4481         * iconvdata/tst-tables.sh: Add ISO-8859-11.
4482
4483         * stdio-common/vfscanf.c (inchar): Restore errno from previous
4484         underflow operation if c == (W)EOF.
4485
4486 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4487
4488         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
4489         non-zero, adjust exponent.
4490         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
4491         Remove NO_LONG_DOUBLE aliases.
4492         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
4493         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
4494         (__log1pl): Raise divide by zero and invalid exceptions when needed.
4495         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
4496         1**y and -1**+-Inf.
4497         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
4498         Fix BITS_PER_MP_LIMB 32 extraction.
4499         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
4500         exceptions for qNaNs.
4501         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
4502         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
4503         Raise exceptions when needed.  Don't recurse unnecessarily.
4504         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
4505         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
4506         exceptions for qNaNs.
4507         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
4508         to fix *quo return value sign.
4509         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
4510         case -Inf argument.
4511         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
4512
4513 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4514
4515         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
4516         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
4517         -DNDEBUG.
4518
4519 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4520
4521         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
4522         the result.
4523
4524         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
4525         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
4526
4527         * Versions.def (libthread_db): Add GLIBC_2.3.
4528
4529 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
4530
4531         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
4532         new stream if possible.
4533         * libio/freopen64.c (freopen64): Likewise.
4534         * libio/Makefile (tests): Add tst-freopen.
4535         * libio/tst-freopen.c: New file.
4536
4537 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4538
4539         * libio/stdio.h (obstack_printf): Add format attribute.
4540         (obstack_vprintf): Likewise.
4541
4542 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4543
4544         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
4545         resp. 16 bytes on 32-bit resp. 64-bit platforms.
4546         (re_charset_t, re_string_t): Reorder structure members for 64-bit
4547         architectures.
4548
4549 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4550
4551         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
4552         (init_dfa): ...here.
4553
4554 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
4555
4556         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
4557         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
4558         nodes in parse trees.
4559         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
4560         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
4561         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
4562         nodes which can epsilon transit.
4563         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
4564         to IS_EPSILON_NODE macro.
4565         * posix/regexec.c (update_regs): New function to update registers
4566         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4567         (proceed_next_node): Use the entities of the nodes to determine
4568         whether the node can transit to.
4569         (set_regs): Use update_regs function to update registers.
4570
4571 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4572
4573         * posix/bug-regex4.c (main): Remove duplicate setlocale.
4574         * posix/bug-regex6.c: New file.
4575         * posix/Makefile (tests): Add bug-regex6.
4576         (bug-regex6-ENV): Set LOCPATH.
4577
4578 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4579
4580         * Versions.def [libpthread]: Add GLIBC_2.2.6.
4581         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4582
4583 2002-07-06  Bruno Haible  <bruno@clisp.org>
4584
4585         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4586
4587 2002-07-06  Bruno Haible  <bruno@clisp.org>
4588
4589         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4590         declarations.
4591
4592         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4593
4594         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4595
4596         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4597         not _UTSNAME_H.
4598         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4599
4600         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4601         * sysdeps/generic/bits/ustat.h: Likewise.
4602
4603         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4604
4605 2002-07-08  Andreas Jaeger  <aj@suse.de>
4606
4607         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4608
4609 2002-07-08  Andreas Jaeger  <aj@suse.de>
4610
4611         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4612
4613 2002-07-06  Andreas Jaeger  <aj@suse.de>
4614
4615         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4616         * sysdeps/x86_64/fpu/s_copysign.S: New file.
4617         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4618         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4619         * sysdeps/x86_64/fpu/s_finitel.S: New file.
4620         * sysdeps/x86_64/fpu/s_fmax.S: New file.
4621         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4622         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4623         * sysdeps/x86_64/fpu/s_fmin.S: New file.
4624         * sysdeps/x86_64/fpu/s_fminf.S: New file.
4625         * sysdeps/x86_64/fpu/s_fminl.S: New file.
4626
4627 2002-06-05  Brian Youmans <3diff@gnu.org>
4628
4629         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4630         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4631         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4632         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4633         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4634         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4635         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4636         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4637         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4638         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4639         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4640         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4641         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4642         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4643         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4644         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4645         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4646         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4647         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4648         * sysdeps/ia64/fpu/e_log.S: Likewise.
4649         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4650         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4651         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4652         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4653         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4654         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4655         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4656         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4657         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4658         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4659         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4660         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4661         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4662         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4663         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4664         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4665         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
4666         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4667         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
4668         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
4669         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4670         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4671         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4672         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4673         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4674         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4675         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4676         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4677         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4678         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4679         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4680         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4681         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4682         * sysdeps/ia64/fpu/s_modf.S: Likewise.
4683         * sysdeps/ia64/fpu/s_modff.S: Likewise.
4684         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4685         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4686         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4687         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4688         * sysdeps/ia64/fpu/s_rint.S: Likewise.
4689         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4690         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4691         * sysdeps/ia64/fpu/s_round.S: Likewise.
4692         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4693         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4694         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4695         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4696         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4697         * sysdeps/ia64/fpu/s_significand.S: Likewise.
4698         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4699         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4700         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4701         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4702         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4703         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4704         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4705         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4706         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
4707         reflect IBM donation of math library to FSF
4708         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4709         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4710         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4711         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4712         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4713         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4714         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4715         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4716         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4717         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4718         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4719         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4720         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4721         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4722         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4723         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4724         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4725         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4726         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4727         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4728         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4729         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4730         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
4731         * sysdeps/vax/__longjmp.c: Likewise.
4732         * sysdeps/vax/setjmp.c: Likewise.
4733         * libio/filedoalloc.c: Fixed BSD copying permission notice to
4734         remove advertising clause
4735         * sysdeps/vax/htonl.s: Likewise.
4736         * sysdeps/vax/htons.s: Likewise.
4737         * libio/wfiledoalloc.c: Likewise.
4738         * stdlib/random.c: Likewise.
4739         * stdlib/random_r.c: Likewise.
4740         * sysdeps/mach/sys/reboot.h: Likewise.
4741         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
4742         * sysdeps/posix/getaddrinfo.c: Likewise.
4743         * sunrpc/des_impl.c: Updated license permission notice to Lesser
4744         GPL and corrected pointer to point to the correct license.
4745
4746 2002-07-04  Andreas Jaeger  <aj@suse.de>
4747
4748         * scripts/config.guess: New upstream version.
4749         * scripts/config.sub: Likewise.
4750
4751 2002-07-02  Andreas Schwab  <schwab@suse.de>
4752
4753         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
4754         in parallel to bumping up the buffer pointer.
4755
4756 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4757
4758         * math/libm-test.inc (acos_test): Add missing L suffix for
4759         expected result.
4760         (cpow_test): Likewise.
4761         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
4762         error for acos (0.0625).
4763
4764 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4765
4766         * locale/iso-639.def: Add entry for Ganda.
4767         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
4768         definition.
4769         (address_finish): Handle entries with two letter ISO 639 code.
4770
4771         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
4772         directory if it existed before.
4773         * iconv/iconvconfig.c: Implement --prefix option.
4774
4775         * math/libm-test.inc (cexp_test): Add missing L suffix for
4776         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
4777         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
4778         1.25 i).
4779
4780 2002-05-29  H.J. Lu  <hjl@gnu.org>
4781
4782         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
4783         is turned on.
4784
4785 2002-05-28  H.J. Lu  <hjl@gnu.org>
4786
4787         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
4788         are not dlopened on the dependency list of a dlopened object.
4789
4790 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4791
4792         * elf/dl-lookup.c (add_dependency): It is not necessary to add
4793         dependencies if they are created between objects which are created
4794         while processing RTLD_NOW for objects loaded as part of the same
4795         dlopen call.
4796
4797 2002-06-14  H.J. Lu  <hjl@gnu.org>
4798
4799         * elf/Makefile (tests): Add circleload1.
4800         (modules-names): Add circlemod1, circlemod2, circlemod3,
4801         circlemod1a, circlemod2a and circlemod3a.
4802         ($(objpfx)circleload1): New target.
4803         ($(objpfx)circleload1.out): Likewise.
4804         ($(objpfx)circlemod1.so): Likewise.
4805         ($(objpfx)circlemod2.so): Likewise.
4806         ($(objpfx)circlemod1a.so): Likewise.
4807         ($(objpfx)circlemod2a.so): Likewise.
4808         * elf/circleload1.c: New file.
4809         * elf/circlemod1.c: New file.
4810         * elf/circlemod1a.c: New file.
4811         * elf/circlemod2.c: New file.
4812         * elf/circlemod2a.c: New file.
4813         * elf/circlemod3.c: New file.
4814         * elf/circlemod3a.c: New file.
4815
4816 2002-06-18  Amos Waterland  <apw@us.ibm.com>
4817
4818         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
4819         file descriptor.
4820         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
4821         add check for fd not open for writing.
4822
4823         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
4824         completed element(s) and do not suspend thread if so.  Patch
4825         heavily modified by drepper.
4826
4827         * rt/tst-aio7.c: New file.  Regression test for problems which the
4828         above three changes fix.
4829         * rt/Makefile (tests): Add tst-aio7.
4830
4831 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4832
4833         * rt/tst-aio6.c: Fix comment.
4834
4835         * catgets/gencat.c (read_input_file): Handle more than one slash
4836         at end of line correctly [PR libc/3926].
4837         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
4838
4839         * catgets/sample.SJIS: Add test case for above bug.
4840         * catgets/test-gencat.c: Adjust test code.
4841         * catgets/test-gencat.sh: Adjust expected results.
4842
4843         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
4844         to skip relative relocations.
4845         Patch by Geoff Keating <geoffk@redhat.com>.
4846
4847 2002-05-26  Bruno Haible  <bruno@clisp.org>
4848
4849         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
4850         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
4851         All callers changed.
4852         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
4853         STANDARD_FROM_LOOP_ERR_HANDLER.
4854         (utf8_internal_loop): Likewise.
4855         (ucs2_internal_loop): Likewise.
4856         (internal_ucs2_loop): Perform error handling like in
4857         STANDARD_FROM_LOOP_ERR_HANDLER.
4858         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
4859         in STANDARD_FROM_LOOP_ERR_HANDLER.
4860         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4861         handling.
4862         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
4863         in STANDARD_FROM_LOOP_ERR_HANDLER.
4864         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4865         handling.
4866         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
4867         in STANDARD_FROM_LOOP_ERR_HANDLER.
4868         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4869         handling.
4870         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
4871         STANDARD_FROM_LOOP_ERR_HANDLER.
4872         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
4873         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
4874         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
4875         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
4876         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
4877         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
4878         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
4879         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
4880         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
4881         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
4882         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
4883         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
4884         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
4885         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
4886         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
4887         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
4888         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
4889         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
4890         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
4891         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
4892         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
4893         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
4894         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
4895         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4896         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
4897         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
4898         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
4899         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
4900         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
4901         an error, still set result = __GCONV_ILLEGAL_INPUT.
4902         (BODY for TO_LOOP): Likewise.
4903         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
4904         STANDARD_FROM_LOOP_ERR_HANDLER.
4905         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4906         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
4907         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4908         handling.
4909         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4910         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
4911         STANDARD_FROM_LOOP_ERR_HANDLER.
4912         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4913         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
4914         STANDARD_FROM_LOOP_ERR_HANDLER.
4915         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4916         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
4917         STANDARD_FROM_LOOP_ERR_HANDLER.
4918         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4919         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
4920         STANDARD_FROM_LOOP_ERR_HANDLER.
4921         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4922         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
4923         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4924         handling.
4925         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4926         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
4927         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
4928         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
4929
4930 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4931
4932         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
4933         labels in assembler instructions.
4934
4935 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
4936
4937         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
4938         not enough content is available.
4939         * libio/tst-eof.c: New file.
4940         * libio/Makefile (tests): Add tst-eof.
4941
4942         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
4943         update atime.
4944         * libio/tst-atime.c: New file.
4945         * libio/Makefile (tests): Add tst-atime.
4946
4947         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
4948         handling of overly long words.
4949
4950 2002-06-25  Andreas Jaeger  <aj@suse.de>
4951
4952         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
4953         to not use 32-bit pc relative relocations.
4954         (elf_machine_dynamic): Likewise.
4955
4956 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4957
4958         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
4959         (__GETDENTS): Check for failed getdents64 syscall.
4960         * dirent/Makefile (tests): Add bug-readdir1.
4961         * dirent/bug-readdir1.c: New file.
4962
4963 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
4964
4965         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
4966         lookups.
4967         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
4968         code.  Print TLS modid and offset for modules containing PT_TLS
4969         segments.
4970
4971 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
4972
4973         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4974         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4975         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4976         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4977
4978 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4979
4980         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
4981         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
4982         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
4983         * nss/getXXent_r.c (NEW, NEW1): Define.
4984         (NEW (REENTRANT_GETNAME)): Strong alias to
4985         INTERNAL (REENTRANT_GETNAME).
4986         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
4987
4988 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4989
4990         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
4991         (_IO_file_jumps_mmap): Use it.
4992         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
4993         * libio/libioP.h: Remove _IO_wdefault_setbuf and
4994         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
4995         prototype.
4996         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
4997         (_IO_wfile_jumps_mmap): Don't use it anymore.
4998         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
4999         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
5000         _IO_wdefault_setbuf.
5001         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
5002         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
5003         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
5004
5005 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
5006
5007         * libio/Makefile (tests): Add tst-mmap-setvbuf.
5008         * libio/tst-mmap-setvbuf.c: New test.
5009
5010 2002-06-21  Andreas Jaeger  <aj@suse.de>
5011
5012         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
5013
5014 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
5015
5016         * include/unistd.h (__fork_internal): Remove.
5017         (__fork): Don't define to __fork_internal.
5018         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
5019         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
5020         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
5021         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
5022         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
5023
5024 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5025
5026         * po/hr.po: New file.
5027
5028 2002-06-11  Wolfram Gloger  <wg@malloc.de>
5029
5030         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
5031         Reported by Michael Meissner <meissner@redhat.com>.
5032
5033 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5034
5035         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
5036         Patch by Hans Boehm <hans_boehm@hp.com>.
5037
5038 2002-06-20  Andreas Jaeger  <aj@suse.de>
5039
5040         * math/libm-test.inc: Use exact values as input parameters,
5041         compute output parameters with 36 digits for 128-bit long doubles.
5042         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
5043         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
5044         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
5045
5046 2002-06-13  Stephen L Moshier  <steve@moshier.net>
5047
5048         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
5049         argument or result is subnormal.
5050
5051 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
5052
5053         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
5054         quotient.
5055         * sysdeps/i386/fpu/s_remquof.S: Likewise.
5056         * sysdeps/i386/fpu/s_remquol.S: Likewise.
5057
5058         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
5059
5060 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
5061
5062         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
5063         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
5064         Reported by Peter A. Buhr.
5065
5066 2002-06-15  Roland McGrath  <roland@frob.com>
5067
5068         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
5069         warning.
5070
5071         * sysdeps/mach/hurd/getcwd.c
5072         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
5073
5074         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
5075         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
5076
5077         * sysdeps/alpha/divrem.h: Use local label instead of global one for
5078         jump to local subroutine.
5079
5080 2002-06-14  Roland McGrath  <roland@frob.com>
5081
5082         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
5083         * sysdeps/mach/hurd/Makeconfig: ... here.
5084
5085 2002-06-13  Andreas Schwab  <schwab@suse.de>
5086
5087         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
5088         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5089         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5090
5091 2002-06-13  Roland McGrath  <roland@frob.com>
5092
5093         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
5094         * hurd/hurdstartup.c (_hurd_startup): Likewise.
5095         Use intptr_t instead of int for argc in stack layout.
5096         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
5097         (_dl_init_first): Likewise.
5098         (_hurd_stack_setup): Likewise.
5099         (init1): Add a cast.
5100         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
5101
5102         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
5103         argument to pfinet_siocgifconf RPC.
5104
5105 2002-06-13  Andreas Schwab  <schwab@suse.de>
5106
5107         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
5108         expansion order.
5109
5110 2002-06-12  Roland McGrath  <roland@frob.com>
5111
5112         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
5113         if already defined.
5114         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
5115         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
5116
5117 2002-06-11  Roland McGrath  <roland@frob.com>
5118
5119         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
5120         file on [!RTLD_STAT64].
5121         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5122
5123         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
5124         (__fdopen): Use INTUSE.
5125         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
5126
5127         * stdio-common/tmpfile64.c: File removed.
5128         * sysdeps/generic/tmpfile64.c: New file.
5129         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
5130         if not already defined.
5131         (tmpfile): Use it in place of __GT_FILE.
5132
5133         * include/unistd.h: Declare __chown_internal.
5134
5135         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
5136         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
5137
5138 2002-06-09  Roland McGrath  <roland@frob.com>
5139
5140         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
5141         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
5142         value of HURD_INTERFACE_VERSION >= 20020609.
5143         * sysdeps/mach/hurd/configure: Regenerated.
5144         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
5145         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
5146         convert a struct stat64 into a struct stat and return 0 or -1
5147         with errno set to EOVERFLOW.
5148         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
5149         for struct statfs64 to struct statfs.
5150         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
5151         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
5152         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
5153         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
5154         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
5155         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
5156         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
5157         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
5158         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
5159         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
5160         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
5161         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
5162         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
5163         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
5164         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
5165         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
5166         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
5167         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
5168         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
5169         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
5170         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
5171         Use struct stat64 for io_stat argument.
5172         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
5173         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
5174         to io_seek.
5175         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
5176         * hurd/fd-write.c (_hurd_fd_write): Likewise.
5177         * hurd/hurd/fd.h: Update decls.
5178         * sysdeps/mach/hurd/getcwd.c
5179         (_hurd_canonicalize_directory_name_internal): Use ino64_t
5180         and struct dirent64.
5181         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
5182         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
5183         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
5184         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
5185
5186 2002-06-08  Roland McGrath  <roland@frob.com>
5187
5188         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
5189         instead of unsigned long int for __allocation and __size members.
5190
5191 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5192
5193         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5194         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5195         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5196         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5197
5198 2002-06-07  Roland McGrath  <roland@frob.com>
5199
5200         * sysdeps/mach/hurd/bits/environments.h: File removed.
5201
5202 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5203
5204         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
5205         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
5206         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
5207         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
5208         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
5209         (sendfile64): Likewise.
5210         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
5211         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
5212         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
5213         Likewise.
5214         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
5215
5216         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
5217         already defined.
5218
5219 2002-06-04  Bruno Haible  <bruno@clisp.org>
5220
5221         * sysdeps/cris/stackinfo.h: New file.
5222
5223         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
5224         to an integer type before performing bit operations on it.
5225
5226 2002-06-05  Roland McGrath  <roland@frob.com>
5227
5228         * sysdeps/generic/sendfile.c: Include <errno.h>.
5229         * sysdeps/generic/sendfile64.c: Likewise.
5230
5231         * io/Makefile (routines): Add sendfile and sendfile64.
5232         (headers): Add sys/sendfile.h to the list.
5233         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5234         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5235         * io/sys/sendfile.h: ... here.
5236         * sysdeps/generic/sendfile.c: New file.
5237         * sysdeps/generic/sendfile64.c: New file.
5238
5239         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5240         Move sendfile, sendfile64 to ...
5241         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5242         * sysdeps/mach/hurd/sendfile.c: New file.
5243         * sysdeps/mach/hurd/sendfile64.c: New file.
5244
5245         * sysdeps/mach/nanosleep.c: New file.
5246
5247 2002-06-04  Roland McGrath  <roland@frob.com>
5248
5249         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
5250         * sysdeps/alpha/elf/configure: New file (generated).
5251
5252 2002-06-02  Roland McGrath  <roland@frob.com>
5253
5254         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
5255
5256 2002-06-01  Roland McGrath  <roland@frob.com>
5257
5258         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
5259         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
5260
5261 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5262
5263         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
5264         Add nsmap.
5265         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
5266         Remove nstimes setting.
5267         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
5268         * resolv/res_send.c (res_nsend): Don't close unconditionally if
5269         there is mix of IPv6 and IPv4 nameservers.
5270         Use nsmap array to find free slots and preserve nameserver ordering.
5271         Fix RES_ROTATE.
5272
5273 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5274
5275         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
5276         use this header with LFS.
5277
5278         * po/sk.po: Update from translation team.
5279
5280 2002-05-28  Andreas Schwab  <schwab@suse.de>
5281
5282         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
5283         message when finding object of wrong class.
5284
5285 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
5286
5287         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
5288         Patch by <radu@netsoft.ro>.
5289
5290 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5291
5292         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
5293         Add readahead.
5294         * sysdeps/unix/sysv/linux/readahead.c: New file.
5295         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
5296         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
5297         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
5298         Add sendfile64 alias to sendfile syscall.
5299         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5300         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5301         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5302         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
5303         syscall.
5304
5305         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
5306         special section for PIC register loading.
5307         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5308
5309         * config.h.in: Define HAVE_HIDDEN.
5310         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
5311
5312         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
5313
5314 2002-05-28  Roland McGrath  <roland@frob.com>
5315
5316         * sysdeps/mach/alpha/setfpucw.c: New file.
5317
5318 2002-05-26  Roland McGrath  <roland@frob.com>
5319
5320         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
5321         Use integer_t instead of int for IOC_VOID case.
5322
5323 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
5324
5325         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
5326
5327 2002-05-26  Bruno Haible  <bruno@clisp.org>
5328
5329         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
5330         end of the ISO-8859-7 from idx table.
5331
5332 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
5333
5334         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
5335
5336 2002-05-24  David S. Miller  <davem@redhat.com>
5337
5338         * string/bits/string2.h (memset): Do not try to optimize when
5339         not _STRING_ARCH_unaligned if GCC will do the right thing.
5340
5341 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
5342
5343         * posix/regex.c: Define `inline' as a macro into nothing for the
5344         compilers which lack the keyword.
5345         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
5346         for the compatibility of gawk.
5347         * posix/regcomp.c: Add fake implementation of isblank() for the
5348         environments which lack the function.
5349         Don't use free_charset() in case of non-i18n envs.
5350         (build_range_exp): Don't use i18n related code in case of non-i18n
5351         envs.
5352         (build_collating_symbol): Likewise.
5353         (build_equiv_class): Likewise.
5354         (build_charclass): Likewise.
5355         (re_compile_fastmap_iter): Likewise.
5356         (parse_bracket_exp): Likewise.
5357         (build_word_op): Likewise.
5358         (regfree): Don't use free_charset() in case of non-i18n envs.
5359         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
5360         re_token_type_t in case of non-i18n envs.
5361         Don't define re_charset_t in case of non-i18n envs.
5362         Change the type of wcs of re_string_t from wchar_t to wint_t,
5363         since we store also WEOF.
5364         * posix/regex_internal.c: (re_string_realloc_buffers): Change
5365         the type of wcs of re_string_t from wchar_t to wint_t.
5366         (re_string_reconstruct): Likewise.
5367         (create_ci_newstate): Don't use i18n related code in case of
5368         non-i18n envs.
5369         (create_cd_newstate): Likewise.
5370
5371 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
5372
5373         * iconv/loop.c: Fix typo.
5374
5375 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
5376
5377         * inet/ether_line.c (ether_line): Fix a typo causing only
5378         lower 4 bits of each ethernet address byte being assigned.
5379         Don't modify what line points to.
5380         * inet/tst-ether_aton.c (main): Add ether_line tests.
5381
5382 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
5383
5384         * manual/filesys.texi: Don't make readlink example leak memory
5385         when readlink fails.
5386
5387 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
5388
5389         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
5390         some more security checks.
5391
5392 2002-05-17  David S. Miller  <davem@redhat.com>
5393
5394         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
5395
5396 2002-05-16  David S. Miller  <davem@redhat.com>
5397
5398         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
5399         (elf_machine_dynamic): Use it to force PIC register to be loaded.
5400         (elf_machine_load_address): Likewise.
5401         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
5402
5403         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
5404         is unaligned, do not forget to fully initialize %g1 magic value.
5405
5406         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
5407         register definitions and provide 32-bit variants of structures
5408         during 64-bit builds.
5409
5410         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
5411         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
5412         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
5413         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
5414         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
5415         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
5416         Do not clear implicit one bit here, it must be done post-rounding.
5417         Only pad to the left using left shift if value uses less than the
5418         available fractional bits.
5419
5420 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5421
5422         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
5423         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
5424         (shared-only-routines): Likewise.
5425         * sysdeps/powerpc/libgcc-compat.c: New file.
5426         * sysdeps/wordsize-32/cmpdi2.c: Removed.
5427         * sysdeps/wordsize-32/fixdfdi.c: Removed.
5428         * sysdeps/wordsize-32/fixsfdi.c: Removed.
5429         * sysdeps/wordsize-32/shdi3.c: Removed.
5430
5431 2002-05-16  Bruno Haible  <bruno@clisp.org>
5432
5433         * MakeTAGS (libc.pot): Don't sort the output.
5434         * po/header.pot: Update to match xgettext 0.11 output.
5435
5436 2002-05-16  Bruno Haible  <bruno@clisp.org>
5437
5438         * MakeTAGS (subdirs): Remove duplicates.
5439
5440 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5441
5442         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
5443         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
5444         alias.
5445
5446 2002-05-19  Andreas Jaeger  <aj@suse.de>
5447
5448         * sysdeps/unix/sysv/linux/configure.in: Warn against an
5449         installation in /usr/local.
5450
5451 2002-05-16  Bruno Haible  <bruno@clisp.org>
5452
5453         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
5454         string as argument of #error.
5455
5456 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
5457
5458         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
5459         don't define static.  Remove old __realpath function.  TC1 of
5460         POSIX 2001 will allow the second parameter to be NULL.
5461         * stdlib/test-canon.c: Comment out test for NULL as second
5462         parameter of realpath.
5463
5464         * time/offtime.c (__offtime): Set errno if overflow is detected.
5465
5466         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
5467         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
5468         dl-brk and dl-sbrk.
5469
5470         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
5471         (fdimf): Likewise.
5472
5473 2002-05-15  Roland McGrath  <roland@frob.com>
5474
5475         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
5476
5477 2002-05-12  Bruno Haible  <bruno@clisp.org>
5478
5479         * iconvdata/testdata/EUC-JISX0213: New file.
5480         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
5481         * iconvdata/testdata/SHIFT_JISX0213: New file.
5482         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
5483         * iconvdata/testdata/ISO-2022-JP-3: New file.
5484         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
5485         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
5486         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
5487         contains comments indicating precomposed characters.
5488
5489 2002-04-21  Bruno Haible  <bruno@clisp.org>
5490
5491         * iconvdata/iso-2022-jp-3.c: New file.
5492         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
5493         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
5494         (LDFLAGS-ISO-2022-JP-3.so): New variable.
5495         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
5496         (distribute): Add iso-2022-jp-3.c.
5497
5498 2002-05-12  Bruno Haible  <bruno@clisp.org>
5499
5500         * iconvdata/tst-table-to.c (main): Restore handling of
5501         transliterations, broken by last patch.
5502
5503 2002-05-12  Bruno Haible  <bruno@clisp.org>
5504
5505         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
5506
5507 2002-05-12  Bruno Haible  <bruno@clisp.org>
5508
5509         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
5510         when there is not enough room in the output buffer.
5511         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5512
5513 2002-04-20  Bruno Haible  <bruno@clisp.org>
5514
5515         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
5516         macros.
5517         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5518         Also make this macro work if FROM_DIRECTION evaluates to 0.
5519         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5520         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
5521         of consume_incomplete.
5522         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5523         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
5524         4, not 8.
5525         * iconvdata/cp1258.c: Likewise.
5526         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5527         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
5528         not 2.
5529         * iconvdata/ibm933.c: Likewise.
5530         * iconvdata/ibm935.c: Likewise.
5531         * iconvdata/ibm937.c: Likewise.
5532         * iconvdata/ibm939.c: Likewise.
5533         * iconvdata/iso-2022-cn.c: Define
5534         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5535         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
5536         * iconvdata/iso-2022-cn-ext.c: Likewise.
5537         * iconvdata/iso-2022-jp.c: Define
5538         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5539         {MIN,MAX}_NEEDED_{FROM,TO}.
5540         * iconvdata/tcvn5712-1.c: Define
5541         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5542         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
5543         * iconvdata/euc-jisx0213.c: Define
5544         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5545         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
5546         * iconvdata/shift_jisx0213.c: Likewise.
5547
5548 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5549
5550         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
5551         shdi3, fixdfdi, fixsfdi in csu dir.
5552         (shared-only-routines): Likewise.
5553         * sysdeps/wordsize-32/cmpdi2.c: New file.
5554         * sysdeps/wordsize-32/shdi3.c: New file.
5555         * sysdeps/wordsize-32/fixdfdi.c: New file.
5556         * sysdeps/wordsize-32/fixsfdi.c: New file.
5557         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
5558         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
5559         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
5560
5561         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
5562         Only use va_arg if the argument will be used [PR libc/3259].
5563
5564 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
5565
5566         * catgets/catgets.c (catopen): Free buffer if internal catalog
5567         open fails.
5568
5569 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5570
5571         * debug/xtrace.sh: Make more robust.  For realtime tracking use
5572         non-buffering methods.
5573         * debug/pcprofiledump.c: Implement -u option.
5574         Patch by Roger Luethi <rl@hellgate.ch>.
5575
5576 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
5577
5578         * include/netinet/in.h (bindresvport_internal): Add prototype.
5579         * include/rpc/auth.h  (authunix_create_internal,
5580         authunix_create_default_internal, authnone_create_internal,
5581         authdes_pk_create_internal): Add prototypes.
5582         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5583         clntudp_create_internal, clntudp_bufcreate_internal,
5584         clntunix_create_internal): Add prototypes.
5585         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5586         svc_getreq_internal, svc_getreq_common_internal,
5587         svc_getreqset_internal, svc_getreq_poll_internal,
5588         svc_register_internal, svc_unregister_internal,
5589         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5590         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5591         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5592         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5593         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5594         * inet/rcmd.c (rcmd_af): Use __listen.
5595         (rresvport_af): Use __bind.
5596         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5597         authunix_create, authunix_create_default, authnone_create,
5598         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5599         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5600         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5601         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5602         _authenticate, add INTDEF after such function definitions.
5603         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5604         __setsockopt, __getsockname instead of non-__ variants.
5605         * sunrpc/pmap_rmt.c: Likewise.
5606         * sunrpc/rtime.c: Likewise.
5607         * sunrpc/svc_udp.c: Likewise.
5608         * sunrpc/clnt_unix.c: Likewise.
5609         * sunrpc/svc_unix.c: Likewise.
5610         * sunrpc/bindrsvprt.c: Likewise.
5611         * sunrpc/svc_tcp.c: Likewise.
5612         * sunrpc/auth_none.c: Likewise.
5613         * sunrpc/clnt_raw.c: Likewise.
5614         * sunrpc/clnt_tcp.c: Likewise.
5615         * sunrpc/auth_unix.c: Likewise.
5616         * sunrpc/key_call.c: Likewise.
5617         * sunrpc/clnt_gen.c: Likewise.
5618         * sunrpc/pm_getmaps.c: Likewise.
5619         * sunrpc/clnt_simp.c: Likewise.
5620         * sunrpc/pmap_clnt.c: Likewise.
5621         * sunrpc/svc_run.c: Likewise.
5622         * sunrpc/svc.c: Likewise.
5623         * sunrpc/svc_simple.c: Likewise.
5624         * sunrpc/pm_getport.c: Likewise.
5625         * sunrpc/auth_des.c: Likewise.
5626         * sunrpc/svc_auth.c: Likewise.
5627         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5628         __register_frame_info_table_bases, __deregister_frame_info_bases):
5629         Add INTDEF.
5630         (__register_frame_info_bases_internal,
5631         __register_frame_info_table_bases_internal,
5632         __deregister_frame_info_bases_internal): Add prototypes.
5633         (__register_frame_info, __register_frame): Use INTUSE in call to
5634         __register_frame_info_bases.
5635         (__register_frame_info_table): Similarly.
5636         (__deregister_frame_info, __deregister_frame): Similarly.
5637         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5638         sendto as weak alias.
5639         * sysdeps/mach/hurd/sendto.c: Likewise.
5640         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5641         recvfrom as weak alias.
5642         * sysdeps/mach/hurd/recvfrom.c: Likewise.
5643         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5644         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5645         recvmsg as weak alias.
5646         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5647         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5648         sendmsg as weak alias.
5649         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5650         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5651         setsockopt, add setsockopt as weak alias.
5652         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5653         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5654         weak alias.
5655         * sysdeps/mach/hurd/bind.c: Likewise.
5656         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
5657         as weak alias.
5658         * sysdeps/mach/hurd/listen.c: Likewise.
5659         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
5660         getsockname, add getsockname as weak alias.
5661         * sysdeps/mach/hurd/getsockname.c: Likewise.
5662         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
5663         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
5664         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
5665         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
5666         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
5667         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
5668         Add aliases.
5669         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5670         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5671         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5672         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5673         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
5674         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
5675         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
5676         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
5677         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
5678         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
5679         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
5680         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
5681
5682 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5683
5684         * locale/programs/localedef.h (show_archive_content): Add verbose
5685         argument.
5686         * locale/programs/localedef.c (main): Adjust caller.
5687         * locale/programs/locarchive.c (struct nameent, struct dataent): New
5688         types.
5689         (nameentcmp, dataentcmp): New functions.
5690         (xstrcmp): Remove.
5691         (show_archive_content): Print verbose listing with --list-archive -v.
5692
5693 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5694
5695         * locale/programs/locarchive.c (open_archive): Take extra argument
5696         readonly.  If true open file with O_RDONLY and don't create the
5697         archive if it doesn't exist.
5698         Adapt all callers.
5699         (close_archive): Don't do anything if fd element is -1.
5700         * locale/programs/localedef.h (open_archive): Adjust prototype.
5701         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
5702         call.
5703
5704         * malloc/malloc.c (__posix_memalign): Correct check for size of
5705         alignment value [PR libc/3444].
5706
5707         * include/stdio.h: Remove references to old stdio implementation.
5708
5709         * libio/Makefile (bug-ungetwc2-ENV): Define.
5710
5711 2002-05-13  Roland McGrath  <roland@frob.com>
5712
5713         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
5714
5715         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
5716
5717 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
5718
5719         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5720         Allocate three, not two, more than LEN when appending '/.'.
5721         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
5722         if NAME ends with '/.' if it is shorter than 2 chars.
5723
5724 2002-05-12  Roland McGrath  <roland@frob.com>
5725
5726         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
5727         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
5728
5729         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
5730         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
5731
5732 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5733
5734         * sysdeps/ia64/Makefile: Remove extra endif.
5735         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
5736
5737 2002-05-10  Andreas Schwab  <schwab@suse.de>
5738
5739         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
5740
5741 2002-05-09  Andreas Jaeger  <aj@suse.de>
5742
5743         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
5744         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
5745         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
5746
5747         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
5748         * sysdeps/wordsize-64/glob.c: ...here.
5749         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
5750         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
5751         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
5752
5753 2002-05-08  Roland McGrath  <roland@frob.com>
5754
5755         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
5756         O_NOTRANS flag in "." lookup.
5757
5758 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
5759
5760         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
5761
5762 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
5763
5764         * locale/duplocale.c (__duplocale): Update special members only
5765         when allocation succeeded.
5766
5767 2002-05-03  Roland McGrath  <roland@frob.com>
5768
5769         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
5770         we can only build libc.so.0.3(GLIBC_2.2.6) now.
5771
5772 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
5773
5774         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
5775         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
5776         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
5777         * sysdeps/ia64/ia64libgcc.S: New file.
5778
5779 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
5780
5781         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
5782
5783         * malloc/memusage.c: Distinguish anonymous mmap.
5784
5785 2002-05-01  Roland McGrath  <roland@frob.com>
5786
5787         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
5788         and use INTDEF on it.
5789         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
5790
5791         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
5792
5793         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
5794
5795 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
5796
5797         * malloc/memusage.c: Add support for tracking mmap & friends.
5798         * malloc/memusage.sh: Implement -m/--mmap option.
5799
5800 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5801
5802         * locale/programs/locarchive.c (create_archive): Add archivefname
5803         argument, create fname from it.
5804         (enlarge_archive): Honour output_prefix.
5805         (open_archive): Likewise.
5806
5807 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5808
5809         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
5810         too many stpcpy macros.
5811
5812 2002-04-26  Bruno Haible  <bruno@clisp.org>
5813
5814         * locale/programs/ld-collate.c (collate_read): Cast first argument
5815         for "%.*s" to int.
5816
5817 2002-04-26  Bruno Haible  <bruno@clisp.org>
5818
5819         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
5820         __dcngettext_internal): New declarations.
5821         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
5822         attribute declarations.
5823
5824 2002-04-30  Roland McGrath  <roland@frob.com>
5825
5826         Removed old GNU stdio implementation; GNU libio is now the only option.
5827         * configure.in: Removed --enable-libio option and @stdio@ subst var.
5828         Define USE_IN_LIBIO unconditionally.
5829         * configure: Regenerated.
5830         * Makeconfig (stdio): Set to libio by default.
5831         * config.make.in (stdio): Variable removed.
5832         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
5833         * sysdeps/unix/sysv/linux/configure: Regenerated.
5834         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
5835         * sysdeps/mach/hurd/configure: Regenerated.
5836         * stdio/.cvsignore: File removed.
5837         * stdio/Makefile: File removed.
5838         * stdio/Versions: File removed.
5839         * stdio/__fbufsize.c: File removed.
5840         * stdio/__flbf.c: File removed.
5841         * stdio/__fpending.c: File removed.
5842         * stdio/__fpurge.c: File removed.
5843         * stdio/__freadable.c: File removed.
5844         * stdio/__freading.c: File removed.
5845         * stdio/__fsetlocking.c: File removed.
5846         * stdio/__fwritable.c: File removed.
5847         * stdio/__fwriting.c: File removed.
5848         * stdio/clearerr.c: File removed.
5849         * stdio/fclose.c: File removed.
5850         * stdio/fcloseall.c: File removed.
5851         * stdio/feof.c: File removed.
5852         * stdio/ferror.c: File removed.
5853         * stdio/fflush.c: File removed.
5854         * stdio/fgetc.c: File removed.
5855         * stdio/fgetpos.c: File removed.
5856         * stdio/fgets.c: File removed.
5857         * stdio/fileno.c: File removed.
5858         * stdio/fmemopen.c: File removed.
5859         * stdio/fopen.c: File removed.
5860         * stdio/fopncook.c: File removed.
5861         * stdio/fputc.c: File removed.
5862         * stdio/fputs.c: File removed.
5863         * stdio/fread.c: File removed.
5864         * stdio/freopen.c: File removed.
5865         * stdio/fseek.c: File removed.
5866         * stdio/fsetpos.c: File removed.
5867         * stdio/ftell.c: File removed.
5868         * stdio/fwrite.c: File removed.
5869         * stdio/getc.c: File removed.
5870         * stdio/getchar.c: File removed.
5871         * stdio/getdelim.c: File removed.
5872         * stdio/gets.c: File removed.
5873         * stdio/glue.c: File removed.
5874         * stdio/internals.c: File removed.
5875         * stdio/linewrap.c: File removed.
5876         * stdio/linewrap.h: File removed.
5877         * stdio/memstream.c: File removed.
5878         * stdio/newstream.c: File removed.
5879         * stdio/obstream.c: File removed.
5880         * stdio/putc.c: File removed.
5881         * stdio/putchar.c: File removed.
5882         * stdio/puts.c: File removed.
5883         * stdio/rewind.c: File removed.
5884         * stdio/setbuf.c: File removed.
5885         * stdio/setbuffer.c: File removed.
5886         * stdio/setlinebuf.c: File removed.
5887         * stdio/setvbuf.c: File removed.
5888         * stdio/stdio.h: File removed.
5889         * stdio/ungetc.c: File removed.
5890         * stdio/vasprintf.c: File removed.
5891         * stdio/vscanf.c: File removed.
5892         * stdio/vsnprintf.c: File removed.
5893         * stdio/vsprintf.c: File removed.
5894         * stdio/vsscanf.c: File removed.
5895         * sysdeps/generic/defs.c: File removed.
5896         * sysdeps/generic/fdopen.c: File removed.
5897         * sysdeps/generic/pipestream.c: File removed.
5898         * sysdeps/generic/stdio_init.c: File removed.
5899         * sysdeps/generic/sysd-stdio.c: File removed.
5900         * sysdeps/generic/vdprintf.c: File removed.
5901         * sysdeps/mach/hurd/defs.c: File removed.
5902         * sysdeps/mach/hurd/fdopen.c: File removed.
5903         * sysdeps/mach/hurd/pipestream.c: File removed.
5904         * sysdeps/mach/hurd/stdio_init.c: File removed.
5905         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
5906         * sysdeps/mach/hurd/vdprintf.c: File removed.
5907         * sysdeps/posix/defs.c: File removed.
5908         * sysdeps/posix/fdopen.c: File removed.
5909         * sysdeps/posix/pipestream.c: File removed.
5910         * sysdeps/posix/stdio_init.c: File removed.
5911         * sysdeps/posix/vdprintf.c: File removed.
5912         * sysdeps/unix/pipestream.c: File removed.
5913         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
5914         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
5915         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
5916
5917 2002-04-29  Roland McGrath  <roland@frob.com>
5918
5919         * include/libc-symbols.h (link_warning): Use `unused' attribute.
5920
5921 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
5922
5923         * sysdeps/generic/tls.h: Describe what must be defined.
5924
5925         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
5926         glob_in_dir [PR libc/3385].
5927         * posix/globtest.sh: Add test case.
5928
5929         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
5930         //TRANSLIT twice.
5931
5932 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
5933
5934         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
5935         _internal symbol handling.
5936         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5937
5938 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5939
5940         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
5941         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
5942
5943 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
5944
5945         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
5946         not _LIBC and RE_ENABLE_I18N.
5947         (build_range_exp): Implement for not _LIBC.
5948         (build_collating_symbol): Likewise.
5949         (parse_bracket_exp): Unify redundant error handlings.
5950         Don't erase mbcset for non matching list in multibyte envs.
5951         (build_word_op): Add '_' to matching list for \w operator.
5952         * posix/regex_internal.c (re_string_construct): Invoke
5953         build_upper_buffer in case of not RE_ENABLE_I18N.
5954         (re_string_reconstruct): Don't touch cur_state in case of not
5955         RE_ENABLE_I18N.
5956         * posix/regex_internal.h (attribute_hidden): New macro in case of
5957         not _LIBC.
5958         (re_charset_t): Define range_starts/ends in case of not _LIBC.
5959         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
5960         RE_ENABLE_I18N.
5961         (transit_state_mb): Likewise.
5962         (check_node_accept_bytes): Implement the code evaluating range
5963         expression in case of not _LIBC.
5964         (find_collation_sequence_value): Hide in case of not _LIBC.
5965
5966 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
5967
5968         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
5969         i386/semctl.c.
5970         (__old_semctl, __new_semctl): Only use va_arg if the argument will
5971         be used.
5972
5973 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5974
5975         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
5976
5977         * sysdeps/ia64/strncpy.S: Fix recovery code.
5978         Patch by David Mosberger <davidm@hpl.hp.com>.
5979
5980 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5981
5982         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
5983         GLIBC_2.2.6.
5984
5985 2002-04-14  Bruno Haible  <bruno@clisp.org>
5986
5987         * posix/regex.c (re_max_failures): Add back symbol for binary
5988         compatibility.
5989
5990 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
5991
5992         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
5993         of buffer building functions.
5994         * posix/regex_internal.c (re_string_allocate): New function.
5995         (re_string_realloc_buffers): New function.
5996         (re_string_skip_chars): New function.
5997         (re_string_reconstruct): New function.
5998         (re_string_construct): Adapt it to new interface of buffer building
5999         functions.
6000         (re_string_construct_common): Likewise.
6001         (build_wcs_buffer): Likewise.
6002         (build_wcs_upper_buffer): Likewise.
6003         (build_upper_buffer): Likewise.
6004         (re_string_translate_buffer): Likewise.
6005         (re_string_context_at): Adapt it to variable length buffers.
6006         * posix/regex_internal.h (re_string_t): Add new fields to handle
6007         variable length buffers.
6008         (re_match_context_t): Likewise.
6009         * posix/regexec.c (re_search_internal): Adapt it to new interface
6010         of re_string_t and re_match_context_t.
6011         (acquire_init_state_context): Likewise.
6012         (check_matching): Likewise.
6013         (check_halt_state_context): Likewise.
6014         (proceed_next_node): Likewise.
6015         (set_regs): Likewise.
6016         (sift_states_backward): Likewise.
6017         (clean_state_log_if_need): Likewise.
6018         (sift_states_iter_mb): Likewise.
6019         (sift_states_iter_bkref): Likewise.
6020         (add_epsilon_backreference): Likewise.
6021         (transit_state): Likewise.
6022         (transit_state_sb): Likewise.
6023         (transit_state_mb): Likewise.
6024         (transit_state_bkref): Likewise.
6025         (transit_state_bkref_loop): Likewise.
6026         (check_node_accept): Likewise.
6027         (match_ctx_init): Likewise.
6028         (extend_buffers): New function.
6029
6030 2002-04-21  Bruno Haible  <bruno@clisp.org>
6031
6032         * iconvdata/tst-table.sh: For the second check, use the truncated
6033         GB18030 charmap table, like for the first check.
6034
6035 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6036
6037         * elf/dl-load.c (open_verify): Correct __lseek parameters.
6038         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
6039
6040 2002-04-23  H.J. Lu  <hjl@gnu.org>
6041
6042         * include/math.h (isfinite): Fix a typo.
6043
6044 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6045
6046         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
6047         which is created by the test suite.
6048
6049 2002-04-20  Bruno Haible  <bruno@clisp.org>
6050
6051         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
6052         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
6053
6054 2002-04-20  Bruno Haible  <bruno@clisp.org>
6055
6056         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
6057         to avoid gcc warning.
6058
6059 2002-04-20  Bruno Haible  <bruno@clisp.org>
6060
6061         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
6062         of data->__statep->__count.
6063
6064 2002-04-20  Bruno Haible  <bruno@clisp.org>
6065
6066         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
6067         tag characters.
6068         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
6069
6070 2002-04-24  Roland McGrath  <roland@frob.com>
6071
6072         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
6073         use END macro instead of our own .end directive.
6074         Use `callsys' insn mnemonic instead of `call_pal'.
6075
6076         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
6077
6078         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
6079         macro; we need this for Hurd.
6080
6081         Log entry was missing for 2002/03/24 commit of rev 1.8,
6082         goes with 2002-03-17 changes.
6083         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
6084         (sysdep_routines): Append ioperm here.
6085         (sysdep_headers): Append sys/io.h here.
6086
6087 2002-04-23  Roland McGrath  <roland@frob.com>
6088
6089         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
6090         * sysdeps/mach/hurd/sendto.c: Likewise.
6091         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
6092         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
6093         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
6094
6095 2002-04-22  Roland McGrath  <roland@frob.com>
6096
6097         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
6098         failure from i386_io_perm_* RPCs to ENOSYS.
6099
6100 2002-04-22  Andreas Jaeger  <aj@suse.de>
6101
6102         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
6103
6104         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
6105
6106         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
6107         register instead of destroying %rbx.
6108
6109 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
6110
6111         * string/string.h: Declare strerror_r also for XPG6.
6112
6113 2002-04-19  Roland McGrath  <roland@frob.com>
6114
6115         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
6116
6117 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
6118
6119         * Makefile: Add handling of xtests and xcheck targets.
6120         * MakeTAGS: Likewise.
6121         * Makeconfig: Likewise.
6122         * Makerules: Likewise.
6123         * Rules: Likewise.
6124         * manual/Makefile: Likewise.
6125         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
6126         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
6127
6128 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
6129
6130         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
6131         authnone_private_s.
6132         * sunrpc/auth_none.c: Include bits/libc-lock.h.
6133         Delete #ifdef _RPC_THREAD_SAFE_ block.
6134         (authnone_private): Make a struct, not a pointer to struct.
6135         (authnone_private_guard): New once-control variable.
6136         (authnone_create_once): New function, split out of
6137         authnone_create.  No need to allocate memory.
6138         (authnone_create): Just call authnone_create_once via
6139         __libc_once, then return &authnone_private->no_client.
6140         (authnone_marshal): Access private data via CLIENT argument,
6141         not authnone_private pointer.
6142         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
6143         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
6144         authnone_private_s.
6145
6146 2002-04-12  H.J. Lu  <hjl@gnu.org>
6147
6148         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
6149
6150 2002-04-18  Bruno Haible  <bruno@clisp.org>
6151
6152         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6153         FROM_DIRECTION): Make the FROM direction stateless.
6154         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6155         FROM_DIRECTION): Likewise.
6156
6157 2002-04-15  Bruno Haible  <bruno@clisp.org>
6158
6159         * iconvdata/JISX0213.TXT: New file.
6160         * iconvdata/jisx0213.h: New file.
6161         * iconvdata/jisx0213.c: New file.
6162         * iconvdata/euc-jisx0213.c: New file.
6163         * iconvdata/shift_jisx0213.c: New file.
6164         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
6165         * iconvdata/EUC-JISX0213.precomposed: New file.
6166         * iconvdata/SHIFT_JISX0213.precomposed: New file.
6167         * iconvdata/SHIFT_JISX0213.irreversible: New file.
6168         * iconvdata/tst-table-to.c (main): Make it work for encodings for
6169         which the "to" direction is stateful.
6170         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
6171         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
6172         SHIFT_JISX0213.
6173         (libJISX0213-routines): New variable.
6174         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
6175         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
6176         (LDFLAGS-libJISX0213.so): New variable.
6177         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
6178         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
6179         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
6180
6181 2002-04-15  Bruno Haible  <bruno@clisp.org>
6182
6183         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
6184         uint32_t.  Update to Unicode 3.2.
6185         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
6186         (BODY for TO_LOOP): Handle the ASCII range specially.
6187         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
6188         * iconvdata/testdata/BIG5HKSCS: Remove a character.
6189         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
6190
6191 2002-04-15  Bruno Haible  <bruno@clisp.org>
6192
6193         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
6194         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
6195
6196 2002-04-15  Bruno Haible  <bruno@clisp.org>
6197
6198         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
6199         (ucs4_to_cns11643): Update.
6200         * iconvdata/cns11643.c: Update to Unicode 3.2.
6201         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
6202         __cns11643_from_ucs4p2_tab): Regenerated.
6203         (__cns11643_from_ucs4p2c_tab): New array.
6204         * iconvdata/cvs11643l1.c: Update comments.
6205         * iconvdata/EUC-TW.irreversible: Remove two entries.
6206
6207 2002-04-15  Bruno Haible  <bruno@clisp.org>
6208
6209         * locale/C-translit.h.in: Update to Unicode 3.2.
6210         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
6211         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
6212
6213 2002-04-15  Bruno Haible  <bruno@clisp.org>
6214
6215         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
6216         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
6217
6218 2002-04-15  Bruno Haible  <bruno@clisp.org>
6219
6220         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
6221         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
6222         always one byte, not 0 bytes in some cases and 2 bytes in others.
6223
6224         * iconvdata/tst-table-from.c (main): Correct the usage message.
6225
6226 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6227
6228         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6229         (parse_dup_op): Fix error handling like "a{}".
6230         (parse_bracket_exp): Add error handling.
6231         (fetch_number): Add error handling for "a{<very_large_number>}".
6232
6233 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6234
6235         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6236         in case that the symbol name is too long.
6237         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6238         in case of REG_ICASE.
6239
6240 2002-04-19  Andreas Jaeger  <aj@suse.de>
6241
6242         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6243         <hartvige@mips.com>.
6244
6245 2002-04-15  H.J. Lu  <hjl@gnu.org>
6246
6247         * include/math.h (__finitel_internal): Declare only if
6248         __NO_LONG_DOUBLE_MATH is not defined.
6249         (__isinfl_internal): Likewise.
6250         (__isnanl_internal): Likewise.
6251
6252         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
6253         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6254         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6255         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6256         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6257         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6258         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6259
6260         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
6261         __fcntl_internal.
6262
6263         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
6264         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
6265
6266 2002-04-15  Bruno Haible  <bruno@clisp.org>
6267
6268         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
6269         (BODY for TO_LOOP): Likewise.
6270         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
6271         * iconvdata/tst-table.sh: Add support for encodings which contain
6272         precomposed Unicode characters, known to the iconv converter in both
6273         directions but not listed in the charmap.
6274         * iconvdata/IBM856.irreversible: New file.
6275         * iconvdata/IBM922.irreversible: New file.
6276         * iconvdata/IBM1132.irreversible: New file.
6277         * iconvdata/IBM1133.irreversible: New file.
6278         * iconvdata/IBM1160.irreversible: New file.
6279         * iconvdata/IBM1161.irreversible: New file.
6280         * iconvdata/IBM1163.irreversible: New file.
6281         * iconvdata/IBM1164.irreversible: New file.
6282         * iconvdata/ARMSCII-8.irreversible: New file.
6283         * iconvdata/TCVN5712-1.precomposed: New file.
6284         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
6285         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
6286         ARMSCII-8, TCVN5712-1.
6287         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
6288         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
6289         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
6290         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
6291
6292 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6293
6294         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
6295         for EVENING69.  Include offsets in TZ environment variable.
6296
6297 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
6298
6299         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
6300         avoid compiler warnings.
6301
6302         * locale/programs/localedef.c (main): Always call
6303         construct_output_path.
6304
6305         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
6306
6307         * locale/programs/locfile.c (to_archive): New variable.  To collect
6308         data which has to be added to the locale archive.
6309         (write_all_categories): Take new third parameter with locale name.
6310         Unless no_archive flag set add new locale data to the archive
6311         (write_locale_data): Unless no-archive flag set store generated data
6312         in to_archive data structure instead of generation output file.
6313         Add new parameter with locale category index.
6314         * locale/programs/locfile.h: Add new parameters in declaractions of
6315         write_all_categories and write_locale_data.
6316         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
6317         --add-to-archive, and --delete-from-archive options.  Pass extra
6318         parameter to write_all_categories.
6319         * locale/programs/localedef.h: Add prototypes for functions in
6320         locarchive.c.
6321         * locale/locarchive.h: New file.
6322         * locale/programs/locarchive.c: New file.
6323         * locale/Makefile (distribute): Add programs/locarchive.c and
6324         locarchive.h.
6325         (localedef-modules): Add md5 and locarchive.
6326         Add vpath to crypt subdir for md5.c.
6327
6328         * locale/programs/ld-address.c: Pass locale category ID as new second
6329         parameter to write_locale_data.
6330         * locale/programs/ld-collate.c: Likewise.
6331         * locale/programs/ld-ctype.c: Likewise.
6332         * locale/programs/ld-identification.c: Likewise.
6333         * locale/programs/ld-measurement.c: Likewise.
6334         * locale/programs/ld-messages.c: Likewise.
6335         * locale/programs/ld-monetary.c: Likewise.
6336         * locale/programs/ld-name.c: Likewise.
6337         * locale/programs/ld-numeric.c: Likewise.
6338         * locale/programs/ld-paper.c: Likewise.
6339         * locale/programs/ld-telephone.c: Likewise.
6340         * locale/programs/ld-time.c: Likewise.
6341
6342         * locale/simple-hash.c: Move compute_hashval function from here...
6343         * locale/hashval.h: ...to here.  New file.
6344         * locale/simple-hash.h: Add prototype for compute_hashval.
6345
6346         * include/libintl.h: Minor cleanups.
6347
6348 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
6349
6350         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
6351
6352 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
6353
6354         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
6355
6356 2002-04-14  Bruno Haible  <bruno@clisp.org>
6357
6358         * locale/programs/charmap.c (charmap_read): Don't access result if
6359         result == NULL.
6360
6361 2002-02-17  Andreas Schwab  <schwab@suse.de>
6362
6363         * elf/reldep7.c: New file.
6364         * elf/reldep7mod1.c: New file.
6365         * elf/reldep7mod2.c: New file.
6366         * elf/Makefile: Add rules to build and run reldep7.
6367
6368 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
6369
6370         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
6371         the end of the function.  Pass original flags to recursive call if
6372         add_dependency failed.
6373         (_dl_lookup_versioned_symbol): Likewise.
6374
6375 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
6376
6377         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
6378         early, but check whether it overflowed afterwards.
6379         * time/tst-mktime.c (main): Add new tests.
6380
6381 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
6382
6383         * debug/xtrace.sh: Fix program name in help message.
6384         Patch by Roger Luethi <rl@hellgate.ch>.
6385
6386         * include/sys/stat.h: Add prototypes for __lxstat_internal and
6387         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
6388         NOT_IN_libc.
6389         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
6390         * sysdeps/mach/hurd/lxstat.c: Likewise.
6391         * sysdeps/unix/common/lxstat.c: Likewise.
6392         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
6393         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
6394         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6395         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6396         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
6397         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
6398         * sysdeps/mach/hurd/lxstat64.c: Likewise.
6399         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
6400         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
6401
6402         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
6403         prototypes.  Add __mbrlen and __mbrtowc macros.
6404         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
6405         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
6406
6407         * include/unistd.h: Add prototype for __write_internal and add
6408         __libc_write macro is SHARED.
6409         * sysdeps/generic/write.c: Use INTDEF for __write.
6410         * sysdeps/mach/hurd/write.c: Likewise.
6411         * sysdeps/unix/sysv/aix/write.c: Likewise.
6412         * sysdeps/unix/syscalls.list: Add __libc_write alias.
6413
6414         * assert/assert.c: Replace STR_N_SIZE with something usable in
6415         macro arguments.
6416         * assert/assert-perr.c: Likewise.
6417
6418         * include/sys/socket.h: Declare __libc_sa_len_internal and define
6419         SA_LEN macro to use it if not NOT_IN_libc.
6420         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
6421
6422         * include/fcntl.h: Declare __open_internal and define __open and
6423         __libc_open macros if not NOT_IN_libc.
6424         * sysdeps/generic/open.c: Use INTDEF for __open.
6425         * sysdeps/mach/hurd/open.c: Likewise.
6426         * sysdeps/unix/sysv/aix/open.c: Likewise.
6427         * sysdeps/unix/syscalls.list: Add __open_internal alias.
6428
6429         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
6430         has correct number.
6431
6432         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
6433         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
6434         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6435         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6436
6437         * include/wctype.h: Declare __iswalpha_l_internal,
6438         __iswdigit_l_internal, __iswspace_l_internal,
6439         __iswxdigit_l_internal, and __iswctype_internal.  Define
6440         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
6441         __iswxdigit_l macros if not NOT_IN_libc.
6442         * wctype/iswctype.c: Use INTDEF for __iswctype.
6443         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
6444
6445         * include/math.h: Declare __isinf_internal, __isinfl_internal,
6446         __isnan_internal, and __isnanl_internal.
6447         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
6448         __isnan, and __isnanl.
6449         * stdio-common/printf_size.c: Likewise.
6450         * sysdeps/generic/printf_fphex.c: Likewise.
6451         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
6452         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6453         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
6454         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
6455         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6456         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6457         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6458         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6459         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
6460         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
6461         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
6462         * sysdeps/m68k/s_isinfl.c: Likewise.
6463         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
6464         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
6465
6466         * include/sys/time.h: Declare __gettimeofday_internal and define
6467         __gettimeofday macro if not NOT_IN_libc.
6468         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
6469         * sysdeps/mach/gettimeofday.c: Likewise.
6470         * sysdeps/posix/gettimeofday.c: Likewise.
6471         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
6472         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
6473         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6474         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
6475
6476         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
6477         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
6478         Remove __lstat and __fstat inline functions.
6479         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
6480         * sysdeps/mach/hurd/fxstat.c: Likewise.
6481         * sysdeps/unix/fxstat.c: Likewise.
6482         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
6483         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
6484         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6485         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
6486         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
6487         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
6488         * sysdeps/mach/hurd/fxstat64.c: Likewise.
6489         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
6490         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6491
6492         * include/unistd.h: Declare __getpid_internal and define
6493         __getpid macro if not NOT_IN_libc.
6494         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
6495         * sysdeps/generic/getpid.c: Likewise.
6496         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
6497         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
6498
6499         * include/unistd.h: Declare __getpgid_internal and define
6500         __getpgid macro if not NOT_IN_libc.
6501         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
6502         * sysdeps/mach/hurd/getpgid.c: Likewise.
6503         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
6504         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
6505         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
6506         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
6507
6508         * include/unistd.h: Declare __getpagesize_internal and define
6509         __getpagesize macro if not NOT_IN_libc.
6510         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
6511         __getpagesize.
6512         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
6513         * sysdeps/mach/getpagesize.c: Likewise.
6514         * sysdeps/posix/getpagesize.c: Likewise.
6515         * sysdeps/unix/getpagesize.c: Likewise.
6516         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6517         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
6518         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
6519         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
6520
6521 2002-04-13  Andreas Jaeger  <aj@suse.de>
6522
6523         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
6524         as clobber to reduce register pressure.
6525         (__strpbrk_cg): Likewise.
6526         (__mempcpy_by4): Likewise.
6527         (__strstr_cg): Likewise.
6528         Add prototype for __memrchr.
6529
6530 2002-04-13  Andreas Schwab  <schwab@suse.de>
6531
6532         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
6533         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
6534         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
6535
6536 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
6537
6538         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
6539         check whether the caller prefers getting the most recent version of
6540         a symbol of the earliest version.
6541         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
6542         _dl_do_lookup to also take the new parameter and pass it on.
6543         Change 'explicit' parameter of _dl_lookup_symbol and
6544         _dl_lookup_versioned_symbol to flags.  Adjust tests.
6545         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
6546         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
6547         _dl_lookup_versioned_symbol.
6548         * elf/dl-reloc.c: Likewise.
6549         * elf/dl-runtime.c: Likewise.
6550         * elf/dl-sym.c: Likewise.
6551         * sysdeps/mips/dl-machine.h: Likewise.
6552
6553 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6554
6555         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
6556         in a token.
6557         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
6558
6559 2002-04-10  Andreas Jaeger  <aj@suse.de>
6560
6561         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
6562
6563         * include/argz.h: Remove extra char from last patch.
6564
6565 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
6566
6567         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6568         * sysdeps/unix/sysv/aix/chown.c: Likewise.
6569         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6570         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6571         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6572         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6573         __chown_internal.
6574         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6575
6576         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6577         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6578         * intl/ngettext.c: Likewise.
6579
6580         * include/sys/socket.h: Declare __connect_internal and define
6581         __connect macro if not NOT_IN_libc.
6582         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6583         * sysdeps/unix/sysv/aix/connect.c: Likewise.
6584         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6585
6586         * include/unistd.h: Declare __close_internal and define __close macro
6587         if not NOT_IN_libc.
6588         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6589         WJUMP3): Add extra parenthesis to avoid expanding element names with
6590         macors like __close.
6591         * sysdeps/unix/syscalls.list: Add __close_internal alias.
6592
6593         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6594         if not NOT_IN_libc.
6595         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6596         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6597         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6598
6599         * include/unistd.h: Declare __fork_internal and define __fork macro
6600         if not NOT_IN_libc.
6601         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6602         * sysdeps/unix/sysv/aix/fork.c: Likewise.
6603         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6604
6605         * include/stdio_ext.h: Declare __fsetlocking_internal and define
6606         __fsetlocking macro to use it if not NOT_IN_libc.
6607         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6608
6609         * libio/__fbufsize.c: Correct copyright.
6610         * libio/__flbf.c: Likewise.
6611         * libio/__fpending.c: Likewise.
6612         * libio/__fpurge.c: Likewise.
6613         * libio/__freadable.c: Likewise.
6614         * libio/__freading.c: Likewise.
6615         * libio/__fsetlocking.c: Likewise.
6616         * libio/__fwritable.c: Likewise.
6617         * libio/__fwriting.c: Likewise.
6618
6619         * include/stdio.h: Declare __asprintf_internal and define __asprintf
6620         macro to use it if not NOT_IN_libc.
6621         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6622
6623         * include/mntent.h: Declare __setmntent_internal,
6624         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
6625         __getmntent_r, and __endmntent macros to use these functions if not
6626         NOT_IN_libc.
6627         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6628         __endmntent.
6629
6630         * include/math.h: Declare __finite_internal, __finitef_internal, and
6631         __finitel_internal.  Redefine isfinite macro if in libc or libm using
6632         these functions.
6633         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6634         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6635         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6636         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6637         * sysdeps/i386/fpu/s_finitef.S: Likewise.
6638         * sysdeps/i386/fpu/s_finitel.S: Likewise.
6639         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6640         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6641         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6642         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6643
6644         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
6645         to use this function if not NOT_IN_libc.
6646         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6647         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6648         * sysdeps/mach/hurd/fcntl.c: Likewise.
6649         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6650         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6651
6652         * include/argz.h: Declare __argz_count_internal and
6653         __argz_stringify_internal.
6654         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6655         __argz_stringify.
6656         * string/argz-count.c: Use INTDEF for __argz_count.
6657         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
6658
6659         * include/stdlib.h: Declare __cxa_atexit_internal and define
6660         __cxa_atexit macro if not NOT_IN_libc.
6661         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
6662         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
6663
6664         * assert/assert.c: Use INTDEF for __assert_fail.
6665         * assert/__assert.c: Use INTUSE for call to __assert_fail.
6666         * include/assert.h: Declare __assert_fail_internal.
6667
6668         * extra-lib.mk: Mark assignment to lib with override.
6669
6670 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6671
6672         * Makerules: Use cppflags-iterator.mk to add defines for all test
6673         source files.
6674
6675 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
6676
6677         * elf/elf.h: Define R_SH_TLS_xxx macros.
6678         * elf/rtld.c: Remove an extra parenthesis.
6679         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
6680         TLS_GD macros.
6681         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
6682         * sysdeps/sh/dl-lookupcfg.h: New file.
6683         * sysdeps/sh/dl-tls.h: New file.
6684         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
6685         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
6686         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
6687         R_SH_TLS_TPOFF32 relocations.
6688
6689 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6690
6691         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
6692         of NOT_IN_LIBC.
6693         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
6694         * include/stdlib.h: Likewise.
6695
6696 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
6697
6698         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
6699         instead of _RTLD_LOCAL.
6700         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
6701         * include/unistd.h: Likewise.
6702         * sysdeps/generic/ldsodefs.h: Likewise.
6703
6704         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
6705         if in libc or ld.so.
6706
6707 2002-04-08  Andreas Jaeger  <aj@suse.de>
6708
6709         * elf/cache.c (print_entry): Support x86-64.
6710
6711 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6712
6713         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
6714         with one accessing the locale data structures directly.
6715         * stdio-common/printf-prs.c: Include localeinfo.h for new
6716         MB_CUR_MAX definition.
6717
6718         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
6719         is the name of the source file without extension.
6720         * Makefile (distribute): Add cppflags-iterator.mk.
6721         * cppflags-iterator.mk: New file.
6722         * extra-lib.mk: For the sources of the library run
6723         cppflags-iterator.mk.
6724
6725         * include/libintl.h: Declare __dcgettext_internal and
6726         _libc_intl_domainname_internal.  Define __dcgettext using these
6727         two symbols if used in libc itself.
6728         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
6729         _libc_intl_domainname_internal.
6730         * argp/argp-parse.c: Likewise.
6731         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
6732         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
6733         * intl/gettext.c: Likewise.
6734         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
6735         alias.
6736         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
6737         __dcgettext.
6738         * posix/regex_internal.c (gettext): Likewise.
6739
6740 2002-04-08  Andreas Jaeger  <aj@suse.de>
6741
6742         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
6743
6744         * sysdeps/x86_64/fpu/s_llrint.S: New file.
6745         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
6746         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
6747         * sysdeps/x86_64/fpu/s_lrint.S: New file.
6748         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
6749         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
6750
6751 2002-04-08  Roland McGrath  <roland@frob.com>
6752
6753         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
6754         widening __hurd_fail value.
6755
6756 2002-04-07  Roland McGrath  <roland@frob.com>
6757
6758         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
6759         <mach/machine/alpha_instruction.h>.
6760         (_hurd_setup_sighandler): Take proper arguments for current decls.
6761         Update code to use _hurdsig_catch_fault.
6762         Use `callsys' instruction instead of `call_pal'.
6763         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
6764
6765         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
6766         (ALIGN, at, AT, fp): New macros.
6767
6768 2002-04-06  Roland McGrath  <roland@frob.com>
6769
6770         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
6771
6772         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
6773         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
6774
6775         * sysdeps/mach/hurd/bind.c: Use prototype definition.
6776         * sysdeps/mach/hurd/connect.c: Likewise.
6777         * sysdeps/mach/hurd/getsockopt.c: Likewise.
6778         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6779
6780         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
6781         __msg_sig_post RPC.
6782
6783         * hurd/catch-exc.c: Use integer_t instead of int.
6784         * hurd/hurdfault.c: Likewise.
6785
6786         * sysdeps/mach/hurd/alpha/exc2signal.c
6787         (_hurd_exception2signal): Rewritten.
6788         * sysdeps/mach/hurd/alpha/longjmp-ts.c
6789         (_hurd_longjmp_thread_state): Rewritten.
6790
6791 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
6792
6793         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
6794         DB_LOOKUP_FCT prototype.
6795         * nss/getXXent_r.c: Likewise.
6796         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
6797         * inet/getaliasname_r.c: Likewise.
6798         * inet/getnetbyad_r.c: Likewise.
6799         * inet/getnetbynm_r.c: Likewise.
6800         * inet/getnetent_r.c: Likewise.
6801         * inet/getproto_r.c: Likewise.
6802         * inet/getprtent_r.c: Likewise.
6803         * inet/getprtname_r.c: Likewise.
6804         * inet/getrpcbyname_r.c: Likewise.
6805         * inet/getrpcbynumber_r.c: Likewise.
6806         * inet/getrpcent_r.c: Likewise.
6807         * inet/getservent_r.c: Likewise.
6808         * inet/getsrvbynm_r.c: Likewise.
6809         * inet/getsrvbypt_r.c: Likewise.
6810         * shadow/getspent_r.c: Likewise.
6811         * shadow/getspnam_r.c: Likewise.
6812
6813         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
6814
6815         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
6816         Use i686-friendly PIC code.
6817         * sysdeps/i386/elf/setjmp.S: Likewise.
6818
6819         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
6820
6821         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
6822         list.
6823         * elf/Versions: Remove it here.
6824
6825 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
6826
6827         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
6828         direction.  Reported by H . J . Lu <hjl@lucon.org>.
6829
6830 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6831
6832         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
6833         test just before the test runs.
6834         * intl/tst-translit.sh: Likewise.
6835         * intl/tst-codeset.sh: Likewise.
6836
6837         * timezone/zic.c: Update from tzcode2002c.
6838         * timezone/asia: Update from tzdata2002c.
6839         * timezone/backward: Likewise.
6840         * timezone/europe: Likewise.
6841         * timezone/northamerica: Likewise.
6842         * timezone/northamerica: Likewise.
6843         * timezone/northamerica: Likewise.
6844         * timezone/southamerica: Likewise.
6845         * timezone/zone.tab: Likewise.
6846
6847 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
6848
6849         * sysdeps/generic/brk.c (__curbrk): Declare.
6850         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
6851         * sysdeps/generic/dl-sbrk.c: Likewise.
6852         * sysdeps/unix/arm/dl-brk.S: New file.
6853         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
6854         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
6855         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
6856         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
6857         * sysdeps/unix/i386/dl-brk.S: New file.
6858         * sysdeps/unix/mips/dl-brk.S: New file.
6859         * sysdeps/unix/sparc/dl-brk.S: New file.
6860         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
6861         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
6862         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
6863         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
6864
6865 2002-04-03  Andreas Schwab  <schwab@suse.de>
6866
6867         * Makefile (headers): Add gnu/lib-names.h here instead of
6868         install-others.
6869         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
6870         installation rule.
6871         (install-headers): Add dependency on install-headers-nosubdir.
6872         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
6873         instead of install-others.
6874         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
6875         installation rule.
6876
6877 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6878
6879         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
6880         Reported by Sam Roberts <sroberts@uniserve.com>.
6881
6882 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
6883
6884         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
6885         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
6886         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6887         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6888
6889 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
6890
6891         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
6892         (RTLD_START): Ditto.
6893         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
6894         dependency violation.
6895
6896 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
6897
6898         * time/mktime.c (__mktime_internal): Move check for year < 70 below
6899         all variable declarations.
6900
6901 2002-04-04  Andreas Schwab  <schwab@suse.de>
6902
6903         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
6904
6905 2002-04-04  Andreas Jaeger  <aj@suse.de>
6906
6907         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
6908         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
6909
6910         * sysdeps/x86_64/fpu/s_fabs.c: New file.
6911         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
6912         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
6913
6914         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
6915
6916         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
6917
6918         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
6919         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
6920
6921         * configure.in: Handle all mips entries the same.
6922
6923         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
6924         * sysdeps/mips/mips3/*: Likewise.
6925         * sysdeps/mips/p40/bits/endian.h: Likewise.
6926
6927 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
6928
6929         * misc/dirname.c (dirname): Ignore trailing slashes at end of
6930         non-null result [PR libc/2600].
6931
6932         * misc/tst-dirname.c: Add more tests.
6933
6934 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6935
6936         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
6937         define a code_set_name provide one based on the filename.
6938
6939         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
6940
6941 2001-12-28  Andreas Jaeger  <aj@suse.de>
6942
6943         * time/mktime.c (__mktime_internal): Check for year < 70
6944         [PR libc/2738].
6945
6946 2002-04-03  Andreas Jaeger  <aj@suse.de>
6947
6948         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
6949         shmat.
6950         Reported by Andi Kleen <ak@suse.de>.
6951
6952 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6953
6954         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
6955         * sysdeps/generic/w_lgammaf.c: Likewise.
6956         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
6957
6958         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
6959         Adjust for new output format of the backtrace functions.
6960
6961         * misc/syslog.c (vsyslog): Only use cleanup handler if
6962         _LIBC_REENTRANT is defined [PR libc/2924].
6963
6964         * libio/Makefile (tests): Add bug-ungetwc2.
6965         * libio/bug-ungetwc2.c: New file.
6966
6967         * manual/install.texi: Typographical and grammatical cleanup.
6968         Patch by Dennis Grace <dgrace@us.ibm.com>.
6969
6970         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
6971         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
6972
6973         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
6974         always "&".  Adjust callers.
6975         Add "_" prefix to several generated definitions.
6976         Patch by paul@serice.net [PR libc/3158].
6977
6978 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6979
6980         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
6981         size of _dl_arm_cap_flags.
6982         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
6983
6984         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
6985         Define as 8.
6986
6987 2002-03-22  H.J. Lu  <hjl@gnu.org>
6988
6989         * scripts/firstversions.awk: Check the first version.
6990
6991 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6992
6993         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
6994         dependencies must be stable to work correctly.
6995         Reported by martin.lubich@datacon.at.
6996
6997         * libio/bug-ungetwc1.c: New file.
6998         * libio/Makefile (tests): Add bug-ungetwc1.
6999
7000         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
7001         if stream was last used for writing.
7002
7003         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
7004         number [PR libc/3111].
7005
7006         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
7007         to ...
7008         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
7009
7010 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
7011
7012         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
7013         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
7014         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
7015         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
7016         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
7017
7018 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
7019
7020         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
7021         dynamic tags.
7022
7023 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7024
7025         * sysdeps/i386/fpu/s_fabs.S: New file.
7026         * sysdeps/i386/fpu/s_fabsf.S: New file.
7027         * sysdeps/i386/fpu/s_fabsl.S: New file.
7028         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
7029         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
7030         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
7031
7032 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7033
7034         * rt/tst-shm.c (do_test): Add one more test for size of shared
7035         memory object.
7036
7037 2002-03-29  Wolfram Gloger  <wg@malloc.de>
7038
7039         * malloc/malloc.c: Add short description and prototypes for
7040         malloc_get_state, malloc_set_state and posix_memalign, for
7041         consistency and to avoid warnings with -Wstrict-prototypes.
7042         Reported by Andreas Jaeger <aj@suse.de>.
7043
7044 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7045
7046         * po/gl.po: Update from translation team.
7047
7048 2002-03-31  Roland McGrath  <roland@frob.com>
7049
7050         * hurd/hurdselect.c (_hurd_select): Fix
7051         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
7052         Use a union rather than casts to compare mach_msg_type_t as int.
7053
7054 2002-03-25  Roland McGrath  <roland@frob.com>
7055
7056         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
7057         check off the end of NAME when it's shorter than 2 chars.
7058         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
7059
7060 2002-03-17  Roland McGrath  <roland@frob.com>
7061
7062         * sysdeps/mach/hurd/i386/sys/io.h: New file.
7063         * sysdeps/mach/hurd/i386/ioperm.c: New file.
7064         * sysdeps/mach/hurd/i386/Dist: Add them.
7065         * sysdeps/mach/hurd/i386/Versions
7066         (libc: GLIBC_2.2.6): New set, add ioperm.
7067         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
7068         (mach_interface_list): Check for mach_i386.defs.
7069         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
7070         * sysdeps/mach/configure: Regenerated.
7071
7072 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
7073
7074         * po/fr.po: Update from translation team.
7075
7076 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7077
7078         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
7079         getpriority from syscalls list.
7080
7081 2002-03-28  Andreas Jaeger  <aj@suse.de>
7082
7083         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
7084         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
7085         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
7086         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
7087
7088 2002-03-27  Andreas Jaeger  <aj@suse.de>
7089
7090         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7091         sigcontext): Follow further kernel change.
7092
7093         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
7094         kernel change.
7095
7096         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
7097         Change for struct sigcontext change.
7098
7099         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7100         Follow changes in struct sigcontext.
7101
7102         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
7103         sysycall, use wrapper instead.
7104
7105 2002-03-26  Andreas Jaeger  <aj@suse.de>
7106
7107         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
7108         read and write accesses as detailed as possible.
7109         (__memcpy_by2): Likewise.
7110         (__memcpy_g): Likewise.
7111         (memmove): Likewise.
7112         (memcmp): Likewise.
7113         (__memset_ccn_by4): Likewise.
7114         (__memset_ccn_by2): Likewise.
7115         (__memset_gcn_by4): Likewise.
7116         (__memset_gcn_by2): Likewise.
7117         (memchr): Likewise.
7118         (__memrchr): Likewise.
7119         (rawmemchr): Likewise.
7120         (__strlen_g): Likewise.
7121         (__strcpy_g): Likewise.
7122         (__mempcpy_by4): Likewise.
7123         (__mempcpy_by2): Likewise.
7124         (__mempcpy_byn): Likewise.
7125         (__stpcpy_g): Likewise.
7126         (__strncpy_by4): Likewise.
7127         (__strncpy_by2): Likewise.
7128         (__strncpy_byn): Likewise.
7129         (__strncpy_gg): Likewise.
7130         (__strcat_c): Likewise.
7131         (__strcat_g): Likewise.
7132         (__strncat_g): Likewise.
7133         (__strcmp_gg): Likewise.
7134         (__strncmp_g): Likewise.
7135         (__strchr_c): Likewise.
7136         (__strchr_g): Likewise.
7137         (__strchrnul_c): Likewise.
7138         (__strchrnul_g): Likewise.
7139         (__strrchr_c): Likewise.
7140         (__strrchr_g): Likewise.
7141         (__strrchr_c): Likewise.
7142         (__strrchr_g): Likewise.
7143         (__strcspn_c1): Likewise.
7144         (__strcspn_cg): Likewise.
7145         (__strcspn_g): Likewise.
7146         (__strcspn_g): Likewise.
7147         (__strspn_c1): Likewise.
7148         (__strspn_cg): Likewise.
7149         (__strspn_g): Likewise.
7150         (__strspn_g): Likewise.
7151         (__strpbrk_cg): Likewise.
7152         (__strpbrk_g): Likewise.
7153         (__strstr_cg): Likewise.
7154         (__strstr_g): Likewise.
7155
7156         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
7157         Michal Ludvig <mludvig@suse.cz>.
7158
7159         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
7160         compatibilty, adjust for kernel changes.
7161
7162         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7163         sigcontext): Adjust for kernel changes.
7164
7165 2002-03-25  Andreas Jaeger  <aj@suse.de>
7166
7167         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
7168         little endian.
7169         Reported by Artur Zaprzala <zybi@talex.com.pl>.
7170
7171 2002-03-24  Andreas Jaeger  <aj@suse.de>
7172
7173         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
7174
7175         * stdio-common/tst-fdopen.c (main): Remove unused variable.
7176
7177         * iconv/tst-iconv3.c (main): Use correct printf strings.
7178
7179 2002-03-18  Roland McGrath  <roland@frob.com>
7180
7181         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
7182         (CMGROUP_MAX): New macro.
7183
7184 2002-03-23  Roland McGrath  <roland@frob.com>
7185
7186         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
7187         * sysdeps/posix/shm_unlink.c: Likewise.
7188
7189 2002-03-22  Roland McGrath  <roland@frob.com>
7190
7191         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
7192         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
7193         under --enable-libio.
7194         * sysdeps/mach/hurd/configure: Regenerated.
7195
7196 2002-03-23  Roland McGrath  <roland@frob.com>
7197
7198         * sysdeps/mach/hurd/i386/Makefile
7199         (sysdep_routines, shared-only-routines): Don't add framestate,
7200         reverting 2001-10-02 change.
7201         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
7202         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
7203         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7204         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7205         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
7206         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
7207         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7208         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
7209         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
7210         Do it here instead, only if [$(unwind-find-fde) = yes].
7211
7212 2002-03-23  Andreas Jaeger  <aj@suse.de>
7213
7214         * signal/signal.h: Fix typo. Patch by Steve Kemp
7215         <skx@tardis.ed.ac.uk>.
7216
7217 2002-03-22  Andreas Jaeger  <aj@suse.de>
7218
7219         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
7220         getresuid.
7221
7222         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7223         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
7224         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7225         user_fpregs_struct): Rename fwd.
7226
7227         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7228         Follow sigcontext changes.
7229
7230 2002-03-22  Andreas Jaeger  <aj@suse.de>
7231
7232         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7233         changes for NaNs on MIPS.
7234         Patch by Hartvig Ekner <hartvige@mips.com>.
7235
7236 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7237
7238         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7239         Use realloc if too large.
7240         (addgrbyid): Likewise.
7241         * nscd/hstcache.c (addhstbyname): Likewise.
7242         (addhstbyaddr): Likewise.
7243         (addhstbynamev6): Likewise.
7244         (addhstbyaddrv6): Likewise.
7245         * nscd/pwdcache.c (addpwbyname): Likewise.
7246         (addpwbyuid): Likewise.
7247
7248 2002-03-21  Andreas Jaeger  <aj@suse.de>
7249
7250         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7251         _fpstate): Add separate struct for x86-64.
7252
7253         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7254         user_fpregs_struct): Change member names to follow kernel.
7255
7256 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
7257
7258         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
7259         Correctly close the UDP connection right away [PR libc/3120].
7260
7261 2002-03-20  Andreas Jaeger  <aj@suse.de>
7262
7263         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7264         user_fpregs_struct): Fix for changed kernel struct.
7265         (struct user_regs_struct): Likewise.
7266         (struct user): Likewise.
7267         Add 32-bit x86 compatibility.
7268
7269         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
7270
7271 2002-03-19  Andreas Jaeger  <aj@suse.de>
7272
7273         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
7274
7275 2002-03-18  Andreas Jaeger  <aj@suse.de>
7276
7277         * iconvdata/Makefile: Only run tests when shared libs are
7278         available.
7279
7280 2002-03-17  Andreas Jaeger  <aj@suse.de>
7281
7282         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
7283
7284         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
7285
7286         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
7287         bits.
7288
7289         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
7290         (CAUSE_SHIFT): New macro.
7291         Patch by Hartvig Ekner <hartvige@mips.com>.
7292
7293         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
7294         * sysdeps/generic/unwind-pe.h: Likewise.
7295
7296         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
7297         type to _IO_setb.
7298
7299         * libio/stdio.c (AL2): Define variant when visibility attribute is
7300         not supported.
7301
7302         * include/libc-symbols.h (_INTVARDEF): Define variant when
7303         visibility attribute is not supported.
7304
7305 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
7306
7307         * po/fr.po: Update from translation team.
7308
7309 2002-02-25  Bruno Haible  <bruno@clisp.org>
7310
7311         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
7312
7313 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7314
7315         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
7316         buffers if _IO_file_attach failed.
7317
7318         * libio/fileops.c (_IO_file_open): Close file descriptor if
7319         _IO_SEEKOFF call failed.
7320
7321 2002-03-15  H.J. Lu  <hjl@gnu.org>
7322             Ulrich Drepper  <drepper@redhat.com>
7323
7324         * configure.in: Check for availability of
7325         init_array/fini_array/preinit_array handling in binutils.
7326         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
7327         * config.make.in (have-initfini-array): New variable.
7328
7329 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7330
7331         * stdio-common/tst-printf.c (main): Comment out one test which
7332         checked the compiler's ability to fold floating-point constants
7333         but not really printf.
7334         (rfg3): Make s const.
7335         * stdio-common/tst-printf.sh: Adjust for removed test.
7336
7337         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
7338         internal function.  Adjust for internal_function calling convention.
7339         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
7340         as internal_function.
7341
7342         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
7343         hidden.
7344
7345         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
7346         declaration and definition.
7347         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
7348         declaration.
7349         * nss/getXXent_r.c: Likewise.
7350         * nss/nsswitch.h (db_lookup_function): Add internal_function to
7351         definition.
7352
7353         * include/time.h: Declare __localtime_r as hidden.
7354
7355         * include/aliases.h: Declare __getaliasent_r as hidden.
7356         * include/grp.h: Declare __getgrent_r as hidden.
7357         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
7358         __getservent_r, and __getprotoent_r as hidden.
7359         * include/pwd.h: Declare __getpwent_r as hidden.
7360         * include/shadow.h: Declare __getspent_r as hidden.
7361         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
7362
7363         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
7364         and __gconv_transliterate as hidden.
7365         Add internal_function to __gconv_get_path declaration.
7366         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
7367         definition.  Add attribute_hidden to __gconv_read_conf definition.
7368
7369 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
7370
7371         * elf/rtld.c: Declare _environ as hidden.
7372         * sysdeps/generic/dl-environ.c: Likewise.
7373         * sysdeps/generic/dl-sysdep.c: Likewise.
7374
7375         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
7376         _dl_mcount_internal as hidden.
7377
7378         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
7379         * sysdeps/generic/dl-brk.c: New file.
7380         * sysdeps/generic/dl-sbrk.c: New file.
7381         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
7382         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
7383
7384         * elf/dl-minimal.c (malloc): Declare _end as hidden.
7385         (__errno_location): New function.  Declare errno as hidden.
7386         * elf/rtld.c (_dl_argc): Define as hidden.
7387         (_dl_skip_args): Define as hidden.
7388         (_begin, _end): Declare as hidden.
7389         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
7390         * sysdeps/generic/entry.h (_start): Declare as hidden.
7391         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
7392         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
7393         _dl_runtime_resolve and _dl_runtime_profile as hidden.
7394         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
7395
7396 2002-03-14  Roland McGrath  <roland@frob.com>
7397
7398         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
7399
7400         * Makeconfig (%.v.i, %.v): New implicit rules.
7401         (preprocess-versions): Variable removed.
7402         ($(common-objpfx)shlib-versions.v.i): New target giving just the
7403         shlib-versions input files as dependencies.
7404         ($(common-objpfx)soversions.i): Depend on that instead of the input
7405         files.  Use it as input instead of using a pipeline.
7406         (postclean-generated): Append soversions.i, shlib-versions.v, and
7407         shlib-versions.v.i here.
7408         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
7409         the Versions.def input files as dependencies.
7410         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
7411         ($(common-objpfx)Versions.all): Depend on that instead of the input
7412         files.  Use it as input instead of using a pipeline.
7413         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
7414         (postclean-generated): Append those .v and .v.i files here.
7415
7416 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7417
7418         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
7419         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
7420         Remove.
7421
7422 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7423
7424         * sysdeps/generic/mp_clz_tab.c: New file.
7425         * sysdeps/i386/mp_clz_tab.c: New file.
7426         * sysdeps/hppa/mp_clz_tab.c: New file.
7427         * sysdeps/powerpc/mp_clz_tab.c: New file.
7428         * stdlib/Makefile (aux): Revert last patch.
7429         * math/Makefile (gmp-objs): Likewise.
7430
7431 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7432
7433         * time/strftime.c: Comment fixes for references to obsolescent
7434         standards, In most cases the simplest fix is to remove the
7435         confusing comments.  Cross-referencing all the standards properly
7436         is a bit of a pain, and it should be enough to put that info in
7437         the documentation as I did in my recent time.texi patch.
7438
7439 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7440
7441         * manual/time.texi (Formatting Calendar Time):
7442         ISO C99 also specifies the E and O modifiers.
7443         %P is a GNU extension, and is not in ISO C99.
7444         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
7445         %T is also in ISO C99.
7446         The RFC 822 example is not valid in arbitrary locales.
7447         Reword the POSIX.2 wording slightly, to make it a bit clearer
7448         that POSIX.2 formats are also supported by later POSIX versions.
7449         If a format was introduced in ISO C99 it is also required by
7450         POSIX.1-2001.
7451
7452 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7453
7454         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
7455         _sys_nerr_internal with INTVARDEF2.
7456         * include/libc-symbols.h (INTVARDEF2): New macro.
7457         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
7458         (_sys_nerr_internal): Library.
7459
7460         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
7461         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
7462
7463         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
7464
7465 2002-03-13  Wolfram Gloger  <wg@malloc.de>
7466
7467         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
7468
7469 2002-03-02  Andreas Schwab  <schwab@suse.de>
7470
7471         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
7472         'h' flag and positional arg.
7473         * stdio-common/tst-printf.c (rfg3): New function to test
7474         positional arguments.
7475         (main): Fix some warnings.
7476
7477 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7478
7479         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
7480         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7481
7482 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7483
7484         * grp/initgroups.c (__nss_group_data): Declare as hidden.
7485
7486         * include/locale.h (_nl_C_locobj): Declare as hidden.
7487
7488         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
7489         * time/strptime.c (_nl_C_LC_TIME): Likewise.
7490
7491         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
7492
7493         * include/sys/gmon.h: Declare _gmonparam as hidden.
7494
7495         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
7496         (__ctype32_wctrans): Likewise.
7497         (__ctype32_width): Likewise.
7498
7499         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
7500         use of __ttyname.
7501
7502         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
7503         Define as hidden.
7504         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
7505         hidden.  Change all users of these variables.
7506
7507         * posix/regex_internal.h (__re_error_msgid): Renamed from
7508         re_error_msgid.  Declare as hidden.
7509         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
7510         hidden.
7511
7512         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
7513         (__printf_function_table): Likewise.
7514         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
7515         hidden.
7516         (__printf_function_table): Likewise.
7517
7518         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
7519         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
7520
7521         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
7522         * nss/nsswitch.c: Declare _nss_*_database as hidden.
7523
7524         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
7525         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
7526
7527 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
7528
7529         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
7530         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7531         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7532         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7533         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7534         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7535         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7536         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7537         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
7538         _nl_C_LC_CTYPE_width: Declare as hidden.
7539         * include/locale.h: Declare _nl_locale_file_list.
7540         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
7541         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
7542         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
7543         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
7544         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
7545         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
7546         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
7547         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
7548         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
7549         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
7550         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
7551         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
7552         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7553         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7554         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7555         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7556         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7557         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7558         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7559         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
7560         _nl_C_LC_CTYPE_width, and as hidden.
7561         * locale/findlocale.c: Declare _nl_C as hidden.
7562         * locale/newlocale.c: Likewise.
7563         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
7564         _nl_locale_file_list.
7565         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7566         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7567         Define _nl_C_locobj as hidden.
7568
7569         * malloc/mtrace.c (_mtrace_file): Define as hidden.
7570         (_mtrace_line): Likewise.
7571
7572         * include/time.h: Declare __mon_yday as hidden.
7573         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7574
7575         * libio/libioP.h: Declare __libio_codecvt as hidden.
7576         * libio/fileops.c: Declare __libio_translit as hidden.
7577         * libio/iofwide.c: Define __libio_translit as hidden.
7578
7579         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7580         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7581         * login/getutline_r.c: Likewise.
7582         * login/utmpname.c: Likewise.
7583
7584         * login/utmp-private.h: Declare __libc_utmp_file_functions,
7585         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7586         __libc_utmp_file_name as hidden.
7587
7588         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7589         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7590         * locale/freelocale.c: Likewise.
7591         * locale/lc-time.c: Likewise.
7592
7593         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7594         (__libc_ptyname2): Likewise.
7595         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7596         hidden.
7597         (__libc_ptyname2): Likewise.
7598
7599         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7600         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7601         * sysdeps/generic/init-first.c: Likewise.
7602         * sysdeps/i386/init-first.c: Likewise.
7603         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7604         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7605         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7606         * sysdeps/sh/init-first.c: Likewise.
7607         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7608         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7609
7610         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7611         (_itowa_upper_digits): Likewise.
7612
7613         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7614         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7615         as hidden.
7616
7617         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7618         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7619         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7620         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7621
7622         * gmon/gmon.c (__bb_head): Define as hidden.
7623         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7624
7625         * argp/argp-parse.c (_argp_hang): Define as static.
7626
7627         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7628         handling in latest compilers.
7629
7630         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7631         define alias.
7632         * libio/fileops.c (_IO_file_jumps): Likewise.
7633         * libio/stdfiles.c (_IO_list_all): Likewise.
7634         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7635
7636         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7637         include/malloc.h.
7638         * include/malloc.h: Add __libc_malloc_initialized declaration
7639         here.  Mark variable hidden.
7640         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7641
7642         * elf/dl-open.c (__libc_argc): Declare as hidden.
7643         (__libc_argv): Likewise.
7644         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7645         (__libc_argv): Likewise.
7646         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7647         __libc_argv as hidden.
7648         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7649         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7650         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7651         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7652
7653         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7654         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7655         * stdlib/erand48.c: Likewise.
7656         * stdlib/jrand48.c: Likewise.
7657         * stdlib/lcong48.c: Likewise.
7658         * stdlib/lrand48.c: Likewise.
7659         * stdlib/mrand48.c: Likewise.
7660         * stdlib/nrand48.c: Likewise.
7661         * stdlib/seed48.c: Likewise.
7662         * stdlib/srand48.c: Likewise.
7663
7664         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
7665         (_itoa_lower_digits_internal): New declaration.
7666         (_itoa_upper_digits_internal): New declaration.
7667         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
7668         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
7669         (_itoa_upper_digits_internal): New declaration.
7670         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
7671         _itoa_lower_digits.
7672         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
7673         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
7674
7675         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
7676         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7677
7678         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
7679         (_itowa_lower_digits): Likewise.
7680         (_itowa_upper_digits): Likewise.
7681         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
7682         (_itowa_upper_digits): Likewise.
7683
7684         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
7685         not already defined.
7686         (GERMANIC_PLURAL): Declare as hidden.
7687
7688         * posix/getopt.c (__getopt_initialized): Declare as hidden.
7689         (attribute_hidden): Define as empty macro if not already defined.
7690
7691         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
7692         (__gconv_max_path_elem_len): Likewise.
7693         (__gconv_path_envvar): Likewise.
7694
7695         * math/Makefile (gmp-objs): Remove mp_clz_tab.
7696         * stdlib/Makefile (aux): Remove mp_clz_tab.
7697         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
7698
7699         * stdlib/exit.h (__exit_funcs): Declare as hidden.
7700
7701         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
7702
7703         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
7704         _nl_category_names, _nl_category_name_sizes, _nl_current,
7705         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
7706
7707         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
7708         (_nl_current_default_domain): Likewise
7709         (_nl_state_lock): Likewise.
7710         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
7711         (_nl_current_default_domain): Likewise
7712         (_nl_state_lock): Likewise.
7713         * intl/bindtextdom.c (_nl_state_lock): Likewise.
7714
7715         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
7716         (_fpioconst_pow10): Likewise.
7717
7718         * include/time.h (_tmbuf): Add attribute_hidden.
7719
7720         * time/tzset.c (tzstring_list): Define as static.
7721
7722         * include/time.h: Add attribute_hidden to __tzname_cur_max and
7723         __use_tzfile declaration.
7724
7725         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
7726         and __wcsmbs_last_locale declaration.
7727
7728 2002-02-25  Paul Eggert  <eggert@twinsun.com>
7729
7730         * timezone/Makefile (tzbases): Move systemv from here...
7731         (tzlinks): to here, since the entries in systemv were all changed
7732         from Zone to Link lines in tz-2001a.  Bug reported (and patch
7733         tested) by Peter Breitenlohner.
7734
7735 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
7736
7737         * time/tst-posixtz.c (tests): Add new tests.
7738         (main): Test whether tzset() sets daylight properly.
7739
7740 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7741
7742         * time/tzset.c (tz_compute): Move __daylight, __tzname and
7743         __tzname_cur_max setting...
7744         (tzset_internal): ...here.
7745
7746 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7747
7748         * time/tzset.c (compute_change): Don't return any value.
7749         (tz_compute): Likewise.  Don't handle southern hemisphere here.
7750         (__tz_convert): But here.
7751
7752 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7753
7754         * manual/examples/mkfsock.c: Include <string.h> as well.
7755         Patch by Alain De Carolis <alaind@wseurope.com>.
7756
7757 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
7758
7759         * posix/regexec.c (re_match): Fix incorrect register sizes.
7760         (re_search): Likewise.
7761
7762 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7763
7764         * posix/regcomp.c (regfree): Remove a disused condition.
7765         * posix/regex_internal.c (re_acquire_state): Likewise.
7766         (re_acquire_state_context): Likewise.
7767         (register_state): Remove a redundant malloc invocation.
7768         * posix/regex_internal.h: (re_state_table_entry): Simplify
7769         the structure.
7770
7771 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7772
7773         * posix/regcomp.c (regcomp): Add __builtin_expect to error
7774         handling conditions.
7775         (regerror): Likewise.
7776         (regfree): Likewise.
7777         (re_compile_internal): Likewise.
7778         (init_dfa): Likewise.
7779         (init_word_char): Likewise.
7780         (create_initial_state): Likewise.
7781         (analyze): Likewise.
7782         (analyze_tree): Likewise.
7783         (duplicate_node): Likewise.
7784         (calc_eclosure): Likewise.
7785         (calc_eclosure_iter): Likewise.
7786         (parse): Likewise.
7787         (parse_reg_exp): Likewise.
7788         (parse_branch): Likewise.
7789         (parse_expression): Likewise.
7790         (parse_subexp): Likewise.
7791         (parse_dup_op): Likewise.
7792         (parse_bracket_exp): Likewise.
7793         (build_equiv_class): Likewise.
7794         (build_charclass): Likewise.
7795         (build_word_op): Likewise.
7796         (fetch_number): Likewise.
7797         (create_tree): Likewise.
7798         (duplicate_tree): Likewise.
7799         * posix/regex.c (BE): New macro.
7800         * posix/regexec.c (re_match): Add __builtin_expect to error
7801         handling conditions.
7802         (re_match_2): Likewise.
7803         (re_search): Likewise.
7804         (re_search_internal): Likewise.
7805         (check_matching): Likewise.
7806         (proceed_next_node): Likewise.
7807         (set_regs): Likewise.
7808         (sift_states_backward): Likewise.
7809         (add_epsilon_backreference): Likewise.
7810         (transit_state): Likewise.
7811         (transit_state_sb): Likewise.
7812         (transit_state_mb): Likewise.
7813         (transit_state_bkref): Likewise.
7814         (transit_state_bkref_loop): Likewise.
7815         (build_trtable): Likewise.
7816         (group_nodes_into_DFAstates): Likewise.
7817         (match_ctx_init): Likewise.
7818         (match_ctx_add_entry): Likewise.
7819         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
7820         to error handling conditions.
7821         (re_string_construct_toupper): Likewise.
7822         (build_wcs_buffer): Likewise.
7823         (build_wcs_upper_buffer): Likewise.
7824         (build_upper_buffer): Likewise.
7825         (re_string_translate_buffer): Likewise.
7826         (re_node_set_alloc): Likewise.
7827         (re_node_set_init_1): Likewise.
7828         (re_node_set_init_2): Likewise.
7829         (re_node_set_init_copy): Likewise.
7830         (re_node_set_intersect): Likewise.
7831         (re_node_set_init_union): Likewise.
7832         (re_node_set_merge): Likewise.
7833         (re_node_set_insert): Likewise.
7834         (re_dfa_add_node): Likewise.
7835         (re_acquire_state): Likewise.
7836         (re_acquire_state_context): Likewise.
7837         (create_new_state_common): Likewise.
7838         (register_state): Likewise.
7839         (create_ci_new_state): Likewise.
7840         (create_cd_new_state): Likewise.
7841         (re_string_context_at): Remove redundant condition.
7842
7843 2002-01-16  Roger Sayle  <roger@eyesopen.com>
7844
7845         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
7846
7847         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
7848
7849 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7850
7851         * sysdeps/i386/elf/configure.in: Fix comment.
7852
7853         * sysdeps/sparc/sparc64/configure.in: New file.
7854         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
7855         if .dynamic comes before .got.
7856         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
7857
7858         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
7859         HP_TIMING_ACCUM): Fix typos.
7860
7861 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7862
7863         * string/strfry.c: Add some more randomness to the seed.
7864         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
7865
7866         * po/es.po: Update from translation team.
7867         * po/fr.po: Likewise.
7868
7869         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
7870
7871         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
7872         when determining type of format.
7873         Patch by James Antill <james@anqd.org> [PR libc/2787].
7874
7875 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
7876
7877         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
7878
7879 2002-03-11  Roland McGrath  <roland@frob.com>
7880
7881         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
7882
7883         * Versions.def (libc): Add GLIBC_2.2.6.
7884         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
7885         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
7886         __errno_location instead of __hurd_errno_location, and don't inline it.
7887         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
7888         * hurd/errno.c: New file.
7889         * hurd/Makefile (routines): Add errno.
7890
7891 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7892
7893         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
7894         ridiculously large widths and precisions [PR libc/3026].
7895
7896 2002-03-11  Andreas Jaeger  <aj@suse.de>
7897
7898         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
7899         support.
7900         Patch by Susanne Oberhauser <froh@SuSE.de>.
7901
7902 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7903
7904         * inet/rexec.c (ahostbuf): Define as static.
7905
7906         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
7907         (__ctype32_wctrans): Likewise.
7908         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
7909         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
7910         (__ctype32_wctrans): Likewise.
7911         (__ctype32_width): Likewise.
7912
7913         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
7914         They were never exported anyway.
7915
7916         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
7917         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
7918         exported.
7919         * include/sys/gmon.h: Declare _gmonparam.
7920
7921         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
7922         symbols for getdents64.  They were never exported.
7923
7924 2002-03-09  Roland McGrath  <roland@frob.com>
7925
7926         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
7927         Reported by Jon Arney <jarney1@cox.net>.
7928
7929 2002-02-23  Roland McGrath  <roland@frob.com>
7930
7931         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
7932         declaration.
7933         (__hurd_errno_location): Function removed.
7934
7935 2002-03-06  Andreas Jaeger  <aj@suse.de>
7936
7937         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
7938         32-bit.
7939
7940 2002-03-04  Andreas Jaeger  <aj@suse.de>
7941
7942         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
7943
7944         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
7945         x86-64.
7946
7947         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
7948
7949         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
7950
7951         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
7952
7953         * sysdeps/x86_64/bits/setjmp.h: New file.
7954
7955         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
7956
7957         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
7958
7959         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
7960         for x86.
7961         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
7962         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
7963
7964 2002-02-28  Bo Thorsen  <bo@suse.de>
7965
7966         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
7967         version.
7968
7969 2002-03-03  Andreas Jaeger  <aj@suse.de>
7970
7971         * sysdeps/x86_64/bits/wordsize.h: New file.
7972
7973         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
7974         * elf/tst-tlsmod1.c: Likewise.
7975
7976         * posix/regcomp.c: Get regex.h from include dir for internal
7977         prototypes.
7978
7979         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
7980         to libc-internal.h and include it.
7981         * include/libc-internal.h: Add __init_misc.
7982
7983         * misc/init-misc.c: Include libc-internal.h for prototypes.
7984
7985         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
7986
7987         * misc/error.c [_LIBC]: Include libioP.h for prototype of
7988         _IO_putc_internal.
7989
7990 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
7991
7992         * posix/regcomp.c: Compatibility changes to allow using the code
7993         outside glibc.
7994
7995 2002-02-28  Hartvig Ekner <hartvige@mips.com>
7996
7997         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
7998         compiled non-PIC.
7999
8000 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
8001
8002         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
8003         of .str elements in the returned data structure.
8004
8005         * elf/elf.h: Add Alpha TLS bits.
8006
8007 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8008
8009         * sysdeps/unix/sysv/linux/nice.c: New file.
8010
8011 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
8012
8013         * elf/Makefile (dl-routines): Add dl-origin.
8014         (elide-routines.os): Add dl-origin.
8015         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
8016         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
8017         _dl_debug_state.
8018         * include/libc-symbols.c: Define attribute_hidden depending on
8019         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
8020
8021         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
8022         * elf/dl-load.c: Likewise.
8023         * elf/rtld.c: Likewise.
8024         * include/unistd.h: Declare __libc_enable_secure_internal.
8025         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
8026         Use INTUSE with __libc_enable_secure.
8027         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8028
8029         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
8030         * elf/dl-error.c: Likewise,
8031         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
8032
8033         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
8034         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
8035         function definition.  Use INTDEF with _dl_get_origin.
8036         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8037
8038         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
8039         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
8040
8041         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
8042         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
8043         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
8044
8045         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
8046         * elf/dl-deps.c: Likewise.
8047         * elf/dl-error.c: Likewise.
8048         * elf/dl-fini.c: Likewise.
8049         * elf/dl-init.c: Likewise.
8050         * elf/dl-load.c: Likewise.
8051         * elf/dl-lookup.c: Likewise.
8052         * elf/dl-reloc.c: Likewise.
8053         * elf/dl-version.c: Likewise.
8054         * elf/do-lookup.h: Likewise.
8055         * sysdeps/arm/dl-machine.h: Likewise.
8056         * sysdeps/cris/dl-machine.h: Likewise.
8057         * sysdeps/hppa/dl-machine.h: Likewise.
8058         * sysdeps/i386/dl-machine.h: Likewise.
8059         * sysdeps/m68k/dl-machine.h: Likewise.
8060         * sysdeps/powerpc/dl-machine.h: Likewise.
8061         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8062         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8063         * sysdeps/sh/dl-machine.h: Likewise.
8064         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
8065         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
8066         * sysdeps/x86_64/dl-machine.h: Likewise.
8067         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
8068         _dl_argv[0].  Use INTUSE with _dl_argv.
8069         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
8070         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
8071
8072 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8073
8074         * elf/rtld.c (_rtld_global): Remove .protected.
8075         (_rtld_local): Strong alias to _rtld_global.
8076         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
8077         only .os object.
8078         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
8079         _rtld_local instead of _rtld_global.
8080         (_rtld_local): Add hidden extern, possibly in .sdata section.
8081         * configure.in: Add tests for visibility attribute and .sdata.
8082         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
8083         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
8084         * sysdeps/arm/dl-machine.h: Likewise.
8085         * sysdeps/generic/ldsodefs.h: Likewise.
8086         * sysdeps/hppa/dl-machine.h: Likewise.
8087         * sysdeps/cris/dl-machine.h: Likewise.
8088         * sysdeps/i386/dl-machine.h: Likewise.
8089         * sysdeps/ia64/dl-machine.h: Likewise.
8090         * sysdeps/m68k/dl-machine.h: Likewise.
8091         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8092         * sysdeps/mips/dl-machine.h: Likewise.
8093         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8094         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8095         * sysdeps/sh/dl-machine.h: Likewise.
8096         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8097         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8098         * sysdeps/x86_64/dl-machine.h: Likewise.
8099
8100 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8101
8102         * login/login.c (login): Always initialize ut_line field
8103         [PR libc/2991].
8104
8105 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8106
8107         * sysdeps/i386/Makefile (sysdep_routines): Add
8108         divdi3 in csu dir.
8109         (shared-only-routines): Likewise.
8110         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
8111         (shared-only-routines): Likewise.
8112         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
8113         (shared-only-routines): Likewise.
8114         * sysdeps/wordsize-32/divdi3.c: New file.
8115
8116 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8117
8118         * locale/iso-4217.def: Remove obsolete currencies for countries
8119         with Euro.
8120
8121 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
8122
8123         * posix/regcomp.c (regcomp): Remove a redundant condition.
8124         (init_word_char): Add a check on malloc failure.
8125         (create_initial_state): Likewise.
8126         (duplicate_node): Likewise.
8127         (calc_eclosure): Likewise.
8128         (calc_eclosure_iter): Likewise.
8129         (parse_expression): Likewise.
8130         (parse_bracket_exp): Remove unnecessary malloc invocations.
8131         (build_equiv_class): Likewise.
8132         (build_charclass): Likewise.
8133         * posix/regex_internal.c (re_node_set_intersect): Add a check
8134         on malloc failure.
8135         (re_node_set_add_intersect): Likewise.
8136         (re_node_set_merge): Likewise.
8137         (re_acquire_state): Likewise.
8138         (re_acquire_state_context): Likewise.
8139         (create_newstate_common): Likewise.
8140         (register_state): Likewise.
8141         (create_ci_newstate): Likewise.
8142         (create_cd_newstate): Likewise.
8143         * posix/regex_internal.h: Fix prototypes of re_acquire_state
8144         and re_acquire_state_context.
8145         * posix/regexec.c (regexec): Suit it to the error handling of
8146         re_search_internal.
8147         (re_match): Likewise.
8148         (re_search): Likewise.
8149         (re_search_internal): Add a check on malloc failure.
8150         (acquire_init_state_context): Likewise.
8151         (check_matching): Likewise.
8152         (proceed_next_node): Likewise.
8153         (set_regs): Likewise.
8154         (sift_states_backward): Likewise.
8155         (sift_states_iter_bkref): Likewise.
8156         (add_epsilon_backreference): Likewise.
8157         (transit_state): Likewise.
8158         (transit_state_sb): Likewise.
8159         (transit_state_mb): Likewise.
8160         (transit_state_bkref_loop): Likewise.
8161         (build_trtable): Likewise.
8162         (group_nodes_into_DFAstates): Likewise.
8163         (match_ctx_init): Likewise.
8164         (match_ctx_add_entry): Likewise.
8165
8166 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8167
8168         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
8169         l_libname if profiling is enabled [PR libc/2916].
8170
8171         * sysdeps/ia64/dl-tls.h: New file.
8172
8173 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
8174
8175         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
8176         Work around an Alpha gas bug.
8177
8178 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8179
8180         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
8181         uses read to load the catalog.
8182         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
8183
8184 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
8185
8186         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
8187         regex_internal.c, and regex_internal.h.
8188         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
8189         * posix/regex.c: Complete rewrite.
8190         * posix/regexec.c: New file.
8191         * posix/regcomp.c: New file.
8192         * posix/regex_internal.c: New file.
8193         * posix/regex_internal.h: New file.
8194         * posix/regex.h (RE_ICASE): New macro.
8195         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
8196
8197         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
8198         ungetwc.  It's a macro.
8199         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
8200         implementation.
8201         Reported by Jason Merrill <jason@redhat.com>.
8202
8203 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8204
8205         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
8206         position to fp->_offset if it is set.
8207         * stdio-common/Makefile (tests): Add tst-fdopen.
8208         * stdio-common/tst-fdopen.c: New test.
8209
8210 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8211
8212         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
8213         * stdio-common/tst-ungetc.c (main): Add another test.
8214
8215 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
8216
8217         * assert/assert-perr.c: Use INTUSE to reference functions and variables
8218         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
8219         aliases.  Add prototypes for the new aliases.
8220         * assert/assert.c: Likewise.
8221         * include/libc-symbols.h: Likewise.
8222         * include/stdio.h: Likewise.
8223         * include/netinet/in.h: Likewise.
8224         * include/rpc/auth.h: Likewise.
8225         * include/rpc/auth_unix.h: Likewise.
8226         * include/rpc/key_prot.h: Likewise.
8227         * include/rpc/pmap_prot.h: Likewise.
8228         * include/rpc/pmap_rmt.h: Likewise.
8229         * include/rpc/rpc_msg.h: Likewise.
8230         * include/rpc/xdr.h: Likewise.
8231         * inet/gethstbyad_r.c: Likewise.
8232         * inet/gethstbynm2_r.c: Likewise.
8233         * inet/gethstbynm_r.c: Likewise.
8234         * inet/gethstent_r.c: Likewise.
8235         * inet/in6_addr.c: Likewise.
8236         * libio/__fpurge.c: Likewise.
8237         * libio/filedoalloc.c: Likewise.
8238         * libio/fileops.c: Likewise.
8239         * libio/ftello.c: Likewise.
8240         * libio/ftello64.c: Likewise.
8241         * libio/genops.c: Likewise.
8242         * libio/iofclose.c: Likewise.
8243         * libio/iofdopen.c: Likewise.
8244         * libio/iofflush.c: Likewise.
8245         * libio/iofflush_u.c: Likewise.
8246         * libio/iofgetpos.c: Likewise.
8247         * libio/iofgetpos64.c: Likewise.
8248         * libio/iofgets.c: Likewise.
8249         * libio/iofgets_u.c: Likewise.
8250         * libio/iofopen.c: Likewise.
8251         * libio/iofopncook.c: Likewise.
8252         * libio/iofputs.c: Likewise.
8253         * libio/iofread.c: Likewise.
8254         * libio/iofread_u.c: Likewise.
8255         * libio/iofsetpos.c: Likewise.
8256         * libio/iofsetpos64.c: Likewise.
8257         * libio/ioftell.c: Likewise.
8258         * libio/iofwrite.c: Likewise.
8259         * libio/iogetline.c: Likewise.
8260         * libio/iogets.c: Likewise.
8261         * libio/iogetwline.c: Likewise.
8262         * libio/iolibio.h: Likewise.
8263         * libio/iopadn.c: Likewise.
8264         * libio/iopopen.c: Likewise.
8265         * libio/ioseekoff.c: Likewise.
8266         * libio/ioseekpos.c: Likewise.
8267         * libio/iosetbuffer.c: Likewise.
8268         * libio/iosetvbuf.c: Likewise.
8269         * libio/ioungetc.c: Likewise.
8270         * libio/ioungetwc.c: Likewise.
8271         * libio/iovdprintf.c: Likewise.
8272         * libio/iovsprintf.c: Likewise.
8273         * libio/iovsscanf.c: Likewise.
8274         * libio/libioP.h: Likewise.
8275         * libio/memstream.c: Likewise.
8276         * libio/obprintf.c: Likewise.
8277         * libio/oldfileops.c: Likewise.
8278         * libio/oldiofclose.c: Likewise.
8279         * libio/oldiofdopen.c: Likewise.
8280         * libio/oldiofgetpos.c: Likewise.
8281         * libio/oldiofgetpos64.c: Likewise.
8282         * libio/oldiofopen.c: Likewise.
8283         * libio/oldiofsetpos.c: Likewise.
8284         * libio/oldiofsetpos64.c: Likewise.
8285         * libio/oldiopopen.c: Likewise.
8286         * libio/oldstdfiles.c: Likewise.
8287         * libio/putc.c: Likewise.
8288         * libio/setbuf.c: Likewise.
8289         * libio/setlinebuf.c: Likewise.
8290         * libio/stdfiles.c: Likewise.
8291         * libio/stdio.c: Likewise.
8292         * libio/strops.c: Likewise.
8293         * libio/vasprintf.c: Likewise.
8294         * libio/vscanf.c: Likewise.
8295         * libio/vsnprintf.c: Likewise.
8296         * libio/vswprintf.c: Likewise.
8297         * libio/wfiledoalloc.c: Likewise.
8298         * libio/wfileops.c: Likewise.
8299         * libio/wgenops.c: Likewise.
8300         * libio/wstrops.c: Likewise.
8301         * malloc/mtrace.c: Likewise.
8302         * misc/error.c: Likewise.
8303         * misc/syslog.c: Likewise.
8304         * nss/getXXbyYY_r.c: Likewise.
8305         * nss/getXXent_r.c: Likewise.
8306         * nss/hosts-lookup.c: Likewise.
8307         * stdio-common/getw.c
8308         * stdio-common/printf-prs.c: Likewise.
8309         * stdio-common/printf_fp.c: Likewise.
8310         * stdio-common/printf_size.c: Likewise.
8311         * stdio-common/putw.c: Likewise.
8312         * stdio-common/scanf.c: Likewise.
8313         * stdio-common/sprintf.c: Likewise.
8314         * stdio-common/tmpfile64.c: Likewise.
8315         * stdio-common/vfprintf.c: Likewise.
8316         * stdio-common/vfscanf.c: Likewise.
8317         * stdlib/strfmon.c: Likewise.
8318         * sunrpc/auth_des.c: Likewise.
8319         * sunrpc/auth_none.c: Likewise.
8320         * sunrpc/auth_unix.c: Likewise.
8321         * sunrpc/authdes_prot.c: Likewise.
8322         * sunrpc/authuxprot.c: Likewise.
8323         * sunrpc/clnt_perr.c: Likewise.
8324         * sunrpc/clnt_raw.c: Likewise.
8325         * sunrpc/clnt_tcp.c: Likewise.
8326         * sunrpc/clnt_udp.c: Likewise.
8327         * sunrpc/clnt_unix.c: Likewise.
8328         * sunrpc/key_call.c: Likewise.
8329         * sunrpc/key_prot.c: Likewise.
8330         * sunrpc/openchild.c: Likewise.
8331         * sunrpc/pm_getmaps.c: Likewise.
8332         * sunrpc/pm_getport.c: Likewise.
8333         * sunrpc/pmap_clnt.c: Likewise.
8334         * sunrpc/pmap_prot.c: Likewise.
8335         * sunrpc/pmap_prot2.c: Likewise.
8336         * sunrpc/pmap_rmt.c: Likewise.
8337         * sunrpc/rpc_cmsg.c: Likewise.
8338         * sunrpc/rpc_prot.c: Likewise.
8339         * sunrpc/svc_authux.c: Likewise.
8340         * sunrpc/svc_raw.c: Likewise.
8341         * sunrpc/svc_simple.c: Likewise.
8342         * sunrpc/svc_tcp.c: Likewise.
8343         * sunrpc/svc_udp.c: Likewise.
8344         * sunrpc/svc_unix.c: Likewise.
8345         * sunrpc/xdr.c: Likewise.
8346         * sunrpc/xdr_array.c: Likewise.
8347         * sunrpc/xdr_mem.c: Likewise.
8348         * sunrpc/xdr_rec.c: Likewise.
8349         * sunrpc/xdr_ref.c: Likewise.
8350         * sunrpc/xdr_stdio.c: Likewise.
8351         * sysdeps/generic/_strerror.c: Likewise.
8352         * sysdeps/generic/printf_fphex.c: Likewise.
8353         * sysdeps/generic/tmpfile.c: Likewise.
8354         * sysdeps/gnu/errlist.awk: Likewise.
8355         * sysdeps/gnu/errlist.c: Likewise.
8356
8357         * libio/Makefile (routines): Remove iosprint.
8358         * libio/iosprintf.c: Removed
8359
8360
8361 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
8362
8363         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
8364         non_dynamic_init and exported now.
8365         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
8366         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
8367         !SHARED.
8368         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8369         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8370         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8371
8372 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
8373
8374         * elf/dl-close.c (free_slotinfo): Check for end of list and return
8375         true in this case.
8376
8377         * locale/iso-639.def: Add language codes for Walloon.
8378
8379         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
8380         total number of relocations performed.
8381
8382         * elf/sprof.c (load_profdata): If do_test provide information as
8383         to why loading failed.
8384         * elf/dl-profile.c (_dl_start_profile): Initialize all of
8385         hist_hdr.dimen.
8386
8387         * csu/set-init.c: Moved to...
8388         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
8389         * csu/Makefile: Don't compile set-init.
8390         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
8391         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
8392         to __libc_init.
8393         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8394         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8395         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
8396         __libc_init.
8397         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
8398         __libc_subinit.
8399
8400 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
8401
8402         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
8403         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
8404         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
8405         (_dl_deallocate_tls): New function.
8406         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
8407         _dl_deallocate_tls.
8408
8409 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8410
8411         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
8412         * stdio-common/tst-fseek.c (main): Add test for this.
8413
8414 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
8415
8416         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
8417
8418 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
8419
8420         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
8421         pointer before dereferencing.
8422
8423 2002-02-18  Roland McGrath  <roland@frob.com>
8424
8425         * sysdeps/mach/hurd/times.c: Fix typo in last change.
8426
8427         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
8428         Use task_policy in place of task_priority.
8429
8430         * sysdeps/generic/bits/mman.h
8431         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
8432         * sysdeps/mach/msync.c: New file.
8433
8434         * sysdeps/mach/powerpc/syscall.S: New file.
8435
8436         * mach/msg.c [MACH_MSG_OVERWRITE]
8437         (__mach_msg_trap, __mach_msg_overwrite): New functions.
8438         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
8439
8440         * sysdeps/mach/configure.in: Check for clock.defs to put into
8441         mach_interface_list.
8442         * sysdeps/mach/configure: Regenerated.
8443
8444         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
8445         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
8446         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
8447         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
8448         (mach-shortcuts): Add device_read_overwrite_request,
8449         device_read_overwrite, vm_read_overwrite, thread_switch.
8450
8451         * configure.in (base_machine): Set to $machine by default.
8452         * configure: Regenerated.
8453
8454         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
8455         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
8456         * sysdeps/mach/configure: Regenerated.
8457         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
8458
8459         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
8460
8461         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
8462
8463         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
8464         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
8465
8466 2002-02-17  Roland McGrath  <roland@frob.com>
8467
8468         * sysdeps/mach/hurd/times.c
8469         [NO_CREATION_TIME] (startup_time): New static variable.
8470         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
8471         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
8472         creation_time from task_basic_info.
8473         (__times): Use __gettimeofday instead of __host_get_time.
8474
8475         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
8476         Use untyped Mach IPC message format.
8477
8478         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
8479
8480         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
8481         _S_catch_exception_raise_state_identity,
8482         _hurdsig_fault_catch_exception_raise_state,
8483         _hurdsig_fault_catch_exception_raise_state_identity.
8484
8485         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
8486
8487         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
8488         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
8489
8490         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
8491         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
8492
8493         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
8494         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
8495         them as no-op macros.
8496         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
8497         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
8498
8499         * sysdeps/powerpc/dl-machine.h
8500         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
8501
8502         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
8503         Use untyped Mach IPC message format.
8504
8505         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
8506         Handle untyped Mach IPC message formats.
8507
8508         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
8509         Expect different argument conventions when this is defined.
8510         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
8511         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
8512         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
8513         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
8514         for OSF Mach variant.
8515         (faulted): Use mig_reply_error_t for REPLY.
8516         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
8517         in __thread_set_exception_ports call.
8518         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
8519         __mach_port_set_attributes in place of __mach_port_set_qlimit.
8520
8521         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
8522         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
8523         on Darwin, which includes bogons.
8524
8525         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
8526         variable LOADBASE so it's not declared when it's not used.
8527
8528 2002-02-16  Roland McGrath  <roland@frob.com>
8529
8530         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
8531         to use BI.creation_time.
8532
8533         * mach/Machrules (MIG): Add -x c to CPP value passed down.
8534
8535         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
8536         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
8537         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
8538         host_page_size instead of vm_statistics.
8539
8540         * sysdeps/mach/Makefile (mach-before-compile): Don't include
8541         mach_interface.h here, since not all variants use that name.
8542
8543         * sysdeps/mach/configure.in: Add some checks for Mach headers
8544         to ensure a sane installation.
8545         (mach_interface_list): Define this variable by checking for .defs
8546         files found in various variants.
8547         * configure.in (mach_interface_list): AC_SUBST this.
8548         * config.make.in (mach-interface-list): New substituted variable.
8549         * mach/Makefile (user-interfaces): Define this using the value
8550         of $(mach-interface-list) instead of mach, mach4.
8551         Updated other references to mach_interface to use it as well.
8552
8553         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
8554
8555         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
8556         mig_reply_error_t for OSF Mach variant.
8557
8558         * mach/Makefile (routines): Remove bootprivport.
8559         * mach/bootprivport.c: File removed.  It has never been used.
8560
8561         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
8562         Grok the OSF flavor of message format.
8563         (mach_msg_destroy_port): For MAKE_SEND and
8564         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
8565         no-senders notification.
8566
8567 2002-02-06  Roland McGrath  <roland@frob.com>
8568
8569         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8570         to here if 2.0 compatibility enabled ...
8571         (libc: GLIBC_2.1.3): ... from here.
8572
8573 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
8574
8575         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8576         generation counter.
8577         * elf/dl-close.c (_dl_close): Likewise.
8578
8579 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
8580
8581         * elf/Makefile: Add rules to build and run tst-tls8.
8582         * elf/tst-tls8.c: New file.
8583         * elf/tst-tlsmod4.c: New file.
8584
8585         * stdlib/test-a64l.c (tests): Add more test cases.
8586
8587         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8588         Reported by Walter Harms <WHarms@bfs.de>.
8589
8590 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
8591
8592         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8593         definitions for struct sigcontext.
8594         Suggested by David Mosberger-Tang.
8595
8596 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8597
8598         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
8599         for removing reference of module in slotinfo list.
8600         (_dl_close): Use remove_slotinfo.
8601         * sysdeps/generic/dl-tls.c: General pretty printing.
8602         (oom): Define only if SHARED.
8603         (_dl_next_tls_modid): Correct starting point for the case we assume
8604         there is a gap.  Add missing instruction grouping (doh!).  Correct
8605         tests for reaching maximum index.
8606         * elf/Makefile: Add rules to build and run tst-tls7.
8607         * elf/tst-tls7.c: New file.
8608         * elf/tst-tlsmod3.c: New file.
8609
8610         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8611         USE_TLS.
8612         * elf/tst-tlsmod2.c: Likewise.
8613
8614         * elf/dl-close.c (_dl_close): When closing an object using TLS
8615         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8616         true.  Increment dl_tls_generation only if we closed any TLS-using
8617         object.
8618         * elf/tst-tls6.c: New file.
8619         * elf/Makefile: Add rules to build and run tst-tls6.
8620
8621         * po/da.po: Update from translation team.
8622
8623         * locale/categories.def: Fix typo [PR libc/2948].
8624         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8625         [PR libc/2949].
8626         * locale/iso-4217.def: Update from official version [PR libc/2950].
8627         * glibcbug.in: Honor TMPDIR [PR libc/2951].
8628         * locale/programs/ld-collate.c (collate_finish): Bail out with a
8629         message if input is too confusion instead of using assert.
8630         (collate_read): Don't crash on unknown symbol [PR libc/2952].
8631         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8632
8633         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8634         * elf/tst-tls2.c: Likewise.
8635         * elf/tst-tls3.c: Likewise.
8636
8637 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8638
8639         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8640
8641 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8642
8643         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8644         if this is really necessary.
8645
8646         * elf/dl-close.c (_dl_close): Implement freeing entries in the
8647         slotinfo array.
8648         (free_mem): Free memory for the slotinfo array if possible.
8649
8650 2002-02-12  Andreas Schwab  <schwab@suse.de>
8651
8652         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8653
8654 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
8655
8656         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
8657         TLS_DTV_UNALLOCATE.
8658         (oom): New function.
8659         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
8660         (_dl_determine_tlsoffset): Likewise.
8661         (_dl_allocate_tls): Likewise.
8662         (__TLS_GET_ADDR): Define if not already defined.
8663         (_dl_tls_symaddr): New function.
8664         (allocate_and_init): New function.
8665         (__tls_get_addr): Actually implement handling of generation counter
8666         and deferred allocation.
8667         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
8668         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8669         _dl_tls_generation.
8670         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
8671         Declare _dl_tls_symaddr.
8672         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
8673         SHARED.
8674         * include/link.h (struct link_map):  Remove l_tls_nextimage and
8675         l_tls_previmage.
8676         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
8677         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
8678         (_dl_vsym): Likewise.
8679         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
8680         layout.
8681         (dl_main): Allow PT_TLS be present for empty segment.  Remove
8682         nextimage list handling.  Instead add all modules using TLS to
8683         dl_tls_dtv_slotinfo_list.
8684         * elf/dl-open.c (dl_open_worker): After successfully loading all
8685         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
8686         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
8687         empty segment don't do anything.  Remove handling of initimage list.
8688         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
8689         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
8690         * elf/dl-minimal.c: Define __libc_memalign.
8691         * elf/dl-support.c: Remove _dl_initimage_list.  Add
8692         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8693         _dl_tls_generation.
8694         * include/stdlib.h: Declare __libc_memalign.
8695
8696         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
8697         * elf/tst-tls4.c: New file.
8698         * elf/tst-tls5.c: New file.
8699         * elf/tst-tlsmod2.c: New file.
8700
8701         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
8702
8703         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
8704
8705         * elf/tst-tls1.c: Use test-skeleton.c.
8706         * elf/tst-tls2.c: Likewise.
8707         * elf/tst-tls3.c: Likewise.
8708
8709         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
8710
8711 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8712
8713         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
8714
8715 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
8716
8717         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
8718
8719         * elf/tst-tls3.c: New file.
8720         * elf/tst-tlsmod1.c: New file.
8721         * elf/Makefile: Add rules to build and run tst-tls3.
8722
8723         * sysdeps/i386/dl-machine.h: Include <tls.h>.
8724         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
8725         TLS relocations.
8726
8727         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
8728
8729         * po/fr.po: Update from translation team.
8730
8731         * elf/tls-macros.h: Add alternative macros for use in PIC.
8732
8733         * elf/dl-lookup.c: Include <tls.h>.
8734         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
8735
8736         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
8737         required by passing pointer to last element of the list.
8738
8739         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
8740         l_tls_initimage to a place where it actually is performed.
8741
8742         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
8743         after globfree() calls.
8744
8745         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
8746         (openaux): Pass open_mode as new last argument to _dl_map_object.
8747         (_dl_map_object_deps): Add new argument open_mode.  Initialize
8748         open_mode element of args variable with it.
8749         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
8750         _dl_map_object_deps.
8751         * elf/rtld.c (dl_main): Add zero as last parameter to
8752         _dl_map_object_deps call.
8753         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
8754         * elf/nodlopen2.c: New file.
8755         * elf/nodlopenmod2.c: New file.
8756         * elf/Makefile: Add rules to build and run nodlopen2.
8757
8758         * elf/tst-tls1.c: Move TLS helper macros to...
8759         * elf/tls-macros.h: ...here.  New file.
8760         * elf/tst-tls2.c: New file.
8761         * elf/Makefile (tests): Add tst-tls2.
8762         (distribute): Add tls-macros.h.
8763
8764         * po/sv.po: Update from translation team.
8765
8766         * elf/tst-tls1.c (main): Add complete set of tests.  Split
8767         architecture specific definitions from the actual test code.
8768
8769         * po/tr.po: Update from translation team.
8770
8771 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
8772
8773         * elf/Makefile (tests): Add tst-tls1.
8774         * elf/tst-tls1.c: New file.
8775
8776         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
8777         alignment of TCB for now.
8778
8779         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
8780         initialization image for the application itself.
8781
8782         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
8783         loop to initialize TLS block.
8784
8785 2002-02-08  Richard Henderson  <rth@redhat.com>
8786
8787         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
8788         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
8789
8790         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
8791
8792 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
8793
8794         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
8795
8796 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
8797
8798         * po/ca.po: Update from translation team.
8799         * po/sk.po: Likewise.
8800
8801         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
8802         (dl_main): Move dtv/static TLS handling before relocation.
8803         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
8804         TLS_INIT_TP to allocate and install the dtv/static TLS block.
8805         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
8806         so far uses TLS initialize GL(dl_tls_static_size) and
8807         GL(dl_tls_static_align) to account for the TCB.
8808         (_dl_allocate_tls): New function.
8809         * sysdeps/generic/ldsodefs.h (rtld_global): Add
8810         _dl_initial_dtv_malloced.
8811
8812         * configure.in: Test for __builtin_memset more realistically.
8813
8814         * csu/version.c (banner): If TLS support is available say so.
8815
8816 2002-02-04  H.J. Lu  <hjl@gnu.org>
8817
8818         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
8819         __attribute_used__.
8820         (__dl_runtime_resolve): Likewise.
8821
8822         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
8823         declaration.
8824
8825 2001-11-15  H.J. Lu  <hjl@gnu.org>
8826
8827         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
8828         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
8829
8830         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
8831
8832 2002-02-07  H.J. Lu  <hjl@gnu.org>
8833
8834         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
8835         ".set noreorder".
8836         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
8837         Likewise.
8838
8839 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8840
8841         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
8842
8843         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
8844         ___tls_get_addr_internal.
8845         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
8846
8847         * po/ko.po: Update from translation team.
8848
8849 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
8850
8851         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
8852         attribute, change __pad{1,2} type to unsigned int.
8853         (struct stat64): Remove packed attribute.
8854
8855 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8856
8857         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
8858
8859 2002-02-07  Andreas Schwab  <schwab@suse.de>
8860
8861         * configure.in: Fix check for -zcombreloc.
8862
8863 2002-02-06  H.J. Lu  <hjl@gnu.org>
8864
8865         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
8866         * configure.in: Check if __builtin_memset really works.
8867         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
8868         __GNUC_PREREQ (2, 96) before using __builtin_memset.
8869
8870 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
8871
8872         * io/bug-ftw3.c (main): Don't try the test if root.
8873
8874 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8875
8876         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
8877         constraints.
8878         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
8879         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
8880         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
8881         Likewise.
8882         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
8883         a weak alias for __clone.
8884         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
8885         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
8886         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
8887         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
8888         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
8889         a weak alias for __mmap64.
8890
8891 2002-02-05  H.J. Lu  <hjl@gnu.org>
8892
8893         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
8894         (atomic_add): Likewise.
8895         (compare_and_swap): Likewise.
8896         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
8897
8898 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8899
8900         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
8901
8902         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
8903         alignment of the TCB and store total size and alignment of static
8904         TLS block in _dl_tls_static_size and _dl_tls_static_align.
8905         tls_index is a typedef.
8906         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
8907         _dl_tls_static_align.
8908         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
8909         * elf/dl-support.c: Define _dl_tls_static_size and
8910         _dl_tls_static_align.
8911
8912 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8913
8914         * configure.in: Add --without-tls option.
8915         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
8916         --without-tls is given.
8917
8918         * sysdeps/generic/dl-tls.c: Include <tls.h>.
8919
8920         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
8921
8922 2002-02-06  Roland McGrath  <roland@frob.com>
8923
8924         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
8925         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
8926
8927         * scripts/versions.awk: Improve error message for missing version.
8928         Each version inherits from the last one only if they have the same
8929         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
8930         but not GLIBC_x and FOO_y.
8931
8932         * scripts/firstversions.awk: Handle libraries that don't have each
8933         particular version named in the third column of shlib-versions.
8934
8935         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
8936
8937 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8938
8939         * Versions.def [ld]: Add GLIBC_2.3.
8940         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
8941         * elf/Makefile (dl-routines): Add dl-tls.
8942         (distribute): Add dl-tls.h.
8943         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8944         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8945         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
8946         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
8947         along with the other info in the link map.  Change queueing of init
8948         images for double linked list.  Use _dl_next_tls_modid to compute
8949         l_tls_modid.
8950         * elf/rtld.c (_dl_start_final): Store alignment requirement
8951         along with the other info in rtld map and executable map.
8952         (dl_main): Add ld.so to the init image list if necessary.  Compute
8953         final module ID with _dl_next_tls_modid.
8954         * include/link.h (struct link_map): Add l_tls_previmage and
8955         l_tls_align.
8956         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8957         * sysdeps/i386/elf/Versions: New file.
8958         * sysdeps/generic/dl-tls.c: New file.
8959         * sysdeps/generic/dl-tls.h: New file.
8960         * sysdeps/i386/dl-tls.h: New file.
8961
8962 2002-02-06  Roland McGrath  <roland@frob.com>
8963
8964         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
8965         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
8966
8967 2002-01-05  Roland McGrath  <roland@frob.com>
8968
8969         * sysdeps/mach/configure.in: New file.
8970         * sysdeps/mach/configure: New generated file.
8971
8972         * mach/Makefile (user-interfaces): Remove default_pager_helper.
8973         It has never been used by anything.
8974
8975 2002-02-06  H.J. Lu  <hjl@gnu.org>
8976
8977         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
8978         is included.
8979
8980 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8981
8982         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
8983         attribute((packed)) to counter stupid people misusing gcc options.
8984         (struct stat64): Likewise.
8985
8986 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8987
8988         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
8989         the variables which are used as booleans.
8990
8991 2002-02-06  Andreas Jaeger  <aj@suse.de>
8992
8993         * include/libc-symbols.h (INTUSE): Renamed from INT.
8994         * elf/dl-deps.c: Change users.
8995         * sysdeps/generic/dl-sysdep.c: Likewise.
8996         * sysdeps/generic/dl-cache.c: Likewise.
8997         * elf/dl-reloc.c: Likewise.
8998         * elf/rtld.c: Likewise.
8999         * elf/dl-version.c: Likewise.
9000         * elf/dl-load.c: Likewise.
9001         * elf/dl-dst.h: Likewise.
9002         * elf/dl-init.c: Likewise.
9003         * elf/dl-error.c: Likewise.
9004         * elf/dl-fini.c: Likewise.
9005         * elf/dl-runtime.c: Likewise.
9006         * elf/do-lookup.h: Likewise.
9007
9008         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
9009         definition.
9010         * stdio-common/_itowa.h: Likewise.
9011
9012 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9013
9014         * elf/dl-minimal.c: Define _itoa_lower_digits.
9015
9016         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
9017         DT_FLAGS set.
9018
9019         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
9020         loading modules with the DF_STATIC_TLS flag set.
9021         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
9022         element.
9023         * include/link.h (struct link_map): Add l_flags field.
9024         * elf/elf.h (DF_STATIC_TLS): New definition.
9025
9026         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
9027         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
9028
9029         * elf/rtld.c (process_dl_debug): Correct printing help message.
9030         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
9031         for %s.
9032
9033         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
9034         definition and pass &errno in use of this variable.
9035         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
9036
9037 2002-02-04  Andreas Schwab  <schwab@suse.de>
9038
9039         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
9040         * locale/programs/charmap-dir.c: Wrap calls that output messages
9041         with WITH_CUR_LOCALE.  Include "localedef.h" first.
9042         * locale/programs/charmap.c: Likewise.
9043         * locale/programs/ld-address.c: Likewise.
9044         * locale/programs/ld-collate.c: Likewise.
9045         * locale/programs/ld-ctype.c: Likewise.
9046         * locale/programs/ld-identification.c: Likewise.
9047         * locale/programs/ld-measurement.c: Likewise.
9048         * locale/programs/ld-messages.c: Likewise.
9049         * locale/programs/ld-monetary.c: Likewise.
9050         * locale/programs/ld-name.c: Likewise.
9051         * locale/programs/ld-numeric.c: Likewise.
9052         * locale/programs/ld-paper.c: Likewise.
9053         * locale/programs/ld-telephone.c: Likewise.
9054         * locale/programs/ld-time.c: Likewise.
9055         * locale/programs/linereader.c: Likewise.
9056         * locale/programs/linereader.h: Likewise.
9057         * locale/programs/localedef.c: Likewise.
9058         * locale/programs/locfile.c: Likewise.
9059         * locale/programs/repertoire.c: Likewise.
9060
9061 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9062
9063         * elf/rtld.c (_dl_start_final): Determine load address to locate
9064         ehdr with GL(dl_rtld_map).l_map_start.
9065
9066         * po/ca.po: Update from translation team.
9067
9068         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
9069         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
9070         header entry.
9071         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9072         _dl_tls_module_cnt.
9073         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
9074
9075 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
9076
9077         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
9078         * include/link.h (struct link_map): Add various members for TLS
9079         information.
9080         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9081         _rtld_tlsoffset, add _dl_initimage_list.
9082         * sysdeps/i386/dl-lookupcfg.h: New file.
9083         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
9084         TLS relocation.  When using TLS we now use RESOLVE_MAP.
9085         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
9086         is used.
9087
9088         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
9089         unused.
9090
9091         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
9092         thread-pointer as soon as possible.
9093         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
9094         elements in rtld_global.
9095         * sysdeps/generic/tls.h: New file.
9096         * elf/Makefile (distribute): Add tls.h.
9097         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
9098         relocations.  Not complete yet.
9099
9100         * resolv/resolv.h: Allow user to define __need_res_state and only
9101         define __res_start structure then.
9102         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
9103
9104         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
9105         dl_cpuclock_offset initialization to _dl_start_final.
9106         (_dl_show_auxv): Avoid unnecessary sign extension.
9107         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
9108
9109 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9110
9111         * config.h.in: Add HAVE_TLS_SUPPORT.
9112         * sysdeps/i386/elf/configure.in: New file.
9113
9114 2002-02-03  Andreas Schwab  <schwab@suse.de>
9115
9116         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
9117         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
9118
9119 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
9120
9121         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
9122         alloca if the memory reqirements are too high.
9123
9124 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9125
9126         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
9127         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
9128         the former is available anyway and speed isn't important here.
9129         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
9130         * elf/dl-version.c (match_symbol): Likewise.
9131         (_dl_check_map_versions): Likewise.
9132         * elf/rtld.c (process_envvars): Likewise.
9133         (print_statistics): Likewise.
9134         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
9135         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
9136         bases.  Add assert to catch uses of unimplemented features.
9137         (__strsep): Add assert to catch uses of unimplemented features.
9138         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
9139         and avoid inline optimization.
9140         * elf/rtld.c (process_envvars): Likewise.
9141         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
9142         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
9143         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
9144
9145 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9146
9147         * stdio-common/_itoa.h: Minor simplifications of the code.
9148         * stdio-common/_itoa.c: Likewise.
9149
9150         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
9151         instead of _dl_printf for debugging info output.
9152
9153         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
9154         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
9155
9156 2002-02-01  H.J. Lu  <hjl@gnu.org>
9157
9158         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
9159         (atomic_add): Likewise.
9160         (compare_and_swap): Return 0 only when failed to compare. Use
9161         branch likely.
9162
9163         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
9164         branch likely.
9165
9166 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
9167
9168         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
9169
9170 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9171
9172         * elf/dl-minimal.c (__strsep): New minimal implementation.
9173
9174 2002-02-02  Paul Eggert  <eggert@twinsun.com>
9175
9176         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
9177         (__mktime_internal): If no tm_isdst is requested, prefer solutions
9178         with tm_isdst > 0 when the requested time falls within a
9179         spring-forward gap [PR libc/2894].
9180
9181 2002-02-03  Andreas Schwab  <schwab@suse.de>
9182
9183         * stdio-common/tst-rndseek.c: Increase timeout.
9184
9185 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9186
9187         Change ld.so to not use functions which are exported.  One cannot
9188         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
9189         definitions.
9190         * include/libc-symbols.h: Define INT and INTDEF.
9191         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
9192         _dl_signal_error_internal, _dl_map_object_internal,
9193         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
9194         _dl_lookup_versioned_symbol_internal,
9195         _dl_relocate_object_internal, _dl_debug_state_internal,
9196         _dl_start_profile_internal, and _dl_unload_cache_internal.
9197         * include/dlfcn.h: Declare _dl_catch_error_internal.
9198         * elf/rtld.c: Use INT for calls to any of the *_internal functions
9199         above.  Add INTDEF to function definitions.
9200         * elf/dl-debug.c: Likewise.
9201         * elf/dl-deps.c: Likewise.
9202         * elf/dl-dst.h: Likewise.
9203         * elf/dl-error.c: Likewise.
9204         * elf/dl-fini.c: Likewise.
9205         * elf/dl-init.c: Likewise.
9206         * elf/dl-load.c: Likewise.
9207         * elf/dl-lookup.c: Likewise.
9208         * elf/dl-misc.c: Likewise.
9209         * elf/dl-open.c: Likewise.
9210         * elf/dl-profile.c: Likewise.
9211         * elf/dl-reloc.c: Likewise.
9212         * elf/dl-runtime.c: Likewise.
9213         * elf/dl-version.c: Likewise.
9214         * elf/do-lookup.h: Likewise.
9215         * sysdeps/generic/dl-cache.c: Likewise.
9216         * sysdeps/generic/dl-sysdep.c: Likewise.
9217         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
9218         instead of _dl_init.
9219         * sysdeps/arm/dl-machine.h: Likewise.
9220         * sysdeps/cris/dl-machine.h: Likewise.
9221         * sysdeps/hppa/dl-machine.h: Likewise.
9222         * sysdeps/i386/dl-machine.h: Likewise.
9223         * sysdeps/ia64/dl-machine.h: Likewise.
9224         * sysdeps/m68k/dl-machine.h: Likewise.
9225         * sysdeps/mips/dl-machine.h: Likewise.
9226         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9227         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9228         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9229         * sysdeps/sh/dl-machine.h: Likewise.
9230         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9231         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9232         * sysdeps/x86_64/dl-machine.h: Likewise.
9233         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9234
9235         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9236         and _dl_debug_initialize.
9237
9238         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9239         more information.
9240         * elf/rtld.c (dl_main): Avoid strrchr.
9241         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9242         result of readlink.  Search from the back for '/'.
9243
9244         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9245         strncpy if possible.
9246
9247         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
9248         strncmp.
9249         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
9250         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
9251         strspn, and strcspn.
9252         (process_envvars): Don't use strcspn.
9253
9254         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
9255         (_dl_dst_substitute): Likewise.
9256
9257 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9258
9259         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
9260         code which is never used when relocating ld.so itself.
9261
9262         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
9263         starting ld.so itself.  Move l_addr variable initialization closer
9264         to use.
9265         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
9266
9267 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9268
9269         * Versions.def (libc): Add GLIBC_PRIVATE.
9270         (libdb, libnss_db, libdb1): Remove.
9271         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
9272         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
9273         (libpthread): Add GLIBC_PRIVATE.
9274         (libresolv): Likewise, remove GLIBC_2.1.
9275         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
9276         GLIBC_2.2.3, GLIBC_2.3.
9277         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
9278         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
9279         _dl_sym, _dl_vsym): Likewise.
9280         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
9281         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
9282         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
9283         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
9284         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
9285         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
9286         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
9287         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
9288         Likewise.
9289         (_dl_object_relocation_scope): Remove.
9290         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
9291         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
9292         __gconv_cache): Move to GLIBC_PRIVATE.
9293         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
9294         __internal_setnetgrent): Likewise.
9295         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
9296         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
9297         * locale/Versions (__collate_element_hash, __collate_element_strings,
9298         __collate_symbol_classes, __collate_symbol_hash,
9299         __collate_symbol_strings, _nl_current_LC_COLLATE,
9300         _nl_current_LC_CTYPE): Likewise.
9301         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
9302         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
9303         (libnss_nis, libnss_nisplus): Likewise.
9304         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
9305         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
9306         (libnss_files): Move all symbols to GLIBC_PRIVATE.
9307         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
9308         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
9309         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
9310         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
9311         __ns_get16, __ns_samename): Likewise.
9312         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
9313         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
9314         GLIBC_PRIVATE.
9315         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
9316         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
9317         __libc_connect): Likewise.
9318         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
9319         Likewise.
9320         * stdlib/Versions (__libc_system): Likewise.
9321         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
9322         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
9323         * sysdeps/ia64/fpu/Versions: Likewise.
9324         * sysdeps/ia64/Versions: Likewise.
9325         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
9326         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
9327         to GLIBC_PRIVATE.
9328         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
9329         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
9330         __libc_sigaction): Likewise.
9331         * termios/Versions (__libc_tcdrain): Likewise.
9332
9333         * misc/sys/cdefs (__attribute_noinline__): Define.
9334         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
9335         __attribute_noinline__.
9336
9337         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
9338         * elf/dl-xstat64.c: New file.
9339         * elf/dl-fxstat64.c: New file.
9340         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
9341         don't export __fxstat64 at multiple versions.
9342         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
9343         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
9344
9345 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
9346
9347         * locale/program/ld-collate.c (collate_finish): Assign a wide
9348         char collation sequence value to multi character collating
9349         elements, and avoid over writing by non-character elements.
9350
9351 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9352
9353         * elf/Makefile (distribute): Add dl-procinfo.c.
9354         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
9355         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
9356
9357 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9358
9359         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
9360         definition.
9361         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
9362         _rtld_global struct.
9363         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9364         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
9365         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9366         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
9367         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
9368         _dl_fpu_control_set): Remove unused externs.
9369         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
9370         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
9371         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
9372         related variables in _rtld_global struct.
9373         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
9374         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
9375         unused extern.
9376
9377 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9378
9379         * sysdeps/generic/dl-procinfo.c: New file.
9380
9381 2002-02-01  Andreas Schwab  <schwab@suse.de>
9382
9383         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
9384
9385 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9386
9387         * elf/rtld.c (_dl_start): Mark as internal_function.
9388         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
9389         in register.
9390         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
9391         General pretty printing.
9392
9393 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9394
9395         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
9396         * elf/dl-reloc.c: Pretty printing.
9397         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
9398         procinfo-related variables in rtld_global struct.
9399         * elf/dl-support.c: Likewise.
9400         * elf/rtld.c: Likewise.
9401         * sysdeps/i386/i686/Makefile: Likewise.
9402         * sysdeps/i386/i686/hp-timing.c: Likewise.
9403         * sysdeps/i386/i686/hp-timing.h: Likewise.
9404         * sysdeps/ia64/Makefile: Likewise.
9405         * sysdeps/ia64/hp-timing.c: Likewise.
9406         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
9407         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
9408         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
9409         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
9410         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
9411         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
9412         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
9413         * sysdeps/x86_64/Makefile: Likewise.
9414
9415         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
9416         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
9417         _dl_debug_fd to rtld_global.
9418         * elf/Versions: Likewise.
9419         * elf/dl-close.c: Likewise.
9420         * elf/dl-iteratephdr.c: Likewise.
9421         * elf/dl-lookup.c: Likewise.
9422         * elf/dl-misc.c: Likewise.
9423         * elf/dl-open.c: Likewise.
9424         * elf/dl-support.c: Likewise.
9425         * elf/do-lookup.h: Likewise.
9426         * elf/rtld.c: Likewise.
9427         * sysdeps/generic/dl-cache.c: Likewise.
9428         * sysdeps/generic/dl-sysdep.c: Likewise.
9429         * sysdeps/ia64/Versions: Likewise.
9430         * sysdeps/unix/clock_gettime.c: Likewise.
9431         * sysdeps/unix/clock_settime.c: Likewise.
9432         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9433         * sysdeps/sparc/Versions: Removed.
9434         * sysdeps/i386/i686/Versions : Removed.
9435         * sysdeps/x86_64/Versions: Removed.
9436         * configure.in: Define HAVE_PROTECTED if .protected is available.
9437         * config.h.in: Add entry for HAVE_PROTECTED.
9438
9439 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
9440
9441         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
9442         code in struct _rtld_global.  Export this struct, remove all
9443         exports for the signal variables.
9444         * sysdeps/arm/dl-machine: Likewise.
9445         * sysdeps/generic/dl-origin: Likewise.
9446         * sysdeps/generic/dl-sysdep: Likewise.
9447         * sysdeps/generic/dl-cache: Likewise.
9448         * sysdeps/hppa/dl-fptr: Likewise.
9449         * sysdeps/hppa/dl-machine: Likewise.
9450         * sysdeps/cris/dl-machine: Likewise.
9451         * sysdeps/i386/dl-machine: Likewise.
9452         * sysdeps/ia64/dl-machine: Likewise.
9453         * sysdeps/m68k/dl-machine: Likewise.
9454         * sysdeps/mach/hurd/dl-sysdep: Likewise.
9455         * sysdeps/mips/mips64/dl-machine: Likewise.
9456         * sysdeps/mips/dl-machine: Likewise.
9457         * sysdeps/powerpc/elf/libc-start: Likewise.
9458         * sysdeps/powerpc/dl-machine: Likewise.
9459         * sysdeps/powerpc/dl-start: Likewise.
9460         * sysdeps/sparc/sparc32/dl-machine: Likewise.
9461         * sysdeps/sparc/sparc64/dl-machine: Likewise.
9462         * sysdeps/sh/dl-machine: Likewise.
9463         * sysdeps/s390/s390-32/dl-machine: Likewise.
9464         * sysdeps/s390/s390-64/dl-machine: Likewise.
9465         * sysdeps/unix/sysv/aix/libc-start: Likewise.
9466         * sysdeps/unix/sysv/aix/start-libc: Likewise.
9467         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
9468         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
9469         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
9470         * sysdeps/x86_64/dl-machine: Likewise.
9471
9472 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9473
9474         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
9475         are too high.
9476
9477 2002-01-31  Andreas Schwab  <schwab@suse.de>
9478
9479         * sysdeps/posix/readv.c: Check for ssize_t overflow.
9480
9481 2002-01-31  Andreas Schwab  <schwab@suse.de>
9482
9483         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
9484         reference to _dl_pagesize.
9485
9486 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
9487
9488         * Versions.def [ld]: Add GLIBC_2.3.
9489         * elf/dl-addr.c: Move global variables for SHARED code in struct
9490         _rtld_global.  Export this struct, remove all exports for the
9491         signal variables.
9492         * elf/dl-close.c: Likewise.
9493         * elf/dl-conflict.c: Likewise.
9494         * elf/dl-debug.c: Likewise.
9495         * elf/dl-deps.c: Likewise.
9496         * elf/dl-dst.h: Likewise.
9497         * elf/dl-error.c: Likewise.
9498         * elf/dl-fini.c: Likewise.
9499         * elf/dl-init.c: Likewise.
9500         * elf/dl-iteratephdr.c: Likewise.
9501         * elf/dl-libc.c: Likewise.
9502         * elf/dl-load.c: Likewise.
9503         * elf/dl-lookup.c: Likewise.
9504         * elf/dl-minimal.c: Likewise.
9505         * elf/dl-object.c: Likewise.
9506         * elf/dl-open.c: Likewise.
9507         * elf/dl-profile.c: Likewise.
9508         * elf/dl-profstub.c: Likewise.
9509         * elf/dl-reloc.c: Likewise.
9510         * elf/dl-runtime.c: Likewise.
9511         * elf/dl-support.c: Likewise.
9512         * elf/dl-sym.c: Likewise.
9513         * elf/dl-version.c: Likewise.
9514         * elf/do-lookup.h: Likewise.
9515         * elf/do-rel.h: Likewise.
9516         * elf/dynamic-link.h: Likewise.
9517         * elf/rtld.c: Likewise.
9518         * sysdeps/generic/dl-cache.c: Likewise.
9519         * sysdeps/generic/dl-sysdep.c: Likewise.
9520         * sysdeps/generic/ldsodefs.h: Likewise.
9521         * sysdeps/generic/libc-start.c: Likewise.
9522         * sysdeps/i386/dl-machine.h: Likewise.
9523         * sysdeps/ia64/dl-fptr.c: Likewise.
9524         * sysdeps/ia64/dl-machine.h: Likewise.
9525         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
9526         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
9527         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9528         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
9529         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9530         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9531         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
9532         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
9533
9534 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9535
9536         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
9537         to avoid warning
9538         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
9539
9540         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
9541         SHARED version.
9542         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
9543
9544         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
9545
9546 2002-01-29  Ben Collins  <bcollins@debian.org>
9547
9548         * string/bits/string2.h (__mempcpy): Protect size arg for
9549         addition when using __builtin_memcpy.
9550
9551 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9552
9553         * stdlib/Makefile (tests): Add tst-qsort.
9554         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
9555
9556         * manual/signal.texi (Process Signal Mask): Document that
9557         pthread_sigmask, not sigprocmask, must be used in MT programs.
9558         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
9559
9560         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
9561         found.
9562         * misc/Makefile (tests): Add tst-hsearch.
9563         * misc/tst-hsearch.c: New file.
9564
9565 2002-01-18  Wolfram Gloger  <wg@malloc.de>
9566
9567         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9568         * malloc/malloc.h: Likewise.
9569         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9570         * malloc/arena.c: New file.
9571         * malloc/hooks.c: New file.
9572         * malloc/tst-mallocstate.c: New file.
9573         * malloc/Makefile: Add new testcase tst-mallocstate.
9574         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
9575
9576 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9577
9578         * stdlib/msort.c: Remove last patch.  The optimization violates the
9579         same rule which qsort.c had problems with.
9580
9581 2002-01-27  Paul Eggert  <eggert@twinsun.com>
9582
9583         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9584         to a pivot element that lies outside the array to be sorted, as
9585         ISO C99 requires that the comparison function be called only with
9586         addresses of array elements [PR libc/2880].
9587
9588 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9589
9590         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9591         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
9592
9593         * timezone/asia: Update from tzdata2002b.
9594         * timezone/australasia: Likewise.
9595         * timezone/backward: Likewise.
9596         * timezone/europe: Likewise.
9597         * timezone/leapseconds: Likewise.
9598         * timezone/iso3166.tab: Likewise.
9599         * timezone/zone.tab: Likewise.
9600
9601 2002-01-23  Richard Henderson  <rth@redhat.com>
9602
9603         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9604
9605 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9606
9607         * string/strxfrm.c: Allocate one more byte for rulearr and clear
9608         this element [PR libc/2855].
9609
9610         * string/strcoll.c: Handle zero-length arguments specially
9611         [PR libc/2856].
9612
9613 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9614
9615         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9616         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9617         short lengths and constant src.
9618         (strcpy): Don't optimize for gcc 3.0+.
9619         (__stpcpy): For gcc 3.0+, don't use
9620         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9621         for short string literal src.
9622
9623 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9624
9625         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9626         Set for arm, too.
9627
9628 2001-01-22  Paul Eggert  <eggert@twinsun.com>
9629
9630         * manual/llio.texi (Linked Channels, Cleaning Streams):
9631         Make it clearer that a just-opened input stream might need cleaning.
9632
9633 2002-01-21  H.J. Lu  <hjl@gnu.org>
9634
9635         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9636         Don't use label at end of compound statement.
9637
9638 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
9639
9640         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9641         Remove test for negative integer arg; sin_pi does it correctly.
9642
9643 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
9644
9645         * nscd/Makefile (distribute): Filter out xmalloc.c.
9646
9647 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
9648
9649         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9650         Set offset if read end wasn't the buffer end.
9651         (_IO_file_seekoff_mmap): New function.
9652         (_IO_file_xsgetn_mmap): New function.
9653         (_IO_file_jumps_mmap): Use the two new functions.
9654         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9655         != end buffer.
9656         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
9657         _IO_file_underflow_mmap.
9658         * libio/iofopen.c: Don't position file descriptor at end of file.
9659         * libio/tst-widetext.c: Improve error messages.
9660         * stdio-common/tst-rndseek.c: Likewise.
9661
9662 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
9663
9664         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
9665         end of enum for !_GNU_SOURCE.
9666         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
9667         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
9668         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
9669         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
9670         values unless _GNU_SOURCE.
9671
9672         * iconvdata/tcvn5712-1.c: Minor cleanups.
9673
9674 2002-01-18  Andreas Schwab  <schwab@suse.de>
9675
9676         * sysdeps/unix/sysv/linux/configure.in
9677         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
9678
9679 2002-01-16  Roger Sayle  <roger@eyesopen.com>
9680
9681         * stdlib/msort.c (msort_with_tmp): Replace implementation with
9682         more efficient "Towers of Hanoi" mergesort.
9683         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
9684         for generic, sizeof(int) and sizeof(long) variants respectively.
9685
9686 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
9687
9688         * manual/syslog.texi (openlog): Describe possible problems with
9689         first parameter.
9690         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9691
9692         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
9693         * nscd/connections.c (begin_drop_privileges): New function.
9694         (finish_drop_privileges): New function.
9695         (nscd_init): Call the new functions which also install all groups
9696         for the server user.
9697         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
9698         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9699
9700 2002-01-17  H.J. Lu  <hjl@gnu.org>
9701
9702         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
9703         `const' from `got'.
9704
9705 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9706
9707         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
9708         instructions for pointer operations.
9709         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9710
9711 2002-01-17  Andreas Jaeger  <aj@suse.de>
9712
9713         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
9714         __uint128_t build-in.
9715
9716         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
9717         PowerPC, sync with 2.2 branch.
9718
9719 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9720
9721         * posix/getconf.c: Update copyright year.
9722         * nss/getent.c: Likewise.
9723         * nscd/nscd_nischeck.c: Likewise.
9724         * iconv/iconvconfig.c: Likewise.
9725         * iconv/iconv_prog.c: Likewise.
9726         * elf/ldconfig.c: Likewise.
9727         * catgets/gencat.c: Likewise.
9728         * csu/version.c: Likewise.
9729         * elf/ldd.bash.in: Likewise.
9730         * elf/sprof.c (print_version): Likewise.
9731         * locale/programs/locale.c: Likewise.
9732         * locale/programs/localedef.c: Likewise.
9733         * nscd/nscd.c (print_version): Likewise.
9734         * debug/xtrace.sh: Likewise.
9735         * malloc/memusage.sh: Likewise.
9736         * malloc/mtrace.pl: Likewise.
9737
9738 2002-01-16  Andreas Schwab  <schwab@suse.de>
9739
9740         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
9741         reliably remove "-ia64" from rtld name.
9742
9743 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9744
9745         * iconvdata/gb18030.c: Bug fixes and support for more characters.
9746         Patch by Yu Shao <yshao@redhat.com>.
9747
9748 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9749
9750         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
9751         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
9752         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
9753
9754 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9755
9756         * sysdeps/s390/fpu/libm-test-ulps: Update.
9757
9758 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
9759
9760         * elf/elf.h: Update x86 relocations.
9761
9762 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9763
9764         * locale/programs/charmap.c (new_width): Check whether byte
9765         sequences for both ends of range have the same length.
9766
9767 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9768
9769         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
9770
9771 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9772
9773         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
9774         string literals.
9775         (__full_ieee754_sqrt): Add __attribute_used__.
9776
9777 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9778
9779         * sysdeps/generic/group_member.c (__group_member): Also check
9780         groups[0] [PR libc/2781].
9781
9782 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
9783
9784         * Makefile (distribute): Add scripts/cpp.
9785         * elf/Makefile (distribute): Add reldep6mod[01234].c,
9786         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
9787         unwind-dw2-fde.h, and dwarf2.h.
9788         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
9789         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
9790         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
9791         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
9792
9793 2002-01-07  Roland McGrath  <roland@frob.com>
9794
9795         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
9796         volatile on type of ARGC so the compiler doesn't get clever.
9797
9798 2002-01-07  Andreas Jaeger  <aj@suse.de>
9799
9800         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
9801         * sysdeps/i386/bits/byteswap.h: Likewise.
9802         * sysdeps/ia64/bits/byteswap.h: Likewise.
9803         * sysdeps/m68k/bits/byteswap.h: Likewise.
9804         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
9805         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
9806
9807 2002-01-02  Bruno Haible  <bruno@clisp.org>
9808
9809         * intl/plural.y: Fix %expect count.
9810
9811 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
9812
9813         * elf/Makefile (routines, shared-only-routines): Add
9814         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
9815         * elf/elf.h (PT_GNU_EH_FRAME): Define.
9816         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
9817         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
9818         Optimize if .eh_frame section contains no FDEs.
9819         (__register_frame, __deregister_frame_info_bases,
9820         __deregister_frame): Likewise.
9821         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
9822         DW_CFA_restore handling.
9823
9824 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
9825
9826         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
9827
9828         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
9829         for x < 0.25 and restore original range reduction method.
9830         (__ieee754_lgammal_r): Make sure signgam is set before returning.
9831
9832 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
9833
9834         * libio/fileops.c (_IO_file_underflow_mmap): New function.
9835         (_IO_file_close_mmap): New function.
9836         (_IO_file_jumps_mmap): New variable.
9837         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
9838         trying to convert rest of byte buffer.
9839         (_IO_wfile_underflow_mmap): New function.
9840         (_IO_wfile_jumps_mmap): New variable.
9841         * libio/iofopen.c (__fopen_maybe_mmap): New function.
9842         (__fopen_internal): New function.  Split out from _IO_new_fopen.
9843         (_IO_new_fopen): Call __fopen_internal.
9844         * libio/iofopen64.c: Just call __fopen_internal.
9845         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
9846         successfully.
9847         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
9848         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
9849         _IO_file_close_mmap.
9850
9851         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
9852         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
9853
9854         * stdio-common/Makefile (tests): Add tst-rndseek.
9855         * stdio-common/tst-rndseek.c: New file.
9856
9857 2002-01-05  Roland McGrath  <roland@frob.com>
9858
9859         * config.h.in (HAVE_MIG_RETCODE): New #undef.
9860         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
9861         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
9862         * sysdeps/mach/hurd/configure: Regenerated.
9863
9864 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
9865
9866         * elf/elf.h: Add more TLS definitions.
9867
9868 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
9869
9870         * include/features.h (__GLIBC_MINOR__): Bump to 3.
9871
9872 2002-01-02  Roland McGrath  <roland@frob.com>
9873
9874         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
9875         __sigisemptyset.  Don't use MASK uninitialized.
9876
9877         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
9878         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
9879         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
9880         __sigdelset, __sigaddset, __sigorset.
9881
9882         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
9883         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
9884
9885         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
9886         _hurd_ports is null.
9887
9888         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
9889         for old CMU and new OSF Mach interface flavors.
9890         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
9891         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9892
9893         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
9894
9895         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
9896         Pass extra arguments to task_create for OSF variant.
9897         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9898
9899         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
9900         conditional on [HAVE_AUX_VECTOR].
9901
9902         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
9903         mach_msg_timeout_t as type of final argument.
9904
9905         * hurd/privports.c (__get_privileged_ports):
9906         Change host_priv_t to mach_port_t in argument type.
9907         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
9908         Update decls.
9909
9910         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
9911         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
9912         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9913         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9914         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9915         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
9916
9917 2002-01-01  Roland McGrath  <roland@frob.com>
9918
9919         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
9920
9921 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
9922
9923         * include/stdlib.h: Define inlines for the _l variants of the strto*
9924         functions.
9925
9926 2002-01-01  Roland McGrath  <roland@frob.com>
9927
9928         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
9929
9930         * mach/Machrules (MIG): Set CPP as well as CC.
9931
9932 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
9933
9934         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
9935         locale to parse /proc/loadavg [PR libc/2760].
9936
9937 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
9938
9939         * elf/dl-conflict.c: Include sys/param.h.
9940         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
9941         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
9942         warning.
9943         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
9944         literals to avoid warnings.
9945
9946 2001-12-31  Andreas Jaeger  <aj@suse.de>
9947
9948         * configure.in: Don't check for gsed since we do not use it anywhere.
9949
9950 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9951
9952         * io/fts.c: Update from BSD to fix memory leaks.
9953
9954 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9955
9956         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
9957         * elf/chroot_canon.c: Likewise.
9958         * elf/dl-object.c: Likewise.
9959         * iconv/iconv_charmap.c: Likewise.
9960         * iconv/iconv_prog.c: Likewise.
9961         * libio/iogetdelim.c: Likewise.
9962         * locale/lc-time.c: Likewise.
9963         * stdlib/canonicalize.c: Likewise.
9964         * sunrpc/svc.c: Likewise.
9965         * sysdeps/generic/glob.c: Likewise.
9966
9967 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9968
9969         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
9970         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
9971         remove high order bit from the program counter.
9972         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
9973
9974 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9975
9976         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
9977         unnecessary code and add missing reloc types.
9978         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
9979         case for reloc type R_390_NONE.
9980
9981 2001-12-28  Andreas Jaeger  <aj@suse.de>
9982
9983         * io/bug-ftw3.c: Include string.h for prototypes.
9984
9985         * crypt/md5test.c (main): Remove unused variable.
9986
9987         * dlfcn/modstatic.c: Add prototype to avoid warning.
9988
9989 2001-12-26  Roland McGrath  <roland@frob.com>
9990
9991         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
9992         check only (SS->pending & MASK) for the signal to return.
9993         From Jeroen Dekkers <jeroen@dekkers.cx>.
9994
9995 2001-12-22  Roland McGrath  <roland@frob.com>
9996
9997         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
9998         Use preprocessor #if conditionals instead of `if' to avoid
9999         warnings about divide by zero in dead code.
10000
10001         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
10002         _hurd_port_init, and __hurd_self_sigstate.
10003
10004         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
10005
10006 2001-12-21  Andreas Jaeger  <aj@suse.de>
10007
10008         * elf/dblloadmod1.c: Add prototype to avoid warning.
10009         * elf/dblloadmod2.c: Likewise.
10010         * elf/dblloadmod3.c: Likewise.
10011         * elf/reldepmod5.c: Likewise.
10012         * elf/reldepmod6.c: Likewise.
10013
10014         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
10015         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
10016         used on all architectures.
10017
10018         * sunrpc/svc_tcp.c: Add noreturn attribute for
10019         svctcp_rendezvous_abort.
10020         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
10021
10022         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
10023         to avoid warning.
10024
10025 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10026
10027         * manual/llio.texi (aio_fsync): Fix a typo.
10028         Patch by Tammy Fox <tfox@redhat.com>.
10029
10030 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
10031
10032         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
10033         stack bias from child stack pointer before passing it to clone syscall.
10034
10035 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
10036
10037         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
10038         _SC_TZNAME_MAX.
10039         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
10040         Reported by Thorsten Kukuk <kukuk@suse.de>.
10041
10042         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
10043         add some casts.
10044
10045         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
10046
10047 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
10048
10049         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
10050         conforming: return EBADF if file descriptor is invalid and EINVAL
10051         if file descriptor is no valid tty.
10052         * login/tst-grantpt.c: New file.
10053         * login/Makefile (tests): Add tst-grantpt.
10054
10055 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
10056
10057         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
10058         different than implemented in last patch.
10059         * io/bug-ftw3.c: Adjust test for changed handling of
10060         inaccessibility of toplevel dir.
10061
10062 2001-12-16  Roland McGrath  <roland@frob.com>
10063
10064         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
10065         * grp/initgroups.c (internal_getgrouplist): Likewise.
10066
10067         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
10068         `default:' to silence new GCC warning.
10069         Rewrite cast of lvalue to silence new GCC warning.
10070
10071         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
10072
10073         * sysdeps/mach/hurd/spawni.c: New file, by me with a
10074         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
10075
10076 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
10077
10078         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
10079         Patch by Stephen R. van den Berg.
10080
10081         * crypt/md5.h: Define md5_uintptr.
10082
10083 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10084
10085         * libio/tst_swprintf.c (main): Add test for string argument with
10086         zero precision.
10087         * stdio-common/Makefile (tests): Add tst-sprintf.
10088         * stdio-common/tst-sprintf.c: New file.
10089
10090 2001-12-13  Andreas Schwab  <schwab@suse.de>
10091
10092         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
10093         zero precision with wide character string format.
10094
10095 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
10096
10097         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
10098         but have a user supplied buffer, return the empty buffer, not NULL.
10099
10100 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10101
10102         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
10103         Patch by Eric Sharkey <sharkey@netrics.com>.
10104
10105         * crypt/md5test.c (main): Add test for multiple calls to
10106         __md5_process_bytes to itererate over input string.
10107
10108 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
10109
10110         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
10111         from __nis_findfastest.  Take timeout value from parameter.
10112         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
10113         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
10114         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
10115
10116 2001-12-12  Andreas Jaeger  <aj@suse.de>
10117
10118         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
10119         combreloc test so that it works in this case.
10120
10121         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
10122
10123 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
10124
10125         * sysdeps/sh/Makefile: New file.
10126         * sysdeps/sh/_mcount.S: New file.
10127         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
10128         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
10129
10130 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10131
10132         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
10133         limitation [PR libc/2564].
10134
10135 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
10136
10137         * elf/Makefile (dl-routines): Add conflict.
10138         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
10139         (ld.so): Add _begin local symbol.
10140         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
10141         Define.
10142         * elf/dl-deps.c (_dl_build_local_scope): New function.
10143         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
10144         of all libraries.
10145         * elf/do-rel.h (VALIDX): Define.
10146         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
10147         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
10148         can be skipped.
10149         * elf/dl-conflict.c: New file.
10150         * elf/dl-lookup.c (_dl_debug_bindings): New function.
10151         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
10152         non-NULL.
10153         (_dl_lookup_symbol_skip): Likewise.
10154         (_dl_lookup_versioned_symbol): Likewise.
10155         (_dl_lookup_versioned_symbol_skip): Likewise.
10156         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
10157         define to ElfW(Rel).
10158         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
10159         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
10160         ranges.
10161         Don't adjust address dynamic tags if l_addr is 0.
10162         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
10163         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
10164         (VALIDX, ADDRIDX): Define.
10165         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
10166         (dl_main): Print library list for LD_TRACE_PRELINKING.
10167         If prelinking information can be used, skip relocating libraries and
10168         call _dl_resolve_conflicts instead.
10169         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
10170         * elf/dl-load.c (_dl_map_object): Don't create fake libs
10171         if LD_TRACE_PRELINKING.
10172         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
10173         + DT_ADDRNUM.
10174         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
10175         (DL_DEBUG_PRELINK): Define.
10176         (_dl_resolve_conflicts): Add prototype.
10177
10178         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
10179         .plt for prelinked libraries where prelinking info cannot be used.
10180         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
10181         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
10182         * sysdeps/arm/bits/link.h: New file.
10183         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
10184         content of .got[1].
10185         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10186         (ELF_MACHINE_PLT_REL): Define.
10187         (elf_machine_rela, elf_machine_rela_relative): New functions.
10188         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
10189         of adjusting it if prelinked and prelinking cannot be used.
10190         * sysdeps/i386/bits/link.h: New file.
10191         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
10192         content of .got[1].
10193         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10194         (ELF_MACHINE_PLT_REL): Define.
10195         (elf_machine_rela, elf_machine_rela_relative): New functions.
10196         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
10197         of adjusting it if prelinked and prelinking cannot be used.
10198         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
10199         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
10200         to find out map for R_PPC_JMP_SLOT relocs.
10201         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
10202         (OPCODE_BA): Define.
10203         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10204         libraries where prelinking info cannot be used.
10205         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
10206         (elf_machine_fixup_plt): Call sparc_fixup_plt.
10207         (elf_machine_rela): Set value to 0 if relocating conflicts.
10208         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
10209         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
10210         (sparc64_fixup_plt): Fix a typo.
10211         (elf_machine_rela): Set value to 0 if relocating conflicts.
10212         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
10213         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10214         libraries where prelinking info cannot be used.
10215         * sysdeps/sh/bits/link.h: New file.
10216         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
10217         content of .got[1].
10218         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
10219         of adjusting it if prelinked and prelinking cannot be used.
10220         * sysdeps/s390/s390-32/bits/link.h: New file.
10221         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
10222         Save original content of .got[1].
10223         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10224         of adjusting it if prelinked and prelinking cannot be used.
10225         * sysdeps/s390/s390-64/bits/link.h: New file.
10226         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10227         Save original content of .got[1].
10228         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10229         of adjusting it if prelinked and prelinking cannot be used.
10230         * sysdeps/x86_64/bits/link.h: New file.
10231         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10232         Save original content of .got[1].
10233         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10234         of adjusting it if prelinked and prelinking cannot be used.
10235
10236 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10237
10238         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10239         where appropriate instead of numbers.  Little optimizations.
10240
10241 2001-12-10  Roland McGrath  <roland@frob.com>
10242
10243         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10244         set it.
10245
10246         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
10247         set to GLIBC_2.2.5, not GLIBC_2.2.4.
10248
10249         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
10250         Fix conditionals so this is set by default for stdio and not for libio.
10251         * sysdeps/mach/hurd/configure: Regenerated.
10252
10253 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
10254
10255         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
10256
10257 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
10258
10259         * io/Makefile (tests): Add bug-ftw3.
10260         * io/bug-ftw3.c: New file.
10261
10262         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
10263         matches and GLOB_NOCHECK is set.
10264         * posix/globtest.sh: Correct expected result for NOCHECK test.
10265
10266         * po/ca.po: Update from translation team.
10267
10268 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
10269
10270         Implement transliteration of characters in strings of the locale
10271         definitions.
10272         * locale/programs/linereader.c: Adjust for additional parameter to
10273         lr_token.
10274         (get_string): If character <Uxxxx> is not found try to transliterate
10275         it.
10276         * locale/programs/ld-ctype.c: Adjust for additional parameter to
10277         lr_token.  Add const to charmap parameter of all functions.
10278         (find_translit, find_translit2): New functions.
10279         * locale/programs/charmap.c: Adjust for additional parameter to
10280         lr_token.
10281         * locale/programs/repertoire.c: Likewise.
10282         * locale/programs/linereader.h: Likewise.
10283         * locale/programs/ld-address.c: Likewise.  Add const to charmap
10284         parameter of all functions.
10285         * locale/programs/ld-collate.c: Likewise.
10286         * locale/programs/ld-identification.c: Likewise.
10287         * locale/programs/ld-measurement.c: Likewise.
10288         * locale/programs/ld-messages.c: Likewise.
10289         * locale/programs/ld-monetary.c: Likewise.
10290         * locale/programs/ld-name.c: Likewise.
10291         * locale/programs/ld-numeric.c: Likewise.
10292         * locale/programs/ld-paper.c: Likewise.
10293         * locale/programs/ld-paper.c: Likewise.
10294         * locale/programs/ld-telephone.c: Likewise.
10295         * locale/programs/ld-time.c: Likewise.
10296         * locale/programs/locfile.c: Likewise.
10297         * locale/programs/localedef.c: Likewise.
10298         * locale/programs/localedef.h: Likewise.
10299         * locale/programs/locfile.h: Likewise.  Add declaration for
10300         find_translit.
10301         * locale/programs/simple-hash.c: Add const to first parameter of
10302         find_entry, iterate_table, and lookup.
10303         * locale/programs/simple-hash.h: Likewise.
10304         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
10305         instead.
10306         * include/locale.h: Define __LC_LAST.
10307         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
10308
10309 2001-12-07  Geoff Keating  <geoffk@redhat.com>
10310
10311         * sysdeps/powerpc/Dist: Update for recent FP changes.
10312         * sysdeps/powerpc/fpu/Dist: Likewise.
10313
10314 2001-12-07  Andreas Schwab  <schwab@suse.de>
10315
10316         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
10317
10318 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10319
10320         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
10321         save/restore functions here.
10322         (libm-support): Don't define these functions here.
10323         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
10324         functions here.
10325         * sysdeps/powerpc/fe_nomask.c: Move to...
10326         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
10327         * sysdeps/powerpc/fprrest.S: Move to...
10328         * sysdeps/powerpc/fpu/fprrest.S: ... here.
10329         * sysdeps/powerpc/fprsave.S: Move to...
10330         * sysdeps/powerpc/fpu/fprsave.S: ... here.
10331
10332 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10333
10334         * sysdeps/unix/sysv/linux/opensock.c: New file.
10335
10336 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10337
10338         * config.make.in (with-fp): Define from configure.
10339         * configure.in: Substitute with_fp.
10340         * configure: Regenerate.
10341         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
10342         specified, and don't change FPU environment.
10343
10344 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10345
10346         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
10347         * assert/assert.c: Check result of __asprintf call and don't use
10348         string if it failed.
10349         * assert/assert-perr.c: Likewise.
10350         * inet/rcmd.c: Likewise.
10351         * locale/programs/localedef.c (main): Check result of
10352         construct_output_path and exit if it failed.
10353         (construct_output_path): Check result of asprintf and mkdir calls and
10354         fail if they failed.
10355         * posix/getopt.c: Check result of __asprintf calls and fail if
10356         they failed.
10357         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
10358
10359 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10360
10361         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
10362         patch.
10363         * sysdeps/generic/strncase.c: Likewise.
10364         * string/tester.c: Add tests for strcasecmp and strncasecmp.
10365
10366 2001-12-05  Geoff Keating  <geoffk@redhat.com>
10367
10368         * scripts/cpp: Test the exit status from 'type', not 'awk'.
10369
10370         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
10371         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
10372         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
10373         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
10374         * sysdeps/powerpc/fclrexcpt.c: Move to...
10375         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
10376         * sysdeps/powerpc/fpu_control.h: Move to...
10377         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
10378
10379 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10380
10381         * iconvdata/ibm1129.h: Remove duplicate mappings.
10382         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
10383         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
10384         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10385
10386         * timezone/zic.c: Fix handling of turnaround times.
10387         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
10388
10389 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
10390
10391         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
10392         overflow problem.
10393
10394 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10395
10396         * posix/regex.c: For use outside glibc defined bounded pointer
10397         macros here.  Patch by Jim Meyering <jim@meyering.net>.
10398
10399         * iconvdata/Makefile (modules): Add TCVN5712-1.
10400         * iconvdata/TESTS: Add TCVN5712-1.
10401         * iconvdata/gconv-modules: Likewise.
10402         * iconvdata/tcvn5712-1.c: New file.
10403         * iconvdata/testdata/TCVN-5712: New file.
10404         * iconvdata/testdata/TCVN-5712..UTF8: New file.
10405
10406 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
10407
10408         * iconvdata/cp1258.c: Optimize conversion from UCS4.
10409
10410 2001-12-02  Roland McGrath  <roland@frob.com>
10411
10412         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
10413
10414         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
10415         Reported by Jeff Bailey <jbailey@nisa.net>.
10416
10417         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
10418         Reported by Jeff Bailey <jbailey@nisa.net>.
10419
10420         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
10421         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
10422         Reported by Jeff Bailey <jbailey@nisa.net>.
10423
10424 2001-12-01  Roland McGrath  <roland@frob.com>
10425
10426         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
10427         missing backslash in test arguments.
10428         * sysdeps/mach/hurd/configure: Regenerated.
10429
10430 2001-11-26  Roland McGrath  <roland@frob.com>
10431
10432         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
10433         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
10434
10435 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
10436
10437         * iconvdata/Makefile (modules): Add ARMSCII-8.
10438         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
10439         * iconvdata/armscii-8.c: New file.
10440
10441 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
10442
10443         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
10444         don't match, fix {{a,b},c} globbing, clean up.
10445         Patch by Flavio Veloso <flaviovs@magnux.com>.
10446         * posix/globtest.sh: Add new tests.
10447
10448 2001-11-29  Andreas Jaeger  <aj@suse.de>
10449
10450         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
10451         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
10452
10453         * sysdeps/generic/abort.c: Include libioP.h for
10454         _IO_flush_all_lockp prototype.
10455
10456 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
10457
10458         * posix/regex.h: Define __restrict_arr correctly.
10459
10460 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10461
10462         * iconvdata/ibm1163.c: New file.
10463         * iconvdata/ibm1163.h: New file.
10464         * iconvdata/ibm1164.c: New file.
10465         * iconvdata/ibm1164.h: New file.
10466         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
10467         * iconvdata/Makefile: Likewise.
10468         * iconvdata/testdata/IBM1163: New file.
10469         * iconvdata/testdata/IBM1163..UTF8: New file.
10470         * iconvdata/testdata/IBM1164: New file.
10471         * iconvdata/testdata/IBM1164..UTF8: New file.
10472         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10473
10474         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
10475         * iconvdata/ibm1124.h: Likewise.
10476         * iconvdata/ibm1132.h: Likewise.
10477         * iconvdata/ibm1133.h: Likewise.
10478         * iconvdata/ibm1160.h: Likewise.
10479         * iconvdata/ibm1161.h: Likewise.
10480         * iconvdata/ibm1162.h: Likewise.
10481         * iconvdata/ibm856.h: Likewise.
10482         * iconvdata/ibm922.h: Likewise.
10483         * iconvdata/ibm930.h: Likewise.
10484         * iconvdata/ibm932.h: Likewise.
10485         * iconvdata/ibm933.h: Likewise.
10486         * iconvdata/ibm935.h: Likewise.
10487         * iconvdata/ibm937.h: Likewise.
10488         * iconvdata/ibm939.h: Likewise.
10489         * iconvdata/ibm943.h: Likewise.
10490         * iconvdata/ibm930.c: Pretty printing.
10491         * iconvdata/ibm937.c: Avoid access accross array boundary.
10492
10493         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
10494         the current locale's codeset.
10495         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
10496         empty input string.
10497         * iconv/iconv_prog.c: Pass empty strings as default value for to-
10498         and from-charset.  Don't determine locale's charset here.
10499
10500         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
10501         as the old _IO_flush_all but lock only if parameter is nonzero.
10502         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
10503         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
10504         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
10505         if libio is used [PR libc/2575].
10506
10507 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
10508
10509         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
10510         __signbitl): Only define for ISO C99.
10511
10512 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10513
10514         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
10515         herrnop to NETDB_INTERNAL if we run out of buffer space.
10516
10517 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10518
10519         * nss/nss_files/files-XXX.c (internal_getent): Correct input
10520         overflow test for platforms with signed char.
10521         Reported by Andrew Haley <aph@cambridge.redhat.com>.
10522
10523 2001-11-28  Bruno Haible  <bruno@clisp.org>
10524
10525         * locale/programs/simple-hash.c (lookup_2): Remove function.
10526         (insert_entry_2): Call lookup instead of lookup_2.
10527
10528 2001-03-04  Bruno Haible  <bruno@clisp.org>
10529
10530         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
10531
10532 2001-10-31  Bruno Haible  <bruno@clisp.org>
10533
10534         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
10535
10536 2001-03-21  Bruno Haible  <bruno@clisp.org>
10537
10538         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
10539         chokes on empty macro arguments.
10540         * intl/plural.y: Add #pragma for alloca on AIX 3.
10541
10542 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10543
10544         * intl/dcigettext.c (guess_category_value): Only implement for
10545         glibc.  Otherwise rely on function _nl_locale_name which isn't
10546         present in the glibc sources.
10547
10548 2001-09-24  Bruno Haible  <bruno@clisp.org>
10549
10550         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
10551         transliteration when building on a glibc system but outside glibc.
10552
10553 2001-09-22  Bruno Haible  <bruno@clisp.org>
10554
10555         * intl/plural-eval.c: New file, extracted from dcigettext.c.
10556         * intl/dcigettext.c (plural_eval): Remove function, moved to
10557         intl/plural-eval.c.
10558         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
10559         Include plural-eval.c.
10560
10561 2001-09-22  Bruno Haible  <bruno@clisp.org>
10562
10563         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
10564         don't start with a digit; nplurals must be positive.
10565
10566 2001-09-02  Bruno Haible  <bruno@clisp.org>
10567
10568         * intl/plural-exp.h: New file, extracted from gettextP.h.
10569         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10570         * intl/gettextP.h (struct expression, struct parse_args,
10571         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10572         * intl/loadmsgcat.c: Include plural-exp.h.
10573         (PLURAL_PARSE): Move macro to plural-exp.h.
10574         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10575         plural-exp.c.
10576         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
10577         EXTRACT_PLURAL_EXPRESSION.
10578         (_nl_unload_domain): Update.
10579         * intl/dcigettext.c: Include plural-exp.h.
10580         * intl/plural.y: Include plural-exp.h, not gettextP.h.
10581         (FREE_EXPRESSION): Move macro to plural-exp.h.
10582         * intl/Makefile (routines): Add plural-exp.
10583         (distribute): Add plural-exp.h.
10584
10585 2001-07-28  Bruno Haible  <bruno@clisp.org>
10586
10587         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10588         isdigit, tolower argument to 'unsigned char'.
10589         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10590         'unsigned char'.
10591         * intl/localealias.c (read_alias_file): Cast isspace argument to
10592         'unsigned char'.
10593
10594 2001-10-20  Bruno Haible  <bruno@clisp.org>
10595
10596         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10597         anyway.)
10598         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10599         with the variable 'index' in plural_lookup.
10600         * intl/l10nflist.c (strchr): Likewise.
10601         * intl/localealias.c (strchr): Likewise.
10602
10603         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10604         * intl/bindtextdom.c: Likewise.
10605         * intl/dcigettext.c: Likewise.
10606         * intl/dgettext.c: Likewise.
10607         * intl/dngettext.c: Likewise.
10608         * intl/explodename.c: Likewise.
10609         * intl/finddomain.c: Likewise.
10610         * intl/gettext.c: Likewise.
10611         * intl/l10nflist.c: Likewise.
10612         * intl/loadmsgcat.c: Likewise.
10613         * intl/localealias.c: Likewise.
10614         * intl/ngettext.c: Likewise.
10615         * intl/textdomain.c: Likewise.
10616         * intl/gettext.h: Assume <limits.h> exists.
10617
10618 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10619
10620         * stdio-common/Makefile (tests): Add scanf11.
10621         * stdio-common/scanf11.c: New file.
10622
10623 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10624
10625         * version.h (RELEASE): Define as development.
10626         (VERSION): Set to 2.2.90.
10627
10628 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10629
10630         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10631         * nis/nss_nis/nis-grp.c: Likewise.
10632         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10633
10634         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10635         * nis/nss_nis/nis-pwd.c: Likewise.
10636         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10637
10638         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10639         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10640         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10641
10642         * nscd/grpcache.c: Use strtoul instead of atol.
10643         * nscd/pwdcache.c: Likewise.
10644         * nss/getent.c: Likewise.
10645
10646 2001-11-27  Paul Eggert  <eggert@twinsun.com>
10647
10648         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10649         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10650
10651 2001-11-19  Bruno Haible  <bruno@clisp.org>
10652
10653         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10654         90%.
10655         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10656         improves the quality of the hash function, especially for short
10657         strings.
10658
10659 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10660
10661         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
10662         are found call conv_error and not input_error [PR libc/2669].
10663
10664         * math/bits/mathcalls.h: Mark ceil and floor as const.
10665         Reported by David Mosberger.
10666
10667 2001-11-21  Jim Meyering  <meyering@lucent.com>
10668
10669         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
10670         Define to be __-prefixed.
10671         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
10672
10673 2001-11-26  Andreas Jaeger  <aj@suse.de>
10674
10675         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
10676         avoid warning.
10677
10678 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
10679
10680         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
10681         initialization.
10682
10683         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
10684         unused variables.  Fix threshold for returning 1.0.
10685
10686         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
10687         argument.
10688
10689         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
10690         remove unused variables.
10691
10692         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
10693
10694         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
10695         include local math header files.
10696
10697 2001-11-22  Andreas Jaeger  <aj@suse.de>
10698
10699         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
10700         avoid warning.
10701
10702 2001-11-21  Andreas Jaeger  <aj@suse.de>
10703
10704         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
10705
10706         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
10707         sys/debugreg.h
10708
10709 2001-11-15  Andreas Jaeger  <aj@suse.de>
10710
10711         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
10712         compilers that support it.
10713
10714         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
10715         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10716         * stdlib/stdlib.h: Likewise.
10717
10718 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
10719
10720         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
10721         statement with gotos.
10722         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
10723
10724 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
10725
10726         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
10727
10728 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
10729
10730         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
10731
10732 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
10733             H.J. Lu  <hjl@gnu.org>
10734
10735         * Versions.def (libc): Add GCC_3.0.
10736         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
10737         if gcc supports this flag.
10738         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
10739         (gcc3): Allow glibc to be compiled with gcc 3.x.
10740         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
10741         * config.make.in (static-libgcc, unwind-find-fde): Add.
10742         * Makerules (build-shlib-helper, build-module-helper): Use it.
10743         * scripts/versions.awk: Make sure GLIBC_ versions come first.
10744         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
10745         necessary.
10746         (_fini): Call __deregister_frame_info_bases if
10747         __register_frame_info_bases was used to register.
10748         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
10749         for GLIBC_2.0.
10750         (__register_frame_info_bases, __register_frame_info_table_bases,
10751         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
10752         * elf/Makefile (routines): Add unwind-dw2-fde.
10753         (shared-only-routines): Add unwind-dw2-fde.
10754         * sysdeps/alpha/gccframe.h: New file.
10755         * sysdeps/arm/gccframe.h: New file.
10756         * sysdeps/generic/framestate.c: New file.
10757         * sysdeps/generic/dwarf2.h: New file.
10758         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
10759         * sysdeps/generic/unwind-dw2-fde.c: New file.
10760         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
10761         * sysdeps/generic/unwind-dw2-fde.h: New file.
10762         * sysdeps/generic/unwind-dw2.c: New file.
10763         * sysdeps/generic/unwind-pe.h: New file.
10764         * sysdeps/generic/unwind.h: New file.
10765         * sysdeps/hppa/gccframe.h: New file.
10766         * sysdeps/i386/gccframe.h: New file.
10767         * sysdeps/m68k/gccframe.h: New file.
10768         * sysdeps/mips/gccframe.h: New file.
10769         * sysdeps/powerpc/gccframe.h: New file.
10770         * sysdeps/s390/gccframe.h: New file.
10771         * sysdeps/sh/gccframe.h: New file.
10772         * sysdeps/sparc/gccframe.h: New file.
10773         * sysdeps/vax/gccframe.h: New file.
10774         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10775         Set on all architectures except ia64.
10776         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
10777         for i386.
10778         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
10779         __deregister_frame_info): Move to elf/Versions.
10780         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
10781         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
10782         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
10783         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
10784         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
10785         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
10786         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
10787         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
10788         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
10789         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
10790         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
10791         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
10792         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10793         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10794         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
10795         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
10796         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10797         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
10798
10799 2001-11-15  Jeff Law  <law@redhat.com>
10800
10801         * posix/regex.c (uintptr_t): Do not provide a definition if the
10802         system provided one.
10803
10804 2001-11-13  Roland McGrath  <roland@frob.com>
10805
10806         * stdio-common/tmpfile.c: Moved to ...
10807         * sysdeps/generic/tmpfile.c: ... here.
10808         * sysdeps/mach/hurd/tmpfile.c: New file.
10809
10810         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
10811         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
10812         (fopenport): Define as weak alias.
10813
10814         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
10815         * libio/libioP.h: ... to here.
10816
10817 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
10818
10819         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
10820         program header twice.  Construct list with the needed information.
10821
10822 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
10823
10824         * po/ca.po: Update from translation team.
10825
10826         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
10827         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
10828         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
10829         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10830
10831 2001-11-10  Andreas Jaeger  <aj@suse.de>
10832
10833         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
10834         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10835         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10836
10837 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10838
10839         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
10840         correctly.
10841         * elf/dl-load.c (is_dst): New function.
10842         (_dl_dst_count): Use is_dst to check for DST variable.
10843         (_dl_dst_substitute): Likewise.
10844
10845 2001-11-09  Roland McGrath  <roland@frob.com>
10846
10847         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
10848         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
10849         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
10850         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
10851         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
10852         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
10853         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
10854         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
10855         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
10856         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
10857         * sysdeps/mach/hurd/powerpc/Dist: New file.
10858
10859         * hurd/privports.c (__get_privileged_ports):
10860         Only contact the proc server if necessary for this call.
10861         Suggested by Neal H Walfield <neal@cs.uml.edu>.
10862         Check error return for mach_port_mod_refs.
10863
10864 2001-11-09  Andreas Schwab  <schwab@suse.de>
10865
10866         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
10867
10868 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10869
10870         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
10871         object is always the last in the list.
10872         (_dl_map_object_from_fd): Delete code to remove from object list
10873         when DF_1_NOOPEN is seen.  This is done in lose.
10874
10875 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
10876
10877         * elf/dl-object.c (_dl_new_object): Various small optimizations.
10878
10879 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
10880
10881         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
10882         HWCAP_CHECK macro code.
10883
10884         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
10885         Now returns MAP_FAILED on error.
10886         * elf/rtld.c: Adjust caller.
10887         * sysdeps/generic/dl-cache.c: Likewise.
10888         * sysdeps/generic/ldsodefs.h: Adjust description.
10889
10890         * elf/dl-version.c (match_symbol): Optimize error handling for size.
10891         (_dl_check_map_versions): Likewise.
10892
10893 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10894
10895         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
10896         _dl_signal_error directly, always use lose.  Set fd to -1 after
10897         file is closed.
10898         (lose): Don't call close if fd == -1.
10899
10900 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
10901
10902         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
10903          Also fix typo @code {mbsinit} to @code{mbsinit}.
10904
10905 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10906
10907         * elf/dl-profile.c: Replace state variable with simple flag named
10908         running.  Remove commented-out code.
10909
10910         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
10911         (_dl_init_paths): Likewise.
10912         (_dl_map_object_from_fd): Likewise.
10913         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10914
10915 2001-11-06  Roland McGrath  <roland@frob.com>
10916
10917         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
10918         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
10919
10920         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
10921         sysdeps/powerpc/elf/sysdep.h.
10922         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
10923
10924 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10925
10926         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
10927         speed.
10928         (process_envvars): Some more optimizations.
10929         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
10930
10931         * elf/elf.h: Add dynamic tag definitions for prelinking.
10932
10933         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
10934         Rewrite code to remove environment varables for SUID binaries.
10935         Small optimization in LD_PROFILE handling.
10936         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
10937         changes.
10938         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
10939
10940         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
10941
10942         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
10943         strings.  Change type of second parameter.
10944         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
10945         for last change.
10946
10947         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
10948
10949 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10950
10951         * manual/string.texi: Fix typos.
10952         * manual/examples/argp-ex2.c: Likewise.
10953
10954 2001-11-05  Roland McGrath  <roland@frob.com>
10955
10956         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
10957         the more-specific unix/sysv/linux/powerpc file and breaks everything.
10958         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
10959         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
10960         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
10961         here, put under [__ELF__].
10962
10963 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10964
10965         * manual/charset.texi: Extensive editing work.
10966         * manual/nss.texi: Likewise.
10967         Changes by Dennis Grace <dgrace@us.ibm.com>.
10968
10969 2001-11-04  Roland McGrath  <roland@frob.com>
10970
10971         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
10972         parameter to dir_mkfile.
10973
10974 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
10975
10976         * string/bits/string2.h (__strndup): If n is smaller than len, set
10977         len to n + 1.
10978         * string/tester.c (test_strndup): New function.
10979         (main): Call it.
10980
10981 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
10982
10983         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
10984
10985         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
10986         * scripts/cpp: New file.
10987
10988         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
10989         for rtld_search_dirs content.  Minor optimizations.
10990
10991 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
10992
10993         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
10994         avoiding unnecessary duplication.
10995
10996 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
10997
10998         * elf/dl-load.c (_dl_map_object): If library was found using
10999         LD_LIBRARY_PATH, don't try RUNPATH list.
11000
11001 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11002
11003         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
11004         Correct second argument of register_dump call.
11005         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
11006         Likewise.
11007
11008 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11009
11010         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
11011         modules.
11012         * iconvdata/TESTS: Likewise.
11013         * iconvdata/gconv-modules: Likewise.
11014         * iconvdata/ibm1132.c: New file.
11015         * iconvdata/ibm1132.h: New file.
11016         * iconvdata/ibm1133.c: New file.
11017         * iconvdata/ibm1133.h: New file.
11018         * iconvdata/ibm1162.c: New file.
11019         * iconvdata/ibm1162.h: New file.
11020         * iconvdata/testdata/IBM1132: New file.
11021         * iconvdata/testdata/IBM1132..UTF8: New file.
11022         * iconvdata/testdata/IBM1133: New file.
11023         * iconvdata/testdata/IBM1133..UTF8: New file.
11024         * iconvdata/testdata/IBM1162: New file.
11025         * iconvdata/testdata/IBM1162..UTF8: New file.
11026         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
11027
11028         * string/string.h: Fix typo in comment.
11029         * wcsmbs/wchar.h: Likewise.
11030
11031 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11032
11033         * manual/getopt.texi (getopt_long, getopt_long_only): Include
11034         const in type of longopts parameter.
11035
11036 2001-10-29  Andreas Jaeger  <aj@suse.de>
11037
11038         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
11039
11040 2001-10-29  Kevin Ryde  <user42@zip.com.au>
11041
11042         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
11043         output, clarify `#' behaviour on 0.
11044         (Floating-Point Conversions): Clarify that %g only uses %e when
11045         the exponent would be greater than 1.
11046
11047 2001-10-28  Roland McGrath  <roland@frob.com>
11048
11049         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
11050         * sysdeps/mach/powerpc/machine-sp.h: New file.
11051         * sysdeps/mach/powerpc/sysdep.h: New file.
11052         * sysdeps/mach/powerpc/thread_state.h: New file.
11053
11054         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
11055         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
11056         expect to need the same thing on every platform.
11057
11058         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
11059         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
11060
11061         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
11062         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
11063         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
11064         Move all these assembly-related definitions to ...
11065         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
11066
11067         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
11068         by Peter Bruin <pjbruin@dds.nl>.
11069
11070         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
11071         packing results for a `poll' call.
11072
11073 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11074
11075         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
11076         correctly.
11077         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
11078         bracket expression.
11079
11080         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11081         nrules value.
11082         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
11083
11084 2001-10-24  H.J. Lu  <hjl@gnu.org>
11085
11086         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
11087         Use __BEGIN_DECLS/__END_DECLS around prototypes.
11088         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
11089
11090 2001-10-21  Jim Meyering  <meyering@lucent.com>
11091
11092         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
11093         this code would end up calling gettext even in packages built
11094         with --disable-nls.
11095         * posix/getopt.c (_): Likewise.
11096         * posix/regex.c (_): Likewise.
11097
11098 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11099
11100         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
11101         lookup not ip6.int.
11102         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
11103         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
11104
11105 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11106
11107         * misc/sys/cdefs.h (__attribute_used__): Define.
11108         * elf/rtld.c (_dl_start): Add __attribute_used__.
11109         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
11110
11111 2001-10-25  Andreas Schwab  <schwab@suse.de>
11112
11113         * stdlib/a64l.c: Expect least significant digit first.
11114         * stdlib/l64a.c: Produce least significant digit first.
11115         * stdlib/Makefile (tests): Add test-a64l.
11116         * stdlib/test-a64l.c: New file.
11117         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
11118
11119 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
11120
11121         * po/sk.po: Update from translation team.
11122
11123 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
11124
11125         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
11126
11127 2001-10-18  Andreas Schwab  <schwab@suse.de>
11128
11129         * math/libm-test.inc (print_ulps): Print ulp values rounded to
11130         next whole number.
11131         (print_function_ulps): Likewise.
11132         (print_complex_function_ulps): Likewise.
11133         (print_max_error): Likewise.
11134         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
11135
11136 2001-10-16  Andreas Schwab  <schwab@suse.de>
11137
11138         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
11139         implementation.
11140
11141         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
11142         BSD_SETJMP or BSD__SETJMP is defined, resp.
11143         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
11144         a tail call to __sigsetjmp that would require extending the
11145         caller's frame.
11146         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
11147         * sysdeps/m68k/bsd-setjmp.S: Deleted.
11148         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
11149         Reported by Jes Sorensen <jes@trained-monkey.org>.
11150
11151 2001-10-16  Andreas Jaeger  <aj@suse.de>
11152
11153         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
11154         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
11155         close PR libc/2589.
11156
11157 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
11158
11159         * po/ca.po: New file.  Contributed by the translation team.
11160
11161 2001-10-15  Ralf Baechle  <ralf@gnu.org>
11162
11163         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
11164         a varargs prototype.  Remove dependency from kernel header files.
11165
11166         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
11167         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
11168
11169 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11170
11171         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
11172         to generate hexadecimal identifier.
11173         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
11174
11175 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
11176
11177         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
11178
11179 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11180
11181         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
11182         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
11183         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11184
11185         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
11186         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11187         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
11188         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
11189         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
11190         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
11191
11192         * timezone/africa: Update from tzdata2001d.
11193         * timezone/asia: Likewise.
11194         * timezone/australasia: Likewise.
11195         * timezone/backward: Likewise.
11196         * timezone/europe: Likewise.
11197         * timezone/leapseconds: Likewise.
11198         * timezone/northamerica: Likewise.
11199         * timezone/southamerica: Likewise.
11200         * timezone/zone.tab: Likewise.
11201
11202 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11203
11204         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
11205         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
11206
11207 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
11208
11209         * elf/elf.h (PT_TLS): New definition.
11210
11211 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
11212
11213         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
11214         bits/errno.h
11215
11216 2001-10-07  Roland McGrath  <roland@frob.com>
11217
11218         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
11219
11220 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
11221
11222         * elf/elf.h: Add more ELFOSABI_* constants.
11223
11224 2001-10-04  Ben Collins  <bcollins@debian.org>
11225
11226         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11227         decleration of __need_wchar_t.
11228
11229 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11230
11231         * string/bits/string2.h (__strsep_g): Add prototype.
11232         (__strsep): Use it.
11233         * string/Versions (__strsep): Remove.
11234         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11235
11236 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11237
11238         * manua/llio.texi: Clarify file references added by mmap.
11239         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11240
11241 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11242
11243         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11244         Add sc_loadrs and sc_rbs_bas to match current kernel.
11245
11246 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11247
11248         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
11249
11250         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
11251
11252 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11253
11254         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
11255         object has been bumped because of relocation dependency, avoid
11256         duplicates in l_scope.
11257         (show_scope): Fix typos.
11258         * elf/Makefile: Add rules to build and run reldep6.
11259         * elf/reldep6.c: New file.
11260         * elf/reldep6mod0.c: New file.
11261         * elf/reldep6mod1.c: New file.
11262         * elf/reldep6mod2.c: New file.
11263         * elf/reldep6mod3.c: New file.
11264         * elf/reldep6mod4.c: New file.
11265
11266 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
11267
11268         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
11269         sparc64_fixup_plt.
11270         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
11271         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
11272         for non-lazy binding. Fix .plt[32768+] handling.
11273         (elf_machine_plt_value): Don't add addend.
11274         (elf_machine_rela): Call sparc64_fixup_plt instead of
11275         elf_machine_fixup_plt.
11276         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
11277         dynamic linker at 0xfffff800XXXXXXXX.
11278
11279         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
11280
11281 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
11282
11283         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
11284
11285 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
11286
11287         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
11288         declare __cmsg_data field if its size would be bigger than 0.
11289         (CMSG_DATA): Adjust accordingly.
11290         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11291         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
11292         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
11293         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
11294         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11295         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11296         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11297
11298 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
11299
11300         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
11301         * iconvdata/testdata/IBM1160: New file.
11302         * iconvdata/testdata/IBM1160..UTF8: New file.
11303         * iconvdata/testdata/IBM1161: New file.
11304         * iconvdata/testdata/IBM1161..UTF8: New file.
11305         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11306
11307 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11308
11309         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
11310         UL_SETFSIZE computations better.
11311
11312         * rt/Makefile: Remove use of filter for librt again.
11313
11314         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
11315         UL_SETFSIZE computations better.
11316
11317         * string/Versions: Export __strsep for GLIBC_2.2.5.
11318         * string/bits/string2.h: Define all __STRING_INLINE functions if
11319         _FORCE_INLINES is defined.
11320         Use int instead of char of parameter types.
11321         (__strsep): Don't use __strsep_g.  Don't define it.
11322         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
11323         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
11324         __strcpy_small.
11325         (__stpcpy_a_small): Renamed from __stpcpy_small.
11326         (__strcspn_c1): Don't define if _FORCE_INLINES.
11327         (__strspn_c1): Likewise.
11328
11329 2001-09-22  Ben Collins  <bcollins@debian.org>
11330
11331         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
11332         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
11333         * sysdeps/ia64/bits/sigaction.h: Likewise.
11334         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
11335
11336 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
11337
11338         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
11339
11340 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
11341
11342         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
11343
11344 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11345
11346         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
11347
11348 2001-09-20  H.J. Lu  <hjl@gnu.org>
11349
11350         * include/dlfcn.h (__RTLD_SPROF): New definiton.
11351         * elf/dl-open.c (dl_open_worker): Return immediately after loading
11352         for __RTLD_SPROF.
11353         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
11354         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
11355
11356 2001-09-20  H.J. Lu  <hjl@gnu.org>
11357
11358         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
11359         don't add 1.
11360
11361 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11362
11363         * nss/getent.c: Accept -s parameter to overwrite rules in
11364         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
11365
11366         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
11367         with as many ".0" as necessary to form a complete address
11368         inet_network understands.
11369
11370         * nss/getent.c: Various cleanups.  Use simpler and fewer function
11371         calls.
11372
11373 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11374
11375         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
11376         _JMPBUF_UNWINDS.
11377         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
11378
11379 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11380
11381         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
11382         IBM1161.
11383         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
11384         * iconvdata/ibm1160.c: New file.
11385         * iconvdata/ibm1160.h: New file.
11386         * iconvdata/ibm1161.c: New file.
11387         * iconvdata/ibm1161.h: New file.
11388         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11389
11390 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
11391
11392         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
11393         difference between base address and first PT_LOAD's virtual address,
11394         not the base address.
11395
11396 2001-09-11  Tom Rix  <trix@redhat.com>
11397
11398         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
11399         ifdef for __getopt_clean_environment.
11400         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
11401
11402 2001-09-22  Andreas Jaeger  <aj@suse.de>
11403
11404         * elf/reldep4.c (main): Add proper prototype to fix warning.
11405
11406         * elf/reldep5.c (main): Remove unused variable.
11407
11408         * math/math_private.h: Add prototypes.
11409
11410 2001-09-21  Andreas Jaeger  <aj@suse.de>
11411
11412         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
11413         * sysdeps/x86_64/Dist: New file.
11414         * sysdeps/x86_64/soft-fp/Dist: New file.
11415
11416         * sysdeps/gnu/Dist: Remove eval.c.
11417
11418 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
11419
11420         * malloc/memusage.c (realloc): Don't count already allocated
11421         memory in the sums.
11422         (me): Always use dlsym() to find the real implementations.
11423
11424         * malloc/memusage.sh: Make -n option actually do something.
11425
11426 2001-09-20  Andreas Jaeger  <aj@suse.de>
11427
11428         * elf/elf.h (R_390_NUM): Correct value.
11429
11430         * Versions.def: Add missing versions 2.2.3 for libthread_db and
11431         libpthread.
11432
11433         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
11434         for x86-64, install x86-64 into */lib64.
11435
11436         * shlib-versions: Add x86-64.
11437
11438         * elf/elf.h: Add x86-64 relocations.
11439
11440 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
11441
11442         * po/fr.po: Update from translation team.
11443
11444 2001-09-19  Andreas Jaeger  <aj@suse.de>
11445
11446         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
11447         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
11448         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
11449         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
11450         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
11451         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
11452         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
11453         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
11454         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
11455         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
11456         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
11457         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
11458         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
11459         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
11460         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
11461         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
11462         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
11463         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
11464         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
11465         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
11466         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
11467         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
11468         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
11469         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
11470         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
11471         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
11472         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
11473         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
11474         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
11475         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
11476         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
11477         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
11478         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
11479         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
11480         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
11481         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
11482         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
11483         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
11484         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
11485         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
11486         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
11487         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
11488         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
11489         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
11490         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
11491         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
11492         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
11493         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
11494         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
11495         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
11496         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
11497         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
11498         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
11499         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
11500         * sysdeps/unix/x86_64/sysdep.S: New file.
11501         * sysdeps/unix/x86_64/sysdep.h: New file.
11502         * sysdeps/x86_64/Implies: New file.
11503         * sysdeps/x86_64/Makefile: New file.
11504         * sysdeps/x86_64/Versions: New file.
11505         * sysdeps/x86_64/__longjmp.S: New file.
11506         * sysdeps/x86_64/abort-instr.h: New file.
11507         * sysdeps/x86_64/atomicity.h: New file.
11508         * sysdeps/x86_64/bits/endian.h: New file.
11509         * sysdeps/x86_64/bits/setjmp.h: New file.
11510         * sysdeps/x86_64/bits/string.h: New file.
11511         * sysdeps/x86_64/bp-asm.h: New file.
11512         * sysdeps/x86_64/bsd-_setjmp.S: New file.
11513         * sysdeps/x86_64/bsd-setjmp.S: New file.
11514         * sysdeps/x86_64/dl-machine.h: New file.
11515         * sysdeps/x86_64/elf/initfini.c: New file.
11516         * sysdeps/x86_64/elf/start.S: New file.
11517         * sysdeps/x86_64/ffs.c: New file.
11518         * sysdeps/x86_64/ffsll.c: New file.
11519         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
11520         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
11521         * sysdeps/x86_64/fpu/e_acosl.c: New file.
11522         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
11523         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
11524         * sysdeps/x86_64/fpu/e_expl.c: New file.
11525         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
11526         * sysdeps/x86_64/fpu/e_log10l.S: New file.
11527         * sysdeps/x86_64/fpu/e_log2l.S: New file.
11528         * sysdeps/x86_64/fpu/e_logl.S: New file.
11529         * sysdeps/x86_64/fpu/e_powl.S: New file.
11530         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
11531         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
11532         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
11533         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
11534         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
11535         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
11536         * sysdeps/x86_64/fpu/fegetenv.c: New file.
11537         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
11538         * sysdeps/x86_64/fpu/fegetround.c: New file.
11539         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
11540         * sysdeps/x86_64/fpu/fesetenv.c: New file.
11541         * sysdeps/x86_64/fpu/fesetround.c: New file.
11542         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
11543         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
11544         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
11545         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
11546         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
11547         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
11548         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
11549         * sysdeps/x86_64/fpu/s_atanl.c: New file.
11550         * sysdeps/x86_64/fpu/s_cosl.S: New file.
11551         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
11552         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
11553         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
11554         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
11555         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
11556         * sysdeps/x86_64/fpu/s_logbl.c: New file.
11557         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
11558         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
11559         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
11560         * sysdeps/x86_64/fpu/s_rintl.c: New file.
11561         * sysdeps/x86_64/fpu/s_significandl.c: New file.
11562         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
11563         * sysdeps/x86_64/fpu/s_sinl.S: New file.
11564         * sysdeps/x86_64/fpu/s_tanl.S: New file.
11565         * sysdeps/x86_64/gmp-mparam.h: New file.
11566         * sysdeps/x86_64/hp-timing.c: New file.
11567         * sysdeps/x86_64/hp-timing.h: New file.
11568         * sysdeps/x86_64/htonl.S: New file.
11569         * sysdeps/x86_64/memusage.h: New file.
11570         * sysdeps/x86_64/setjmp.S: New file.
11571         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11572         * sysdeps/x86_64/stackinfo.h: New file.
11573         * sysdeps/x86_64/sysdep.h: New file.
11574         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11575
11576         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11577         L Moshier.
11578
11579 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11580
11581         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11582         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11583
11584 2001-09-18  Andreas Schwab  <schwab@suse.de>
11585
11586         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11587         list, now that l_scope is a pointer.
11588
11589         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11590         scope list.
11591
11592 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11593
11594         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11595         (elf_machine_rela_relative): Add a missing declaration.
11596
11597 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
11598
11599         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11600         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11601         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11602         ldd-rewrite scripts.
11603
11604 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11605
11606         * elf/ldd.bash.in: Update copyright message.
11607
11608 2001-09-17  H.J. Lu  <hjl@gnu.org>
11609
11610         * hurd/hurdmalloc.c (bcopy): Removed.
11611         (realloc): Replace bcopy with memcpy.
11612         * hurd/path-lookup.c (file_name_path_scan): Likewise.
11613         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11614         * sunrpc/rpcinfo.c (pmapdump): Likewise.
11615
11616         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11617         (gethostbyaddr): Likewise.
11618         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11619
11620 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11621
11622         * sysdeps/gnu/eval.c: Removed.
11623
11624 2001-09-18  Andreas Jaeger  <aj@suse.de>
11625
11626         * sysdeps/i386/fpu/s_logbl.S: Move to ...
11627         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11628
11629         * sysdeps/i386/fpu/s_rintl.S: Move to ...
11630         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11631
11632         * sysdeps/i386/fpu/s_significandl.S: Move to ...
11633         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11634
11635 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
11636
11637         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11638         nrules value.
11639
11640 2001-09-14  H.J. Lu  <hjl@gnu.org>
11641
11642         * sysdeps/mips/fpu/libm-test-ulps: Updated.
11643
11644 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
11645
11646         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11647         Patch by Florian La Roche <laroche@redhat.com>.
11648
11649         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11650
11651         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11652         ETHER_CRC_LEN.
11653
11654 2001-09-14  Andreas Schwab  <schwab@suse.de>
11655
11656         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
11657         Sumner <bls@sgi.com>.
11658         * posix/execlp.c: Likewise.
11659
11660 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
11661
11662         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
11663         is already found earlier in the search scope.
11664
11665 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11666
11667         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
11668         filter.
11669
11670 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
11671
11672         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
11673
11674 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
11675
11676         * config.h.in: Enforce optimization to be used.
11677         * Makeconfig (preprocess-versions): Define ASSEMBLER.
11678         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
11679         * posix/Makefile (annexc-CFLAGS): Define to -O.
11680         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
11681
11682 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
11683
11684         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
11685         Patch by Stephan Kulow.
11686
11687 2001-09-08  Ben Collins  <bcollins@debian.org>
11688
11689         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
11690         usage of RESOLVE() (r_type, not reloc->r_type).
11691
11692 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11693
11694         * elf/dl-object.c: Avoid allocating extra memory block for name.
11695         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
11696         allocated separately.
11697         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11698
11699 2001-09-08  H.J. Lu  <hjl@gnu.org>
11700
11701         * po/zh_TW.po: Fix a typo.
11702
11703 2001-09-07  Tom Rix  <trix@redhat.com>
11704
11705         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
11706
11707 2001-08-26  Tom Rix  <trix@redhat.com>
11708
11709         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
11710         command line options.
11711         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
11712         * sysdeps/unix/sysv/aix/start.c: Removed.
11713         * sysdeps/unix/sysv/aix/start-libc.c: New file.
11714         * sysdeps/unix/sysv/aix/init-first.c: New file.
11715         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
11716
11717 2001-09-08  Ben Collins  <bcollins@debian.org>
11718
11719         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
11720         * sysdeps/generic/dl-machine.h: Likewise.
11721         * sysdeps/hppa/dl-fptr.c: Likewise.
11722         * sysdeps/ia64/dl-fptr.c: Likewise.
11723         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11724         * sysdeps/mips/dl-machine.h: Likewise.
11725         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11726         * sysdeps/powerpc/dl-machine.c: Likewise.
11727
11728 2001-09-07  Ben Collins  <bcollins@debian.org>
11729
11730         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
11731
11732         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
11733
11734 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11735
11736         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
11737         dependencies if necessary.
11738
11739         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
11740         loaded directly) determine length if l_initfini list by iterating
11741         over its elements.  Minor optimizations.
11742         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
11743         for dependency objects.
11744         If object was already loaded check whether any of the dependencies
11745         is already on the relocation dependency list.  If yes, remove the
11746         latter.  Minor optimizations.
11747         * elf/dl-lookup.c (add_dependency): Add check for self reference of
11748         maps here.  Search l_initfini list only if the object was loaded
11749         directly and not only as a dependency.
11750         (_dl_lookup_symbol): Add relocation dependency also if object
11751         is not in global scope.  Remove test for self-reference here.
11752         (_dl_lookup_versioned_symbol): Likewise.
11753         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
11754         element of first name record.
11755         * elf/loadtest.c: Add some more test to recognize early if an object
11756         wasn't unloaded.
11757         * elf/Makefile: Add rules to build and run reldep5.
11758         * elf/reldep5.c: New file.
11759         * elf/reldepmod5.c: New file.
11760         * elf/reldepmod6.c: New file.
11761
11762         * elf/reldep2.c: Fix typo.
11763
11764 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
11765
11766         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
11767         elements.  Change l_scope to be a pointer only.
11768         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
11769         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
11770         here add searchlist of newly open file to the dependency's scope.
11771         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
11772         only searchlist from its scope.  Free own scope array if necessary.
11773         * elf/Makefile (tests): Add dblload and dblunload now.
11774
11775 2001-09-06  Andreas Jaeger  <aj@suse.de>
11776
11777         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
11778         Stephen L Moshier.
11779
11780 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
11781
11782         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
11783         they both fail.
11784         * elf/dblload.c: New file.
11785         * elf/dblloadmod1.c: New file.
11786         * elf/dblloadmod2.c: New file.
11787         * elf/dblloadmod3.c: New file.
11788         * elf/dblunload.c: New file.
11789
11790 2001-09-04  Richard Henderson  <rth@redhat.com>
11791
11792         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
11793         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
11794
11795 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11796
11797         Correct very misleading message for error in failed runtime relocation.
11798         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
11799         place of the error.
11800         (_dl_signal_cerror): Likewise.
11801         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
11802         * elf/dl-close.c: Likewise.
11803         * elf/dl-deps.c: Likewise.
11804         * elf/dl-load.c: Likewise.
11805         * elf/dl-lookup.c: Likewise.
11806         * elf/dl-open.c: Likewise.
11807         * elf/dl-reloc.c: Likewise.
11808         * elf/dl-sym.c: Likewise.
11809         * elf/dl-version.c: Likewise.
11810         * sysdeps/generic/dl-sysdep.c: Likewise.
11811
11812 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11813
11814         * iconv/strtab.c (strtabinit): Initialize null Strent.
11815         (newstring): Move len == 0 handling...
11816         (strtabadd): ...here.
11817         If len == 1, return null Strent.
11818         When inserting a suffix of an existing string, check if
11819         it is not equal to some suffix already recorded.
11820         Copy left and right members over if adding longer string.
11821
11822 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11823
11824         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
11825
11826         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
11827         (__syscall_gethostname): Add prototype.
11828
11829 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11830
11831         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
11832
11833 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
11834
11835         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
11836
11837 2001-08-27  Roland McGrath  <roland@frob.com>
11838
11839         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
11840         short, copy that much into NAME anyway before returning error.
11841
11842 2001-09-01  Richard Henderson  <rth@redhat.com>
11843
11844         * sysdeps/alpha/elf/Dist: Remove file.
11845         * sysdeps/alpha/elf/Makefile: Remove file.
11846         * sysdeps/alpha/elf/crtbegin.S: Remove file.
11847         * sysdeps/alpha/elf/crtend.S: Remove file.
11848         * sysdeps/alpha/elf/initfini.c: New file.
11849
11850 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
11851
11852         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
11853         * iconv/tst-iconv3.c: Likewise.
11854
11855 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
11856
11857         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
11858
11859 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
11860
11861         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
11862         export it.
11863         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
11864         * iconv/iconv_prog.c (insert_cache): New function.
11865         (print_known_names): If cache is used call insert_cache to use the
11866         information from the cache [PR libc/2509].
11867
11868 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
11869
11870         * time/strptime.c (strptime_internal): Recognize 'l' format and
11871         handle it like 'I' for symmetry with strftime.
11872
11873 2001-08-31  Richard Henderson  <rth@redhat.com>
11874
11875         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
11876         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
11877         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
11878         (print_statistics): Make scalar unsigned long long.
11879         * sysdeps/alpha/hp-timing.h: New file.
11880
11881 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11882
11883         * stdio-common/perror.c (perror): Save errno early, pass it
11884         down to perror_internal.
11885         (perror_internal): Add errnum argument.
11886
11887 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11888
11889         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
11890         Don't add old memory content for R_ALPHA_REFQUAD.
11891
11892 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11893
11894         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
11895         memory correctly.
11896
11897         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
11898         instead of open, __close instead of close, __getpagesize instead
11899         of getpagesize.
11900
11901         * string/argz-stringify.c (__argz_stringify): Use __strnlen
11902         instead of strnlen.
11903         * include/string.h (strndupa): Redefine here to use __strnlen
11904         instead of strnlen.
11905         * string/strndup.c (__strndup): Use __strnlen not strnlen.
11906
11907         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
11908         connected).
11909
11910 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11911
11912         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
11913         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
11914         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
11915         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
11916         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
11917         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
11918         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
11919
11920 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11921
11922         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
11923
11924 2001-08-30  Andreas Jaeger  <aj@suse.de>
11925
11926         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
11927         contributed Stephen L Moshier.
11928
11929 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11930
11931         * sunrpc/etc.rpc (sgi_fam): Add.
11932
11933 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11934
11935         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
11936
11937 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11938
11939         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
11940         first is from a previous call.
11941         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
11942
11943 2001-08-29  Andreas Schwab  <schwab@suse.de>
11944
11945         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
11946
11947 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11948
11949         * config.make.in (INSTALL_SCRIPT): Define.
11950         * Makeconfig (INSTALL_SCRIPT): Define.
11951         * Makerules (do-install-script): New macro to install scripts using
11952         INSTALL_SCRIPT.
11953         (install-bin-script): New rule to install scripts with
11954         do-install-script.
11955         (install-bin-script-nosubdir): New rule.
11956         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
11957         (distinfo-vars): Add $(install-bin-script).
11958         * Rules (others): Likewise.
11959         * Makefile (glibcbug): Install with install-bin-script.
11960         * debug/Makefile (xtrace): Likewise.
11961         (catchsegv): Likewise.
11962         * elf/Makefile (ldd): Likewise.
11963         * malloc/Makefile (mtrace): Likewise.
11964         * timezone/Makefile (tzselect): Likewise.
11965
11966 2001-08-29  H.J. Lu  <hjl@gnu.org>
11967
11968         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
11969         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
11970         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
11971
11972 2001-08-29  Andreas Schwab  <schwab@suse.de>
11973
11974         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
11975
11976 2001-08-28  H.J. Lu  <hjl@gnu.org>
11977
11978         * Makeconfig (combreloc-LDFLAGS): New variable.
11979         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
11980         * config.make.in (have-z-combreloc): New variable.
11981         * configure.in: Substitute libc_cv_z_combreloc.
11982
11983 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11984
11985         * po/sv.po: Update from translation team.
11986         * po/fr.po: Likewise.
11987         * po/da.po: Likewise.
11988
11989 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11990
11991         * Makerules: Fix a typo: MD% -> MD5.
11992
11993 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
11994
11995         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
11996         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
11997
11998 2001-08-28  Andreas Jaeger  <aj@suse.de>
11999
12000         * manual/libc-texinfo.sh: Add entry about free manuals.
12001
12002         * manual/contrib.texi (Contributors): Fix cross reference.
12003
12004         * manual/libc.texinfo (Copying): Include freemanuals.
12005
12006         * manual/Makefile (appendices): Add freemanuals.
12007
12008         * manual/freemanuals.texi: New file.
12009         Patch by Brian Youmans <3diff@gnu.org>.
12010
12011         * manual/libm-err-tab.pl: Pretty print more platforms, print a
12012         smaller table.
12013
12014         * manual/math.texi (Errors in Math Functions): Fix grammar, start
12015         table on separate page.
12016         Patch by Brian Youmans <3diff@gnu.org>.
12017
12018 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12019
12020         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
12021         the connection went down after we first used it try to connect
12022         again and resend the message before printing to the console.
12023         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
12024
12025 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12026
12027         * string/tst-strlen.c (main): Test strnlen (, -1) too.
12028         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
12029         bit set.
12030
12031 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12032
12033         * iconv/strtab.c (searchstring): Use correct length for comparison.
12034         (strtabadd): Account total size correct if new string has old string as
12035         substring.
12036
12037 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12038
12039         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
12040
12041 2001-08-27  Andreas Jaeger  <aj@suse.de>
12042
12043         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
12044
12045         * math/libm-test.inc (j0_test): Add extra tests.
12046         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
12047         not x, in Hankel approximation.
12048         Patches by Stephen L Moshier.
12049
12050 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12051
12052         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
12053         link_map.
12054
12055         * configure.in: Fix test for .rela.dyn section.
12056
12057         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
12058
12059 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12060
12061         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
12062         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
12063         Pass type_class to _dl_lookup_*.
12064         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
12065         Pass around just type_class instead of noexec, noplt pair.
12066         (_dl_lookup_versioned_symbol): Likewise.
12067         (_dl_lookup_symbol_skip): Pass around just type_class instead of
12068         noexec, noplt pair.
12069         (_dl_lookup_versioned_symbol_skip): Likewise.
12070         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
12071         * elf/do-lookup.h (do_lookup): Likewise.
12072         * include/link.h (struct link_map): Replace noexec and noplt fields
12073         in l_lookup_cache with type_class field.
12074         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
12075         ELF_RTYPE_CLASS_COPY): Define.
12076         Adjust prototypes for _dl_lookup_symbol and
12077         _dl_lookup_versioned_symbol.
12078         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
12079         elf_machine_lookup_noexec_p): Remove.
12080         (elf_machine_type_class): Define.
12081         * sysdeps/arm/dl-machine.h: Likewise.
12082         * sysdeps/hppa/dl-machine.h: Likewise.
12083         * sysdeps/cris/dl-machine.h: Likewise.
12084         * sysdeps/i386/dl-machine.h: Likewise.
12085         * sysdeps/ia64/dl-machine.h: Likewise.
12086         * sysdeps/m68k/dl-machine.h: Likewise.
12087         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12088         * sysdeps/mips/dl-machine.h: Likewise.
12089         * sysdeps/powerpc/dl-machine.h: Likewise.
12090         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12091         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12092         * sysdeps/sh/dl-machine.h: Likewise.
12093         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12094         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12095
12096 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12097
12098         * manual/message.texi (Advanced gettext functions): Change
12099         description of plural forms for Slovak.
12100         Reported by Marcel Telka <marcel@telka.sk>.
12101
12102         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
12103         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
12104
12105 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12106
12107         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
12108         typo.  Patch by Florian La Roche <laroche@redhat.com>.
12109
12110 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12111
12112         * include/link.h (struct link_map): Add l_lookup_cache element.
12113         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
12114         (RESOLVE_MAP): Likewise.
12115         (_dl_relocate_object): Remove cache initialization.
12116         * elf/dl-lookup.c: Rip out cache handling code.
12117         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
12118         declarations.
12119
12120         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
12121         remove some __builtin_expect.
12122         (_dl_lookup_versioned_symbol): Likewise.
12123
12124         * config.h.in: Add HAVE_Z_COMBRELOC.
12125         * configure.in: Add test for -z combreloc.
12126
12127         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
12128         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
12129         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
12130         case to almost no code.
12131
12132 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
12133
12134         * po/tr.po: Update from translation team.
12135
12136 2001-08-24  Andreas Jaeger  <aj@suse.de>
12137
12138         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
12139         make clean works.
12140
12141 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12142
12143         * elf/rtld.c (print_statistics): Printf % after percent values.
12144         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
12145
12146         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
12147         don't have to compute the hash value and initialize current_value.
12148         Move reference_name variable to where it is needed.
12149         (_dl_lookup_versioned_symbol): Likewise.
12150
12151 2001-08-24  Roland McGrath  <roland@frob.com>
12152
12153         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
12154         Just test that strerror returns non-null for a few errno codes.
12155
12156 2001-08-23  Roland McGrath  <roland@frob.com>
12157
12158         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
12159         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
12160
12161         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
12162
12163         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
12164         __mach_reply_port.
12165
12166 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12167
12168         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
12169         returns NULL.
12170
12171         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
12172         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
12173         doesn't do it.
12174         * elf/rtld.c: Include <sys/param.h>.
12175         * elf/dl-reloc.c: Likewise.
12176
12177 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12178
12179         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
12180         empty to prevent junk from being generated.
12181         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
12182
12183 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12184
12185         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
12186         records.  Rename endrel to relative, initialize it to r, and use it
12187         in elf_machine_rel_relative calls.  Point r after relative relocs.
12188
12189 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12190
12191         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
12192         of R_386_NONE.
12193
12194 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12195
12196         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
12197         necessary.  Undefine newly defined macros at the end.
12198         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
12199         Rename from elf_machine_rel_relative.
12200         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
12201         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
12202         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
12203         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
12204         Likewise.
12205         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
12206         Likewise.
12207         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
12208         Fix argument types.
12209         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
12210         Fix argument types.
12211         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
12212         Likewise.  Fix argument types.
12213         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
12214         Likewise.  Fix argument types.
12215         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
12216         Fix argument types.
12217         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
12218         ElfW(Rel) in argument.
12219         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
12220         function.
12221
12222 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
12223
12224         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12225
12226 2001-08-24  Andreas Jaeger  <aj@suse.de>
12227
12228         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12229         Stephen L Moshier <moshier@mediaone.net>.
12230
12231 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12232
12233         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12234         first if RELCOUNT is set.
12235
12236         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12237         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12238         elf_machine_rel_relative.
12239         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12240         Minor optimizations.
12241         * sysdeps/arm/dl-machine.h: Likewise.
12242         * sysdeps/cris/dl-machine.h: Likewise.
12243         * sysdeps/hppa/dl-machine.h: Likewise.
12244         * sysdeps/i386/dl-machine.h: Likewise.
12245         * sysdeps/ia64/dl-machine.h: Likewise.
12246         * sysdeps/m68k/dl-machine.h: Likewise.
12247         * sysdeps/mips/dl-machine.h: Likewise.
12248         * sysdeps/powerpc/dl-machine.h: Likewise.
12249         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12250         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12251         * sysdeps/sh/dl-machine.h: Likewise.
12252         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12253         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12254
12255 2001-08-23  Roland McGrath  <roland@frob.com>
12256
12257         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
12258
12259         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
12260         sysdeps/mach version.  Implement counting ("recursive") mutexes
12261         on top of cthreads mutexes.
12262         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
12263
12264         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
12265         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
12266         (__libc_cleanup_region_start, __libc_cleanup_region_end,
12267         __libc_clean_end): Define these to call the cleanup function after
12268         normal exit when they're supposed to.
12269
12270         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
12271         Take new first arg DOIT, a boolean saying whether to really install
12272         any cleanup handler.
12273         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
12274         (__libc_cleanup_end): Likewise.
12275         * sysdeps/generic/bits/libc-lock.h: Same changes.
12276         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
12277         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
12278         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
12279         Likewise.
12280         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
12281         * sysdeps/generic/bits/stdio-lock.h
12282         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
12283
12284 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12285
12286         * elf/ldconfig.c (search_dir): Remove stale symlinks.
12287
12288 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12289
12290         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
12291         functions.
12292         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
12293         lookups in cache.
12294         (_dl_lookup_versioned_symbol): Likewise.
12295         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
12296         relocation lookup.
12297         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
12298         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
12299         (lookup_cache, lookup_cache_versioned): Add declarations.
12300
12301 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12302
12303         * stdlib/tst-random.c (main): Swap parameters in fail call.
12304         Patch by Pete Bevin <pete@petebevin.com>.
12305
12306 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12307
12308         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
12309
12310 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12311
12312         * malloc/obstack.c: Indent preprocessor directives.
12313         Patch by Jim Meyering <meyering@ascend.com>.
12314
12315         * po/ja.po: Update from translation team.
12316
12317 2001-08-23  Roland McGrath  <roland@frob.com>
12318
12319         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
12320
12321         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
12322         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
12323
12324 2001-08-22  Roland McGrath  <roland@frob.com>
12325
12326         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
12327         __libc_lock_define_recursive.
12328         * elf/dl-open.c: Don't declare it here any more.
12329         * elf/dl-close.c: Likewise.
12330         * elf/dl-lookup.c: Likewise.
12331         * elf/dl-iteratephdr.c: Likewise.
12332         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
12333         __libc_lock_unlock_recursive.
12334         * elf/dl-close.c (_dl_close): Likewise
12335         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
12336         * elf/dl-open.c (_dl_open): Likewise
12337
12338         * sysdeps/generic/bits/libc-lock.h
12339         (__libc_lock_define_recursive): New macro.
12340         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
12341         (_IO_lock_lock): Use __libc_lock_lock_recursive.
12342         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
12343
12344         * conform/conformtest.pl (checknamespace): Sort the output list.
12345
12346         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
12347         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
12348         definitions conditional on [__USE_XOPEN].
12349
12350         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
12351         these unconditionally, not only use [__USE_BSD], so as to match
12352         the sysdeps/unix/sysv/linux files.
12353
12354 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12355
12356         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
12357         avoid warnings.
12358
12359         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
12360         DL_LOOKUP_ADDRESS.
12361
12362 2001-08-22  Roland McGrath  <roland@frob.com>
12363
12364         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
12365         conditionalization of sa_handler/sa_sigaction member types to
12366         match the sysdeps/unix/sysv/linux file.
12367
12368 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12369
12370         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
12371         symbol sizes a bit better.
12372
12373         * sysdeps/ia64/strncpy.S: Complete rewrite.
12374         Contributed by Jakub Jelinek <jakub@redhat.com>.
12375
12376         * string/stratcliff.c (main): Add strncpy test.
12377
12378 2001-08-22  Roland McGrath  <roland@frob.com>
12379
12380         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
12381         and don't declare unsetenv or _environ directly.
12382         (unsetenv): Return int, not void.  Use __environ instead of _environ.
12383
12384 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
12385
12386         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
12387         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
12388         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
12389         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
12390         test for cmsg struct size.
12391
12392 2001-04-23  Paul Eggert  <eggert@twinsun.com>
12393
12394         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
12395         Rename __argc to ___argc in prototypes to avoid compatibility
12396         problems with systems that reserve the identifier "__argc".
12397         Similarly for __argv.
12398
12399 2001-08-21  Roland McGrath  <roland@frob.com>
12400
12401         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
12402
12403         * mach/Makefile (tests): Removed.
12404         * mach/hello.c: File removed.
12405
12406 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12407
12408         * po/sv.po: Update from translation team.
12409
12410         * stdio-common/vfscanf.c: Fix handling of %l[].
12411         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
12412
12413         * libio/Makefile (tests): Add tst-sscanf.
12414         * libio/tst-sscanf.c: New file.
12415
12416         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
12417         * malloc/mtrace.c (tr_where): dli_sname always points to a
12418         non-empty string if != NULL.
12419         Reported by Tim Janik <timj@gtk.org>.
12420
12421 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
12422
12423         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
12424         buf.  Free resources on failure.
12425         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
12426         (makefd_xprt): Likewise.
12427         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
12428         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
12429         * sunrpc/auth_unix.c (authunix_create): Likewise.
12430
12431 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
12432
12433         * string/strnlen.c: Remove.
12434         * sysdeps/generic/strnlen.c: New file.
12435         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
12436
12437 2001-08-21  Roland McGrath  <roland@frob.com>
12438
12439         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
12440         as a macro, not an extern inline function.
12441
12442         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
12443         * Versions.def (libc): Add GLIBC_2.2.5 set.
12444         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
12445         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
12446
12447 2001-08-20  Roland McGrath  <roland@frob.com>
12448
12449         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
12450         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
12451
12452 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12453
12454         * string/bits/string2.h: Remove strnlen optimization here.
12455         * sysdeps/i386/i486/bits/string.h: Add it here.
12456
12457 2001-08-21  Wolfram Gloger  <wg@malloc.de>
12458
12459         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
12460
12461 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12462
12463         * po/gl.po: Update from translation team.
12464
12465 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12466
12467         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
12468         * misc/err.c (convert_and_print): Likewise.
12469
12470         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
12471         function calls.
12472
12473 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12474
12475         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
12476         change of the gregset_t type.
12477         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12478
12479 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12480
12481         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
12482
12483 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12484
12485         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
12486
12487         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
12488
12489 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
12490
12491         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
12492         before calling the cthreads initialization code.
12493
12494 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12495
12496         * argp/argp-help.c: Fix two problems introduced in last change.
12497
12498         * include/dirent.h: Include <dirstream.h> first.
12499
12500 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
12501
12502         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
12503
12504         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
12505         * sunrpc/xdr_rec.c: Likewise.
12506         * sunrpc/xdr_mem.c: Likewise.
12507         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
12508         * sunrpc/rpc_cmsg.c: Likewise.
12509         * sunrpc/getrpcport.c (getrpcport): Likewise.
12510         * sunrpc/clnt_simp.c (callrpc): Likewise.
12511         * sunrpc/clnt_gen.c (clnt_create): Likewise.
12512         * string/envz.c: Likewise.
12513
12514         * po/ko.po: Update from translation team.
12515
12516         * argp/argp-help.c: Handle wide oriented stderr stream.
12517
12518 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
12519
12520         * sysdeps/generic/strtol.c: Little optimizations.  Add some
12521         __builtin_expect.
12522
12523         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
12524
12525         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
12526         * wcsmbs/wcwidth.c (wcwdith): Likewise.
12527         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
12528
12529         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
12530
12531         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
12532
12533         * time/time.h (struct timespec): Use __time_t for tv_sec element.
12534
12535         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
12536         wchar_t for function declarations and defintions.
12537
12538         * misc/sys/select.h: Define __need_time_t before including <time.h>.
12539         Define suseconds_t if it hasn't happened yet.
12540
12541         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
12542
12543         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
12544
12545         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
12546         <stddef.h>.
12547
12548         * conform/data/stddef.h-data: Remove wint_t.
12549
12550         * conform/conformtest.pl: Change namespace test to take #undef
12551         lines into account.
12552
12553         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
12554
12555         * conform/data/sys/socket.h-data: Add sockatmark.
12556
12557 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12558
12559         * io/fts.c: Update from recent BSD source.
12560
12561 2001-08-17  Roland McGrath  <roland@frob.com>
12562
12563         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
12564         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
12565         Likewise.
12566
12567 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12568
12569         * locale/duplocale.c (__duplocale): Also initialize the special
12570         __ctype_* elements.
12571
12572         * conform/data/netdb.h-data: Adjust gai_strerror return type.
12573
12574 2001-08-17  Andreas Jaeger  <aj@suse.de>
12575
12576         * misc/getpass.c: Include wchar.h for prototypes.
12577         * malloc/obstack.c: Likewise.
12578
12579 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12580
12581         * sunrpc/svc_simple.c (universal): Use __write instead of write.
12582
12583         * wcsmbs/wcscoll.c: Also define __wcscoll.
12584         * include/wchar.h: Declare __wcscoll.
12585
12586         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12587         * libio/vwprintf.c: Likewise.
12588         * libio/wprintf.c: Likewise.
12589
12590         * iconv/gconv_cache.c: Use __munmap instead of munmap.
12591
12592 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
12593
12594         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12595         instead of mbrtowc.
12596         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12597         wcslen, and __wcscoll instead of wcscoll.
12598
12599         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12600
12601         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12602         __getuid instead of getuid.
12603
12604         * stdio-common/perror.c (perror): Use __close instead of close.
12605         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12606         * libio/freopen.c (freopen): Likewise.
12607         * libio/freopen64.c (freopen64): Likewise.
12608
12609         * libio/tst-ungetwc2.c (main): Define str const.
12610
12611         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12612         * libio/fwprintf.c: Also define __fwprintf.
12613         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12614         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12615         * assert/assert-perr.c: Likewise.
12616         * assert/assert.c: Likewise.
12617         * gmon/gmon.c: Likewise.
12618         * inet/rcmd.c: Likewise.
12619         * malloc/obstack.c: Likewise.
12620         * misc/err.c: Likewise.
12621         * misc/error.c: Likewise.
12622         * misc/getpass.c: Likewise.
12623         * posix/getopt.c: Likewise.
12624         * resolv/res_hconf.c: Likewise.
12625         * stdio-common/perror.c: Likewise.
12626         * stdio-common/psignal.c: Likewise.
12627         * stdlib/fmtmsg.c: Likewise.
12628         * sunrpc/auth_unix.c: Likewise.
12629         * sunrpc/clnt_perr.c: Likewise.
12630         * sunrpc/clnt_tcp.c: Likewise.
12631         * sunrpc/clnt_udp.c: Likewise.
12632         * sunrpc/clnt_unix.c: Likewise.
12633         * sunrpc/svc_simple.c: Likewise.
12634         * sunrpc/svc_tcp.c: Likewise.
12635         * sunrpc/svc_udp.c: Likewise.
12636         * sunrpc/svc_unix.c: Likewise.
12637         * sunrpc/xdr.c: Likewise.
12638         * sunrpc/xdr_array.c: Likewise.
12639         * sunrpc/xdr_rec.c: Likewise.
12640         * sunrpc/xdr_ref.c: Likewise.
12641         * sysdeps/generic/wordexp.c: Likewise.
12642
12643         * po/it.po: Update from translation team.
12644
12645         * misc/err.c: Handle wide oriented stderr stream.
12646
12647 2001-08-14  Tom Rix  <trix@redhat.com>
12648
12649         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12650         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12651
12652 2001-08-13  Tom Rix  <trix@redhat.com>
12653
12654         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12655         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12656         and __intptr_t.
12657
12658 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12659
12660         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
12661         Store the access registers to the ucontext structure.
12662         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
12663         Likewise.
12664
12665         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
12666         Load the access registers from the ucontext structure.
12667         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
12668         Likewise.
12669
12670         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
12671         offsets to the new ucontext layout.
12672         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
12673
12674         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
12675         of the ucontext structure.
12676         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12677
12678 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
12679
12680         * misc/error.c (error): Handle wide oriented stderr stream correctly.
12681         (error_at_line): Likewise.
12682
12683         * stdio-common/perror.c (perror): Implement according to standard.
12684         The stream orientation must not be changed if the stream was not
12685         oriented before the call.
12686         * stdio-common/Makefile (tests): Add tst-perror.
12687         * stdio-common/tst-perror.c: New file.
12688
12689
12690 See ChangeLog.12 for earlier changes.