Update.
[platform/upstream/glibc.git] / ChangeLog
1 2002-09-12  Ulrich Drepper  <drepper@redhat.com>
2
3         * elf/elf.h: Correct DT_LOOS and DT_HIOS values.
4
5 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
6
7         * sysdeps/powerpc/fpu/s_isnan.c: #undef __isnanf and isnanf after
8         reading the headers.
9
10 2002-09-12  Roland McGrath  <roland@redhat.com>
11
12         * elf/rtld.c (_dl_start_final): Move _begin, _end decls outside the fn.
13         (_dl_start) [DONT_USE_BOOTSTRAP_MAP]: Use &_begin instead of l_addr to
14         find the ELF header.
15
16         * elf/rtld.c (dl_main) [USE_TLS]: Adjust l_tls_initimage of main
17         executable if needed, in case it's actually a shared object.
18
19 2002-09-11  Roland McGrath  <roland@redhat.com>
20
21         * elf/dl-load.c (_dl_map_object_from_fd): Use l_addr instead of
22         l_map_start to adjust l_tls_initimage.
23
24         * nss/getnssent_r.c (__nss_getent_r): Use EAGAIN instead of errno
25         when using h_errno and it's not set to NETDB_INTERNAL.
26         * nss/getXXbyYY_r.c [NEED_H_ERRNO]: Likewise.
27
28         * Makefile ($(common-objpfx)testrun.sh): New target.
29         (others): Depend on it.
30         (postclean-generated): Append it.
31
32         * nss/bug-erange.c: New file.
33         * nss/Makefile (tests): Add it.
34
35         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Return errno
36         instead of always EAGAIN when status is NSS_STATUS_TRYAGAIN.
37
38         * sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without
39         strncmp, keeps the code smaller for a non-performance-critical case.
40
41         * sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,
42         no longer wrongly matches arbitrary prefixes of NAME.
43         Reported by Jakub Jelinek <jakub@redhat.com>.
44
45 2002-09-11  Jakub Jelinek  <jakub@redhat.com>
46
47         * posix/bug-regex11.c (tests): New array.
48         (main): Rewritten to run more different tests.
49
50 2002-09-10  Roland McGrath  <roland@redhat.com>
51
52         * nscd/Makefile (CPPFLAGS-nscd, CPPFLAGS-nscd_conf, CPPFLAGS-dbg_log)
53         (CPPFLAGS-connections, CPPFLAGS-hstcache): Variables removed.
54         Instead, catch all of $(nscd-modules) via cppflags-iterator.mk.
55
56         * sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
57         well so we don't get it declared by include/math.h's hidden_proto.
58         Then do hidden_proto for __isnanf locally so hidden_def works right.
59
60         * posix/bug-regex5.c (main): Use `union locale_data_value' rather than
61         a cast to turn nl_langinfo return value into an integer.
62
63 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
64
65         * posix/regexec.c (build_trtable): Fix the destination of
66         newline to prevent wrong states from overwriting.
67         Append break statements to optimization.
68
69 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
70
71         * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if.
72         (build_range_exp): Add castings to strlen invocations.
73         (build_collating_symbol): Restore the type of characters from "char"
74         to "unsigned char", and supplement castings.
75         (build_collating_symbol): Likewise.
76         (build_equiv_class): Likewise.
77         (build_charclass): Likewise.
78         (seek_collating_symbol_entry): Likewise.
79         (parse_bracket_exp): Likewise.
80         (build_word_op): Supplement a casting.
81         * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if.
82         (re_string_allocate): Fix castings.
83         (re_string_construct): Likewise.
84         (re_string_construct_common): Likewise.
85         (re_string_realloc_buffers): Likewise.
86         (build_wcs_buffer): Likewise.
87         (build_wcs_upper_buffer): Likewise.
88         (re_string_skip_chars): Likewise.
89         (re_string_reconstruct): Likewise.
90         * posix/regex_internal.h: Restore the type of characters in
91         re_string_t and bracket_elem_t from "char" to "unsigned char".
92         (re_string_elem_size_at): Fix castings.
93         * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if.
94         (transit_state_bkref_loop): Restore the type of characters from
95         "char" to "unsigned char", and append a cast to "char*" pointer in
96         array subscript.
97         (check_node_accept_bytes): Likewise.
98         (find_collation_sequence_value): Likewise.
99
100 2002-09-10  Hartvig Ekner  <hartvige@mips.com>
101
102         * sysdeps/mips/memcpy.S: New file.
103         * sysdeps/mips/memset.S: New file.
104         * sysdeps/mips/fpu/e_sqrt.c:  New file.
105         * sysdeps/mips/fpu/e_sqrtf.c: New file.
106
107         * fpu/fclrexcpt.c: Cleaned up the FPU exception stuff - was not
108         functional before. Also removed all SHLIB_COMPAT stuff.
109         * fpu/fegetenv.c: Likewise.
110         * fpu/fesetenv.c:: Likewise.
111         * fpu/feupdateenv.c: Likewise.
112         * fpu/fgetexcptflg.c: Likewise.
113         * fpu/fraiseexcpt.c: Likewise.
114
115         * sysdeps/mips/fpu/fsetexcptflg.c: New file.
116
117 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
118
119         * include/math.h (__finite_internal, __finitef_internal,
120         __finitel_internal, __isinf_internal, __isnan_internal): Remove.
121         (isfinite): Remove.
122         (__finite, __isinf, __isnan, __finitef, __isinff, __isnanf, __finitel,
123         __isinfl, __isnanl): Add hidden_proto.
124         (__fpclassify, __fpclassifyf, __fpclassifyl, __expm1l): Add
125         libm_hidden_proto.
126         * math/Makefile (libm-calls): Add s_isinf and s_isnan.
127         * stdio-common/printf_fp.c (__printf_fp): Remove INTUSE from
128         __is{inf,nan} calls.
129         * stdio-common/printf_size.c (printf_size): Likewise.
130         * sysdeps/generic/printf_fphex.c (__printf_fphex): Likewise.
131         * sysdeps/generic/s_ldexp.c (__ldexp): Likewise.
132         * sysdeps/generic/s_ldexpf.c (__ldexpf): Likewise.
133         * sysdeps/generic/s_ldexpl.c (__ldexpl): Likewise.
134         * sysdeps/generic/s_expm1l.c (__expm1l): Add libm_hidden_def.
135         * sysdeps/i386/fpu/s_finite.S (__finite_internal): Remove alias.
136         (__finite): Add hidden_def.
137         * sysdeps/i386/fpu/s_finitef.S (__finitef_internal): Remove alias.
138         (__finitef): Add hidden_def.
139         * sysdeps/i386/fpu/s_finitel.S (__finitel_internal): Remove alias.
140         (__finitel): Add hidden_def.
141         * sysdeps/i386/fpu/s_isinfl.c (__isinfl): Remove INTDEF.  Add
142         hidden_def.
143         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
144         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Add
145         libm_hidden_def.
146         * sysdeps/i386/fpu/s_expm1l.S (__expm1l): Likewise.
147         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Remove INTDEF.  Add
148         hidden_def.
149         * sysdeps/ieee754/dbl-64/s_isinf.c (__isinf): Likewise.
150         (__isinfl): Remove INTDEF.
151         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Remove INTDEF.  Add
152         hidden_def.
153         (__isnanl): Remove INTDEF.
154         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Add
155         libm_hidden_def.
156         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Use __sin and __cos
157         instead of sin and cos.
158         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Remove INTDEF.
159         Add hidden_def.
160         * sysdeps/ieee754/flt-32/s_isinff.c (__isinff): Likewise.
161         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
162         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Add
163         libm_hidden_def.
164         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Remove INTDEF.
165         Add hidden_def.
166         * sysdeps/ieee754/ldbl-128/s_isinfl.c (__isinfl): Likewise.
167         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
168         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl): Add
169         libm_hidden_def.
170         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add
171         libm_hidden_def.
172         * sysdeps/ieee754/ldbl-96/s_finitel.c (__finitel): Remove INTDEF.
173         Add hidden_def.
174         * sysdeps/ieee754/ldbl-96/s_isinfl.c (__isinfl): Likewise.
175         * sysdeps/ieee754/ldbl-96/s_isnanl.c (__isnanl): Likewise.
176         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c (__fpclassifyl): Add
177         libm_hidden_def.
178         * sysdeps/ia64/fpu/s_finite.S (__finite_internal, __finitef_internal,
179         __finitel_internal): Remove aliases.
180         (__finite, __finitef, __finitel): Add hidden_def.
181         * sysdeps/ia64/fpu/s_isnan.S (__isnan_internal, __isnanf_internal,
182         __isnanl_internal): Remove aliases.
183         (__isnan, __isnanf, __isnanl): Add hidden_def.
184         * sysdeps/ia64/fpu/s_isinf.S (__isinf_internal, __isinff_internal,
185         __isinfl_internal): Remove aliases.
186         (__isinf, __isinff, __isinfl): Add hidden_def.
187         * sysdeps/ia64/fpu/s_fpclassify.S (__fpclassify, __fpclassifyf,
188         __fpclassifyl): Add libm_hidden_def.
189         * sysdeps/ia64/fpu/s_expm1l.S (__expm1l): Likewise.
190         * sysdeps/m68k/s_isinfl.c (__isinfl): Remove INTDEF.  Add hidden_def.
191         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Remove.
192         (hidden_defx): Define and use.
193         * sysdeps/m68k/fpu/s_fpclassifyl.c (__fpclassifyl): Add
194         libm_hidden_def.
195         * sysdeps/m68k/fpu/s_expm1l.c (__expm1l): Likewise.
196         * sysdeps/m68k/s_isnanl.c (__isnanl): Add hidden_def.
197         * sysdeps/powerpc/fpu/s_isnan.c (__isnan, __isnanf, __isnanl):
198         Remove INTDEF.
199         (__isnan, __isnanf): Add hidden_def.
200         * sysdeps/x86_64/fpu/s_finitel.S (__finitel_internal): Remove alias.
201         (__finitel): Add libm_hidden_def.
202         * sysdeps/x86_64/fpu/s_expm1l.S (__expm1l): Likewise.
203
204         * include/fenv.h (feraiseexcept, fesetenv): Add libm_hidden_proto.
205         * sysdeps/alpha/fpu/fesetenv.c (fesetenv): Add libm_hidden_ver.
206         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
207         * sysdeps/arm/fpu/fesetenv.c (fesetenv): Likewise.
208         * sysdeps/arm/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
209         * sysdeps/generic/fesetenv.c (fesetenv): Likewise.
210         * sysdeps/generic/fraiseexcpt.c (feraiseexcept): Likewise.
211         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
212         * sysdeps/i386/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
213         * sysdeps/m68k/fpu/fesetenv.c (fesetenv): Likewise.
214         * sysdeps/m68k/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
215         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Likewise.
216         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
217         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Likewise.
218         * sysdeps/powerpc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
219         * sysdeps/sparc/fpu/fesetenv.c (fesetenv): Likewise.
220         * sysdeps/sparc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
221         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Add libm_hidden_def.
222         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
223         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Likewise.
224         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
225         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
226         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
227         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
228         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
229         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Likewise.
230         * sysdeps/x86_64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
231
232 2002-09-09  Steven Munroe  <sjmunroe@us.ibm.com>
233
234         * elf/elf.h: Add powerpc64 specific elf relocation and dynamic types.
235
236 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
237
238         * elf/dl-error.c (_dl_signal_cerror): Don't print anything if only
239         LD_DEBUG=statistics or LD_TRACE_PRELINKING.
240
241 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
242
243         * string/stratcliff.c: Some more strncpy tests.
244         Patch by Daniel Jacobowitz <drow@mvista.com>.
245
246 2002-09-08  Roland McGrath  <roland@redhat.com>
247
248         * resolv/resolv.h: Include <sys/types.h> for u_long even in
249         the [__need_res_state] case.
250         Reported by Bruno Haible <bruno@clisp.org>.
251
252 2002-09-04  Bruno Haible  <bruno@clisp.org>
253
254         * sysdeps/generic/bits/ustat.h: Comment fix.
255         * io/sys/sendfile.h: Comment fix.
256         * sysdeps/posix/pread.c: Comment fix.
257         * sysdeps/posix/pread64.c: Comment fix.
258         * sysdeps/posix/pwrite.c: Comment fix.
259         * sysdeps/posix/pwrite64.c: Comment fix.
260
261 2002-09-06  Roland McGrath  <roland@redhat.com>
262
263         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
264         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
265         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
266         (_UTSNAME_MACHINE_LENGTH): Likewise.
267         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
268
269 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
270
271         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
272         test for filesystem type name of mount points.
273
274         * include/errno.h: Use errno definition with __thread for now only
275         in libc and ld.so.
276
277         * test-skeleton.c (main): Improve error message for unexpected
278         signal case.
279
280 2002-09-05  Roland McGrath  <roland@redhat.com>
281
282         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
283         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
284
285 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
286
287         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
288         case of failure.
289
290 2002-09-04  Bruno Haible  <bruno@clisp.org>
291
292         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
293         sigset_get_old_mask): Turn into inline functions.
294         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
295         sigset_get_old_mask): Likewise.
296         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
297         sigset_get_old_mask): Likewise.
298         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
299         syntax.
300
301         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
302
303         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
304         default definitions.
305         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
306         _sys_nerr_internal instead of _sys_nerr.
307
308         * nscd/connections.c (handle_request): Declare CALLER inside #if.
309
310 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
311
312         * sysdeps/powerpc/__longjmp.S: Moved to...
313         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
314         * sysdeps/powerpc/add_n.S: Moved to...
315         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
316         * sysdeps/powerpc/addmul_1.S: Moved to...
317         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
318         * sysdeps/powerpc/atomicity.h: Moved to...
319         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
320         * sysdeps/powerpc/backtrace.c: Moved to...
321         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
322         * sysdeps/powerpc/bp-asm.h: Moved to...
323         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
324         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
325         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
326         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
327         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
328         * sysdeps/powerpc/dl-machine.c: Moved to...
329         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
330         * sysdeps/powerpc/dl-machine.h: Moved to...
331         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
332         * sysdeps/powerpc/dl-start.S: Moved to...
333         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
334         * sysdeps/powerpc/gprrest0.S: Moved to...
335         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
336         * sysdeps/powerpc/gprrest1.S: Moved to...
337         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
338         * sysdeps/powerpc/gprsave0.S: Moved to...
339         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
340         * sysdeps/powerpc/gprsave1.S: Moved to...
341         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
342         * sysdeps/powerpc/lshift.S: Moved to...
343         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
344         * sysdeps/powerpc/memset.S: Moved to...
345         * sysdeps/powerpc/powerpc32/memset.S: ...here.
346         * sysdeps/powerpc/mul_1.S: Moved to...
347         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
348         * sysdeps/powerpc/ppc-mcount.S: Moved to...
349         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
350         * sysdeps/powerpc/register-dump.h: Moved to...
351         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
352         * sysdeps/powerpc/rshift.S: Moved to...
353         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
354         * sysdeps/powerpc/setjmp.S: Moved to...
355         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
356         * sysdeps/powerpc/stpcpy.S: Moved to...
357         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
358         * sysdeps/powerpc/strchr.S: Moved to...
359         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
360         * sysdeps/powerpc/strcmp.S: Moved to...
361         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
362         * sysdeps/powerpc/strcpy.S: Moved to...
363         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
364         * sysdeps/powerpc/strlen.S: Moved to...
365         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
366         * sysdeps/powerpc/sub_n.S: Moved to...
367         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
368         * sysdeps/powerpc/submul_1.S: Moved to...
369         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
370         * sysdeps/powerpc/elf/bzero.S: Moved to...
371         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
372         * sysdeps/powerpc/elf/start.S: Moved to...
373         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
374         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
375         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
376         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
377         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
378         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
379         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
380         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
381         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
382         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
383         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
384         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
385         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
386         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
388         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
390         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
392         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
393         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
394         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
395         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
396         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
398         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
400         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
401         powerpc/powerpc64.
402
403 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
404
405         * FAQ.in: Add powerpc64 to supported targets list. Also state the
406         minimum gcc version is 3.2
407         * README: Add powerpc64 to supported targets list.
408         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
409         Add powerpc64 and machine=powerpc/powerpc64.
410         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
411         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
412         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
413         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
414         * sysdeps/powerpc/powerpc32/Dist: New file.
415         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
416         * sysdeps/powerpc/powerpc32/Implies: New file.
417         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
418         ($(with-fp) = no): Move test to powerpc32/Makefile.
419         ($(subdir) = misc): Move to powerpc32/Makefile.
420         ($(build-shared) = yes): Move to powerpc32/Makefile.
421         ($(subdir) = csu): Move to powerpc32/Makefile.
422         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
423         * sysdeps/powerpc/powerpc32/Makefile: New file.
424         * sysdeps/powerpc/Versions: Remove libgcc functions.
425         * sysdeps/powerpc/powerpc32/Versions: New file.
426         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
427         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
428         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
429         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
430         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
431         ($machine): Add powerpc/powerpc64 to if ... | for
432         libc_cv_slibdir=/libc64.
433         (powerpc*): Set ldd_rewrite_script.
434         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
435         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
437         Add clone.S.
438         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
439         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
440         functions.  Remove GLIBC_2.2 functions except getrlimit and
441         setrlimit.  Moved them to ...
442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
443
444 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
445
446         * libio/tst-atime.c: Include <errno.h>.
447         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
448
449 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
450
451         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
452         warnings of some compilers.
453         (build_collating_symbol): Change the type of characters from
454         "unsigned char" to "char", and append a cast to "char*" pointer in
455         array subscript.
456         (build_collating_symbol): Likewise.
457         (build_equiv_class): Likewise.
458         (build_charclass): Likewise.
459         (re_compile_pattern): Remove incorrect cast.
460         (re_compile_fastmap_iter): Change the type of characters from
461         "unsigned char" to "char", and append a cast to "char*" pointer
462         in array subscript.
463         (parse_bracket_exp): Likewise.
464         * posix/regex_internal.c (re_string_construct_common): Likewise.
465         (re_string_allocate): Likewise.
466         (re_string_construct): Likewise.
467         (re_string_realloc_buffers): Likewise.
468         (build_wcs_buffer): Likewise.
469         (re_string_reconstruct): Likewise.
470         * posix/regex_internal.h: Change the type of characters in
471         re_string_t and bracket_elem_t from "unsigned char" to "char".
472         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
473         warnings of some compilers.
474         (transit_state_bkref_loop): Change the type of characters from
475         "unsigned char" to "char", and append a cast to "char*" pointer in
476         array subscript.
477         (check_node_accept_bytes): Likewise.
478         (find_collation_sequence_value): Likewise.
479
480 2002-09-04  Roland McGrath  <roland@redhat.com>
481
482         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
483         from 1024 to 65536, to avoid buffer overrun.
484
485 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
486
487         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
488
489 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
490
491         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
492         for filesystem.
493
494 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
495
496         * posix/bug-regex11.c: New test.
497         * posix/Makefile (tests): Add bug-regex11.
498
499 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
500
501         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
502         newlocale.
503
504 2002-09-02  Roland McGrath  <roland@redhat.com>
505
506         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
507         __pthread_initialize_minimal and __libc_check_standard_fds to
508         match the generic version.
509
510         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
511         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
512
513         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
514         warnings on platorms where char is unsigned.
515
516 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
517
518         * version.h (VERSION): Bump to 2.2.93.
519
520         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
521
522 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
523
524         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
525         as relocated.
526
527 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
528
529         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
530
531 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
532
533         * locale/localeinfo.h (struct locale_data): Add private.ctype.
534         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
535         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
536         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
537         (__wcsmbs_load_conv): Remove const from argument.
538         (_nl_cleanup_ctype): New proto.
539         (get_gconv_fcts): New function.
540         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
541         (__wcsmbs_to_wc): Rename back to...
542         (to_wc): ... this.
543         (__wcsmbs_gconv_fcts): Rename to...
544         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
545         (lock): Removed.
546         (__libc_setlocale_lock): New extern.
547         (__wcsmbs_load_conv): Remove const from argument.
548         Initialize new_category->private.ctype instead of a global
549         variable.
550         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
551         update_function_ptrs.  No locking is necessary.
552         (_nl_cleanup_ctype): New function.
553         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
554         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
555         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
556         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
557         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
558         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
559         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
560         * wcsmbs/wctob.c (wctob): Likewise.
561         * stdlib/mblen.c (mblen): Likewise.
562         * stdlib/mbtowc.c (mbtowc): Likewise.
563         * stdlib/wctomb.c (wctomb): Likewise.
564         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
565         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
566         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
567         Removed.
568
569 2002-09-02  Roland McGrath  <roland@frob.com>
570
571         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
572
573 2002-09-01  Roland McGrath  <roland@redhat.com>
574
575         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
576         Variable declarations removed.
577         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
578         these functions to replace them.
579         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
580         functions plus an indirection rather than the old global variables.
581         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
582         Macros removed.
583         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
584         inline functions.
585         * ctype/ctype-info.c: Revert last reversion back the other way.
586         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
587         Define real function versions of include/ctype.h inlines here.
588         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
589         __ctype_tolower_loc, __ctype_toupper_loc.
590         * locale/lc-ctype.c: Revert last reversion back the other way.
591         (_nl_postload_ctype): If current thread uses the global locale,
592         update its tsd vars.
593         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
594         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
595         CTYPE_TOLOWER, CTYPE_TOUPPER.
596
597         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
598         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
599         from __libc_tsd_threadvar_location.
600         (__libc_tsd_set, __libc_tsd_get): Update uses.
601
602 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
603
604         * ctype/ctype.h: Undo the patch before the last one.  Put back the
605         macro definitions for the standard functions to access the
606         classification and mapping arrays.
607         * include/ctype.h: Partly revert last patch.  Move the macro
608         definitions for the exported functions back to the public header.
609         #undef all the macros defined here before redefining.
610         * ctype/ctype-info.c: Revert last patch.
611         * locale/lc-ctype.c: Revert last patch.
612
613         * ctype/Makefile (routines): Add isctype.
614         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
615         * ctype/ctype.h: Add declaration of isctype.
616         * include/ctype.h: Declare __isctype.
617         * ctype/isctype.c: New file.
618
619 2002-09-01  Roland McGrath  <roland@redhat.com>
620
621         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
622         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
623
624         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
625
626         * locale/findlocale.c (_nl_remove_locale): Don't search in
627         _nl_locale_file_list if DATA->alloc is ld_archive.
628         Use _nl_unload_locale to do the rest of the work.
629
630         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
631         of new structure to UNDELETABLE.
632
633         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
634         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
635         towlower, towupper): Macros removed.
636         * ctype/ctype.h (__tobody): Put parens around macro argument.
637         (__isctype): Macro removed.
638         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
639         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
640         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
641         tolower, toupper): Macros and inlines removed.
642         * include/ctype.h [! NOT_IN_libc]
643         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
644         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
645         tolower, toupper): Define here instead, using _NL_CURRENT.
646         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
647         using _NL_CURRENT.
648         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
649         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
650         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
651         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
652         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
653         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
654         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
655         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
656         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
657         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
658         (ISSORTMASK): Update use.
659         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
660         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
661         (_nss_files_getENTNAME_r): Likewise.
662         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
663         Likewise.
664
665         * Makerules (all-nonlib): Renamed from all-tests.
666         Include $(others) here too.
667         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
668         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
669         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
670         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
671         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
672         the program modules via cppflags-iterator.mk.
673         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
674         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
675
676 2002-08-31  Roland McGrath  <roland@redhat.com>
677
678         * posix/tst-getconf.sh: If no third arg, work with static linking.
679
680         * locale/categories.def (LC_TIME): No more _nl_postload_time.
681
682         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
683         [_NL_CURRENT_INDIRECT].
684
685 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
686
687         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
688
689 2002-08-31  Roland McGrath  <roland@redhat.com>
690
691         * locale/newlocale.c (__newlocale): Don't use strdup for names.
692         Instead, make the single allocation of the structure larger to hold
693         the name strings.
694         * locale/duplocale.c (__duplocale): Don't strdup names individually.
695         Instead, calculate size for a single allocation and copy into it.
696         * locale/freelocale.c (__freelocale): Don't free names individually.
697
698         * locale/newlocale.c (__newlocale): Don't leak old data or names.
699
700         * locale/xlocale.h (__locale_struct): Move __names member last,
701         for binary compatibility.
702
703         * locale/duplocale.c (__duplocale): Free names from the right array.
704
705         * locale/uselocale.c (__uselocale): Return previous locale when
706         setting a new one.
707
708         * locale/newlocale.c: Commit changes from 2002-08-30
709         batch where I failed to commit this file:
710         (__newlocale): Fill in __names array.
711
712 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
713
714         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
715         errlist-compat.c if versioning==yes.
716
717 2002-08-31  Andreas Jaeger  <aj@suse.de>
718
719         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
720         external functions with hidden attribute.
721         (elf_machine_rela): Optimize.
722
723         * sysdeps/x86_64/memset.S: New file.
724         * sysdeps/x86_64/bzero.S: New file.
725         * sysdeps/x86_64/stpcpy.S: New file.
726         * sysdeps/x86_64/strcat.S: New file.
727         * sysdeps/x86_64/strchr.S: New file.
728         * sysdeps/x86_64/strcpy.S: New file.
729         * sysdeps/x86_64/strcspn.S: New file.
730         * sysdeps/x86_64/strlen.S: New file.
731         * sysdeps/x86_64/strpbrk.S: New file.
732         * sysdeps/x86_64/strspn.S: New file.
733         * sysdeps/x86_64/strcmp.S: New file.
734         * sysdeps/x86_64/strtok_r.S: New file.
735         * sysdeps/x86_64/strtok.S: New file.
736         * sysdeps/x86_64/memcpy.S: New file.
737         * sysdeps/x86_64/mempcpy.S: New file.
738
739         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
740
741         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
742
743 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
744
745         * stdio-common/Makefile (generated): Add errlist-compat.c.
746
747         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
748
749         * locale/localeinfo.h: Pretty printing.
750
751         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
752         form_number handling.
753
754 2002-08-31  Andreas Jaeger  <aj@suse.de>
755
756         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
757         double tests.
758
759         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
760         __start_context.
761
762         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
763
764         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
765
766         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
767         registers used for passing args.
768
769         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
770         all needed registers.
771
772         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
773         registers.
774
775         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
776         registers.
777
778 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
779
780         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
781         always_inline attribute.
782
783 2002-08-30  Roland McGrath  <roland@redhat.com>
784
785         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
786         presume it's the stub and bail without error.
787
788         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
789         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
790
791         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
792
793         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
794         macros replace the i686 versions for 64-bit mode.
795
796         * locale/duplocale.c: Include <string.h>.
797
798         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
799         [_LIBC] (category_to_name): Don't define the function.  Instead
800         define a macro using _nl_category_names.
801
802         * locale/xlocale.h (struct __locale_struct): New member `__names'.
803         * locale/xlocale.c (_nl_C_locobj): Update initializer.
804         * locale/global-locale.c (_nl_global_locale): Likewise.
805         * locale/duplocale.c (__duplocale): strdup __names elements.
806         * locale/freelocale.c (__freelocale): Free __names elements.
807         * locale/localename.c (_nl_current_names): Variable removed.
808         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
809         * locale/localeinfo.h (_nl_current_names): Removed decl.
810         * locale/setlocale.c: Use _nl_global_locale->__names in place of
811         _nl_current_names throughout.
812
813         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
814
815         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
816         and sys_nerr in the output file.
817
818         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
819         * scripts/cpp: Just use the environment variable.
820
821         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
822         * libio/tst-mmap-offend.c (do_test): Likewise.
823         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
824         * libio/tst-mmap-eofsync.c (do_test): Likewise.
825         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
826
827         * locale/localename.c: If the current locale is the global locale, use
828         _nl_current_names; otherwise use the locale object.
829
830 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
831
832         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
833         'm' to enable mmap I/O.
834         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
835         former wasn't used (anymore?).
836         (_IO_FLAGS2_MMAP): New define.
837         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
838         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
839         _IO_FLAGS2_MMAP bit is set.
840         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
841         Enable mmap-using mode only if 'm' was set.
842
843 2002-08-29  Roland McGrath  <roland@frob.com>
844
845         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
846
847         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
848         Change argument type from int to intptr_t.
849
850         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
851         initializer on [! _HURD_THREADVAR_H] (bad kludge).
852         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
853         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
854         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
855
856         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
857
858         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
859
860         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
861
862         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
863         * assert/assert-perr.c: Add libc_hidden_def.
864         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
865
866         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
867         found at all.
868         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
869         sys_errlist stuff to ...
870         * sysdeps/unix/sysv/linux/Versions: ... here.
871
872         * mach/mach.h: Include <features.h>.
873
874 2002-08-29  Roland McGrath  <roland@redhat.com>
875
876         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
877         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
878         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
879
880         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
881
882         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
883         (norm_add_slashes): alloca -> __alloca
884
885 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
886
887         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
888         string_malloced, it is unlikely to be set.
889         Only call free with non-NULL workspace.
890         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
891         -mcpu=ultrasparc, not only tune for it.
892         (ASFLAGS*): Set unconditionally.
893
894         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
895         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
896         p_vaddr/p_offset when computing LOADADDR.
897
898 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
899
900         * version.h (VERSION): Bump to 2.2.92.
901
902         * time/Makefile (tst-ftime_l-ENV): New variable.
903
904         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
905
906         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
907         <U017A>, <U017D> and <U0179>. Add missing mappings.
908         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
909
910         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
911         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
912         (struct tostruct): Use ACRINDEX as type for link field.
913         (statuc gmonparam): Likewise for froms.
914         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
915         kcount and froms.
916         (write_call_graph): Use correct type for from_index and to_index.
917         * gmon/mcount.c: Use correct types for frompcindex and toindex
918         variables.
919         Patches by Dan Kegel <dank@kegel.com>.
920
921         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
922         canonical name.
923
924         * time/strptime.c (ISSPACE): New #define.  Use isspace or
925         __isspace_l.  Replace calls to isspace.
926         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
927
928 2002-08-29  Roland McGrath  <roland@redhat.com>
929
930         * string/tst-strxfrm.c: Remove __ from function names.
931
932 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
933
934         * include/wchar.h: Declare __mbsrtowcs_l.
935         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
936         * wcsmbs/mbsrtowcs.c: Add support for compilation with
937         USE_IN_EXTENDED_LOCALE_MODEL.
938         * wcsmbs/mbsrtowcs_l: New file.
939         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
940         define as static.  Change all uses.
941         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
942         Change all callers.
943         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
944         * time/strftime.c: When translating for the extended locale model
945         use the _l functions.
946         * time/Makefile (tests): Add tst-ftime_l.
947         * time/tst-ftime_l.c: New file.
948
949 2002-08-28  Roland McGrath  <roland@redhat.com>
950
951         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
952         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
953         from _nl_find_locale ok if for _nl_C_name.
954
955         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
956         iterator to refer to each category's _nl_current_LC_FOO symbol, so
957         we know they are all linked in.
958
959         * NEWS: Added 2.2.6 text from 2.2 branch version.
960
961         * time/strptime.c (strptime_internal): Remove spurious const.
962
963         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
964         _nl_select_era_entry): Moved to ...
965         * time/era.c: ... here, new file.
966         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
967         Add internal_function to definitions.  Take an additional argument
968         giving the `struct locale_data *' to use.
969         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
970         _nl_parse_alt_digit): Moved to ...
971         * time/alt_digit.c: ... here, new file.
972         * time/lc-time-cleanup.c: New file.
973         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
974         * locale/localeinfo.h (_nl_postload_time): Remove decl.
975         (_nl_cleanup_time): Declare it.
976         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
977         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
978         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
979         * time/strftime.c: Pass locale data to helper functions.
980         * time/strptime.c: Likewise.
981
982         * locale/localeinfo.h (struct locale_data): New member `private'
983         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
984         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
985         * locale/C-collate.c: Update initializer.
986         * locale/C-identification.c: Likewise.
987         * locale/C-measurement.c: Likewise.
988         * locale/C-telephone.c: Likewise.
989         * locale/C-address.c: Likewise.
990         * locale/C-name.c: Likewise.
991         * locale/C-paper.c: Likewise.
992         * locale/C-time.c: Likewise.
993         * locale/C-numeric.c: Likewise.
994         * locale/C-monetary.c: Likewise.
995         * locale/C-messages.c : Likewise.
996         * locale/C-ctype.c: Likewise.
997
998         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
999         Redefine this too.
1000
1001 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1002
1003         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
1004         (_rtld_global): Use it.
1005
1006         * sysdeps/gnu/Dist: Remove errlist-compat.c.
1007         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
1008         object directory.  Pass all Versions files to the awk script.
1009         * sysdeps/gnu/errlist-compat.c: Removed.
1010         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
1011         first Versions file in the search path which has them.
1012         Allow multiple errlist symbol versions to have the same count of
1013         errors.
1014         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
1015         of "errlist-compat.c".
1016         * sysdeps/gnu/errlist.c: Regenerated.
1017         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
1018         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
1019         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1020         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
1021         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
1022         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
1023         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
1024         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
1025         ECANCELLED if not defined by kernel headers.
1026         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
1027         already defined by kernel headers.
1028         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
1029         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
1030         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
1031         is a macro.
1032         * Versions.def (GLIBC_2.3) [librt]: Add.
1033
1034         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
1035
1036 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1037
1038         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
1039         missing comma to .type directive.
1040
1041 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1042
1043         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
1044         unconditionally.
1045         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
1046         check.
1047         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
1048
1049 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1050
1051         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
1052         check to close_and_out close.  Replace return NULL statements where
1053         fd might be >= 0 with goto close_and_out.  Close the file descriptor
1054         when it is no longer needed.
1055
1056 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1057
1058         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
1059         string constants.
1060         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1061         * sysdeps/arm/dl-machine.h: Likewise.
1062         * sysdeps/cris/dl-machine.h: Likewise.
1063         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
1064         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1065
1066 2002-08-28  Roland McGrath  <roland@redhat.com>
1067
1068         * Makeconfig (default_cflags): Revert unintended change.
1069
1070 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1071
1072         * version.h (VERSION): Bump to 2.2.91.
1073
1074         * configure.in: Disable TLS support by default for now.
1075
1076         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
1077
1078         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
1079         warnings.
1080
1081         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
1082
1083         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
1084         fprintf/fwprintf calls.
1085
1086 2002-08-28  Roland McGrath  <roland@redhat.com>
1087
1088         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
1089         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
1090
1091         * locale/setlocale.c: Declare postload functions weak.
1092
1093         * elf/tst-tls1-static.c: New file.
1094         * elf/tst-tls2-static.c: New file.
1095         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
1096
1097         Make uselocale support static linking.
1098         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
1099         This file again just defines _nl_C_locobj.
1100         (_nl_C_locobj): Use a categories.def iterator in the initializer.
1101         * locale/global-locale.c: New file.  Define _nl_global_locale here,
1102         using all weak references in the initializer.
1103         * locale/Makefile (aux): Add global-locale.
1104         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
1105         these unconditional, along with the tsd decl.
1106         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
1107         Define it under these conditions.
1108         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
1109         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
1110         `extern __thread struct locale_data *const *'.
1111         [NL_CURRENT_INDIRECT]
1112         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
1113         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
1114         the thread variable _nl_current_LC_FOO and also a special absolute
1115         symbol _nl_current_LC_FOO_used.
1116         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
1117         Set each _nl_current_LC_FOO symbol to point into the new locale,
1118         using weak references to test if _nl_current_LC_FOO_used was linked in.
1119         * locale/setlocale.c [! SHARED]: Replace this conditional ...
1120         [NL_CURRENT_INDIRECT]: ... with this one.
1121         (_nl_current, _nl_C): Variables removed.
1122         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
1123         weak references to _nl_current_LC_FOO_used.
1124         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
1125         (free_category): New function, broken out of ...
1126         (free_mem): ... here.  Call that.
1127         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
1128         instead of a loop.
1129
1130         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
1131         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
1132         it is already absolute.
1133
1134         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
1135         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
1136         [$(build-static) = yes] (tests-static): New variable.
1137         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
1138
1139 2002-08-26  Christoph Hellwig  <hch@lst.de>
1140
1141         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
1142         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
1143
1144 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1145
1146         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
1147
1148         * sysdeps/s390/Dist: Add bits/link.h.
1149
1150         * sysdeps/sh/Dist: New file.
1151
1152         * sysdeps/ia64/Dist: Add ia64libgcc.S.
1153
1154         * sysdeps/wordsize-32/Dist: New file.
1155
1156         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
1157         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1158         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1159
1160         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
1161         sys/personality.h.
1162
1163         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
1164         sparc/dl-brk.S.
1165
1166         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
1167
1168         * sysdeps/unix/bsd/sun/Dist: New file.
1169
1170         * sysdeps/unix/bsd/osf/Dist: New file.
1171
1172         * sysdeps/unix/bsd/hp/Dist: New file.
1173
1174         * sysdeps/unix/arm/Dist: New file.
1175
1176         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
1177
1178         * sysdeps/mach/hurd/Dist: Add set-init.c.
1179
1180         * sysdeps/i386/Dist: Add bits/link.h.
1181
1182         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
1183
1184         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
1185
1186         * locale/Makefile (distribute): Add hashval.h.
1187
1188         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
1189
1190         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
1191
1192         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
1193         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
1194         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
1195         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
1196         implementations.
1197         * libio/stdio.h: Likewise.
1198         * locale/locale.h: Likewise.
1199         * math/math.h: Likewise.
1200         * math/bits/mathcalls.h: Likewise.
1201         * setjmp/setjmp.h: Likewise.
1202         * signal/signal.h: Likewise.
1203         * stdlib/stdlib.h: Likewise.
1204         * string/string.h: Likewise.
1205         * time/time.h: Likewise.
1206         * wcsmbs/wchar.h: Likewise.
1207         * wctype/wctype.h: Likewise.
1208
1209 2002-08-28  Roland McGrath  <roland@redhat.com>
1210
1211         * locale/tst-C-locale.c (run_test): Remove __ from function names.
1212
1213 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1214             Roland McGrath <roland@redhat.com>
1215
1216         * locale/hashval.h (compute_hashval): Use prototype defn.
1217         (hashval_t): New macro, defined to unsigned long int
1218         if not already defined.
1219         (compute_hashval): Return hashval_t instead of unsigned long int.
1220         * locale/loadarchive.c (hashval_t): New macro.
1221         * locale/programs/locarchive.c: Include hashval.h directly instead
1222         of simple-hash.h.
1223         (compute_hashval, hashval_t): Define these macros first.
1224         (insert_name): Use archive_hashval instead of compute_hashval.
1225         (add_locale, delete_locales_from_archive): Likewise.
1226
1227 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1228
1229         * locale/programs/locarchive.c (insert_name): Suppress warnings about
1230         hash collisions if be_quiet.
1231
1232 2002-08-27  Roland McGrath  <roland@redhat.com>
1233
1234         * locale/locale.h (__newlocale, __duplocale, __freelocale,
1235         __uselocale): Don't declare these any more.
1236         * include/locale.h (__uselocale): Declare here instead, using __typeof.
1237
1238         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
1239         and treat it as an EOF return.
1240         * sysdeps/unix/readdir_r.c: Likewise.
1241
1242         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
1243         From Alexandre Oliva <aoliva@redhat.com>.
1244         * sysdeps/gnu/errlist-compat.c: Regenerated.
1245
1246 2002-08-27  Brian Youmans  <3diff@gnu.org>
1247
1248         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
1249         wording at request of copyright holder Stephen Moshier.
1250         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1251         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1252         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1253         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1254         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1255         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1256         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1257         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1258         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1259         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1260         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1261         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1262         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1263         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1264
1265 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1266
1267         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1268         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1269         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1270         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1271         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1272         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1273         * wctype/iswctype_l.c (iswctype_l): Likewise.
1274
1275 2002-08-27  Roland McGrath  <roland@redhat.com>
1276
1277         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1278
1279         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1280         * stdlib/stdlib.h: Don't declare __*_l names.
1281         * include/stdlib.h: Declare them here instead.
1282         * include/string.h: Don't declare __*_l names.
1283         * string/string.h: Declare them here instead.
1284         * time/time.h: Don't declare __*_l names.
1285         * include/time.h: Declare them here instead.
1286         * wcsmbs/wchar.h: Don't declare __*_l names.
1287         * include/wchar.h: Declare them here instead.
1288         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
1289         Don't declare __*_l names.
1290         * include/wctype.h: Declare them here instead.
1291         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
1292         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
1293         * locale/langinfo.h: Don't declare __nl_langinfo_l.
1294         * include/langinfo.h: Declare it here with __typeof.
1295
1296         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
1297         instead, taking an extra __locale_t argument.
1298         * time/Makefile (routines): Add strptime_l.
1299         * time/time.h (__strptime_l, strptime_l): Declare them.
1300         * time/strptime_l.c: New file.
1301
1302         * time/time.h (__strftime_l, strftime_l): Declare them.
1303         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
1304         * time/strftime_l.c: New file.
1305         * time/wcsftime_l.c: New file.
1306         * time/Makefile (routines): Add strftime_l, wcsftime_l.
1307         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
1308         strftime_l, wcsftime_l.
1309         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
1310         or __wcsftime_l instead, taking an extra __locale_t argument.
1311
1312         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
1313         (libc: GLIBC_2.3): ... here.
1314
1315 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1316
1317         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
1318
1319         * Makefile (distribute): Add LICENSES.
1320
1321         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
1322         sys/debugreg.h.
1323
1324         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
1325
1326         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
1327
1328         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
1329
1330         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
1331
1332         * sysdeps/mach/hurd/alpha/Dist: New file.
1333
1334         * sysdeps/arm/Dist: Add bits/link.h.
1335
1336         * sunrpc/Makefile: Distribute thrsvc.
1337
1338         * stdio-common/Makefile: Remove more left-overs from old stdio.
1339
1340         * include/linewrap.h: Removed.
1341
1342         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
1343
1344         * intl/Makefile (distribute): Add plural-eval.c.
1345
1346 2002-08-27  Roland McGrath  <roland@redhat.com>
1347
1348         * manual/sysinfo.texi (Mount Information): Correct file name to macro
1349         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
1350         Say mtab is in either /var/run or /etc.
1351
1352 2002-08-26  Roland McGrath  <roland@redhat.com>
1353
1354         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
1355         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1356
1357         * sysdeps/gnu/Versions: New file.
1358         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
1359         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
1360         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
1361         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
1362         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
1363         and _sys_nerr_internal instead of anything else.  Make it include
1364         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
1365         Make it emit some asm magic if [EMIT_ERR_MAX].
1366         * sysdeps/gnu/errlist.c: Regenerated.
1367         * sysdeps/gnu/errlist-compat.awk: New file.
1368         * sysdeps/gnu/errlist-compat.c: New file (generated).
1369         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
1370         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
1371         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
1372         (SYS_ERRLIST, SYS_NERR): Macros removed.
1373         (sys_nerr, _sys_nerr): Remove these weak aliases.
1374         * sysdeps/unix/sysv/linux/errlist.c: File removed.
1375         * sysdeps/unix/sysv/linux/errlist.h: File removed.
1376         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
1377
1378         * include/libc-symbols.h (declare_symbol): New macro.
1379         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
1380         * configure.in: New check to define it.
1381         * configure: Regenerated.
1382
1383 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1384
1385         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
1386         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
1387
1388         * Make-dist: Remove traces of old stdio.
1389         * Makeconfig: Likewise.
1390
1391         * locale/Makefile (localedef-aux): New variable.  Only md5
1392         assigned to it.  These files are not ddistributed in this directory.
1393
1394         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
1395         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
1396         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
1397
1398         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
1399
1400         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
1401         set h_errno to NO_RECOVERY [PR libc/4360].
1402
1403 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1404
1405         * libio/Makefile (tests): Add bug-fopena+.
1406         * libio/bug-fopena+.c: New file.
1407         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
1408         file for _IO_IS_APPENDING if file isn't opened for reading, too.
1409
1410         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
1411
1412         * locale/xlocale.c: Fix the last change.  The variable still has
1413         to end in _data.
1414         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
1415         (__libc_tsd_set): Add _data prefix to variable name.
1416
1417 2002-08-26  Roland McGrath  <roland@redhat.com>
1418
1419         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
1420         macro with inline function.
1421         (sigset_get_old_mask): Likewise.
1422         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
1423         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1424         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1425         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
1426         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
1427         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
1428         values.
1429         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
1430         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
1431
1432 2002-07-06  Bruno Haible  <bruno@clisp.org>
1433
1434         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
1435         sigset_get_old_mask): Make it work with larger sigset_t.
1436         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
1437         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1438         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1439
1440 2002-08-26  Roland McGrath  <roland@redhat.com>
1441
1442         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
1443         * manual/filesys.texi (File Times): Document lutimes and futimes.
1444         * misc/Makefile (routines): Add them.
1445         * misc/Versions (libc: GLIBC_2.3): Likewise.
1446         * sysdeps/generic/lutimes.c: New file.
1447         * sysdeps/generic/futimes.c: New file.
1448         * sysdeps/mach/hurd/lutimes.c: New file.
1449         * sysdeps/mach/hurd/futimes.c: New file.
1450
1451         * manual/filesys.texi (File Times): Add explicit note about null
1452         pointer argument to utimes.
1453
1454 2002-08-26  Roland McGrath  <roland@frob.com>
1455
1456         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
1457         (__ifreq): Add a cast.  Remove an unused variable.
1458
1459         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
1460         _HURD_THREADVAR_LOCALE.
1461
1462 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
1463
1464         * posix/regexec.c (re_search_stub): Return correct match length
1465         if start != 0.
1466         * posix/bug-regex10.c: New test.
1467         * posix/Makefile (tests): Add bug-regex10.
1468
1469 2002-08-26  Brian Youmans  <3diff@gnu.org>
1470
1471         * COPYING.LIB: Replaced with fresh copy from
1472         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
1473         suggested copying permission notice now says version 2.1 instead
1474         of version 2.
1475
1476         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
1477         from Library GPL.
1478         * crypt/crypt_util.c: Likewise.
1479         * crypt/ufc.c: Likewise.
1480         * elf/dl-conflict.c: Likewise.
1481         * elf/dl-iteratephdr.c: Likewise.
1482         * iconv/iconvconfig.h: Likewise.
1483         * malloc/arena.c: Likewise.
1484         * malloc/hooks.c: Likewise.
1485         * malloc/malloc.c: Likewise.
1486         * posix/glob/Makefile.ami: Likewise.
1487         * posix/glob/Makefile.in: Likewise.
1488         * stdlib/gmp-impl.h: Likewise.
1489         * stdlib/gmp.h: Likewise.
1490         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
1491         * sysdeps/generic/strnlen.c: Likewise.
1492         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
1493         * sysdeps/mach/hurd/recvmsg.c: Likewise.
1494         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1495         * sysdeps/mach/hurd/spawni.c: Likewise.
1496         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1497         * sysdeps/mach/powerpc/sysdep.h: Likewise.
1498         * sysdeps/mach/powerpc/thread_state.h: Likewise.
1499         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1500         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
1501         * sysdeps/x86_64/gmp-mparam.h: Likewise.
1502
1503         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
1504         Lesser GPL copying permission notice from 2 to 2.1.
1505         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
1506         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
1507         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1508         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
1509         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1510         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1511         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1512         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1513         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1514         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1515         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1516         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1517         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1518         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1519         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1520         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1521         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1522         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1523         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1524         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1525         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1526         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1527         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1528         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1529         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1530         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1531         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1532         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1533         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1534         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1535         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1536         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1537         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1538         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1539         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1540         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1541         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1542         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1543         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1544         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1545         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1546         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1547         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1548         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1549         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1550         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1551         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1552         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1553         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1554         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1555         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1556         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1557         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1558         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1559         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1560
1561         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
1562         Moshier and Lesser GPL copying permission notice, per license from
1563         Moshier.
1564         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1565         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1566         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1567         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1568         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1569         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1570         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1571         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1572         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1573         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1574         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1575         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1576         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1577         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1578
1579         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
1580         notice, per license from copyright holder Stephen Moshier.
1581         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1582         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1583         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1584         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1585         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1586         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1587         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1588         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1589         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1590
1591 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1592
1593         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
1594         (shared-only-routines): Likewise.
1595
1596 2002-08-26  Roland McGrath  <roland@redhat.com>
1597
1598         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
1599         name of "", store a null pointer instead.
1600
1601         * configure.in (elf): Set to yes for freebsd*, netbsd*.
1602         * configure: Regenerated.
1603
1604         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1605         Initialize this instead of __libc_tsd_LOCALE_data.
1606
1607         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1608         ptsname_r to EINVAL.
1609
1610         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1611
1612         * rt/Makefile: Revert last change, it was inappropriate to presume aio
1613         implementations depend on pthreads.
1614         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1615         * rt/tst-aio64.c (do_test): Likewise.
1616         * rt/tst-aio2.c (do_test): Likewise.
1617         * rt/tst-aio3.c (do_test): Likewise.
1618         * rt/tst-aio4.c (do_test): Likewise.
1619         * rt/tst-aio5.c (do_test): Likewise.
1620         * rt/tst-aio6.c (do_test): Likewise.
1621         * rt/tst-aio7.c (do_test): Likewise.
1622
1623         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1624         void so as to avoid compiler warnings.
1625
1626         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1627         _IO_wide_data_FD, which is never used here.
1628
1629         * libio/iofread.c
1630         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1631         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1632         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1633
1634         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1635         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1636
1637         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1638         (closelog): Likewise.
1639
1640 2002-07-06  Bruno Haible  <bruno@clisp.org>
1641
1642         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1643
1644         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1645         * sysdeps/unix/alpha/pipe.S: ... here.
1646         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1647
1648         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1649
1650         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1651         * sysdeps/unix/i386/fork.S: Likewise.
1652         * sysdeps/unix/i386/pipe.S: Likewise.
1653         * sysdeps/unix/i386/wait.S: Likewise.
1654
1655         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1656         * sysdeps/unix/arm/fork.S: Likewise.
1657
1658         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1659         arguments.
1660         (DO_CALL): Swap argument order.
1661         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1662         arguments.
1663         (DO_CALL): Swap argument order.
1664         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1665         arguments.
1666         (DO_CALL): Swap argument order.
1667         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1668         arguments.
1669         (DO_CALL): Swap argument order.
1670         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1671         arguments.
1672         (DO_CALL): Swap argument order.
1673         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1674         arguments.
1675         (DO_CALL): Swap argument order.
1676         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1677         arguments.
1678         (DO_CALL): Swap argument order.
1679
1680         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1681         (L): Define right for ELF.
1682         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1683         Now defined in sysdeps/i386/sysdep.h.
1684
1685         * sysdeps/posix/readv.c: Ansify function definition.
1686         * sysdeps/posix/writev.c: Likewise.
1687
1688         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1689         have the same size. Avoid direct cast from size_t to off_t.
1690
1691         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
1692         nul byte in entry[n].ut_user.
1693         (simulate_logout): Likewise.
1694
1695         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
1696         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
1697         existence of corresponding members of 'struct utmp'.
1698         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
1699         !_HAVE_UT_TYPE.
1700
1701         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
1702         allocate a buffer of at least BUFSIZ bytes, not just of
1703         sizeof (struct dirent).
1704
1705         * sysdeps/generic/glob.c: Include <limits.h>.
1706         (NAME_MAX): Define a fallback.
1707         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
1708         stack.
1709         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
1710         (main): Allocate enough room for a 'struct dirent64' on the stack.
1711         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
1712         'struct dirent'.
1713
1714         * sysdeps/unix/sysv/linux/init-first.c: Don't include
1715         kernel-features.h.
1716
1717         * inet/htontest.c: Include <sys/types.h>.
1718
1719         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
1720
1721         * include/sys/sysctl.h: Comment fix.
1722
1723         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
1724         _dl_load_lock.
1725         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
1726
1727         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
1728
1729         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
1730         (__getpeername): New alias.
1731         (__getsockname): New alias.
1732         (__socket): New alias.
1733
1734         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
1735
1736         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
1737         (__fcntl_internal): New alias.
1738         (__profil): New alias.
1739
1740 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1741
1742         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
1743         entry was for getaddr* lookup or not.  Add only matching cache
1744         entry.  Change all callers [PR libc/4317].
1745
1746         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
1747         finding the read position [PR libc/4265].
1748         * libio/Makefile (tests): Add bug-rewind2.
1749         * libio/bug-rewind2.c: New file.
1750
1751         * libio/bug-rewind.c: Fix creation of temp file.
1752
1753 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1754
1755         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
1756         neither SUCCESS nor TRYAGAIN [PR libc/4259].
1757         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
1758         to ENOENT if no entry is found.
1759         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
1760         failure.
1761         * nis/nss_compat/compat-initgroups.c: Likewise.
1762         * nis/nss_compat/compat-pwd.c: Likewise.
1763         * nis/nss_compat/compat-spwd.c: Likewise.
1764         * nis/nss_nis/nis-alias.c: Likewise.
1765         * nis/nss_nis/nis-ethers.c: Likewise.
1766         * nis/nss_nis/nis-grp.c: Likewise.
1767         * nis/nss_nis/nis-hosts.c: Likewise.
1768         * nis/nss_nis/nis-initgroups.c: Likewise.
1769         * nis/nss_nis/nis-netgrp.c: Likewise.
1770         * nis/nss_nis/nis-network.c: Likewise.
1771         * nis/nss_nis/nis-proto.c: Likewise.
1772         * nis/nss_nis/nis-publickey.c: Likewise.
1773         * nis/nss_nis/nis-pwd.c: Likewise.
1774         * nis/nss_nis/nis-rpc.c: Likewise.
1775         * nis/nss_nis/nis-service.c: Likewise.
1776         * nis/nss_nis/nis-spwd.c: Likewise.
1777         * resolv/nss_dns/dns-host.c: Likewise.
1778         * resolv/nss_dns/dns-network.c: Likewise.
1779         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
1780         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1781         * nis/nss_nisplus/nisplus-grp.c: Likewise.
1782         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1783         * nis/nss_nisplus/nisplus-network.c: Likewise.
1784         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1785         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1786         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1787         * nis/nss_nisplus/nisplus-service.c: Likewise.
1788         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1789         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
1790         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
1791         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
1792         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
1793
1794         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
1795         declaring __restore and __restore_rt as hidden (if possible).
1796
1797 2002-08-25  Roland McGrath  <roland@redhat.com>
1798
1799         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
1800
1801         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
1802         (getutent_r_file, internal_getut_r): Updated all callers.
1803         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
1804
1805 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1806
1807         * locale/programs/locale.c: Don't print aliases for non-existing
1808         locales for 'locale -a'.
1809         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
1810
1811 2002-07-19  H.J. Lu  <hjl@gnu.org>
1812
1813         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
1814
1815 2002-07-16  H.J. Lu  <hjl@gnu.org>
1816
1817         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1818         sys/personality.h.
1819         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
1820
1821 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1822
1823         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
1824         not moved ahead of the fputs call.
1825         * elf/tst-tlsmod2.c (in_dso): Likewise.
1826         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1827         * elf/tst-tlsmod4.c (in_dso): Likewise.
1828
1829 2002-08-25  Andreas Schwab  <schwab@suse.de>
1830
1831         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
1832
1833 2002-08-25  Roland McGrath  <roland@redhat.com>
1834
1835         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
1836         resetting handler, to avoid the possibility of a spurious SIGALRM
1837         delivered to the user's handler.
1838         Reported by Amit D. Chaudhary <amitc@brocade.com>,
1839
1840         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
1841         set -fkeep-inline-functions, which is not needed for the current file.
1842
1843         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
1844         (_dl_setup_hash): Add attribute_hidden.
1845         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
1846         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
1847         (_dl_new_object, _dl_map_object_deps): Likewise.
1848         (_dl_map_object_deps_internal): Remove decl.
1849         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
1850
1851         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
1852         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
1853         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
1854         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
1855         instead relying on the compiler to produce only GOTOFF variable refs.
1856
1857 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1858
1859         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
1860
1861         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
1862         inline to avoid defining it in every file which includes this header.
1863
1864         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
1865         defining DONT_USE_BOOTSTRAP_MAP.
1866
1867         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
1868         * libio/tst-mmap-setvbuf.c (main): Likewise.
1869         * libio/tst-widetext.c (main): Likewise.
1870
1871         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
1872         message.
1873         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1874         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1875
1876         * sysdeps/i386/elf/configure.in: Unconditionally define
1877         PI_STATIC_AND_HIDDEN.
1878         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
1879         PI_STATIC_AND_HIDDEN is defined as well.
1880         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
1881
1882 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
1883
1884         * sysdeps/ia64/bzero.S: Define __bzero as well.
1885
1886         * locale/programs/charmap.c (charmap_new_char): Don't use
1887         ULONG_MAX as maximum UCS4 value.
1888
1889         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
1890
1891         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
1892
1893         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
1894         * malloc/malloc.c (mALLINFo): Likewise.
1895
1896         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
1897
1898         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
1899         examining result of _IO_do_flush call.
1900
1901         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
1902         Use prec not spec when sizing buffers.
1903
1904         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
1905         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
1906         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
1907         * stdio-common/vfscanf.c (inchar): Likewise.
1908         * misc/efgcvt_r.c (fcvt_r): Likewise.
1909         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
1910         * elf/readlib.c (process_file): Likewise.
1911         * elf/sprof.c (load_profdata): Likewise.
1912         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
1913         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
1914         * locale/programs/charmap.c (charmap_read): Likewise.
1915         * libio/fileops.c: Likewise.
1916         * libio/fmemopen.c: Likewise.
1917         * stdlib/strtod.c: Likewise.
1918         * elf/dl-load.c: Likewise.
1919         * iconv/iconvconfig.c: Likewise.
1920         * iconv/iconv_prog.c (process_block): Likewise.
1921         * elf/rtld.c (dl_main): Likewise.
1922
1923         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
1924         macro to calm down the compiler.
1925
1926         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
1927
1928         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
1929
1930         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
1931         placement of errno definition.
1932         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
1933         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
1934         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
1935         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1936         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1937
1938         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
1939         from 1024 to 65536, to avoid buffer overrun.
1940
1941 2002-08-16  Paul Eggert  <eggert@twinsun.com>
1942
1943         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
1944         from 1024 to 65536, to avoid buffer overrun.
1945         * resolv/res_query.c (MAXPACKET): Likewise.
1946
1947 2002-08-24  Andreas Jaeger  <aj@suse.de>
1948
1949         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
1950
1951 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
1952
1953         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
1954         two52 locally.
1955         (log2): Likewise.
1956         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
1957         Patch by Simon Gee <simong@agile.tv>.
1958
1959         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
1960         Prefer reading /proc/stat since it is more uniform across
1961         architectures.
1962
1963         * manual/texinfo.tex: Update to latest official version.
1964
1965         * sysvipc/sys/shm.h: Remove SHMLBA definition.
1966         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
1967         * sysdeps/gnu/bits/shm.h: Likewise.
1968         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
1969         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
1970         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
1971         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
1972         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1973         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
1974         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
1975         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
1976         since this is what the kernel says.
1977
1978         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
1979         since ssize_t is needed as well.  Replace const with __const.
1980
1981 2002-08-23  Roland McGrath  <roland@redhat.com>
1982
1983         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
1984         __malloc_hook, __realloc_hook, __memalign_hook,
1985         __after_morecore_hook): Variable definitions moved to ...
1986         * malloc/malloc.c: ... here, so as to be before all references.
1987
1988         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
1989         global variable reference in an unused asm parameter, to ensure the
1990         compiler has set up the GOT register before we use it.
1991
1992         * malloc/hooks.c: Move variable definitions ahead of uses.
1993         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
1994         initializers that make reference to variables they define.
1995
1996 2002-08-23  Andreas Jaeger  <aj@suse.de>
1997
1998         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
1999         alloca, free, qsort.
2000
2001         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
2002
2003         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
2004         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2005
2006         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
2007         <hch@lst.de>.
2008         * sysdeps/generic/fgetxattr.c: New file.
2009         * sysdeps/generic/flistxattr.c: New file.
2010         * sysdeps/generic/fremovexattr.c: New file.
2011         * sysdeps/generic/fsetxattr.c: New file.
2012         * sysdeps/generic/getxattr.c: New file.
2013         * sysdeps/generic/listxattr.c: New file.
2014         * sysdeps/generic/lgetxattr.c: New file.
2015         * sysdeps/generic/llistxattr.c: New file.
2016         * sysdeps/generic/lremovexattr.c: New file.
2017         * sysdeps/generic/lsetxattr.c: New file.
2018         * sysdeps/generic/removexattr.c: New file.
2019         * sysdeps/generic/setxattr.c: New file.
2020         * misc/Makefile (headers): Add sys/xattr.h.
2021         (routines): Add *xattr calls.
2022         * misc/Versions: Add *xattr calls with version 2.3.
2023         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
2024         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2025         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2026         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2027         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2028         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2029         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2030         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2031
2032 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
2033
2034         * sysdeps/powerpc/elf/libc-start.c
2035         (__cache_line_size): Declare.
2036         (__aux_init_cache): New function.
2037         (__libc_start_main): Change type of `auxvec' parameter to
2038         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
2039         __aux_init_cache.
2040         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2041         (__cache_line_size): Declare.
2042         (__aux_init_cache): New function.
2043         (DL_PLATFORM_INIT): Define.
2044         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
2045         value to select the correct stride for dcbz.
2046
2047 2002-08-22  Andreas Jaeger  <aj@suse.de>
2048
2049         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
2050         shmat.
2051
2052 2002-08-22  Roland McGrath  <roland@redhat.com>
2053
2054         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
2055         position indicated by locrectab against file bounds before rounding to
2056         page size.  In mapping loop, always set TO before breaking out of
2057         contiguous range coalescing loop.
2058
2059         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
2060         (or MAP_COPY if available) instead of MAP_SHARED.
2061
2062         * scripts/firstversions.awk: When encountering a version newer than
2063         the specified earliest version, be sure to emit the specified earliest
2064         version first if any renaming of an older version to that has been.
2065
2066 2002-08-21  Roland McGrath  <roland@redhat.com>
2067
2068         * configure.in: Make GCC version check require 3.[2-9]* and no others.
2069         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
2070         (Configuring and compiling): Don't mention older GCC versions any more.
2071         * INSTALL: Regenerated.
2072
2073         * manual/install.texi (Configuring and compiling, Installation,
2074         Running make install, Linux): Linux -> GNU/Linux where appropriate.
2075
2076         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
2077         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
2078         and with noinline otherwise.  Remove hack alloca use to prevent
2079         inlining, we can ask for it explicitly nowadays.
2080
2081         * dlfcn/bug-dlsym1.c: New file.
2082         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
2083         * dlfcn/Makefile (distribute): Add them.
2084         (tests): Add bug-dlsym1 here.
2085         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
2086         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
2087         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
2088
2089 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
2090
2091         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
2092         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
2093         before relocation.
2094         (_dl_start): Don't use local bootstrap_map variable if
2095         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
2096         pass bootstrap_map to _dl_start_final in this case either.  Don't
2097         pass start_time to _dl_start_final ever.
2098         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
2099
2100         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
2101         This cripples the scope lists necessary to search for symbols in
2102         dependencies which are not in the global scope.
2103
2104         * include/setjmp.h (__libc_longjmp): Add declaration.
2105
2106 2002-08-21  Andreas Jaeger  <aj@suse.de>
2107
2108         * sysdeps/x86_64/_mcount.S: Fix assembler.
2109
2110         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
2111         with biarch support.
2112
2113 2002-08-21  Andreas Jaeger  <aj@suse.de>
2114
2115         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
2116
2117         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
2118
2119         * sysdeps/x86_64/machine-gmon.h: New file.
2120         * sysdeps/x86_64/_mcount.S: New file.
2121
2122 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2123
2124         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
2125         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
2126         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
2127         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
2128         to TL_INIT_TP.  Otherwise pass 1.
2129         * include/link.h (struct link_map): Add l_tls_tp_initialized.
2130         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
2131
2132 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2133
2134         * locale/programs/localedef.c (add_to_readlist): Error about
2135         circular dependencies only if the locale in question hasn't
2136         been finished.
2137         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
2138         CTYPE_LOCALE to load_locale.
2139         * locale/programs/locfile.c (locfile_read): Don't include
2140         unneeded but available locales in locale_mask.
2141
2142         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
2143         print any messages about enlarging archive.
2144
2145 2002-08-20  Brian Youmans  <3diff@gnu.org>
2146
2147         * manual/contrib.texi: Removed licenses, added acknowledgements
2148         for contributions by Intel, IBM, Craig Metz.
2149         * LICENSES: New file, contains the text of all non-FSF licenses in the
2150         distribution that require putting the notice in the accompanying
2151         documentation.
2152         * README.template, README: Mention LICENSES.
2153
2154         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
2155         new one modelled on the modern BSD license, per recent letter
2156         of permission from CMU.
2157         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
2158
2159         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
2160         from IBM to FSF, per the recent Software Letter.  Changed the
2161         distribution terms from GPL to LGPL.
2162
2163         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
2164         copying permission notice (Lesser GPL), per recent IBM Software Letter.
2165         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2166         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2167         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2168         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2169         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2170         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2171         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2172         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2173
2174         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
2175         from IBM to FSF, per the recent Software Letter.  Corrected the
2176         text of the copying permission notice to say Lesser GPL instead
2177         of GPL in warranty disclaimer paragraph.
2178         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2179         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2180         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2181         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2182         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2183         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2184         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2185         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2186         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2187         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2188         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2189         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2190         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2191         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2192         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2193         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2194         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2195         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2196         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2197         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2198         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2199
2200         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
2201         permission notice to say Lesser GPL instead of GPL in warranty
2202         disclaimer paragraph.
2203         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2204         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2205         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2206         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2207         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2208         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2209         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2210         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2211         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2212         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2213         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2214         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2215         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2216         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2217         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2218         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2219         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2220         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2221         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2222         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2223         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2224         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2225         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
2226
2227 2002-08-20  Roland McGrath  <roland@redhat.com>
2228
2229         Fix ABI compatibility with libc compiled with old tools on powerpc.
2230         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2231         and Jack Howarth <howarth@bromo.med.uc.edu>.
2232         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
2233         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
2234         pass -DHAVE_DOT_HIDDEN for these files.
2235         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
2236         __floatdisf.
2237         * sysdeps/powerpc/divdi3.c: New file.
2238         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
2239         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
2240
2241 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
2242
2243         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
2244         partially overlapping mappings.  Remove unneeded (char *) casts.
2245         Never allow duplication of ranges in mapped areas.
2246
2247 2002-08-20  Roland McGrath  <roland@redhat.com>
2248
2249         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
2250         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
2251
2252 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2253
2254         * include/unistd.h: Don't hide _exit.
2255
2256         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
2257         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
2258         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
2259         argument 1 to TLS_INIT_TP.
2260         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2261
2262         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2263
2264         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2265         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2266         memory allocation to...
2267         (allocate_dtv): ...here.  New function.
2268         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2269         call allocate_dtv instead of _dl_allocate_tls_storage.
2270         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2271         (_dl_get_tls_static_info): New function.
2272         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2273         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2274
2275 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2276
2277         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2278         immediately if result == NULL.
2279
2280 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2281
2282         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2283
2284 2002-08-18  Roland McGrath  <roland@frob.com>
2285
2286         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
2287         instead of __file_name_split.
2288         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
2289
2290         * sysdeps/mach/hurd/dl-sysdep.c
2291         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
2292         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
2293
2294 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2295
2296         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
2297         in change before last: MAX -> MIN.
2298
2299 2002-08-15  Roland McGrath  <roland@redhat.com>
2300
2301         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
2302         if seek would go past it.
2303         (mmap_remap_check): If file position is at or past EOF after check,
2304         leave read pointers at EOF and don't seek.
2305
2306         * libio/tst-mmap-offend.c: New file.
2307         * libio/Makefile (tests): Add it.
2308
2309         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
2310         the name as passed, rather than the name in the archive dictionary.
2311
2312 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
2313
2314         * csu/Makefile: Define elide-routines.os not static-only-routines.
2315
2316         * include/sched.h (__clone): Add varargs at the end.
2317
2318         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
2319         case.
2320         (TLS_INIT_HELPER): If defined, use it.
2321         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2322
2323 2002-08-15  Roland McGrath  <roland@redhat.com>
2324
2325         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
2326         on L->l_prev; it can happen under rtld --verify too.
2327
2328         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
2329         header separately, just map an initial window of 2MB from the file
2330         and remap if that is not large enough to cover the whole header.
2331
2332 2002-08-15  Andreas Jaeger  <aj@suse.de>
2333
2334         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
2335         version 2.3.
2336         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2337         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2338         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2339         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2340         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2341         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2342         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2343         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2344         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
2345         Patch by Andreas Gruenbacher <agruen@suse.de>.
2346
2347         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
2348
2349 2002-08-14  Roland McGrath  <roland@redhat.com>
2350
2351         * locale/locarchive.h (struct locale_category_data): Give this name to
2352         the type of locale_data_t's elements.
2353         * locale/programs/locarchive.c (cmpcategorysize): New static function.
2354         (add_locale): Use that to sort the categories by size and put all
2355         those that fit into two pages into the LC_ALL block, instead of
2356         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
2357         (show_archive_content): Detect categories inside LC_ALL block
2358         directly, instead of hard-coding.
2359         (oldlocrecentcmp): Compare just on file locations used.
2360
2361 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
2362
2363         * locale/programs/locarchive.c (struct oldlocrecent): New type.
2364         (oldlocrecentcmp): New function.
2365         (enlarge_archive): Re-add locales in the order they were added
2366         to the archive.
2367         (add_locale): Put all the small locale files together, if the small
2368         locale file block would occupy less pages if page size aligned, align
2369         it.
2370         (show_archive_content): Adjust for locale archives optimized for speed.
2371
2372 2002-08-14  Roland McGrath  <roland@frob.com>
2373
2374         * configure.in: Use "MISSING" as not-found value for MIG.
2375         * sysdeps/mach/configure.in: Fatal if mig not found.
2376         * configure, sysdeps/mach/configure: Regenerated.
2377
2378 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2379
2380         * locale/loadarchive.c (archfname): Add missing slash.
2381
2382         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
2383         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
2384
2385 2002-08-12  Roland McGrath  <roland@redhat.com>
2386
2387         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
2388         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
2389         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
2390         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
2391         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
2392         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
2393         * sysdeps/generic/waitpid.c: Likewise.
2394
2395         * include/net/if.h: New file.  Use libc_hidden_proto
2396         for if_nametoindex and if_indextoname.
2397         * sysdeps/generic/if_index.c: Add libc_hidden_def.
2398         * sysdeps/mach/hurd/if_index.c: Likewise.
2399         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2400
2401         * include/grp.h (setgroups): Add libc_hidden_proto.
2402         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
2403         * sysdeps/mach/hurd/setgroups.c: Likewise.
2404         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
2405         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2406
2407 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2408
2409         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
2410         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
2411         * sysdeps/generic/setegid.c (setegid): Likewise.
2412         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
2413         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
2414         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
2415         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
2416         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
2417         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
2418         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
2419         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
2420         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
2421         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
2422         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
2423         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
2424         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
2425
2426         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
2427         __lxstat_internal, __lxstat64_internal): Remove.
2428         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
2429         Add hidden_proto.
2430         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
2431         Remove INTDEF where present, remove #undef at the beginning.
2432         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
2433         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
2434         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
2435         * sysdeps/generic/xstat.c (__xstat): Likewise.
2436         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
2437         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
2438         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
2439         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
2440         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
2441         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
2442         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
2443         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
2444         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
2445         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
2446         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
2447         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
2448         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
2449         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
2450         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
2451         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
2452         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
2453         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
2454         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
2455         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
2456         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
2457         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
2458         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
2459         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
2460         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
2461         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
2462         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
2463         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
2464         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
2465         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
2466         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
2467         * sysdeps/unix/xstat.c (__xstat): Likewise.
2468
2469         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
2470         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
2471         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
2472         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
2473         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
2474         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
2475         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
2476
2477         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
2478         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
2479         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
2480         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
2481         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
2482         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
2483         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
2484         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
2485         Likewise.
2486         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
2487         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
2488         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
2489         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
2490         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
2491         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
2492         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
2493         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
2494
2495         * include/string.h (strcoll): Add libc_hidden_proto.
2496         * string/strcoll.c (strcoll): Add libc_hidden_def.
2497
2498         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
2499
2500 2002-08-11  Philip Blundell  <philb@gnu.org>
2501
2502         * sysdeps/arm/Makefile: New file.
2503
2504 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2505
2506         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
2507         by another '|', end of regex or enclosing ')', clear branch.
2508         * posix/bug-regex9.c: New test.
2509         * posix/Makefile (tests): Add bug-regex9.
2510
2511 2002-08-12  Roland McGrath  <roland@redhat.com>
2512
2513         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
2514         start count condition, use TOTAL instead of variable that was never
2515         set.  Fix outer loop termination condition to TOTAL >= after update.
2516
2517         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
2518         dl_tls_static_align and dl_tls_static_nelem.
2519
2520 2002-08-11  Roland McGrath  <roland@redhat.com>
2521
2522         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
2523         of the TLS macros, otherwise the compiler might not have initialized
2524         the PIC register yet when we use the PLT via asm.
2525         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2526         * elf/tst-tlsmod2.c (in_dso): Likewise.
2527
2528         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
2529
2530         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
2531         Evaluate argument exactly once.  Remove __volatile__ from asm's.
2532
2533         * include/unistd.h: Use libc_hidden_proto for getdomainname
2534         and getlogin_r.
2535         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
2536         * sysdeps/mach/hurd/getdomain.c: Likewise.
2537         * sysdeps/unix/getlogin_r.c: Likewise.
2538         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
2539         * sysdeps/generic/getlogin_r.c: Likewise.
2540
2541         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
2542         * sunrpc/rtime.c: Add libc_hidden_def.
2543
2544         * include/string.h: Use libc_hidden_proto for basename.
2545         * string/basename.c [_LIBC]: Add libc_hidden_def.
2546
2547         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
2548
2549         * locale/loadarchive.c: munmap -> __munmap throughout.
2550
2551         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
2552         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
2553         * sysdeps/generic/gai_strerror.c: Likewise.
2554
2555         * include/sys/errno.h: New file.
2556
2557         * include/signal.h: No libc_hidden_proto for raise,
2558         __libc_current_sigrtmin, __libc_current_sigrtmax.
2559         These need to be overridden by linuxthreads.
2560         * sysdeps/posix/raise.c: Reverted.
2561         * sysdeps/generic/raise.c: Reverted.
2562         * signal/allocrtsig.c: Reverted.
2563
2564         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
2565
2566 2002-08-10  Roland McGrath  <roland@redhat.com>
2567
2568         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
2569         * locale/localeinfo.h: Declare it.
2570         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
2571         current locale if it's not in the file list.
2572         Call _nl_archive_subfreeres.
2573
2574 2002-08-10  Andreas Jaeger  <aj@suse.de>
2575
2576         * sysdeps/i386/strchr.S: Add comment.
2577
2578 2002-08-10  Roland McGrath  <roland@redhat.com>
2579
2580         * include/wchar.h (putwc): Use libc_hidden_proto.
2581         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
2582         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
2583         * stdio-common/dprintf.c: Add libc_hidden_def.
2584         * stdio-common/fprintf.c: Likewise.
2585         * stdio-common/sprintf.c: Likewise.
2586         * stdio-common/sscanf.c: Likewise.
2587         * libio/iofwrite.c: Likewise.
2588         * libio/memstream.c: Likewise.
2589         * libio/putwc.c: Likewise.
2590         * stdio-common/perror.c: Likewise.
2591         * sysdeps/posix/remove.c: Likewise.
2592         * sysdeps/generic/remove.c: Likewise.
2593         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
2594         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
2595
2596 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
2597
2598         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2599         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
2600         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2601         towlower, towupper): Add libc_hidden_weak.
2602
2603         * include/bits/dlfcn.h: New file.
2604         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2605
2606         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2607         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2608         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2609         * include/pwd.h (_nss_files_parse_pwent): Likewise.
2610         * include/shadow.h (_nss_files_parse_spent): Likewise.
2611         * include/netdb.h (_nss_files_parse_protoent,
2612         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2613         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2614         (LINE_PARSER): Use it.
2615         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2616         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2617
2618         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2619         #endif.
2620
2621         * manual/debug.texi (%MENU%): Remove trailing dot.
2622         Reported by <hayastan132@hotmail.com>.
2623
2624         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2625         aliases.
2626         (lseek): Dummy.
2627         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2628         Likewise.
2629
2630 2002-08-09  Roland McGrath  <roland@redhat.com>
2631
2632         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2633         name to find codeset name (if any) and normalize it.  If the
2634         normalized name differs, look up only that in the archive.
2635         * locale/programs/locarchive.c (add_locale_to_archive): If the name
2636         contains a codeset, normalize the codeset store only the normalized
2637         name in the archive.  If not, add an alias containing the locale's
2638         normalized codeset name.  Apply codeset name normalization when
2639         matching entries in the alias file.
2640
2641         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2642         decrement HEAD->namehash_used here.
2643         (add_locale): Only need to insert name string when name_offset != 0.
2644
2645         * locale/programs/localedef.c (options): Add -A/--alias-file.
2646         (alias_file): New variable.
2647         (parse_opt): Grok -A, set that.
2648         * locale/programs/localedef.h: Declare it.
2649
2650         * locale/locarchive.h (struct locrecent): Add `refs' member.
2651         * locale/programs/locarchive.c (insert_name): New function, broken out
2652         of ...
2653         (add_locale_to_archive): ... here.  Call that.
2654         (add_alias): New function.
2655         (add_locale): New static function, add_locale_to_archive renamed.
2656         (add_locale_to_archive): Call that and use add_alias to add an alias
2657         for the name with codeset if the given name lacks it.
2658         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2659
2660         * locale/Makefile (routines): Add loadarchive.
2661         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2662         (_nl_load_locale_from_archive): New function.
2663         * locale/localeinfo.h: Declare it.
2664         * locale/findlocale.c (_nl_find_locale): If using default locale path,
2665         try _nl_load_locale_from_archive first.
2666
2667         * locale/loadlocale.c (_nl_intern_locale_data): New function,
2668         broken out of _nl_load_locale.
2669         (_nl_load_locale): Call that.
2670         * locale/localeinfo.h: Declare it.
2671         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2672         (struct locale_data): Remove unused member `options'.
2673         * locale/findlocale.c (_nl_remove_locale): Update uses.
2674         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2675         * locale/C-collate.c: Update initializer.
2676         * locale/C-identification.c: Likewise.
2677         * locale/C-measurement.c: Likewise.
2678         * locale/C-telephone.c: Likewise.
2679         * locale/C-address.c: Likewise.
2680         * locale/C-name.c: Likewise.
2681         * locale/C-paper.c: Likewise.
2682         * locale/C-time.c: Likewise.
2683         * locale/C-numeric.c: Likewise.
2684         * locale/C-monetary.c: Likewise.
2685         * locale/C-messages.c : Likewise.
2686         * locale/C-ctype.c: Likewise.
2687
2688         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2689         use CHAR_BIT instead of BITSPERBYTE.
2690
2691         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
2692         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
2693         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
2694         (_nl_remove_locale): Likewise.
2695         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2696
2697         * locale/findlocale.c (_nl_default_locale_path): New variable.
2698         (_nl_find_locale): If LOCALE_PATH is null, default to that.
2699         * locale/localeinfo.h: Declare it.
2700         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
2701         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
2702         * locale/newlocale.c (__newlocale): Likewise.
2703
2704         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
2705         * inet/rexec.c (rexec_af): Add libc_hidden_def.
2706         * sysdeps/generic/morecore.c: Likewise.
2707         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
2708         (__libc_current_sigrtmax): Likewise.
2709
2710 2002-08-08  Roland McGrath  <roland@redhat.com>
2711
2712         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
2713         * catgets/open_catalog.c (__open_catalog): Likewise.
2714
2715         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
2716         from typo INITIAL_NUM_NANES.
2717         (create_archive): Update use.
2718
2719 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2720
2721         * sysdeps/unix/sysv/linux/sigwait.c: New file.
2722
2723 2002-08-08  Roland McGrath  <roland@frob.com>
2724
2725         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
2726
2727 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2728
2729         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
2730         else and undefine after including wcstol_l.c.
2731         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
2732
2733 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2734
2735         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
2736
2737 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
2738
2739         * configure.in: Make the test for broken_alias_attribute stricter.
2740
2741 2002-05-24  Robert Love  <rml@tech9.net>
2742
2743         * posix/Makefile (routines): Add sched_getaffinity and
2744         sched_setaffinity.
2745         * posix/sched.h: Add declarations for sched_getaffinity and
2746         sched_setaffinity.
2747         * sysdeps/generic/sched_getaffinity.c: New file.
2748         * sysdeps/generic/sched_setaffinity.c: New file.
2749         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
2750         sched_setaffinity.
2751
2752 2002-08-06  Andreas Schwab  <schwab@suse.de>
2753
2754         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
2755
2756 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2757
2758         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
2759         message.
2760
2761         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
2762         It is known to be defined.
2763
2764         * include/string.h: Define index and rindex only if _ISOMAC is not
2765         defined.
2766
2767         * elf/rtld.c: Include <errno.h>.
2768         * sysdeps/generic/libc-tls.c: Likewise.
2769
2770 2002-08-07  Roland McGrath  <roland@redhat.com>
2771
2772         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
2773         it internally.
2774         (precsize_aton): Likewise.
2775
2776         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
2777         the static symbols added in the last change (doofus is me).
2778
2779         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
2780         loop to notice missing categories in a composite name.
2781
2782         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
2783         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
2784         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
2785         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
2786
2787 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2788
2789         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2790
2791 2002-08-07  Roland McGrath  <roland@redhat.com>
2792
2793         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
2794         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
2795         Reported by Jakub Jelinek  <jakub@redhat.com>.
2796
2797 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2798
2799         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
2800         division.
2801
2802 2002-08-06  Roland McGrath  <roland@redhat.com>
2803
2804         * include/getopt.h: Put private decls inside [_GETOPT_H].
2805         Use libc_hidden_proto for getopt_long, getopt_long_only.
2806         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
2807         Add libc_hidden_def.
2808
2809         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
2810         Define as a macro for __dl_iterate_phdr.
2811
2812         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
2813         made static.  Add __ name as a strong alias.
2814         (internal_endnetgrent): Likewise.
2815         (internal_getnetgrent_r): Likewise.
2816
2817         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
2818         with no __ prefix.
2819         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
2820         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
2821         all *_l functions with no __ prefix.
2822         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
2823         * ctype/ctype_l.c: Likewise.
2824         * locale/nl_langinfo.c: Likewise.
2825         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
2826         * stdlib/stdlib.h [__USE_GNU]: Likewise.
2827         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
2828         * wctype/wctype.h [__USE_GNU]: Likewise.
2829         * string/strcoll_l.c (strcoll_l): Define as weak alias.
2830         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
2831         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
2832         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
2833         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
2834         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
2835         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
2836         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
2837         (__wcscasecmp_l): Add libc_hidden_def.
2838         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
2839         (__wcsncasecmp_l): Add libc_hidden_def.
2840         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
2841         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
2842         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
2843         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
2844         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
2845         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
2846         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
2847         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
2848         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
2849         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
2850         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
2851         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
2852         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
2853         * wctype/wctype_l.c (wctype_l) Define as weak alias.
2854
2855 2002-08-05  Roland McGrath  <roland@redhat.com>
2856
2857         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
2858         netname2user, host2netname, user2netname, key_gendes.
2859         * sunrpc/netname.c: Add libc_hidden_def.
2860         * sunrpc/key_call.c: Likewise.
2861
2862         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
2863         freeaddrinfo.
2864         * inet/getnameinfo.c: Add libc_hidden_def.
2865         * sysdeps/generic/getaddrinfo.c: Likewise.
2866         * sysdeps/posix/getaddrinfo.c: Likewise.
2867
2868         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
2869         * wcsmbs/wmemchr.c: Add libc_hidden_def.
2870         * wcsmbs/wmemset.c: Add libc_hidden_def.
2871
2872         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
2873         (index, rindex): Define as macros for strchr, strrchr.
2874
2875         * string/envz.c (envz_strip): index -> strchr
2876
2877         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
2878         * sunrpc/rpc_prot.c: Add libc_hidden_def.
2879
2880         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
2881         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
2882
2883         * include/stdlib.h: Use libc_hidden_proto for wctomb.
2884         * stdlib/wctomb.c: Add libc_hidden_def.
2885
2886         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
2887         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
2888         * resolv/herror.c: Likewise.
2889         * inet/rcmd.c: Add libc_hidden_def.
2890         * inet/ruserpass.c: Likewise.
2891         * inet/getnetgrent_r.c: Likewise.
2892
2893         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
2894         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
2895         for svcerr_auth, svcerr_noprog, svcerr_progvers.
2896         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
2897         libc_hidden_def.
2898         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
2899         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
2900
2901         * sysdeps/posix/system.c (do_system): New function, guts broken out of
2902         __libc_system.
2903         (__libc_system): Call it, putting just the line == NULL test here.
2904
2905         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
2906         variables work right.
2907
2908         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
2909         * elf/dl-close.c (_dl_close): Likewise.
2910
2911         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
2912         in6addr_any, in6addr_loopback.  Remove decls for
2913         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
2914         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
2915         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
2916         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
2917         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
2918         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
2919         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
2920         in6addr_loopback.
2921         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
2922
2923         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
2924         ether_aton_r.
2925         * inet/ether_aton_r.c: Add libc_hidden_def.
2926         * inet/ether_ntoa_r.c: Likewise.
2927
2928         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
2929         xprt_unregister.
2930         * sunrpc/svc.c: Add libc_hidden_def.
2931         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
2932         pmap_set, pmap_unset.
2933         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
2934         * sunrpc/pm_getport.c: Likewise.
2935         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
2936         * sunrpc/publickey.c: Add libc_hidden_def.
2937
2938 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2939
2940         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
2941         the other memset call in this function.
2942
2943         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
2944         at correct index.  Clear BSS region now that memalign is used.
2945
2946 2002-08-05  Roland McGrath  <roland@redhat.com>
2947
2948         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
2949         * sysdeps/generic/uname.c: Add libc_hidden_def.
2950         * sysdeps/mach/hurd/uname.c: Likewise.
2951
2952 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
2953
2954         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
2955         wcspbrk): Add libc_hidden_proto.
2956         * time/strftime.c (my_strftime): Add libc_hidden_def.
2957         (strftime): Remove libc_hidden_def.
2958         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
2959         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
2960         * wcsmbs/wcsspn.c (wcsspn): Likewise.
2961         * wcsmbs/wcscmp.c (wcscmp): Likewise.
2962         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
2963         * wcsmbs/wcscoll.c (wcscoll): Likewise.
2964
2965         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
2966         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2967         __rpc_thread_createerr): Add libc_hidden_proto.
2968         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
2969         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2970         __rpc_thread_createerr): Add libc_hidden_def.
2971
2972         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
2973         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
2974         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
2975         clnt_perror, clnt_sperror): Add libc_hidden_def.
2976         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
2977
2978         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
2979         libc_hidden_proto.
2980         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
2981         * sunrpc/des_soft.c (des_setparity): Likewise.
2982
2983         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
2984         Add libc_hidden_proto.
2985         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
2986         Add libc_hidden_def.
2987
2988 2002-08-05  Roland McGrath  <roland@redhat.com>
2989
2990         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
2991         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
2992         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
2993         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
2994         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
2995         old data, abandoning the original memory allocated by rtld at startup,
2996         instead of calling realloc normally.
2997
2998 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2999
3000         * po/fr.po: Update from translation team.
3001
3002 2002-08-04  Roland McGrath  <roland@redhat.com>
3003
3004         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
3005         then generate a dummy module under the given name, obeying the
3006         normal rules for the "caller" field.
3007
3008         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
3009         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
3010
3011         * include/pthread.h: Don't declare __pthread_initialize_minimal as
3012         weak here; we declare it weak or strong in the one place we use it.
3013         * sysdeps/generic/libc-start.c: ... which is here.
3014         Don't make the decl weak if [USE_TLS], since static programs need TLS
3015         setup even when single-threaded.
3016
3017         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
3018
3019         * elf/Makefile (test-srcs): Add $(modules-names) to it.
3020         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
3021         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
3022         all these variables.
3023
3024 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3025
3026         * include/stdio.h: Don't define macro magic to redirect function
3027         calls if _ISOMAC is defined.
3028
3029         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
3030         ldouble asin tests.
3031
3032 2002-08-04  Roland McGrath  <roland@redhat.com>
3033
3034         * stdlib/lrand48_r.c: Add libc_hidden_def.
3035
3036         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
3037         TCB with __libc_memalign instead of mmap.
3038         (_dl_deallocate_tls): Free it with free instead of munmap.
3039
3040         * Makerules (cpp-srcs-left): When setting this to run
3041         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
3042         words.  Combine the two loops into one on the concatenated list,
3043         including those as well as $(test-srcs).
3044
3045         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
3046         since we align here with optimally minimal waste anyway.
3047         (malloc): Just call that.
3048
3049         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
3050         the right variable.
3051
3052         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
3053         to compute memory location for l_tls_initimage.
3054         * elf/rtld.c (_dl_start): Likewise.
3055         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3056
3057         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
3058         because the .d file is generated in the non-shared case and
3059         so fails to catch them otherwise.
3060
3061         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
3062         split out of _dl_allocate_tls.
3063         (_dl_allocate_tls_init): Likewise.
3064         (_dl_allocate_tls): Call those.
3065         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
3066         * elf/rtld.c (dl_main): Call them separately instead of calling
3067         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
3068         is finished, so that the initializer data has been relocated before we
3069         copy it into the main thread's TLS block.
3070
3071         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
3072         loop conditions, prevented the last used module from being initialized.
3073
3074 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3075
3076         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
3077         if glob resp. globfree are not macros.
3078         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
3079         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
3080         Add libc_hidden_ver.
3081         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
3082         libc_hidden_def.
3083         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
3084         instead of libc_hidden_weak.
3085         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
3086         libc_hidden_ver instead of libc_hidden_def.
3087         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
3088         libc_hidden_ver instead of libc_hidden_def.
3089         (wcstoll, wcstoq): Remove libc_hidden_weak.
3090         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
3091         libc_hidden_ver.
3092         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
3093         libc_hidden_ver.
3094         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
3095         libc_hidden_ver.
3096         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
3097         libc_hidden_ver.
3098
3099 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3100
3101         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
3102         to access _sys_siglist.
3103         * string/strsignal.c: Likewise.
3104         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
3105         * sysdeps/gnu/siglist.c: Likewise.
3106         * sysdeps/unix/siglist.c: Likewise.
3107         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
3108
3109         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
3110
3111         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
3112
3113         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
3114         alias and use it.
3115         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
3116
3117         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
3118         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
3119         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
3120
3121         * include/time.h: Add libc_hidden_proto for __gmtime_r.
3122         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
3123
3124         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
3125         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
3126         and __gconv_get_cache respectively.
3127         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
3128         defined static.  Change all users.
3129         (__gconv_get_cache): New function.
3130         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
3131         (__gconv_get_alias_db): New function.
3132         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
3133         (__conv_modules_db): Likewise.
3134         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
3135         and __gconv_get_alias_db.
3136         * iconv/iconv_prog.c: Use the new functions instead of accessing the
3137         variables.
3138
3139         * include/stdlib.h: Add prototype and libc_hidden_proto for
3140         __default_morecore.
3141         * sysdeps/generic/morecore.c: Include <stdlib.h>.
3142
3143         * malloc/obstack.c: Remove fputs macro.
3144
3145         * malloc/mtrace.c: Remove fopen macro.
3146
3147 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3148
3149         * manual/debug.texi: Fix spelling to programmatically.
3150         Reported by <hayastan132@hotmail.com>.
3151
3152 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3153
3154         * include/libio.h: Add libc_hidden_proto for __uflow.
3155         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
3156         fgetpos to _IO_* names.
3157         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
3158         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
3159         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
3160         putwc_unlocked, vswscanf.
3161         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
3162         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
3163         * libio/fseek.c: Likewise.
3164         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
3165         not fopencookie.
3166         * libio/genops.c (__uflow): Add libc_hidden_def.
3167         * libio/iofflush_u.c (fflush_unlocked): Likewise.
3168         * libio/iofgets_u.c (fgets_unlocked): Likewise.
3169         * libio/iofputs_u.c (fputs_unlocked): Likewise.
3170         * libio/iofputws_u.c (fputws_unlocked): Likewise.
3171         * libio/iofread_u.c (fread_unlocked): Likewise.
3172         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3173         * libio/iovswscanf.c (vswscanf): Likewise.
3174         * libio/putwc_u.c (putwc_unlocked): Likewise.
3175         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
3176         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
3177         * malloc/mtrace.c: Likewise.
3178
3179         * sunrpc/clnt_perr.c: Remove fputs macro.
3180         * sunrpc/svc_simple.c: Likewise.
3181         * sunrpc/svc_tcp.c: Likewise.
3182         * sunrpc/svc_udp.c: Likewise.
3183         * sunrpc/xdr_rec.c: Likewise.
3184         * sunrpc/xdr_ref.c: Likewise.
3185
3186         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
3187         iconv_prog, linereader, and charmap-dir.
3188         * locale/Makefile: Likewise for locale and charmap-dir.
3189         * malloc/Makefile: Likewise for memusagestat.
3190         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
3191         * sunrpc/Makefile: Likewise for rpc_main.
3192         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
3193         * timezone/Makefile: Likewise for zic.
3194
3195         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
3196
3197         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
3198         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
3199         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
3200         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
3201         _dl_close.
3202
3203         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
3204         __wunderflow.
3205         * libio/genops.c (__underflow): Add libc_hidden_def.
3206         * libio/wgenops.c (__wuflow): Likewise.
3207         (__wunderflow): Likewise.
3208
3209         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
3210         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
3211
3212         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
3213         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
3214
3215         * include/string.h: Add libc_hidden_proto for __strverscmp.
3216         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
3217
3218         * include/unistd.h: Add libc_hidden_proto for __sysconf.
3219         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
3220         * sysdeps/posix/sysconf.c: Likewise.
3221         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
3222         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
3223
3224         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
3225         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3226         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3227         __iswxdigit_l, __towlower_l, __towupper_l.
3228         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
3229         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
3230
3231         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
3232         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
3233         * sysdeps/mach/hurd/xmknod.c: Likewise.
3234         * sysdeps/unix/xmknod.c: Likewise.
3235         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
3236         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
3237         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
3238
3239         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
3240
3241 2002-08-03  Roland McGrath  <roland@redhat.com>
3242
3243         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
3244         setpriority.
3245         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
3246         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
3247         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
3248         * sysdeps/mach/hurd/setpriority.c: Likewise.
3249         * sysdeps/mach/hurd/getpriority.c: Likewise.
3250         * sysdeps/generic/setpriority.c: Likewise.
3251         * sysdeps/generic/getpriority.c: Likewise.
3252
3253         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
3254         * malloc/mcheck.c: Add libc_hidden_def.
3255
3256         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
3257         * misc/hsearch_r.c: Add libc_hidden_def.
3258
3259         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3260         * posix/fnmatch.c: Add libc_hidden_weak.
3261
3262         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3263         execl, execle, execlp, execvp, getpid, getsid.
3264         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3265         * sysdeps/unix/alarm.c: Likewise.
3266         * posix/confstr.c: Likewise.
3267         * posix/execvp.c: Likewise.
3268         * posix/execlp.c: Likewise.
3269         * posix/execle.c: Likewise.
3270         * posix/execl.c: Likewise.
3271         * sysdeps/generic/getsid.c: Likewise.
3272         * sysdeps/mach/hurd/getsid.c: Likewise.
3273         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3274         * sysdeps/mach/hurd/getpid.c: Likewise.
3275
3276         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3277         qecvt_r, qfcvt_r, lrand48_r.
3278         * misc/efgcvt_r.c: Add libc_hidden_def.
3279
3280         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3281         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
3282
3283         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
3284         * locale/nl_langinfo.c: Add libc_hidden_def.
3285
3286         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
3287         * sysdeps/generic/glob.c: Add libc_hidden_def.
3288         * sysdeps/generic/glob64.c: Likewise.
3289         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
3290
3291         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
3292
3293         * elf/Makefile (CFLAGS-vismod2.c): New variable.
3294
3295         * locale/setlocale.c (_nl_current_names): Variable moved ...
3296         * locale/localename.c (_nl_current_names): ... here, new file.
3297         Make it global, with attribute_hidden.
3298         * locale/localeinfo.h: Declare it.
3299         * locale/Makefile (aux): Add localename.
3300         * locale/localename.c (__current_locale_name): New function.
3301         * include/locale.h (__current_locale_name): Declare it.
3302         * intl/dcigettext.c (guess_category_value): Use that instead of
3303         calling setlocale.
3304
3305         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
3306         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
3307         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
3308         * locale/newlocale.c: Add alias to __ name.
3309         * locale/duplocale.c: Likewise.
3310         * locale/freelocale.c: Likewise.
3311         * locale/uselocale.c: New file.
3312         * locale/Makefile (routines): Add it.
3313         * locale/Versions (libc: GLIBC_2.3): New set.
3314         Add newlocale, duplocale, freelocale, uselocale.
3315         (libc: GLIBC_PRIVATE): Add __uselocale.
3316
3317         * locale/localeinfo.h [SHARED]
3318         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
3319         (_NL_CURRENT_DATA): Define using that.
3320         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
3321         (_NL_CURRENT_DEFINE): Define to empty.
3322         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
3323         conditionalized on this.
3324         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
3325         taking initializer of _nl_C_locobj.
3326         [SHARED] (_nl_global_locale): New variable, using that initializer.
3327         (_nl_C_locobj): Use new macro for initialzier.
3328         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
3329         [! SHARED] (CATEGORY_USED): New macro.
3330         [SHARED] (CATEGORY_USED, _nl_C): New macros.
3331         (setdata, setlocale): Use that macro instead of examining _nl_current.
3332         (setdata): Set the slot in _nl_global_locale.
3333         Conditionalize setting of _nl_current on [! SHARED].
3334         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
3335         declaration as an extern.
3336         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
3337
3338         * include/locale.h: Use libc_hidden_proto for setlocale.
3339         * locale/setlocale.c: Add libc_hidden_def.
3340
3341         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
3342
3343         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
3344         * misc/hsearch_r.c: Add libc_hidden_def.
3345         * misc/lsearch.c: Likewise.
3346
3347         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
3348         endttyent.
3349         * misc/getttyent.c: Add libc_hidden_def.
3350
3351         * include/mcheck.h: Use libc_hidden_proto for mcheck.
3352         * malloc/mcheck.c: Add libc_hidden_def.
3353
3354         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
3355         * include/argz.h: Use libc_hidden_proto for argz_delete.
3356         * string/argz-delete.c: Add libc_hidden_def.
3357         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
3358
3359         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
3360         HIDDEN_JUMPTARGET for _exit.
3361         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
3362         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
3363         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3364         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
3365
3366         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
3367         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
3368         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
3369         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
3370
3371         * include/stdlib.h: Use libc_hidden_proto for abort,
3372         __strtof_internal, __strtod_internal, __strtold_internal,
3373         __strtol_internal, __strtoll_internal, __strtoul_internal,
3374         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
3375         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
3376         __strtoul_l_internal, __strtoull_l_internal.
3377         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
3378         __wcstod_internal, __wcstold_internal, __wcstol_internal,
3379         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
3380         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
3381         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
3382         __wcsncasecmp_l.
3383         * sysdeps/generic/abort.c: Add libc_hidden_def.
3384         * stdlib/strtod.c: Likewise.
3385         * sysdeps/generic/strtol.c: Likewise.
3386         * sysdeps/wordsize-64/strtol.c: Likewise.
3387         * sysdeps/wordsize-64/wcstol.c: Likewise.
3388         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
3389
3390         * include/stdlib.h: Use libc_hidden_proto for qsort.
3391         * stdlib/msort.c: Add libc_hidden_def.
3392
3393         * include/utime.h: Use libc_hidden_proto for utime.
3394         * sysdeps/generic/utime.c: Add libc_hidden_def.
3395         * sysdeps/unix/utime.c: Likewise.
3396
3397         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
3398         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
3399         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3400         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
3401         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
3402
3403         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
3404         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
3405         and __libc_current_sigrtmax.
3406         * signal/sigismem.c: Add libc_hidden_def.
3407         * signal/sigfillset.c: Likewise.
3408         * signal/sigempty.c: Likewise.
3409         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
3410         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
3411         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
3412         * sysdeps/posix/raise.c: Likewise.
3413         * sysdeps/generic/raise.c: Likewise.
3414
3415 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3416
3417         * include/string.h: Use libc_hidden_proto for __stpcpy.
3418         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
3419         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
3420         * sysdeps/generic/stpcpy.c: Likewise.
3421         * sysdeps/i386/stpcpy.S: Likewise.
3422         * sysdeps/i386/i586/stpcpy.S: Likewise.
3423         * sysdeps/powerpc/stpcpy.S: Likewise.
3424         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
3425         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3426
3427         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
3428         __strncasecmp_l, __strdup, __strndup, __strerror_r.
3429         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
3430         libc_hidden_def.
3431         * string/strdup.c (__strdup): Likewise.
3432         * string/strndup.c (__strndup): Likewise.
3433         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
3434         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
3435
3436 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3437
3438         * include/libio.h: New file.
3439         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
3440         * libio/iolibio.h: #include <libio.h>, not "libio.h".
3441         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
3442         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
3443         * sysdeps/unix/common/syscalls.list: Likewise.
3444         * sysdeps/unix/inet/syscalls.list: Likewise.
3445         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
3446         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3447         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3448         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3449         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3450         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3451         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3452         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3453         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3454         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
3455         * sysdeps/unix/syscalls.list: Likewise.
3456
3457 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3458             Ulrich Drepper  <drepper@redhat.com>
3459
3460         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
3461         the arguments is big enough to cause an overflow.
3462
3463 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3464
3465         * assert/assert.c: Use hidden_def not INTDEF.
3466
3467 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3468
3469         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
3470         not defined.
3471
3472 2002-08-03  Roland McGrath  <roland@redhat.com>
3473
3474         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
3475         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
3476         verr, verrx.
3477         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
3478         * misc/syslog.c: Add libc_hidden_def.
3479         * misc/err.c: Likewise.
3480         * stdlib/exit.c: Likewise.
3481         * stdlib/bsearch.c: Likewise.
3482         * sysdeps/generic/getenv.c: Likewise.
3483
3484         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
3485
3486         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
3487         libc_hidden_weak for every system call symbol defined.
3488
3489         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
3490         timelocal, localtime, strftime.
3491         * time/asctime.c: Add libc_hidden_def.
3492         * time/mktime.c: Likewise.
3493         * time/localtime.c: Likewise.
3494         * time/strftime.c: Likewise.
3495         * time/strptime.c: Likewise.
3496         * sysdeps/generic/time.c: Likewise.
3497         * sysdeps/unix/time.c: Likewise.
3498         * sysdeps/unix/sysv/i386/time.S: Likewise.
3499         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
3500
3501         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
3502         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
3503         * resolv/inet_ntop.c: Likewise.
3504         * resolv/inet_pton.c: Likewise.
3505         * inet/inet_mkadr.c: Add libc_hidden_def.
3506         * inet/inet_netof.c: Likewise.
3507         * resolv/inet_addr.c: Likewise.
3508
3509         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
3510         clauses from conditionals for now.  Will have to be fixed later
3511         for older compilers.
3512
3513         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
3514
3515 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3516
3517         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
3518         broken alias attribute handling.
3519         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
3520
3521 2002-08-02  Roland McGrath  <roland@frob.com>
3522
3523         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
3524         since it sets the variables we use in a -D switch.
3525
3526 2002-08-02  Roland McGrath  <roland@redhat.com>
3527
3528         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
3529         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
3530         matches long int, not int.
3531
3532         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
3533         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
3534         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3535         * wctype/wctrans.c (wctrans): Likewise.
3536         * wctype/wctype.c (__wctype): Likewise.
3537         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
3538
3539 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3540
3541         * assert/assert.c (__assert_fail): Fix typo in comment.
3542
3543         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
3544         * sunrpc/rpc_thread.c: Define it without static.
3545         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
3546
3547 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3548
3549         * assert/assert.c (__assert_fail): Remove undef.
3550         Replace INTDEF with libc_hidden_def.
3551         * assert/__assert.c (__assert): Remove INTUSE.
3552         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
3553         libc_hidden_weak.
3554         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
3555         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
3556         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
3557         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
3558         libm_hiden_ver): Define.
3559         * include/assert.h (__assert_fail_internal): Remove.
3560         (__assert_fail): Add prototype.  Add hidden_proto.
3561         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
3562         libc_hidden_proto.
3563         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
3564         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
3565         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
3566         Add libc_hidden_proto.
3567         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
3568         __fcntl): Add libc_hidden_proto.  Remove macros.
3569         (__open_internal, __fcntl_internal): Remove.
3570         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
3571         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
3572         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
3573         libc_hiden_proto.
3574         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
3575         libc_hidden_def.
3576         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
3577         Add libc_hidden_def.
3578         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
3579         * sysdeps/generic/open.c (__open): Remove undef.
3580         Add libc_hidden_def.  Remove INTDEF.
3581         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
3582         Add libc_hidden_def.
3583         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
3584         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
3585         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
3586         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3587         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3588         (__libc_fcntl): Add libc_hidden_def.
3589         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
3590         (__open): Remove INTDEF2.  Add libc_hidden_weak.
3591         (__libc_open): Add libc_hidden_def.
3592         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
3593         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
3594         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3595         Add libc_hidden_def.
3596         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
3597         Add libc_hidden_def.
3598         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
3599         undef.
3600         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3601         (__libc_fcntl): Add libc_hidden_def.
3602         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3603         __getpgid_internal, __chown_internal): Remove.
3604         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3605         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3606         __GI___chown): Add.
3607         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3608         __getpid_internal, __open_internal, __write_internal): Remove.
3609         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3610         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3611         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3612         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3613         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3614         Replace INTDEF with libc_hidden_def.
3615         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3616         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3617         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3618         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3619         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3620         Add libc_hidden_proto.
3621         * include/sys/poll.h (__poll): Add libc_hidden_proto.
3622         * include/sys/select.h (__select): Likewise.
3623         * include/sys/socket.h (__send): Likewise.
3624         * include/sys/statfs.h (__statfs): Likewise.
3625         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3626         __getpid, __getpgid, __setpgid, __close, __read, __write,
3627         __getpagesize, __sbrk): Likewise.
3628         (__chown_internal, __dup2_internal, __getpid_internal,
3629         __getpgid_internal, __close_internal, __write_internal,
3630         __getpagesize_internal): Remove.
3631         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3632         Remove macros.
3633         * include/printf.h (__printf_fp): Add libc_hidden_proto.
3634         * include/sched.h (__sched_setscheduler): Likewise.
3635         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3636         * include/stdlib.h (__secure_getenv): Likewise.
3637         * include/signal.h (__sigaction, __sigsuspend): Likewise.
3638         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3639         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3640         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3641         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3642         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3643         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3644         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3645         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3646         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3647         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3648         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3649         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3650         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3651         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3652         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3653         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3654         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3655         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3656         * libio/genops.c (__overflow): Add libc_hidden_def.
3657         * libio/iovdprintf.c: Remove libio.h include.
3658         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3659         libc_hidden_weak): Define to nothing if not defined.
3660         (__overflow, __woverflow): Add libc_hidden_proto.
3661         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3662         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3663         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3664         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3665         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3666         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3667         and libc_hidden_def.
3668         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3669         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3670         (__getpgid): Add libc_hidden_proto.
3671         (__bsd_getpgrp): Remove INTUSE.
3672         * resolv/res_init.c (__res_ninit, __res_randomid): Add
3673         libc_hidden_def.
3674         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3675         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3676         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3677         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3678         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3679         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3680         __rpc_thread_createerr): Add libc_hidden_def.
3681         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3682         libc_hidden_def.
3683         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3684         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3685         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3686         * sysdeps/generic/chown.c (__chown): Likewise.
3687         * sysdeps/generic/close.c (__close): Likewise.
3688         * sysdeps/generic/dup2.c (__dup2): Likewise.
3689         * sysdeps/generic/pipe.c (__pipe): Likewise.
3690         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3691         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
3692         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
3693         * sysdeps/generic/read.c (__libc_read): Likewise.
3694         (__read): Add libc_hidden_weak.
3695         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
3696         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
3697         * sysdeps/generic/select.c (__select): Likewise.
3698         * sysdeps/generic/send.c (__send): Likewise.
3699         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
3700         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
3701         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
3702         * sysdeps/generic/statfs.c (__statfs): Likewise.
3703         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
3704         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
3705         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
3706         Remove undef and INTDEF.
3707         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
3708         * sysdeps/generic/getpid.c (__getpid): Likewise.
3709         * sysdeps/generic/write.c (__libc_write): Likewise.
3710         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3711         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
3712         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3713         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
3714         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
3715         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
3716         Remove undef and INTDEF.
3717         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
3718         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3719         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
3720         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
3721         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
3722         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3723         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
3724         (__pipe): Add libc_hidden_def.
3725         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
3726         libc_hidden_weak.
3727         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
3728         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
3729         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
3730         (__read): Add libc_hidden_weak.
3731         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
3732         (__libc_pwrite64): Add libc_hidden_def.
3733         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3734         * sysdeps/mach/hurd/select.c (__select): Likewise.
3735         * sysdeps/mach/hurd/send.c (__send): Likewise.
3736         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3737         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3738         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3739         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3740         * sysdeps/posix/dup2.c: Likewise.
3741         Remove undef and INTDEF.
3742         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
3743         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
3744         (__pwrite64): Add libc_hidden_weak.
3745         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
3746         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
3747         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
3748         * sysdeps/standalone/close.c (__close): Likewise.
3749         * sysdeps/standalone/write.c (__libc_write): Likewise.
3750         (__write): Add libc_hidden_weak.
3751         * sysdeps/standalone/read.c (__read): Likewise.
3752         (__libc_read): Add libc_hidden_def.
3753         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
3754         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
3755         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
3756         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
3757         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
3758         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
3759         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
3760         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
3761         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
3762         __GI___sigaction): Add.
3763         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
3764         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
3765         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
3766         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
3767         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
3768         __GI___setpgid): Add.
3769         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
3770         Remove undef and INTDEF.
3771         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
3772         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
3773         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
3774         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
3775         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
3776         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
3777         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
3778         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
3779         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
3780         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
3781         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
3782         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
3783         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
3784         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
3785         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
3786         __GI___statfs, __GI___send): Add.
3787         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
3788         libc_hidden_ver resp. libc_hidden_def.
3789         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
3790         libc_hidden_def.
3791         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
3792         Likewise.  Remove undef and INTDEF.
3793         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
3794         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
3795         __GI___statfs, __GI___send): Add.
3796         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
3797         libc_hidden_def.
3798         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
3799         Likewise.
3800         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
3801         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
3802         libc_hidden_ver resp. libc_hidden_def.
3803         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
3804         __GI___send): Add.
3805         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
3806         Add libc_hidden_weak.
3807         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
3808         Add libc_hidden_def.
3809         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
3810         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
3811         libc_hidden_weak.
3812         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
3813         resp. libc_hidden_def.
3814         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
3815         libc_hidden_weak.
3816         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
3817         INTDEF.
3818         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
3819         Likewise.  Remove undef.
3820         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
3821         libc_hidden_weak.
3822         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
3823         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
3824         libc_hidden_weak.
3825         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
3826         libc_hidden_def.
3827         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
3828         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
3829         Likewise.  Remove undef and INTDEF.
3830         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
3831         libc_hidden_def.
3832         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
3833         libc_hidden_weak.
3834         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
3835         libc_hidden_def.
3836         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
3837         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
3838         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
3839         libc_hidden_weak.
3840         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
3841         Add libc_hidden_def.
3842         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
3843         __GI___statfs): Add.
3844         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
3845         libc_hidden_weak.
3846         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
3847         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
3848         Remove undef and INTDEF.
3849         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
3850         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
3851         libc_hidden_def.
3852         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
3853         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
3854         libc_hidden_weak.
3855         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
3856         libc_hidden_def.
3857         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
3858         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
3859         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
3860         Add.
3861         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
3862         libc_hidden_def.  Remove undef and INTDEF.
3863         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
3864         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
3865         libc_hidden_def.
3866         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
3867         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
3868         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
3869         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
3870         Remove undef and INTDEF.
3871         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
3872         broken visibility attribute handling.
3873         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
3874
3875 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3876
3877         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
3878         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
3879
3880         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
3881         previous patch.
3882
3883 2002-06-29  Todd Fries  <todd@openbsd.org>
3884
3885         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
3886
3887 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3888
3889         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
3890
3891 2002-07-30  Roland McGrath  <roland@redhat.com>
3892
3893         * resolv/resolv.h (_res): Define macro unconditionally.
3894         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
3895         * include/resolv.h: ... here.
3896         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
3897         as a __thread variable.
3898         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
3899         a __thread variable instead of a global.
3900         * resolv/res_data.c [_LIBC]: Don't #undef _res.
3901
3902         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
3903         time we test it.
3904
3905         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
3906
3907         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
3908         decls of memset and memcpy.
3909
3910         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
3911         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
3912
3913         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
3914
3915         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
3916         (__libc_tsd_define): Define using __thread.
3917
3918         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
3919         (__rpc_thread_variables): Use __libc_tsd_get.
3920         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
3921         __rpc_thread_variables, which might allocate what we're about to free.
3922
3923         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
3924         thread-local variable.
3925         * resolv/netdb.h (h_errno): Define macro unconditionally.
3926         [_LIBC] (__set_h_errno): Macro moved to ...
3927         * include/netdb.h: ... here.
3928         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
3929         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
3930         [! _LIBC_REENTRANT]: #undef h_errno here.
3931
3932         * include/errno.h: Protect from multiple inclusion.
3933
3934         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
3935         before defining them, since Linux's <linux/posix_types.h> might have
3936         defined them.
3937
3938 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3939
3940         * malloc/malloc.c (public_cALLOc): Check for overflow on
3941         multiplication.
3942         * sunrpc/xdr_array.c (xdr_array): Likewise.
3943         * sunrpc/rpc/types.h (mem_free): Add comment.
3944         Patch by Solar Designer <solar@openwall.com>.
3945
3946 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3947
3948         * sysdeps/unix/sysv/linux/kernel-features.h
3949         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
3950
3951 2002-08-01  Roland McGrath  <roland@redhat.com>
3952
3953         * libio/fileops.c (_IO_file_sync_mmap): New function.
3954         (_IO_file_jumps_mmap): Use it.
3955         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
3956         repeat the stat check and resize the mapped buffer as necessary.
3957
3958 2002-07-31  Roland McGrath  <roland@redhat.com>
3959
3960         * libio/fileops.c (decide_maybe_mmap): New static function.
3961         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
3962         mmap the file contents.  Then switch the jump tables to the mmap
3963         tables if it worked, or the vanilla file tables if not.
3964         (_IO_file_underflow_maybe_mmap): New function.
3965         (_IO_file_seekoff_maybe_mmap): New function.
3966         (_IO_file_xsgetn_maybe_mmap): New function.
3967         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
3968         * libio/libioP.h: Declare those.
3969         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
3970         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
3971         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
3972         If the stream is read-only, set its jump tables to those new ones.
3973         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
3974         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
3975         We need the tables set before _IO_file_attach.
3976
3977         * libio/tst-mmap-eofsync.c: New file.
3978         * libio/tst-mmap-fflushsync.c: New file.
3979         * libio/bug-mmap-fflush.c: New file.
3980         * libio/tst-mmap2-eofsync.c: New file.
3981         * libio/Makefile (tests): Add them.
3982
3983         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
3984         _IO_file_underflow_mmap fails, it already set the appropriate bit.
3985
3986 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
3987
3988         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
3989         Declarations moved to <bits/sys_errlist.h>.  Include that file.
3990         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
3991         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
3992         declare sys_errlist and sys_nerr.
3993         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
3994         provide declarations.
3995
3996 2002-07-31  Roland McGrath  <roland@redhat.com>
3997
3998         * elf/rtld.c (dl_main): Fix typo in error message.
3999
4000 2002-07-31  Roland McGrath  <roland@frob.com>
4001
4002         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
4003         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
4004         sysdeps/mach/hurd/dl-sysdep.c change.
4005
4006 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
4007
4008         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
4009         -r`/build/include for kernel headers.
4010
4011         * po/fi.po: New file.
4012
4013 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
4014
4015         * configure.in (static_nss): Set to `yes' if --disable-shared.
4016
4017 2002-07-23  Bruno Haible  <bruno@clisp.org>
4018
4019         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
4020         is set.
4021
4022 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4023
4024         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
4025         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
4026         arguments.
4027
4028 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4029
4030         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
4031         alias.
4032
4033 2002-07-21  Bruno Haible  <bruno@clisp.org>
4034
4035         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
4036         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
4037         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
4038         trans_sysdep_tab_offset.
4039         (struct sysdep_segment): New type.
4040         (struct sysdep_string): New type.
4041         (SEGMENTS_END): New macro.
4042         * intl/gettextP.h (struct sysdep_string_desc): New type.
4043         (struct loaded_domain): New fields malloced, n_sysdep_strings,
4044         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
4045         orig_tab, trans_tab, hash_tab to const pointers because they point
4046         into read-only memory.
4047         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
4048         (PRI*): Define fallback values.
4049         (get_sysdep_segment_value): New function.
4050         (_nl_load_domain): Distinguish major and minor revision parts. Add
4051         support for minor revision 1 with system dependent strings.
4052         (_nl_unload_domain): Also free the 'malloced' field.
4053         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
4054         now done in loadmsgcat.c. Add support for system dependent strings.
4055
4056 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4057
4058         * posix/bug-regex7.c: New file.
4059         * posix/bug-regex8.c: New file.
4060         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
4061
4062 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4063
4064         * posix/bug-regex4.c (main): Fix typos.
4065         * posix/bug-regex6.c (main): Likewise.
4066
4067 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
4068
4069         * posix/bug-regex6.c (main): Fix warnings.
4070
4071         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
4072
4073         * iconv/iconv_prog.c (main): Improve error message for the cases
4074         where -t and/or -f parameter are missing.
4075
4076 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
4077
4078         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
4079         (re_search): Likewise.
4080         (re_match_2): Likewise.
4081         (re_search_2): Likewise.
4082         (re_search_stub): New function.
4083         (re_search_2_stub): New function.
4084         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
4085
4086 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
4087
4088         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
4089         (re_string_eoi): Use STOP instead of LEN.
4090         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
4091         (re_string_construct): Likewise.
4092         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
4093         * posix/regexec.c (re_search_internal): Add a new argument STOP
4094         so that it can handle the argument STOP of re_search_2 and re_match_2
4095         correctly.
4096         (regexec): Adapt to new I/F of re_search_internal.
4097         (re_search_stub): Likewise.
4098
4099 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
4100
4101         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
4102
4103         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
4104
4105         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
4106         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
4107         of __divdi3.
4108
4109         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
4110         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
4111         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
4112         alias for adjtimex syscall.
4113
4114         * elf/dl-minimal.c: Define __assert_fail_internal.
4115         * assert/assert.c: Likewise.
4116         * include/assert.h: Define __assert_file macro if !SHARED and not
4117         NOT_IN_libc.
4118
4119         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
4120         programs.
4121         * locale/Makefile: Likewise.
4122         * nscd/Makefile: Likewise.
4123         * catgets/Makefile: Likewise.
4124
4125 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4126
4127         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
4128         compute current position.
4129
4130         * stdio-common/tst-fseek.c (main): Improve error messages.
4131
4132         * libio/tst-freopen.c (main): Remove unused variable.
4133
4134         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
4135         succesful seek call.  Simplify error checking.
4136
4137 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4138
4139         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
4140         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4141
4142 2002-07-19  Roland McGrath  <roland@frob.com>
4143
4144         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
4145         __libc_enable_secure is set.
4146
4147 2002-07-24  Roland McGrath  <roland@frob.com>
4148
4149         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
4150         This implementation supports only IPv4.
4151         * inet/ifaddrs.h: New file.
4152         * sysdeps/generic/ifaddrs.c: New file.
4153         * sysdeps/gnu/ifaddrs.c: New file.
4154         * inet/test-ifaddrs.c: New file.
4155         * inet/Makefile (routines): Add ifaddrs.
4156         (headers): Add ifaddrs.h here.
4157         (tests): Add test-ifaddrs.
4158         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
4159
4160         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
4161         socket call to get an AF_INET socket, instead of using __opensock.
4162         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
4163
4164         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
4165         if not -1 use it instead of calling __opensock.
4166         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
4167         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
4168         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
4169
4170         * sysdeps/mach/hurd/ifreq.h: New file.
4171         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
4172         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
4173         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
4174
4175         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
4176         which gets moved around.  Calculate size of mmap'd buffer instead.
4177
4178 2002-07-24  Philip Blundell  <philb@gnu.org>
4179
4180         * sysdeps/unix/arm/brk.S: Improve schedule.
4181         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
4182         efficient instruction.
4183         (__socket): Optimize return sequence.
4184
4185 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4186
4187         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
4188         sockets on old kernels.
4189
4190 2002-07-22  Philip Blundell  <philb@gnu.org>
4191
4192         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
4193         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4194         alias.
4195
4196 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4197
4198         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
4199         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
4200
4201         * locale/programs/locarchive.c (add_locale_to_archive): Correct
4202         test to detect duplicate locales.
4203
4204         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
4205         position would be before beginning of file.
4206         (_IO_file_seekoff_mmap): Likewise.
4207         * libio/Makefile (tests): Add bug-fseek.
4208         * libio/bug-fseek.c: New file.
4209
4210         * intl/explodename.c: Remove support for CEN-style locale variables.
4211         It was never used and shouldn't be since it's not portable.
4212         * intl/finddomain.c: Likewise.
4213         * intl/l10nflist.c: Likewise.
4214         * intl/loadinfo.h: Likewise.
4215         * locale/findlocale.c: Likewise.
4216
4217 2002-07-24  Roland McGrath  <roland@frob.com>
4218
4219         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
4220         position, calculate it to take into account an active pushback buffer.
4221
4222         * libio/Makefile (tests): Add bug-ungetc.
4223         * libio/bug-ungetc.c: New file.
4224
4225 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
4226
4227         * sysdeps/generic/libc-tls.c: New file.
4228         * csu/Makefile (routines): Add libc-tls.
4229         (static-only-routines): Add libc-tls.
4230         * elf/dl-support.c (_dl_phdr): New variable.
4231         (_dl_phnum): New variable.
4232         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
4233         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
4234         for !SHARED.  First look through auxiliary vector.  If TLS always
4235         call __pthread_initialize_minimal.
4236
4237         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
4238         in mmap call is never zero.
4239
4240 2002-07-23  Andreas Jaeger  <aj@suse.de>
4241
4242         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
4243         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
4244
4245 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
4246
4247         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
4248         creation and removal of the temp file.
4249
4250         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
4251         file creation.
4252         * test-skeleton.c (create_temp_file): New function.
4253
4254 2002-07-22  Andreas Jaeger  <aj@suse.de>
4255
4256         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
4257         local label.
4258
4259 2002-07-21  Roland McGrath  <roland@frob.com>
4260
4261         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4262         put -I../include before -I../stdlib so we get the right errno.h et al.
4263         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4264         (CFLAGS-wcstof.c): Likewise.
4265         (CFLAGS-wcstold.c): Likewise.
4266         (CFLAGS-wcstod_l.c): Likewise.
4267         (CFLAGS-wcstof_l.c): Likewise.
4268         (CFLAGS-wcstold_l.c): Likewise.
4269
4270 2002-07-19  Roland McGrath  <roland@frob.com>
4271
4272         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4273
4274 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4275
4276         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4277         __ASSUME_AT_XID is defined.
4278         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4279         for 2.4.1 and up.
4280         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4281         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
4282
4283         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
4284         (CFLAGS-wcstof.c): Likewise.
4285         (CFLAGS-wcstold.c): Likewise.
4286         (CFLAGS-wcstod_l.c): Likewise.
4287         (CFLAGS-wcstof_l.c): Likewise.
4288         (CFLAGS-wcstold_l.c): Likewise.
4289
4290 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
4291
4292         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
4293         __priority_which_t): Always typedef to int for C++.
4294
4295 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
4296
4297         * configure.in: Add test for __thread support in compiler.
4298         * config.h.in: Add HAVE___THREAD.
4299         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
4300         * include/sys/errno.h: Moved to...
4301         * stdlib/sys/errno.h: ...here.  New file.
4302         * stdlib/errno.h: New file.  Moved from...
4303         * include/errno.h: ...here.  Changed into an internal header defining
4304         libc-local things like __set_errno.
4305         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
4306         bits/errno.h.
4307         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
4308         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
4309         either.
4310         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
4311         from...
4312         (_dl_start_final): ...here.  Add code to initialize tls elements from
4313         bootstrap_map.
4314         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
4315         if USE_TLS && HAVE___THREAD.
4316         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
4317         * sysdeps/mach/hurd/bits/errno.h: Likewise.
4318         * sysdeps/standalone/arm/bits/errno.h: Likewise.
4319         * sysdeps/standalone/bits/errno.h: Likewise.
4320         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
4321         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
4322         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
4323         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
4324         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
4325         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
4326         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
4327         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
4328         use GL(dl_rtld_map), use map parameter.
4329         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4330         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
4331         USE_TLS && HAVE___THREAD.
4332         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
4333         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
4334         TLS code sequence.
4335         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4336
4337         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
4338         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
4339         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
4340         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4341         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4342         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4343
4344 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
4345
4346         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
4347         MS_INVALIDATE values.
4348
4349 2002-07-17  Andreas Schwab  <schwab@suse.de>
4350             Ulrich Drepper  <drepper@redhat.com>
4351
4352         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
4353         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4354         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4355         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4356
4357 2002-07-01  H.J. Lu  <hjl@gnu.org>
4358
4359         * elf/circleload1.c (load_dso): Call "circlemod1" and check
4360         return value.
4361
4362         * elf/circlemod1.c (circlemod1): Return int.
4363         * elf/circlemod2.c (circlemod2): Likewise.
4364         * elf/circlemod2a.c (circlemod2): Likewise.
4365         * elf/circlemod3.c (circlemod3): Likewise.
4366         (circlemod3a): A new function.
4367
4368 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4369
4370         * catgets/tst-catgets.c (main): Don't expect results for
4371         untranslated messages.
4372
4373         * glibcbug.in: Fix little typo.  Remove STDIO.
4374
4375         * config.h.in: Fail if __FAST_MATH__ is defined.
4376         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
4377         (CPPFLAGS-test-idouble.c): Likewise.
4378         (CPPFLAGS-test-ildouble.c): Likewise.
4379
4380 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4381
4382         * intl/tst-gettext.sh: Pass -f option to msgfmt.
4383         * intl/tst-gettext.c: Correctly handle untranslated messages in
4384         positive tests.
4385
4386         * po/de.po: Update from translation team.
4387
4388 2002-07-02  H.J. Lu  <hjl@gnu.org>
4389
4390         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
4391         use ll/sc.
4392         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
4393
4394         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
4395         to 2.4.0 for mips.
4396
4397 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4398
4399         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
4400         TLS fail if USE_TLS is not defined.
4401
4402         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
4403         and adjust state for seek position.  [PR libc/4070]
4404         * libio/Makefile (tests): Add bug-rewind.
4405         * libio/bug-rewind.c: New file.
4406
4407 2002-07-12  Philip Blundell  <philb@gnu.org>
4408
4409         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
4410         (__backtrace): Use it.
4411         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
4412
4413 2002-07-12  Philip Blundell  <philb@gnu.org>
4414
4415         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
4416         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
4417         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
4418         (elf_machine_rela): Remove unused variable.
4419
4420         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
4421         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
4422         define.
4423
4424 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
4425
4426         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
4427
4428 2002-07-14  Andreas Jaeger  <aj@suse.de>
4429
4430         * sysdeps/x86_64/bits/link.h: Add biarch support.
4431
4432 2002-07-13  Andreas Jaeger  <aj@suse.de>
4433
4434         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
4435         Use correct indices.
4436         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
4437
4438 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4439
4440         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
4441         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
4442         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
4443         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
4444         * sysdeps/s390/s390-32/bits/link.h: Remove.
4445         * sysdeps/s390/s390-64/bits/link.h: Remove.
4446         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
4447         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
4448         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
4449         * sysdeps/s390/bits/wordsize.h: New file.
4450         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
4451         elfclass.h.
4452         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
4453         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
4454         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
4455         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
4456         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
4457         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
4458         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
4459         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
4460         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
4461         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
4462         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
4463         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
4464         resource.h.
4465         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
4466         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
4467         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
4468         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
4469         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
4470         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
4471         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
4472         sigaction.h.
4473         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
4474         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
4475         siginfo.h.
4476         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
4477         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
4478         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
4479         socket.h.
4480         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
4481         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
4482         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
4483         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
4484         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
4485         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
4486         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
4487         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
4488         procfs.h.
4489         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
4490         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
4491         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
4492         ucontext.h.
4493         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
4494         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
4495
4496 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4497
4498         * Versions.def (libc): Add GLIBC_2.3.
4499         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
4500         * stdlib/canonicalize.c: Add compatibility version for realpath
4501         and make new code available in GLIBC_2.3.
4502
4503 2002-07-06  Bruno Haible  <bruno@clisp.org>
4504
4505         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
4506
4507 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4508
4509         * resolv/res_hconf.c (_res_hconf_init): Move code into new
4510         function do_init.  Use __libc_once.
4511         (do_init): New function.
4512
4513         * iconvdata/iso8859-11.h: Removed.
4514         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
4515         (distribute): Remove iso8859-11.h.
4516         * iconvdata/tst-tables.sh: Add ISO-8859-11.
4517
4518         * stdio-common/vfscanf.c (inchar): Restore errno from previous
4519         underflow operation if c == (W)EOF.
4520
4521 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4522
4523         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
4524         non-zero, adjust exponent.
4525         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
4526         Remove NO_LONG_DOUBLE aliases.
4527         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
4528         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
4529         (__log1pl): Raise divide by zero and invalid exceptions when needed.
4530         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
4531         1**y and -1**+-Inf.
4532         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
4533         Fix BITS_PER_MP_LIMB 32 extraction.
4534         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
4535         exceptions for qNaNs.
4536         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
4537         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
4538         Raise exceptions when needed.  Don't recurse unnecessarily.
4539         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
4540         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
4541         exceptions for qNaNs.
4542         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
4543         to fix *quo return value sign.
4544         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
4545         case -Inf argument.
4546         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
4547
4548 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4549
4550         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
4551         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
4552         -DNDEBUG.
4553
4554 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4555
4556         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
4557         the result.
4558
4559         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
4560         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
4561
4562         * Versions.def (libthread_db): Add GLIBC_2.3.
4563
4564 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
4565
4566         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
4567         new stream if possible.
4568         * libio/freopen64.c (freopen64): Likewise.
4569         * libio/Makefile (tests): Add tst-freopen.
4570         * libio/tst-freopen.c: New file.
4571
4572 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4573
4574         * libio/stdio.h (obstack_printf): Add format attribute.
4575         (obstack_vprintf): Likewise.
4576
4577 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4578
4579         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
4580         resp. 16 bytes on 32-bit resp. 64-bit platforms.
4581         (re_charset_t, re_string_t): Reorder structure members for 64-bit
4582         architectures.
4583
4584 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4585
4586         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
4587         (init_dfa): ...here.
4588
4589 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
4590
4591         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
4592         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
4593         nodes in parse trees.
4594         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
4595         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
4596         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
4597         nodes which can epsilon transit.
4598         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
4599         to IS_EPSILON_NODE macro.
4600         * posix/regexec.c (update_regs): New function to update registers
4601         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4602         (proceed_next_node): Use the entities of the nodes to determine
4603         whether the node can transit to.
4604         (set_regs): Use update_regs function to update registers.
4605
4606 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4607
4608         * posix/bug-regex4.c (main): Remove duplicate setlocale.
4609         * posix/bug-regex6.c: New file.
4610         * posix/Makefile (tests): Add bug-regex6.
4611         (bug-regex6-ENV): Set LOCPATH.
4612
4613 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4614
4615         * Versions.def [libpthread]: Add GLIBC_2.2.6.
4616         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4617
4618 2002-07-06  Bruno Haible  <bruno@clisp.org>
4619
4620         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4621
4622 2002-07-06  Bruno Haible  <bruno@clisp.org>
4623
4624         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4625         declarations.
4626
4627         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4628
4629         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4630
4631         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4632         not _UTSNAME_H.
4633         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4634
4635         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4636         * sysdeps/generic/bits/ustat.h: Likewise.
4637
4638         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4639
4640 2002-07-08  Andreas Jaeger  <aj@suse.de>
4641
4642         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4643
4644 2002-07-08  Andreas Jaeger  <aj@suse.de>
4645
4646         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4647
4648 2002-07-06  Andreas Jaeger  <aj@suse.de>
4649
4650         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4651         * sysdeps/x86_64/fpu/s_copysign.S: New file.
4652         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4653         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4654         * sysdeps/x86_64/fpu/s_finitel.S: New file.
4655         * sysdeps/x86_64/fpu/s_fmax.S: New file.
4656         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4657         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4658         * sysdeps/x86_64/fpu/s_fmin.S: New file.
4659         * sysdeps/x86_64/fpu/s_fminf.S: New file.
4660         * sysdeps/x86_64/fpu/s_fminl.S: New file.
4661
4662 2002-06-05  Brian Youmans <3diff@gnu.org>
4663
4664         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4665         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4666         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4667         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4668         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4669         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4670         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4671         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4672         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4673         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4674         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4675         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4676         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4677         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4678         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4679         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4680         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4681         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4682         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4683         * sysdeps/ia64/fpu/e_log.S: Likewise.
4684         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4685         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4686         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4687         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4688         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4689         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4690         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4691         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4692         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4693         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4694         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4695         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4696         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4697         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4698         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4699         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4700         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
4701         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4702         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
4703         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
4704         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4705         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4706         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4707         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4708         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4709         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4710         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4711         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4712         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4713         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4714         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4715         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4716         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4717         * sysdeps/ia64/fpu/s_modf.S: Likewise.
4718         * sysdeps/ia64/fpu/s_modff.S: Likewise.
4719         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4720         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4721         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4722         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4723         * sysdeps/ia64/fpu/s_rint.S: Likewise.
4724         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4725         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4726         * sysdeps/ia64/fpu/s_round.S: Likewise.
4727         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4728         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4729         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4730         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4731         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4732         * sysdeps/ia64/fpu/s_significand.S: Likewise.
4733         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4734         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4735         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4736         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4737         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4738         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4739         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4740         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4741         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
4742         reflect IBM donation of math library to FSF
4743         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4744         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4745         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4746         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4747         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4748         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4749         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4750         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4751         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4752         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4753         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4754         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4755         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4756         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4757         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4758         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4759         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4760         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4761         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4762         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4763         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4764         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4765         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
4766         * sysdeps/vax/__longjmp.c: Likewise.
4767         * sysdeps/vax/setjmp.c: Likewise.
4768         * libio/filedoalloc.c: Fixed BSD copying permission notice to
4769         remove advertising clause
4770         * sysdeps/vax/htonl.s: Likewise.
4771         * sysdeps/vax/htons.s: Likewise.
4772         * libio/wfiledoalloc.c: Likewise.
4773         * stdlib/random.c: Likewise.
4774         * stdlib/random_r.c: Likewise.
4775         * sysdeps/mach/sys/reboot.h: Likewise.
4776         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
4777         * sysdeps/posix/getaddrinfo.c: Likewise.
4778         * sunrpc/des_impl.c: Updated license permission notice to Lesser
4779         GPL and corrected pointer to point to the correct license.
4780
4781 2002-07-04  Andreas Jaeger  <aj@suse.de>
4782
4783         * scripts/config.guess: New upstream version.
4784         * scripts/config.sub: Likewise.
4785
4786 2002-07-02  Andreas Schwab  <schwab@suse.de>
4787
4788         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
4789         in parallel to bumping up the buffer pointer.
4790
4791 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4792
4793         * math/libm-test.inc (acos_test): Add missing L suffix for
4794         expected result.
4795         (cpow_test): Likewise.
4796         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
4797         error for acos (0.0625).
4798
4799 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4800
4801         * locale/iso-639.def: Add entry for Ganda.
4802         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
4803         definition.
4804         (address_finish): Handle entries with two letter ISO 639 code.
4805
4806         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
4807         directory if it existed before.
4808         * iconv/iconvconfig.c: Implement --prefix option.
4809
4810         * math/libm-test.inc (cexp_test): Add missing L suffix for
4811         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
4812         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
4813         1.25 i).
4814
4815 2002-05-29  H.J. Lu  <hjl@gnu.org>
4816
4817         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
4818         is turned on.
4819
4820 2002-05-28  H.J. Lu  <hjl@gnu.org>
4821
4822         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
4823         are not dlopened on the dependency list of a dlopened object.
4824
4825 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4826
4827         * elf/dl-lookup.c (add_dependency): It is not necessary to add
4828         dependencies if they are created between objects which are created
4829         while processing RTLD_NOW for objects loaded as part of the same
4830         dlopen call.
4831
4832 2002-06-14  H.J. Lu  <hjl@gnu.org>
4833
4834         * elf/Makefile (tests): Add circleload1.
4835         (modules-names): Add circlemod1, circlemod2, circlemod3,
4836         circlemod1a, circlemod2a and circlemod3a.
4837         ($(objpfx)circleload1): New target.
4838         ($(objpfx)circleload1.out): Likewise.
4839         ($(objpfx)circlemod1.so): Likewise.
4840         ($(objpfx)circlemod2.so): Likewise.
4841         ($(objpfx)circlemod1a.so): Likewise.
4842         ($(objpfx)circlemod2a.so): Likewise.
4843         * elf/circleload1.c: New file.
4844         * elf/circlemod1.c: New file.
4845         * elf/circlemod1a.c: New file.
4846         * elf/circlemod2.c: New file.
4847         * elf/circlemod2a.c: New file.
4848         * elf/circlemod3.c: New file.
4849         * elf/circlemod3a.c: New file.
4850
4851 2002-06-18  Amos Waterland  <apw@us.ibm.com>
4852
4853         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
4854         file descriptor.
4855         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
4856         add check for fd not open for writing.
4857
4858         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
4859         completed element(s) and do not suspend thread if so.  Patch
4860         heavily modified by drepper.
4861
4862         * rt/tst-aio7.c: New file.  Regression test for problems which the
4863         above three changes fix.
4864         * rt/Makefile (tests): Add tst-aio7.
4865
4866 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4867
4868         * rt/tst-aio6.c: Fix comment.
4869
4870         * catgets/gencat.c (read_input_file): Handle more than one slash
4871         at end of line correctly [PR libc/3926].
4872         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
4873
4874         * catgets/sample.SJIS: Add test case for above bug.
4875         * catgets/test-gencat.c: Adjust test code.
4876         * catgets/test-gencat.sh: Adjust expected results.
4877
4878         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
4879         to skip relative relocations.
4880         Patch by Geoff Keating <geoffk@redhat.com>.
4881
4882 2002-05-26  Bruno Haible  <bruno@clisp.org>
4883
4884         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
4885         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
4886         All callers changed.
4887         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
4888         STANDARD_FROM_LOOP_ERR_HANDLER.
4889         (utf8_internal_loop): Likewise.
4890         (ucs2_internal_loop): Likewise.
4891         (internal_ucs2_loop): Perform error handling like in
4892         STANDARD_FROM_LOOP_ERR_HANDLER.
4893         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
4894         in STANDARD_FROM_LOOP_ERR_HANDLER.
4895         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4896         handling.
4897         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
4898         in STANDARD_FROM_LOOP_ERR_HANDLER.
4899         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4900         handling.
4901         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
4902         in STANDARD_FROM_LOOP_ERR_HANDLER.
4903         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4904         handling.
4905         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
4906         STANDARD_FROM_LOOP_ERR_HANDLER.
4907         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
4908         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
4909         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
4910         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
4911         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
4912         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
4913         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
4914         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
4915         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
4916         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
4917         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
4918         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
4919         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
4920         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
4921         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
4922         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
4923         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
4924         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
4925         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
4926         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
4927         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
4928         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
4929         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
4930         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4931         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
4932         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
4933         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
4934         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
4935         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
4936         an error, still set result = __GCONV_ILLEGAL_INPUT.
4937         (BODY for TO_LOOP): Likewise.
4938         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
4939         STANDARD_FROM_LOOP_ERR_HANDLER.
4940         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4941         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
4942         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4943         handling.
4944         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4945         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
4946         STANDARD_FROM_LOOP_ERR_HANDLER.
4947         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4948         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
4949         STANDARD_FROM_LOOP_ERR_HANDLER.
4950         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4951         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
4952         STANDARD_FROM_LOOP_ERR_HANDLER.
4953         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4954         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
4955         STANDARD_FROM_LOOP_ERR_HANDLER.
4956         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4957         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
4958         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4959         handling.
4960         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4961         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
4962         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
4963         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
4964
4965 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4966
4967         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
4968         labels in assembler instructions.
4969
4970 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
4971
4972         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
4973         not enough content is available.
4974         * libio/tst-eof.c: New file.
4975         * libio/Makefile (tests): Add tst-eof.
4976
4977         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
4978         update atime.
4979         * libio/tst-atime.c: New file.
4980         * libio/Makefile (tests): Add tst-atime.
4981
4982         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
4983         handling of overly long words.
4984
4985 2002-06-25  Andreas Jaeger  <aj@suse.de>
4986
4987         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
4988         to not use 32-bit pc relative relocations.
4989         (elf_machine_dynamic): Likewise.
4990
4991 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4992
4993         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
4994         (__GETDENTS): Check for failed getdents64 syscall.
4995         * dirent/Makefile (tests): Add bug-readdir1.
4996         * dirent/bug-readdir1.c: New file.
4997
4998 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
4999
5000         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
5001         lookups.
5002         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
5003         code.  Print TLS modid and offset for modules containing PT_TLS
5004         segments.
5005
5006 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5007
5008         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5009         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5010         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5011         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5012
5013 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5014
5015         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
5016         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
5017         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
5018         * nss/getXXent_r.c (NEW, NEW1): Define.
5019         (NEW (REENTRANT_GETNAME)): Strong alias to
5020         INTERNAL (REENTRANT_GETNAME).
5021         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
5022
5023 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5024
5025         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
5026         (_IO_file_jumps_mmap): Use it.
5027         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
5028         * libio/libioP.h: Remove _IO_wdefault_setbuf and
5029         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
5030         prototype.
5031         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
5032         (_IO_wfile_jumps_mmap): Don't use it anymore.
5033         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
5034         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
5035         _IO_wdefault_setbuf.
5036         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
5037         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
5038         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
5039
5040 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
5041
5042         * libio/Makefile (tests): Add tst-mmap-setvbuf.
5043         * libio/tst-mmap-setvbuf.c: New test.
5044
5045 2002-06-21  Andreas Jaeger  <aj@suse.de>
5046
5047         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
5048
5049 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
5050
5051         * include/unistd.h (__fork_internal): Remove.
5052         (__fork): Don't define to __fork_internal.
5053         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
5054         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
5055         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
5056         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
5057         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
5058
5059 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5060
5061         * po/hr.po: New file.
5062
5063 2002-06-11  Wolfram Gloger  <wg@malloc.de>
5064
5065         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
5066         Reported by Michael Meissner <meissner@redhat.com>.
5067
5068 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5069
5070         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
5071         Patch by Hans Boehm <hans_boehm@hp.com>.
5072
5073 2002-06-20  Andreas Jaeger  <aj@suse.de>
5074
5075         * math/libm-test.inc: Use exact values as input parameters,
5076         compute output parameters with 36 digits for 128-bit long doubles.
5077         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
5078         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
5079         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
5080
5081 2002-06-13  Stephen L Moshier  <steve@moshier.net>
5082
5083         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
5084         argument or result is subnormal.
5085
5086 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
5087
5088         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
5089         quotient.
5090         * sysdeps/i386/fpu/s_remquof.S: Likewise.
5091         * sysdeps/i386/fpu/s_remquol.S: Likewise.
5092
5093         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
5094
5095 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
5096
5097         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
5098         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
5099         Reported by Peter A. Buhr.
5100
5101 2002-06-15  Roland McGrath  <roland@frob.com>
5102
5103         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
5104         warning.
5105
5106         * sysdeps/mach/hurd/getcwd.c
5107         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
5108
5109         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
5110         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
5111
5112         * sysdeps/alpha/divrem.h: Use local label instead of global one for
5113         jump to local subroutine.
5114
5115 2002-06-14  Roland McGrath  <roland@frob.com>
5116
5117         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
5118         * sysdeps/mach/hurd/Makeconfig: ... here.
5119
5120 2002-06-13  Andreas Schwab  <schwab@suse.de>
5121
5122         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
5123         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5124         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5125
5126 2002-06-13  Roland McGrath  <roland@frob.com>
5127
5128         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
5129         * hurd/hurdstartup.c (_hurd_startup): Likewise.
5130         Use intptr_t instead of int for argc in stack layout.
5131         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
5132         (_dl_init_first): Likewise.
5133         (_hurd_stack_setup): Likewise.
5134         (init1): Add a cast.
5135         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
5136
5137         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
5138         argument to pfinet_siocgifconf RPC.
5139
5140 2002-06-13  Andreas Schwab  <schwab@suse.de>
5141
5142         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
5143         expansion order.
5144
5145 2002-06-12  Roland McGrath  <roland@frob.com>
5146
5147         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
5148         if already defined.
5149         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
5150         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
5151
5152 2002-06-11  Roland McGrath  <roland@frob.com>
5153
5154         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
5155         file on [!RTLD_STAT64].
5156         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5157
5158         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
5159         (__fdopen): Use INTUSE.
5160         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
5161
5162         * stdio-common/tmpfile64.c: File removed.
5163         * sysdeps/generic/tmpfile64.c: New file.
5164         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
5165         if not already defined.
5166         (tmpfile): Use it in place of __GT_FILE.
5167
5168         * include/unistd.h: Declare __chown_internal.
5169
5170         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
5171         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
5172
5173 2002-06-09  Roland McGrath  <roland@frob.com>
5174
5175         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
5176         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
5177         value of HURD_INTERFACE_VERSION >= 20020609.
5178         * sysdeps/mach/hurd/configure: Regenerated.
5179         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
5180         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
5181         convert a struct stat64 into a struct stat and return 0 or -1
5182         with errno set to EOVERFLOW.
5183         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
5184         for struct statfs64 to struct statfs.
5185         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
5186         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
5187         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
5188         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
5189         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
5190         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
5191         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
5192         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
5193         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
5194         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
5195         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
5196         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
5197         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
5198         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
5199         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
5200         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
5201         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
5202         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
5203         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
5204         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
5205         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
5206         Use struct stat64 for io_stat argument.
5207         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
5208         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
5209         to io_seek.
5210         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
5211         * hurd/fd-write.c (_hurd_fd_write): Likewise.
5212         * hurd/hurd/fd.h: Update decls.
5213         * sysdeps/mach/hurd/getcwd.c
5214         (_hurd_canonicalize_directory_name_internal): Use ino64_t
5215         and struct dirent64.
5216         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
5217         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
5218         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
5219         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
5220
5221 2002-06-08  Roland McGrath  <roland@frob.com>
5222
5223         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
5224         instead of unsigned long int for __allocation and __size members.
5225
5226 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5227
5228         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5229         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5230         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5231         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5232
5233 2002-06-07  Roland McGrath  <roland@frob.com>
5234
5235         * sysdeps/mach/hurd/bits/environments.h: File removed.
5236
5237 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5238
5239         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
5240         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
5241         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
5242         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
5243         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
5244         (sendfile64): Likewise.
5245         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
5246         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
5247         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
5248         Likewise.
5249         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
5250
5251         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
5252         already defined.
5253
5254 2002-06-04  Bruno Haible  <bruno@clisp.org>
5255
5256         * sysdeps/cris/stackinfo.h: New file.
5257
5258         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
5259         to an integer type before performing bit operations on it.
5260
5261 2002-06-05  Roland McGrath  <roland@frob.com>
5262
5263         * sysdeps/generic/sendfile.c: Include <errno.h>.
5264         * sysdeps/generic/sendfile64.c: Likewise.
5265
5266         * io/Makefile (routines): Add sendfile and sendfile64.
5267         (headers): Add sys/sendfile.h to the list.
5268         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5269         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5270         * io/sys/sendfile.h: ... here.
5271         * sysdeps/generic/sendfile.c: New file.
5272         * sysdeps/generic/sendfile64.c: New file.
5273
5274         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5275         Move sendfile, sendfile64 to ...
5276         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5277         * sysdeps/mach/hurd/sendfile.c: New file.
5278         * sysdeps/mach/hurd/sendfile64.c: New file.
5279
5280         * sysdeps/mach/nanosleep.c: New file.
5281
5282 2002-06-04  Roland McGrath  <roland@frob.com>
5283
5284         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
5285         * sysdeps/alpha/elf/configure: New file (generated).
5286
5287 2002-06-02  Roland McGrath  <roland@frob.com>
5288
5289         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
5290
5291 2002-06-01  Roland McGrath  <roland@frob.com>
5292
5293         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
5294         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
5295
5296 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5297
5298         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
5299         Add nsmap.
5300         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
5301         Remove nstimes setting.
5302         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
5303         * resolv/res_send.c (res_nsend): Don't close unconditionally if
5304         there is mix of IPv6 and IPv4 nameservers.
5305         Use nsmap array to find free slots and preserve nameserver ordering.
5306         Fix RES_ROTATE.
5307
5308 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5309
5310         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
5311         use this header with LFS.
5312
5313         * po/sk.po: Update from translation team.
5314
5315 2002-05-28  Andreas Schwab  <schwab@suse.de>
5316
5317         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
5318         message when finding object of wrong class.
5319
5320 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
5321
5322         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
5323         Patch by <radu@netsoft.ro>.
5324
5325 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5326
5327         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
5328         Add readahead.
5329         * sysdeps/unix/sysv/linux/readahead.c: New file.
5330         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
5331         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
5332         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
5333         Add sendfile64 alias to sendfile syscall.
5334         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5335         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5336         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5337         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
5338         syscall.
5339
5340         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
5341         special section for PIC register loading.
5342         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5343
5344         * config.h.in: Define HAVE_HIDDEN.
5345         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
5346
5347         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
5348
5349 2002-05-28  Roland McGrath  <roland@frob.com>
5350
5351         * sysdeps/mach/alpha/setfpucw.c: New file.
5352
5353 2002-05-26  Roland McGrath  <roland@frob.com>
5354
5355         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
5356         Use integer_t instead of int for IOC_VOID case.
5357
5358 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
5359
5360         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
5361
5362 2002-05-26  Bruno Haible  <bruno@clisp.org>
5363
5364         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
5365         end of the ISO-8859-7 from idx table.
5366
5367 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
5368
5369         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
5370
5371 2002-05-24  David S. Miller  <davem@redhat.com>
5372
5373         * string/bits/string2.h (memset): Do not try to optimize when
5374         not _STRING_ARCH_unaligned if GCC will do the right thing.
5375
5376 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
5377
5378         * posix/regex.c: Define `inline' as a macro into nothing for the
5379         compilers which lack the keyword.
5380         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
5381         for the compatibility of gawk.
5382         * posix/regcomp.c: Add fake implementation of isblank() for the
5383         environments which lack the function.
5384         Don't use free_charset() in case of non-i18n envs.
5385         (build_range_exp): Don't use i18n related code in case of non-i18n
5386         envs.
5387         (build_collating_symbol): Likewise.
5388         (build_equiv_class): Likewise.
5389         (build_charclass): Likewise.
5390         (re_compile_fastmap_iter): Likewise.
5391         (parse_bracket_exp): Likewise.
5392         (build_word_op): Likewise.
5393         (regfree): Don't use free_charset() in case of non-i18n envs.
5394         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
5395         re_token_type_t in case of non-i18n envs.
5396         Don't define re_charset_t in case of non-i18n envs.
5397         Change the type of wcs of re_string_t from wchar_t to wint_t,
5398         since we store also WEOF.
5399         * posix/regex_internal.c: (re_string_realloc_buffers): Change
5400         the type of wcs of re_string_t from wchar_t to wint_t.
5401         (re_string_reconstruct): Likewise.
5402         (create_ci_newstate): Don't use i18n related code in case of
5403         non-i18n envs.
5404         (create_cd_newstate): Likewise.
5405
5406 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
5407
5408         * iconv/loop.c: Fix typo.
5409
5410 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
5411
5412         * inet/ether_line.c (ether_line): Fix a typo causing only
5413         lower 4 bits of each ethernet address byte being assigned.
5414         Don't modify what line points to.
5415         * inet/tst-ether_aton.c (main): Add ether_line tests.
5416
5417 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
5418
5419         * manual/filesys.texi: Don't make readlink example leak memory
5420         when readlink fails.
5421
5422 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
5423
5424         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
5425         some more security checks.
5426
5427 2002-05-17  David S. Miller  <davem@redhat.com>
5428
5429         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
5430
5431 2002-05-16  David S. Miller  <davem@redhat.com>
5432
5433         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
5434         (elf_machine_dynamic): Use it to force PIC register to be loaded.
5435         (elf_machine_load_address): Likewise.
5436         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
5437
5438         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
5439         is unaligned, do not forget to fully initialize %g1 magic value.
5440
5441         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
5442         register definitions and provide 32-bit variants of structures
5443         during 64-bit builds.
5444
5445         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
5446         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
5447         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
5448         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
5449         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
5450         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
5451         Do not clear implicit one bit here, it must be done post-rounding.
5452         Only pad to the left using left shift if value uses less than the
5453         available fractional bits.
5454
5455 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5456
5457         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
5458         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
5459         (shared-only-routines): Likewise.
5460         * sysdeps/powerpc/libgcc-compat.c: New file.
5461         * sysdeps/wordsize-32/cmpdi2.c: Removed.
5462         * sysdeps/wordsize-32/fixdfdi.c: Removed.
5463         * sysdeps/wordsize-32/fixsfdi.c: Removed.
5464         * sysdeps/wordsize-32/shdi3.c: Removed.
5465
5466 2002-05-16  Bruno Haible  <bruno@clisp.org>
5467
5468         * MakeTAGS (libc.pot): Don't sort the output.
5469         * po/header.pot: Update to match xgettext 0.11 output.
5470
5471 2002-05-16  Bruno Haible  <bruno@clisp.org>
5472
5473         * MakeTAGS (subdirs): Remove duplicates.
5474
5475 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5476
5477         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
5478         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
5479         alias.
5480
5481 2002-05-19  Andreas Jaeger  <aj@suse.de>
5482
5483         * sysdeps/unix/sysv/linux/configure.in: Warn against an
5484         installation in /usr/local.
5485
5486 2002-05-16  Bruno Haible  <bruno@clisp.org>
5487
5488         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
5489         string as argument of #error.
5490
5491 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
5492
5493         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
5494         don't define static.  Remove old __realpath function.  TC1 of
5495         POSIX 2001 will allow the second parameter to be NULL.
5496         * stdlib/test-canon.c: Comment out test for NULL as second
5497         parameter of realpath.
5498
5499         * time/offtime.c (__offtime): Set errno if overflow is detected.
5500
5501         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
5502         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
5503         dl-brk and dl-sbrk.
5504
5505         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
5506         (fdimf): Likewise.
5507
5508 2002-05-15  Roland McGrath  <roland@frob.com>
5509
5510         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
5511
5512 2002-05-12  Bruno Haible  <bruno@clisp.org>
5513
5514         * iconvdata/testdata/EUC-JISX0213: New file.
5515         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
5516         * iconvdata/testdata/SHIFT_JISX0213: New file.
5517         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
5518         * iconvdata/testdata/ISO-2022-JP-3: New file.
5519         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
5520         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
5521         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
5522         contains comments indicating precomposed characters.
5523
5524 2002-04-21  Bruno Haible  <bruno@clisp.org>
5525
5526         * iconvdata/iso-2022-jp-3.c: New file.
5527         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
5528         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
5529         (LDFLAGS-ISO-2022-JP-3.so): New variable.
5530         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
5531         (distribute): Add iso-2022-jp-3.c.
5532
5533 2002-05-12  Bruno Haible  <bruno@clisp.org>
5534
5535         * iconvdata/tst-table-to.c (main): Restore handling of
5536         transliterations, broken by last patch.
5537
5538 2002-05-12  Bruno Haible  <bruno@clisp.org>
5539
5540         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
5541
5542 2002-05-12  Bruno Haible  <bruno@clisp.org>
5543
5544         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
5545         when there is not enough room in the output buffer.
5546         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5547
5548 2002-04-20  Bruno Haible  <bruno@clisp.org>
5549
5550         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
5551         macros.
5552         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5553         Also make this macro work if FROM_DIRECTION evaluates to 0.
5554         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5555         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
5556         of consume_incomplete.
5557         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5558         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
5559         4, not 8.
5560         * iconvdata/cp1258.c: Likewise.
5561         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5562         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
5563         not 2.
5564         * iconvdata/ibm933.c: Likewise.
5565         * iconvdata/ibm935.c: Likewise.
5566         * iconvdata/ibm937.c: Likewise.
5567         * iconvdata/ibm939.c: Likewise.
5568         * iconvdata/iso-2022-cn.c: Define
5569         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5570         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
5571         * iconvdata/iso-2022-cn-ext.c: Likewise.
5572         * iconvdata/iso-2022-jp.c: Define
5573         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5574         {MIN,MAX}_NEEDED_{FROM,TO}.
5575         * iconvdata/tcvn5712-1.c: Define
5576         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5577         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
5578         * iconvdata/euc-jisx0213.c: Define
5579         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5580         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
5581         * iconvdata/shift_jisx0213.c: Likewise.
5582
5583 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5584
5585         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
5586         shdi3, fixdfdi, fixsfdi in csu dir.
5587         (shared-only-routines): Likewise.
5588         * sysdeps/wordsize-32/cmpdi2.c: New file.
5589         * sysdeps/wordsize-32/shdi3.c: New file.
5590         * sysdeps/wordsize-32/fixdfdi.c: New file.
5591         * sysdeps/wordsize-32/fixsfdi.c: New file.
5592         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
5593         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
5594         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
5595
5596         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
5597         Only use va_arg if the argument will be used [PR libc/3259].
5598
5599 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
5600
5601         * catgets/catgets.c (catopen): Free buffer if internal catalog
5602         open fails.
5603
5604 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5605
5606         * debug/xtrace.sh: Make more robust.  For realtime tracking use
5607         non-buffering methods.
5608         * debug/pcprofiledump.c: Implement -u option.
5609         Patch by Roger Luethi <rl@hellgate.ch>.
5610
5611 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
5612
5613         * include/netinet/in.h (bindresvport_internal): Add prototype.
5614         * include/rpc/auth.h  (authunix_create_internal,
5615         authunix_create_default_internal, authnone_create_internal,
5616         authdes_pk_create_internal): Add prototypes.
5617         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5618         clntudp_create_internal, clntudp_bufcreate_internal,
5619         clntunix_create_internal): Add prototypes.
5620         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5621         svc_getreq_internal, svc_getreq_common_internal,
5622         svc_getreqset_internal, svc_getreq_poll_internal,
5623         svc_register_internal, svc_unregister_internal,
5624         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5625         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5626         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5627         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5628         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5629         * inet/rcmd.c (rcmd_af): Use __listen.
5630         (rresvport_af): Use __bind.
5631         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5632         authunix_create, authunix_create_default, authnone_create,
5633         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5634         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5635         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5636         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5637         _authenticate, add INTDEF after such function definitions.
5638         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5639         __setsockopt, __getsockname instead of non-__ variants.
5640         * sunrpc/pmap_rmt.c: Likewise.
5641         * sunrpc/rtime.c: Likewise.
5642         * sunrpc/svc_udp.c: Likewise.
5643         * sunrpc/clnt_unix.c: Likewise.
5644         * sunrpc/svc_unix.c: Likewise.
5645         * sunrpc/bindrsvprt.c: Likewise.
5646         * sunrpc/svc_tcp.c: Likewise.
5647         * sunrpc/auth_none.c: Likewise.
5648         * sunrpc/clnt_raw.c: Likewise.
5649         * sunrpc/clnt_tcp.c: Likewise.
5650         * sunrpc/auth_unix.c: Likewise.
5651         * sunrpc/key_call.c: Likewise.
5652         * sunrpc/clnt_gen.c: Likewise.
5653         * sunrpc/pm_getmaps.c: Likewise.
5654         * sunrpc/clnt_simp.c: Likewise.
5655         * sunrpc/pmap_clnt.c: Likewise.
5656         * sunrpc/svc_run.c: Likewise.
5657         * sunrpc/svc.c: Likewise.
5658         * sunrpc/svc_simple.c: Likewise.
5659         * sunrpc/pm_getport.c: Likewise.
5660         * sunrpc/auth_des.c: Likewise.
5661         * sunrpc/svc_auth.c: Likewise.
5662         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5663         __register_frame_info_table_bases, __deregister_frame_info_bases):
5664         Add INTDEF.
5665         (__register_frame_info_bases_internal,
5666         __register_frame_info_table_bases_internal,
5667         __deregister_frame_info_bases_internal): Add prototypes.
5668         (__register_frame_info, __register_frame): Use INTUSE in call to
5669         __register_frame_info_bases.
5670         (__register_frame_info_table): Similarly.
5671         (__deregister_frame_info, __deregister_frame): Similarly.
5672         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5673         sendto as weak alias.
5674         * sysdeps/mach/hurd/sendto.c: Likewise.
5675         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5676         recvfrom as weak alias.
5677         * sysdeps/mach/hurd/recvfrom.c: Likewise.
5678         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5679         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5680         recvmsg as weak alias.
5681         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5682         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5683         sendmsg as weak alias.
5684         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5685         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5686         setsockopt, add setsockopt as weak alias.
5687         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5688         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5689         weak alias.
5690         * sysdeps/mach/hurd/bind.c: Likewise.
5691         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
5692         as weak alias.
5693         * sysdeps/mach/hurd/listen.c: Likewise.
5694         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
5695         getsockname, add getsockname as weak alias.
5696         * sysdeps/mach/hurd/getsockname.c: Likewise.
5697         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
5698         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
5699         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
5700         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
5701         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
5702         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
5703         Add aliases.
5704         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5705         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5706         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5707         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5708         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
5709         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
5710         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
5711         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
5712         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
5713         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
5714         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
5715         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
5716
5717 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5718
5719         * locale/programs/localedef.h (show_archive_content): Add verbose
5720         argument.
5721         * locale/programs/localedef.c (main): Adjust caller.
5722         * locale/programs/locarchive.c (struct nameent, struct dataent): New
5723         types.
5724         (nameentcmp, dataentcmp): New functions.
5725         (xstrcmp): Remove.
5726         (show_archive_content): Print verbose listing with --list-archive -v.
5727
5728 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5729
5730         * locale/programs/locarchive.c (open_archive): Take extra argument
5731         readonly.  If true open file with O_RDONLY and don't create the
5732         archive if it doesn't exist.
5733         Adapt all callers.
5734         (close_archive): Don't do anything if fd element is -1.
5735         * locale/programs/localedef.h (open_archive): Adjust prototype.
5736         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
5737         call.
5738
5739         * malloc/malloc.c (__posix_memalign): Correct check for size of
5740         alignment value [PR libc/3444].
5741
5742         * include/stdio.h: Remove references to old stdio implementation.
5743
5744         * libio/Makefile (bug-ungetwc2-ENV): Define.
5745
5746 2002-05-13  Roland McGrath  <roland@frob.com>
5747
5748         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
5749
5750         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
5751
5752 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
5753
5754         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5755         Allocate three, not two, more than LEN when appending '/.'.
5756         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
5757         if NAME ends with '/.' if it is shorter than 2 chars.
5758
5759 2002-05-12  Roland McGrath  <roland@frob.com>
5760
5761         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
5762         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
5763
5764         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
5765         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
5766
5767 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5768
5769         * sysdeps/ia64/Makefile: Remove extra endif.
5770         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
5771
5772 2002-05-10  Andreas Schwab  <schwab@suse.de>
5773
5774         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
5775
5776 2002-05-09  Andreas Jaeger  <aj@suse.de>
5777
5778         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
5779         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
5780         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
5781
5782         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
5783         * sysdeps/wordsize-64/glob.c: ...here.
5784         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
5785         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
5786         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
5787
5788 2002-05-08  Roland McGrath  <roland@frob.com>
5789
5790         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
5791         O_NOTRANS flag in "." lookup.
5792
5793 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
5794
5795         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
5796
5797 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
5798
5799         * locale/duplocale.c (__duplocale): Update special members only
5800         when allocation succeeded.
5801
5802 2002-05-03  Roland McGrath  <roland@frob.com>
5803
5804         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
5805         we can only build libc.so.0.3(GLIBC_2.2.6) now.
5806
5807 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
5808
5809         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
5810         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
5811         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
5812         * sysdeps/ia64/ia64libgcc.S: New file.
5813
5814 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
5815
5816         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
5817
5818         * malloc/memusage.c: Distinguish anonymous mmap.
5819
5820 2002-05-01  Roland McGrath  <roland@frob.com>
5821
5822         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
5823         and use INTDEF on it.
5824         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
5825
5826         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
5827
5828         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
5829
5830 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
5831
5832         * malloc/memusage.c: Add support for tracking mmap & friends.
5833         * malloc/memusage.sh: Implement -m/--mmap option.
5834
5835 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5836
5837         * locale/programs/locarchive.c (create_archive): Add archivefname
5838         argument, create fname from it.
5839         (enlarge_archive): Honour output_prefix.
5840         (open_archive): Likewise.
5841
5842 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5843
5844         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
5845         too many stpcpy macros.
5846
5847 2002-04-26  Bruno Haible  <bruno@clisp.org>
5848
5849         * locale/programs/ld-collate.c (collate_read): Cast first argument
5850         for "%.*s" to int.
5851
5852 2002-04-26  Bruno Haible  <bruno@clisp.org>
5853
5854         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
5855         __dcngettext_internal): New declarations.
5856         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
5857         attribute declarations.
5858
5859 2002-04-30  Roland McGrath  <roland@frob.com>
5860
5861         Removed old GNU stdio implementation; GNU libio is now the only option.
5862         * configure.in: Removed --enable-libio option and @stdio@ subst var.
5863         Define USE_IN_LIBIO unconditionally.
5864         * configure: Regenerated.
5865         * Makeconfig (stdio): Set to libio by default.
5866         * config.make.in (stdio): Variable removed.
5867         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
5868         * sysdeps/unix/sysv/linux/configure: Regenerated.
5869         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
5870         * sysdeps/mach/hurd/configure: Regenerated.
5871         * stdio/.cvsignore: File removed.
5872         * stdio/Makefile: File removed.
5873         * stdio/Versions: File removed.
5874         * stdio/__fbufsize.c: File removed.
5875         * stdio/__flbf.c: File removed.
5876         * stdio/__fpending.c: File removed.
5877         * stdio/__fpurge.c: File removed.
5878         * stdio/__freadable.c: File removed.
5879         * stdio/__freading.c: File removed.
5880         * stdio/__fsetlocking.c: File removed.
5881         * stdio/__fwritable.c: File removed.
5882         * stdio/__fwriting.c: File removed.
5883         * stdio/clearerr.c: File removed.
5884         * stdio/fclose.c: File removed.
5885         * stdio/fcloseall.c: File removed.
5886         * stdio/feof.c: File removed.
5887         * stdio/ferror.c: File removed.
5888         * stdio/fflush.c: File removed.
5889         * stdio/fgetc.c: File removed.
5890         * stdio/fgetpos.c: File removed.
5891         * stdio/fgets.c: File removed.
5892         * stdio/fileno.c: File removed.
5893         * stdio/fmemopen.c: File removed.
5894         * stdio/fopen.c: File removed.
5895         * stdio/fopncook.c: File removed.
5896         * stdio/fputc.c: File removed.
5897         * stdio/fputs.c: File removed.
5898         * stdio/fread.c: File removed.
5899         * stdio/freopen.c: File removed.
5900         * stdio/fseek.c: File removed.
5901         * stdio/fsetpos.c: File removed.
5902         * stdio/ftell.c: File removed.
5903         * stdio/fwrite.c: File removed.
5904         * stdio/getc.c: File removed.
5905         * stdio/getchar.c: File removed.
5906         * stdio/getdelim.c: File removed.
5907         * stdio/gets.c: File removed.
5908         * stdio/glue.c: File removed.
5909         * stdio/internals.c: File removed.
5910         * stdio/linewrap.c: File removed.
5911         * stdio/linewrap.h: File removed.
5912         * stdio/memstream.c: File removed.
5913         * stdio/newstream.c: File removed.
5914         * stdio/obstream.c: File removed.
5915         * stdio/putc.c: File removed.
5916         * stdio/putchar.c: File removed.
5917         * stdio/puts.c: File removed.
5918         * stdio/rewind.c: File removed.
5919         * stdio/setbuf.c: File removed.
5920         * stdio/setbuffer.c: File removed.
5921         * stdio/setlinebuf.c: File removed.
5922         * stdio/setvbuf.c: File removed.
5923         * stdio/stdio.h: File removed.
5924         * stdio/ungetc.c: File removed.
5925         * stdio/vasprintf.c: File removed.
5926         * stdio/vscanf.c: File removed.
5927         * stdio/vsnprintf.c: File removed.
5928         * stdio/vsprintf.c: File removed.
5929         * stdio/vsscanf.c: File removed.
5930         * sysdeps/generic/defs.c: File removed.
5931         * sysdeps/generic/fdopen.c: File removed.
5932         * sysdeps/generic/pipestream.c: File removed.
5933         * sysdeps/generic/stdio_init.c: File removed.
5934         * sysdeps/generic/sysd-stdio.c: File removed.
5935         * sysdeps/generic/vdprintf.c: File removed.
5936         * sysdeps/mach/hurd/defs.c: File removed.
5937         * sysdeps/mach/hurd/fdopen.c: File removed.
5938         * sysdeps/mach/hurd/pipestream.c: File removed.
5939         * sysdeps/mach/hurd/stdio_init.c: File removed.
5940         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
5941         * sysdeps/mach/hurd/vdprintf.c: File removed.
5942         * sysdeps/posix/defs.c: File removed.
5943         * sysdeps/posix/fdopen.c: File removed.
5944         * sysdeps/posix/pipestream.c: File removed.
5945         * sysdeps/posix/stdio_init.c: File removed.
5946         * sysdeps/posix/vdprintf.c: File removed.
5947         * sysdeps/unix/pipestream.c: File removed.
5948         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
5949         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
5950         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
5951
5952 2002-04-29  Roland McGrath  <roland@frob.com>
5953
5954         * include/libc-symbols.h (link_warning): Use `unused' attribute.
5955
5956 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
5957
5958         * sysdeps/generic/tls.h: Describe what must be defined.
5959
5960         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
5961         glob_in_dir [PR libc/3385].
5962         * posix/globtest.sh: Add test case.
5963
5964         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
5965         //TRANSLIT twice.
5966
5967 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
5968
5969         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
5970         _internal symbol handling.
5971         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5972
5973 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5974
5975         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
5976         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
5977
5978 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
5979
5980         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
5981         not _LIBC and RE_ENABLE_I18N.
5982         (build_range_exp): Implement for not _LIBC.
5983         (build_collating_symbol): Likewise.
5984         (parse_bracket_exp): Unify redundant error handlings.
5985         Don't erase mbcset for non matching list in multibyte envs.
5986         (build_word_op): Add '_' to matching list for \w operator.
5987         * posix/regex_internal.c (re_string_construct): Invoke
5988         build_upper_buffer in case of not RE_ENABLE_I18N.
5989         (re_string_reconstruct): Don't touch cur_state in case of not
5990         RE_ENABLE_I18N.
5991         * posix/regex_internal.h (attribute_hidden): New macro in case of
5992         not _LIBC.
5993         (re_charset_t): Define range_starts/ends in case of not _LIBC.
5994         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
5995         RE_ENABLE_I18N.
5996         (transit_state_mb): Likewise.
5997         (check_node_accept_bytes): Implement the code evaluating range
5998         expression in case of not _LIBC.
5999         (find_collation_sequence_value): Hide in case of not _LIBC.
6000
6001 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
6002
6003         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
6004         i386/semctl.c.
6005         (__old_semctl, __new_semctl): Only use va_arg if the argument will
6006         be used.
6007
6008 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6009
6010         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
6011
6012         * sysdeps/ia64/strncpy.S: Fix recovery code.
6013         Patch by David Mosberger <davidm@hpl.hp.com>.
6014
6015 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6016
6017         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
6018         GLIBC_2.2.6.
6019
6020 2002-04-14  Bruno Haible  <bruno@clisp.org>
6021
6022         * posix/regex.c (re_max_failures): Add back symbol for binary
6023         compatibility.
6024
6025 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
6026
6027         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
6028         of buffer building functions.
6029         * posix/regex_internal.c (re_string_allocate): New function.
6030         (re_string_realloc_buffers): New function.
6031         (re_string_skip_chars): New function.
6032         (re_string_reconstruct): New function.
6033         (re_string_construct): Adapt it to new interface of buffer building
6034         functions.
6035         (re_string_construct_common): Likewise.
6036         (build_wcs_buffer): Likewise.
6037         (build_wcs_upper_buffer): Likewise.
6038         (build_upper_buffer): Likewise.
6039         (re_string_translate_buffer): Likewise.
6040         (re_string_context_at): Adapt it to variable length buffers.
6041         * posix/regex_internal.h (re_string_t): Add new fields to handle
6042         variable length buffers.
6043         (re_match_context_t): Likewise.
6044         * posix/regexec.c (re_search_internal): Adapt it to new interface
6045         of re_string_t and re_match_context_t.
6046         (acquire_init_state_context): Likewise.
6047         (check_matching): Likewise.
6048         (check_halt_state_context): Likewise.
6049         (proceed_next_node): Likewise.
6050         (set_regs): Likewise.
6051         (sift_states_backward): Likewise.
6052         (clean_state_log_if_need): Likewise.
6053         (sift_states_iter_mb): Likewise.
6054         (sift_states_iter_bkref): Likewise.
6055         (add_epsilon_backreference): Likewise.
6056         (transit_state): Likewise.
6057         (transit_state_sb): Likewise.
6058         (transit_state_mb): Likewise.
6059         (transit_state_bkref): Likewise.
6060         (transit_state_bkref_loop): Likewise.
6061         (check_node_accept): Likewise.
6062         (match_ctx_init): Likewise.
6063         (extend_buffers): New function.
6064
6065 2002-04-21  Bruno Haible  <bruno@clisp.org>
6066
6067         * iconvdata/tst-table.sh: For the second check, use the truncated
6068         GB18030 charmap table, like for the first check.
6069
6070 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6071
6072         * elf/dl-load.c (open_verify): Correct __lseek parameters.
6073         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
6074
6075 2002-04-23  H.J. Lu  <hjl@gnu.org>
6076
6077         * include/math.h (isfinite): Fix a typo.
6078
6079 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6080
6081         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
6082         which is created by the test suite.
6083
6084 2002-04-20  Bruno Haible  <bruno@clisp.org>
6085
6086         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
6087         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
6088
6089 2002-04-20  Bruno Haible  <bruno@clisp.org>
6090
6091         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
6092         to avoid gcc warning.
6093
6094 2002-04-20  Bruno Haible  <bruno@clisp.org>
6095
6096         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
6097         of data->__statep->__count.
6098
6099 2002-04-20  Bruno Haible  <bruno@clisp.org>
6100
6101         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
6102         tag characters.
6103         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
6104
6105 2002-04-24  Roland McGrath  <roland@frob.com>
6106
6107         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
6108         use END macro instead of our own .end directive.
6109         Use `callsys' insn mnemonic instead of `call_pal'.
6110
6111         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
6112
6113         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
6114         macro; we need this for Hurd.
6115
6116         Log entry was missing for 2002/03/24 commit of rev 1.8,
6117         goes with 2002-03-17 changes.
6118         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
6119         (sysdep_routines): Append ioperm here.
6120         (sysdep_headers): Append sys/io.h here.
6121
6122 2002-04-23  Roland McGrath  <roland@frob.com>
6123
6124         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
6125         * sysdeps/mach/hurd/sendto.c: Likewise.
6126         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
6127         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
6128         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
6129
6130 2002-04-22  Roland McGrath  <roland@frob.com>
6131
6132         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
6133         failure from i386_io_perm_* RPCs to ENOSYS.
6134
6135 2002-04-22  Andreas Jaeger  <aj@suse.de>
6136
6137         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
6138
6139         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
6140
6141         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
6142         register instead of destroying %rbx.
6143
6144 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
6145
6146         * string/string.h: Declare strerror_r also for XPG6.
6147
6148 2002-04-19  Roland McGrath  <roland@frob.com>
6149
6150         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
6151
6152 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
6153
6154         * Makefile: Add handling of xtests and xcheck targets.
6155         * MakeTAGS: Likewise.
6156         * Makeconfig: Likewise.
6157         * Makerules: Likewise.
6158         * Rules: Likewise.
6159         * manual/Makefile: Likewise.
6160         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
6161         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
6162
6163 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
6164
6165         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
6166         authnone_private_s.
6167         * sunrpc/auth_none.c: Include bits/libc-lock.h.
6168         Delete #ifdef _RPC_THREAD_SAFE_ block.
6169         (authnone_private): Make a struct, not a pointer to struct.
6170         (authnone_private_guard): New once-control variable.
6171         (authnone_create_once): New function, split out of
6172         authnone_create.  No need to allocate memory.
6173         (authnone_create): Just call authnone_create_once via
6174         __libc_once, then return &authnone_private->no_client.
6175         (authnone_marshal): Access private data via CLIENT argument,
6176         not authnone_private pointer.
6177         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
6178         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
6179         authnone_private_s.
6180
6181 2002-04-12  H.J. Lu  <hjl@gnu.org>
6182
6183         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
6184
6185 2002-04-18  Bruno Haible  <bruno@clisp.org>
6186
6187         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6188         FROM_DIRECTION): Make the FROM direction stateless.
6189         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6190         FROM_DIRECTION): Likewise.
6191
6192 2002-04-15  Bruno Haible  <bruno@clisp.org>
6193
6194         * iconvdata/JISX0213.TXT: New file.
6195         * iconvdata/jisx0213.h: New file.
6196         * iconvdata/jisx0213.c: New file.
6197         * iconvdata/euc-jisx0213.c: New file.
6198         * iconvdata/shift_jisx0213.c: New file.
6199         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
6200         * iconvdata/EUC-JISX0213.precomposed: New file.
6201         * iconvdata/SHIFT_JISX0213.precomposed: New file.
6202         * iconvdata/SHIFT_JISX0213.irreversible: New file.
6203         * iconvdata/tst-table-to.c (main): Make it work for encodings for
6204         which the "to" direction is stateful.
6205         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
6206         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
6207         SHIFT_JISX0213.
6208         (libJISX0213-routines): New variable.
6209         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
6210         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
6211         (LDFLAGS-libJISX0213.so): New variable.
6212         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
6213         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
6214         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
6215
6216 2002-04-15  Bruno Haible  <bruno@clisp.org>
6217
6218         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
6219         uint32_t.  Update to Unicode 3.2.
6220         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
6221         (BODY for TO_LOOP): Handle the ASCII range specially.
6222         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
6223         * iconvdata/testdata/BIG5HKSCS: Remove a character.
6224         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
6225
6226 2002-04-15  Bruno Haible  <bruno@clisp.org>
6227
6228         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
6229         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
6230
6231 2002-04-15  Bruno Haible  <bruno@clisp.org>
6232
6233         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
6234         (ucs4_to_cns11643): Update.
6235         * iconvdata/cns11643.c: Update to Unicode 3.2.
6236         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
6237         __cns11643_from_ucs4p2_tab): Regenerated.
6238         (__cns11643_from_ucs4p2c_tab): New array.
6239         * iconvdata/cvs11643l1.c: Update comments.
6240         * iconvdata/EUC-TW.irreversible: Remove two entries.
6241
6242 2002-04-15  Bruno Haible  <bruno@clisp.org>
6243
6244         * locale/C-translit.h.in: Update to Unicode 3.2.
6245         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
6246         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
6247
6248 2002-04-15  Bruno Haible  <bruno@clisp.org>
6249
6250         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
6251         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
6252
6253 2002-04-15  Bruno Haible  <bruno@clisp.org>
6254
6255         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
6256         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
6257         always one byte, not 0 bytes in some cases and 2 bytes in others.
6258
6259         * iconvdata/tst-table-from.c (main): Correct the usage message.
6260
6261 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6262
6263         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6264         (parse_dup_op): Fix error handling like "a{}".
6265         (parse_bracket_exp): Add error handling.
6266         (fetch_number): Add error handling for "a{<very_large_number>}".
6267
6268 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6269
6270         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6271         in case that the symbol name is too long.
6272         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6273         in case of REG_ICASE.
6274
6275 2002-04-19  Andreas Jaeger  <aj@suse.de>
6276
6277         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6278         <hartvige@mips.com>.
6279
6280 2002-04-15  H.J. Lu  <hjl@gnu.org>
6281
6282         * include/math.h (__finitel_internal): Declare only if
6283         __NO_LONG_DOUBLE_MATH is not defined.
6284         (__isinfl_internal): Likewise.
6285         (__isnanl_internal): Likewise.
6286
6287         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
6288         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6289         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6290         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6291         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6292         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6293         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6294
6295         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
6296         __fcntl_internal.
6297
6298         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
6299         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
6300
6301 2002-04-15  Bruno Haible  <bruno@clisp.org>
6302
6303         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
6304         (BODY for TO_LOOP): Likewise.
6305         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
6306         * iconvdata/tst-table.sh: Add support for encodings which contain
6307         precomposed Unicode characters, known to the iconv converter in both
6308         directions but not listed in the charmap.
6309         * iconvdata/IBM856.irreversible: New file.
6310         * iconvdata/IBM922.irreversible: New file.
6311         * iconvdata/IBM1132.irreversible: New file.
6312         * iconvdata/IBM1133.irreversible: New file.
6313         * iconvdata/IBM1160.irreversible: New file.
6314         * iconvdata/IBM1161.irreversible: New file.
6315         * iconvdata/IBM1163.irreversible: New file.
6316         * iconvdata/IBM1164.irreversible: New file.
6317         * iconvdata/ARMSCII-8.irreversible: New file.
6318         * iconvdata/TCVN5712-1.precomposed: New file.
6319         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
6320         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
6321         ARMSCII-8, TCVN5712-1.
6322         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
6323         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
6324         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
6325         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
6326
6327 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6328
6329         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
6330         for EVENING69.  Include offsets in TZ environment variable.
6331
6332 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
6333
6334         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
6335         avoid compiler warnings.
6336
6337         * locale/programs/localedef.c (main): Always call
6338         construct_output_path.
6339
6340         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
6341
6342         * locale/programs/locfile.c (to_archive): New variable.  To collect
6343         data which has to be added to the locale archive.
6344         (write_all_categories): Take new third parameter with locale name.
6345         Unless no_archive flag set add new locale data to the archive
6346         (write_locale_data): Unless no-archive flag set store generated data
6347         in to_archive data structure instead of generation output file.
6348         Add new parameter with locale category index.
6349         * locale/programs/locfile.h: Add new parameters in declaractions of
6350         write_all_categories and write_locale_data.
6351         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
6352         --add-to-archive, and --delete-from-archive options.  Pass extra
6353         parameter to write_all_categories.
6354         * locale/programs/localedef.h: Add prototypes for functions in
6355         locarchive.c.
6356         * locale/locarchive.h: New file.
6357         * locale/programs/locarchive.c: New file.
6358         * locale/Makefile (distribute): Add programs/locarchive.c and
6359         locarchive.h.
6360         (localedef-modules): Add md5 and locarchive.
6361         Add vpath to crypt subdir for md5.c.
6362
6363         * locale/programs/ld-address.c: Pass locale category ID as new second
6364         parameter to write_locale_data.
6365         * locale/programs/ld-collate.c: Likewise.
6366         * locale/programs/ld-ctype.c: Likewise.
6367         * locale/programs/ld-identification.c: Likewise.
6368         * locale/programs/ld-measurement.c: Likewise.
6369         * locale/programs/ld-messages.c: Likewise.
6370         * locale/programs/ld-monetary.c: Likewise.
6371         * locale/programs/ld-name.c: Likewise.
6372         * locale/programs/ld-numeric.c: Likewise.
6373         * locale/programs/ld-paper.c: Likewise.
6374         * locale/programs/ld-telephone.c: Likewise.
6375         * locale/programs/ld-time.c: Likewise.
6376
6377         * locale/simple-hash.c: Move compute_hashval function from here...
6378         * locale/hashval.h: ...to here.  New file.
6379         * locale/simple-hash.h: Add prototype for compute_hashval.
6380
6381         * include/libintl.h: Minor cleanups.
6382
6383 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
6384
6385         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
6386
6387 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
6388
6389         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
6390
6391 2002-04-14  Bruno Haible  <bruno@clisp.org>
6392
6393         * locale/programs/charmap.c (charmap_read): Don't access result if
6394         result == NULL.
6395
6396 2002-02-17  Andreas Schwab  <schwab@suse.de>
6397
6398         * elf/reldep7.c: New file.
6399         * elf/reldep7mod1.c: New file.
6400         * elf/reldep7mod2.c: New file.
6401         * elf/Makefile: Add rules to build and run reldep7.
6402
6403 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
6404
6405         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
6406         the end of the function.  Pass original flags to recursive call if
6407         add_dependency failed.
6408         (_dl_lookup_versioned_symbol): Likewise.
6409
6410 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
6411
6412         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
6413         early, but check whether it overflowed afterwards.
6414         * time/tst-mktime.c (main): Add new tests.
6415
6416 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
6417
6418         * debug/xtrace.sh: Fix program name in help message.
6419         Patch by Roger Luethi <rl@hellgate.ch>.
6420
6421         * include/sys/stat.h: Add prototypes for __lxstat_internal and
6422         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
6423         NOT_IN_libc.
6424         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
6425         * sysdeps/mach/hurd/lxstat.c: Likewise.
6426         * sysdeps/unix/common/lxstat.c: Likewise.
6427         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
6428         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
6429         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6430         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6431         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
6432         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
6433         * sysdeps/mach/hurd/lxstat64.c: Likewise.
6434         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
6435         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
6436
6437         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
6438         prototypes.  Add __mbrlen and __mbrtowc macros.
6439         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
6440         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
6441
6442         * include/unistd.h: Add prototype for __write_internal and add
6443         __libc_write macro is SHARED.
6444         * sysdeps/generic/write.c: Use INTDEF for __write.
6445         * sysdeps/mach/hurd/write.c: Likewise.
6446         * sysdeps/unix/sysv/aix/write.c: Likewise.
6447         * sysdeps/unix/syscalls.list: Add __libc_write alias.
6448
6449         * assert/assert.c: Replace STR_N_SIZE with something usable in
6450         macro arguments.
6451         * assert/assert-perr.c: Likewise.
6452
6453         * include/sys/socket.h: Declare __libc_sa_len_internal and define
6454         SA_LEN macro to use it if not NOT_IN_libc.
6455         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
6456
6457         * include/fcntl.h: Declare __open_internal and define __open and
6458         __libc_open macros if not NOT_IN_libc.
6459         * sysdeps/generic/open.c: Use INTDEF for __open.
6460         * sysdeps/mach/hurd/open.c: Likewise.
6461         * sysdeps/unix/sysv/aix/open.c: Likewise.
6462         * sysdeps/unix/syscalls.list: Add __open_internal alias.
6463
6464         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
6465         has correct number.
6466
6467         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
6468         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
6469         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6470         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6471
6472         * include/wctype.h: Declare __iswalpha_l_internal,
6473         __iswdigit_l_internal, __iswspace_l_internal,
6474         __iswxdigit_l_internal, and __iswctype_internal.  Define
6475         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
6476         __iswxdigit_l macros if not NOT_IN_libc.
6477         * wctype/iswctype.c: Use INTDEF for __iswctype.
6478         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
6479
6480         * include/math.h: Declare __isinf_internal, __isinfl_internal,
6481         __isnan_internal, and __isnanl_internal.
6482         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
6483         __isnan, and __isnanl.
6484         * stdio-common/printf_size.c: Likewise.
6485         * sysdeps/generic/printf_fphex.c: Likewise.
6486         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
6487         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6488         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
6489         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
6490         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6491         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6492         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6493         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6494         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
6495         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
6496         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
6497         * sysdeps/m68k/s_isinfl.c: Likewise.
6498         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
6499         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
6500
6501         * include/sys/time.h: Declare __gettimeofday_internal and define
6502         __gettimeofday macro if not NOT_IN_libc.
6503         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
6504         * sysdeps/mach/gettimeofday.c: Likewise.
6505         * sysdeps/posix/gettimeofday.c: Likewise.
6506         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
6507         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
6508         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6509         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
6510
6511         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
6512         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
6513         Remove __lstat and __fstat inline functions.
6514         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
6515         * sysdeps/mach/hurd/fxstat.c: Likewise.
6516         * sysdeps/unix/fxstat.c: Likewise.
6517         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
6518         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
6519         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6520         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
6521         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
6522         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
6523         * sysdeps/mach/hurd/fxstat64.c: Likewise.
6524         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
6525         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6526
6527         * include/unistd.h: Declare __getpid_internal and define
6528         __getpid macro if not NOT_IN_libc.
6529         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
6530         * sysdeps/generic/getpid.c: Likewise.
6531         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
6532         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
6533
6534         * include/unistd.h: Declare __getpgid_internal and define
6535         __getpgid macro if not NOT_IN_libc.
6536         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
6537         * sysdeps/mach/hurd/getpgid.c: Likewise.
6538         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
6539         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
6540         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
6541         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
6542
6543         * include/unistd.h: Declare __getpagesize_internal and define
6544         __getpagesize macro if not NOT_IN_libc.
6545         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
6546         __getpagesize.
6547         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
6548         * sysdeps/mach/getpagesize.c: Likewise.
6549         * sysdeps/posix/getpagesize.c: Likewise.
6550         * sysdeps/unix/getpagesize.c: Likewise.
6551         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6552         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
6553         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
6554         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
6555
6556 2002-04-13  Andreas Jaeger  <aj@suse.de>
6557
6558         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
6559         as clobber to reduce register pressure.
6560         (__strpbrk_cg): Likewise.
6561         (__mempcpy_by4): Likewise.
6562         (__strstr_cg): Likewise.
6563         Add prototype for __memrchr.
6564
6565 2002-04-13  Andreas Schwab  <schwab@suse.de>
6566
6567         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
6568         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
6569         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
6570
6571 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
6572
6573         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
6574         check whether the caller prefers getting the most recent version of
6575         a symbol of the earliest version.
6576         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
6577         _dl_do_lookup to also take the new parameter and pass it on.
6578         Change 'explicit' parameter of _dl_lookup_symbol and
6579         _dl_lookup_versioned_symbol to flags.  Adjust tests.
6580         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
6581         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
6582         _dl_lookup_versioned_symbol.
6583         * elf/dl-reloc.c: Likewise.
6584         * elf/dl-runtime.c: Likewise.
6585         * elf/dl-sym.c: Likewise.
6586         * sysdeps/mips/dl-machine.h: Likewise.
6587
6588 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6589
6590         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
6591         in a token.
6592         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
6593
6594 2002-04-10  Andreas Jaeger  <aj@suse.de>
6595
6596         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
6597
6598         * include/argz.h: Remove extra char from last patch.
6599
6600 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
6601
6602         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6603         * sysdeps/unix/sysv/aix/chown.c: Likewise.
6604         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6605         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6606         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6607         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6608         __chown_internal.
6609         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6610
6611         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6612         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6613         * intl/ngettext.c: Likewise.
6614
6615         * include/sys/socket.h: Declare __connect_internal and define
6616         __connect macro if not NOT_IN_libc.
6617         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6618         * sysdeps/unix/sysv/aix/connect.c: Likewise.
6619         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6620
6621         * include/unistd.h: Declare __close_internal and define __close macro
6622         if not NOT_IN_libc.
6623         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6624         WJUMP3): Add extra parenthesis to avoid expanding element names with
6625         macors like __close.
6626         * sysdeps/unix/syscalls.list: Add __close_internal alias.
6627
6628         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6629         if not NOT_IN_libc.
6630         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6631         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6632         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6633
6634         * include/unistd.h: Declare __fork_internal and define __fork macro
6635         if not NOT_IN_libc.
6636         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6637         * sysdeps/unix/sysv/aix/fork.c: Likewise.
6638         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6639
6640         * include/stdio_ext.h: Declare __fsetlocking_internal and define
6641         __fsetlocking macro to use it if not NOT_IN_libc.
6642         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6643
6644         * libio/__fbufsize.c: Correct copyright.
6645         * libio/__flbf.c: Likewise.
6646         * libio/__fpending.c: Likewise.
6647         * libio/__fpurge.c: Likewise.
6648         * libio/__freadable.c: Likewise.
6649         * libio/__freading.c: Likewise.
6650         * libio/__fsetlocking.c: Likewise.
6651         * libio/__fwritable.c: Likewise.
6652         * libio/__fwriting.c: Likewise.
6653
6654         * include/stdio.h: Declare __asprintf_internal and define __asprintf
6655         macro to use it if not NOT_IN_libc.
6656         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6657
6658         * include/mntent.h: Declare __setmntent_internal,
6659         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
6660         __getmntent_r, and __endmntent macros to use these functions if not
6661         NOT_IN_libc.
6662         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6663         __endmntent.
6664
6665         * include/math.h: Declare __finite_internal, __finitef_internal, and
6666         __finitel_internal.  Redefine isfinite macro if in libc or libm using
6667         these functions.
6668         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6669         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6670         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6671         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6672         * sysdeps/i386/fpu/s_finitef.S: Likewise.
6673         * sysdeps/i386/fpu/s_finitel.S: Likewise.
6674         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6675         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6676         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6677         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6678
6679         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
6680         to use this function if not NOT_IN_libc.
6681         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6682         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6683         * sysdeps/mach/hurd/fcntl.c: Likewise.
6684         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6685         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6686
6687         * include/argz.h: Declare __argz_count_internal and
6688         __argz_stringify_internal.
6689         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6690         __argz_stringify.
6691         * string/argz-count.c: Use INTDEF for __argz_count.
6692         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
6693
6694         * include/stdlib.h: Declare __cxa_atexit_internal and define
6695         __cxa_atexit macro if not NOT_IN_libc.
6696         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
6697         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
6698
6699         * assert/assert.c: Use INTDEF for __assert_fail.
6700         * assert/__assert.c: Use INTUSE for call to __assert_fail.
6701         * include/assert.h: Declare __assert_fail_internal.
6702
6703         * extra-lib.mk: Mark assignment to lib with override.
6704
6705 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6706
6707         * Makerules: Use cppflags-iterator.mk to add defines for all test
6708         source files.
6709
6710 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
6711
6712         * elf/elf.h: Define R_SH_TLS_xxx macros.
6713         * elf/rtld.c: Remove an extra parenthesis.
6714         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
6715         TLS_GD macros.
6716         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
6717         * sysdeps/sh/dl-lookupcfg.h: New file.
6718         * sysdeps/sh/dl-tls.h: New file.
6719         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
6720         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
6721         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
6722         R_SH_TLS_TPOFF32 relocations.
6723
6724 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6725
6726         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
6727         of NOT_IN_LIBC.
6728         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
6729         * include/stdlib.h: Likewise.
6730
6731 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
6732
6733         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
6734         instead of _RTLD_LOCAL.
6735         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
6736         * include/unistd.h: Likewise.
6737         * sysdeps/generic/ldsodefs.h: Likewise.
6738
6739         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
6740         if in libc or ld.so.
6741
6742 2002-04-08  Andreas Jaeger  <aj@suse.de>
6743
6744         * elf/cache.c (print_entry): Support x86-64.
6745
6746 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6747
6748         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
6749         with one accessing the locale data structures directly.
6750         * stdio-common/printf-prs.c: Include localeinfo.h for new
6751         MB_CUR_MAX definition.
6752
6753         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
6754         is the name of the source file without extension.
6755         * Makefile (distribute): Add cppflags-iterator.mk.
6756         * cppflags-iterator.mk: New file.
6757         * extra-lib.mk: For the sources of the library run
6758         cppflags-iterator.mk.
6759
6760         * include/libintl.h: Declare __dcgettext_internal and
6761         _libc_intl_domainname_internal.  Define __dcgettext using these
6762         two symbols if used in libc itself.
6763         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
6764         _libc_intl_domainname_internal.
6765         * argp/argp-parse.c: Likewise.
6766         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
6767         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
6768         * intl/gettext.c: Likewise.
6769         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
6770         alias.
6771         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
6772         __dcgettext.
6773         * posix/regex_internal.c (gettext): Likewise.
6774
6775 2002-04-08  Andreas Jaeger  <aj@suse.de>
6776
6777         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
6778
6779         * sysdeps/x86_64/fpu/s_llrint.S: New file.
6780         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
6781         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
6782         * sysdeps/x86_64/fpu/s_lrint.S: New file.
6783         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
6784         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
6785
6786 2002-04-08  Roland McGrath  <roland@frob.com>
6787
6788         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
6789         widening __hurd_fail value.
6790
6791 2002-04-07  Roland McGrath  <roland@frob.com>
6792
6793         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
6794         <mach/machine/alpha_instruction.h>.
6795         (_hurd_setup_sighandler): Take proper arguments for current decls.
6796         Update code to use _hurdsig_catch_fault.
6797         Use `callsys' instruction instead of `call_pal'.
6798         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
6799
6800         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
6801         (ALIGN, at, AT, fp): New macros.
6802
6803 2002-04-06  Roland McGrath  <roland@frob.com>
6804
6805         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
6806
6807         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
6808         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
6809
6810         * sysdeps/mach/hurd/bind.c: Use prototype definition.
6811         * sysdeps/mach/hurd/connect.c: Likewise.
6812         * sysdeps/mach/hurd/getsockopt.c: Likewise.
6813         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6814
6815         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
6816         __msg_sig_post RPC.
6817
6818         * hurd/catch-exc.c: Use integer_t instead of int.
6819         * hurd/hurdfault.c: Likewise.
6820
6821         * sysdeps/mach/hurd/alpha/exc2signal.c
6822         (_hurd_exception2signal): Rewritten.
6823         * sysdeps/mach/hurd/alpha/longjmp-ts.c
6824         (_hurd_longjmp_thread_state): Rewritten.
6825
6826 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
6827
6828         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
6829         DB_LOOKUP_FCT prototype.
6830         * nss/getXXent_r.c: Likewise.
6831         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
6832         * inet/getaliasname_r.c: Likewise.
6833         * inet/getnetbyad_r.c: Likewise.
6834         * inet/getnetbynm_r.c: Likewise.
6835         * inet/getnetent_r.c: Likewise.
6836         * inet/getproto_r.c: Likewise.
6837         * inet/getprtent_r.c: Likewise.
6838         * inet/getprtname_r.c: Likewise.
6839         * inet/getrpcbyname_r.c: Likewise.
6840         * inet/getrpcbynumber_r.c: Likewise.
6841         * inet/getrpcent_r.c: Likewise.
6842         * inet/getservent_r.c: Likewise.
6843         * inet/getsrvbynm_r.c: Likewise.
6844         * inet/getsrvbypt_r.c: Likewise.
6845         * shadow/getspent_r.c: Likewise.
6846         * shadow/getspnam_r.c: Likewise.
6847
6848         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
6849
6850         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
6851         Use i686-friendly PIC code.
6852         * sysdeps/i386/elf/setjmp.S: Likewise.
6853
6854         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
6855
6856         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
6857         list.
6858         * elf/Versions: Remove it here.
6859
6860 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
6861
6862         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
6863         direction.  Reported by H . J . Lu <hjl@lucon.org>.
6864
6865 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6866
6867         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
6868         test just before the test runs.
6869         * intl/tst-translit.sh: Likewise.
6870         * intl/tst-codeset.sh: Likewise.
6871
6872         * timezone/zic.c: Update from tzcode2002c.
6873         * timezone/asia: Update from tzdata2002c.
6874         * timezone/backward: Likewise.
6875         * timezone/europe: Likewise.
6876         * timezone/northamerica: Likewise.
6877         * timezone/northamerica: Likewise.
6878         * timezone/northamerica: Likewise.
6879         * timezone/southamerica: Likewise.
6880         * timezone/zone.tab: Likewise.
6881
6882 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
6883
6884         * sysdeps/generic/brk.c (__curbrk): Declare.
6885         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
6886         * sysdeps/generic/dl-sbrk.c: Likewise.
6887         * sysdeps/unix/arm/dl-brk.S: New file.
6888         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
6889         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
6890         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
6891         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
6892         * sysdeps/unix/i386/dl-brk.S: New file.
6893         * sysdeps/unix/mips/dl-brk.S: New file.
6894         * sysdeps/unix/sparc/dl-brk.S: New file.
6895         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
6896         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
6897         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
6898         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
6899
6900 2002-04-03  Andreas Schwab  <schwab@suse.de>
6901
6902         * Makefile (headers): Add gnu/lib-names.h here instead of
6903         install-others.
6904         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
6905         installation rule.
6906         (install-headers): Add dependency on install-headers-nosubdir.
6907         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
6908         instead of install-others.
6909         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
6910         installation rule.
6911
6912 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6913
6914         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
6915         Reported by Sam Roberts <sroberts@uniserve.com>.
6916
6917 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
6918
6919         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
6920         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
6921         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6922         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6923
6924 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
6925
6926         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
6927         (RTLD_START): Ditto.
6928         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
6929         dependency violation.
6930
6931 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
6932
6933         * time/mktime.c (__mktime_internal): Move check for year < 70 below
6934         all variable declarations.
6935
6936 2002-04-04  Andreas Schwab  <schwab@suse.de>
6937
6938         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
6939
6940 2002-04-04  Andreas Jaeger  <aj@suse.de>
6941
6942         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
6943         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
6944
6945         * sysdeps/x86_64/fpu/s_fabs.c: New file.
6946         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
6947         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
6948
6949         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
6950
6951         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
6952
6953         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
6954         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
6955
6956         * configure.in: Handle all mips entries the same.
6957
6958         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
6959         * sysdeps/mips/mips3/*: Likewise.
6960         * sysdeps/mips/p40/bits/endian.h: Likewise.
6961
6962 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
6963
6964         * misc/dirname.c (dirname): Ignore trailing slashes at end of
6965         non-null result [PR libc/2600].
6966
6967         * misc/tst-dirname.c: Add more tests.
6968
6969 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6970
6971         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
6972         define a code_set_name provide one based on the filename.
6973
6974         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
6975
6976 2001-12-28  Andreas Jaeger  <aj@suse.de>
6977
6978         * time/mktime.c (__mktime_internal): Check for year < 70
6979         [PR libc/2738].
6980
6981 2002-04-03  Andreas Jaeger  <aj@suse.de>
6982
6983         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
6984         shmat.
6985         Reported by Andi Kleen <ak@suse.de>.
6986
6987 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6988
6989         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
6990         * sysdeps/generic/w_lgammaf.c: Likewise.
6991         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
6992
6993         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
6994         Adjust for new output format of the backtrace functions.
6995
6996         * misc/syslog.c (vsyslog): Only use cleanup handler if
6997         _LIBC_REENTRANT is defined [PR libc/2924].
6998
6999         * libio/Makefile (tests): Add bug-ungetwc2.
7000         * libio/bug-ungetwc2.c: New file.
7001
7002         * manual/install.texi: Typographical and grammatical cleanup.
7003         Patch by Dennis Grace <dgrace@us.ibm.com>.
7004
7005         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
7006         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
7007
7008         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
7009         always "&".  Adjust callers.
7010         Add "_" prefix to several generated definitions.
7011         Patch by paul@serice.net [PR libc/3158].
7012
7013 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7014
7015         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
7016         size of _dl_arm_cap_flags.
7017         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
7018
7019         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
7020         Define as 8.
7021
7022 2002-03-22  H.J. Lu  <hjl@gnu.org>
7023
7024         * scripts/firstversions.awk: Check the first version.
7025
7026 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7027
7028         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
7029         dependencies must be stable to work correctly.
7030         Reported by martin.lubich@datacon.at.
7031
7032         * libio/bug-ungetwc1.c: New file.
7033         * libio/Makefile (tests): Add bug-ungetwc1.
7034
7035         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
7036         if stream was last used for writing.
7037
7038         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
7039         number [PR libc/3111].
7040
7041         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
7042         to ...
7043         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
7044
7045 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
7046
7047         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
7048         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
7049         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
7050         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
7051         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
7052
7053 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
7054
7055         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
7056         dynamic tags.
7057
7058 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7059
7060         * sysdeps/i386/fpu/s_fabs.S: New file.
7061         * sysdeps/i386/fpu/s_fabsf.S: New file.
7062         * sysdeps/i386/fpu/s_fabsl.S: New file.
7063         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
7064         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
7065         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
7066
7067 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7068
7069         * rt/tst-shm.c (do_test): Add one more test for size of shared
7070         memory object.
7071
7072 2002-03-29  Wolfram Gloger  <wg@malloc.de>
7073
7074         * malloc/malloc.c: Add short description and prototypes for
7075         malloc_get_state, malloc_set_state and posix_memalign, for
7076         consistency and to avoid warnings with -Wstrict-prototypes.
7077         Reported by Andreas Jaeger <aj@suse.de>.
7078
7079 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7080
7081         * po/gl.po: Update from translation team.
7082
7083 2002-03-31  Roland McGrath  <roland@frob.com>
7084
7085         * hurd/hurdselect.c (_hurd_select): Fix
7086         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
7087         Use a union rather than casts to compare mach_msg_type_t as int.
7088
7089 2002-03-25  Roland McGrath  <roland@frob.com>
7090
7091         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
7092         check off the end of NAME when it's shorter than 2 chars.
7093         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
7094
7095 2002-03-17  Roland McGrath  <roland@frob.com>
7096
7097         * sysdeps/mach/hurd/i386/sys/io.h: New file.
7098         * sysdeps/mach/hurd/i386/ioperm.c: New file.
7099         * sysdeps/mach/hurd/i386/Dist: Add them.
7100         * sysdeps/mach/hurd/i386/Versions
7101         (libc: GLIBC_2.2.6): New set, add ioperm.
7102         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
7103         (mach_interface_list): Check for mach_i386.defs.
7104         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
7105         * sysdeps/mach/configure: Regenerated.
7106
7107 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
7108
7109         * po/fr.po: Update from translation team.
7110
7111 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7112
7113         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
7114         getpriority from syscalls list.
7115
7116 2002-03-28  Andreas Jaeger  <aj@suse.de>
7117
7118         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
7119         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
7120         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
7121         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
7122
7123 2002-03-27  Andreas Jaeger  <aj@suse.de>
7124
7125         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7126         sigcontext): Follow further kernel change.
7127
7128         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
7129         kernel change.
7130
7131         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
7132         Change for struct sigcontext change.
7133
7134         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7135         Follow changes in struct sigcontext.
7136
7137         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
7138         sysycall, use wrapper instead.
7139
7140 2002-03-26  Andreas Jaeger  <aj@suse.de>
7141
7142         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
7143         read and write accesses as detailed as possible.
7144         (__memcpy_by2): Likewise.
7145         (__memcpy_g): Likewise.
7146         (memmove): Likewise.
7147         (memcmp): Likewise.
7148         (__memset_ccn_by4): Likewise.
7149         (__memset_ccn_by2): Likewise.
7150         (__memset_gcn_by4): Likewise.
7151         (__memset_gcn_by2): Likewise.
7152         (memchr): Likewise.
7153         (__memrchr): Likewise.
7154         (rawmemchr): Likewise.
7155         (__strlen_g): Likewise.
7156         (__strcpy_g): Likewise.
7157         (__mempcpy_by4): Likewise.
7158         (__mempcpy_by2): Likewise.
7159         (__mempcpy_byn): Likewise.
7160         (__stpcpy_g): Likewise.
7161         (__strncpy_by4): Likewise.
7162         (__strncpy_by2): Likewise.
7163         (__strncpy_byn): Likewise.
7164         (__strncpy_gg): Likewise.
7165         (__strcat_c): Likewise.
7166         (__strcat_g): Likewise.
7167         (__strncat_g): Likewise.
7168         (__strcmp_gg): Likewise.
7169         (__strncmp_g): Likewise.
7170         (__strchr_c): Likewise.
7171         (__strchr_g): Likewise.
7172         (__strchrnul_c): Likewise.
7173         (__strchrnul_g): Likewise.
7174         (__strrchr_c): Likewise.
7175         (__strrchr_g): Likewise.
7176         (__strrchr_c): Likewise.
7177         (__strrchr_g): Likewise.
7178         (__strcspn_c1): Likewise.
7179         (__strcspn_cg): Likewise.
7180         (__strcspn_g): Likewise.
7181         (__strcspn_g): Likewise.
7182         (__strspn_c1): Likewise.
7183         (__strspn_cg): Likewise.
7184         (__strspn_g): Likewise.
7185         (__strspn_g): Likewise.
7186         (__strpbrk_cg): Likewise.
7187         (__strpbrk_g): Likewise.
7188         (__strstr_cg): Likewise.
7189         (__strstr_g): Likewise.
7190
7191         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
7192         Michal Ludvig <mludvig@suse.cz>.
7193
7194         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
7195         compatibilty, adjust for kernel changes.
7196
7197         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7198         sigcontext): Adjust for kernel changes.
7199
7200 2002-03-25  Andreas Jaeger  <aj@suse.de>
7201
7202         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
7203         little endian.
7204         Reported by Artur Zaprzala <zybi@talex.com.pl>.
7205
7206 2002-03-24  Andreas Jaeger  <aj@suse.de>
7207
7208         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
7209
7210         * stdio-common/tst-fdopen.c (main): Remove unused variable.
7211
7212         * iconv/tst-iconv3.c (main): Use correct printf strings.
7213
7214 2002-03-18  Roland McGrath  <roland@frob.com>
7215
7216         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
7217         (CMGROUP_MAX): New macro.
7218
7219 2002-03-23  Roland McGrath  <roland@frob.com>
7220
7221         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
7222         * sysdeps/posix/shm_unlink.c: Likewise.
7223
7224 2002-03-22  Roland McGrath  <roland@frob.com>
7225
7226         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
7227         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
7228         under --enable-libio.
7229         * sysdeps/mach/hurd/configure: Regenerated.
7230
7231 2002-03-23  Roland McGrath  <roland@frob.com>
7232
7233         * sysdeps/mach/hurd/i386/Makefile
7234         (sysdep_routines, shared-only-routines): Don't add framestate,
7235         reverting 2001-10-02 change.
7236         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
7237         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
7238         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7239         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7240         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
7241         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
7242         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7243         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
7244         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
7245         Do it here instead, only if [$(unwind-find-fde) = yes].
7246
7247 2002-03-23  Andreas Jaeger  <aj@suse.de>
7248
7249         * signal/signal.h: Fix typo. Patch by Steve Kemp
7250         <skx@tardis.ed.ac.uk>.
7251
7252 2002-03-22  Andreas Jaeger  <aj@suse.de>
7253
7254         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
7255         getresuid.
7256
7257         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7258         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
7259         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7260         user_fpregs_struct): Rename fwd.
7261
7262         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7263         Follow sigcontext changes.
7264
7265 2002-03-22  Andreas Jaeger  <aj@suse.de>
7266
7267         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7268         changes for NaNs on MIPS.
7269         Patch by Hartvig Ekner <hartvige@mips.com>.
7270
7271 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7272
7273         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7274         Use realloc if too large.
7275         (addgrbyid): Likewise.
7276         * nscd/hstcache.c (addhstbyname): Likewise.
7277         (addhstbyaddr): Likewise.
7278         (addhstbynamev6): Likewise.
7279         (addhstbyaddrv6): Likewise.
7280         * nscd/pwdcache.c (addpwbyname): Likewise.
7281         (addpwbyuid): Likewise.
7282
7283 2002-03-21  Andreas Jaeger  <aj@suse.de>
7284
7285         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7286         _fpstate): Add separate struct for x86-64.
7287
7288         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7289         user_fpregs_struct): Change member names to follow kernel.
7290
7291 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
7292
7293         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
7294         Correctly close the UDP connection right away [PR libc/3120].
7295
7296 2002-03-20  Andreas Jaeger  <aj@suse.de>
7297
7298         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7299         user_fpregs_struct): Fix for changed kernel struct.
7300         (struct user_regs_struct): Likewise.
7301         (struct user): Likewise.
7302         Add 32-bit x86 compatibility.
7303
7304         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
7305
7306 2002-03-19  Andreas Jaeger  <aj@suse.de>
7307
7308         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
7309
7310 2002-03-18  Andreas Jaeger  <aj@suse.de>
7311
7312         * iconvdata/Makefile: Only run tests when shared libs are
7313         available.
7314
7315 2002-03-17  Andreas Jaeger  <aj@suse.de>
7316
7317         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
7318
7319         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
7320
7321         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
7322         bits.
7323
7324         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
7325         (CAUSE_SHIFT): New macro.
7326         Patch by Hartvig Ekner <hartvige@mips.com>.
7327
7328         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
7329         * sysdeps/generic/unwind-pe.h: Likewise.
7330
7331         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
7332         type to _IO_setb.
7333
7334         * libio/stdio.c (AL2): Define variant when visibility attribute is
7335         not supported.
7336
7337         * include/libc-symbols.h (_INTVARDEF): Define variant when
7338         visibility attribute is not supported.
7339
7340 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
7341
7342         * po/fr.po: Update from translation team.
7343
7344 2002-02-25  Bruno Haible  <bruno@clisp.org>
7345
7346         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
7347
7348 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7349
7350         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
7351         buffers if _IO_file_attach failed.
7352
7353         * libio/fileops.c (_IO_file_open): Close file descriptor if
7354         _IO_SEEKOFF call failed.
7355
7356 2002-03-15  H.J. Lu  <hjl@gnu.org>
7357             Ulrich Drepper  <drepper@redhat.com>
7358
7359         * configure.in: Check for availability of
7360         init_array/fini_array/preinit_array handling in binutils.
7361         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
7362         * config.make.in (have-initfini-array): New variable.
7363
7364 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7365
7366         * stdio-common/tst-printf.c (main): Comment out one test which
7367         checked the compiler's ability to fold floating-point constants
7368         but not really printf.
7369         (rfg3): Make s const.
7370         * stdio-common/tst-printf.sh: Adjust for removed test.
7371
7372         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
7373         internal function.  Adjust for internal_function calling convention.
7374         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
7375         as internal_function.
7376
7377         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
7378         hidden.
7379
7380         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
7381         declaration and definition.
7382         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
7383         declaration.
7384         * nss/getXXent_r.c: Likewise.
7385         * nss/nsswitch.h (db_lookup_function): Add internal_function to
7386         definition.
7387
7388         * include/time.h: Declare __localtime_r as hidden.
7389
7390         * include/aliases.h: Declare __getaliasent_r as hidden.
7391         * include/grp.h: Declare __getgrent_r as hidden.
7392         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
7393         __getservent_r, and __getprotoent_r as hidden.
7394         * include/pwd.h: Declare __getpwent_r as hidden.
7395         * include/shadow.h: Declare __getspent_r as hidden.
7396         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
7397
7398         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
7399         and __gconv_transliterate as hidden.
7400         Add internal_function to __gconv_get_path declaration.
7401         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
7402         definition.  Add attribute_hidden to __gconv_read_conf definition.
7403
7404 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
7405
7406         * elf/rtld.c: Declare _environ as hidden.
7407         * sysdeps/generic/dl-environ.c: Likewise.
7408         * sysdeps/generic/dl-sysdep.c: Likewise.
7409
7410         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
7411         _dl_mcount_internal as hidden.
7412
7413         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
7414         * sysdeps/generic/dl-brk.c: New file.
7415         * sysdeps/generic/dl-sbrk.c: New file.
7416         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
7417         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
7418
7419         * elf/dl-minimal.c (malloc): Declare _end as hidden.
7420         (__errno_location): New function.  Declare errno as hidden.
7421         * elf/rtld.c (_dl_argc): Define as hidden.
7422         (_dl_skip_args): Define as hidden.
7423         (_begin, _end): Declare as hidden.
7424         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
7425         * sysdeps/generic/entry.h (_start): Declare as hidden.
7426         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
7427         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
7428         _dl_runtime_resolve and _dl_runtime_profile as hidden.
7429         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
7430
7431 2002-03-14  Roland McGrath  <roland@frob.com>
7432
7433         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
7434
7435         * Makeconfig (%.v.i, %.v): New implicit rules.
7436         (preprocess-versions): Variable removed.
7437         ($(common-objpfx)shlib-versions.v.i): New target giving just the
7438         shlib-versions input files as dependencies.
7439         ($(common-objpfx)soversions.i): Depend on that instead of the input
7440         files.  Use it as input instead of using a pipeline.
7441         (postclean-generated): Append soversions.i, shlib-versions.v, and
7442         shlib-versions.v.i here.
7443         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
7444         the Versions.def input files as dependencies.
7445         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
7446         ($(common-objpfx)Versions.all): Depend on that instead of the input
7447         files.  Use it as input instead of using a pipeline.
7448         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
7449         (postclean-generated): Append those .v and .v.i files here.
7450
7451 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7452
7453         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
7454         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
7455         Remove.
7456
7457 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7458
7459         * sysdeps/generic/mp_clz_tab.c: New file.
7460         * sysdeps/i386/mp_clz_tab.c: New file.
7461         * sysdeps/hppa/mp_clz_tab.c: New file.
7462         * sysdeps/powerpc/mp_clz_tab.c: New file.
7463         * stdlib/Makefile (aux): Revert last patch.
7464         * math/Makefile (gmp-objs): Likewise.
7465
7466 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7467
7468         * time/strftime.c: Comment fixes for references to obsolescent
7469         standards, In most cases the simplest fix is to remove the
7470         confusing comments.  Cross-referencing all the standards properly
7471         is a bit of a pain, and it should be enough to put that info in
7472         the documentation as I did in my recent time.texi patch.
7473
7474 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7475
7476         * manual/time.texi (Formatting Calendar Time):
7477         ISO C99 also specifies the E and O modifiers.
7478         %P is a GNU extension, and is not in ISO C99.
7479         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
7480         %T is also in ISO C99.
7481         The RFC 822 example is not valid in arbitrary locales.
7482         Reword the POSIX.2 wording slightly, to make it a bit clearer
7483         that POSIX.2 formats are also supported by later POSIX versions.
7484         If a format was introduced in ISO C99 it is also required by
7485         POSIX.1-2001.
7486
7487 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7488
7489         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
7490         _sys_nerr_internal with INTVARDEF2.
7491         * include/libc-symbols.h (INTVARDEF2): New macro.
7492         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
7493         (_sys_nerr_internal): Library.
7494
7495         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
7496         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
7497
7498         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
7499
7500 2002-03-13  Wolfram Gloger  <wg@malloc.de>
7501
7502         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
7503
7504 2002-03-02  Andreas Schwab  <schwab@suse.de>
7505
7506         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
7507         'h' flag and positional arg.
7508         * stdio-common/tst-printf.c (rfg3): New function to test
7509         positional arguments.
7510         (main): Fix some warnings.
7511
7512 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7513
7514         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
7515         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7516
7517 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7518
7519         * grp/initgroups.c (__nss_group_data): Declare as hidden.
7520
7521         * include/locale.h (_nl_C_locobj): Declare as hidden.
7522
7523         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
7524         * time/strptime.c (_nl_C_LC_TIME): Likewise.
7525
7526         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
7527
7528         * include/sys/gmon.h: Declare _gmonparam as hidden.
7529
7530         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
7531         (__ctype32_wctrans): Likewise.
7532         (__ctype32_width): Likewise.
7533
7534         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
7535         use of __ttyname.
7536
7537         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
7538         Define as hidden.
7539         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
7540         hidden.  Change all users of these variables.
7541
7542         * posix/regex_internal.h (__re_error_msgid): Renamed from
7543         re_error_msgid.  Declare as hidden.
7544         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
7545         hidden.
7546
7547         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
7548         (__printf_function_table): Likewise.
7549         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
7550         hidden.
7551         (__printf_function_table): Likewise.
7552
7553         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
7554         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
7555
7556         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
7557         * nss/nsswitch.c: Declare _nss_*_database as hidden.
7558
7559         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
7560         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
7561
7562 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
7563
7564         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
7565         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7566         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7567         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7568         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7569         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7570         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7571         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7572         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
7573         _nl_C_LC_CTYPE_width: Declare as hidden.
7574         * include/locale.h: Declare _nl_locale_file_list.
7575         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
7576         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
7577         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
7578         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
7579         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
7580         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
7581         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
7582         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
7583         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
7584         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
7585         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
7586         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
7587         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7588         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7589         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7590         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7591         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7592         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7593         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7594         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
7595         _nl_C_LC_CTYPE_width, and as hidden.
7596         * locale/findlocale.c: Declare _nl_C as hidden.
7597         * locale/newlocale.c: Likewise.
7598         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
7599         _nl_locale_file_list.
7600         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7601         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7602         Define _nl_C_locobj as hidden.
7603
7604         * malloc/mtrace.c (_mtrace_file): Define as hidden.
7605         (_mtrace_line): Likewise.
7606
7607         * include/time.h: Declare __mon_yday as hidden.
7608         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7609
7610         * libio/libioP.h: Declare __libio_codecvt as hidden.
7611         * libio/fileops.c: Declare __libio_translit as hidden.
7612         * libio/iofwide.c: Define __libio_translit as hidden.
7613
7614         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7615         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7616         * login/getutline_r.c: Likewise.
7617         * login/utmpname.c: Likewise.
7618
7619         * login/utmp-private.h: Declare __libc_utmp_file_functions,
7620         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7621         __libc_utmp_file_name as hidden.
7622
7623         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7624         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7625         * locale/freelocale.c: Likewise.
7626         * locale/lc-time.c: Likewise.
7627
7628         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7629         (__libc_ptyname2): Likewise.
7630         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7631         hidden.
7632         (__libc_ptyname2): Likewise.
7633
7634         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7635         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7636         * sysdeps/generic/init-first.c: Likewise.
7637         * sysdeps/i386/init-first.c: Likewise.
7638         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7639         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7640         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7641         * sysdeps/sh/init-first.c: Likewise.
7642         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7643         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7644
7645         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7646         (_itowa_upper_digits): Likewise.
7647
7648         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7649         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7650         as hidden.
7651
7652         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7653         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7654         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7655         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7656
7657         * gmon/gmon.c (__bb_head): Define as hidden.
7658         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7659
7660         * argp/argp-parse.c (_argp_hang): Define as static.
7661
7662         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7663         handling in latest compilers.
7664
7665         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7666         define alias.
7667         * libio/fileops.c (_IO_file_jumps): Likewise.
7668         * libio/stdfiles.c (_IO_list_all): Likewise.
7669         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7670
7671         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7672         include/malloc.h.
7673         * include/malloc.h: Add __libc_malloc_initialized declaration
7674         here.  Mark variable hidden.
7675         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7676
7677         * elf/dl-open.c (__libc_argc): Declare as hidden.
7678         (__libc_argv): Likewise.
7679         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7680         (__libc_argv): Likewise.
7681         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7682         __libc_argv as hidden.
7683         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7684         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7685         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7686         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7687
7688         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7689         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7690         * stdlib/erand48.c: Likewise.
7691         * stdlib/jrand48.c: Likewise.
7692         * stdlib/lcong48.c: Likewise.
7693         * stdlib/lrand48.c: Likewise.
7694         * stdlib/mrand48.c: Likewise.
7695         * stdlib/nrand48.c: Likewise.
7696         * stdlib/seed48.c: Likewise.
7697         * stdlib/srand48.c: Likewise.
7698
7699         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
7700         (_itoa_lower_digits_internal): New declaration.
7701         (_itoa_upper_digits_internal): New declaration.
7702         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
7703         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
7704         (_itoa_upper_digits_internal): New declaration.
7705         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
7706         _itoa_lower_digits.
7707         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
7708         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
7709
7710         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
7711         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7712
7713         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
7714         (_itowa_lower_digits): Likewise.
7715         (_itowa_upper_digits): Likewise.
7716         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
7717         (_itowa_upper_digits): Likewise.
7718
7719         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
7720         not already defined.
7721         (GERMANIC_PLURAL): Declare as hidden.
7722
7723         * posix/getopt.c (__getopt_initialized): Declare as hidden.
7724         (attribute_hidden): Define as empty macro if not already defined.
7725
7726         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
7727         (__gconv_max_path_elem_len): Likewise.
7728         (__gconv_path_envvar): Likewise.
7729
7730         * math/Makefile (gmp-objs): Remove mp_clz_tab.
7731         * stdlib/Makefile (aux): Remove mp_clz_tab.
7732         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
7733
7734         * stdlib/exit.h (__exit_funcs): Declare as hidden.
7735
7736         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
7737
7738         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
7739         _nl_category_names, _nl_category_name_sizes, _nl_current,
7740         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
7741
7742         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
7743         (_nl_current_default_domain): Likewise
7744         (_nl_state_lock): Likewise.
7745         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
7746         (_nl_current_default_domain): Likewise
7747         (_nl_state_lock): Likewise.
7748         * intl/bindtextdom.c (_nl_state_lock): Likewise.
7749
7750         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
7751         (_fpioconst_pow10): Likewise.
7752
7753         * include/time.h (_tmbuf): Add attribute_hidden.
7754
7755         * time/tzset.c (tzstring_list): Define as static.
7756
7757         * include/time.h: Add attribute_hidden to __tzname_cur_max and
7758         __use_tzfile declaration.
7759
7760         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
7761         and __wcsmbs_last_locale declaration.
7762
7763 2002-02-25  Paul Eggert  <eggert@twinsun.com>
7764
7765         * timezone/Makefile (tzbases): Move systemv from here...
7766         (tzlinks): to here, since the entries in systemv were all changed
7767         from Zone to Link lines in tz-2001a.  Bug reported (and patch
7768         tested) by Peter Breitenlohner.
7769
7770 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
7771
7772         * time/tst-posixtz.c (tests): Add new tests.
7773         (main): Test whether tzset() sets daylight properly.
7774
7775 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7776
7777         * time/tzset.c (tz_compute): Move __daylight, __tzname and
7778         __tzname_cur_max setting...
7779         (tzset_internal): ...here.
7780
7781 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7782
7783         * time/tzset.c (compute_change): Don't return any value.
7784         (tz_compute): Likewise.  Don't handle southern hemisphere here.
7785         (__tz_convert): But here.
7786
7787 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7788
7789         * manual/examples/mkfsock.c: Include <string.h> as well.
7790         Patch by Alain De Carolis <alaind@wseurope.com>.
7791
7792 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
7793
7794         * posix/regexec.c (re_match): Fix incorrect register sizes.
7795         (re_search): Likewise.
7796
7797 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7798
7799         * posix/regcomp.c (regfree): Remove a disused condition.
7800         * posix/regex_internal.c (re_acquire_state): Likewise.
7801         (re_acquire_state_context): Likewise.
7802         (register_state): Remove a redundant malloc invocation.
7803         * posix/regex_internal.h: (re_state_table_entry): Simplify
7804         the structure.
7805
7806 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7807
7808         * posix/regcomp.c (regcomp): Add __builtin_expect to error
7809         handling conditions.
7810         (regerror): Likewise.
7811         (regfree): Likewise.
7812         (re_compile_internal): Likewise.
7813         (init_dfa): Likewise.
7814         (init_word_char): Likewise.
7815         (create_initial_state): Likewise.
7816         (analyze): Likewise.
7817         (analyze_tree): Likewise.
7818         (duplicate_node): Likewise.
7819         (calc_eclosure): Likewise.
7820         (calc_eclosure_iter): Likewise.
7821         (parse): Likewise.
7822         (parse_reg_exp): Likewise.
7823         (parse_branch): Likewise.
7824         (parse_expression): Likewise.
7825         (parse_subexp): Likewise.
7826         (parse_dup_op): Likewise.
7827         (parse_bracket_exp): Likewise.
7828         (build_equiv_class): Likewise.
7829         (build_charclass): Likewise.
7830         (build_word_op): Likewise.
7831         (fetch_number): Likewise.
7832         (create_tree): Likewise.
7833         (duplicate_tree): Likewise.
7834         * posix/regex.c (BE): New macro.
7835         * posix/regexec.c (re_match): Add __builtin_expect to error
7836         handling conditions.
7837         (re_match_2): Likewise.
7838         (re_search): Likewise.
7839         (re_search_internal): Likewise.
7840         (check_matching): Likewise.
7841         (proceed_next_node): Likewise.
7842         (set_regs): Likewise.
7843         (sift_states_backward): Likewise.
7844         (add_epsilon_backreference): Likewise.
7845         (transit_state): Likewise.
7846         (transit_state_sb): Likewise.
7847         (transit_state_mb): Likewise.
7848         (transit_state_bkref): Likewise.
7849         (transit_state_bkref_loop): Likewise.
7850         (build_trtable): Likewise.
7851         (group_nodes_into_DFAstates): Likewise.
7852         (match_ctx_init): Likewise.
7853         (match_ctx_add_entry): Likewise.
7854         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
7855         to error handling conditions.
7856         (re_string_construct_toupper): Likewise.
7857         (build_wcs_buffer): Likewise.
7858         (build_wcs_upper_buffer): Likewise.
7859         (build_upper_buffer): Likewise.
7860         (re_string_translate_buffer): Likewise.
7861         (re_node_set_alloc): Likewise.
7862         (re_node_set_init_1): Likewise.
7863         (re_node_set_init_2): Likewise.
7864         (re_node_set_init_copy): Likewise.
7865         (re_node_set_intersect): Likewise.
7866         (re_node_set_init_union): Likewise.
7867         (re_node_set_merge): Likewise.
7868         (re_node_set_insert): Likewise.
7869         (re_dfa_add_node): Likewise.
7870         (re_acquire_state): Likewise.
7871         (re_acquire_state_context): Likewise.
7872         (create_new_state_common): Likewise.
7873         (register_state): Likewise.
7874         (create_ci_new_state): Likewise.
7875         (create_cd_new_state): Likewise.
7876         (re_string_context_at): Remove redundant condition.
7877
7878 2002-01-16  Roger Sayle  <roger@eyesopen.com>
7879
7880         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
7881
7882         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
7883
7884 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7885
7886         * sysdeps/i386/elf/configure.in: Fix comment.
7887
7888         * sysdeps/sparc/sparc64/configure.in: New file.
7889         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
7890         if .dynamic comes before .got.
7891         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
7892
7893         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
7894         HP_TIMING_ACCUM): Fix typos.
7895
7896 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7897
7898         * string/strfry.c: Add some more randomness to the seed.
7899         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
7900
7901         * po/es.po: Update from translation team.
7902         * po/fr.po: Likewise.
7903
7904         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
7905
7906         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
7907         when determining type of format.
7908         Patch by James Antill <james@anqd.org> [PR libc/2787].
7909
7910 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
7911
7912         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
7913
7914 2002-03-11  Roland McGrath  <roland@frob.com>
7915
7916         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
7917
7918         * Versions.def (libc): Add GLIBC_2.2.6.
7919         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
7920         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
7921         __errno_location instead of __hurd_errno_location, and don't inline it.
7922         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
7923         * hurd/errno.c: New file.
7924         * hurd/Makefile (routines): Add errno.
7925
7926 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7927
7928         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
7929         ridiculously large widths and precisions [PR libc/3026].
7930
7931 2002-03-11  Andreas Jaeger  <aj@suse.de>
7932
7933         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
7934         support.
7935         Patch by Susanne Oberhauser <froh@SuSE.de>.
7936
7937 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7938
7939         * inet/rexec.c (ahostbuf): Define as static.
7940
7941         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
7942         (__ctype32_wctrans): Likewise.
7943         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
7944         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
7945         (__ctype32_wctrans): Likewise.
7946         (__ctype32_width): Likewise.
7947
7948         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
7949         They were never exported anyway.
7950
7951         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
7952         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
7953         exported.
7954         * include/sys/gmon.h: Declare _gmonparam.
7955
7956         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
7957         symbols for getdents64.  They were never exported.
7958
7959 2002-03-09  Roland McGrath  <roland@frob.com>
7960
7961         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
7962         Reported by Jon Arney <jarney1@cox.net>.
7963
7964 2002-02-23  Roland McGrath  <roland@frob.com>
7965
7966         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
7967         declaration.
7968         (__hurd_errno_location): Function removed.
7969
7970 2002-03-06  Andreas Jaeger  <aj@suse.de>
7971
7972         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
7973         32-bit.
7974
7975 2002-03-04  Andreas Jaeger  <aj@suse.de>
7976
7977         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
7978
7979         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
7980         x86-64.
7981
7982         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
7983
7984         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
7985
7986         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
7987
7988         * sysdeps/x86_64/bits/setjmp.h: New file.
7989
7990         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
7991
7992         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
7993
7994         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
7995         for x86.
7996         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
7997         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
7998
7999 2002-02-28  Bo Thorsen  <bo@suse.de>
8000
8001         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
8002         version.
8003
8004 2002-03-03  Andreas Jaeger  <aj@suse.de>
8005
8006         * sysdeps/x86_64/bits/wordsize.h: New file.
8007
8008         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
8009         * elf/tst-tlsmod1.c: Likewise.
8010
8011         * posix/regcomp.c: Get regex.h from include dir for internal
8012         prototypes.
8013
8014         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
8015         to libc-internal.h and include it.
8016         * include/libc-internal.h: Add __init_misc.
8017
8018         * misc/init-misc.c: Include libc-internal.h for prototypes.
8019
8020         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
8021
8022         * misc/error.c [_LIBC]: Include libioP.h for prototype of
8023         _IO_putc_internal.
8024
8025 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
8026
8027         * posix/regcomp.c: Compatibility changes to allow using the code
8028         outside glibc.
8029
8030 2002-02-28  Hartvig Ekner <hartvige@mips.com>
8031
8032         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
8033         compiled non-PIC.
8034
8035 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
8036
8037         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
8038         of .str elements in the returned data structure.
8039
8040         * elf/elf.h: Add Alpha TLS bits.
8041
8042 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8043
8044         * sysdeps/unix/sysv/linux/nice.c: New file.
8045
8046 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
8047
8048         * elf/Makefile (dl-routines): Add dl-origin.
8049         (elide-routines.os): Add dl-origin.
8050         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
8051         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
8052         _dl_debug_state.
8053         * include/libc-symbols.c: Define attribute_hidden depending on
8054         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
8055
8056         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
8057         * elf/dl-load.c: Likewise.
8058         * elf/rtld.c: Likewise.
8059         * include/unistd.h: Declare __libc_enable_secure_internal.
8060         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
8061         Use INTUSE with __libc_enable_secure.
8062         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8063
8064         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
8065         * elf/dl-error.c: Likewise,
8066         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
8067
8068         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
8069         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
8070         function definition.  Use INTDEF with _dl_get_origin.
8071         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8072
8073         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
8074         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
8075
8076         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
8077         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
8078         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
8079
8080         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
8081         * elf/dl-deps.c: Likewise.
8082         * elf/dl-error.c: Likewise.
8083         * elf/dl-fini.c: Likewise.
8084         * elf/dl-init.c: Likewise.
8085         * elf/dl-load.c: Likewise.
8086         * elf/dl-lookup.c: Likewise.
8087         * elf/dl-reloc.c: Likewise.
8088         * elf/dl-version.c: Likewise.
8089         * elf/do-lookup.h: Likewise.
8090         * sysdeps/arm/dl-machine.h: Likewise.
8091         * sysdeps/cris/dl-machine.h: Likewise.
8092         * sysdeps/hppa/dl-machine.h: Likewise.
8093         * sysdeps/i386/dl-machine.h: Likewise.
8094         * sysdeps/m68k/dl-machine.h: Likewise.
8095         * sysdeps/powerpc/dl-machine.h: Likewise.
8096         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8097         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8098         * sysdeps/sh/dl-machine.h: Likewise.
8099         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
8100         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
8101         * sysdeps/x86_64/dl-machine.h: Likewise.
8102         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
8103         _dl_argv[0].  Use INTUSE with _dl_argv.
8104         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
8105         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
8106
8107 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8108
8109         * elf/rtld.c (_rtld_global): Remove .protected.
8110         (_rtld_local): Strong alias to _rtld_global.
8111         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
8112         only .os object.
8113         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
8114         _rtld_local instead of _rtld_global.
8115         (_rtld_local): Add hidden extern, possibly in .sdata section.
8116         * configure.in: Add tests for visibility attribute and .sdata.
8117         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
8118         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
8119         * sysdeps/arm/dl-machine.h: Likewise.
8120         * sysdeps/generic/ldsodefs.h: Likewise.
8121         * sysdeps/hppa/dl-machine.h: Likewise.
8122         * sysdeps/cris/dl-machine.h: Likewise.
8123         * sysdeps/i386/dl-machine.h: Likewise.
8124         * sysdeps/ia64/dl-machine.h: Likewise.
8125         * sysdeps/m68k/dl-machine.h: Likewise.
8126         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8127         * sysdeps/mips/dl-machine.h: Likewise.
8128         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8129         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8130         * sysdeps/sh/dl-machine.h: Likewise.
8131         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8132         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8133         * sysdeps/x86_64/dl-machine.h: Likewise.
8134
8135 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8136
8137         * login/login.c (login): Always initialize ut_line field
8138         [PR libc/2991].
8139
8140 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8141
8142         * sysdeps/i386/Makefile (sysdep_routines): Add
8143         divdi3 in csu dir.
8144         (shared-only-routines): Likewise.
8145         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
8146         (shared-only-routines): Likewise.
8147         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
8148         (shared-only-routines): Likewise.
8149         * sysdeps/wordsize-32/divdi3.c: New file.
8150
8151 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8152
8153         * locale/iso-4217.def: Remove obsolete currencies for countries
8154         with Euro.
8155
8156 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
8157
8158         * posix/regcomp.c (regcomp): Remove a redundant condition.
8159         (init_word_char): Add a check on malloc failure.
8160         (create_initial_state): Likewise.
8161         (duplicate_node): Likewise.
8162         (calc_eclosure): Likewise.
8163         (calc_eclosure_iter): Likewise.
8164         (parse_expression): Likewise.
8165         (parse_bracket_exp): Remove unnecessary malloc invocations.
8166         (build_equiv_class): Likewise.
8167         (build_charclass): Likewise.
8168         * posix/regex_internal.c (re_node_set_intersect): Add a check
8169         on malloc failure.
8170         (re_node_set_add_intersect): Likewise.
8171         (re_node_set_merge): Likewise.
8172         (re_acquire_state): Likewise.
8173         (re_acquire_state_context): Likewise.
8174         (create_newstate_common): Likewise.
8175         (register_state): Likewise.
8176         (create_ci_newstate): Likewise.
8177         (create_cd_newstate): Likewise.
8178         * posix/regex_internal.h: Fix prototypes of re_acquire_state
8179         and re_acquire_state_context.
8180         * posix/regexec.c (regexec): Suit it to the error handling of
8181         re_search_internal.
8182         (re_match): Likewise.
8183         (re_search): Likewise.
8184         (re_search_internal): Add a check on malloc failure.
8185         (acquire_init_state_context): Likewise.
8186         (check_matching): Likewise.
8187         (proceed_next_node): Likewise.
8188         (set_regs): Likewise.
8189         (sift_states_backward): Likewise.
8190         (sift_states_iter_bkref): Likewise.
8191         (add_epsilon_backreference): Likewise.
8192         (transit_state): Likewise.
8193         (transit_state_sb): Likewise.
8194         (transit_state_mb): Likewise.
8195         (transit_state_bkref_loop): Likewise.
8196         (build_trtable): Likewise.
8197         (group_nodes_into_DFAstates): Likewise.
8198         (match_ctx_init): Likewise.
8199         (match_ctx_add_entry): Likewise.
8200
8201 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8202
8203         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
8204         l_libname if profiling is enabled [PR libc/2916].
8205
8206         * sysdeps/ia64/dl-tls.h: New file.
8207
8208 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
8209
8210         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
8211         Work around an Alpha gas bug.
8212
8213 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8214
8215         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
8216         uses read to load the catalog.
8217         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
8218
8219 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
8220
8221         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
8222         regex_internal.c, and regex_internal.h.
8223         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
8224         * posix/regex.c: Complete rewrite.
8225         * posix/regexec.c: New file.
8226         * posix/regcomp.c: New file.
8227         * posix/regex_internal.c: New file.
8228         * posix/regex_internal.h: New file.
8229         * posix/regex.h (RE_ICASE): New macro.
8230         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
8231
8232         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
8233         ungetwc.  It's a macro.
8234         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
8235         implementation.
8236         Reported by Jason Merrill <jason@redhat.com>.
8237
8238 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8239
8240         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
8241         position to fp->_offset if it is set.
8242         * stdio-common/Makefile (tests): Add tst-fdopen.
8243         * stdio-common/tst-fdopen.c: New test.
8244
8245 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8246
8247         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
8248         * stdio-common/tst-ungetc.c (main): Add another test.
8249
8250 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
8251
8252         * assert/assert-perr.c: Use INTUSE to reference functions and variables
8253         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
8254         aliases.  Add prototypes for the new aliases.
8255         * assert/assert.c: Likewise.
8256         * include/libc-symbols.h: Likewise.
8257         * include/stdio.h: Likewise.
8258         * include/netinet/in.h: Likewise.
8259         * include/rpc/auth.h: Likewise.
8260         * include/rpc/auth_unix.h: Likewise.
8261         * include/rpc/key_prot.h: Likewise.
8262         * include/rpc/pmap_prot.h: Likewise.
8263         * include/rpc/pmap_rmt.h: Likewise.
8264         * include/rpc/rpc_msg.h: Likewise.
8265         * include/rpc/xdr.h: Likewise.
8266         * inet/gethstbyad_r.c: Likewise.
8267         * inet/gethstbynm2_r.c: Likewise.
8268         * inet/gethstbynm_r.c: Likewise.
8269         * inet/gethstent_r.c: Likewise.
8270         * inet/in6_addr.c: Likewise.
8271         * libio/__fpurge.c: Likewise.
8272         * libio/filedoalloc.c: Likewise.
8273         * libio/fileops.c: Likewise.
8274         * libio/ftello.c: Likewise.
8275         * libio/ftello64.c: Likewise.
8276         * libio/genops.c: Likewise.
8277         * libio/iofclose.c: Likewise.
8278         * libio/iofdopen.c: Likewise.
8279         * libio/iofflush.c: Likewise.
8280         * libio/iofflush_u.c: Likewise.
8281         * libio/iofgetpos.c: Likewise.
8282         * libio/iofgetpos64.c: Likewise.
8283         * libio/iofgets.c: Likewise.
8284         * libio/iofgets_u.c: Likewise.
8285         * libio/iofopen.c: Likewise.
8286         * libio/iofopncook.c: Likewise.
8287         * libio/iofputs.c: Likewise.
8288         * libio/iofread.c: Likewise.
8289         * libio/iofread_u.c: Likewise.
8290         * libio/iofsetpos.c: Likewise.
8291         * libio/iofsetpos64.c: Likewise.
8292         * libio/ioftell.c: Likewise.
8293         * libio/iofwrite.c: Likewise.
8294         * libio/iogetline.c: Likewise.
8295         * libio/iogets.c: Likewise.
8296         * libio/iogetwline.c: Likewise.
8297         * libio/iolibio.h: Likewise.
8298         * libio/iopadn.c: Likewise.
8299         * libio/iopopen.c: Likewise.
8300         * libio/ioseekoff.c: Likewise.
8301         * libio/ioseekpos.c: Likewise.
8302         * libio/iosetbuffer.c: Likewise.
8303         * libio/iosetvbuf.c: Likewise.
8304         * libio/ioungetc.c: Likewise.
8305         * libio/ioungetwc.c: Likewise.
8306         * libio/iovdprintf.c: Likewise.
8307         * libio/iovsprintf.c: Likewise.
8308         * libio/iovsscanf.c: Likewise.
8309         * libio/libioP.h: Likewise.
8310         * libio/memstream.c: Likewise.
8311         * libio/obprintf.c: Likewise.
8312         * libio/oldfileops.c: Likewise.
8313         * libio/oldiofclose.c: Likewise.
8314         * libio/oldiofdopen.c: Likewise.
8315         * libio/oldiofgetpos.c: Likewise.
8316         * libio/oldiofgetpos64.c: Likewise.
8317         * libio/oldiofopen.c: Likewise.
8318         * libio/oldiofsetpos.c: Likewise.
8319         * libio/oldiofsetpos64.c: Likewise.
8320         * libio/oldiopopen.c: Likewise.
8321         * libio/oldstdfiles.c: Likewise.
8322         * libio/putc.c: Likewise.
8323         * libio/setbuf.c: Likewise.
8324         * libio/setlinebuf.c: Likewise.
8325         * libio/stdfiles.c: Likewise.
8326         * libio/stdio.c: Likewise.
8327         * libio/strops.c: Likewise.
8328         * libio/vasprintf.c: Likewise.
8329         * libio/vscanf.c: Likewise.
8330         * libio/vsnprintf.c: Likewise.
8331         * libio/vswprintf.c: Likewise.
8332         * libio/wfiledoalloc.c: Likewise.
8333         * libio/wfileops.c: Likewise.
8334         * libio/wgenops.c: Likewise.
8335         * libio/wstrops.c: Likewise.
8336         * malloc/mtrace.c: Likewise.
8337         * misc/error.c: Likewise.
8338         * misc/syslog.c: Likewise.
8339         * nss/getXXbyYY_r.c: Likewise.
8340         * nss/getXXent_r.c: Likewise.
8341         * nss/hosts-lookup.c: Likewise.
8342         * stdio-common/getw.c
8343         * stdio-common/printf-prs.c: Likewise.
8344         * stdio-common/printf_fp.c: Likewise.
8345         * stdio-common/printf_size.c: Likewise.
8346         * stdio-common/putw.c: Likewise.
8347         * stdio-common/scanf.c: Likewise.
8348         * stdio-common/sprintf.c: Likewise.
8349         * stdio-common/tmpfile64.c: Likewise.
8350         * stdio-common/vfprintf.c: Likewise.
8351         * stdio-common/vfscanf.c: Likewise.
8352         * stdlib/strfmon.c: Likewise.
8353         * sunrpc/auth_des.c: Likewise.
8354         * sunrpc/auth_none.c: Likewise.
8355         * sunrpc/auth_unix.c: Likewise.
8356         * sunrpc/authdes_prot.c: Likewise.
8357         * sunrpc/authuxprot.c: Likewise.
8358         * sunrpc/clnt_perr.c: Likewise.
8359         * sunrpc/clnt_raw.c: Likewise.
8360         * sunrpc/clnt_tcp.c: Likewise.
8361         * sunrpc/clnt_udp.c: Likewise.
8362         * sunrpc/clnt_unix.c: Likewise.
8363         * sunrpc/key_call.c: Likewise.
8364         * sunrpc/key_prot.c: Likewise.
8365         * sunrpc/openchild.c: Likewise.
8366         * sunrpc/pm_getmaps.c: Likewise.
8367         * sunrpc/pm_getport.c: Likewise.
8368         * sunrpc/pmap_clnt.c: Likewise.
8369         * sunrpc/pmap_prot.c: Likewise.
8370         * sunrpc/pmap_prot2.c: Likewise.
8371         * sunrpc/pmap_rmt.c: Likewise.
8372         * sunrpc/rpc_cmsg.c: Likewise.
8373         * sunrpc/rpc_prot.c: Likewise.
8374         * sunrpc/svc_authux.c: Likewise.
8375         * sunrpc/svc_raw.c: Likewise.
8376         * sunrpc/svc_simple.c: Likewise.
8377         * sunrpc/svc_tcp.c: Likewise.
8378         * sunrpc/svc_udp.c: Likewise.
8379         * sunrpc/svc_unix.c: Likewise.
8380         * sunrpc/xdr.c: Likewise.
8381         * sunrpc/xdr_array.c: Likewise.
8382         * sunrpc/xdr_mem.c: Likewise.
8383         * sunrpc/xdr_rec.c: Likewise.
8384         * sunrpc/xdr_ref.c: Likewise.
8385         * sunrpc/xdr_stdio.c: Likewise.
8386         * sysdeps/generic/_strerror.c: Likewise.
8387         * sysdeps/generic/printf_fphex.c: Likewise.
8388         * sysdeps/generic/tmpfile.c: Likewise.
8389         * sysdeps/gnu/errlist.awk: Likewise.
8390         * sysdeps/gnu/errlist.c: Likewise.
8391
8392         * libio/Makefile (routines): Remove iosprint.
8393         * libio/iosprintf.c: Removed
8394
8395
8396 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
8397
8398         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
8399         non_dynamic_init and exported now.
8400         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
8401         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
8402         !SHARED.
8403         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8404         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8405         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8406
8407 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
8408
8409         * elf/dl-close.c (free_slotinfo): Check for end of list and return
8410         true in this case.
8411
8412         * locale/iso-639.def: Add language codes for Walloon.
8413
8414         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
8415         total number of relocations performed.
8416
8417         * elf/sprof.c (load_profdata): If do_test provide information as
8418         to why loading failed.
8419         * elf/dl-profile.c (_dl_start_profile): Initialize all of
8420         hist_hdr.dimen.
8421
8422         * csu/set-init.c: Moved to...
8423         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
8424         * csu/Makefile: Don't compile set-init.
8425         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
8426         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
8427         to __libc_init.
8428         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8429         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8430         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
8431         __libc_init.
8432         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
8433         __libc_subinit.
8434
8435 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
8436
8437         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
8438         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
8439         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
8440         (_dl_deallocate_tls): New function.
8441         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
8442         _dl_deallocate_tls.
8443
8444 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8445
8446         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
8447         * stdio-common/tst-fseek.c (main): Add test for this.
8448
8449 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
8450
8451         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
8452
8453 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
8454
8455         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
8456         pointer before dereferencing.
8457
8458 2002-02-18  Roland McGrath  <roland@frob.com>
8459
8460         * sysdeps/mach/hurd/times.c: Fix typo in last change.
8461
8462         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
8463         Use task_policy in place of task_priority.
8464
8465         * sysdeps/generic/bits/mman.h
8466         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
8467         * sysdeps/mach/msync.c: New file.
8468
8469         * sysdeps/mach/powerpc/syscall.S: New file.
8470
8471         * mach/msg.c [MACH_MSG_OVERWRITE]
8472         (__mach_msg_trap, __mach_msg_overwrite): New functions.
8473         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
8474
8475         * sysdeps/mach/configure.in: Check for clock.defs to put into
8476         mach_interface_list.
8477         * sysdeps/mach/configure: Regenerated.
8478
8479         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
8480         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
8481         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
8482         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
8483         (mach-shortcuts): Add device_read_overwrite_request,
8484         device_read_overwrite, vm_read_overwrite, thread_switch.
8485
8486         * configure.in (base_machine): Set to $machine by default.
8487         * configure: Regenerated.
8488
8489         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
8490         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
8491         * sysdeps/mach/configure: Regenerated.
8492         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
8493
8494         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
8495
8496         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
8497
8498         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
8499         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
8500
8501 2002-02-17  Roland McGrath  <roland@frob.com>
8502
8503         * sysdeps/mach/hurd/times.c
8504         [NO_CREATION_TIME] (startup_time): New static variable.
8505         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
8506         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
8507         creation_time from task_basic_info.
8508         (__times): Use __gettimeofday instead of __host_get_time.
8509
8510         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
8511         Use untyped Mach IPC message format.
8512
8513         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
8514
8515         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
8516         _S_catch_exception_raise_state_identity,
8517         _hurdsig_fault_catch_exception_raise_state,
8518         _hurdsig_fault_catch_exception_raise_state_identity.
8519
8520         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
8521
8522         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
8523         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
8524
8525         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
8526         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
8527
8528         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
8529         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
8530         them as no-op macros.
8531         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
8532         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
8533
8534         * sysdeps/powerpc/dl-machine.h
8535         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
8536
8537         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
8538         Use untyped Mach IPC message format.
8539
8540         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
8541         Handle untyped Mach IPC message formats.
8542
8543         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
8544         Expect different argument conventions when this is defined.
8545         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
8546         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
8547         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
8548         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
8549         for OSF Mach variant.
8550         (faulted): Use mig_reply_error_t for REPLY.
8551         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
8552         in __thread_set_exception_ports call.
8553         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
8554         __mach_port_set_attributes in place of __mach_port_set_qlimit.
8555
8556         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
8557         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
8558         on Darwin, which includes bogons.
8559
8560         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
8561         variable LOADBASE so it's not declared when it's not used.
8562
8563 2002-02-16  Roland McGrath  <roland@frob.com>
8564
8565         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
8566         to use BI.creation_time.
8567
8568         * mach/Machrules (MIG): Add -x c to CPP value passed down.
8569
8570         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
8571         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
8572         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
8573         host_page_size instead of vm_statistics.
8574
8575         * sysdeps/mach/Makefile (mach-before-compile): Don't include
8576         mach_interface.h here, since not all variants use that name.
8577
8578         * sysdeps/mach/configure.in: Add some checks for Mach headers
8579         to ensure a sane installation.
8580         (mach_interface_list): Define this variable by checking for .defs
8581         files found in various variants.
8582         * configure.in (mach_interface_list): AC_SUBST this.
8583         * config.make.in (mach-interface-list): New substituted variable.
8584         * mach/Makefile (user-interfaces): Define this using the value
8585         of $(mach-interface-list) instead of mach, mach4.
8586         Updated other references to mach_interface to use it as well.
8587
8588         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
8589
8590         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
8591         mig_reply_error_t for OSF Mach variant.
8592
8593         * mach/Makefile (routines): Remove bootprivport.
8594         * mach/bootprivport.c: File removed.  It has never been used.
8595
8596         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
8597         Grok the OSF flavor of message format.
8598         (mach_msg_destroy_port): For MAKE_SEND and
8599         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
8600         no-senders notification.
8601
8602 2002-02-06  Roland McGrath  <roland@frob.com>
8603
8604         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8605         to here if 2.0 compatibility enabled ...
8606         (libc: GLIBC_2.1.3): ... from here.
8607
8608 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
8609
8610         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8611         generation counter.
8612         * elf/dl-close.c (_dl_close): Likewise.
8613
8614 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
8615
8616         * elf/Makefile: Add rules to build and run tst-tls8.
8617         * elf/tst-tls8.c: New file.
8618         * elf/tst-tlsmod4.c: New file.
8619
8620         * stdlib/test-a64l.c (tests): Add more test cases.
8621
8622         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8623         Reported by Walter Harms <WHarms@bfs.de>.
8624
8625 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
8626
8627         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8628         definitions for struct sigcontext.
8629         Suggested by David Mosberger-Tang.
8630
8631 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8632
8633         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
8634         for removing reference of module in slotinfo list.
8635         (_dl_close): Use remove_slotinfo.
8636         * sysdeps/generic/dl-tls.c: General pretty printing.
8637         (oom): Define only if SHARED.
8638         (_dl_next_tls_modid): Correct starting point for the case we assume
8639         there is a gap.  Add missing instruction grouping (doh!).  Correct
8640         tests for reaching maximum index.
8641         * elf/Makefile: Add rules to build and run tst-tls7.
8642         * elf/tst-tls7.c: New file.
8643         * elf/tst-tlsmod3.c: New file.
8644
8645         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8646         USE_TLS.
8647         * elf/tst-tlsmod2.c: Likewise.
8648
8649         * elf/dl-close.c (_dl_close): When closing an object using TLS
8650         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8651         true.  Increment dl_tls_generation only if we closed any TLS-using
8652         object.
8653         * elf/tst-tls6.c: New file.
8654         * elf/Makefile: Add rules to build and run tst-tls6.
8655
8656         * po/da.po: Update from translation team.
8657
8658         * locale/categories.def: Fix typo [PR libc/2948].
8659         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8660         [PR libc/2949].
8661         * locale/iso-4217.def: Update from official version [PR libc/2950].
8662         * glibcbug.in: Honor TMPDIR [PR libc/2951].
8663         * locale/programs/ld-collate.c (collate_finish): Bail out with a
8664         message if input is too confusion instead of using assert.
8665         (collate_read): Don't crash on unknown symbol [PR libc/2952].
8666         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8667
8668         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8669         * elf/tst-tls2.c: Likewise.
8670         * elf/tst-tls3.c: Likewise.
8671
8672 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8673
8674         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8675
8676 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8677
8678         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8679         if this is really necessary.
8680
8681         * elf/dl-close.c (_dl_close): Implement freeing entries in the
8682         slotinfo array.
8683         (free_mem): Free memory for the slotinfo array if possible.
8684
8685 2002-02-12  Andreas Schwab  <schwab@suse.de>
8686
8687         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8688
8689 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
8690
8691         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
8692         TLS_DTV_UNALLOCATE.
8693         (oom): New function.
8694         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
8695         (_dl_determine_tlsoffset): Likewise.
8696         (_dl_allocate_tls): Likewise.
8697         (__TLS_GET_ADDR): Define if not already defined.
8698         (_dl_tls_symaddr): New function.
8699         (allocate_and_init): New function.
8700         (__tls_get_addr): Actually implement handling of generation counter
8701         and deferred allocation.
8702         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
8703         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8704         _dl_tls_generation.
8705         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
8706         Declare _dl_tls_symaddr.
8707         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
8708         SHARED.
8709         * include/link.h (struct link_map):  Remove l_tls_nextimage and
8710         l_tls_previmage.
8711         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
8712         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
8713         (_dl_vsym): Likewise.
8714         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
8715         layout.
8716         (dl_main): Allow PT_TLS be present for empty segment.  Remove
8717         nextimage list handling.  Instead add all modules using TLS to
8718         dl_tls_dtv_slotinfo_list.
8719         * elf/dl-open.c (dl_open_worker): After successfully loading all
8720         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
8721         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
8722         empty segment don't do anything.  Remove handling of initimage list.
8723         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
8724         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
8725         * elf/dl-minimal.c: Define __libc_memalign.
8726         * elf/dl-support.c: Remove _dl_initimage_list.  Add
8727         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8728         _dl_tls_generation.
8729         * include/stdlib.h: Declare __libc_memalign.
8730
8731         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
8732         * elf/tst-tls4.c: New file.
8733         * elf/tst-tls5.c: New file.
8734         * elf/tst-tlsmod2.c: New file.
8735
8736         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
8737
8738         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
8739
8740         * elf/tst-tls1.c: Use test-skeleton.c.
8741         * elf/tst-tls2.c: Likewise.
8742         * elf/tst-tls3.c: Likewise.
8743
8744         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
8745
8746 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8747
8748         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
8749
8750 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
8751
8752         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
8753
8754         * elf/tst-tls3.c: New file.
8755         * elf/tst-tlsmod1.c: New file.
8756         * elf/Makefile: Add rules to build and run tst-tls3.
8757
8758         * sysdeps/i386/dl-machine.h: Include <tls.h>.
8759         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
8760         TLS relocations.
8761
8762         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
8763
8764         * po/fr.po: Update from translation team.
8765
8766         * elf/tls-macros.h: Add alternative macros for use in PIC.
8767
8768         * elf/dl-lookup.c: Include <tls.h>.
8769         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
8770
8771         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
8772         required by passing pointer to last element of the list.
8773
8774         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
8775         l_tls_initimage to a place where it actually is performed.
8776
8777         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
8778         after globfree() calls.
8779
8780         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
8781         (openaux): Pass open_mode as new last argument to _dl_map_object.
8782         (_dl_map_object_deps): Add new argument open_mode.  Initialize
8783         open_mode element of args variable with it.
8784         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
8785         _dl_map_object_deps.
8786         * elf/rtld.c (dl_main): Add zero as last parameter to
8787         _dl_map_object_deps call.
8788         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
8789         * elf/nodlopen2.c: New file.
8790         * elf/nodlopenmod2.c: New file.
8791         * elf/Makefile: Add rules to build and run nodlopen2.
8792
8793         * elf/tst-tls1.c: Move TLS helper macros to...
8794         * elf/tls-macros.h: ...here.  New file.
8795         * elf/tst-tls2.c: New file.
8796         * elf/Makefile (tests): Add tst-tls2.
8797         (distribute): Add tls-macros.h.
8798
8799         * po/sv.po: Update from translation team.
8800
8801         * elf/tst-tls1.c (main): Add complete set of tests.  Split
8802         architecture specific definitions from the actual test code.
8803
8804         * po/tr.po: Update from translation team.
8805
8806 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
8807
8808         * elf/Makefile (tests): Add tst-tls1.
8809         * elf/tst-tls1.c: New file.
8810
8811         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
8812         alignment of TCB for now.
8813
8814         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
8815         initialization image for the application itself.
8816
8817         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
8818         loop to initialize TLS block.
8819
8820 2002-02-08  Richard Henderson  <rth@redhat.com>
8821
8822         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
8823         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
8824
8825         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
8826
8827 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
8828
8829         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
8830
8831 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
8832
8833         * po/ca.po: Update from translation team.
8834         * po/sk.po: Likewise.
8835
8836         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
8837         (dl_main): Move dtv/static TLS handling before relocation.
8838         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
8839         TLS_INIT_TP to allocate and install the dtv/static TLS block.
8840         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
8841         so far uses TLS initialize GL(dl_tls_static_size) and
8842         GL(dl_tls_static_align) to account for the TCB.
8843         (_dl_allocate_tls): New function.
8844         * sysdeps/generic/ldsodefs.h (rtld_global): Add
8845         _dl_initial_dtv_malloced.
8846
8847         * configure.in: Test for __builtin_memset more realistically.
8848
8849         * csu/version.c (banner): If TLS support is available say so.
8850
8851 2002-02-04  H.J. Lu  <hjl@gnu.org>
8852
8853         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
8854         __attribute_used__.
8855         (__dl_runtime_resolve): Likewise.
8856
8857         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
8858         declaration.
8859
8860 2001-11-15  H.J. Lu  <hjl@gnu.org>
8861
8862         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
8863         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
8864
8865         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
8866
8867 2002-02-07  H.J. Lu  <hjl@gnu.org>
8868
8869         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
8870         ".set noreorder".
8871         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
8872         Likewise.
8873
8874 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8875
8876         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
8877
8878         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
8879         ___tls_get_addr_internal.
8880         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
8881
8882         * po/ko.po: Update from translation team.
8883
8884 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
8885
8886         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
8887         attribute, change __pad{1,2} type to unsigned int.
8888         (struct stat64): Remove packed attribute.
8889
8890 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8891
8892         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
8893
8894 2002-02-07  Andreas Schwab  <schwab@suse.de>
8895
8896         * configure.in: Fix check for -zcombreloc.
8897
8898 2002-02-06  H.J. Lu  <hjl@gnu.org>
8899
8900         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
8901         * configure.in: Check if __builtin_memset really works.
8902         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
8903         __GNUC_PREREQ (2, 96) before using __builtin_memset.
8904
8905 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
8906
8907         * io/bug-ftw3.c (main): Don't try the test if root.
8908
8909 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8910
8911         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
8912         constraints.
8913         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
8914         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
8915         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
8916         Likewise.
8917         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
8918         a weak alias for __clone.
8919         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
8920         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
8921         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
8922         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
8923         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
8924         a weak alias for __mmap64.
8925
8926 2002-02-05  H.J. Lu  <hjl@gnu.org>
8927
8928         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
8929         (atomic_add): Likewise.
8930         (compare_and_swap): Likewise.
8931         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
8932
8933 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8934
8935         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
8936
8937         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
8938         alignment of the TCB and store total size and alignment of static
8939         TLS block in _dl_tls_static_size and _dl_tls_static_align.
8940         tls_index is a typedef.
8941         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
8942         _dl_tls_static_align.
8943         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
8944         * elf/dl-support.c: Define _dl_tls_static_size and
8945         _dl_tls_static_align.
8946
8947 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8948
8949         * configure.in: Add --without-tls option.
8950         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
8951         --without-tls is given.
8952
8953         * sysdeps/generic/dl-tls.c: Include <tls.h>.
8954
8955         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
8956
8957 2002-02-06  Roland McGrath  <roland@frob.com>
8958
8959         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
8960         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
8961
8962         * scripts/versions.awk: Improve error message for missing version.
8963         Each version inherits from the last one only if they have the same
8964         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
8965         but not GLIBC_x and FOO_y.
8966
8967         * scripts/firstversions.awk: Handle libraries that don't have each
8968         particular version named in the third column of shlib-versions.
8969
8970         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
8971
8972 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8973
8974         * Versions.def [ld]: Add GLIBC_2.3.
8975         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
8976         * elf/Makefile (dl-routines): Add dl-tls.
8977         (distribute): Add dl-tls.h.
8978         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8979         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8980         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
8981         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
8982         along with the other info in the link map.  Change queueing of init
8983         images for double linked list.  Use _dl_next_tls_modid to compute
8984         l_tls_modid.
8985         * elf/rtld.c (_dl_start_final): Store alignment requirement
8986         along with the other info in rtld map and executable map.
8987         (dl_main): Add ld.so to the init image list if necessary.  Compute
8988         final module ID with _dl_next_tls_modid.
8989         * include/link.h (struct link_map): Add l_tls_previmage and
8990         l_tls_align.
8991         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8992         * sysdeps/i386/elf/Versions: New file.
8993         * sysdeps/generic/dl-tls.c: New file.
8994         * sysdeps/generic/dl-tls.h: New file.
8995         * sysdeps/i386/dl-tls.h: New file.
8996
8997 2002-02-06  Roland McGrath  <roland@frob.com>
8998
8999         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
9000         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
9001
9002 2002-01-05  Roland McGrath  <roland@frob.com>
9003
9004         * sysdeps/mach/configure.in: New file.
9005         * sysdeps/mach/configure: New generated file.
9006
9007         * mach/Makefile (user-interfaces): Remove default_pager_helper.
9008         It has never been used by anything.
9009
9010 2002-02-06  H.J. Lu  <hjl@gnu.org>
9011
9012         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
9013         is included.
9014
9015 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9016
9017         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
9018         attribute((packed)) to counter stupid people misusing gcc options.
9019         (struct stat64): Likewise.
9020
9021 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9022
9023         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
9024         the variables which are used as booleans.
9025
9026 2002-02-06  Andreas Jaeger  <aj@suse.de>
9027
9028         * include/libc-symbols.h (INTUSE): Renamed from INT.
9029         * elf/dl-deps.c: Change users.
9030         * sysdeps/generic/dl-sysdep.c: Likewise.
9031         * sysdeps/generic/dl-cache.c: Likewise.
9032         * elf/dl-reloc.c: Likewise.
9033         * elf/rtld.c: Likewise.
9034         * elf/dl-version.c: Likewise.
9035         * elf/dl-load.c: Likewise.
9036         * elf/dl-dst.h: Likewise.
9037         * elf/dl-init.c: Likewise.
9038         * elf/dl-error.c: Likewise.
9039         * elf/dl-fini.c: Likewise.
9040         * elf/dl-runtime.c: Likewise.
9041         * elf/do-lookup.h: Likewise.
9042
9043         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
9044         definition.
9045         * stdio-common/_itowa.h: Likewise.
9046
9047 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9048
9049         * elf/dl-minimal.c: Define _itoa_lower_digits.
9050
9051         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
9052         DT_FLAGS set.
9053
9054         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
9055         loading modules with the DF_STATIC_TLS flag set.
9056         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
9057         element.
9058         * include/link.h (struct link_map): Add l_flags field.
9059         * elf/elf.h (DF_STATIC_TLS): New definition.
9060
9061         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
9062         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
9063
9064         * elf/rtld.c (process_dl_debug): Correct printing help message.
9065         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
9066         for %s.
9067
9068         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
9069         definition and pass &errno in use of this variable.
9070         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
9071
9072 2002-02-04  Andreas Schwab  <schwab@suse.de>
9073
9074         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
9075         * locale/programs/charmap-dir.c: Wrap calls that output messages
9076         with WITH_CUR_LOCALE.  Include "localedef.h" first.
9077         * locale/programs/charmap.c: Likewise.
9078         * locale/programs/ld-address.c: Likewise.
9079         * locale/programs/ld-collate.c: Likewise.
9080         * locale/programs/ld-ctype.c: Likewise.
9081         * locale/programs/ld-identification.c: Likewise.
9082         * locale/programs/ld-measurement.c: Likewise.
9083         * locale/programs/ld-messages.c: Likewise.
9084         * locale/programs/ld-monetary.c: Likewise.
9085         * locale/programs/ld-name.c: Likewise.
9086         * locale/programs/ld-numeric.c: Likewise.
9087         * locale/programs/ld-paper.c: Likewise.
9088         * locale/programs/ld-telephone.c: Likewise.
9089         * locale/programs/ld-time.c: Likewise.
9090         * locale/programs/linereader.c: Likewise.
9091         * locale/programs/linereader.h: Likewise.
9092         * locale/programs/localedef.c: Likewise.
9093         * locale/programs/locfile.c: Likewise.
9094         * locale/programs/repertoire.c: Likewise.
9095
9096 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9097
9098         * elf/rtld.c (_dl_start_final): Determine load address to locate
9099         ehdr with GL(dl_rtld_map).l_map_start.
9100
9101         * po/ca.po: Update from translation team.
9102
9103         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
9104         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
9105         header entry.
9106         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9107         _dl_tls_module_cnt.
9108         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
9109
9110 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
9111
9112         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
9113         * include/link.h (struct link_map): Add various members for TLS
9114         information.
9115         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9116         _rtld_tlsoffset, add _dl_initimage_list.
9117         * sysdeps/i386/dl-lookupcfg.h: New file.
9118         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
9119         TLS relocation.  When using TLS we now use RESOLVE_MAP.
9120         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
9121         is used.
9122
9123         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
9124         unused.
9125
9126         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
9127         thread-pointer as soon as possible.
9128         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
9129         elements in rtld_global.
9130         * sysdeps/generic/tls.h: New file.
9131         * elf/Makefile (distribute): Add tls.h.
9132         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
9133         relocations.  Not complete yet.
9134
9135         * resolv/resolv.h: Allow user to define __need_res_state and only
9136         define __res_start structure then.
9137         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
9138
9139         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
9140         dl_cpuclock_offset initialization to _dl_start_final.
9141         (_dl_show_auxv): Avoid unnecessary sign extension.
9142         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
9143
9144 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9145
9146         * config.h.in: Add HAVE_TLS_SUPPORT.
9147         * sysdeps/i386/elf/configure.in: New file.
9148
9149 2002-02-03  Andreas Schwab  <schwab@suse.de>
9150
9151         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
9152         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
9153
9154 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
9155
9156         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
9157         alloca if the memory reqirements are too high.
9158
9159 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9160
9161         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
9162         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
9163         the former is available anyway and speed isn't important here.
9164         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
9165         * elf/dl-version.c (match_symbol): Likewise.
9166         (_dl_check_map_versions): Likewise.
9167         * elf/rtld.c (process_envvars): Likewise.
9168         (print_statistics): Likewise.
9169         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
9170         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
9171         bases.  Add assert to catch uses of unimplemented features.
9172         (__strsep): Add assert to catch uses of unimplemented features.
9173         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
9174         and avoid inline optimization.
9175         * elf/rtld.c (process_envvars): Likewise.
9176         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
9177         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
9178         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
9179
9180 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9181
9182         * stdio-common/_itoa.h: Minor simplifications of the code.
9183         * stdio-common/_itoa.c: Likewise.
9184
9185         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
9186         instead of _dl_printf for debugging info output.
9187
9188         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
9189         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
9190
9191 2002-02-01  H.J. Lu  <hjl@gnu.org>
9192
9193         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
9194         (atomic_add): Likewise.
9195         (compare_and_swap): Return 0 only when failed to compare. Use
9196         branch likely.
9197
9198         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
9199         branch likely.
9200
9201 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
9202
9203         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
9204
9205 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9206
9207         * elf/dl-minimal.c (__strsep): New minimal implementation.
9208
9209 2002-02-02  Paul Eggert  <eggert@twinsun.com>
9210
9211         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
9212         (__mktime_internal): If no tm_isdst is requested, prefer solutions
9213         with tm_isdst > 0 when the requested time falls within a
9214         spring-forward gap [PR libc/2894].
9215
9216 2002-02-03  Andreas Schwab  <schwab@suse.de>
9217
9218         * stdio-common/tst-rndseek.c: Increase timeout.
9219
9220 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9221
9222         Change ld.so to not use functions which are exported.  One cannot
9223         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
9224         definitions.
9225         * include/libc-symbols.h: Define INT and INTDEF.
9226         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
9227         _dl_signal_error_internal, _dl_map_object_internal,
9228         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
9229         _dl_lookup_versioned_symbol_internal,
9230         _dl_relocate_object_internal, _dl_debug_state_internal,
9231         _dl_start_profile_internal, and _dl_unload_cache_internal.
9232         * include/dlfcn.h: Declare _dl_catch_error_internal.
9233         * elf/rtld.c: Use INT for calls to any of the *_internal functions
9234         above.  Add INTDEF to function definitions.
9235         * elf/dl-debug.c: Likewise.
9236         * elf/dl-deps.c: Likewise.
9237         * elf/dl-dst.h: Likewise.
9238         * elf/dl-error.c: Likewise.
9239         * elf/dl-fini.c: Likewise.
9240         * elf/dl-init.c: Likewise.
9241         * elf/dl-load.c: Likewise.
9242         * elf/dl-lookup.c: Likewise.
9243         * elf/dl-misc.c: Likewise.
9244         * elf/dl-open.c: Likewise.
9245         * elf/dl-profile.c: Likewise.
9246         * elf/dl-reloc.c: Likewise.
9247         * elf/dl-runtime.c: Likewise.
9248         * elf/dl-version.c: Likewise.
9249         * elf/do-lookup.h: Likewise.
9250         * sysdeps/generic/dl-cache.c: Likewise.
9251         * sysdeps/generic/dl-sysdep.c: Likewise.
9252         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
9253         instead of _dl_init.
9254         * sysdeps/arm/dl-machine.h: Likewise.
9255         * sysdeps/cris/dl-machine.h: Likewise.
9256         * sysdeps/hppa/dl-machine.h: Likewise.
9257         * sysdeps/i386/dl-machine.h: Likewise.
9258         * sysdeps/ia64/dl-machine.h: Likewise.
9259         * sysdeps/m68k/dl-machine.h: Likewise.
9260         * sysdeps/mips/dl-machine.h: Likewise.
9261         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9262         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9263         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9264         * sysdeps/sh/dl-machine.h: Likewise.
9265         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9266         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9267         * sysdeps/x86_64/dl-machine.h: Likewise.
9268         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9269
9270         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9271         and _dl_debug_initialize.
9272
9273         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9274         more information.
9275         * elf/rtld.c (dl_main): Avoid strrchr.
9276         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9277         result of readlink.  Search from the back for '/'.
9278
9279         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9280         strncpy if possible.
9281
9282         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
9283         strncmp.
9284         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
9285         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
9286         strspn, and strcspn.
9287         (process_envvars): Don't use strcspn.
9288
9289         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
9290         (_dl_dst_substitute): Likewise.
9291
9292 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9293
9294         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
9295         code which is never used when relocating ld.so itself.
9296
9297         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
9298         starting ld.so itself.  Move l_addr variable initialization closer
9299         to use.
9300         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
9301
9302 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9303
9304         * Versions.def (libc): Add GLIBC_PRIVATE.
9305         (libdb, libnss_db, libdb1): Remove.
9306         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
9307         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
9308         (libpthread): Add GLIBC_PRIVATE.
9309         (libresolv): Likewise, remove GLIBC_2.1.
9310         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
9311         GLIBC_2.2.3, GLIBC_2.3.
9312         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
9313         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
9314         _dl_sym, _dl_vsym): Likewise.
9315         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
9316         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
9317         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
9318         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
9319         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
9320         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
9321         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
9322         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
9323         Likewise.
9324         (_dl_object_relocation_scope): Remove.
9325         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
9326         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
9327         __gconv_cache): Move to GLIBC_PRIVATE.
9328         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
9329         __internal_setnetgrent): Likewise.
9330         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
9331         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
9332         * locale/Versions (__collate_element_hash, __collate_element_strings,
9333         __collate_symbol_classes, __collate_symbol_hash,
9334         __collate_symbol_strings, _nl_current_LC_COLLATE,
9335         _nl_current_LC_CTYPE): Likewise.
9336         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
9337         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
9338         (libnss_nis, libnss_nisplus): Likewise.
9339         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
9340         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
9341         (libnss_files): Move all symbols to GLIBC_PRIVATE.
9342         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
9343         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
9344         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
9345         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
9346         __ns_get16, __ns_samename): Likewise.
9347         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
9348         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
9349         GLIBC_PRIVATE.
9350         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
9351         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
9352         __libc_connect): Likewise.
9353         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
9354         Likewise.
9355         * stdlib/Versions (__libc_system): Likewise.
9356         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
9357         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
9358         * sysdeps/ia64/fpu/Versions: Likewise.
9359         * sysdeps/ia64/Versions: Likewise.
9360         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
9361         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
9362         to GLIBC_PRIVATE.
9363         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
9364         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
9365         __libc_sigaction): Likewise.
9366         * termios/Versions (__libc_tcdrain): Likewise.
9367
9368         * misc/sys/cdefs (__attribute_noinline__): Define.
9369         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
9370         __attribute_noinline__.
9371
9372         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
9373         * elf/dl-xstat64.c: New file.
9374         * elf/dl-fxstat64.c: New file.
9375         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
9376         don't export __fxstat64 at multiple versions.
9377         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
9378         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
9379
9380 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
9381
9382         * locale/program/ld-collate.c (collate_finish): Assign a wide
9383         char collation sequence value to multi character collating
9384         elements, and avoid over writing by non-character elements.
9385
9386 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9387
9388         * elf/Makefile (distribute): Add dl-procinfo.c.
9389         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
9390         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
9391
9392 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9393
9394         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
9395         definition.
9396         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
9397         _rtld_global struct.
9398         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9399         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
9400         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9401         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
9402         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
9403         _dl_fpu_control_set): Remove unused externs.
9404         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
9405         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
9406         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
9407         related variables in _rtld_global struct.
9408         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
9409         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
9410         unused extern.
9411
9412 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9413
9414         * sysdeps/generic/dl-procinfo.c: New file.
9415
9416 2002-02-01  Andreas Schwab  <schwab@suse.de>
9417
9418         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
9419
9420 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9421
9422         * elf/rtld.c (_dl_start): Mark as internal_function.
9423         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
9424         in register.
9425         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
9426         General pretty printing.
9427
9428 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9429
9430         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
9431         * elf/dl-reloc.c: Pretty printing.
9432         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
9433         procinfo-related variables in rtld_global struct.
9434         * elf/dl-support.c: Likewise.
9435         * elf/rtld.c: Likewise.
9436         * sysdeps/i386/i686/Makefile: Likewise.
9437         * sysdeps/i386/i686/hp-timing.c: Likewise.
9438         * sysdeps/i386/i686/hp-timing.h: Likewise.
9439         * sysdeps/ia64/Makefile: Likewise.
9440         * sysdeps/ia64/hp-timing.c: Likewise.
9441         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
9442         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
9443         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
9444         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
9445         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
9446         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
9447         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
9448         * sysdeps/x86_64/Makefile: Likewise.
9449
9450         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
9451         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
9452         _dl_debug_fd to rtld_global.
9453         * elf/Versions: Likewise.
9454         * elf/dl-close.c: Likewise.
9455         * elf/dl-iteratephdr.c: Likewise.
9456         * elf/dl-lookup.c: Likewise.
9457         * elf/dl-misc.c: Likewise.
9458         * elf/dl-open.c: Likewise.
9459         * elf/dl-support.c: Likewise.
9460         * elf/do-lookup.h: Likewise.
9461         * elf/rtld.c: Likewise.
9462         * sysdeps/generic/dl-cache.c: Likewise.
9463         * sysdeps/generic/dl-sysdep.c: Likewise.
9464         * sysdeps/ia64/Versions: Likewise.
9465         * sysdeps/unix/clock_gettime.c: Likewise.
9466         * sysdeps/unix/clock_settime.c: Likewise.
9467         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9468         * sysdeps/sparc/Versions: Removed.
9469         * sysdeps/i386/i686/Versions : Removed.
9470         * sysdeps/x86_64/Versions: Removed.
9471         * configure.in: Define HAVE_PROTECTED if .protected is available.
9472         * config.h.in: Add entry for HAVE_PROTECTED.
9473
9474 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
9475
9476         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
9477         code in struct _rtld_global.  Export this struct, remove all
9478         exports for the signal variables.
9479         * sysdeps/arm/dl-machine: Likewise.
9480         * sysdeps/generic/dl-origin: Likewise.
9481         * sysdeps/generic/dl-sysdep: Likewise.
9482         * sysdeps/generic/dl-cache: Likewise.
9483         * sysdeps/hppa/dl-fptr: Likewise.
9484         * sysdeps/hppa/dl-machine: Likewise.
9485         * sysdeps/cris/dl-machine: Likewise.
9486         * sysdeps/i386/dl-machine: Likewise.
9487         * sysdeps/ia64/dl-machine: Likewise.
9488         * sysdeps/m68k/dl-machine: Likewise.
9489         * sysdeps/mach/hurd/dl-sysdep: Likewise.
9490         * sysdeps/mips/mips64/dl-machine: Likewise.
9491         * sysdeps/mips/dl-machine: Likewise.
9492         * sysdeps/powerpc/elf/libc-start: Likewise.
9493         * sysdeps/powerpc/dl-machine: Likewise.
9494         * sysdeps/powerpc/dl-start: Likewise.
9495         * sysdeps/sparc/sparc32/dl-machine: Likewise.
9496         * sysdeps/sparc/sparc64/dl-machine: Likewise.
9497         * sysdeps/sh/dl-machine: Likewise.
9498         * sysdeps/s390/s390-32/dl-machine: Likewise.
9499         * sysdeps/s390/s390-64/dl-machine: Likewise.
9500         * sysdeps/unix/sysv/aix/libc-start: Likewise.
9501         * sysdeps/unix/sysv/aix/start-libc: Likewise.
9502         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
9503         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
9504         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
9505         * sysdeps/x86_64/dl-machine: Likewise.
9506
9507 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9508
9509         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
9510         are too high.
9511
9512 2002-01-31  Andreas Schwab  <schwab@suse.de>
9513
9514         * sysdeps/posix/readv.c: Check for ssize_t overflow.
9515
9516 2002-01-31  Andreas Schwab  <schwab@suse.de>
9517
9518         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
9519         reference to _dl_pagesize.
9520
9521 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
9522
9523         * Versions.def [ld]: Add GLIBC_2.3.
9524         * elf/dl-addr.c: Move global variables for SHARED code in struct
9525         _rtld_global.  Export this struct, remove all exports for the
9526         signal variables.
9527         * elf/dl-close.c: Likewise.
9528         * elf/dl-conflict.c: Likewise.
9529         * elf/dl-debug.c: Likewise.
9530         * elf/dl-deps.c: Likewise.
9531         * elf/dl-dst.h: Likewise.
9532         * elf/dl-error.c: Likewise.
9533         * elf/dl-fini.c: Likewise.
9534         * elf/dl-init.c: Likewise.
9535         * elf/dl-iteratephdr.c: Likewise.
9536         * elf/dl-libc.c: Likewise.
9537         * elf/dl-load.c: Likewise.
9538         * elf/dl-lookup.c: Likewise.
9539         * elf/dl-minimal.c: Likewise.
9540         * elf/dl-object.c: Likewise.
9541         * elf/dl-open.c: Likewise.
9542         * elf/dl-profile.c: Likewise.
9543         * elf/dl-profstub.c: Likewise.
9544         * elf/dl-reloc.c: Likewise.
9545         * elf/dl-runtime.c: Likewise.
9546         * elf/dl-support.c: Likewise.
9547         * elf/dl-sym.c: Likewise.
9548         * elf/dl-version.c: Likewise.
9549         * elf/do-lookup.h: Likewise.
9550         * elf/do-rel.h: Likewise.
9551         * elf/dynamic-link.h: Likewise.
9552         * elf/rtld.c: Likewise.
9553         * sysdeps/generic/dl-cache.c: Likewise.
9554         * sysdeps/generic/dl-sysdep.c: Likewise.
9555         * sysdeps/generic/ldsodefs.h: Likewise.
9556         * sysdeps/generic/libc-start.c: Likewise.
9557         * sysdeps/i386/dl-machine.h: Likewise.
9558         * sysdeps/ia64/dl-fptr.c: Likewise.
9559         * sysdeps/ia64/dl-machine.h: Likewise.
9560         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
9561         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
9562         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9563         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
9564         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9565         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9566         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
9567         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
9568
9569 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9570
9571         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
9572         to avoid warning
9573         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
9574
9575         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
9576         SHARED version.
9577         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
9578
9579         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
9580
9581 2002-01-29  Ben Collins  <bcollins@debian.org>
9582
9583         * string/bits/string2.h (__mempcpy): Protect size arg for
9584         addition when using __builtin_memcpy.
9585
9586 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9587
9588         * stdlib/Makefile (tests): Add tst-qsort.
9589         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
9590
9591         * manual/signal.texi (Process Signal Mask): Document that
9592         pthread_sigmask, not sigprocmask, must be used in MT programs.
9593         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
9594
9595         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
9596         found.
9597         * misc/Makefile (tests): Add tst-hsearch.
9598         * misc/tst-hsearch.c: New file.
9599
9600 2002-01-18  Wolfram Gloger  <wg@malloc.de>
9601
9602         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9603         * malloc/malloc.h: Likewise.
9604         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9605         * malloc/arena.c: New file.
9606         * malloc/hooks.c: New file.
9607         * malloc/tst-mallocstate.c: New file.
9608         * malloc/Makefile: Add new testcase tst-mallocstate.
9609         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
9610
9611 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9612
9613         * stdlib/msort.c: Remove last patch.  The optimization violates the
9614         same rule which qsort.c had problems with.
9615
9616 2002-01-27  Paul Eggert  <eggert@twinsun.com>
9617
9618         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9619         to a pivot element that lies outside the array to be sorted, as
9620         ISO C99 requires that the comparison function be called only with
9621         addresses of array elements [PR libc/2880].
9622
9623 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9624
9625         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9626         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
9627
9628         * timezone/asia: Update from tzdata2002b.
9629         * timezone/australasia: Likewise.
9630         * timezone/backward: Likewise.
9631         * timezone/europe: Likewise.
9632         * timezone/leapseconds: Likewise.
9633         * timezone/iso3166.tab: Likewise.
9634         * timezone/zone.tab: Likewise.
9635
9636 2002-01-23  Richard Henderson  <rth@redhat.com>
9637
9638         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9639
9640 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9641
9642         * string/strxfrm.c: Allocate one more byte for rulearr and clear
9643         this element [PR libc/2855].
9644
9645         * string/strcoll.c: Handle zero-length arguments specially
9646         [PR libc/2856].
9647
9648 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9649
9650         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9651         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9652         short lengths and constant src.
9653         (strcpy): Don't optimize for gcc 3.0+.
9654         (__stpcpy): For gcc 3.0+, don't use
9655         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9656         for short string literal src.
9657
9658 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9659
9660         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9661         Set for arm, too.
9662
9663 2001-01-22  Paul Eggert  <eggert@twinsun.com>
9664
9665         * manual/llio.texi (Linked Channels, Cleaning Streams):
9666         Make it clearer that a just-opened input stream might need cleaning.
9667
9668 2002-01-21  H.J. Lu  <hjl@gnu.org>
9669
9670         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9671         Don't use label at end of compound statement.
9672
9673 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
9674
9675         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9676         Remove test for negative integer arg; sin_pi does it correctly.
9677
9678 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
9679
9680         * nscd/Makefile (distribute): Filter out xmalloc.c.
9681
9682 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
9683
9684         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9685         Set offset if read end wasn't the buffer end.
9686         (_IO_file_seekoff_mmap): New function.
9687         (_IO_file_xsgetn_mmap): New function.
9688         (_IO_file_jumps_mmap): Use the two new functions.
9689         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9690         != end buffer.
9691         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
9692         _IO_file_underflow_mmap.
9693         * libio/iofopen.c: Don't position file descriptor at end of file.
9694         * libio/tst-widetext.c: Improve error messages.
9695         * stdio-common/tst-rndseek.c: Likewise.
9696
9697 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
9698
9699         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
9700         end of enum for !_GNU_SOURCE.
9701         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
9702         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
9703         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
9704         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
9705         values unless _GNU_SOURCE.
9706
9707         * iconvdata/tcvn5712-1.c: Minor cleanups.
9708
9709 2002-01-18  Andreas Schwab  <schwab@suse.de>
9710
9711         * sysdeps/unix/sysv/linux/configure.in
9712         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
9713
9714 2002-01-16  Roger Sayle  <roger@eyesopen.com>
9715
9716         * stdlib/msort.c (msort_with_tmp): Replace implementation with
9717         more efficient "Towers of Hanoi" mergesort.
9718         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
9719         for generic, sizeof(int) and sizeof(long) variants respectively.
9720
9721 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
9722
9723         * manual/syslog.texi (openlog): Describe possible problems with
9724         first parameter.
9725         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9726
9727         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
9728         * nscd/connections.c (begin_drop_privileges): New function.
9729         (finish_drop_privileges): New function.
9730         (nscd_init): Call the new functions which also install all groups
9731         for the server user.
9732         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
9733         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9734
9735 2002-01-17  H.J. Lu  <hjl@gnu.org>
9736
9737         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
9738         `const' from `got'.
9739
9740 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9741
9742         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
9743         instructions for pointer operations.
9744         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9745
9746 2002-01-17  Andreas Jaeger  <aj@suse.de>
9747
9748         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
9749         __uint128_t build-in.
9750
9751         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
9752         PowerPC, sync with 2.2 branch.
9753
9754 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9755
9756         * posix/getconf.c: Update copyright year.
9757         * nss/getent.c: Likewise.
9758         * nscd/nscd_nischeck.c: Likewise.
9759         * iconv/iconvconfig.c: Likewise.
9760         * iconv/iconv_prog.c: Likewise.
9761         * elf/ldconfig.c: Likewise.
9762         * catgets/gencat.c: Likewise.
9763         * csu/version.c: Likewise.
9764         * elf/ldd.bash.in: Likewise.
9765         * elf/sprof.c (print_version): Likewise.
9766         * locale/programs/locale.c: Likewise.
9767         * locale/programs/localedef.c: Likewise.
9768         * nscd/nscd.c (print_version): Likewise.
9769         * debug/xtrace.sh: Likewise.
9770         * malloc/memusage.sh: Likewise.
9771         * malloc/mtrace.pl: Likewise.
9772
9773 2002-01-16  Andreas Schwab  <schwab@suse.de>
9774
9775         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
9776         reliably remove "-ia64" from rtld name.
9777
9778 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9779
9780         * iconvdata/gb18030.c: Bug fixes and support for more characters.
9781         Patch by Yu Shao <yshao@redhat.com>.
9782
9783 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9784
9785         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
9786         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
9787         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
9788
9789 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9790
9791         * sysdeps/s390/fpu/libm-test-ulps: Update.
9792
9793 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
9794
9795         * elf/elf.h: Update x86 relocations.
9796
9797 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9798
9799         * locale/programs/charmap.c (new_width): Check whether byte
9800         sequences for both ends of range have the same length.
9801
9802 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9803
9804         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
9805
9806 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9807
9808         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
9809         string literals.
9810         (__full_ieee754_sqrt): Add __attribute_used__.
9811
9812 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9813
9814         * sysdeps/generic/group_member.c (__group_member): Also check
9815         groups[0] [PR libc/2781].
9816
9817 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
9818
9819         * Makefile (distribute): Add scripts/cpp.
9820         * elf/Makefile (distribute): Add reldep6mod[01234].c,
9821         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
9822         unwind-dw2-fde.h, and dwarf2.h.
9823         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
9824         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
9825         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
9826         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
9827
9828 2002-01-07  Roland McGrath  <roland@frob.com>
9829
9830         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
9831         volatile on type of ARGC so the compiler doesn't get clever.
9832
9833 2002-01-07  Andreas Jaeger  <aj@suse.de>
9834
9835         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
9836         * sysdeps/i386/bits/byteswap.h: Likewise.
9837         * sysdeps/ia64/bits/byteswap.h: Likewise.
9838         * sysdeps/m68k/bits/byteswap.h: Likewise.
9839         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
9840         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
9841
9842 2002-01-02  Bruno Haible  <bruno@clisp.org>
9843
9844         * intl/plural.y: Fix %expect count.
9845
9846 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
9847
9848         * elf/Makefile (routines, shared-only-routines): Add
9849         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
9850         * elf/elf.h (PT_GNU_EH_FRAME): Define.
9851         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
9852         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
9853         Optimize if .eh_frame section contains no FDEs.
9854         (__register_frame, __deregister_frame_info_bases,
9855         __deregister_frame): Likewise.
9856         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
9857         DW_CFA_restore handling.
9858
9859 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
9860
9861         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
9862
9863         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
9864         for x < 0.25 and restore original range reduction method.
9865         (__ieee754_lgammal_r): Make sure signgam is set before returning.
9866
9867 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
9868
9869         * libio/fileops.c (_IO_file_underflow_mmap): New function.
9870         (_IO_file_close_mmap): New function.
9871         (_IO_file_jumps_mmap): New variable.
9872         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
9873         trying to convert rest of byte buffer.
9874         (_IO_wfile_underflow_mmap): New function.
9875         (_IO_wfile_jumps_mmap): New variable.
9876         * libio/iofopen.c (__fopen_maybe_mmap): New function.
9877         (__fopen_internal): New function.  Split out from _IO_new_fopen.
9878         (_IO_new_fopen): Call __fopen_internal.
9879         * libio/iofopen64.c: Just call __fopen_internal.
9880         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
9881         successfully.
9882         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
9883         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
9884         _IO_file_close_mmap.
9885
9886         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
9887         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
9888
9889         * stdio-common/Makefile (tests): Add tst-rndseek.
9890         * stdio-common/tst-rndseek.c: New file.
9891
9892 2002-01-05  Roland McGrath  <roland@frob.com>
9893
9894         * config.h.in (HAVE_MIG_RETCODE): New #undef.
9895         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
9896         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
9897         * sysdeps/mach/hurd/configure: Regenerated.
9898
9899 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
9900
9901         * elf/elf.h: Add more TLS definitions.
9902
9903 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
9904
9905         * include/features.h (__GLIBC_MINOR__): Bump to 3.
9906
9907 2002-01-02  Roland McGrath  <roland@frob.com>
9908
9909         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
9910         __sigisemptyset.  Don't use MASK uninitialized.
9911
9912         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
9913         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
9914         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
9915         __sigdelset, __sigaddset, __sigorset.
9916
9917         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
9918         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
9919
9920         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
9921         _hurd_ports is null.
9922
9923         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
9924         for old CMU and new OSF Mach interface flavors.
9925         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
9926         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9927
9928         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
9929
9930         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
9931         Pass extra arguments to task_create for OSF variant.
9932         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9933
9934         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
9935         conditional on [HAVE_AUX_VECTOR].
9936
9937         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
9938         mach_msg_timeout_t as type of final argument.
9939
9940         * hurd/privports.c (__get_privileged_ports):
9941         Change host_priv_t to mach_port_t in argument type.
9942         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
9943         Update decls.
9944
9945         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
9946         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
9947         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9948         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9949         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9950         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
9951
9952 2002-01-01  Roland McGrath  <roland@frob.com>
9953
9954         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
9955
9956 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
9957
9958         * include/stdlib.h: Define inlines for the _l variants of the strto*
9959         functions.
9960
9961 2002-01-01  Roland McGrath  <roland@frob.com>
9962
9963         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
9964
9965         * mach/Machrules (MIG): Set CPP as well as CC.
9966
9967 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
9968
9969         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
9970         locale to parse /proc/loadavg [PR libc/2760].
9971
9972 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
9973
9974         * elf/dl-conflict.c: Include sys/param.h.
9975         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
9976         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
9977         warning.
9978         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
9979         literals to avoid warnings.
9980
9981 2001-12-31  Andreas Jaeger  <aj@suse.de>
9982
9983         * configure.in: Don't check for gsed since we do not use it anywhere.
9984
9985 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9986
9987         * io/fts.c: Update from BSD to fix memory leaks.
9988
9989 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9990
9991         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
9992         * elf/chroot_canon.c: Likewise.
9993         * elf/dl-object.c: Likewise.
9994         * iconv/iconv_charmap.c: Likewise.
9995         * iconv/iconv_prog.c: Likewise.
9996         * libio/iogetdelim.c: Likewise.
9997         * locale/lc-time.c: Likewise.
9998         * stdlib/canonicalize.c: Likewise.
9999         * sunrpc/svc.c: Likewise.
10000         * sysdeps/generic/glob.c: Likewise.
10001
10002 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10003
10004         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
10005         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
10006         remove high order bit from the program counter.
10007         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
10008
10009 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10010
10011         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
10012         unnecessary code and add missing reloc types.
10013         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
10014         case for reloc type R_390_NONE.
10015
10016 2001-12-28  Andreas Jaeger  <aj@suse.de>
10017
10018         * io/bug-ftw3.c: Include string.h for prototypes.
10019
10020         * crypt/md5test.c (main): Remove unused variable.
10021
10022         * dlfcn/modstatic.c: Add prototype to avoid warning.
10023
10024 2001-12-26  Roland McGrath  <roland@frob.com>
10025
10026         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
10027         check only (SS->pending & MASK) for the signal to return.
10028         From Jeroen Dekkers <jeroen@dekkers.cx>.
10029
10030 2001-12-22  Roland McGrath  <roland@frob.com>
10031
10032         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
10033         Use preprocessor #if conditionals instead of `if' to avoid
10034         warnings about divide by zero in dead code.
10035
10036         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
10037         _hurd_port_init, and __hurd_self_sigstate.
10038
10039         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
10040
10041 2001-12-21  Andreas Jaeger  <aj@suse.de>
10042
10043         * elf/dblloadmod1.c: Add prototype to avoid warning.
10044         * elf/dblloadmod2.c: Likewise.
10045         * elf/dblloadmod3.c: Likewise.
10046         * elf/reldepmod5.c: Likewise.
10047         * elf/reldepmod6.c: Likewise.
10048
10049         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
10050         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
10051         used on all architectures.
10052
10053         * sunrpc/svc_tcp.c: Add noreturn attribute for
10054         svctcp_rendezvous_abort.
10055         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
10056
10057         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
10058         to avoid warning.
10059
10060 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10061
10062         * manual/llio.texi (aio_fsync): Fix a typo.
10063         Patch by Tammy Fox <tfox@redhat.com>.
10064
10065 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
10066
10067         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
10068         stack bias from child stack pointer before passing it to clone syscall.
10069
10070 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
10071
10072         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
10073         _SC_TZNAME_MAX.
10074         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
10075         Reported by Thorsten Kukuk <kukuk@suse.de>.
10076
10077         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
10078         add some casts.
10079
10080         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
10081
10082 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
10083
10084         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
10085         conforming: return EBADF if file descriptor is invalid and EINVAL
10086         if file descriptor is no valid tty.
10087         * login/tst-grantpt.c: New file.
10088         * login/Makefile (tests): Add tst-grantpt.
10089
10090 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
10091
10092         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
10093         different than implemented in last patch.
10094         * io/bug-ftw3.c: Adjust test for changed handling of
10095         inaccessibility of toplevel dir.
10096
10097 2001-12-16  Roland McGrath  <roland@frob.com>
10098
10099         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
10100         * grp/initgroups.c (internal_getgrouplist): Likewise.
10101
10102         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
10103         `default:' to silence new GCC warning.
10104         Rewrite cast of lvalue to silence new GCC warning.
10105
10106         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
10107
10108         * sysdeps/mach/hurd/spawni.c: New file, by me with a
10109         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
10110
10111 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
10112
10113         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
10114         Patch by Stephen R. van den Berg.
10115
10116         * crypt/md5.h: Define md5_uintptr.
10117
10118 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10119
10120         * libio/tst_swprintf.c (main): Add test for string argument with
10121         zero precision.
10122         * stdio-common/Makefile (tests): Add tst-sprintf.
10123         * stdio-common/tst-sprintf.c: New file.
10124
10125 2001-12-13  Andreas Schwab  <schwab@suse.de>
10126
10127         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
10128         zero precision with wide character string format.
10129
10130 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
10131
10132         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
10133         but have a user supplied buffer, return the empty buffer, not NULL.
10134
10135 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10136
10137         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
10138         Patch by Eric Sharkey <sharkey@netrics.com>.
10139
10140         * crypt/md5test.c (main): Add test for multiple calls to
10141         __md5_process_bytes to itererate over input string.
10142
10143 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
10144
10145         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
10146         from __nis_findfastest.  Take timeout value from parameter.
10147         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
10148         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
10149         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
10150
10151 2001-12-12  Andreas Jaeger  <aj@suse.de>
10152
10153         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
10154         combreloc test so that it works in this case.
10155
10156         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
10157
10158 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
10159
10160         * sysdeps/sh/Makefile: New file.
10161         * sysdeps/sh/_mcount.S: New file.
10162         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
10163         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
10164
10165 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10166
10167         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
10168         limitation [PR libc/2564].
10169
10170 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
10171
10172         * elf/Makefile (dl-routines): Add conflict.
10173         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
10174         (ld.so): Add _begin local symbol.
10175         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
10176         Define.
10177         * elf/dl-deps.c (_dl_build_local_scope): New function.
10178         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
10179         of all libraries.
10180         * elf/do-rel.h (VALIDX): Define.
10181         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
10182         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
10183         can be skipped.
10184         * elf/dl-conflict.c: New file.
10185         * elf/dl-lookup.c (_dl_debug_bindings): New function.
10186         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
10187         non-NULL.
10188         (_dl_lookup_symbol_skip): Likewise.
10189         (_dl_lookup_versioned_symbol): Likewise.
10190         (_dl_lookup_versioned_symbol_skip): Likewise.
10191         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
10192         define to ElfW(Rel).
10193         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
10194         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
10195         ranges.
10196         Don't adjust address dynamic tags if l_addr is 0.
10197         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
10198         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
10199         (VALIDX, ADDRIDX): Define.
10200         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
10201         (dl_main): Print library list for LD_TRACE_PRELINKING.
10202         If prelinking information can be used, skip relocating libraries and
10203         call _dl_resolve_conflicts instead.
10204         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
10205         * elf/dl-load.c (_dl_map_object): Don't create fake libs
10206         if LD_TRACE_PRELINKING.
10207         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
10208         + DT_ADDRNUM.
10209         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
10210         (DL_DEBUG_PRELINK): Define.
10211         (_dl_resolve_conflicts): Add prototype.
10212
10213         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
10214         .plt for prelinked libraries where prelinking info cannot be used.
10215         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
10216         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
10217         * sysdeps/arm/bits/link.h: New file.
10218         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
10219         content of .got[1].
10220         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10221         (ELF_MACHINE_PLT_REL): Define.
10222         (elf_machine_rela, elf_machine_rela_relative): New functions.
10223         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
10224         of adjusting it if prelinked and prelinking cannot be used.
10225         * sysdeps/i386/bits/link.h: New file.
10226         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
10227         content of .got[1].
10228         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10229         (ELF_MACHINE_PLT_REL): Define.
10230         (elf_machine_rela, elf_machine_rela_relative): New functions.
10231         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
10232         of adjusting it if prelinked and prelinking cannot be used.
10233         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
10234         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
10235         to find out map for R_PPC_JMP_SLOT relocs.
10236         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
10237         (OPCODE_BA): Define.
10238         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10239         libraries where prelinking info cannot be used.
10240         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
10241         (elf_machine_fixup_plt): Call sparc_fixup_plt.
10242         (elf_machine_rela): Set value to 0 if relocating conflicts.
10243         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
10244         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
10245         (sparc64_fixup_plt): Fix a typo.
10246         (elf_machine_rela): Set value to 0 if relocating conflicts.
10247         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
10248         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10249         libraries where prelinking info cannot be used.
10250         * sysdeps/sh/bits/link.h: New file.
10251         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
10252         content of .got[1].
10253         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
10254         of adjusting it if prelinked and prelinking cannot be used.
10255         * sysdeps/s390/s390-32/bits/link.h: New file.
10256         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
10257         Save original content of .got[1].
10258         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10259         of adjusting it if prelinked and prelinking cannot be used.
10260         * sysdeps/s390/s390-64/bits/link.h: New file.
10261         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10262         Save original content of .got[1].
10263         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10264         of adjusting it if prelinked and prelinking cannot be used.
10265         * sysdeps/x86_64/bits/link.h: New file.
10266         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10267         Save original content of .got[1].
10268         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10269         of adjusting it if prelinked and prelinking cannot be used.
10270
10271 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10272
10273         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10274         where appropriate instead of numbers.  Little optimizations.
10275
10276 2001-12-10  Roland McGrath  <roland@frob.com>
10277
10278         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10279         set it.
10280
10281         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
10282         set to GLIBC_2.2.5, not GLIBC_2.2.4.
10283
10284         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
10285         Fix conditionals so this is set by default for stdio and not for libio.
10286         * sysdeps/mach/hurd/configure: Regenerated.
10287
10288 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
10289
10290         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
10291
10292 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
10293
10294         * io/Makefile (tests): Add bug-ftw3.
10295         * io/bug-ftw3.c: New file.
10296
10297         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
10298         matches and GLOB_NOCHECK is set.
10299         * posix/globtest.sh: Correct expected result for NOCHECK test.
10300
10301         * po/ca.po: Update from translation team.
10302
10303 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
10304
10305         Implement transliteration of characters in strings of the locale
10306         definitions.
10307         * locale/programs/linereader.c: Adjust for additional parameter to
10308         lr_token.
10309         (get_string): If character <Uxxxx> is not found try to transliterate
10310         it.
10311         * locale/programs/ld-ctype.c: Adjust for additional parameter to
10312         lr_token.  Add const to charmap parameter of all functions.
10313         (find_translit, find_translit2): New functions.
10314         * locale/programs/charmap.c: Adjust for additional parameter to
10315         lr_token.
10316         * locale/programs/repertoire.c: Likewise.
10317         * locale/programs/linereader.h: Likewise.
10318         * locale/programs/ld-address.c: Likewise.  Add const to charmap
10319         parameter of all functions.
10320         * locale/programs/ld-collate.c: Likewise.
10321         * locale/programs/ld-identification.c: Likewise.
10322         * locale/programs/ld-measurement.c: Likewise.
10323         * locale/programs/ld-messages.c: Likewise.
10324         * locale/programs/ld-monetary.c: Likewise.
10325         * locale/programs/ld-name.c: Likewise.
10326         * locale/programs/ld-numeric.c: Likewise.
10327         * locale/programs/ld-paper.c: Likewise.
10328         * locale/programs/ld-paper.c: Likewise.
10329         * locale/programs/ld-telephone.c: Likewise.
10330         * locale/programs/ld-time.c: Likewise.
10331         * locale/programs/locfile.c: Likewise.
10332         * locale/programs/localedef.c: Likewise.
10333         * locale/programs/localedef.h: Likewise.
10334         * locale/programs/locfile.h: Likewise.  Add declaration for
10335         find_translit.
10336         * locale/programs/simple-hash.c: Add const to first parameter of
10337         find_entry, iterate_table, and lookup.
10338         * locale/programs/simple-hash.h: Likewise.
10339         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
10340         instead.
10341         * include/locale.h: Define __LC_LAST.
10342         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
10343
10344 2001-12-07  Geoff Keating  <geoffk@redhat.com>
10345
10346         * sysdeps/powerpc/Dist: Update for recent FP changes.
10347         * sysdeps/powerpc/fpu/Dist: Likewise.
10348
10349 2001-12-07  Andreas Schwab  <schwab@suse.de>
10350
10351         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
10352
10353 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10354
10355         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
10356         save/restore functions here.
10357         (libm-support): Don't define these functions here.
10358         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
10359         functions here.
10360         * sysdeps/powerpc/fe_nomask.c: Move to...
10361         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
10362         * sysdeps/powerpc/fprrest.S: Move to...
10363         * sysdeps/powerpc/fpu/fprrest.S: ... here.
10364         * sysdeps/powerpc/fprsave.S: Move to...
10365         * sysdeps/powerpc/fpu/fprsave.S: ... here.
10366
10367 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10368
10369         * sysdeps/unix/sysv/linux/opensock.c: New file.
10370
10371 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10372
10373         * config.make.in (with-fp): Define from configure.
10374         * configure.in: Substitute with_fp.
10375         * configure: Regenerate.
10376         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
10377         specified, and don't change FPU environment.
10378
10379 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10380
10381         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
10382         * assert/assert.c: Check result of __asprintf call and don't use
10383         string if it failed.
10384         * assert/assert-perr.c: Likewise.
10385         * inet/rcmd.c: Likewise.
10386         * locale/programs/localedef.c (main): Check result of
10387         construct_output_path and exit if it failed.
10388         (construct_output_path): Check result of asprintf and mkdir calls and
10389         fail if they failed.
10390         * posix/getopt.c: Check result of __asprintf calls and fail if
10391         they failed.
10392         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
10393
10394 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10395
10396         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
10397         patch.
10398         * sysdeps/generic/strncase.c: Likewise.
10399         * string/tester.c: Add tests for strcasecmp and strncasecmp.
10400
10401 2001-12-05  Geoff Keating  <geoffk@redhat.com>
10402
10403         * scripts/cpp: Test the exit status from 'type', not 'awk'.
10404
10405         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
10406         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
10407         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
10408         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
10409         * sysdeps/powerpc/fclrexcpt.c: Move to...
10410         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
10411         * sysdeps/powerpc/fpu_control.h: Move to...
10412         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
10413
10414 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10415
10416         * iconvdata/ibm1129.h: Remove duplicate mappings.
10417         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
10418         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
10419         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10420
10421         * timezone/zic.c: Fix handling of turnaround times.
10422         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
10423
10424 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
10425
10426         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
10427         overflow problem.
10428
10429 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10430
10431         * posix/regex.c: For use outside glibc defined bounded pointer
10432         macros here.  Patch by Jim Meyering <jim@meyering.net>.
10433
10434         * iconvdata/Makefile (modules): Add TCVN5712-1.
10435         * iconvdata/TESTS: Add TCVN5712-1.
10436         * iconvdata/gconv-modules: Likewise.
10437         * iconvdata/tcvn5712-1.c: New file.
10438         * iconvdata/testdata/TCVN-5712: New file.
10439         * iconvdata/testdata/TCVN-5712..UTF8: New file.
10440
10441 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
10442
10443         * iconvdata/cp1258.c: Optimize conversion from UCS4.
10444
10445 2001-12-02  Roland McGrath  <roland@frob.com>
10446
10447         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
10448
10449         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
10450         Reported by Jeff Bailey <jbailey@nisa.net>.
10451
10452         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
10453         Reported by Jeff Bailey <jbailey@nisa.net>.
10454
10455         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
10456         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
10457         Reported by Jeff Bailey <jbailey@nisa.net>.
10458
10459 2001-12-01  Roland McGrath  <roland@frob.com>
10460
10461         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
10462         missing backslash in test arguments.
10463         * sysdeps/mach/hurd/configure: Regenerated.
10464
10465 2001-11-26  Roland McGrath  <roland@frob.com>
10466
10467         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
10468         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
10469
10470 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
10471
10472         * iconvdata/Makefile (modules): Add ARMSCII-8.
10473         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
10474         * iconvdata/armscii-8.c: New file.
10475
10476 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
10477
10478         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
10479         don't match, fix {{a,b},c} globbing, clean up.
10480         Patch by Flavio Veloso <flaviovs@magnux.com>.
10481         * posix/globtest.sh: Add new tests.
10482
10483 2001-11-29  Andreas Jaeger  <aj@suse.de>
10484
10485         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
10486         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
10487
10488         * sysdeps/generic/abort.c: Include libioP.h for
10489         _IO_flush_all_lockp prototype.
10490
10491 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
10492
10493         * posix/regex.h: Define __restrict_arr correctly.
10494
10495 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10496
10497         * iconvdata/ibm1163.c: New file.
10498         * iconvdata/ibm1163.h: New file.
10499         * iconvdata/ibm1164.c: New file.
10500         * iconvdata/ibm1164.h: New file.
10501         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
10502         * iconvdata/Makefile: Likewise.
10503         * iconvdata/testdata/IBM1163: New file.
10504         * iconvdata/testdata/IBM1163..UTF8: New file.
10505         * iconvdata/testdata/IBM1164: New file.
10506         * iconvdata/testdata/IBM1164..UTF8: New file.
10507         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10508
10509         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
10510         * iconvdata/ibm1124.h: Likewise.
10511         * iconvdata/ibm1132.h: Likewise.
10512         * iconvdata/ibm1133.h: Likewise.
10513         * iconvdata/ibm1160.h: Likewise.
10514         * iconvdata/ibm1161.h: Likewise.
10515         * iconvdata/ibm1162.h: Likewise.
10516         * iconvdata/ibm856.h: Likewise.
10517         * iconvdata/ibm922.h: Likewise.
10518         * iconvdata/ibm930.h: Likewise.
10519         * iconvdata/ibm932.h: Likewise.
10520         * iconvdata/ibm933.h: Likewise.
10521         * iconvdata/ibm935.h: Likewise.
10522         * iconvdata/ibm937.h: Likewise.
10523         * iconvdata/ibm939.h: Likewise.
10524         * iconvdata/ibm943.h: Likewise.
10525         * iconvdata/ibm930.c: Pretty printing.
10526         * iconvdata/ibm937.c: Avoid access accross array boundary.
10527
10528         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
10529         the current locale's codeset.
10530         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
10531         empty input string.
10532         * iconv/iconv_prog.c: Pass empty strings as default value for to-
10533         and from-charset.  Don't determine locale's charset here.
10534
10535         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
10536         as the old _IO_flush_all but lock only if parameter is nonzero.
10537         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
10538         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
10539         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
10540         if libio is used [PR libc/2575].
10541
10542 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
10543
10544         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
10545         __signbitl): Only define for ISO C99.
10546
10547 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10548
10549         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
10550         herrnop to NETDB_INTERNAL if we run out of buffer space.
10551
10552 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10553
10554         * nss/nss_files/files-XXX.c (internal_getent): Correct input
10555         overflow test for platforms with signed char.
10556         Reported by Andrew Haley <aph@cambridge.redhat.com>.
10557
10558 2001-11-28  Bruno Haible  <bruno@clisp.org>
10559
10560         * locale/programs/simple-hash.c (lookup_2): Remove function.
10561         (insert_entry_2): Call lookup instead of lookup_2.
10562
10563 2001-03-04  Bruno Haible  <bruno@clisp.org>
10564
10565         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
10566
10567 2001-10-31  Bruno Haible  <bruno@clisp.org>
10568
10569         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
10570
10571 2001-03-21  Bruno Haible  <bruno@clisp.org>
10572
10573         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
10574         chokes on empty macro arguments.
10575         * intl/plural.y: Add #pragma for alloca on AIX 3.
10576
10577 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10578
10579         * intl/dcigettext.c (guess_category_value): Only implement for
10580         glibc.  Otherwise rely on function _nl_locale_name which isn't
10581         present in the glibc sources.
10582
10583 2001-09-24  Bruno Haible  <bruno@clisp.org>
10584
10585         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
10586         transliteration when building on a glibc system but outside glibc.
10587
10588 2001-09-22  Bruno Haible  <bruno@clisp.org>
10589
10590         * intl/plural-eval.c: New file, extracted from dcigettext.c.
10591         * intl/dcigettext.c (plural_eval): Remove function, moved to
10592         intl/plural-eval.c.
10593         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
10594         Include plural-eval.c.
10595
10596 2001-09-22  Bruno Haible  <bruno@clisp.org>
10597
10598         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
10599         don't start with a digit; nplurals must be positive.
10600
10601 2001-09-02  Bruno Haible  <bruno@clisp.org>
10602
10603         * intl/plural-exp.h: New file, extracted from gettextP.h.
10604         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10605         * intl/gettextP.h (struct expression, struct parse_args,
10606         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10607         * intl/loadmsgcat.c: Include plural-exp.h.
10608         (PLURAL_PARSE): Move macro to plural-exp.h.
10609         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10610         plural-exp.c.
10611         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
10612         EXTRACT_PLURAL_EXPRESSION.
10613         (_nl_unload_domain): Update.
10614         * intl/dcigettext.c: Include plural-exp.h.
10615         * intl/plural.y: Include plural-exp.h, not gettextP.h.
10616         (FREE_EXPRESSION): Move macro to plural-exp.h.
10617         * intl/Makefile (routines): Add plural-exp.
10618         (distribute): Add plural-exp.h.
10619
10620 2001-07-28  Bruno Haible  <bruno@clisp.org>
10621
10622         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10623         isdigit, tolower argument to 'unsigned char'.
10624         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10625         'unsigned char'.
10626         * intl/localealias.c (read_alias_file): Cast isspace argument to
10627         'unsigned char'.
10628
10629 2001-10-20  Bruno Haible  <bruno@clisp.org>
10630
10631         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10632         anyway.)
10633         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10634         with the variable 'index' in plural_lookup.
10635         * intl/l10nflist.c (strchr): Likewise.
10636         * intl/localealias.c (strchr): Likewise.
10637
10638         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10639         * intl/bindtextdom.c: Likewise.
10640         * intl/dcigettext.c: Likewise.
10641         * intl/dgettext.c: Likewise.
10642         * intl/dngettext.c: Likewise.
10643         * intl/explodename.c: Likewise.
10644         * intl/finddomain.c: Likewise.
10645         * intl/gettext.c: Likewise.
10646         * intl/l10nflist.c: Likewise.
10647         * intl/loadmsgcat.c: Likewise.
10648         * intl/localealias.c: Likewise.
10649         * intl/ngettext.c: Likewise.
10650         * intl/textdomain.c: Likewise.
10651         * intl/gettext.h: Assume <limits.h> exists.
10652
10653 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10654
10655         * stdio-common/Makefile (tests): Add scanf11.
10656         * stdio-common/scanf11.c: New file.
10657
10658 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10659
10660         * version.h (RELEASE): Define as development.
10661         (VERSION): Set to 2.2.90.
10662
10663 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10664
10665         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10666         * nis/nss_nis/nis-grp.c: Likewise.
10667         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10668
10669         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10670         * nis/nss_nis/nis-pwd.c: Likewise.
10671         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10672
10673         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10674         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10675         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10676
10677         * nscd/grpcache.c: Use strtoul instead of atol.
10678         * nscd/pwdcache.c: Likewise.
10679         * nss/getent.c: Likewise.
10680
10681 2001-11-27  Paul Eggert  <eggert@twinsun.com>
10682
10683         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10684         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10685
10686 2001-11-19  Bruno Haible  <bruno@clisp.org>
10687
10688         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10689         90%.
10690         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10691         improves the quality of the hash function, especially for short
10692         strings.
10693
10694 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10695
10696         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
10697         are found call conv_error and not input_error [PR libc/2669].
10698
10699         * math/bits/mathcalls.h: Mark ceil and floor as const.
10700         Reported by David Mosberger.
10701
10702 2001-11-21  Jim Meyering  <meyering@lucent.com>
10703
10704         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
10705         Define to be __-prefixed.
10706         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
10707
10708 2001-11-26  Andreas Jaeger  <aj@suse.de>
10709
10710         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
10711         avoid warning.
10712
10713 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
10714
10715         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
10716         initialization.
10717
10718         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
10719         unused variables.  Fix threshold for returning 1.0.
10720
10721         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
10722         argument.
10723
10724         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
10725         remove unused variables.
10726
10727         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
10728
10729         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
10730         include local math header files.
10731
10732 2001-11-22  Andreas Jaeger  <aj@suse.de>
10733
10734         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
10735         avoid warning.
10736
10737 2001-11-21  Andreas Jaeger  <aj@suse.de>
10738
10739         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
10740
10741         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
10742         sys/debugreg.h
10743
10744 2001-11-15  Andreas Jaeger  <aj@suse.de>
10745
10746         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
10747         compilers that support it.
10748
10749         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
10750         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10751         * stdlib/stdlib.h: Likewise.
10752
10753 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
10754
10755         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
10756         statement with gotos.
10757         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
10758
10759 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
10760
10761         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
10762
10763 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
10764
10765         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
10766
10767 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
10768             H.J. Lu  <hjl@gnu.org>
10769
10770         * Versions.def (libc): Add GCC_3.0.
10771         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
10772         if gcc supports this flag.
10773         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
10774         (gcc3): Allow glibc to be compiled with gcc 3.x.
10775         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
10776         * config.make.in (static-libgcc, unwind-find-fde): Add.
10777         * Makerules (build-shlib-helper, build-module-helper): Use it.
10778         * scripts/versions.awk: Make sure GLIBC_ versions come first.
10779         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
10780         necessary.
10781         (_fini): Call __deregister_frame_info_bases if
10782         __register_frame_info_bases was used to register.
10783         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
10784         for GLIBC_2.0.
10785         (__register_frame_info_bases, __register_frame_info_table_bases,
10786         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
10787         * elf/Makefile (routines): Add unwind-dw2-fde.
10788         (shared-only-routines): Add unwind-dw2-fde.
10789         * sysdeps/alpha/gccframe.h: New file.
10790         * sysdeps/arm/gccframe.h: New file.
10791         * sysdeps/generic/framestate.c: New file.
10792         * sysdeps/generic/dwarf2.h: New file.
10793         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
10794         * sysdeps/generic/unwind-dw2-fde.c: New file.
10795         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
10796         * sysdeps/generic/unwind-dw2-fde.h: New file.
10797         * sysdeps/generic/unwind-dw2.c: New file.
10798         * sysdeps/generic/unwind-pe.h: New file.
10799         * sysdeps/generic/unwind.h: New file.
10800         * sysdeps/hppa/gccframe.h: New file.
10801         * sysdeps/i386/gccframe.h: New file.
10802         * sysdeps/m68k/gccframe.h: New file.
10803         * sysdeps/mips/gccframe.h: New file.
10804         * sysdeps/powerpc/gccframe.h: New file.
10805         * sysdeps/s390/gccframe.h: New file.
10806         * sysdeps/sh/gccframe.h: New file.
10807         * sysdeps/sparc/gccframe.h: New file.
10808         * sysdeps/vax/gccframe.h: New file.
10809         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10810         Set on all architectures except ia64.
10811         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
10812         for i386.
10813         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
10814         __deregister_frame_info): Move to elf/Versions.
10815         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
10816         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
10817         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
10818         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
10819         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
10820         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
10821         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
10822         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
10823         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
10824         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
10825         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
10826         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
10827         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10828         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10829         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
10830         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
10831         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10832         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
10833
10834 2001-11-15  Jeff Law  <law@redhat.com>
10835
10836         * posix/regex.c (uintptr_t): Do not provide a definition if the
10837         system provided one.
10838
10839 2001-11-13  Roland McGrath  <roland@frob.com>
10840
10841         * stdio-common/tmpfile.c: Moved to ...
10842         * sysdeps/generic/tmpfile.c: ... here.
10843         * sysdeps/mach/hurd/tmpfile.c: New file.
10844
10845         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
10846         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
10847         (fopenport): Define as weak alias.
10848
10849         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
10850         * libio/libioP.h: ... to here.
10851
10852 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
10853
10854         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
10855         program header twice.  Construct list with the needed information.
10856
10857 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
10858
10859         * po/ca.po: Update from translation team.
10860
10861         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
10862         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
10863         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
10864         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10865
10866 2001-11-10  Andreas Jaeger  <aj@suse.de>
10867
10868         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
10869         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10870         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10871
10872 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10873
10874         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
10875         correctly.
10876         * elf/dl-load.c (is_dst): New function.
10877         (_dl_dst_count): Use is_dst to check for DST variable.
10878         (_dl_dst_substitute): Likewise.
10879
10880 2001-11-09  Roland McGrath  <roland@frob.com>
10881
10882         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
10883         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
10884         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
10885         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
10886         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
10887         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
10888         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
10889         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
10890         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
10891         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
10892         * sysdeps/mach/hurd/powerpc/Dist: New file.
10893
10894         * hurd/privports.c (__get_privileged_ports):
10895         Only contact the proc server if necessary for this call.
10896         Suggested by Neal H Walfield <neal@cs.uml.edu>.
10897         Check error return for mach_port_mod_refs.
10898
10899 2001-11-09  Andreas Schwab  <schwab@suse.de>
10900
10901         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
10902
10903 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10904
10905         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
10906         object is always the last in the list.
10907         (_dl_map_object_from_fd): Delete code to remove from object list
10908         when DF_1_NOOPEN is seen.  This is done in lose.
10909
10910 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
10911
10912         * elf/dl-object.c (_dl_new_object): Various small optimizations.
10913
10914 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
10915
10916         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
10917         HWCAP_CHECK macro code.
10918
10919         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
10920         Now returns MAP_FAILED on error.
10921         * elf/rtld.c: Adjust caller.
10922         * sysdeps/generic/dl-cache.c: Likewise.
10923         * sysdeps/generic/ldsodefs.h: Adjust description.
10924
10925         * elf/dl-version.c (match_symbol): Optimize error handling for size.
10926         (_dl_check_map_versions): Likewise.
10927
10928 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10929
10930         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
10931         _dl_signal_error directly, always use lose.  Set fd to -1 after
10932         file is closed.
10933         (lose): Don't call close if fd == -1.
10934
10935 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
10936
10937         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
10938          Also fix typo @code {mbsinit} to @code{mbsinit}.
10939
10940 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10941
10942         * elf/dl-profile.c: Replace state variable with simple flag named
10943         running.  Remove commented-out code.
10944
10945         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
10946         (_dl_init_paths): Likewise.
10947         (_dl_map_object_from_fd): Likewise.
10948         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10949
10950 2001-11-06  Roland McGrath  <roland@frob.com>
10951
10952         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
10953         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
10954
10955         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
10956         sysdeps/powerpc/elf/sysdep.h.
10957         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
10958
10959 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10960
10961         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
10962         speed.
10963         (process_envvars): Some more optimizations.
10964         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
10965
10966         * elf/elf.h: Add dynamic tag definitions for prelinking.
10967
10968         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
10969         Rewrite code to remove environment varables for SUID binaries.
10970         Small optimization in LD_PROFILE handling.
10971         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
10972         changes.
10973         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
10974
10975         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
10976
10977         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
10978         strings.  Change type of second parameter.
10979         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
10980         for last change.
10981
10982         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
10983
10984 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10985
10986         * manual/string.texi: Fix typos.
10987         * manual/examples/argp-ex2.c: Likewise.
10988
10989 2001-11-05  Roland McGrath  <roland@frob.com>
10990
10991         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
10992         the more-specific unix/sysv/linux/powerpc file and breaks everything.
10993         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
10994         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
10995         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
10996         here, put under [__ELF__].
10997
10998 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10999
11000         * manual/charset.texi: Extensive editing work.
11001         * manual/nss.texi: Likewise.
11002         Changes by Dennis Grace <dgrace@us.ibm.com>.
11003
11004 2001-11-04  Roland McGrath  <roland@frob.com>
11005
11006         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
11007         parameter to dir_mkfile.
11008
11009 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
11010
11011         * string/bits/string2.h (__strndup): If n is smaller than len, set
11012         len to n + 1.
11013         * string/tester.c (test_strndup): New function.
11014         (main): Call it.
11015
11016 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
11017
11018         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
11019
11020         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
11021         * scripts/cpp: New file.
11022
11023         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
11024         for rtld_search_dirs content.  Minor optimizations.
11025
11026 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11027
11028         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
11029         avoiding unnecessary duplication.
11030
11031 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
11032
11033         * elf/dl-load.c (_dl_map_object): If library was found using
11034         LD_LIBRARY_PATH, don't try RUNPATH list.
11035
11036 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11037
11038         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
11039         Correct second argument of register_dump call.
11040         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
11041         Likewise.
11042
11043 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11044
11045         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
11046         modules.
11047         * iconvdata/TESTS: Likewise.
11048         * iconvdata/gconv-modules: Likewise.
11049         * iconvdata/ibm1132.c: New file.
11050         * iconvdata/ibm1132.h: New file.
11051         * iconvdata/ibm1133.c: New file.
11052         * iconvdata/ibm1133.h: New file.
11053         * iconvdata/ibm1162.c: New file.
11054         * iconvdata/ibm1162.h: New file.
11055         * iconvdata/testdata/IBM1132: New file.
11056         * iconvdata/testdata/IBM1132..UTF8: New file.
11057         * iconvdata/testdata/IBM1133: New file.
11058         * iconvdata/testdata/IBM1133..UTF8: New file.
11059         * iconvdata/testdata/IBM1162: New file.
11060         * iconvdata/testdata/IBM1162..UTF8: New file.
11061         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
11062
11063         * string/string.h: Fix typo in comment.
11064         * wcsmbs/wchar.h: Likewise.
11065
11066 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11067
11068         * manual/getopt.texi (getopt_long, getopt_long_only): Include
11069         const in type of longopts parameter.
11070
11071 2001-10-29  Andreas Jaeger  <aj@suse.de>
11072
11073         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
11074
11075 2001-10-29  Kevin Ryde  <user42@zip.com.au>
11076
11077         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
11078         output, clarify `#' behaviour on 0.
11079         (Floating-Point Conversions): Clarify that %g only uses %e when
11080         the exponent would be greater than 1.
11081
11082 2001-10-28  Roland McGrath  <roland@frob.com>
11083
11084         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
11085         * sysdeps/mach/powerpc/machine-sp.h: New file.
11086         * sysdeps/mach/powerpc/sysdep.h: New file.
11087         * sysdeps/mach/powerpc/thread_state.h: New file.
11088
11089         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
11090         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
11091         expect to need the same thing on every platform.
11092
11093         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
11094         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
11095
11096         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
11097         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
11098         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
11099         Move all these assembly-related definitions to ...
11100         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
11101
11102         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
11103         by Peter Bruin <pjbruin@dds.nl>.
11104
11105         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
11106         packing results for a `poll' call.
11107
11108 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11109
11110         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
11111         correctly.
11112         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
11113         bracket expression.
11114
11115         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11116         nrules value.
11117         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
11118
11119 2001-10-24  H.J. Lu  <hjl@gnu.org>
11120
11121         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
11122         Use __BEGIN_DECLS/__END_DECLS around prototypes.
11123         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
11124
11125 2001-10-21  Jim Meyering  <meyering@lucent.com>
11126
11127         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
11128         this code would end up calling gettext even in packages built
11129         with --disable-nls.
11130         * posix/getopt.c (_): Likewise.
11131         * posix/regex.c (_): Likewise.
11132
11133 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11134
11135         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
11136         lookup not ip6.int.
11137         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
11138         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
11139
11140 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11141
11142         * misc/sys/cdefs.h (__attribute_used__): Define.
11143         * elf/rtld.c (_dl_start): Add __attribute_used__.
11144         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
11145
11146 2001-10-25  Andreas Schwab  <schwab@suse.de>
11147
11148         * stdlib/a64l.c: Expect least significant digit first.
11149         * stdlib/l64a.c: Produce least significant digit first.
11150         * stdlib/Makefile (tests): Add test-a64l.
11151         * stdlib/test-a64l.c: New file.
11152         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
11153
11154 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
11155
11156         * po/sk.po: Update from translation team.
11157
11158 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
11159
11160         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
11161
11162 2001-10-18  Andreas Schwab  <schwab@suse.de>
11163
11164         * math/libm-test.inc (print_ulps): Print ulp values rounded to
11165         next whole number.
11166         (print_function_ulps): Likewise.
11167         (print_complex_function_ulps): Likewise.
11168         (print_max_error): Likewise.
11169         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
11170
11171 2001-10-16  Andreas Schwab  <schwab@suse.de>
11172
11173         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
11174         implementation.
11175
11176         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
11177         BSD_SETJMP or BSD__SETJMP is defined, resp.
11178         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
11179         a tail call to __sigsetjmp that would require extending the
11180         caller's frame.
11181         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
11182         * sysdeps/m68k/bsd-setjmp.S: Deleted.
11183         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
11184         Reported by Jes Sorensen <jes@trained-monkey.org>.
11185
11186 2001-10-16  Andreas Jaeger  <aj@suse.de>
11187
11188         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
11189         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
11190         close PR libc/2589.
11191
11192 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
11193
11194         * po/ca.po: New file.  Contributed by the translation team.
11195
11196 2001-10-15  Ralf Baechle  <ralf@gnu.org>
11197
11198         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
11199         a varargs prototype.  Remove dependency from kernel header files.
11200
11201         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
11202         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
11203
11204 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11205
11206         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
11207         to generate hexadecimal identifier.
11208         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
11209
11210 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
11211
11212         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
11213
11214 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11215
11216         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
11217         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
11218         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11219
11220         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
11221         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11222         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
11223         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
11224         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
11225         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
11226
11227         * timezone/africa: Update from tzdata2001d.
11228         * timezone/asia: Likewise.
11229         * timezone/australasia: Likewise.
11230         * timezone/backward: Likewise.
11231         * timezone/europe: Likewise.
11232         * timezone/leapseconds: Likewise.
11233         * timezone/northamerica: Likewise.
11234         * timezone/southamerica: Likewise.
11235         * timezone/zone.tab: Likewise.
11236
11237 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11238
11239         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
11240         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
11241
11242 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
11243
11244         * elf/elf.h (PT_TLS): New definition.
11245
11246 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
11247
11248         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
11249         bits/errno.h
11250
11251 2001-10-07  Roland McGrath  <roland@frob.com>
11252
11253         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
11254
11255 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
11256
11257         * elf/elf.h: Add more ELFOSABI_* constants.
11258
11259 2001-10-04  Ben Collins  <bcollins@debian.org>
11260
11261         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11262         decleration of __need_wchar_t.
11263
11264 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11265
11266         * string/bits/string2.h (__strsep_g): Add prototype.
11267         (__strsep): Use it.
11268         * string/Versions (__strsep): Remove.
11269         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11270
11271 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11272
11273         * manua/llio.texi: Clarify file references added by mmap.
11274         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11275
11276 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11277
11278         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11279         Add sc_loadrs and sc_rbs_bas to match current kernel.
11280
11281 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11282
11283         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
11284
11285         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
11286
11287 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11288
11289         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
11290         object has been bumped because of relocation dependency, avoid
11291         duplicates in l_scope.
11292         (show_scope): Fix typos.
11293         * elf/Makefile: Add rules to build and run reldep6.
11294         * elf/reldep6.c: New file.
11295         * elf/reldep6mod0.c: New file.
11296         * elf/reldep6mod1.c: New file.
11297         * elf/reldep6mod2.c: New file.
11298         * elf/reldep6mod3.c: New file.
11299         * elf/reldep6mod4.c: New file.
11300
11301 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
11302
11303         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
11304         sparc64_fixup_plt.
11305         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
11306         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
11307         for non-lazy binding. Fix .plt[32768+] handling.
11308         (elf_machine_plt_value): Don't add addend.
11309         (elf_machine_rela): Call sparc64_fixup_plt instead of
11310         elf_machine_fixup_plt.
11311         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
11312         dynamic linker at 0xfffff800XXXXXXXX.
11313
11314         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
11315
11316 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
11317
11318         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
11319
11320 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
11321
11322         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
11323         declare __cmsg_data field if its size would be bigger than 0.
11324         (CMSG_DATA): Adjust accordingly.
11325         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11326         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
11327         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
11328         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
11329         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11330         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11331         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11332
11333 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
11334
11335         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
11336         * iconvdata/testdata/IBM1160: New file.
11337         * iconvdata/testdata/IBM1160..UTF8: New file.
11338         * iconvdata/testdata/IBM1161: New file.
11339         * iconvdata/testdata/IBM1161..UTF8: New file.
11340         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11341
11342 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11343
11344         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
11345         UL_SETFSIZE computations better.
11346
11347         * rt/Makefile: Remove use of filter for librt again.
11348
11349         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
11350         UL_SETFSIZE computations better.
11351
11352         * string/Versions: Export __strsep for GLIBC_2.2.5.
11353         * string/bits/string2.h: Define all __STRING_INLINE functions if
11354         _FORCE_INLINES is defined.
11355         Use int instead of char of parameter types.
11356         (__strsep): Don't use __strsep_g.  Don't define it.
11357         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
11358         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
11359         __strcpy_small.
11360         (__stpcpy_a_small): Renamed from __stpcpy_small.
11361         (__strcspn_c1): Don't define if _FORCE_INLINES.
11362         (__strspn_c1): Likewise.
11363
11364 2001-09-22  Ben Collins  <bcollins@debian.org>
11365
11366         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
11367         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
11368         * sysdeps/ia64/bits/sigaction.h: Likewise.
11369         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
11370
11371 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
11372
11373         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
11374
11375 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
11376
11377         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
11378
11379 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11380
11381         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
11382
11383 2001-09-20  H.J. Lu  <hjl@gnu.org>
11384
11385         * include/dlfcn.h (__RTLD_SPROF): New definiton.
11386         * elf/dl-open.c (dl_open_worker): Return immediately after loading
11387         for __RTLD_SPROF.
11388         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
11389         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
11390
11391 2001-09-20  H.J. Lu  <hjl@gnu.org>
11392
11393         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
11394         don't add 1.
11395
11396 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11397
11398         * nss/getent.c: Accept -s parameter to overwrite rules in
11399         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
11400
11401         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
11402         with as many ".0" as necessary to form a complete address
11403         inet_network understands.
11404
11405         * nss/getent.c: Various cleanups.  Use simpler and fewer function
11406         calls.
11407
11408 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11409
11410         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
11411         _JMPBUF_UNWINDS.
11412         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
11413
11414 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11415
11416         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
11417         IBM1161.
11418         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
11419         * iconvdata/ibm1160.c: New file.
11420         * iconvdata/ibm1160.h: New file.
11421         * iconvdata/ibm1161.c: New file.
11422         * iconvdata/ibm1161.h: New file.
11423         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11424
11425 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
11426
11427         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
11428         difference between base address and first PT_LOAD's virtual address,
11429         not the base address.
11430
11431 2001-09-11  Tom Rix  <trix@redhat.com>
11432
11433         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
11434         ifdef for __getopt_clean_environment.
11435         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
11436
11437 2001-09-22  Andreas Jaeger  <aj@suse.de>
11438
11439         * elf/reldep4.c (main): Add proper prototype to fix warning.
11440
11441         * elf/reldep5.c (main): Remove unused variable.
11442
11443         * math/math_private.h: Add prototypes.
11444
11445 2001-09-21  Andreas Jaeger  <aj@suse.de>
11446
11447         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
11448         * sysdeps/x86_64/Dist: New file.
11449         * sysdeps/x86_64/soft-fp/Dist: New file.
11450
11451         * sysdeps/gnu/Dist: Remove eval.c.
11452
11453 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
11454
11455         * malloc/memusage.c (realloc): Don't count already allocated
11456         memory in the sums.
11457         (me): Always use dlsym() to find the real implementations.
11458
11459         * malloc/memusage.sh: Make -n option actually do something.
11460
11461 2001-09-20  Andreas Jaeger  <aj@suse.de>
11462
11463         * elf/elf.h (R_390_NUM): Correct value.
11464
11465         * Versions.def: Add missing versions 2.2.3 for libthread_db and
11466         libpthread.
11467
11468         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
11469         for x86-64, install x86-64 into */lib64.
11470
11471         * shlib-versions: Add x86-64.
11472
11473         * elf/elf.h: Add x86-64 relocations.
11474
11475 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
11476
11477         * po/fr.po: Update from translation team.
11478
11479 2001-09-19  Andreas Jaeger  <aj@suse.de>
11480
11481         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
11482         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
11483         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
11484         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
11485         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
11486         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
11487         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
11488         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
11489         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
11490         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
11491         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
11492         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
11493         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
11494         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
11495         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
11496         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
11497         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
11498         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
11499         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
11500         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
11501         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
11502         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
11503         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
11504         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
11505         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
11506         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
11507         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
11508         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
11509         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
11510         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
11511         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
11512         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
11513         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
11514         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
11515         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
11516         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
11517         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
11518         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
11519         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
11520         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
11521         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
11522         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
11523         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
11524         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
11525         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
11526         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
11527         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
11528         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
11529         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
11530         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
11531         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
11532         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
11533         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
11534         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
11535         * sysdeps/unix/x86_64/sysdep.S: New file.
11536         * sysdeps/unix/x86_64/sysdep.h: New file.
11537         * sysdeps/x86_64/Implies: New file.
11538         * sysdeps/x86_64/Makefile: New file.
11539         * sysdeps/x86_64/Versions: New file.
11540         * sysdeps/x86_64/__longjmp.S: New file.
11541         * sysdeps/x86_64/abort-instr.h: New file.
11542         * sysdeps/x86_64/atomicity.h: New file.
11543         * sysdeps/x86_64/bits/endian.h: New file.
11544         * sysdeps/x86_64/bits/setjmp.h: New file.
11545         * sysdeps/x86_64/bits/string.h: New file.
11546         * sysdeps/x86_64/bp-asm.h: New file.
11547         * sysdeps/x86_64/bsd-_setjmp.S: New file.
11548         * sysdeps/x86_64/bsd-setjmp.S: New file.
11549         * sysdeps/x86_64/dl-machine.h: New file.
11550         * sysdeps/x86_64/elf/initfini.c: New file.
11551         * sysdeps/x86_64/elf/start.S: New file.
11552         * sysdeps/x86_64/ffs.c: New file.
11553         * sysdeps/x86_64/ffsll.c: New file.
11554         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
11555         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
11556         * sysdeps/x86_64/fpu/e_acosl.c: New file.
11557         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
11558         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
11559         * sysdeps/x86_64/fpu/e_expl.c: New file.
11560         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
11561         * sysdeps/x86_64/fpu/e_log10l.S: New file.
11562         * sysdeps/x86_64/fpu/e_log2l.S: New file.
11563         * sysdeps/x86_64/fpu/e_logl.S: New file.
11564         * sysdeps/x86_64/fpu/e_powl.S: New file.
11565         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
11566         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
11567         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
11568         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
11569         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
11570         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
11571         * sysdeps/x86_64/fpu/fegetenv.c: New file.
11572         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
11573         * sysdeps/x86_64/fpu/fegetround.c: New file.
11574         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
11575         * sysdeps/x86_64/fpu/fesetenv.c: New file.
11576         * sysdeps/x86_64/fpu/fesetround.c: New file.
11577         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
11578         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
11579         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
11580         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
11581         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
11582         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
11583         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
11584         * sysdeps/x86_64/fpu/s_atanl.c: New file.
11585         * sysdeps/x86_64/fpu/s_cosl.S: New file.
11586         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
11587         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
11588         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
11589         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
11590         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
11591         * sysdeps/x86_64/fpu/s_logbl.c: New file.
11592         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
11593         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
11594         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
11595         * sysdeps/x86_64/fpu/s_rintl.c: New file.
11596         * sysdeps/x86_64/fpu/s_significandl.c: New file.
11597         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
11598         * sysdeps/x86_64/fpu/s_sinl.S: New file.
11599         * sysdeps/x86_64/fpu/s_tanl.S: New file.
11600         * sysdeps/x86_64/gmp-mparam.h: New file.
11601         * sysdeps/x86_64/hp-timing.c: New file.
11602         * sysdeps/x86_64/hp-timing.h: New file.
11603         * sysdeps/x86_64/htonl.S: New file.
11604         * sysdeps/x86_64/memusage.h: New file.
11605         * sysdeps/x86_64/setjmp.S: New file.
11606         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11607         * sysdeps/x86_64/stackinfo.h: New file.
11608         * sysdeps/x86_64/sysdep.h: New file.
11609         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11610
11611         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11612         L Moshier.
11613
11614 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11615
11616         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11617         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11618
11619 2001-09-18  Andreas Schwab  <schwab@suse.de>
11620
11621         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11622         list, now that l_scope is a pointer.
11623
11624         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11625         scope list.
11626
11627 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11628
11629         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11630         (elf_machine_rela_relative): Add a missing declaration.
11631
11632 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
11633
11634         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11635         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11636         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11637         ldd-rewrite scripts.
11638
11639 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11640
11641         * elf/ldd.bash.in: Update copyright message.
11642
11643 2001-09-17  H.J. Lu  <hjl@gnu.org>
11644
11645         * hurd/hurdmalloc.c (bcopy): Removed.
11646         (realloc): Replace bcopy with memcpy.
11647         * hurd/path-lookup.c (file_name_path_scan): Likewise.
11648         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11649         * sunrpc/rpcinfo.c (pmapdump): Likewise.
11650
11651         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11652         (gethostbyaddr): Likewise.
11653         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11654
11655 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11656
11657         * sysdeps/gnu/eval.c: Removed.
11658
11659 2001-09-18  Andreas Jaeger  <aj@suse.de>
11660
11661         * sysdeps/i386/fpu/s_logbl.S: Move to ...
11662         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11663
11664         * sysdeps/i386/fpu/s_rintl.S: Move to ...
11665         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11666
11667         * sysdeps/i386/fpu/s_significandl.S: Move to ...
11668         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11669
11670 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
11671
11672         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11673         nrules value.
11674
11675 2001-09-14  H.J. Lu  <hjl@gnu.org>
11676
11677         * sysdeps/mips/fpu/libm-test-ulps: Updated.
11678
11679 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
11680
11681         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11682         Patch by Florian La Roche <laroche@redhat.com>.
11683
11684         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11685
11686         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11687         ETHER_CRC_LEN.
11688
11689 2001-09-14  Andreas Schwab  <schwab@suse.de>
11690
11691         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
11692         Sumner <bls@sgi.com>.
11693         * posix/execlp.c: Likewise.
11694
11695 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
11696
11697         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
11698         is already found earlier in the search scope.
11699
11700 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11701
11702         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
11703         filter.
11704
11705 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
11706
11707         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
11708
11709 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
11710
11711         * config.h.in: Enforce optimization to be used.
11712         * Makeconfig (preprocess-versions): Define ASSEMBLER.
11713         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
11714         * posix/Makefile (annexc-CFLAGS): Define to -O.
11715         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
11716
11717 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
11718
11719         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
11720         Patch by Stephan Kulow.
11721
11722 2001-09-08  Ben Collins  <bcollins@debian.org>
11723
11724         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
11725         usage of RESOLVE() (r_type, not reloc->r_type).
11726
11727 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11728
11729         * elf/dl-object.c: Avoid allocating extra memory block for name.
11730         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
11731         allocated separately.
11732         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11733
11734 2001-09-08  H.J. Lu  <hjl@gnu.org>
11735
11736         * po/zh_TW.po: Fix a typo.
11737
11738 2001-09-07  Tom Rix  <trix@redhat.com>
11739
11740         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
11741
11742 2001-08-26  Tom Rix  <trix@redhat.com>
11743
11744         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
11745         command line options.
11746         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
11747         * sysdeps/unix/sysv/aix/start.c: Removed.
11748         * sysdeps/unix/sysv/aix/start-libc.c: New file.
11749         * sysdeps/unix/sysv/aix/init-first.c: New file.
11750         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
11751
11752 2001-09-08  Ben Collins  <bcollins@debian.org>
11753
11754         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
11755         * sysdeps/generic/dl-machine.h: Likewise.
11756         * sysdeps/hppa/dl-fptr.c: Likewise.
11757         * sysdeps/ia64/dl-fptr.c: Likewise.
11758         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11759         * sysdeps/mips/dl-machine.h: Likewise.
11760         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11761         * sysdeps/powerpc/dl-machine.c: Likewise.
11762
11763 2001-09-07  Ben Collins  <bcollins@debian.org>
11764
11765         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
11766
11767         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
11768
11769 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11770
11771         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
11772         dependencies if necessary.
11773
11774         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
11775         loaded directly) determine length if l_initfini list by iterating
11776         over its elements.  Minor optimizations.
11777         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
11778         for dependency objects.
11779         If object was already loaded check whether any of the dependencies
11780         is already on the relocation dependency list.  If yes, remove the
11781         latter.  Minor optimizations.
11782         * elf/dl-lookup.c (add_dependency): Add check for self reference of
11783         maps here.  Search l_initfini list only if the object was loaded
11784         directly and not only as a dependency.
11785         (_dl_lookup_symbol): Add relocation dependency also if object
11786         is not in global scope.  Remove test for self-reference here.
11787         (_dl_lookup_versioned_symbol): Likewise.
11788         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
11789         element of first name record.
11790         * elf/loadtest.c: Add some more test to recognize early if an object
11791         wasn't unloaded.
11792         * elf/Makefile: Add rules to build and run reldep5.
11793         * elf/reldep5.c: New file.
11794         * elf/reldepmod5.c: New file.
11795         * elf/reldepmod6.c: New file.
11796
11797         * elf/reldep2.c: Fix typo.
11798
11799 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
11800
11801         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
11802         elements.  Change l_scope to be a pointer only.
11803         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
11804         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
11805         here add searchlist of newly open file to the dependency's scope.
11806         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
11807         only searchlist from its scope.  Free own scope array if necessary.
11808         * elf/Makefile (tests): Add dblload and dblunload now.
11809
11810 2001-09-06  Andreas Jaeger  <aj@suse.de>
11811
11812         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
11813         Stephen L Moshier.
11814
11815 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
11816
11817         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
11818         they both fail.
11819         * elf/dblload.c: New file.
11820         * elf/dblloadmod1.c: New file.
11821         * elf/dblloadmod2.c: New file.
11822         * elf/dblloadmod3.c: New file.
11823         * elf/dblunload.c: New file.
11824
11825 2001-09-04  Richard Henderson  <rth@redhat.com>
11826
11827         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
11828         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
11829
11830 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11831
11832         Correct very misleading message for error in failed runtime relocation.
11833         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
11834         place of the error.
11835         (_dl_signal_cerror): Likewise.
11836         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
11837         * elf/dl-close.c: Likewise.
11838         * elf/dl-deps.c: Likewise.
11839         * elf/dl-load.c: Likewise.
11840         * elf/dl-lookup.c: Likewise.
11841         * elf/dl-open.c: Likewise.
11842         * elf/dl-reloc.c: Likewise.
11843         * elf/dl-sym.c: Likewise.
11844         * elf/dl-version.c: Likewise.
11845         * sysdeps/generic/dl-sysdep.c: Likewise.
11846
11847 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11848
11849         * iconv/strtab.c (strtabinit): Initialize null Strent.
11850         (newstring): Move len == 0 handling...
11851         (strtabadd): ...here.
11852         If len == 1, return null Strent.
11853         When inserting a suffix of an existing string, check if
11854         it is not equal to some suffix already recorded.
11855         Copy left and right members over if adding longer string.
11856
11857 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11858
11859         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
11860
11861         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
11862         (__syscall_gethostname): Add prototype.
11863
11864 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11865
11866         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
11867
11868 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
11869
11870         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
11871
11872 2001-08-27  Roland McGrath  <roland@frob.com>
11873
11874         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
11875         short, copy that much into NAME anyway before returning error.
11876
11877 2001-09-01  Richard Henderson  <rth@redhat.com>
11878
11879         * sysdeps/alpha/elf/Dist: Remove file.
11880         * sysdeps/alpha/elf/Makefile: Remove file.
11881         * sysdeps/alpha/elf/crtbegin.S: Remove file.
11882         * sysdeps/alpha/elf/crtend.S: Remove file.
11883         * sysdeps/alpha/elf/initfini.c: New file.
11884
11885 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
11886
11887         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
11888         * iconv/tst-iconv3.c: Likewise.
11889
11890 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
11891
11892         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
11893
11894 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
11895
11896         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
11897         export it.
11898         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
11899         * iconv/iconv_prog.c (insert_cache): New function.
11900         (print_known_names): If cache is used call insert_cache to use the
11901         information from the cache [PR libc/2509].
11902
11903 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
11904
11905         * time/strptime.c (strptime_internal): Recognize 'l' format and
11906         handle it like 'I' for symmetry with strftime.
11907
11908 2001-08-31  Richard Henderson  <rth@redhat.com>
11909
11910         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
11911         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
11912         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
11913         (print_statistics): Make scalar unsigned long long.
11914         * sysdeps/alpha/hp-timing.h: New file.
11915
11916 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11917
11918         * stdio-common/perror.c (perror): Save errno early, pass it
11919         down to perror_internal.
11920         (perror_internal): Add errnum argument.
11921
11922 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11923
11924         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
11925         Don't add old memory content for R_ALPHA_REFQUAD.
11926
11927 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11928
11929         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
11930         memory correctly.
11931
11932         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
11933         instead of open, __close instead of close, __getpagesize instead
11934         of getpagesize.
11935
11936         * string/argz-stringify.c (__argz_stringify): Use __strnlen
11937         instead of strnlen.
11938         * include/string.h (strndupa): Redefine here to use __strnlen
11939         instead of strnlen.
11940         * string/strndup.c (__strndup): Use __strnlen not strnlen.
11941
11942         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
11943         connected).
11944
11945 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11946
11947         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
11948         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
11949         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
11950         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
11951         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
11952         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
11953         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
11954
11955 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11956
11957         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
11958
11959 2001-08-30  Andreas Jaeger  <aj@suse.de>
11960
11961         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
11962         contributed Stephen L Moshier.
11963
11964 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11965
11966         * sunrpc/etc.rpc (sgi_fam): Add.
11967
11968 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11969
11970         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
11971
11972 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11973
11974         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
11975         first is from a previous call.
11976         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
11977
11978 2001-08-29  Andreas Schwab  <schwab@suse.de>
11979
11980         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
11981
11982 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11983
11984         * config.make.in (INSTALL_SCRIPT): Define.
11985         * Makeconfig (INSTALL_SCRIPT): Define.
11986         * Makerules (do-install-script): New macro to install scripts using
11987         INSTALL_SCRIPT.
11988         (install-bin-script): New rule to install scripts with
11989         do-install-script.
11990         (install-bin-script-nosubdir): New rule.
11991         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
11992         (distinfo-vars): Add $(install-bin-script).
11993         * Rules (others): Likewise.
11994         * Makefile (glibcbug): Install with install-bin-script.
11995         * debug/Makefile (xtrace): Likewise.
11996         (catchsegv): Likewise.
11997         * elf/Makefile (ldd): Likewise.
11998         * malloc/Makefile (mtrace): Likewise.
11999         * timezone/Makefile (tzselect): Likewise.
12000
12001 2001-08-29  H.J. Lu  <hjl@gnu.org>
12002
12003         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
12004         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
12005         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
12006
12007 2001-08-29  Andreas Schwab  <schwab@suse.de>
12008
12009         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
12010
12011 2001-08-28  H.J. Lu  <hjl@gnu.org>
12012
12013         * Makeconfig (combreloc-LDFLAGS): New variable.
12014         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
12015         * config.make.in (have-z-combreloc): New variable.
12016         * configure.in: Substitute libc_cv_z_combreloc.
12017
12018 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12019
12020         * po/sv.po: Update from translation team.
12021         * po/fr.po: Likewise.
12022         * po/da.po: Likewise.
12023
12024 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12025
12026         * Makerules: Fix a typo: MD% -> MD5.
12027
12028 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
12029
12030         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
12031         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
12032
12033 2001-08-28  Andreas Jaeger  <aj@suse.de>
12034
12035         * manual/libc-texinfo.sh: Add entry about free manuals.
12036
12037         * manual/contrib.texi (Contributors): Fix cross reference.
12038
12039         * manual/libc.texinfo (Copying): Include freemanuals.
12040
12041         * manual/Makefile (appendices): Add freemanuals.
12042
12043         * manual/freemanuals.texi: New file.
12044         Patch by Brian Youmans <3diff@gnu.org>.
12045
12046         * manual/libm-err-tab.pl: Pretty print more platforms, print a
12047         smaller table.
12048
12049         * manual/math.texi (Errors in Math Functions): Fix grammar, start
12050         table on separate page.
12051         Patch by Brian Youmans <3diff@gnu.org>.
12052
12053 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12054
12055         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
12056         the connection went down after we first used it try to connect
12057         again and resend the message before printing to the console.
12058         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
12059
12060 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12061
12062         * string/tst-strlen.c (main): Test strnlen (, -1) too.
12063         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
12064         bit set.
12065
12066 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12067
12068         * iconv/strtab.c (searchstring): Use correct length for comparison.
12069         (strtabadd): Account total size correct if new string has old string as
12070         substring.
12071
12072 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12073
12074         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
12075
12076 2001-08-27  Andreas Jaeger  <aj@suse.de>
12077
12078         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
12079
12080         * math/libm-test.inc (j0_test): Add extra tests.
12081         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
12082         not x, in Hankel approximation.
12083         Patches by Stephen L Moshier.
12084
12085 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12086
12087         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
12088         link_map.
12089
12090         * configure.in: Fix test for .rela.dyn section.
12091
12092         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
12093
12094 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12095
12096         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
12097         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
12098         Pass type_class to _dl_lookup_*.
12099         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
12100         Pass around just type_class instead of noexec, noplt pair.
12101         (_dl_lookup_versioned_symbol): Likewise.
12102         (_dl_lookup_symbol_skip): Pass around just type_class instead of
12103         noexec, noplt pair.
12104         (_dl_lookup_versioned_symbol_skip): Likewise.
12105         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
12106         * elf/do-lookup.h (do_lookup): Likewise.
12107         * include/link.h (struct link_map): Replace noexec and noplt fields
12108         in l_lookup_cache with type_class field.
12109         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
12110         ELF_RTYPE_CLASS_COPY): Define.
12111         Adjust prototypes for _dl_lookup_symbol and
12112         _dl_lookup_versioned_symbol.
12113         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
12114         elf_machine_lookup_noexec_p): Remove.
12115         (elf_machine_type_class): Define.
12116         * sysdeps/arm/dl-machine.h: Likewise.
12117         * sysdeps/hppa/dl-machine.h: Likewise.
12118         * sysdeps/cris/dl-machine.h: Likewise.
12119         * sysdeps/i386/dl-machine.h: Likewise.
12120         * sysdeps/ia64/dl-machine.h: Likewise.
12121         * sysdeps/m68k/dl-machine.h: Likewise.
12122         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12123         * sysdeps/mips/dl-machine.h: Likewise.
12124         * sysdeps/powerpc/dl-machine.h: Likewise.
12125         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12126         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12127         * sysdeps/sh/dl-machine.h: Likewise.
12128         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12129         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12130
12131 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12132
12133         * manual/message.texi (Advanced gettext functions): Change
12134         description of plural forms for Slovak.
12135         Reported by Marcel Telka <marcel@telka.sk>.
12136
12137         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
12138         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
12139
12140 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12141
12142         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
12143         typo.  Patch by Florian La Roche <laroche@redhat.com>.
12144
12145 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12146
12147         * include/link.h (struct link_map): Add l_lookup_cache element.
12148         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
12149         (RESOLVE_MAP): Likewise.
12150         (_dl_relocate_object): Remove cache initialization.
12151         * elf/dl-lookup.c: Rip out cache handling code.
12152         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
12153         declarations.
12154
12155         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
12156         remove some __builtin_expect.
12157         (_dl_lookup_versioned_symbol): Likewise.
12158
12159         * config.h.in: Add HAVE_Z_COMBRELOC.
12160         * configure.in: Add test for -z combreloc.
12161
12162         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
12163         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
12164         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
12165         case to almost no code.
12166
12167 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
12168
12169         * po/tr.po: Update from translation team.
12170
12171 2001-08-24  Andreas Jaeger  <aj@suse.de>
12172
12173         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
12174         make clean works.
12175
12176 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12177
12178         * elf/rtld.c (print_statistics): Printf % after percent values.
12179         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
12180
12181         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
12182         don't have to compute the hash value and initialize current_value.
12183         Move reference_name variable to where it is needed.
12184         (_dl_lookup_versioned_symbol): Likewise.
12185
12186 2001-08-24  Roland McGrath  <roland@frob.com>
12187
12188         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
12189         Just test that strerror returns non-null for a few errno codes.
12190
12191 2001-08-23  Roland McGrath  <roland@frob.com>
12192
12193         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
12194         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
12195
12196         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
12197
12198         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
12199         __mach_reply_port.
12200
12201 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12202
12203         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
12204         returns NULL.
12205
12206         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
12207         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
12208         doesn't do it.
12209         * elf/rtld.c: Include <sys/param.h>.
12210         * elf/dl-reloc.c: Likewise.
12211
12212 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12213
12214         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
12215         empty to prevent junk from being generated.
12216         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
12217
12218 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12219
12220         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
12221         records.  Rename endrel to relative, initialize it to r, and use it
12222         in elf_machine_rel_relative calls.  Point r after relative relocs.
12223
12224 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12225
12226         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
12227         of R_386_NONE.
12228
12229 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12230
12231         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
12232         necessary.  Undefine newly defined macros at the end.
12233         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
12234         Rename from elf_machine_rel_relative.
12235         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
12236         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
12237         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
12238         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
12239         Likewise.
12240         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
12241         Likewise.
12242         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
12243         Fix argument types.
12244         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
12245         Fix argument types.
12246         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
12247         Likewise.  Fix argument types.
12248         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
12249         Likewise.  Fix argument types.
12250         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
12251         Fix argument types.
12252         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
12253         ElfW(Rel) in argument.
12254         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
12255         function.
12256
12257 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
12258
12259         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12260
12261 2001-08-24  Andreas Jaeger  <aj@suse.de>
12262
12263         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12264         Stephen L Moshier <moshier@mediaone.net>.
12265
12266 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12267
12268         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12269         first if RELCOUNT is set.
12270
12271         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12272         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12273         elf_machine_rel_relative.
12274         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12275         Minor optimizations.
12276         * sysdeps/arm/dl-machine.h: Likewise.
12277         * sysdeps/cris/dl-machine.h: Likewise.
12278         * sysdeps/hppa/dl-machine.h: Likewise.
12279         * sysdeps/i386/dl-machine.h: Likewise.
12280         * sysdeps/ia64/dl-machine.h: Likewise.
12281         * sysdeps/m68k/dl-machine.h: Likewise.
12282         * sysdeps/mips/dl-machine.h: Likewise.
12283         * sysdeps/powerpc/dl-machine.h: Likewise.
12284         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12285         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12286         * sysdeps/sh/dl-machine.h: Likewise.
12287         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12288         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12289
12290 2001-08-23  Roland McGrath  <roland@frob.com>
12291
12292         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
12293
12294         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
12295         sysdeps/mach version.  Implement counting ("recursive") mutexes
12296         on top of cthreads mutexes.
12297         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
12298
12299         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
12300         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
12301         (__libc_cleanup_region_start, __libc_cleanup_region_end,
12302         __libc_clean_end): Define these to call the cleanup function after
12303         normal exit when they're supposed to.
12304
12305         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
12306         Take new first arg DOIT, a boolean saying whether to really install
12307         any cleanup handler.
12308         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
12309         (__libc_cleanup_end): Likewise.
12310         * sysdeps/generic/bits/libc-lock.h: Same changes.
12311         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
12312         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
12313         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
12314         Likewise.
12315         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
12316         * sysdeps/generic/bits/stdio-lock.h
12317         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
12318
12319 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12320
12321         * elf/ldconfig.c (search_dir): Remove stale symlinks.
12322
12323 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12324
12325         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
12326         functions.
12327         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
12328         lookups in cache.
12329         (_dl_lookup_versioned_symbol): Likewise.
12330         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
12331         relocation lookup.
12332         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
12333         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
12334         (lookup_cache, lookup_cache_versioned): Add declarations.
12335
12336 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12337
12338         * stdlib/tst-random.c (main): Swap parameters in fail call.
12339         Patch by Pete Bevin <pete@petebevin.com>.
12340
12341 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12342
12343         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
12344
12345 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12346
12347         * malloc/obstack.c: Indent preprocessor directives.
12348         Patch by Jim Meyering <meyering@ascend.com>.
12349
12350         * po/ja.po: Update from translation team.
12351
12352 2001-08-23  Roland McGrath  <roland@frob.com>
12353
12354         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
12355
12356         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
12357         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
12358
12359 2001-08-22  Roland McGrath  <roland@frob.com>
12360
12361         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
12362         __libc_lock_define_recursive.
12363         * elf/dl-open.c: Don't declare it here any more.
12364         * elf/dl-close.c: Likewise.
12365         * elf/dl-lookup.c: Likewise.
12366         * elf/dl-iteratephdr.c: Likewise.
12367         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
12368         __libc_lock_unlock_recursive.
12369         * elf/dl-close.c (_dl_close): Likewise
12370         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
12371         * elf/dl-open.c (_dl_open): Likewise
12372
12373         * sysdeps/generic/bits/libc-lock.h
12374         (__libc_lock_define_recursive): New macro.
12375         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
12376         (_IO_lock_lock): Use __libc_lock_lock_recursive.
12377         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
12378
12379         * conform/conformtest.pl (checknamespace): Sort the output list.
12380
12381         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
12382         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
12383         definitions conditional on [__USE_XOPEN].
12384
12385         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
12386         these unconditionally, not only use [__USE_BSD], so as to match
12387         the sysdeps/unix/sysv/linux files.
12388
12389 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12390
12391         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
12392         avoid warnings.
12393
12394         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
12395         DL_LOOKUP_ADDRESS.
12396
12397 2001-08-22  Roland McGrath  <roland@frob.com>
12398
12399         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
12400         conditionalization of sa_handler/sa_sigaction member types to
12401         match the sysdeps/unix/sysv/linux file.
12402
12403 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12404
12405         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
12406         symbol sizes a bit better.
12407
12408         * sysdeps/ia64/strncpy.S: Complete rewrite.
12409         Contributed by Jakub Jelinek <jakub@redhat.com>.
12410
12411         * string/stratcliff.c (main): Add strncpy test.
12412
12413 2001-08-22  Roland McGrath  <roland@frob.com>
12414
12415         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
12416         and don't declare unsetenv or _environ directly.
12417         (unsetenv): Return int, not void.  Use __environ instead of _environ.
12418
12419 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
12420
12421         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
12422         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
12423         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
12424         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
12425         test for cmsg struct size.
12426
12427 2001-04-23  Paul Eggert  <eggert@twinsun.com>
12428
12429         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
12430         Rename __argc to ___argc in prototypes to avoid compatibility
12431         problems with systems that reserve the identifier "__argc".
12432         Similarly for __argv.
12433
12434 2001-08-21  Roland McGrath  <roland@frob.com>
12435
12436         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
12437
12438         * mach/Makefile (tests): Removed.
12439         * mach/hello.c: File removed.
12440
12441 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12442
12443         * po/sv.po: Update from translation team.
12444
12445         * stdio-common/vfscanf.c: Fix handling of %l[].
12446         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
12447
12448         * libio/Makefile (tests): Add tst-sscanf.
12449         * libio/tst-sscanf.c: New file.
12450
12451         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
12452         * malloc/mtrace.c (tr_where): dli_sname always points to a
12453         non-empty string if != NULL.
12454         Reported by Tim Janik <timj@gtk.org>.
12455
12456 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
12457
12458         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
12459         buf.  Free resources on failure.
12460         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
12461         (makefd_xprt): Likewise.
12462         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
12463         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
12464         * sunrpc/auth_unix.c (authunix_create): Likewise.
12465
12466 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
12467
12468         * string/strnlen.c: Remove.
12469         * sysdeps/generic/strnlen.c: New file.
12470         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
12471
12472 2001-08-21  Roland McGrath  <roland@frob.com>
12473
12474         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
12475         as a macro, not an extern inline function.
12476
12477         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
12478         * Versions.def (libc): Add GLIBC_2.2.5 set.
12479         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
12480         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
12481
12482 2001-08-20  Roland McGrath  <roland@frob.com>
12483
12484         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
12485         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
12486
12487 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12488
12489         * string/bits/string2.h: Remove strnlen optimization here.
12490         * sysdeps/i386/i486/bits/string.h: Add it here.
12491
12492 2001-08-21  Wolfram Gloger  <wg@malloc.de>
12493
12494         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
12495
12496 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12497
12498         * po/gl.po: Update from translation team.
12499
12500 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12501
12502         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
12503         * misc/err.c (convert_and_print): Likewise.
12504
12505         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
12506         function calls.
12507
12508 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12509
12510         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
12511         change of the gregset_t type.
12512         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12513
12514 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12515
12516         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
12517
12518 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12519
12520         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
12521
12522         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
12523
12524 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
12525
12526         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
12527         before calling the cthreads initialization code.
12528
12529 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12530
12531         * argp/argp-help.c: Fix two problems introduced in last change.
12532
12533         * include/dirent.h: Include <dirstream.h> first.
12534
12535 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
12536
12537         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
12538
12539         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
12540         * sunrpc/xdr_rec.c: Likewise.
12541         * sunrpc/xdr_mem.c: Likewise.
12542         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
12543         * sunrpc/rpc_cmsg.c: Likewise.
12544         * sunrpc/getrpcport.c (getrpcport): Likewise.
12545         * sunrpc/clnt_simp.c (callrpc): Likewise.
12546         * sunrpc/clnt_gen.c (clnt_create): Likewise.
12547         * string/envz.c: Likewise.
12548
12549         * po/ko.po: Update from translation team.
12550
12551         * argp/argp-help.c: Handle wide oriented stderr stream.
12552
12553 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
12554
12555         * sysdeps/generic/strtol.c: Little optimizations.  Add some
12556         __builtin_expect.
12557
12558         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
12559
12560         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
12561         * wcsmbs/wcwidth.c (wcwdith): Likewise.
12562         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
12563
12564         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
12565
12566         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
12567
12568         * time/time.h (struct timespec): Use __time_t for tv_sec element.
12569
12570         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
12571         wchar_t for function declarations and defintions.
12572
12573         * misc/sys/select.h: Define __need_time_t before including <time.h>.
12574         Define suseconds_t if it hasn't happened yet.
12575
12576         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
12577
12578         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
12579
12580         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
12581         <stddef.h>.
12582
12583         * conform/data/stddef.h-data: Remove wint_t.
12584
12585         * conform/conformtest.pl: Change namespace test to take #undef
12586         lines into account.
12587
12588         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
12589
12590         * conform/data/sys/socket.h-data: Add sockatmark.
12591
12592 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12593
12594         * io/fts.c: Update from recent BSD source.
12595
12596 2001-08-17  Roland McGrath  <roland@frob.com>
12597
12598         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
12599         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
12600         Likewise.
12601
12602 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12603
12604         * locale/duplocale.c (__duplocale): Also initialize the special
12605         __ctype_* elements.
12606
12607         * conform/data/netdb.h-data: Adjust gai_strerror return type.
12608
12609 2001-08-17  Andreas Jaeger  <aj@suse.de>
12610
12611         * misc/getpass.c: Include wchar.h for prototypes.
12612         * malloc/obstack.c: Likewise.
12613
12614 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12615
12616         * sunrpc/svc_simple.c (universal): Use __write instead of write.
12617
12618         * wcsmbs/wcscoll.c: Also define __wcscoll.
12619         * include/wchar.h: Declare __wcscoll.
12620
12621         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12622         * libio/vwprintf.c: Likewise.
12623         * libio/wprintf.c: Likewise.
12624
12625         * iconv/gconv_cache.c: Use __munmap instead of munmap.
12626
12627 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
12628
12629         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12630         instead of mbrtowc.
12631         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12632         wcslen, and __wcscoll instead of wcscoll.
12633
12634         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12635
12636         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12637         __getuid instead of getuid.
12638
12639         * stdio-common/perror.c (perror): Use __close instead of close.
12640         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12641         * libio/freopen.c (freopen): Likewise.
12642         * libio/freopen64.c (freopen64): Likewise.
12643
12644         * libio/tst-ungetwc2.c (main): Define str const.
12645
12646         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12647         * libio/fwprintf.c: Also define __fwprintf.
12648         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12649         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12650         * assert/assert-perr.c: Likewise.
12651         * assert/assert.c: Likewise.
12652         * gmon/gmon.c: Likewise.
12653         * inet/rcmd.c: Likewise.
12654         * malloc/obstack.c: Likewise.
12655         * misc/err.c: Likewise.
12656         * misc/error.c: Likewise.
12657         * misc/getpass.c: Likewise.
12658         * posix/getopt.c: Likewise.
12659         * resolv/res_hconf.c: Likewise.
12660         * stdio-common/perror.c: Likewise.
12661         * stdio-common/psignal.c: Likewise.
12662         * stdlib/fmtmsg.c: Likewise.
12663         * sunrpc/auth_unix.c: Likewise.
12664         * sunrpc/clnt_perr.c: Likewise.
12665         * sunrpc/clnt_tcp.c: Likewise.
12666         * sunrpc/clnt_udp.c: Likewise.
12667         * sunrpc/clnt_unix.c: Likewise.
12668         * sunrpc/svc_simple.c: Likewise.
12669         * sunrpc/svc_tcp.c: Likewise.
12670         * sunrpc/svc_udp.c: Likewise.
12671         * sunrpc/svc_unix.c: Likewise.
12672         * sunrpc/xdr.c: Likewise.
12673         * sunrpc/xdr_array.c: Likewise.
12674         * sunrpc/xdr_rec.c: Likewise.
12675         * sunrpc/xdr_ref.c: Likewise.
12676         * sysdeps/generic/wordexp.c: Likewise.
12677
12678         * po/it.po: Update from translation team.
12679
12680         * misc/err.c: Handle wide oriented stderr stream.
12681
12682 2001-08-14  Tom Rix  <trix@redhat.com>
12683
12684         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12685         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12686
12687 2001-08-13  Tom Rix  <trix@redhat.com>
12688
12689         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12690         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12691         and __intptr_t.
12692
12693 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12694
12695         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
12696         Store the access registers to the ucontext structure.
12697         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
12698         Likewise.
12699
12700         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
12701         Load the access registers from the ucontext structure.
12702         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
12703         Likewise.
12704
12705         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
12706         offsets to the new ucontext layout.
12707         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
12708
12709         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
12710         of the ucontext structure.
12711         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12712
12713 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
12714
12715         * misc/error.c (error): Handle wide oriented stderr stream correctly.
12716         (error_at_line): Likewise.
12717
12718         * stdio-common/perror.c (perror): Implement according to standard.
12719         The stream orientation must not be changed if the stream was not
12720         oriented before the call.
12721         * stdio-common/Makefile (tests): Add tst-perror.
12722         * stdio-common/tst-perror.c: New file.
12723
12724
12725 See ChangeLog.12 for earlier changes.