* sysdeps/unix/sysv/linux/_exit.c: Add libc_hidden_def and weak_alias
[platform/upstream/glibc.git] / ChangeLog
1 2002-09-16  Andreas Jaeger  <aj@suse.de>
2
3         * sysdeps/unix/sysv/linux/_exit.c: Add libc_hidden_def and weak_alias
4         to _Exit.
5         * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise.
6
7 2002-09-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
8
9         * sysdeps/powerpc/abort-instr.h: New file.
10
11 2002-09-14  Ulrich Drepper  <drepper@redhat.com>
12
13         * sysdeps/generic/libc-start.c (__libc_start_main): Remove bogus
14         comment.
15
16         * test-skeleton.c (main): Provide more information in case waitpid
17         fails.
18
19         * include/unistd.h: Declare __exit_thread.
20         * sysdeps/generic/libc-start.c (__libc_start_main): Remove dummy_addr.
21         Wrap call to main in setjmp if HAVE_CANCELBUF is defined.
22         * sysdeps/unix/sysv/linux/exit-thread.S: New file.
23         * sysdeps/unix/sysv/linux/_exit.c: New file.
24         * sysdeps/unix/sysv/linux/i386/_exit.S: New file.
25         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (sysdep_routines):
26         Add exit-thread.
27
28         * configure.in: Add dl_iterate_phdr to test using -nostdlib.
29
30 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
31
32         * sysdeps/i386/dl-machine.h (elf_machine_rel)
33         (case R_386_TLS_DTPMOD32): Don't use addend.
34         [case R_386_TLS_TPOFF32]: Remove redundant SYM_MAP != NULL check.
35         (elf_machine_rela): Add support for TLS relocs.
36
37 2002-09-14  Roland McGrath  <roland@redhat.com>
38
39         * Makefile (manual/%): Add this pattern target to the iconvdata/% rule.
40
41 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
42
43         * stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64
44         specific asm macros for multiple percision integer math.
45
46 2002-06-04  Steven Munroe  <sjmunroe@us.ibm.com>
47
48         * sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro.
49         * elf/cache.c (print_entry): Add case for FLAG_POWERPC_LIB64.
50         Remove per-machine conditionals for FLAG_* cases.
51         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h: New file.
52         * sysdeps/unix/sysv/linux/powerpc/readelflib.c: New file.
53         * sysdeps/unix/sysv/linux/powerpc/powerpc64/dl-cache.h: New file.
54
55 2002-09-10  Alan Modra <amodra@bigpond.net.au>
56
57         * csu/gmon-start.c [!TEXT_START]: Define TEXT_START if not already
58         defined in entry.h.
59         (__gmon_start__) [!ENTRY_POINT_DECL]: Use TEXT_START macro to obtain
60         lowest address for profiling in  __monstartup call.
61         * sysdeps/powerpc/powerpc64/elf/entry.h: New file.
62
63 2002-09-14  Roland McGrath  <roland@redhat.com>
64
65         * sysdeps/unix/sysv/linux/pread.c: __NR_pread64 may be defined
66         instead of __NR_pread.
67         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
68         * sysdeps/unix/sysv/linux/pwrite.c: __NR_pwrite64 may be defined
69         instead of __NR_pwrite.
70         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
71
72 2002-09-13  Roland McGrath  <roland@redhat.com>
73
74         * manual/libc.texinfo: @ifinfo -> @ifnottex around copyright notice.
75
76 2002-09-13  Andreas Jaeger  <aj@suse.de>
77
78         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add readahead
79         syscall.  Patch by Guido Guenther <agx@sigxcpu.org>.
80
81 2002-09-12  Ulrich Drepper  <drepper@redhat.com>
82
83         * elf/elf.h: Correct DT_LOOS and DT_HIOS values.
84
85 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
86
87         * sysdeps/powerpc/fpu/s_isnan.c: #undef __isnanf and isnanf after
88         reading the headers.
89
90 2002-09-12  Roland McGrath  <roland@redhat.com>
91
92         * elf/rtld.c (_dl_start_final): Move _begin, _end decls outside the fn.
93         (_dl_start) [DONT_USE_BOOTSTRAP_MAP]: Use &_begin instead of l_addr to
94         find the ELF header.
95
96         * elf/rtld.c (dl_main) [USE_TLS]: Adjust l_tls_initimage of main
97         executable if needed, in case it's actually a shared object.
98
99 2002-09-11  Roland McGrath  <roland@redhat.com>
100
101         * elf/dl-load.c (_dl_map_object_from_fd): Use l_addr instead of
102         l_map_start to adjust l_tls_initimage.
103
104         * nss/getnssent_r.c (__nss_getent_r): Use EAGAIN instead of errno
105         when using h_errno and it's not set to NETDB_INTERNAL.
106         * nss/getXXbyYY_r.c [NEED_H_ERRNO]: Likewise.
107
108         * Makefile ($(common-objpfx)testrun.sh): New target.
109         (others): Depend on it.
110         (postclean-generated): Append it.
111
112         * nss/bug-erange.c: New file.
113         * nss/Makefile (tests): Add it.
114
115         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Return errno
116         instead of always EAGAIN when status is NSS_STATUS_TRYAGAIN.
117
118         * sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without
119         strncmp, keeps the code smaller for a non-performance-critical case.
120
121         * sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,
122         no longer wrongly matches arbitrary prefixes of NAME.
123         Reported by Jakub Jelinek <jakub@redhat.com>.
124
125 2002-09-11  Jakub Jelinek  <jakub@redhat.com>
126
127         * posix/bug-regex11.c (tests): New array.
128         (main): Rewritten to run more different tests.
129
130 2002-09-10  Roland McGrath  <roland@redhat.com>
131
132         * nscd/Makefile (CPPFLAGS-nscd, CPPFLAGS-nscd_conf, CPPFLAGS-dbg_log)
133         (CPPFLAGS-connections, CPPFLAGS-hstcache): Variables removed.
134         Instead, catch all of $(nscd-modules) via cppflags-iterator.mk.
135
136         * sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
137         well so we don't get it declared by include/math.h's hidden_proto.
138         Then do hidden_proto for __isnanf locally so hidden_def works right.
139
140         * posix/bug-regex5.c (main): Use `union locale_data_value' rather than
141         a cast to turn nl_langinfo return value into an integer.
142
143 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
144
145         * posix/regexec.c (build_trtable): Fix the destination of
146         newline to prevent wrong states from overwriting.
147         Append break statements to optimization.
148
149 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
150
151         * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if.
152         (build_range_exp): Add castings to strlen invocations.
153         (build_collating_symbol): Restore the type of characters from "char"
154         to "unsigned char", and supplement castings.
155         (build_collating_symbol): Likewise.
156         (build_equiv_class): Likewise.
157         (build_charclass): Likewise.
158         (seek_collating_symbol_entry): Likewise.
159         (parse_bracket_exp): Likewise.
160         (build_word_op): Supplement a casting.
161         * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if.
162         (re_string_allocate): Fix castings.
163         (re_string_construct): Likewise.
164         (re_string_construct_common): Likewise.
165         (re_string_realloc_buffers): Likewise.
166         (build_wcs_buffer): Likewise.
167         (build_wcs_upper_buffer): Likewise.
168         (re_string_skip_chars): Likewise.
169         (re_string_reconstruct): Likewise.
170         * posix/regex_internal.h: Restore the type of characters in
171         re_string_t and bracket_elem_t from "char" to "unsigned char".
172         (re_string_elem_size_at): Fix castings.
173         * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if.
174         (transit_state_bkref_loop): Restore the type of characters from
175         "char" to "unsigned char", and append a cast to "char*" pointer in
176         array subscript.
177         (check_node_accept_bytes): Likewise.
178         (find_collation_sequence_value): Likewise.
179
180 2002-09-10  Hartvig Ekner  <hartvige@mips.com>
181
182         * sysdeps/mips/memcpy.S: New file.
183         * sysdeps/mips/memset.S: New file.
184         * sysdeps/mips/fpu/e_sqrt.c:  New file.
185         * sysdeps/mips/fpu/e_sqrtf.c: New file.
186
187         * fpu/fclrexcpt.c: Cleaned up the FPU exception stuff - was not
188         functional before. Also removed all SHLIB_COMPAT stuff.
189         * fpu/fegetenv.c: Likewise.
190         * fpu/fesetenv.c:: Likewise.
191         * fpu/feupdateenv.c: Likewise.
192         * fpu/fgetexcptflg.c: Likewise.
193         * fpu/fraiseexcpt.c: Likewise.
194
195         * sysdeps/mips/fpu/fsetexcptflg.c: New file.
196
197 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
198
199         * include/math.h (__finite_internal, __finitef_internal,
200         __finitel_internal, __isinf_internal, __isnan_internal): Remove.
201         (isfinite): Remove.
202         (__finite, __isinf, __isnan, __finitef, __isinff, __isnanf, __finitel,
203         __isinfl, __isnanl): Add hidden_proto.
204         (__fpclassify, __fpclassifyf, __fpclassifyl, __expm1l): Add
205         libm_hidden_proto.
206         * math/Makefile (libm-calls): Add s_isinf and s_isnan.
207         * stdio-common/printf_fp.c (__printf_fp): Remove INTUSE from
208         __is{inf,nan} calls.
209         * stdio-common/printf_size.c (printf_size): Likewise.
210         * sysdeps/generic/printf_fphex.c (__printf_fphex): Likewise.
211         * sysdeps/generic/s_ldexp.c (__ldexp): Likewise.
212         * sysdeps/generic/s_ldexpf.c (__ldexpf): Likewise.
213         * sysdeps/generic/s_ldexpl.c (__ldexpl): Likewise.
214         * sysdeps/generic/s_expm1l.c (__expm1l): Add libm_hidden_def.
215         * sysdeps/i386/fpu/s_finite.S (__finite_internal): Remove alias.
216         (__finite): Add hidden_def.
217         * sysdeps/i386/fpu/s_finitef.S (__finitef_internal): Remove alias.
218         (__finitef): Add hidden_def.
219         * sysdeps/i386/fpu/s_finitel.S (__finitel_internal): Remove alias.
220         (__finitel): Add hidden_def.
221         * sysdeps/i386/fpu/s_isinfl.c (__isinfl): Remove INTDEF.  Add
222         hidden_def.
223         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
224         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Add
225         libm_hidden_def.
226         * sysdeps/i386/fpu/s_expm1l.S (__expm1l): Likewise.
227         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Remove INTDEF.  Add
228         hidden_def.
229         * sysdeps/ieee754/dbl-64/s_isinf.c (__isinf): Likewise.
230         (__isinfl): Remove INTDEF.
231         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Remove INTDEF.  Add
232         hidden_def.
233         (__isnanl): Remove INTDEF.
234         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Add
235         libm_hidden_def.
236         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Use __sin and __cos
237         instead of sin and cos.
238         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Remove INTDEF.
239         Add hidden_def.
240         * sysdeps/ieee754/flt-32/s_isinff.c (__isinff): Likewise.
241         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
242         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Add
243         libm_hidden_def.
244         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Remove INTDEF.
245         Add hidden_def.
246         * sysdeps/ieee754/ldbl-128/s_isinfl.c (__isinfl): Likewise.
247         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
248         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl): Add
249         libm_hidden_def.
250         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add
251         libm_hidden_def.
252         * sysdeps/ieee754/ldbl-96/s_finitel.c (__finitel): Remove INTDEF.
253         Add hidden_def.
254         * sysdeps/ieee754/ldbl-96/s_isinfl.c (__isinfl): Likewise.
255         * sysdeps/ieee754/ldbl-96/s_isnanl.c (__isnanl): Likewise.
256         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c (__fpclassifyl): Add
257         libm_hidden_def.
258         * sysdeps/ia64/fpu/s_finite.S (__finite_internal, __finitef_internal,
259         __finitel_internal): Remove aliases.
260         (__finite, __finitef, __finitel): Add hidden_def.
261         * sysdeps/ia64/fpu/s_isnan.S (__isnan_internal, __isnanf_internal,
262         __isnanl_internal): Remove aliases.
263         (__isnan, __isnanf, __isnanl): Add hidden_def.
264         * sysdeps/ia64/fpu/s_isinf.S (__isinf_internal, __isinff_internal,
265         __isinfl_internal): Remove aliases.
266         (__isinf, __isinff, __isinfl): Add hidden_def.
267         * sysdeps/ia64/fpu/s_fpclassify.S (__fpclassify, __fpclassifyf,
268         __fpclassifyl): Add libm_hidden_def.
269         * sysdeps/ia64/fpu/s_expm1l.S (__expm1l): Likewise.
270         * sysdeps/m68k/s_isinfl.c (__isinfl): Remove INTDEF.  Add hidden_def.
271         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Remove.
272         (hidden_defx): Define and use.
273         * sysdeps/m68k/fpu/s_fpclassifyl.c (__fpclassifyl): Add
274         libm_hidden_def.
275         * sysdeps/m68k/fpu/s_expm1l.c (__expm1l): Likewise.
276         * sysdeps/m68k/s_isnanl.c (__isnanl): Add hidden_def.
277         * sysdeps/powerpc/fpu/s_isnan.c (__isnan, __isnanf, __isnanl):
278         Remove INTDEF.
279         (__isnan, __isnanf): Add hidden_def.
280         * sysdeps/x86_64/fpu/s_finitel.S (__finitel_internal): Remove alias.
281         (__finitel): Add libm_hidden_def.
282         * sysdeps/x86_64/fpu/s_expm1l.S (__expm1l): Likewise.
283
284         * include/fenv.h (feraiseexcept, fesetenv): Add libm_hidden_proto.
285         * sysdeps/alpha/fpu/fesetenv.c (fesetenv): Add libm_hidden_ver.
286         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
287         * sysdeps/arm/fpu/fesetenv.c (fesetenv): Likewise.
288         * sysdeps/arm/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
289         * sysdeps/generic/fesetenv.c (fesetenv): Likewise.
290         * sysdeps/generic/fraiseexcpt.c (feraiseexcept): Likewise.
291         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
292         * sysdeps/i386/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
293         * sysdeps/m68k/fpu/fesetenv.c (fesetenv): Likewise.
294         * sysdeps/m68k/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
295         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Likewise.
296         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
297         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Likewise.
298         * sysdeps/powerpc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
299         * sysdeps/sparc/fpu/fesetenv.c (fesetenv): Likewise.
300         * sysdeps/sparc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
301         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Add libm_hidden_def.
302         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
303         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Likewise.
304         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
305         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
306         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
307         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
308         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
309         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Likewise.
310         * sysdeps/x86_64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
311
312 2002-09-09  Steven Munroe  <sjmunroe@us.ibm.com>
313
314         * elf/elf.h: Add powerpc64 specific elf relocation and dynamic types.
315
316 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
317
318         * elf/dl-error.c (_dl_signal_cerror): Don't print anything if only
319         LD_DEBUG=statistics or LD_TRACE_PRELINKING.
320
321 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
322
323         * string/stratcliff.c: Some more strncpy tests.
324         Patch by Daniel Jacobowitz <drow@mvista.com>.
325
326 2002-09-08  Roland McGrath  <roland@redhat.com>
327
328         * resolv/resolv.h: Include <sys/types.h> for u_long even in
329         the [__need_res_state] case.
330         Reported by Bruno Haible <bruno@clisp.org>.
331
332 2002-09-04  Bruno Haible  <bruno@clisp.org>
333
334         * sysdeps/generic/bits/ustat.h: Comment fix.
335         * io/sys/sendfile.h: Comment fix.
336         * sysdeps/posix/pread.c: Comment fix.
337         * sysdeps/posix/pread64.c: Comment fix.
338         * sysdeps/posix/pwrite.c: Comment fix.
339         * sysdeps/posix/pwrite64.c: Comment fix.
340
341 2002-09-06  Roland McGrath  <roland@redhat.com>
342
343         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
344         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
345         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
346         (_UTSNAME_MACHINE_LENGTH): Likewise.
347         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
348
349 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
350
351         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
352         test for filesystem type name of mount points.
353
354         * include/errno.h: Use errno definition with __thread for now only
355         in libc and ld.so.
356
357         * test-skeleton.c (main): Improve error message for unexpected
358         signal case.
359
360 2002-09-05  Roland McGrath  <roland@redhat.com>
361
362         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
363         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
364
365 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
366
367         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
368         case of failure.
369
370 2002-09-04  Bruno Haible  <bruno@clisp.org>
371
372         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
373         sigset_get_old_mask): Turn into inline functions.
374         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
375         sigset_get_old_mask): Likewise.
376         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
377         sigset_get_old_mask): Likewise.
378         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
379         syntax.
380
381         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
382
383         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
384         default definitions.
385         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
386         _sys_nerr_internal instead of _sys_nerr.
387
388         * nscd/connections.c (handle_request): Declare CALLER inside #if.
389
390 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
391
392         * sysdeps/powerpc/__longjmp.S: Moved to...
393         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
394         * sysdeps/powerpc/add_n.S: Moved to...
395         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
396         * sysdeps/powerpc/addmul_1.S: Moved to...
397         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
398         * sysdeps/powerpc/atomicity.h: Moved to...
399         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
400         * sysdeps/powerpc/backtrace.c: Moved to...
401         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
402         * sysdeps/powerpc/bp-asm.h: Moved to...
403         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
404         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
405         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
406         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
407         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
408         * sysdeps/powerpc/dl-machine.c: Moved to...
409         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
410         * sysdeps/powerpc/dl-machine.h: Moved to...
411         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
412         * sysdeps/powerpc/dl-start.S: Moved to...
413         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
414         * sysdeps/powerpc/gprrest0.S: Moved to...
415         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
416         * sysdeps/powerpc/gprrest1.S: Moved to...
417         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
418         * sysdeps/powerpc/gprsave0.S: Moved to...
419         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
420         * sysdeps/powerpc/gprsave1.S: Moved to...
421         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
422         * sysdeps/powerpc/lshift.S: Moved to...
423         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
424         * sysdeps/powerpc/memset.S: Moved to...
425         * sysdeps/powerpc/powerpc32/memset.S: ...here.
426         * sysdeps/powerpc/mul_1.S: Moved to...
427         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
428         * sysdeps/powerpc/ppc-mcount.S: Moved to...
429         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
430         * sysdeps/powerpc/register-dump.h: Moved to...
431         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
432         * sysdeps/powerpc/rshift.S: Moved to...
433         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
434         * sysdeps/powerpc/setjmp.S: Moved to...
435         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
436         * sysdeps/powerpc/stpcpy.S: Moved to...
437         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
438         * sysdeps/powerpc/strchr.S: Moved to...
439         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
440         * sysdeps/powerpc/strcmp.S: Moved to...
441         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
442         * sysdeps/powerpc/strcpy.S: Moved to...
443         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
444         * sysdeps/powerpc/strlen.S: Moved to...
445         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
446         * sysdeps/powerpc/sub_n.S: Moved to...
447         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
448         * sysdeps/powerpc/submul_1.S: Moved to...
449         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
450         * sysdeps/powerpc/elf/bzero.S: Moved to...
451         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
452         * sysdeps/powerpc/elf/start.S: Moved to...
453         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
454         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
455         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
456         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
457         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
458         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
459         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
460         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
461         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
462         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
463         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
464         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
465         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
466         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
468         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
470         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
472         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
474         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
476         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
478         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
480         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
481         powerpc/powerpc64.
482
483 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
484
485         * FAQ.in: Add powerpc64 to supported targets list. Also state the
486         minimum gcc version is 3.2
487         * README: Add powerpc64 to supported targets list.
488         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
489         Add powerpc64 and machine=powerpc/powerpc64.
490         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
491         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
492         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
493         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
494         * sysdeps/powerpc/powerpc32/Dist: New file.
495         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
496         * sysdeps/powerpc/powerpc32/Implies: New file.
497         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
498         ($(with-fp) = no): Move test to powerpc32/Makefile.
499         ($(subdir) = misc): Move to powerpc32/Makefile.
500         ($(build-shared) = yes): Move to powerpc32/Makefile.
501         ($(subdir) = csu): Move to powerpc32/Makefile.
502         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
503         * sysdeps/powerpc/powerpc32/Makefile: New file.
504         * sysdeps/powerpc/Versions: Remove libgcc functions.
505         * sysdeps/powerpc/powerpc32/Versions: New file.
506         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
507         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
508         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
509         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
510         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
511         ($machine): Add powerpc/powerpc64 to if ... | for
512         libc_cv_slibdir=/libc64.
513         (powerpc*): Set ldd_rewrite_script.
514         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
515         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
517         Add clone.S.
518         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
519         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
520         functions.  Remove GLIBC_2.2 functions except getrlimit and
521         setrlimit.  Moved them to ...
522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
523
524 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
525
526         * libio/tst-atime.c: Include <errno.h>.
527         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
528
529 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
530
531         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
532         warnings of some compilers.
533         (build_collating_symbol): Change the type of characters from
534         "unsigned char" to "char", and append a cast to "char*" pointer in
535         array subscript.
536         (build_collating_symbol): Likewise.
537         (build_equiv_class): Likewise.
538         (build_charclass): Likewise.
539         (re_compile_pattern): Remove incorrect cast.
540         (re_compile_fastmap_iter): Change the type of characters from
541         "unsigned char" to "char", and append a cast to "char*" pointer
542         in array subscript.
543         (parse_bracket_exp): Likewise.
544         * posix/regex_internal.c (re_string_construct_common): Likewise.
545         (re_string_allocate): Likewise.
546         (re_string_construct): Likewise.
547         (re_string_realloc_buffers): Likewise.
548         (build_wcs_buffer): Likewise.
549         (re_string_reconstruct): Likewise.
550         * posix/regex_internal.h: Change the type of characters in
551         re_string_t and bracket_elem_t from "unsigned char" to "char".
552         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
553         warnings of some compilers.
554         (transit_state_bkref_loop): Change the type of characters from
555         "unsigned char" to "char", and append a cast to "char*" pointer in
556         array subscript.
557         (check_node_accept_bytes): Likewise.
558         (find_collation_sequence_value): Likewise.
559
560 2002-09-04  Roland McGrath  <roland@redhat.com>
561
562         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
563         from 1024 to 65536, to avoid buffer overrun.
564
565 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
566
567         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
568
569 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
570
571         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
572         for filesystem.
573
574 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
575
576         * posix/bug-regex11.c: New test.
577         * posix/Makefile (tests): Add bug-regex11.
578
579 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
580
581         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
582         newlocale.
583
584 2002-09-02  Roland McGrath  <roland@redhat.com>
585
586         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
587         __pthread_initialize_minimal and __libc_check_standard_fds to
588         match the generic version.
589
590         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
591         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
592
593         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
594         warnings on platorms where char is unsigned.
595
596 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
597
598         * version.h (VERSION): Bump to 2.2.93.
599
600         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
601
602 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
603
604         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
605         as relocated.
606
607 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
608
609         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
610
611 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
612
613         * locale/localeinfo.h (struct locale_data): Add private.ctype.
614         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
615         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
616         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
617         (__wcsmbs_load_conv): Remove const from argument.
618         (_nl_cleanup_ctype): New proto.
619         (get_gconv_fcts): New function.
620         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
621         (__wcsmbs_to_wc): Rename back to...
622         (to_wc): ... this.
623         (__wcsmbs_gconv_fcts): Rename to...
624         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
625         (lock): Removed.
626         (__libc_setlocale_lock): New extern.
627         (__wcsmbs_load_conv): Remove const from argument.
628         Initialize new_category->private.ctype instead of a global
629         variable.
630         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
631         update_function_ptrs.  No locking is necessary.
632         (_nl_cleanup_ctype): New function.
633         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
634         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
635         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
636         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
637         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
638         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
639         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
640         * wcsmbs/wctob.c (wctob): Likewise.
641         * stdlib/mblen.c (mblen): Likewise.
642         * stdlib/mbtowc.c (mbtowc): Likewise.
643         * stdlib/wctomb.c (wctomb): Likewise.
644         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
645         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
646         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
647         Removed.
648
649 2002-09-02  Roland McGrath  <roland@frob.com>
650
651         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
652
653 2002-09-01  Roland McGrath  <roland@redhat.com>
654
655         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
656         Variable declarations removed.
657         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
658         these functions to replace them.
659         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
660         functions plus an indirection rather than the old global variables.
661         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
662         Macros removed.
663         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
664         inline functions.
665         * ctype/ctype-info.c: Revert last reversion back the other way.
666         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
667         Define real function versions of include/ctype.h inlines here.
668         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
669         __ctype_tolower_loc, __ctype_toupper_loc.
670         * locale/lc-ctype.c: Revert last reversion back the other way.
671         (_nl_postload_ctype): If current thread uses the global locale,
672         update its tsd vars.
673         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
674         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
675         CTYPE_TOLOWER, CTYPE_TOUPPER.
676
677         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
678         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
679         from __libc_tsd_threadvar_location.
680         (__libc_tsd_set, __libc_tsd_get): Update uses.
681
682 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
683
684         * ctype/ctype.h: Undo the patch before the last one.  Put back the
685         macro definitions for the standard functions to access the
686         classification and mapping arrays.
687         * include/ctype.h: Partly revert last patch.  Move the macro
688         definitions for the exported functions back to the public header.
689         #undef all the macros defined here before redefining.
690         * ctype/ctype-info.c: Revert last patch.
691         * locale/lc-ctype.c: Revert last patch.
692
693         * ctype/Makefile (routines): Add isctype.
694         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
695         * ctype/ctype.h: Add declaration of isctype.
696         * include/ctype.h: Declare __isctype.
697         * ctype/isctype.c: New file.
698
699 2002-09-01  Roland McGrath  <roland@redhat.com>
700
701         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
702         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
703
704         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
705
706         * locale/findlocale.c (_nl_remove_locale): Don't search in
707         _nl_locale_file_list if DATA->alloc is ld_archive.
708         Use _nl_unload_locale to do the rest of the work.
709
710         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
711         of new structure to UNDELETABLE.
712
713         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
714         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
715         towlower, towupper): Macros removed.
716         * ctype/ctype.h (__tobody): Put parens around macro argument.
717         (__isctype): Macro removed.
718         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
719         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
720         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
721         tolower, toupper): Macros and inlines removed.
722         * include/ctype.h [! NOT_IN_libc]
723         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
724         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
725         tolower, toupper): Define here instead, using _NL_CURRENT.
726         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
727         using _NL_CURRENT.
728         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
729         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
730         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
731         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
732         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
733         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
734         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
735         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
736         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
737         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
738         (ISSORTMASK): Update use.
739         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
740         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
741         (_nss_files_getENTNAME_r): Likewise.
742         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
743         Likewise.
744
745         * Makerules (all-nonlib): Renamed from all-tests.
746         Include $(others) here too.
747         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
748         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
749         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
750         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
751         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
752         the program modules via cppflags-iterator.mk.
753         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
754         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
755
756 2002-08-31  Roland McGrath  <roland@redhat.com>
757
758         * posix/tst-getconf.sh: If no third arg, work with static linking.
759
760         * locale/categories.def (LC_TIME): No more _nl_postload_time.
761
762         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
763         [_NL_CURRENT_INDIRECT].
764
765 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
766
767         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
768
769 2002-08-31  Roland McGrath  <roland@redhat.com>
770
771         * locale/newlocale.c (__newlocale): Don't use strdup for names.
772         Instead, make the single allocation of the structure larger to hold
773         the name strings.
774         * locale/duplocale.c (__duplocale): Don't strdup names individually.
775         Instead, calculate size for a single allocation and copy into it.
776         * locale/freelocale.c (__freelocale): Don't free names individually.
777
778         * locale/newlocale.c (__newlocale): Don't leak old data or names.
779
780         * locale/xlocale.h (__locale_struct): Move __names member last,
781         for binary compatibility.
782
783         * locale/duplocale.c (__duplocale): Free names from the right array.
784
785         * locale/uselocale.c (__uselocale): Return previous locale when
786         setting a new one.
787
788         * locale/newlocale.c: Commit changes from 2002-08-30
789         batch where I failed to commit this file:
790         (__newlocale): Fill in __names array.
791
792 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
793
794         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
795         errlist-compat.c if versioning==yes.
796
797 2002-08-31  Andreas Jaeger  <aj@suse.de>
798
799         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
800         external functions with hidden attribute.
801         (elf_machine_rela): Optimize.
802
803         * sysdeps/x86_64/memset.S: New file.
804         * sysdeps/x86_64/bzero.S: New file.
805         * sysdeps/x86_64/stpcpy.S: New file.
806         * sysdeps/x86_64/strcat.S: New file.
807         * sysdeps/x86_64/strchr.S: New file.
808         * sysdeps/x86_64/strcpy.S: New file.
809         * sysdeps/x86_64/strcspn.S: New file.
810         * sysdeps/x86_64/strlen.S: New file.
811         * sysdeps/x86_64/strpbrk.S: New file.
812         * sysdeps/x86_64/strspn.S: New file.
813         * sysdeps/x86_64/strcmp.S: New file.
814         * sysdeps/x86_64/strtok_r.S: New file.
815         * sysdeps/x86_64/strtok.S: New file.
816         * sysdeps/x86_64/memcpy.S: New file.
817         * sysdeps/x86_64/mempcpy.S: New file.
818
819         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
820
821         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
822
823 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
824
825         * stdio-common/Makefile (generated): Add errlist-compat.c.
826
827         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
828
829         * locale/localeinfo.h: Pretty printing.
830
831         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
832         form_number handling.
833
834 2002-08-31  Andreas Jaeger  <aj@suse.de>
835
836         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
837         double tests.
838
839         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
840         __start_context.
841
842         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
843
844         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
845
846         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
847         registers used for passing args.
848
849         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
850         all needed registers.
851
852         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
853         registers.
854
855         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
856         registers.
857
858 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
859
860         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
861         always_inline attribute.
862
863 2002-08-30  Roland McGrath  <roland@redhat.com>
864
865         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
866         presume it's the stub and bail without error.
867
868         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
869         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
870
871         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
872
873         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
874         macros replace the i686 versions for 64-bit mode.
875
876         * locale/duplocale.c: Include <string.h>.
877
878         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
879         [_LIBC] (category_to_name): Don't define the function.  Instead
880         define a macro using _nl_category_names.
881
882         * locale/xlocale.h (struct __locale_struct): New member `__names'.
883         * locale/xlocale.c (_nl_C_locobj): Update initializer.
884         * locale/global-locale.c (_nl_global_locale): Likewise.
885         * locale/duplocale.c (__duplocale): strdup __names elements.
886         * locale/freelocale.c (__freelocale): Free __names elements.
887         * locale/localename.c (_nl_current_names): Variable removed.
888         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
889         * locale/localeinfo.h (_nl_current_names): Removed decl.
890         * locale/setlocale.c: Use _nl_global_locale->__names in place of
891         _nl_current_names throughout.
892
893         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
894
895         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
896         and sys_nerr in the output file.
897
898         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
899         * scripts/cpp: Just use the environment variable.
900
901         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
902         * libio/tst-mmap-offend.c (do_test): Likewise.
903         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
904         * libio/tst-mmap-eofsync.c (do_test): Likewise.
905         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
906
907         * locale/localename.c: If the current locale is the global locale, use
908         _nl_current_names; otherwise use the locale object.
909
910 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
911
912         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
913         'm' to enable mmap I/O.
914         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
915         former wasn't used (anymore?).
916         (_IO_FLAGS2_MMAP): New define.
917         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
918         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
919         _IO_FLAGS2_MMAP bit is set.
920         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
921         Enable mmap-using mode only if 'm' was set.
922
923 2002-08-29  Roland McGrath  <roland@frob.com>
924
925         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
926
927         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
928         Change argument type from int to intptr_t.
929
930         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
931         initializer on [! _HURD_THREADVAR_H] (bad kludge).
932         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
933         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
934         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
935
936         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
937
938         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
939
940         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
941
942         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
943         * assert/assert-perr.c: Add libc_hidden_def.
944         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
945
946         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
947         found at all.
948         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
949         sys_errlist stuff to ...
950         * sysdeps/unix/sysv/linux/Versions: ... here.
951
952         * mach/mach.h: Include <features.h>.
953
954 2002-08-29  Roland McGrath  <roland@redhat.com>
955
956         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
957         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
958         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
959
960         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
961
962         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
963         (norm_add_slashes): alloca -> __alloca
964
965 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
966
967         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
968         string_malloced, it is unlikely to be set.
969         Only call free with non-NULL workspace.
970         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
971         -mcpu=ultrasparc, not only tune for it.
972         (ASFLAGS*): Set unconditionally.
973
974         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
975         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
976         p_vaddr/p_offset when computing LOADADDR.
977
978 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
979
980         * version.h (VERSION): Bump to 2.2.92.
981
982         * time/Makefile (tst-ftime_l-ENV): New variable.
983
984         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
985
986         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
987         <U017A>, <U017D> and <U0179>. Add missing mappings.
988         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
989
990         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
991         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
992         (struct tostruct): Use ACRINDEX as type for link field.
993         (statuc gmonparam): Likewise for froms.
994         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
995         kcount and froms.
996         (write_call_graph): Use correct type for from_index and to_index.
997         * gmon/mcount.c: Use correct types for frompcindex and toindex
998         variables.
999         Patches by Dan Kegel <dank@kegel.com>.
1000
1001         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
1002         canonical name.
1003
1004         * time/strptime.c (ISSPACE): New #define.  Use isspace or
1005         __isspace_l.  Replace calls to isspace.
1006         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
1007
1008 2002-08-29  Roland McGrath  <roland@redhat.com>
1009
1010         * string/tst-strxfrm.c: Remove __ from function names.
1011
1012 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1013
1014         * include/wchar.h: Declare __mbsrtowcs_l.
1015         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
1016         * wcsmbs/mbsrtowcs.c: Add support for compilation with
1017         USE_IN_EXTENDED_LOCALE_MODEL.
1018         * wcsmbs/mbsrtowcs_l: New file.
1019         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
1020         define as static.  Change all uses.
1021         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
1022         Change all callers.
1023         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
1024         * time/strftime.c: When translating for the extended locale model
1025         use the _l functions.
1026         * time/Makefile (tests): Add tst-ftime_l.
1027         * time/tst-ftime_l.c: New file.
1028
1029 2002-08-28  Roland McGrath  <roland@redhat.com>
1030
1031         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
1032         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
1033         from _nl_find_locale ok if for _nl_C_name.
1034
1035         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
1036         iterator to refer to each category's _nl_current_LC_FOO symbol, so
1037         we know they are all linked in.
1038
1039         * NEWS: Added 2.2.6 text from 2.2 branch version.
1040
1041         * time/strptime.c (strptime_internal): Remove spurious const.
1042
1043         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
1044         _nl_select_era_entry): Moved to ...
1045         * time/era.c: ... here, new file.
1046         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
1047         Add internal_function to definitions.  Take an additional argument
1048         giving the `struct locale_data *' to use.
1049         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
1050         _nl_parse_alt_digit): Moved to ...
1051         * time/alt_digit.c: ... here, new file.
1052         * time/lc-time-cleanup.c: New file.
1053         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
1054         * locale/localeinfo.h (_nl_postload_time): Remove decl.
1055         (_nl_cleanup_time): Declare it.
1056         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
1057         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
1058         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
1059         * time/strftime.c: Pass locale data to helper functions.
1060         * time/strptime.c: Likewise.
1061
1062         * locale/localeinfo.h (struct locale_data): New member `private'
1063         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
1064         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
1065         * locale/C-collate.c: Update initializer.
1066         * locale/C-identification.c: Likewise.
1067         * locale/C-measurement.c: Likewise.
1068         * locale/C-telephone.c: Likewise.
1069         * locale/C-address.c: Likewise.
1070         * locale/C-name.c: Likewise.
1071         * locale/C-paper.c: Likewise.
1072         * locale/C-time.c: Likewise.
1073         * locale/C-numeric.c: Likewise.
1074         * locale/C-monetary.c: Likewise.
1075         * locale/C-messages.c : Likewise.
1076         * locale/C-ctype.c: Likewise.
1077
1078         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
1079         Redefine this too.
1080
1081 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1082
1083         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
1084         (_rtld_global): Use it.
1085
1086         * sysdeps/gnu/Dist: Remove errlist-compat.c.
1087         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
1088         object directory.  Pass all Versions files to the awk script.
1089         * sysdeps/gnu/errlist-compat.c: Removed.
1090         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
1091         first Versions file in the search path which has them.
1092         Allow multiple errlist symbol versions to have the same count of
1093         errors.
1094         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
1095         of "errlist-compat.c".
1096         * sysdeps/gnu/errlist.c: Regenerated.
1097         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
1098         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
1099         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1100         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
1101         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
1102         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
1103         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
1104         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
1105         ECANCELLED if not defined by kernel headers.
1106         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
1107         already defined by kernel headers.
1108         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
1109         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
1110         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
1111         is a macro.
1112         * Versions.def (GLIBC_2.3) [librt]: Add.
1113
1114         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
1115
1116 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1117
1118         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
1119         missing comma to .type directive.
1120
1121 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1122
1123         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
1124         unconditionally.
1125         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
1126         check.
1127         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
1128
1129 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1130
1131         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
1132         check to close_and_out close.  Replace return NULL statements where
1133         fd might be >= 0 with goto close_and_out.  Close the file descriptor
1134         when it is no longer needed.
1135
1136 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1137
1138         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
1139         string constants.
1140         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1141         * sysdeps/arm/dl-machine.h: Likewise.
1142         * sysdeps/cris/dl-machine.h: Likewise.
1143         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
1144         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1145
1146 2002-08-28  Roland McGrath  <roland@redhat.com>
1147
1148         * Makeconfig (default_cflags): Revert unintended change.
1149
1150 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1151
1152         * version.h (VERSION): Bump to 2.2.91.
1153
1154         * configure.in: Disable TLS support by default for now.
1155
1156         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
1157
1158         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
1159         warnings.
1160
1161         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
1162
1163         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
1164         fprintf/fwprintf calls.
1165
1166 2002-08-28  Roland McGrath  <roland@redhat.com>
1167
1168         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
1169         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
1170
1171         * locale/setlocale.c: Declare postload functions weak.
1172
1173         * elf/tst-tls1-static.c: New file.
1174         * elf/tst-tls2-static.c: New file.
1175         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
1176
1177         Make uselocale support static linking.
1178         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
1179         This file again just defines _nl_C_locobj.
1180         (_nl_C_locobj): Use a categories.def iterator in the initializer.
1181         * locale/global-locale.c: New file.  Define _nl_global_locale here,
1182         using all weak references in the initializer.
1183         * locale/Makefile (aux): Add global-locale.
1184         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
1185         these unconditional, along with the tsd decl.
1186         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
1187         Define it under these conditions.
1188         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
1189         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
1190         `extern __thread struct locale_data *const *'.
1191         [NL_CURRENT_INDIRECT]
1192         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
1193         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
1194         the thread variable _nl_current_LC_FOO and also a special absolute
1195         symbol _nl_current_LC_FOO_used.
1196         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
1197         Set each _nl_current_LC_FOO symbol to point into the new locale,
1198         using weak references to test if _nl_current_LC_FOO_used was linked in.
1199         * locale/setlocale.c [! SHARED]: Replace this conditional ...
1200         [NL_CURRENT_INDIRECT]: ... with this one.
1201         (_nl_current, _nl_C): Variables removed.
1202         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
1203         weak references to _nl_current_LC_FOO_used.
1204         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
1205         (free_category): New function, broken out of ...
1206         (free_mem): ... here.  Call that.
1207         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
1208         instead of a loop.
1209
1210         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
1211         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
1212         it is already absolute.
1213
1214         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
1215         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
1216         [$(build-static) = yes] (tests-static): New variable.
1217         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
1218
1219 2002-08-26  Christoph Hellwig  <hch@lst.de>
1220
1221         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
1222         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
1223
1224 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1225
1226         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
1227
1228         * sysdeps/s390/Dist: Add bits/link.h.
1229
1230         * sysdeps/sh/Dist: New file.
1231
1232         * sysdeps/ia64/Dist: Add ia64libgcc.S.
1233
1234         * sysdeps/wordsize-32/Dist: New file.
1235
1236         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
1237         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1238         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1239
1240         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
1241         sys/personality.h.
1242
1243         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
1244         sparc/dl-brk.S.
1245
1246         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
1247
1248         * sysdeps/unix/bsd/sun/Dist: New file.
1249
1250         * sysdeps/unix/bsd/osf/Dist: New file.
1251
1252         * sysdeps/unix/bsd/hp/Dist: New file.
1253
1254         * sysdeps/unix/arm/Dist: New file.
1255
1256         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
1257
1258         * sysdeps/mach/hurd/Dist: Add set-init.c.
1259
1260         * sysdeps/i386/Dist: Add bits/link.h.
1261
1262         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
1263
1264         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
1265
1266         * locale/Makefile (distribute): Add hashval.h.
1267
1268         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
1269
1270         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
1271
1272         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
1273         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
1274         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
1275         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
1276         implementations.
1277         * libio/stdio.h: Likewise.
1278         * locale/locale.h: Likewise.
1279         * math/math.h: Likewise.
1280         * math/bits/mathcalls.h: Likewise.
1281         * setjmp/setjmp.h: Likewise.
1282         * signal/signal.h: Likewise.
1283         * stdlib/stdlib.h: Likewise.
1284         * string/string.h: Likewise.
1285         * time/time.h: Likewise.
1286         * wcsmbs/wchar.h: Likewise.
1287         * wctype/wctype.h: Likewise.
1288
1289 2002-08-28  Roland McGrath  <roland@redhat.com>
1290
1291         * locale/tst-C-locale.c (run_test): Remove __ from function names.
1292
1293 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1294             Roland McGrath <roland@redhat.com>
1295
1296         * locale/hashval.h (compute_hashval): Use prototype defn.
1297         (hashval_t): New macro, defined to unsigned long int
1298         if not already defined.
1299         (compute_hashval): Return hashval_t instead of unsigned long int.
1300         * locale/loadarchive.c (hashval_t): New macro.
1301         * locale/programs/locarchive.c: Include hashval.h directly instead
1302         of simple-hash.h.
1303         (compute_hashval, hashval_t): Define these macros first.
1304         (insert_name): Use archive_hashval instead of compute_hashval.
1305         (add_locale, delete_locales_from_archive): Likewise.
1306
1307 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1308
1309         * locale/programs/locarchive.c (insert_name): Suppress warnings about
1310         hash collisions if be_quiet.
1311
1312 2002-08-27  Roland McGrath  <roland@redhat.com>
1313
1314         * locale/locale.h (__newlocale, __duplocale, __freelocale,
1315         __uselocale): Don't declare these any more.
1316         * include/locale.h (__uselocale): Declare here instead, using __typeof.
1317
1318         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
1319         and treat it as an EOF return.
1320         * sysdeps/unix/readdir_r.c: Likewise.
1321
1322         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
1323         From Alexandre Oliva <aoliva@redhat.com>.
1324         * sysdeps/gnu/errlist-compat.c: Regenerated.
1325
1326 2002-08-27  Brian Youmans  <3diff@gnu.org>
1327
1328         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
1329         wording at request of copyright holder Stephen Moshier.
1330         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1331         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1332         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1333         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1334         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1335         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1336         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1337         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1338         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1339         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1340         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1341         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1342         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1343         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1344
1345 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1346
1347         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1348         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1349         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1350         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1351         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1352         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1353         * wctype/iswctype_l.c (iswctype_l): Likewise.
1354
1355 2002-08-27  Roland McGrath  <roland@redhat.com>
1356
1357         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1358
1359         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1360         * stdlib/stdlib.h: Don't declare __*_l names.
1361         * include/stdlib.h: Declare them here instead.
1362         * include/string.h: Don't declare __*_l names.
1363         * string/string.h: Declare them here instead.
1364         * time/time.h: Don't declare __*_l names.
1365         * include/time.h: Declare them here instead.
1366         * wcsmbs/wchar.h: Don't declare __*_l names.
1367         * include/wchar.h: Declare them here instead.
1368         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
1369         Don't declare __*_l names.
1370         * include/wctype.h: Declare them here instead.
1371         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
1372         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
1373         * locale/langinfo.h: Don't declare __nl_langinfo_l.
1374         * include/langinfo.h: Declare it here with __typeof.
1375
1376         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
1377         instead, taking an extra __locale_t argument.
1378         * time/Makefile (routines): Add strptime_l.
1379         * time/time.h (__strptime_l, strptime_l): Declare them.
1380         * time/strptime_l.c: New file.
1381
1382         * time/time.h (__strftime_l, strftime_l): Declare them.
1383         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
1384         * time/strftime_l.c: New file.
1385         * time/wcsftime_l.c: New file.
1386         * time/Makefile (routines): Add strftime_l, wcsftime_l.
1387         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
1388         strftime_l, wcsftime_l.
1389         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
1390         or __wcsftime_l instead, taking an extra __locale_t argument.
1391
1392         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
1393         (libc: GLIBC_2.3): ... here.
1394
1395 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1396
1397         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
1398
1399         * Makefile (distribute): Add LICENSES.
1400
1401         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
1402         sys/debugreg.h.
1403
1404         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
1405
1406         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
1407
1408         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
1409
1410         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
1411
1412         * sysdeps/mach/hurd/alpha/Dist: New file.
1413
1414         * sysdeps/arm/Dist: Add bits/link.h.
1415
1416         * sunrpc/Makefile: Distribute thrsvc.
1417
1418         * stdio-common/Makefile: Remove more left-overs from old stdio.
1419
1420         * include/linewrap.h: Removed.
1421
1422         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
1423
1424         * intl/Makefile (distribute): Add plural-eval.c.
1425
1426 2002-08-27  Roland McGrath  <roland@redhat.com>
1427
1428         * manual/sysinfo.texi (Mount Information): Correct file name to macro
1429         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
1430         Say mtab is in either /var/run or /etc.
1431
1432 2002-08-26  Roland McGrath  <roland@redhat.com>
1433
1434         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
1435         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1436
1437         * sysdeps/gnu/Versions: New file.
1438         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
1439         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
1440         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
1441         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
1442         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
1443         and _sys_nerr_internal instead of anything else.  Make it include
1444         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
1445         Make it emit some asm magic if [EMIT_ERR_MAX].
1446         * sysdeps/gnu/errlist.c: Regenerated.
1447         * sysdeps/gnu/errlist-compat.awk: New file.
1448         * sysdeps/gnu/errlist-compat.c: New file (generated).
1449         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
1450         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
1451         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
1452         (SYS_ERRLIST, SYS_NERR): Macros removed.
1453         (sys_nerr, _sys_nerr): Remove these weak aliases.
1454         * sysdeps/unix/sysv/linux/errlist.c: File removed.
1455         * sysdeps/unix/sysv/linux/errlist.h: File removed.
1456         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
1457
1458         * include/libc-symbols.h (declare_symbol): New macro.
1459         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
1460         * configure.in: New check to define it.
1461         * configure: Regenerated.
1462
1463 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1464
1465         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
1466         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
1467
1468         * Make-dist: Remove traces of old stdio.
1469         * Makeconfig: Likewise.
1470
1471         * locale/Makefile (localedef-aux): New variable.  Only md5
1472         assigned to it.  These files are not ddistributed in this directory.
1473
1474         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
1475         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
1476         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
1477
1478         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
1479
1480         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
1481         set h_errno to NO_RECOVERY [PR libc/4360].
1482
1483 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1484
1485         * libio/Makefile (tests): Add bug-fopena+.
1486         * libio/bug-fopena+.c: New file.
1487         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
1488         file for _IO_IS_APPENDING if file isn't opened for reading, too.
1489
1490         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
1491
1492         * locale/xlocale.c: Fix the last change.  The variable still has
1493         to end in _data.
1494         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
1495         (__libc_tsd_set): Add _data prefix to variable name.
1496
1497 2002-08-26  Roland McGrath  <roland@redhat.com>
1498
1499         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
1500         macro with inline function.
1501         (sigset_get_old_mask): Likewise.
1502         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
1503         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1504         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1505         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
1506         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
1507         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
1508         values.
1509         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
1510         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
1511
1512 2002-07-06  Bruno Haible  <bruno@clisp.org>
1513
1514         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
1515         sigset_get_old_mask): Make it work with larger sigset_t.
1516         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
1517         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1518         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1519
1520 2002-08-26  Roland McGrath  <roland@redhat.com>
1521
1522         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
1523         * manual/filesys.texi (File Times): Document lutimes and futimes.
1524         * misc/Makefile (routines): Add them.
1525         * misc/Versions (libc: GLIBC_2.3): Likewise.
1526         * sysdeps/generic/lutimes.c: New file.
1527         * sysdeps/generic/futimes.c: New file.
1528         * sysdeps/mach/hurd/lutimes.c: New file.
1529         * sysdeps/mach/hurd/futimes.c: New file.
1530
1531         * manual/filesys.texi (File Times): Add explicit note about null
1532         pointer argument to utimes.
1533
1534 2002-08-26  Roland McGrath  <roland@frob.com>
1535
1536         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
1537         (__ifreq): Add a cast.  Remove an unused variable.
1538
1539         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
1540         _HURD_THREADVAR_LOCALE.
1541
1542 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
1543
1544         * posix/regexec.c (re_search_stub): Return correct match length
1545         if start != 0.
1546         * posix/bug-regex10.c: New test.
1547         * posix/Makefile (tests): Add bug-regex10.
1548
1549 2002-08-26  Brian Youmans  <3diff@gnu.org>
1550
1551         * COPYING.LIB: Replaced with fresh copy from
1552         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
1553         suggested copying permission notice now says version 2.1 instead
1554         of version 2.
1555
1556         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
1557         from Library GPL.
1558         * crypt/crypt_util.c: Likewise.
1559         * crypt/ufc.c: Likewise.
1560         * elf/dl-conflict.c: Likewise.
1561         * elf/dl-iteratephdr.c: Likewise.
1562         * iconv/iconvconfig.h: Likewise.
1563         * malloc/arena.c: Likewise.
1564         * malloc/hooks.c: Likewise.
1565         * malloc/malloc.c: Likewise.
1566         * posix/glob/Makefile.ami: Likewise.
1567         * posix/glob/Makefile.in: Likewise.
1568         * stdlib/gmp-impl.h: Likewise.
1569         * stdlib/gmp.h: Likewise.
1570         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
1571         * sysdeps/generic/strnlen.c: Likewise.
1572         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
1573         * sysdeps/mach/hurd/recvmsg.c: Likewise.
1574         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1575         * sysdeps/mach/hurd/spawni.c: Likewise.
1576         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1577         * sysdeps/mach/powerpc/sysdep.h: Likewise.
1578         * sysdeps/mach/powerpc/thread_state.h: Likewise.
1579         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1580         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
1581         * sysdeps/x86_64/gmp-mparam.h: Likewise.
1582
1583         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
1584         Lesser GPL copying permission notice from 2 to 2.1.
1585         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
1586         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
1587         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1588         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
1589         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1590         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1591         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1592         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1593         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1594         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1595         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1596         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1597         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1598         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1599         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1600         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1601         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1602         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1603         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1604         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1605         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1606         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1607         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1608         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1609         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1610         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1611         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1612         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1613         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1614         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1615         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1616         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1617         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1618         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1619         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1620         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1621         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1622         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1623         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1624         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1625         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1626         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1627         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1628         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1629         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1630         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1631         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1632         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1633         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1634         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1635         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1636         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1637         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1638         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1639         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1640
1641         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
1642         Moshier and Lesser GPL copying permission notice, per license from
1643         Moshier.
1644         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1645         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1646         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1647         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1648         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1649         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1650         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1651         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1652         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1653         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1654         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1655         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1656         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1657         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1658
1659         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
1660         notice, per license from copyright holder Stephen Moshier.
1661         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1662         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1663         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1664         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1665         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1666         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1667         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1668         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1669         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1670
1671 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1672
1673         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
1674         (shared-only-routines): Likewise.
1675
1676 2002-08-26  Roland McGrath  <roland@redhat.com>
1677
1678         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
1679         name of "", store a null pointer instead.
1680
1681         * configure.in (elf): Set to yes for freebsd*, netbsd*.
1682         * configure: Regenerated.
1683
1684         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1685         Initialize this instead of __libc_tsd_LOCALE_data.
1686
1687         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1688         ptsname_r to EINVAL.
1689
1690         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1691
1692         * rt/Makefile: Revert last change, it was inappropriate to presume aio
1693         implementations depend on pthreads.
1694         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1695         * rt/tst-aio64.c (do_test): Likewise.
1696         * rt/tst-aio2.c (do_test): Likewise.
1697         * rt/tst-aio3.c (do_test): Likewise.
1698         * rt/tst-aio4.c (do_test): Likewise.
1699         * rt/tst-aio5.c (do_test): Likewise.
1700         * rt/tst-aio6.c (do_test): Likewise.
1701         * rt/tst-aio7.c (do_test): Likewise.
1702
1703         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1704         void so as to avoid compiler warnings.
1705
1706         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1707         _IO_wide_data_FD, which is never used here.
1708
1709         * libio/iofread.c
1710         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1711         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1712         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1713
1714         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1715         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1716
1717         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1718         (closelog): Likewise.
1719
1720 2002-07-06  Bruno Haible  <bruno@clisp.org>
1721
1722         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1723
1724         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1725         * sysdeps/unix/alpha/pipe.S: ... here.
1726         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1727
1728         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1729
1730         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1731         * sysdeps/unix/i386/fork.S: Likewise.
1732         * sysdeps/unix/i386/pipe.S: Likewise.
1733         * sysdeps/unix/i386/wait.S: Likewise.
1734
1735         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1736         * sysdeps/unix/arm/fork.S: Likewise.
1737
1738         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1739         arguments.
1740         (DO_CALL): Swap argument order.
1741         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1742         arguments.
1743         (DO_CALL): Swap argument order.
1744         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1745         arguments.
1746         (DO_CALL): Swap argument order.
1747         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1748         arguments.
1749         (DO_CALL): Swap argument order.
1750         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1751         arguments.
1752         (DO_CALL): Swap argument order.
1753         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1754         arguments.
1755         (DO_CALL): Swap argument order.
1756         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1757         arguments.
1758         (DO_CALL): Swap argument order.
1759
1760         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1761         (L): Define right for ELF.
1762         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1763         Now defined in sysdeps/i386/sysdep.h.
1764
1765         * sysdeps/posix/readv.c: Ansify function definition.
1766         * sysdeps/posix/writev.c: Likewise.
1767
1768         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1769         have the same size. Avoid direct cast from size_t to off_t.
1770
1771         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
1772         nul byte in entry[n].ut_user.
1773         (simulate_logout): Likewise.
1774
1775         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
1776         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
1777         existence of corresponding members of 'struct utmp'.
1778         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
1779         !_HAVE_UT_TYPE.
1780
1781         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
1782         allocate a buffer of at least BUFSIZ bytes, not just of
1783         sizeof (struct dirent).
1784
1785         * sysdeps/generic/glob.c: Include <limits.h>.
1786         (NAME_MAX): Define a fallback.
1787         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
1788         stack.
1789         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
1790         (main): Allocate enough room for a 'struct dirent64' on the stack.
1791         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
1792         'struct dirent'.
1793
1794         * sysdeps/unix/sysv/linux/init-first.c: Don't include
1795         kernel-features.h.
1796
1797         * inet/htontest.c: Include <sys/types.h>.
1798
1799         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
1800
1801         * include/sys/sysctl.h: Comment fix.
1802
1803         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
1804         _dl_load_lock.
1805         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
1806
1807         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
1808
1809         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
1810         (__getpeername): New alias.
1811         (__getsockname): New alias.
1812         (__socket): New alias.
1813
1814         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
1815
1816         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
1817         (__fcntl_internal): New alias.
1818         (__profil): New alias.
1819
1820 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1821
1822         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
1823         entry was for getaddr* lookup or not.  Add only matching cache
1824         entry.  Change all callers [PR libc/4317].
1825
1826         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
1827         finding the read position [PR libc/4265].
1828         * libio/Makefile (tests): Add bug-rewind2.
1829         * libio/bug-rewind2.c: New file.
1830
1831         * libio/bug-rewind.c: Fix creation of temp file.
1832
1833 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1834
1835         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
1836         neither SUCCESS nor TRYAGAIN [PR libc/4259].
1837         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
1838         to ENOENT if no entry is found.
1839         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
1840         failure.
1841         * nis/nss_compat/compat-initgroups.c: Likewise.
1842         * nis/nss_compat/compat-pwd.c: Likewise.
1843         * nis/nss_compat/compat-spwd.c: Likewise.
1844         * nis/nss_nis/nis-alias.c: Likewise.
1845         * nis/nss_nis/nis-ethers.c: Likewise.
1846         * nis/nss_nis/nis-grp.c: Likewise.
1847         * nis/nss_nis/nis-hosts.c: Likewise.
1848         * nis/nss_nis/nis-initgroups.c: Likewise.
1849         * nis/nss_nis/nis-netgrp.c: Likewise.
1850         * nis/nss_nis/nis-network.c: Likewise.
1851         * nis/nss_nis/nis-proto.c: Likewise.
1852         * nis/nss_nis/nis-publickey.c: Likewise.
1853         * nis/nss_nis/nis-pwd.c: Likewise.
1854         * nis/nss_nis/nis-rpc.c: Likewise.
1855         * nis/nss_nis/nis-service.c: Likewise.
1856         * nis/nss_nis/nis-spwd.c: Likewise.
1857         * resolv/nss_dns/dns-host.c: Likewise.
1858         * resolv/nss_dns/dns-network.c: Likewise.
1859         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
1860         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1861         * nis/nss_nisplus/nisplus-grp.c: Likewise.
1862         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1863         * nis/nss_nisplus/nisplus-network.c: Likewise.
1864         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1865         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1866         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1867         * nis/nss_nisplus/nisplus-service.c: Likewise.
1868         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1869         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
1870         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
1871         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
1872         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
1873
1874         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
1875         declaring __restore and __restore_rt as hidden (if possible).
1876
1877 2002-08-25  Roland McGrath  <roland@redhat.com>
1878
1879         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
1880
1881         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
1882         (getutent_r_file, internal_getut_r): Updated all callers.
1883         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
1884
1885 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1886
1887         * locale/programs/locale.c: Don't print aliases for non-existing
1888         locales for 'locale -a'.
1889         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
1890
1891 2002-07-19  H.J. Lu  <hjl@gnu.org>
1892
1893         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
1894
1895 2002-07-16  H.J. Lu  <hjl@gnu.org>
1896
1897         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1898         sys/personality.h.
1899         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
1900
1901 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1902
1903         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
1904         not moved ahead of the fputs call.
1905         * elf/tst-tlsmod2.c (in_dso): Likewise.
1906         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1907         * elf/tst-tlsmod4.c (in_dso): Likewise.
1908
1909 2002-08-25  Andreas Schwab  <schwab@suse.de>
1910
1911         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
1912
1913 2002-08-25  Roland McGrath  <roland@redhat.com>
1914
1915         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
1916         resetting handler, to avoid the possibility of a spurious SIGALRM
1917         delivered to the user's handler.
1918         Reported by Amit D. Chaudhary <amitc@brocade.com>,
1919
1920         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
1921         set -fkeep-inline-functions, which is not needed for the current file.
1922
1923         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
1924         (_dl_setup_hash): Add attribute_hidden.
1925         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
1926         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
1927         (_dl_new_object, _dl_map_object_deps): Likewise.
1928         (_dl_map_object_deps_internal): Remove decl.
1929         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
1930
1931         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
1932         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
1933         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
1934         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
1935         instead relying on the compiler to produce only GOTOFF variable refs.
1936
1937 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1938
1939         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
1940
1941         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
1942         inline to avoid defining it in every file which includes this header.
1943
1944         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
1945         defining DONT_USE_BOOTSTRAP_MAP.
1946
1947         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
1948         * libio/tst-mmap-setvbuf.c (main): Likewise.
1949         * libio/tst-widetext.c (main): Likewise.
1950
1951         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
1952         message.
1953         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1954         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1955
1956         * sysdeps/i386/elf/configure.in: Unconditionally define
1957         PI_STATIC_AND_HIDDEN.
1958         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
1959         PI_STATIC_AND_HIDDEN is defined as well.
1960         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
1961
1962 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
1963
1964         * sysdeps/ia64/bzero.S: Define __bzero as well.
1965
1966         * locale/programs/charmap.c (charmap_new_char): Don't use
1967         ULONG_MAX as maximum UCS4 value.
1968
1969         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
1970
1971         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
1972
1973         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
1974         * malloc/malloc.c (mALLINFo): Likewise.
1975
1976         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
1977
1978         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
1979         examining result of _IO_do_flush call.
1980
1981         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
1982         Use prec not spec when sizing buffers.
1983
1984         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
1985         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
1986         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
1987         * stdio-common/vfscanf.c (inchar): Likewise.
1988         * misc/efgcvt_r.c (fcvt_r): Likewise.
1989         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
1990         * elf/readlib.c (process_file): Likewise.
1991         * elf/sprof.c (load_profdata): Likewise.
1992         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
1993         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
1994         * locale/programs/charmap.c (charmap_read): Likewise.
1995         * libio/fileops.c: Likewise.
1996         * libio/fmemopen.c: Likewise.
1997         * stdlib/strtod.c: Likewise.
1998         * elf/dl-load.c: Likewise.
1999         * iconv/iconvconfig.c: Likewise.
2000         * iconv/iconv_prog.c (process_block): Likewise.
2001         * elf/rtld.c (dl_main): Likewise.
2002
2003         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
2004         macro to calm down the compiler.
2005
2006         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
2007
2008         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
2009
2010         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
2011         placement of errno definition.
2012         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
2013         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
2014         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
2015         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
2016         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2017
2018         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
2019         from 1024 to 65536, to avoid buffer overrun.
2020
2021 2002-08-16  Paul Eggert  <eggert@twinsun.com>
2022
2023         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
2024         from 1024 to 65536, to avoid buffer overrun.
2025         * resolv/res_query.c (MAXPACKET): Likewise.
2026
2027 2002-08-24  Andreas Jaeger  <aj@suse.de>
2028
2029         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
2030
2031 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
2032
2033         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
2034         two52 locally.
2035         (log2): Likewise.
2036         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
2037         Patch by Simon Gee <simong@agile.tv>.
2038
2039         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
2040         Prefer reading /proc/stat since it is more uniform across
2041         architectures.
2042
2043         * manual/texinfo.tex: Update to latest official version.
2044
2045         * sysvipc/sys/shm.h: Remove SHMLBA definition.
2046         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
2047         * sysdeps/gnu/bits/shm.h: Likewise.
2048         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2049         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2050         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
2051         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2052         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2053         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2054         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2055         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
2056         since this is what the kernel says.
2057
2058         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
2059         since ssize_t is needed as well.  Replace const with __const.
2060
2061 2002-08-23  Roland McGrath  <roland@redhat.com>
2062
2063         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
2064         __malloc_hook, __realloc_hook, __memalign_hook,
2065         __after_morecore_hook): Variable definitions moved to ...
2066         * malloc/malloc.c: ... here, so as to be before all references.
2067
2068         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
2069         global variable reference in an unused asm parameter, to ensure the
2070         compiler has set up the GOT register before we use it.
2071
2072         * malloc/hooks.c: Move variable definitions ahead of uses.
2073         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
2074         initializers that make reference to variables they define.
2075
2076 2002-08-23  Andreas Jaeger  <aj@suse.de>
2077
2078         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
2079         alloca, free, qsort.
2080
2081         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
2082
2083         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
2084         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2085
2086         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
2087         <hch@lst.de>.
2088         * sysdeps/generic/fgetxattr.c: New file.
2089         * sysdeps/generic/flistxattr.c: New file.
2090         * sysdeps/generic/fremovexattr.c: New file.
2091         * sysdeps/generic/fsetxattr.c: New file.
2092         * sysdeps/generic/getxattr.c: New file.
2093         * sysdeps/generic/listxattr.c: New file.
2094         * sysdeps/generic/lgetxattr.c: New file.
2095         * sysdeps/generic/llistxattr.c: New file.
2096         * sysdeps/generic/lremovexattr.c: New file.
2097         * sysdeps/generic/lsetxattr.c: New file.
2098         * sysdeps/generic/removexattr.c: New file.
2099         * sysdeps/generic/setxattr.c: New file.
2100         * misc/Makefile (headers): Add sys/xattr.h.
2101         (routines): Add *xattr calls.
2102         * misc/Versions: Add *xattr calls with version 2.3.
2103         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
2104         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2105         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2106         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2107         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2108         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2109         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2110         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2111
2112 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
2113
2114         * sysdeps/powerpc/elf/libc-start.c
2115         (__cache_line_size): Declare.
2116         (__aux_init_cache): New function.
2117         (__libc_start_main): Change type of `auxvec' parameter to
2118         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
2119         __aux_init_cache.
2120         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2121         (__cache_line_size): Declare.
2122         (__aux_init_cache): New function.
2123         (DL_PLATFORM_INIT): Define.
2124         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
2125         value to select the correct stride for dcbz.
2126
2127 2002-08-22  Andreas Jaeger  <aj@suse.de>
2128
2129         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
2130         shmat.
2131
2132 2002-08-22  Roland McGrath  <roland@redhat.com>
2133
2134         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
2135         position indicated by locrectab against file bounds before rounding to
2136         page size.  In mapping loop, always set TO before breaking out of
2137         contiguous range coalescing loop.
2138
2139         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
2140         (or MAP_COPY if available) instead of MAP_SHARED.
2141
2142         * scripts/firstversions.awk: When encountering a version newer than
2143         the specified earliest version, be sure to emit the specified earliest
2144         version first if any renaming of an older version to that has been.
2145
2146 2002-08-21  Roland McGrath  <roland@redhat.com>
2147
2148         * configure.in: Make GCC version check require 3.[2-9]* and no others.
2149         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
2150         (Configuring and compiling): Don't mention older GCC versions any more.
2151         * INSTALL: Regenerated.
2152
2153         * manual/install.texi (Configuring and compiling, Installation,
2154         Running make install, Linux): Linux -> GNU/Linux where appropriate.
2155
2156         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
2157         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
2158         and with noinline otherwise.  Remove hack alloca use to prevent
2159         inlining, we can ask for it explicitly nowadays.
2160
2161         * dlfcn/bug-dlsym1.c: New file.
2162         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
2163         * dlfcn/Makefile (distribute): Add them.
2164         (tests): Add bug-dlsym1 here.
2165         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
2166         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
2167         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
2168
2169 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
2170
2171         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
2172         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
2173         before relocation.
2174         (_dl_start): Don't use local bootstrap_map variable if
2175         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
2176         pass bootstrap_map to _dl_start_final in this case either.  Don't
2177         pass start_time to _dl_start_final ever.
2178         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
2179
2180         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
2181         This cripples the scope lists necessary to search for symbols in
2182         dependencies which are not in the global scope.
2183
2184         * include/setjmp.h (__libc_longjmp): Add declaration.
2185
2186 2002-08-21  Andreas Jaeger  <aj@suse.de>
2187
2188         * sysdeps/x86_64/_mcount.S: Fix assembler.
2189
2190         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
2191         with biarch support.
2192
2193 2002-08-21  Andreas Jaeger  <aj@suse.de>
2194
2195         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
2196
2197         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
2198
2199         * sysdeps/x86_64/machine-gmon.h: New file.
2200         * sysdeps/x86_64/_mcount.S: New file.
2201
2202 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2203
2204         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
2205         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
2206         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
2207         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
2208         to TL_INIT_TP.  Otherwise pass 1.
2209         * include/link.h (struct link_map): Add l_tls_tp_initialized.
2210         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
2211
2212 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2213
2214         * locale/programs/localedef.c (add_to_readlist): Error about
2215         circular dependencies only if the locale in question hasn't
2216         been finished.
2217         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
2218         CTYPE_LOCALE to load_locale.
2219         * locale/programs/locfile.c (locfile_read): Don't include
2220         unneeded but available locales in locale_mask.
2221
2222         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
2223         print any messages about enlarging archive.
2224
2225 2002-08-20  Brian Youmans  <3diff@gnu.org>
2226
2227         * manual/contrib.texi: Removed licenses, added acknowledgements
2228         for contributions by Intel, IBM, Craig Metz.
2229         * LICENSES: New file, contains the text of all non-FSF licenses in the
2230         distribution that require putting the notice in the accompanying
2231         documentation.
2232         * README.template, README: Mention LICENSES.
2233
2234         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
2235         new one modelled on the modern BSD license, per recent letter
2236         of permission from CMU.
2237         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
2238
2239         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
2240         from IBM to FSF, per the recent Software Letter.  Changed the
2241         distribution terms from GPL to LGPL.
2242
2243         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
2244         copying permission notice (Lesser GPL), per recent IBM Software Letter.
2245         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2246         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2247         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2248         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2249         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2250         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2251         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2252         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2253
2254         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
2255         from IBM to FSF, per the recent Software Letter.  Corrected the
2256         text of the copying permission notice to say Lesser GPL instead
2257         of GPL in warranty disclaimer paragraph.
2258         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2259         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2260         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2261         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2262         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2263         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2264         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2265         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2266         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2267         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2268         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2269         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2270         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2271         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2272         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2273         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2274         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2275         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2276         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2277         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2278         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2279
2280         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
2281         permission notice to say Lesser GPL instead of GPL in warranty
2282         disclaimer paragraph.
2283         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2284         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2285         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2286         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2287         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2288         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2289         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2290         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2291         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2292         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2293         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2294         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2295         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2296         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2297         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2298         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2299         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2300         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2301         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2302         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2303         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2304         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2305         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
2306
2307 2002-08-20  Roland McGrath  <roland@redhat.com>
2308
2309         Fix ABI compatibility with libc compiled with old tools on powerpc.
2310         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2311         and Jack Howarth <howarth@bromo.med.uc.edu>.
2312         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
2313         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
2314         pass -DHAVE_DOT_HIDDEN for these files.
2315         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
2316         __floatdisf.
2317         * sysdeps/powerpc/divdi3.c: New file.
2318         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
2319         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
2320
2321 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
2322
2323         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
2324         partially overlapping mappings.  Remove unneeded (char *) casts.
2325         Never allow duplication of ranges in mapped areas.
2326
2327 2002-08-20  Roland McGrath  <roland@redhat.com>
2328
2329         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
2330         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
2331
2332 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2333
2334         * include/unistd.h: Don't hide _exit.
2335
2336         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
2337         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
2338         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
2339         argument 1 to TLS_INIT_TP.
2340         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2341
2342         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2343
2344         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2345         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2346         memory allocation to...
2347         (allocate_dtv): ...here.  New function.
2348         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2349         call allocate_dtv instead of _dl_allocate_tls_storage.
2350         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2351         (_dl_get_tls_static_info): New function.
2352         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2353         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2354
2355 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2356
2357         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2358         immediately if result == NULL.
2359
2360 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2361
2362         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2363
2364 2002-08-18  Roland McGrath  <roland@frob.com>
2365
2366         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
2367         instead of __file_name_split.
2368         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
2369
2370         * sysdeps/mach/hurd/dl-sysdep.c
2371         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
2372         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
2373
2374 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2375
2376         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
2377         in change before last: MAX -> MIN.
2378
2379 2002-08-15  Roland McGrath  <roland@redhat.com>
2380
2381         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
2382         if seek would go past it.
2383         (mmap_remap_check): If file position is at or past EOF after check,
2384         leave read pointers at EOF and don't seek.
2385
2386         * libio/tst-mmap-offend.c: New file.
2387         * libio/Makefile (tests): Add it.
2388
2389         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
2390         the name as passed, rather than the name in the archive dictionary.
2391
2392 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
2393
2394         * csu/Makefile: Define elide-routines.os not static-only-routines.
2395
2396         * include/sched.h (__clone): Add varargs at the end.
2397
2398         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
2399         case.
2400         (TLS_INIT_HELPER): If defined, use it.
2401         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2402
2403 2002-08-15  Roland McGrath  <roland@redhat.com>
2404
2405         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
2406         on L->l_prev; it can happen under rtld --verify too.
2407
2408         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
2409         header separately, just map an initial window of 2MB from the file
2410         and remap if that is not large enough to cover the whole header.
2411
2412 2002-08-15  Andreas Jaeger  <aj@suse.de>
2413
2414         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
2415         version 2.3.
2416         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2417         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2418         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2419         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2420         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2421         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2422         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2423         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2424         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
2425         Patch by Andreas Gruenbacher <agruen@suse.de>.
2426
2427         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
2428
2429 2002-08-14  Roland McGrath  <roland@redhat.com>
2430
2431         * locale/locarchive.h (struct locale_category_data): Give this name to
2432         the type of locale_data_t's elements.
2433         * locale/programs/locarchive.c (cmpcategorysize): New static function.
2434         (add_locale): Use that to sort the categories by size and put all
2435         those that fit into two pages into the LC_ALL block, instead of
2436         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
2437         (show_archive_content): Detect categories inside LC_ALL block
2438         directly, instead of hard-coding.
2439         (oldlocrecentcmp): Compare just on file locations used.
2440
2441 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
2442
2443         * locale/programs/locarchive.c (struct oldlocrecent): New type.
2444         (oldlocrecentcmp): New function.
2445         (enlarge_archive): Re-add locales in the order they were added
2446         to the archive.
2447         (add_locale): Put all the small locale files together, if the small
2448         locale file block would occupy less pages if page size aligned, align
2449         it.
2450         (show_archive_content): Adjust for locale archives optimized for speed.
2451
2452 2002-08-14  Roland McGrath  <roland@frob.com>
2453
2454         * configure.in: Use "MISSING" as not-found value for MIG.
2455         * sysdeps/mach/configure.in: Fatal if mig not found.
2456         * configure, sysdeps/mach/configure: Regenerated.
2457
2458 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2459
2460         * locale/loadarchive.c (archfname): Add missing slash.
2461
2462         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
2463         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
2464
2465 2002-08-12  Roland McGrath  <roland@redhat.com>
2466
2467         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
2468         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
2469         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
2470         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
2471         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
2472         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
2473         * sysdeps/generic/waitpid.c: Likewise.
2474
2475         * include/net/if.h: New file.  Use libc_hidden_proto
2476         for if_nametoindex and if_indextoname.
2477         * sysdeps/generic/if_index.c: Add libc_hidden_def.
2478         * sysdeps/mach/hurd/if_index.c: Likewise.
2479         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2480
2481         * include/grp.h (setgroups): Add libc_hidden_proto.
2482         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
2483         * sysdeps/mach/hurd/setgroups.c: Likewise.
2484         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
2485         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2486
2487 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2488
2489         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
2490         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
2491         * sysdeps/generic/setegid.c (setegid): Likewise.
2492         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
2493         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
2494         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
2495         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
2496         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
2497         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
2498         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
2499         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
2500         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
2501         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
2502         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
2503         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
2504         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
2505
2506         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
2507         __lxstat_internal, __lxstat64_internal): Remove.
2508         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
2509         Add hidden_proto.
2510         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
2511         Remove INTDEF where present, remove #undef at the beginning.
2512         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
2513         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
2514         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
2515         * sysdeps/generic/xstat.c (__xstat): Likewise.
2516         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
2517         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
2518         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
2519         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
2520         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
2521         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
2522         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
2523         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
2524         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
2525         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
2526         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
2527         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
2528         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
2529         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
2530         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
2531         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
2532         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
2533         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
2534         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
2535         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
2536         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
2537         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
2538         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
2539         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
2540         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
2541         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
2542         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
2543         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
2544         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
2545         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
2546         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
2547         * sysdeps/unix/xstat.c (__xstat): Likewise.
2548
2549         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
2550         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
2551         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
2552         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
2553         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
2554         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
2555         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
2556
2557         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
2558         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
2559         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
2560         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
2561         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
2562         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
2563         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
2564         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
2565         Likewise.
2566         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
2567         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
2568         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
2569         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
2570         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
2571         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
2572         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
2573         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
2574
2575         * include/string.h (strcoll): Add libc_hidden_proto.
2576         * string/strcoll.c (strcoll): Add libc_hidden_def.
2577
2578         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
2579
2580 2002-08-11  Philip Blundell  <philb@gnu.org>
2581
2582         * sysdeps/arm/Makefile: New file.
2583
2584 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2585
2586         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
2587         by another '|', end of regex or enclosing ')', clear branch.
2588         * posix/bug-regex9.c: New test.
2589         * posix/Makefile (tests): Add bug-regex9.
2590
2591 2002-08-12  Roland McGrath  <roland@redhat.com>
2592
2593         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
2594         start count condition, use TOTAL instead of variable that was never
2595         set.  Fix outer loop termination condition to TOTAL >= after update.
2596
2597         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
2598         dl_tls_static_align and dl_tls_static_nelem.
2599
2600 2002-08-11  Roland McGrath  <roland@redhat.com>
2601
2602         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
2603         of the TLS macros, otherwise the compiler might not have initialized
2604         the PIC register yet when we use the PLT via asm.
2605         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2606         * elf/tst-tlsmod2.c (in_dso): Likewise.
2607
2608         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
2609
2610         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
2611         Evaluate argument exactly once.  Remove __volatile__ from asm's.
2612
2613         * include/unistd.h: Use libc_hidden_proto for getdomainname
2614         and getlogin_r.
2615         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
2616         * sysdeps/mach/hurd/getdomain.c: Likewise.
2617         * sysdeps/unix/getlogin_r.c: Likewise.
2618         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
2619         * sysdeps/generic/getlogin_r.c: Likewise.
2620
2621         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
2622         * sunrpc/rtime.c: Add libc_hidden_def.
2623
2624         * include/string.h: Use libc_hidden_proto for basename.
2625         * string/basename.c [_LIBC]: Add libc_hidden_def.
2626
2627         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
2628
2629         * locale/loadarchive.c: munmap -> __munmap throughout.
2630
2631         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
2632         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
2633         * sysdeps/generic/gai_strerror.c: Likewise.
2634
2635         * include/sys/errno.h: New file.
2636
2637         * include/signal.h: No libc_hidden_proto for raise,
2638         __libc_current_sigrtmin, __libc_current_sigrtmax.
2639         These need to be overridden by linuxthreads.
2640         * sysdeps/posix/raise.c: Reverted.
2641         * sysdeps/generic/raise.c: Reverted.
2642         * signal/allocrtsig.c: Reverted.
2643
2644         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
2645
2646 2002-08-10  Roland McGrath  <roland@redhat.com>
2647
2648         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
2649         * locale/localeinfo.h: Declare it.
2650         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
2651         current locale if it's not in the file list.
2652         Call _nl_archive_subfreeres.
2653
2654 2002-08-10  Andreas Jaeger  <aj@suse.de>
2655
2656         * sysdeps/i386/strchr.S: Add comment.
2657
2658 2002-08-10  Roland McGrath  <roland@redhat.com>
2659
2660         * include/wchar.h (putwc): Use libc_hidden_proto.
2661         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
2662         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
2663         * stdio-common/dprintf.c: Add libc_hidden_def.
2664         * stdio-common/fprintf.c: Likewise.
2665         * stdio-common/sprintf.c: Likewise.
2666         * stdio-common/sscanf.c: Likewise.
2667         * libio/iofwrite.c: Likewise.
2668         * libio/memstream.c: Likewise.
2669         * libio/putwc.c: Likewise.
2670         * stdio-common/perror.c: Likewise.
2671         * sysdeps/posix/remove.c: Likewise.
2672         * sysdeps/generic/remove.c: Likewise.
2673         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
2674         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
2675
2676 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
2677
2678         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2679         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
2680         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2681         towlower, towupper): Add libc_hidden_weak.
2682
2683         * include/bits/dlfcn.h: New file.
2684         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2685
2686         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2687         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2688         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2689         * include/pwd.h (_nss_files_parse_pwent): Likewise.
2690         * include/shadow.h (_nss_files_parse_spent): Likewise.
2691         * include/netdb.h (_nss_files_parse_protoent,
2692         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2693         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2694         (LINE_PARSER): Use it.
2695         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2696         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2697
2698         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2699         #endif.
2700
2701         * manual/debug.texi (%MENU%): Remove trailing dot.
2702         Reported by <hayastan132@hotmail.com>.
2703
2704         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2705         aliases.
2706         (lseek): Dummy.
2707         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2708         Likewise.
2709
2710 2002-08-09  Roland McGrath  <roland@redhat.com>
2711
2712         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2713         name to find codeset name (if any) and normalize it.  If the
2714         normalized name differs, look up only that in the archive.
2715         * locale/programs/locarchive.c (add_locale_to_archive): If the name
2716         contains a codeset, normalize the codeset store only the normalized
2717         name in the archive.  If not, add an alias containing the locale's
2718         normalized codeset name.  Apply codeset name normalization when
2719         matching entries in the alias file.
2720
2721         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2722         decrement HEAD->namehash_used here.
2723         (add_locale): Only need to insert name string when name_offset != 0.
2724
2725         * locale/programs/localedef.c (options): Add -A/--alias-file.
2726         (alias_file): New variable.
2727         (parse_opt): Grok -A, set that.
2728         * locale/programs/localedef.h: Declare it.
2729
2730         * locale/locarchive.h (struct locrecent): Add `refs' member.
2731         * locale/programs/locarchive.c (insert_name): New function, broken out
2732         of ...
2733         (add_locale_to_archive): ... here.  Call that.
2734         (add_alias): New function.
2735         (add_locale): New static function, add_locale_to_archive renamed.
2736         (add_locale_to_archive): Call that and use add_alias to add an alias
2737         for the name with codeset if the given name lacks it.
2738         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2739
2740         * locale/Makefile (routines): Add loadarchive.
2741         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2742         (_nl_load_locale_from_archive): New function.
2743         * locale/localeinfo.h: Declare it.
2744         * locale/findlocale.c (_nl_find_locale): If using default locale path,
2745         try _nl_load_locale_from_archive first.
2746
2747         * locale/loadlocale.c (_nl_intern_locale_data): New function,
2748         broken out of _nl_load_locale.
2749         (_nl_load_locale): Call that.
2750         * locale/localeinfo.h: Declare it.
2751         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2752         (struct locale_data): Remove unused member `options'.
2753         * locale/findlocale.c (_nl_remove_locale): Update uses.
2754         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2755         * locale/C-collate.c: Update initializer.
2756         * locale/C-identification.c: Likewise.
2757         * locale/C-measurement.c: Likewise.
2758         * locale/C-telephone.c: Likewise.
2759         * locale/C-address.c: Likewise.
2760         * locale/C-name.c: Likewise.
2761         * locale/C-paper.c: Likewise.
2762         * locale/C-time.c: Likewise.
2763         * locale/C-numeric.c: Likewise.
2764         * locale/C-monetary.c: Likewise.
2765         * locale/C-messages.c : Likewise.
2766         * locale/C-ctype.c: Likewise.
2767
2768         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2769         use CHAR_BIT instead of BITSPERBYTE.
2770
2771         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
2772         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
2773         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
2774         (_nl_remove_locale): Likewise.
2775         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2776
2777         * locale/findlocale.c (_nl_default_locale_path): New variable.
2778         (_nl_find_locale): If LOCALE_PATH is null, default to that.
2779         * locale/localeinfo.h: Declare it.
2780         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
2781         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
2782         * locale/newlocale.c (__newlocale): Likewise.
2783
2784         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
2785         * inet/rexec.c (rexec_af): Add libc_hidden_def.
2786         * sysdeps/generic/morecore.c: Likewise.
2787         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
2788         (__libc_current_sigrtmax): Likewise.
2789
2790 2002-08-08  Roland McGrath  <roland@redhat.com>
2791
2792         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
2793         * catgets/open_catalog.c (__open_catalog): Likewise.
2794
2795         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
2796         from typo INITIAL_NUM_NANES.
2797         (create_archive): Update use.
2798
2799 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2800
2801         * sysdeps/unix/sysv/linux/sigwait.c: New file.
2802
2803 2002-08-08  Roland McGrath  <roland@frob.com>
2804
2805         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
2806
2807 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2808
2809         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
2810         else and undefine after including wcstol_l.c.
2811         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
2812
2813 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2814
2815         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
2816
2817 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
2818
2819         * configure.in: Make the test for broken_alias_attribute stricter.
2820
2821 2002-05-24  Robert Love  <rml@tech9.net>
2822
2823         * posix/Makefile (routines): Add sched_getaffinity and
2824         sched_setaffinity.
2825         * posix/sched.h: Add declarations for sched_getaffinity and
2826         sched_setaffinity.
2827         * sysdeps/generic/sched_getaffinity.c: New file.
2828         * sysdeps/generic/sched_setaffinity.c: New file.
2829         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
2830         sched_setaffinity.
2831
2832 2002-08-06  Andreas Schwab  <schwab@suse.de>
2833
2834         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
2835
2836 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2837
2838         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
2839         message.
2840
2841         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
2842         It is known to be defined.
2843
2844         * include/string.h: Define index and rindex only if _ISOMAC is not
2845         defined.
2846
2847         * elf/rtld.c: Include <errno.h>.
2848         * sysdeps/generic/libc-tls.c: Likewise.
2849
2850 2002-08-07  Roland McGrath  <roland@redhat.com>
2851
2852         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
2853         it internally.
2854         (precsize_aton): Likewise.
2855
2856         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
2857         the static symbols added in the last change (doofus is me).
2858
2859         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
2860         loop to notice missing categories in a composite name.
2861
2862         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
2863         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
2864         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
2865         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
2866
2867 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2868
2869         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2870
2871 2002-08-07  Roland McGrath  <roland@redhat.com>
2872
2873         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
2874         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
2875         Reported by Jakub Jelinek  <jakub@redhat.com>.
2876
2877 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2878
2879         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
2880         division.
2881
2882 2002-08-06  Roland McGrath  <roland@redhat.com>
2883
2884         * include/getopt.h: Put private decls inside [_GETOPT_H].
2885         Use libc_hidden_proto for getopt_long, getopt_long_only.
2886         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
2887         Add libc_hidden_def.
2888
2889         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
2890         Define as a macro for __dl_iterate_phdr.
2891
2892         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
2893         made static.  Add __ name as a strong alias.
2894         (internal_endnetgrent): Likewise.
2895         (internal_getnetgrent_r): Likewise.
2896
2897         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
2898         with no __ prefix.
2899         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
2900         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
2901         all *_l functions with no __ prefix.
2902         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
2903         * ctype/ctype_l.c: Likewise.
2904         * locale/nl_langinfo.c: Likewise.
2905         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
2906         * stdlib/stdlib.h [__USE_GNU]: Likewise.
2907         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
2908         * wctype/wctype.h [__USE_GNU]: Likewise.
2909         * string/strcoll_l.c (strcoll_l): Define as weak alias.
2910         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
2911         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
2912         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
2913         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
2914         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
2915         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
2916         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
2917         (__wcscasecmp_l): Add libc_hidden_def.
2918         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
2919         (__wcsncasecmp_l): Add libc_hidden_def.
2920         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
2921         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
2922         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
2923         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
2924         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
2925         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
2926         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
2927         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
2928         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
2929         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
2930         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
2931         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
2932         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
2933         * wctype/wctype_l.c (wctype_l) Define as weak alias.
2934
2935 2002-08-05  Roland McGrath  <roland@redhat.com>
2936
2937         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
2938         netname2user, host2netname, user2netname, key_gendes.
2939         * sunrpc/netname.c: Add libc_hidden_def.
2940         * sunrpc/key_call.c: Likewise.
2941
2942         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
2943         freeaddrinfo.
2944         * inet/getnameinfo.c: Add libc_hidden_def.
2945         * sysdeps/generic/getaddrinfo.c: Likewise.
2946         * sysdeps/posix/getaddrinfo.c: Likewise.
2947
2948         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
2949         * wcsmbs/wmemchr.c: Add libc_hidden_def.
2950         * wcsmbs/wmemset.c: Add libc_hidden_def.
2951
2952         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
2953         (index, rindex): Define as macros for strchr, strrchr.
2954
2955         * string/envz.c (envz_strip): index -> strchr
2956
2957         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
2958         * sunrpc/rpc_prot.c: Add libc_hidden_def.
2959
2960         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
2961         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
2962
2963         * include/stdlib.h: Use libc_hidden_proto for wctomb.
2964         * stdlib/wctomb.c: Add libc_hidden_def.
2965
2966         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
2967         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
2968         * resolv/herror.c: Likewise.
2969         * inet/rcmd.c: Add libc_hidden_def.
2970         * inet/ruserpass.c: Likewise.
2971         * inet/getnetgrent_r.c: Likewise.
2972
2973         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
2974         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
2975         for svcerr_auth, svcerr_noprog, svcerr_progvers.
2976         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
2977         libc_hidden_def.
2978         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
2979         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
2980
2981         * sysdeps/posix/system.c (do_system): New function, guts broken out of
2982         __libc_system.
2983         (__libc_system): Call it, putting just the line == NULL test here.
2984
2985         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
2986         variables work right.
2987
2988         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
2989         * elf/dl-close.c (_dl_close): Likewise.
2990
2991         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
2992         in6addr_any, in6addr_loopback.  Remove decls for
2993         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
2994         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
2995         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
2996         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
2997         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
2998         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
2999         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
3000         in6addr_loopback.
3001         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
3002
3003         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
3004         ether_aton_r.
3005         * inet/ether_aton_r.c: Add libc_hidden_def.
3006         * inet/ether_ntoa_r.c: Likewise.
3007
3008         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
3009         xprt_unregister.
3010         * sunrpc/svc.c: Add libc_hidden_def.
3011         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
3012         pmap_set, pmap_unset.
3013         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
3014         * sunrpc/pm_getport.c: Likewise.
3015         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
3016         * sunrpc/publickey.c: Add libc_hidden_def.
3017
3018 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3019
3020         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
3021         the other memset call in this function.
3022
3023         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
3024         at correct index.  Clear BSS region now that memalign is used.
3025
3026 2002-08-05  Roland McGrath  <roland@redhat.com>
3027
3028         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
3029         * sysdeps/generic/uname.c: Add libc_hidden_def.
3030         * sysdeps/mach/hurd/uname.c: Likewise.
3031
3032 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
3033
3034         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
3035         wcspbrk): Add libc_hidden_proto.
3036         * time/strftime.c (my_strftime): Add libc_hidden_def.
3037         (strftime): Remove libc_hidden_def.
3038         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
3039         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
3040         * wcsmbs/wcsspn.c (wcsspn): Likewise.
3041         * wcsmbs/wcscmp.c (wcscmp): Likewise.
3042         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
3043         * wcsmbs/wcscoll.c (wcscoll): Likewise.
3044
3045         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
3046         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3047         __rpc_thread_createerr): Add libc_hidden_proto.
3048         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
3049         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3050         __rpc_thread_createerr): Add libc_hidden_def.
3051
3052         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
3053         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
3054         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
3055         clnt_perror, clnt_sperror): Add libc_hidden_def.
3056         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
3057
3058         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
3059         libc_hidden_proto.
3060         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
3061         * sunrpc/des_soft.c (des_setparity): Likewise.
3062
3063         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
3064         Add libc_hidden_proto.
3065         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
3066         Add libc_hidden_def.
3067
3068 2002-08-05  Roland McGrath  <roland@redhat.com>
3069
3070         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
3071         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
3072         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
3073         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
3074         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
3075         old data, abandoning the original memory allocated by rtld at startup,
3076         instead of calling realloc normally.
3077
3078 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3079
3080         * po/fr.po: Update from translation team.
3081
3082 2002-08-04  Roland McGrath  <roland@redhat.com>
3083
3084         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
3085         then generate a dummy module under the given name, obeying the
3086         normal rules for the "caller" field.
3087
3088         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
3089         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
3090
3091         * include/pthread.h: Don't declare __pthread_initialize_minimal as
3092         weak here; we declare it weak or strong in the one place we use it.
3093         * sysdeps/generic/libc-start.c: ... which is here.
3094         Don't make the decl weak if [USE_TLS], since static programs need TLS
3095         setup even when single-threaded.
3096
3097         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
3098
3099         * elf/Makefile (test-srcs): Add $(modules-names) to it.
3100         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
3101         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
3102         all these variables.
3103
3104 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3105
3106         * include/stdio.h: Don't define macro magic to redirect function
3107         calls if _ISOMAC is defined.
3108
3109         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
3110         ldouble asin tests.
3111
3112 2002-08-04  Roland McGrath  <roland@redhat.com>
3113
3114         * stdlib/lrand48_r.c: Add libc_hidden_def.
3115
3116         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
3117         TCB with __libc_memalign instead of mmap.
3118         (_dl_deallocate_tls): Free it with free instead of munmap.
3119
3120         * Makerules (cpp-srcs-left): When setting this to run
3121         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
3122         words.  Combine the two loops into one on the concatenated list,
3123         including those as well as $(test-srcs).
3124
3125         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
3126         since we align here with optimally minimal waste anyway.
3127         (malloc): Just call that.
3128
3129         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
3130         the right variable.
3131
3132         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
3133         to compute memory location for l_tls_initimage.
3134         * elf/rtld.c (_dl_start): Likewise.
3135         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3136
3137         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
3138         because the .d file is generated in the non-shared case and
3139         so fails to catch them otherwise.
3140
3141         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
3142         split out of _dl_allocate_tls.
3143         (_dl_allocate_tls_init): Likewise.
3144         (_dl_allocate_tls): Call those.
3145         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
3146         * elf/rtld.c (dl_main): Call them separately instead of calling
3147         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
3148         is finished, so that the initializer data has been relocated before we
3149         copy it into the main thread's TLS block.
3150
3151         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
3152         loop conditions, prevented the last used module from being initialized.
3153
3154 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3155
3156         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
3157         if glob resp. globfree are not macros.
3158         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
3159         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
3160         Add libc_hidden_ver.
3161         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
3162         libc_hidden_def.
3163         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
3164         instead of libc_hidden_weak.
3165         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
3166         libc_hidden_ver instead of libc_hidden_def.
3167         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
3168         libc_hidden_ver instead of libc_hidden_def.
3169         (wcstoll, wcstoq): Remove libc_hidden_weak.
3170         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
3171         libc_hidden_ver.
3172         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
3173         libc_hidden_ver.
3174         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
3175         libc_hidden_ver.
3176         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
3177         libc_hidden_ver.
3178
3179 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3180
3181         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
3182         to access _sys_siglist.
3183         * string/strsignal.c: Likewise.
3184         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
3185         * sysdeps/gnu/siglist.c: Likewise.
3186         * sysdeps/unix/siglist.c: Likewise.
3187         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
3188
3189         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
3190
3191         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
3192
3193         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
3194         alias and use it.
3195         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
3196
3197         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
3198         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
3199         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
3200
3201         * include/time.h: Add libc_hidden_proto for __gmtime_r.
3202         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
3203
3204         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
3205         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
3206         and __gconv_get_cache respectively.
3207         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
3208         defined static.  Change all users.
3209         (__gconv_get_cache): New function.
3210         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
3211         (__gconv_get_alias_db): New function.
3212         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
3213         (__conv_modules_db): Likewise.
3214         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
3215         and __gconv_get_alias_db.
3216         * iconv/iconv_prog.c: Use the new functions instead of accessing the
3217         variables.
3218
3219         * include/stdlib.h: Add prototype and libc_hidden_proto for
3220         __default_morecore.
3221         * sysdeps/generic/morecore.c: Include <stdlib.h>.
3222
3223         * malloc/obstack.c: Remove fputs macro.
3224
3225         * malloc/mtrace.c: Remove fopen macro.
3226
3227 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3228
3229         * manual/debug.texi: Fix spelling to programmatically.
3230         Reported by <hayastan132@hotmail.com>.
3231
3232 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3233
3234         * include/libio.h: Add libc_hidden_proto for __uflow.
3235         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
3236         fgetpos to _IO_* names.
3237         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
3238         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
3239         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
3240         putwc_unlocked, vswscanf.
3241         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
3242         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
3243         * libio/fseek.c: Likewise.
3244         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
3245         not fopencookie.
3246         * libio/genops.c (__uflow): Add libc_hidden_def.
3247         * libio/iofflush_u.c (fflush_unlocked): Likewise.
3248         * libio/iofgets_u.c (fgets_unlocked): Likewise.
3249         * libio/iofputs_u.c (fputs_unlocked): Likewise.
3250         * libio/iofputws_u.c (fputws_unlocked): Likewise.
3251         * libio/iofread_u.c (fread_unlocked): Likewise.
3252         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3253         * libio/iovswscanf.c (vswscanf): Likewise.
3254         * libio/putwc_u.c (putwc_unlocked): Likewise.
3255         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
3256         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
3257         * malloc/mtrace.c: Likewise.
3258
3259         * sunrpc/clnt_perr.c: Remove fputs macro.
3260         * sunrpc/svc_simple.c: Likewise.
3261         * sunrpc/svc_tcp.c: Likewise.
3262         * sunrpc/svc_udp.c: Likewise.
3263         * sunrpc/xdr_rec.c: Likewise.
3264         * sunrpc/xdr_ref.c: Likewise.
3265
3266         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
3267         iconv_prog, linereader, and charmap-dir.
3268         * locale/Makefile: Likewise for locale and charmap-dir.
3269         * malloc/Makefile: Likewise for memusagestat.
3270         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
3271         * sunrpc/Makefile: Likewise for rpc_main.
3272         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
3273         * timezone/Makefile: Likewise for zic.
3274
3275         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
3276
3277         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
3278         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
3279         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
3280         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
3281         _dl_close.
3282
3283         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
3284         __wunderflow.
3285         * libio/genops.c (__underflow): Add libc_hidden_def.
3286         * libio/wgenops.c (__wuflow): Likewise.
3287         (__wunderflow): Likewise.
3288
3289         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
3290         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
3291
3292         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
3293         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
3294
3295         * include/string.h: Add libc_hidden_proto for __strverscmp.
3296         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
3297
3298         * include/unistd.h: Add libc_hidden_proto for __sysconf.
3299         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
3300         * sysdeps/posix/sysconf.c: Likewise.
3301         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
3302         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
3303
3304         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
3305         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3306         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3307         __iswxdigit_l, __towlower_l, __towupper_l.
3308         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
3309         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
3310
3311         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
3312         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
3313         * sysdeps/mach/hurd/xmknod.c: Likewise.
3314         * sysdeps/unix/xmknod.c: Likewise.
3315         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
3316         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
3317         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
3318
3319         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
3320
3321 2002-08-03  Roland McGrath  <roland@redhat.com>
3322
3323         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
3324         setpriority.
3325         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
3326         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
3327         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
3328         * sysdeps/mach/hurd/setpriority.c: Likewise.
3329         * sysdeps/mach/hurd/getpriority.c: Likewise.
3330         * sysdeps/generic/setpriority.c: Likewise.
3331         * sysdeps/generic/getpriority.c: Likewise.
3332
3333         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
3334         * malloc/mcheck.c: Add libc_hidden_def.
3335
3336         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
3337         * misc/hsearch_r.c: Add libc_hidden_def.
3338
3339         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3340         * posix/fnmatch.c: Add libc_hidden_weak.
3341
3342         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3343         execl, execle, execlp, execvp, getpid, getsid.
3344         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3345         * sysdeps/unix/alarm.c: Likewise.
3346         * posix/confstr.c: Likewise.
3347         * posix/execvp.c: Likewise.
3348         * posix/execlp.c: Likewise.
3349         * posix/execle.c: Likewise.
3350         * posix/execl.c: Likewise.
3351         * sysdeps/generic/getsid.c: Likewise.
3352         * sysdeps/mach/hurd/getsid.c: Likewise.
3353         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3354         * sysdeps/mach/hurd/getpid.c: Likewise.
3355
3356         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3357         qecvt_r, qfcvt_r, lrand48_r.
3358         * misc/efgcvt_r.c: Add libc_hidden_def.
3359
3360         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3361         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
3362
3363         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
3364         * locale/nl_langinfo.c: Add libc_hidden_def.
3365
3366         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
3367         * sysdeps/generic/glob.c: Add libc_hidden_def.
3368         * sysdeps/generic/glob64.c: Likewise.
3369         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
3370
3371         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
3372
3373         * elf/Makefile (CFLAGS-vismod2.c): New variable.
3374
3375         * locale/setlocale.c (_nl_current_names): Variable moved ...
3376         * locale/localename.c (_nl_current_names): ... here, new file.
3377         Make it global, with attribute_hidden.
3378         * locale/localeinfo.h: Declare it.
3379         * locale/Makefile (aux): Add localename.
3380         * locale/localename.c (__current_locale_name): New function.
3381         * include/locale.h (__current_locale_name): Declare it.
3382         * intl/dcigettext.c (guess_category_value): Use that instead of
3383         calling setlocale.
3384
3385         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
3386         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
3387         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
3388         * locale/newlocale.c: Add alias to __ name.
3389         * locale/duplocale.c: Likewise.
3390         * locale/freelocale.c: Likewise.
3391         * locale/uselocale.c: New file.
3392         * locale/Makefile (routines): Add it.
3393         * locale/Versions (libc: GLIBC_2.3): New set.
3394         Add newlocale, duplocale, freelocale, uselocale.
3395         (libc: GLIBC_PRIVATE): Add __uselocale.
3396
3397         * locale/localeinfo.h [SHARED]
3398         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
3399         (_NL_CURRENT_DATA): Define using that.
3400         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
3401         (_NL_CURRENT_DEFINE): Define to empty.
3402         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
3403         conditionalized on this.
3404         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
3405         taking initializer of _nl_C_locobj.
3406         [SHARED] (_nl_global_locale): New variable, using that initializer.
3407         (_nl_C_locobj): Use new macro for initialzier.
3408         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
3409         [! SHARED] (CATEGORY_USED): New macro.
3410         [SHARED] (CATEGORY_USED, _nl_C): New macros.
3411         (setdata, setlocale): Use that macro instead of examining _nl_current.
3412         (setdata): Set the slot in _nl_global_locale.
3413         Conditionalize setting of _nl_current on [! SHARED].
3414         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
3415         declaration as an extern.
3416         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
3417
3418         * include/locale.h: Use libc_hidden_proto for setlocale.
3419         * locale/setlocale.c: Add libc_hidden_def.
3420
3421         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
3422
3423         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
3424         * misc/hsearch_r.c: Add libc_hidden_def.
3425         * misc/lsearch.c: Likewise.
3426
3427         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
3428         endttyent.
3429         * misc/getttyent.c: Add libc_hidden_def.
3430
3431         * include/mcheck.h: Use libc_hidden_proto for mcheck.
3432         * malloc/mcheck.c: Add libc_hidden_def.
3433
3434         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
3435         * include/argz.h: Use libc_hidden_proto for argz_delete.
3436         * string/argz-delete.c: Add libc_hidden_def.
3437         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
3438
3439         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
3440         HIDDEN_JUMPTARGET for _exit.
3441         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
3442         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
3443         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3444         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
3445
3446         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
3447         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
3448         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
3449         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
3450
3451         * include/stdlib.h: Use libc_hidden_proto for abort,
3452         __strtof_internal, __strtod_internal, __strtold_internal,
3453         __strtol_internal, __strtoll_internal, __strtoul_internal,
3454         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
3455         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
3456         __strtoul_l_internal, __strtoull_l_internal.
3457         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
3458         __wcstod_internal, __wcstold_internal, __wcstol_internal,
3459         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
3460         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
3461         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
3462         __wcsncasecmp_l.
3463         * sysdeps/generic/abort.c: Add libc_hidden_def.
3464         * stdlib/strtod.c: Likewise.
3465         * sysdeps/generic/strtol.c: Likewise.
3466         * sysdeps/wordsize-64/strtol.c: Likewise.
3467         * sysdeps/wordsize-64/wcstol.c: Likewise.
3468         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
3469
3470         * include/stdlib.h: Use libc_hidden_proto for qsort.
3471         * stdlib/msort.c: Add libc_hidden_def.
3472
3473         * include/utime.h: Use libc_hidden_proto for utime.
3474         * sysdeps/generic/utime.c: Add libc_hidden_def.
3475         * sysdeps/unix/utime.c: Likewise.
3476
3477         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
3478         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
3479         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3480         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
3481         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
3482
3483         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
3484         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
3485         and __libc_current_sigrtmax.
3486         * signal/sigismem.c: Add libc_hidden_def.
3487         * signal/sigfillset.c: Likewise.
3488         * signal/sigempty.c: Likewise.
3489         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
3490         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
3491         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
3492         * sysdeps/posix/raise.c: Likewise.
3493         * sysdeps/generic/raise.c: Likewise.
3494
3495 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3496
3497         * include/string.h: Use libc_hidden_proto for __stpcpy.
3498         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
3499         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
3500         * sysdeps/generic/stpcpy.c: Likewise.
3501         * sysdeps/i386/stpcpy.S: Likewise.
3502         * sysdeps/i386/i586/stpcpy.S: Likewise.
3503         * sysdeps/powerpc/stpcpy.S: Likewise.
3504         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
3505         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3506
3507         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
3508         __strncasecmp_l, __strdup, __strndup, __strerror_r.
3509         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
3510         libc_hidden_def.
3511         * string/strdup.c (__strdup): Likewise.
3512         * string/strndup.c (__strndup): Likewise.
3513         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
3514         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
3515
3516 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3517
3518         * include/libio.h: New file.
3519         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
3520         * libio/iolibio.h: #include <libio.h>, not "libio.h".
3521         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
3522         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
3523         * sysdeps/unix/common/syscalls.list: Likewise.
3524         * sysdeps/unix/inet/syscalls.list: Likewise.
3525         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
3526         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3527         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3528         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3529         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3530         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3531         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3532         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3533         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3534         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
3535         * sysdeps/unix/syscalls.list: Likewise.
3536
3537 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3538             Ulrich Drepper  <drepper@redhat.com>
3539
3540         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
3541         the arguments is big enough to cause an overflow.
3542
3543 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3544
3545         * assert/assert.c: Use hidden_def not INTDEF.
3546
3547 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3548
3549         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
3550         not defined.
3551
3552 2002-08-03  Roland McGrath  <roland@redhat.com>
3553
3554         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
3555         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
3556         verr, verrx.
3557         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
3558         * misc/syslog.c: Add libc_hidden_def.
3559         * misc/err.c: Likewise.
3560         * stdlib/exit.c: Likewise.
3561         * stdlib/bsearch.c: Likewise.
3562         * sysdeps/generic/getenv.c: Likewise.
3563
3564         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
3565
3566         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
3567         libc_hidden_weak for every system call symbol defined.
3568
3569         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
3570         timelocal, localtime, strftime.
3571         * time/asctime.c: Add libc_hidden_def.
3572         * time/mktime.c: Likewise.
3573         * time/localtime.c: Likewise.
3574         * time/strftime.c: Likewise.
3575         * time/strptime.c: Likewise.
3576         * sysdeps/generic/time.c: Likewise.
3577         * sysdeps/unix/time.c: Likewise.
3578         * sysdeps/unix/sysv/i386/time.S: Likewise.
3579         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
3580
3581         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
3582         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
3583         * resolv/inet_ntop.c: Likewise.
3584         * resolv/inet_pton.c: Likewise.
3585         * inet/inet_mkadr.c: Add libc_hidden_def.
3586         * inet/inet_netof.c: Likewise.
3587         * resolv/inet_addr.c: Likewise.
3588
3589         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
3590         clauses from conditionals for now.  Will have to be fixed later
3591         for older compilers.
3592
3593         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
3594
3595 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3596
3597         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
3598         broken alias attribute handling.
3599         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
3600
3601 2002-08-02  Roland McGrath  <roland@frob.com>
3602
3603         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
3604         since it sets the variables we use in a -D switch.
3605
3606 2002-08-02  Roland McGrath  <roland@redhat.com>
3607
3608         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
3609         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
3610         matches long int, not int.
3611
3612         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
3613         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
3614         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3615         * wctype/wctrans.c (wctrans): Likewise.
3616         * wctype/wctype.c (__wctype): Likewise.
3617         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
3618
3619 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3620
3621         * assert/assert.c (__assert_fail): Fix typo in comment.
3622
3623         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
3624         * sunrpc/rpc_thread.c: Define it without static.
3625         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
3626
3627 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3628
3629         * assert/assert.c (__assert_fail): Remove undef.
3630         Replace INTDEF with libc_hidden_def.
3631         * assert/__assert.c (__assert): Remove INTUSE.
3632         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
3633         libc_hidden_weak.
3634         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
3635         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
3636         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
3637         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
3638         libm_hiden_ver): Define.
3639         * include/assert.h (__assert_fail_internal): Remove.
3640         (__assert_fail): Add prototype.  Add hidden_proto.
3641         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
3642         libc_hidden_proto.
3643         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
3644         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
3645         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
3646         Add libc_hidden_proto.
3647         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
3648         __fcntl): Add libc_hidden_proto.  Remove macros.
3649         (__open_internal, __fcntl_internal): Remove.
3650         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
3651         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
3652         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
3653         libc_hiden_proto.
3654         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
3655         libc_hidden_def.
3656         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
3657         Add libc_hidden_def.
3658         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
3659         * sysdeps/generic/open.c (__open): Remove undef.
3660         Add libc_hidden_def.  Remove INTDEF.
3661         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
3662         Add libc_hidden_def.
3663         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
3664         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
3665         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
3666         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3667         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3668         (__libc_fcntl): Add libc_hidden_def.
3669         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
3670         (__open): Remove INTDEF2.  Add libc_hidden_weak.
3671         (__libc_open): Add libc_hidden_def.
3672         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
3673         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
3674         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3675         Add libc_hidden_def.
3676         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
3677         Add libc_hidden_def.
3678         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
3679         undef.
3680         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3681         (__libc_fcntl): Add libc_hidden_def.
3682         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3683         __getpgid_internal, __chown_internal): Remove.
3684         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3685         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3686         __GI___chown): Add.
3687         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3688         __getpid_internal, __open_internal, __write_internal): Remove.
3689         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3690         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3691         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3692         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3693         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3694         Replace INTDEF with libc_hidden_def.
3695         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3696         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3697         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3698         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3699         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3700         Add libc_hidden_proto.
3701         * include/sys/poll.h (__poll): Add libc_hidden_proto.
3702         * include/sys/select.h (__select): Likewise.
3703         * include/sys/socket.h (__send): Likewise.
3704         * include/sys/statfs.h (__statfs): Likewise.
3705         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3706         __getpid, __getpgid, __setpgid, __close, __read, __write,
3707         __getpagesize, __sbrk): Likewise.
3708         (__chown_internal, __dup2_internal, __getpid_internal,
3709         __getpgid_internal, __close_internal, __write_internal,
3710         __getpagesize_internal): Remove.
3711         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3712         Remove macros.
3713         * include/printf.h (__printf_fp): Add libc_hidden_proto.
3714         * include/sched.h (__sched_setscheduler): Likewise.
3715         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3716         * include/stdlib.h (__secure_getenv): Likewise.
3717         * include/signal.h (__sigaction, __sigsuspend): Likewise.
3718         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3719         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3720         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3721         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3722         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3723         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3724         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3725         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3726         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3727         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3728         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3729         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3730         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3731         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3732         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3733         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3734         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3735         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3736         * libio/genops.c (__overflow): Add libc_hidden_def.
3737         * libio/iovdprintf.c: Remove libio.h include.
3738         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3739         libc_hidden_weak): Define to nothing if not defined.
3740         (__overflow, __woverflow): Add libc_hidden_proto.
3741         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3742         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3743         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3744         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3745         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3746         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3747         and libc_hidden_def.
3748         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3749         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3750         (__getpgid): Add libc_hidden_proto.
3751         (__bsd_getpgrp): Remove INTUSE.
3752         * resolv/res_init.c (__res_ninit, __res_randomid): Add
3753         libc_hidden_def.
3754         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3755         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3756         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3757         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3758         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3759         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3760         __rpc_thread_createerr): Add libc_hidden_def.
3761         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3762         libc_hidden_def.
3763         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3764         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3765         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3766         * sysdeps/generic/chown.c (__chown): Likewise.
3767         * sysdeps/generic/close.c (__close): Likewise.
3768         * sysdeps/generic/dup2.c (__dup2): Likewise.
3769         * sysdeps/generic/pipe.c (__pipe): Likewise.
3770         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3771         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
3772         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
3773         * sysdeps/generic/read.c (__libc_read): Likewise.
3774         (__read): Add libc_hidden_weak.
3775         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
3776         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
3777         * sysdeps/generic/select.c (__select): Likewise.
3778         * sysdeps/generic/send.c (__send): Likewise.
3779         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
3780         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
3781         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
3782         * sysdeps/generic/statfs.c (__statfs): Likewise.
3783         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
3784         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
3785         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
3786         Remove undef and INTDEF.
3787         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
3788         * sysdeps/generic/getpid.c (__getpid): Likewise.
3789         * sysdeps/generic/write.c (__libc_write): Likewise.
3790         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3791         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
3792         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3793         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
3794         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
3795         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
3796         Remove undef and INTDEF.
3797         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
3798         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3799         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
3800         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
3801         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
3802         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3803         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
3804         (__pipe): Add libc_hidden_def.
3805         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
3806         libc_hidden_weak.
3807         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
3808         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
3809         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
3810         (__read): Add libc_hidden_weak.
3811         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
3812         (__libc_pwrite64): Add libc_hidden_def.
3813         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3814         * sysdeps/mach/hurd/select.c (__select): Likewise.
3815         * sysdeps/mach/hurd/send.c (__send): Likewise.
3816         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3817         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3818         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3819         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3820         * sysdeps/posix/dup2.c: Likewise.
3821         Remove undef and INTDEF.
3822         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
3823         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
3824         (__pwrite64): Add libc_hidden_weak.
3825         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
3826         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
3827         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
3828         * sysdeps/standalone/close.c (__close): Likewise.
3829         * sysdeps/standalone/write.c (__libc_write): Likewise.
3830         (__write): Add libc_hidden_weak.
3831         * sysdeps/standalone/read.c (__read): Likewise.
3832         (__libc_read): Add libc_hidden_def.
3833         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
3834         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
3835         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
3836         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
3837         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
3838         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
3839         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
3840         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
3841         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
3842         __GI___sigaction): Add.
3843         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
3844         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
3845         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
3846         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
3847         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
3848         __GI___setpgid): Add.
3849         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
3850         Remove undef and INTDEF.
3851         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
3852         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
3853         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
3854         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
3855         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
3856         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
3857         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
3858         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
3859         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
3860         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
3861         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
3862         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
3863         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
3864         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
3865         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
3866         __GI___statfs, __GI___send): Add.
3867         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
3868         libc_hidden_ver resp. libc_hidden_def.
3869         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
3870         libc_hidden_def.
3871         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
3872         Likewise.  Remove undef and INTDEF.
3873         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
3874         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
3875         __GI___statfs, __GI___send): Add.
3876         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
3877         libc_hidden_def.
3878         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
3879         Likewise.
3880         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
3881         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
3882         libc_hidden_ver resp. libc_hidden_def.
3883         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
3884         __GI___send): Add.
3885         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
3886         Add libc_hidden_weak.
3887         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
3888         Add libc_hidden_def.
3889         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
3890         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
3891         libc_hidden_weak.
3892         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
3893         resp. libc_hidden_def.
3894         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
3895         libc_hidden_weak.
3896         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
3897         INTDEF.
3898         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
3899         Likewise.  Remove undef.
3900         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
3901         libc_hidden_weak.
3902         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
3903         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
3904         libc_hidden_weak.
3905         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
3906         libc_hidden_def.
3907         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
3908         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
3909         Likewise.  Remove undef and INTDEF.
3910         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
3911         libc_hidden_def.
3912         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
3913         libc_hidden_weak.
3914         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
3915         libc_hidden_def.
3916         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
3917         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
3918         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
3919         libc_hidden_weak.
3920         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
3921         Add libc_hidden_def.
3922         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
3923         __GI___statfs): Add.
3924         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
3925         libc_hidden_weak.
3926         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
3927         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
3928         Remove undef and INTDEF.
3929         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
3930         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
3931         libc_hidden_def.
3932         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
3933         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
3934         libc_hidden_weak.
3935         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
3936         libc_hidden_def.
3937         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
3938         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
3939         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
3940         Add.
3941         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
3942         libc_hidden_def.  Remove undef and INTDEF.
3943         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
3944         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
3945         libc_hidden_def.
3946         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
3947         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
3948         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
3949         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
3950         Remove undef and INTDEF.
3951         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
3952         broken visibility attribute handling.
3953         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
3954
3955 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3956
3957         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
3958         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
3959
3960         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
3961         previous patch.
3962
3963 2002-06-29  Todd Fries  <todd@openbsd.org>
3964
3965         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
3966
3967 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3968
3969         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
3970
3971 2002-07-30  Roland McGrath  <roland@redhat.com>
3972
3973         * resolv/resolv.h (_res): Define macro unconditionally.
3974         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
3975         * include/resolv.h: ... here.
3976         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
3977         as a __thread variable.
3978         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
3979         a __thread variable instead of a global.
3980         * resolv/res_data.c [_LIBC]: Don't #undef _res.
3981
3982         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
3983         time we test it.
3984
3985         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
3986
3987         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
3988         decls of memset and memcpy.
3989
3990         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
3991         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
3992
3993         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
3994
3995         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
3996         (__libc_tsd_define): Define using __thread.
3997
3998         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
3999         (__rpc_thread_variables): Use __libc_tsd_get.
4000         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
4001         __rpc_thread_variables, which might allocate what we're about to free.
4002
4003         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
4004         thread-local variable.
4005         * resolv/netdb.h (h_errno): Define macro unconditionally.
4006         [_LIBC] (__set_h_errno): Macro moved to ...
4007         * include/netdb.h: ... here.
4008         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
4009         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
4010         [! _LIBC_REENTRANT]: #undef h_errno here.
4011
4012         * include/errno.h: Protect from multiple inclusion.
4013
4014         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
4015         before defining them, since Linux's <linux/posix_types.h> might have
4016         defined them.
4017
4018 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4019
4020         * malloc/malloc.c (public_cALLOc): Check for overflow on
4021         multiplication.
4022         * sunrpc/xdr_array.c (xdr_array): Likewise.
4023         * sunrpc/rpc/types.h (mem_free): Add comment.
4024         Patch by Solar Designer <solar@openwall.com>.
4025
4026 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4027
4028         * sysdeps/unix/sysv/linux/kernel-features.h
4029         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
4030
4031 2002-08-01  Roland McGrath  <roland@redhat.com>
4032
4033         * libio/fileops.c (_IO_file_sync_mmap): New function.
4034         (_IO_file_jumps_mmap): Use it.
4035         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
4036         repeat the stat check and resize the mapped buffer as necessary.
4037
4038 2002-07-31  Roland McGrath  <roland@redhat.com>
4039
4040         * libio/fileops.c (decide_maybe_mmap): New static function.
4041         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
4042         mmap the file contents.  Then switch the jump tables to the mmap
4043         tables if it worked, or the vanilla file tables if not.
4044         (_IO_file_underflow_maybe_mmap): New function.
4045         (_IO_file_seekoff_maybe_mmap): New function.
4046         (_IO_file_xsgetn_maybe_mmap): New function.
4047         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
4048         * libio/libioP.h: Declare those.
4049         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
4050         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
4051         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
4052         If the stream is read-only, set its jump tables to those new ones.
4053         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
4054         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
4055         We need the tables set before _IO_file_attach.
4056
4057         * libio/tst-mmap-eofsync.c: New file.
4058         * libio/tst-mmap-fflushsync.c: New file.
4059         * libio/bug-mmap-fflush.c: New file.
4060         * libio/tst-mmap2-eofsync.c: New file.
4061         * libio/Makefile (tests): Add them.
4062
4063         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
4064         _IO_file_underflow_mmap fails, it already set the appropriate bit.
4065
4066 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
4067
4068         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
4069         Declarations moved to <bits/sys_errlist.h>.  Include that file.
4070         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
4071         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
4072         declare sys_errlist and sys_nerr.
4073         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
4074         provide declarations.
4075
4076 2002-07-31  Roland McGrath  <roland@redhat.com>
4077
4078         * elf/rtld.c (dl_main): Fix typo in error message.
4079
4080 2002-07-31  Roland McGrath  <roland@frob.com>
4081
4082         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
4083         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
4084         sysdeps/mach/hurd/dl-sysdep.c change.
4085
4086 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
4087
4088         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
4089         -r`/build/include for kernel headers.
4090
4091         * po/fi.po: New file.
4092
4093 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
4094
4095         * configure.in (static_nss): Set to `yes' if --disable-shared.
4096
4097 2002-07-23  Bruno Haible  <bruno@clisp.org>
4098
4099         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
4100         is set.
4101
4102 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4103
4104         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
4105         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
4106         arguments.
4107
4108 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4109
4110         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
4111         alias.
4112
4113 2002-07-21  Bruno Haible  <bruno@clisp.org>
4114
4115         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
4116         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
4117         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
4118         trans_sysdep_tab_offset.
4119         (struct sysdep_segment): New type.
4120         (struct sysdep_string): New type.
4121         (SEGMENTS_END): New macro.
4122         * intl/gettextP.h (struct sysdep_string_desc): New type.
4123         (struct loaded_domain): New fields malloced, n_sysdep_strings,
4124         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
4125         orig_tab, trans_tab, hash_tab to const pointers because they point
4126         into read-only memory.
4127         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
4128         (PRI*): Define fallback values.
4129         (get_sysdep_segment_value): New function.
4130         (_nl_load_domain): Distinguish major and minor revision parts. Add
4131         support for minor revision 1 with system dependent strings.
4132         (_nl_unload_domain): Also free the 'malloced' field.
4133         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
4134         now done in loadmsgcat.c. Add support for system dependent strings.
4135
4136 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4137
4138         * posix/bug-regex7.c: New file.
4139         * posix/bug-regex8.c: New file.
4140         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
4141
4142 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4143
4144         * posix/bug-regex4.c (main): Fix typos.
4145         * posix/bug-regex6.c (main): Likewise.
4146
4147 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
4148
4149         * posix/bug-regex6.c (main): Fix warnings.
4150
4151         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
4152
4153         * iconv/iconv_prog.c (main): Improve error message for the cases
4154         where -t and/or -f parameter are missing.
4155
4156 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
4157
4158         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
4159         (re_search): Likewise.
4160         (re_match_2): Likewise.
4161         (re_search_2): Likewise.
4162         (re_search_stub): New function.
4163         (re_search_2_stub): New function.
4164         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
4165
4166 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
4167
4168         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
4169         (re_string_eoi): Use STOP instead of LEN.
4170         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
4171         (re_string_construct): Likewise.
4172         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
4173         * posix/regexec.c (re_search_internal): Add a new argument STOP
4174         so that it can handle the argument STOP of re_search_2 and re_match_2
4175         correctly.
4176         (regexec): Adapt to new I/F of re_search_internal.
4177         (re_search_stub): Likewise.
4178
4179 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
4180
4181         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
4182
4183         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
4184
4185         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
4186         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
4187         of __divdi3.
4188
4189         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
4190         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
4191         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
4192         alias for adjtimex syscall.
4193
4194         * elf/dl-minimal.c: Define __assert_fail_internal.
4195         * assert/assert.c: Likewise.
4196         * include/assert.h: Define __assert_file macro if !SHARED and not
4197         NOT_IN_libc.
4198
4199         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
4200         programs.
4201         * locale/Makefile: Likewise.
4202         * nscd/Makefile: Likewise.
4203         * catgets/Makefile: Likewise.
4204
4205 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4206
4207         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
4208         compute current position.
4209
4210         * stdio-common/tst-fseek.c (main): Improve error messages.
4211
4212         * libio/tst-freopen.c (main): Remove unused variable.
4213
4214         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
4215         succesful seek call.  Simplify error checking.
4216
4217 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4218
4219         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
4220         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4221
4222 2002-07-19  Roland McGrath  <roland@frob.com>
4223
4224         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
4225         __libc_enable_secure is set.
4226
4227 2002-07-24  Roland McGrath  <roland@frob.com>
4228
4229         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
4230         This implementation supports only IPv4.
4231         * inet/ifaddrs.h: New file.
4232         * sysdeps/generic/ifaddrs.c: New file.
4233         * sysdeps/gnu/ifaddrs.c: New file.
4234         * inet/test-ifaddrs.c: New file.
4235         * inet/Makefile (routines): Add ifaddrs.
4236         (headers): Add ifaddrs.h here.
4237         (tests): Add test-ifaddrs.
4238         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
4239
4240         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
4241         socket call to get an AF_INET socket, instead of using __opensock.
4242         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
4243
4244         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
4245         if not -1 use it instead of calling __opensock.
4246         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
4247         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
4248         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
4249
4250         * sysdeps/mach/hurd/ifreq.h: New file.
4251         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
4252         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
4253         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
4254
4255         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
4256         which gets moved around.  Calculate size of mmap'd buffer instead.
4257
4258 2002-07-24  Philip Blundell  <philb@gnu.org>
4259
4260         * sysdeps/unix/arm/brk.S: Improve schedule.
4261         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
4262         efficient instruction.
4263         (__socket): Optimize return sequence.
4264
4265 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4266
4267         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
4268         sockets on old kernels.
4269
4270 2002-07-22  Philip Blundell  <philb@gnu.org>
4271
4272         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
4273         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4274         alias.
4275
4276 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4277
4278         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
4279         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
4280
4281         * locale/programs/locarchive.c (add_locale_to_archive): Correct
4282         test to detect duplicate locales.
4283
4284         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
4285         position would be before beginning of file.
4286         (_IO_file_seekoff_mmap): Likewise.
4287         * libio/Makefile (tests): Add bug-fseek.
4288         * libio/bug-fseek.c: New file.
4289
4290         * intl/explodename.c: Remove support for CEN-style locale variables.
4291         It was never used and shouldn't be since it's not portable.
4292         * intl/finddomain.c: Likewise.
4293         * intl/l10nflist.c: Likewise.
4294         * intl/loadinfo.h: Likewise.
4295         * locale/findlocale.c: Likewise.
4296
4297 2002-07-24  Roland McGrath  <roland@frob.com>
4298
4299         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
4300         position, calculate it to take into account an active pushback buffer.
4301
4302         * libio/Makefile (tests): Add bug-ungetc.
4303         * libio/bug-ungetc.c: New file.
4304
4305 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
4306
4307         * sysdeps/generic/libc-tls.c: New file.
4308         * csu/Makefile (routines): Add libc-tls.
4309         (static-only-routines): Add libc-tls.
4310         * elf/dl-support.c (_dl_phdr): New variable.
4311         (_dl_phnum): New variable.
4312         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
4313         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
4314         for !SHARED.  First look through auxiliary vector.  If TLS always
4315         call __pthread_initialize_minimal.
4316
4317         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
4318         in mmap call is never zero.
4319
4320 2002-07-23  Andreas Jaeger  <aj@suse.de>
4321
4322         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
4323         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
4324
4325 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
4326
4327         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
4328         creation and removal of the temp file.
4329
4330         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
4331         file creation.
4332         * test-skeleton.c (create_temp_file): New function.
4333
4334 2002-07-22  Andreas Jaeger  <aj@suse.de>
4335
4336         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
4337         local label.
4338
4339 2002-07-21  Roland McGrath  <roland@frob.com>
4340
4341         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4342         put -I../include before -I../stdlib so we get the right errno.h et al.
4343         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4344         (CFLAGS-wcstof.c): Likewise.
4345         (CFLAGS-wcstold.c): Likewise.
4346         (CFLAGS-wcstod_l.c): Likewise.
4347         (CFLAGS-wcstof_l.c): Likewise.
4348         (CFLAGS-wcstold_l.c): Likewise.
4349
4350 2002-07-19  Roland McGrath  <roland@frob.com>
4351
4352         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4353
4354 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4355
4356         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4357         __ASSUME_AT_XID is defined.
4358         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4359         for 2.4.1 and up.
4360         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4361         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
4362
4363         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
4364         (CFLAGS-wcstof.c): Likewise.
4365         (CFLAGS-wcstold.c): Likewise.
4366         (CFLAGS-wcstod_l.c): Likewise.
4367         (CFLAGS-wcstof_l.c): Likewise.
4368         (CFLAGS-wcstold_l.c): Likewise.
4369
4370 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
4371
4372         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
4373         __priority_which_t): Always typedef to int for C++.
4374
4375 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
4376
4377         * configure.in: Add test for __thread support in compiler.
4378         * config.h.in: Add HAVE___THREAD.
4379         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
4380         * include/sys/errno.h: Moved to...
4381         * stdlib/sys/errno.h: ...here.  New file.
4382         * stdlib/errno.h: New file.  Moved from...
4383         * include/errno.h: ...here.  Changed into an internal header defining
4384         libc-local things like __set_errno.
4385         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
4386         bits/errno.h.
4387         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
4388         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
4389         either.
4390         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
4391         from...
4392         (_dl_start_final): ...here.  Add code to initialize tls elements from
4393         bootstrap_map.
4394         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
4395         if USE_TLS && HAVE___THREAD.
4396         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
4397         * sysdeps/mach/hurd/bits/errno.h: Likewise.
4398         * sysdeps/standalone/arm/bits/errno.h: Likewise.
4399         * sysdeps/standalone/bits/errno.h: Likewise.
4400         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
4401         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
4402         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
4403         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
4404         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
4405         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
4406         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
4407         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
4408         use GL(dl_rtld_map), use map parameter.
4409         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4410         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
4411         USE_TLS && HAVE___THREAD.
4412         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
4413         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
4414         TLS code sequence.
4415         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4416
4417         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
4418         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
4419         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
4420         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4421         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4422         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4423
4424 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
4425
4426         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
4427         MS_INVALIDATE values.
4428
4429 2002-07-17  Andreas Schwab  <schwab@suse.de>
4430             Ulrich Drepper  <drepper@redhat.com>
4431
4432         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
4433         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4434         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4435         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4436
4437 2002-07-01  H.J. Lu  <hjl@gnu.org>
4438
4439         * elf/circleload1.c (load_dso): Call "circlemod1" and check
4440         return value.
4441
4442         * elf/circlemod1.c (circlemod1): Return int.
4443         * elf/circlemod2.c (circlemod2): Likewise.
4444         * elf/circlemod2a.c (circlemod2): Likewise.
4445         * elf/circlemod3.c (circlemod3): Likewise.
4446         (circlemod3a): A new function.
4447
4448 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4449
4450         * catgets/tst-catgets.c (main): Don't expect results for
4451         untranslated messages.
4452
4453         * glibcbug.in: Fix little typo.  Remove STDIO.
4454
4455         * config.h.in: Fail if __FAST_MATH__ is defined.
4456         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
4457         (CPPFLAGS-test-idouble.c): Likewise.
4458         (CPPFLAGS-test-ildouble.c): Likewise.
4459
4460 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4461
4462         * intl/tst-gettext.sh: Pass -f option to msgfmt.
4463         * intl/tst-gettext.c: Correctly handle untranslated messages in
4464         positive tests.
4465
4466         * po/de.po: Update from translation team.
4467
4468 2002-07-02  H.J. Lu  <hjl@gnu.org>
4469
4470         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
4471         use ll/sc.
4472         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
4473
4474         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
4475         to 2.4.0 for mips.
4476
4477 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4478
4479         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
4480         TLS fail if USE_TLS is not defined.
4481
4482         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
4483         and adjust state for seek position.  [PR libc/4070]
4484         * libio/Makefile (tests): Add bug-rewind.
4485         * libio/bug-rewind.c: New file.
4486
4487 2002-07-12  Philip Blundell  <philb@gnu.org>
4488
4489         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
4490         (__backtrace): Use it.
4491         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
4492
4493 2002-07-12  Philip Blundell  <philb@gnu.org>
4494
4495         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
4496         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
4497         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
4498         (elf_machine_rela): Remove unused variable.
4499
4500         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
4501         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
4502         define.
4503
4504 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
4505
4506         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
4507
4508 2002-07-14  Andreas Jaeger  <aj@suse.de>
4509
4510         * sysdeps/x86_64/bits/link.h: Add biarch support.
4511
4512 2002-07-13  Andreas Jaeger  <aj@suse.de>
4513
4514         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
4515         Use correct indices.
4516         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
4517
4518 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4519
4520         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
4521         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
4522         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
4523         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
4524         * sysdeps/s390/s390-32/bits/link.h: Remove.
4525         * sysdeps/s390/s390-64/bits/link.h: Remove.
4526         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
4527         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
4528         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
4529         * sysdeps/s390/bits/wordsize.h: New file.
4530         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
4531         elfclass.h.
4532         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
4533         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
4534         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
4535         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
4536         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
4537         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
4538         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
4539         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
4540         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
4541         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
4542         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
4543         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
4544         resource.h.
4545         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
4546         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
4547         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
4548         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
4549         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
4550         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
4551         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
4552         sigaction.h.
4553         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
4554         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
4555         siginfo.h.
4556         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
4557         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
4558         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
4559         socket.h.
4560         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
4561         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
4562         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
4563         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
4564         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
4565         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
4566         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
4567         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
4568         procfs.h.
4569         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
4570         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
4571         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
4572         ucontext.h.
4573         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
4574         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
4575
4576 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4577
4578         * Versions.def (libc): Add GLIBC_2.3.
4579         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
4580         * stdlib/canonicalize.c: Add compatibility version for realpath
4581         and make new code available in GLIBC_2.3.
4582
4583 2002-07-06  Bruno Haible  <bruno@clisp.org>
4584
4585         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
4586
4587 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4588
4589         * resolv/res_hconf.c (_res_hconf_init): Move code into new
4590         function do_init.  Use __libc_once.
4591         (do_init): New function.
4592
4593         * iconvdata/iso8859-11.h: Removed.
4594         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
4595         (distribute): Remove iso8859-11.h.
4596         * iconvdata/tst-tables.sh: Add ISO-8859-11.
4597
4598         * stdio-common/vfscanf.c (inchar): Restore errno from previous
4599         underflow operation if c == (W)EOF.
4600
4601 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4602
4603         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
4604         non-zero, adjust exponent.
4605         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
4606         Remove NO_LONG_DOUBLE aliases.
4607         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
4608         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
4609         (__log1pl): Raise divide by zero and invalid exceptions when needed.
4610         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
4611         1**y and -1**+-Inf.
4612         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
4613         Fix BITS_PER_MP_LIMB 32 extraction.
4614         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
4615         exceptions for qNaNs.
4616         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
4617         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
4618         Raise exceptions when needed.  Don't recurse unnecessarily.
4619         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
4620         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
4621         exceptions for qNaNs.
4622         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
4623         to fix *quo return value sign.
4624         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
4625         case -Inf argument.
4626         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
4627
4628 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4629
4630         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
4631         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
4632         -DNDEBUG.
4633
4634 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4635
4636         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
4637         the result.
4638
4639         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
4640         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
4641
4642         * Versions.def (libthread_db): Add GLIBC_2.3.
4643
4644 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
4645
4646         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
4647         new stream if possible.
4648         * libio/freopen64.c (freopen64): Likewise.
4649         * libio/Makefile (tests): Add tst-freopen.
4650         * libio/tst-freopen.c: New file.
4651
4652 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4653
4654         * libio/stdio.h (obstack_printf): Add format attribute.
4655         (obstack_vprintf): Likewise.
4656
4657 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4658
4659         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
4660         resp. 16 bytes on 32-bit resp. 64-bit platforms.
4661         (re_charset_t, re_string_t): Reorder structure members for 64-bit
4662         architectures.
4663
4664 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4665
4666         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
4667         (init_dfa): ...here.
4668
4669 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
4670
4671         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
4672         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
4673         nodes in parse trees.
4674         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
4675         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
4676         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
4677         nodes which can epsilon transit.
4678         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
4679         to IS_EPSILON_NODE macro.
4680         * posix/regexec.c (update_regs): New function to update registers
4681         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4682         (proceed_next_node): Use the entities of the nodes to determine
4683         whether the node can transit to.
4684         (set_regs): Use update_regs function to update registers.
4685
4686 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4687
4688         * posix/bug-regex4.c (main): Remove duplicate setlocale.
4689         * posix/bug-regex6.c: New file.
4690         * posix/Makefile (tests): Add bug-regex6.
4691         (bug-regex6-ENV): Set LOCPATH.
4692
4693 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4694
4695         * Versions.def [libpthread]: Add GLIBC_2.2.6.
4696         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4697
4698 2002-07-06  Bruno Haible  <bruno@clisp.org>
4699
4700         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4701
4702 2002-07-06  Bruno Haible  <bruno@clisp.org>
4703
4704         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4705         declarations.
4706
4707         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4708
4709         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4710
4711         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4712         not _UTSNAME_H.
4713         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4714
4715         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4716         * sysdeps/generic/bits/ustat.h: Likewise.
4717
4718         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4719
4720 2002-07-08  Andreas Jaeger  <aj@suse.de>
4721
4722         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4723
4724 2002-07-08  Andreas Jaeger  <aj@suse.de>
4725
4726         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4727
4728 2002-07-06  Andreas Jaeger  <aj@suse.de>
4729
4730         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4731         * sysdeps/x86_64/fpu/s_copysign.S: New file.
4732         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4733         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4734         * sysdeps/x86_64/fpu/s_finitel.S: New file.
4735         * sysdeps/x86_64/fpu/s_fmax.S: New file.
4736         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4737         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4738         * sysdeps/x86_64/fpu/s_fmin.S: New file.
4739         * sysdeps/x86_64/fpu/s_fminf.S: New file.
4740         * sysdeps/x86_64/fpu/s_fminl.S: New file.
4741
4742 2002-06-05  Brian Youmans <3diff@gnu.org>
4743
4744         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4745         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4746         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4747         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4748         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4749         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4750         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4751         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4752         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4753         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4754         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4755         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4756         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4757         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4758         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4759         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4760         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4761         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4762         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4763         * sysdeps/ia64/fpu/e_log.S: Likewise.
4764         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4765         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4766         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4767         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4768         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4769         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4770         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4771         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4772         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4773         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4774         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4775         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4776         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4777         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4778         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4779         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4780         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
4781         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4782         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
4783         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
4784         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4785         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4786         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4787         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4788         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4789         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4790         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4791         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4792         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4793         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4794         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4795         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4796         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4797         * sysdeps/ia64/fpu/s_modf.S: Likewise.
4798         * sysdeps/ia64/fpu/s_modff.S: Likewise.
4799         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4800         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4801         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4802         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4803         * sysdeps/ia64/fpu/s_rint.S: Likewise.
4804         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4805         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4806         * sysdeps/ia64/fpu/s_round.S: Likewise.
4807         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4808         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4809         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4810         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4811         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4812         * sysdeps/ia64/fpu/s_significand.S: Likewise.
4813         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4814         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4815         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4816         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4817         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4818         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4819         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4820         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4821         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
4822         reflect IBM donation of math library to FSF
4823         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4824         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4825         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4826         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4827         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4828         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4829         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4830         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4831         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4832         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4833         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4834         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4835         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4836         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4837         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4838         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4839         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4840         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4841         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4842         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4843         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4844         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4845         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
4846         * sysdeps/vax/__longjmp.c: Likewise.
4847         * sysdeps/vax/setjmp.c: Likewise.
4848         * libio/filedoalloc.c: Fixed BSD copying permission notice to
4849         remove advertising clause
4850         * sysdeps/vax/htonl.s: Likewise.
4851         * sysdeps/vax/htons.s: Likewise.
4852         * libio/wfiledoalloc.c: Likewise.
4853         * stdlib/random.c: Likewise.
4854         * stdlib/random_r.c: Likewise.
4855         * sysdeps/mach/sys/reboot.h: Likewise.
4856         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
4857         * sysdeps/posix/getaddrinfo.c: Likewise.
4858         * sunrpc/des_impl.c: Updated license permission notice to Lesser
4859         GPL and corrected pointer to point to the correct license.
4860
4861 2002-07-04  Andreas Jaeger  <aj@suse.de>
4862
4863         * scripts/config.guess: New upstream version.
4864         * scripts/config.sub: Likewise.
4865
4866 2002-07-02  Andreas Schwab  <schwab@suse.de>
4867
4868         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
4869         in parallel to bumping up the buffer pointer.
4870
4871 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4872
4873         * math/libm-test.inc (acos_test): Add missing L suffix for
4874         expected result.
4875         (cpow_test): Likewise.
4876         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
4877         error for acos (0.0625).
4878
4879 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4880
4881         * locale/iso-639.def: Add entry for Ganda.
4882         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
4883         definition.
4884         (address_finish): Handle entries with two letter ISO 639 code.
4885
4886         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
4887         directory if it existed before.
4888         * iconv/iconvconfig.c: Implement --prefix option.
4889
4890         * math/libm-test.inc (cexp_test): Add missing L suffix for
4891         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
4892         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
4893         1.25 i).
4894
4895 2002-05-29  H.J. Lu  <hjl@gnu.org>
4896
4897         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
4898         is turned on.
4899
4900 2002-05-28  H.J. Lu  <hjl@gnu.org>
4901
4902         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
4903         are not dlopened on the dependency list of a dlopened object.
4904
4905 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4906
4907         * elf/dl-lookup.c (add_dependency): It is not necessary to add
4908         dependencies if they are created between objects which are created
4909         while processing RTLD_NOW for objects loaded as part of the same
4910         dlopen call.
4911
4912 2002-06-14  H.J. Lu  <hjl@gnu.org>
4913
4914         * elf/Makefile (tests): Add circleload1.
4915         (modules-names): Add circlemod1, circlemod2, circlemod3,
4916         circlemod1a, circlemod2a and circlemod3a.
4917         ($(objpfx)circleload1): New target.
4918         ($(objpfx)circleload1.out): Likewise.
4919         ($(objpfx)circlemod1.so): Likewise.
4920         ($(objpfx)circlemod2.so): Likewise.
4921         ($(objpfx)circlemod1a.so): Likewise.
4922         ($(objpfx)circlemod2a.so): Likewise.
4923         * elf/circleload1.c: New file.
4924         * elf/circlemod1.c: New file.
4925         * elf/circlemod1a.c: New file.
4926         * elf/circlemod2.c: New file.
4927         * elf/circlemod2a.c: New file.
4928         * elf/circlemod3.c: New file.
4929         * elf/circlemod3a.c: New file.
4930
4931 2002-06-18  Amos Waterland  <apw@us.ibm.com>
4932
4933         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
4934         file descriptor.
4935         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
4936         add check for fd not open for writing.
4937
4938         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
4939         completed element(s) and do not suspend thread if so.  Patch
4940         heavily modified by drepper.
4941
4942         * rt/tst-aio7.c: New file.  Regression test for problems which the
4943         above three changes fix.
4944         * rt/Makefile (tests): Add tst-aio7.
4945
4946 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4947
4948         * rt/tst-aio6.c: Fix comment.
4949
4950         * catgets/gencat.c (read_input_file): Handle more than one slash
4951         at end of line correctly [PR libc/3926].
4952         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
4953
4954         * catgets/sample.SJIS: Add test case for above bug.
4955         * catgets/test-gencat.c: Adjust test code.
4956         * catgets/test-gencat.sh: Adjust expected results.
4957
4958         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
4959         to skip relative relocations.
4960         Patch by Geoff Keating <geoffk@redhat.com>.
4961
4962 2002-05-26  Bruno Haible  <bruno@clisp.org>
4963
4964         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
4965         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
4966         All callers changed.
4967         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
4968         STANDARD_FROM_LOOP_ERR_HANDLER.
4969         (utf8_internal_loop): Likewise.
4970         (ucs2_internal_loop): Likewise.
4971         (internal_ucs2_loop): Perform error handling like in
4972         STANDARD_FROM_LOOP_ERR_HANDLER.
4973         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
4974         in STANDARD_FROM_LOOP_ERR_HANDLER.
4975         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4976         handling.
4977         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
4978         in STANDARD_FROM_LOOP_ERR_HANDLER.
4979         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4980         handling.
4981         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
4982         in STANDARD_FROM_LOOP_ERR_HANDLER.
4983         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4984         handling.
4985         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
4986         STANDARD_FROM_LOOP_ERR_HANDLER.
4987         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
4988         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
4989         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
4990         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
4991         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
4992         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
4993         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
4994         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
4995         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
4996         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
4997         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
4998         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
4999         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
5000         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
5001         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
5002         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
5003         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
5004         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
5005         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
5006         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
5007         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
5008         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
5009         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
5010         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5011         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
5012         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
5013         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
5014         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
5015         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
5016         an error, still set result = __GCONV_ILLEGAL_INPUT.
5017         (BODY for TO_LOOP): Likewise.
5018         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
5019         STANDARD_FROM_LOOP_ERR_HANDLER.
5020         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5021         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
5022         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5023         handling.
5024         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5025         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
5026         STANDARD_FROM_LOOP_ERR_HANDLER.
5027         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5028         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
5029         STANDARD_FROM_LOOP_ERR_HANDLER.
5030         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5031         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
5032         STANDARD_FROM_LOOP_ERR_HANDLER.
5033         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5034         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
5035         STANDARD_FROM_LOOP_ERR_HANDLER.
5036         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5037         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
5038         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5039         handling.
5040         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5041         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
5042         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
5043         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
5044
5045 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5046
5047         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
5048         labels in assembler instructions.
5049
5050 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
5051
5052         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
5053         not enough content is available.
5054         * libio/tst-eof.c: New file.
5055         * libio/Makefile (tests): Add tst-eof.
5056
5057         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
5058         update atime.
5059         * libio/tst-atime.c: New file.
5060         * libio/Makefile (tests): Add tst-atime.
5061
5062         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
5063         handling of overly long words.
5064
5065 2002-06-25  Andreas Jaeger  <aj@suse.de>
5066
5067         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
5068         to not use 32-bit pc relative relocations.
5069         (elf_machine_dynamic): Likewise.
5070
5071 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5072
5073         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
5074         (__GETDENTS): Check for failed getdents64 syscall.
5075         * dirent/Makefile (tests): Add bug-readdir1.
5076         * dirent/bug-readdir1.c: New file.
5077
5078 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
5079
5080         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
5081         lookups.
5082         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
5083         code.  Print TLS modid and offset for modules containing PT_TLS
5084         segments.
5085
5086 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5087
5088         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5089         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5090         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5091         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5092
5093 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5094
5095         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
5096         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
5097         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
5098         * nss/getXXent_r.c (NEW, NEW1): Define.
5099         (NEW (REENTRANT_GETNAME)): Strong alias to
5100         INTERNAL (REENTRANT_GETNAME).
5101         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
5102
5103 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5104
5105         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
5106         (_IO_file_jumps_mmap): Use it.
5107         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
5108         * libio/libioP.h: Remove _IO_wdefault_setbuf and
5109         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
5110         prototype.
5111         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
5112         (_IO_wfile_jumps_mmap): Don't use it anymore.
5113         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
5114         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
5115         _IO_wdefault_setbuf.
5116         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
5117         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
5118         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
5119
5120 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
5121
5122         * libio/Makefile (tests): Add tst-mmap-setvbuf.
5123         * libio/tst-mmap-setvbuf.c: New test.
5124
5125 2002-06-21  Andreas Jaeger  <aj@suse.de>
5126
5127         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
5128
5129 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
5130
5131         * include/unistd.h (__fork_internal): Remove.
5132         (__fork): Don't define to __fork_internal.
5133         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
5134         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
5135         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
5136         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
5137         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
5138
5139 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5140
5141         * po/hr.po: New file.
5142
5143 2002-06-11  Wolfram Gloger  <wg@malloc.de>
5144
5145         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
5146         Reported by Michael Meissner <meissner@redhat.com>.
5147
5148 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5149
5150         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
5151         Patch by Hans Boehm <hans_boehm@hp.com>.
5152
5153 2002-06-20  Andreas Jaeger  <aj@suse.de>
5154
5155         * math/libm-test.inc: Use exact values as input parameters,
5156         compute output parameters with 36 digits for 128-bit long doubles.
5157         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
5158         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
5159         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
5160
5161 2002-06-13  Stephen L Moshier  <steve@moshier.net>
5162
5163         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
5164         argument or result is subnormal.
5165
5166 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
5167
5168         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
5169         quotient.
5170         * sysdeps/i386/fpu/s_remquof.S: Likewise.
5171         * sysdeps/i386/fpu/s_remquol.S: Likewise.
5172
5173         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
5174
5175 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
5176
5177         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
5178         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
5179         Reported by Peter A. Buhr.
5180
5181 2002-06-15  Roland McGrath  <roland@frob.com>
5182
5183         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
5184         warning.
5185
5186         * sysdeps/mach/hurd/getcwd.c
5187         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
5188
5189         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
5190         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
5191
5192         * sysdeps/alpha/divrem.h: Use local label instead of global one for
5193         jump to local subroutine.
5194
5195 2002-06-14  Roland McGrath  <roland@frob.com>
5196
5197         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
5198         * sysdeps/mach/hurd/Makeconfig: ... here.
5199
5200 2002-06-13  Andreas Schwab  <schwab@suse.de>
5201
5202         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
5203         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5204         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5205
5206 2002-06-13  Roland McGrath  <roland@frob.com>
5207
5208         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
5209         * hurd/hurdstartup.c (_hurd_startup): Likewise.
5210         Use intptr_t instead of int for argc in stack layout.
5211         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
5212         (_dl_init_first): Likewise.
5213         (_hurd_stack_setup): Likewise.
5214         (init1): Add a cast.
5215         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
5216
5217         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
5218         argument to pfinet_siocgifconf RPC.
5219
5220 2002-06-13  Andreas Schwab  <schwab@suse.de>
5221
5222         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
5223         expansion order.
5224
5225 2002-06-12  Roland McGrath  <roland@frob.com>
5226
5227         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
5228         if already defined.
5229         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
5230         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
5231
5232 2002-06-11  Roland McGrath  <roland@frob.com>
5233
5234         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
5235         file on [!RTLD_STAT64].
5236         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5237
5238         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
5239         (__fdopen): Use INTUSE.
5240         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
5241
5242         * stdio-common/tmpfile64.c: File removed.
5243         * sysdeps/generic/tmpfile64.c: New file.
5244         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
5245         if not already defined.
5246         (tmpfile): Use it in place of __GT_FILE.
5247
5248         * include/unistd.h: Declare __chown_internal.
5249
5250         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
5251         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
5252
5253 2002-06-09  Roland McGrath  <roland@frob.com>
5254
5255         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
5256         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
5257         value of HURD_INTERFACE_VERSION >= 20020609.
5258         * sysdeps/mach/hurd/configure: Regenerated.
5259         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
5260         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
5261         convert a struct stat64 into a struct stat and return 0 or -1
5262         with errno set to EOVERFLOW.
5263         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
5264         for struct statfs64 to struct statfs.
5265         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
5266         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
5267         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
5268         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
5269         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
5270         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
5271         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
5272         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
5273         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
5274         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
5275         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
5276         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
5277         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
5278         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
5279         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
5280         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
5281         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
5282         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
5283         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
5284         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
5285         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
5286         Use struct stat64 for io_stat argument.
5287         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
5288         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
5289         to io_seek.
5290         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
5291         * hurd/fd-write.c (_hurd_fd_write): Likewise.
5292         * hurd/hurd/fd.h: Update decls.
5293         * sysdeps/mach/hurd/getcwd.c
5294         (_hurd_canonicalize_directory_name_internal): Use ino64_t
5295         and struct dirent64.
5296         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
5297         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
5298         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
5299         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
5300
5301 2002-06-08  Roland McGrath  <roland@frob.com>
5302
5303         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
5304         instead of unsigned long int for __allocation and __size members.
5305
5306 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5307
5308         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5309         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5310         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5311         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5312
5313 2002-06-07  Roland McGrath  <roland@frob.com>
5314
5315         * sysdeps/mach/hurd/bits/environments.h: File removed.
5316
5317 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5318
5319         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
5320         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
5321         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
5322         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
5323         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
5324         (sendfile64): Likewise.
5325         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
5326         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
5327         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
5328         Likewise.
5329         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
5330
5331         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
5332         already defined.
5333
5334 2002-06-04  Bruno Haible  <bruno@clisp.org>
5335
5336         * sysdeps/cris/stackinfo.h: New file.
5337
5338         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
5339         to an integer type before performing bit operations on it.
5340
5341 2002-06-05  Roland McGrath  <roland@frob.com>
5342
5343         * sysdeps/generic/sendfile.c: Include <errno.h>.
5344         * sysdeps/generic/sendfile64.c: Likewise.
5345
5346         * io/Makefile (routines): Add sendfile and sendfile64.
5347         (headers): Add sys/sendfile.h to the list.
5348         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5349         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5350         * io/sys/sendfile.h: ... here.
5351         * sysdeps/generic/sendfile.c: New file.
5352         * sysdeps/generic/sendfile64.c: New file.
5353
5354         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5355         Move sendfile, sendfile64 to ...
5356         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5357         * sysdeps/mach/hurd/sendfile.c: New file.
5358         * sysdeps/mach/hurd/sendfile64.c: New file.
5359
5360         * sysdeps/mach/nanosleep.c: New file.
5361
5362 2002-06-04  Roland McGrath  <roland@frob.com>
5363
5364         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
5365         * sysdeps/alpha/elf/configure: New file (generated).
5366
5367 2002-06-02  Roland McGrath  <roland@frob.com>
5368
5369         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
5370
5371 2002-06-01  Roland McGrath  <roland@frob.com>
5372
5373         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
5374         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
5375
5376 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5377
5378         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
5379         Add nsmap.
5380         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
5381         Remove nstimes setting.
5382         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
5383         * resolv/res_send.c (res_nsend): Don't close unconditionally if
5384         there is mix of IPv6 and IPv4 nameservers.
5385         Use nsmap array to find free slots and preserve nameserver ordering.
5386         Fix RES_ROTATE.
5387
5388 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5389
5390         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
5391         use this header with LFS.
5392
5393         * po/sk.po: Update from translation team.
5394
5395 2002-05-28  Andreas Schwab  <schwab@suse.de>
5396
5397         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
5398         message when finding object of wrong class.
5399
5400 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
5401
5402         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
5403         Patch by <radu@netsoft.ro>.
5404
5405 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5406
5407         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
5408         Add readahead.
5409         * sysdeps/unix/sysv/linux/readahead.c: New file.
5410         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
5411         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
5412         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
5413         Add sendfile64 alias to sendfile syscall.
5414         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5415         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5416         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5417         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
5418         syscall.
5419
5420         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
5421         special section for PIC register loading.
5422         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5423
5424         * config.h.in: Define HAVE_HIDDEN.
5425         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
5426
5427         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
5428
5429 2002-05-28  Roland McGrath  <roland@frob.com>
5430
5431         * sysdeps/mach/alpha/setfpucw.c: New file.
5432
5433 2002-05-26  Roland McGrath  <roland@frob.com>
5434
5435         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
5436         Use integer_t instead of int for IOC_VOID case.
5437
5438 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
5439
5440         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
5441
5442 2002-05-26  Bruno Haible  <bruno@clisp.org>
5443
5444         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
5445         end of the ISO-8859-7 from idx table.
5446
5447 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
5448
5449         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
5450
5451 2002-05-24  David S. Miller  <davem@redhat.com>
5452
5453         * string/bits/string2.h (memset): Do not try to optimize when
5454         not _STRING_ARCH_unaligned if GCC will do the right thing.
5455
5456 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
5457
5458         * posix/regex.c: Define `inline' as a macro into nothing for the
5459         compilers which lack the keyword.
5460         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
5461         for the compatibility of gawk.
5462         * posix/regcomp.c: Add fake implementation of isblank() for the
5463         environments which lack the function.
5464         Don't use free_charset() in case of non-i18n envs.
5465         (build_range_exp): Don't use i18n related code in case of non-i18n
5466         envs.
5467         (build_collating_symbol): Likewise.
5468         (build_equiv_class): Likewise.
5469         (build_charclass): Likewise.
5470         (re_compile_fastmap_iter): Likewise.
5471         (parse_bracket_exp): Likewise.
5472         (build_word_op): Likewise.
5473         (regfree): Don't use free_charset() in case of non-i18n envs.
5474         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
5475         re_token_type_t in case of non-i18n envs.
5476         Don't define re_charset_t in case of non-i18n envs.
5477         Change the type of wcs of re_string_t from wchar_t to wint_t,
5478         since we store also WEOF.
5479         * posix/regex_internal.c: (re_string_realloc_buffers): Change
5480         the type of wcs of re_string_t from wchar_t to wint_t.
5481         (re_string_reconstruct): Likewise.
5482         (create_ci_newstate): Don't use i18n related code in case of
5483         non-i18n envs.
5484         (create_cd_newstate): Likewise.
5485
5486 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
5487
5488         * iconv/loop.c: Fix typo.
5489
5490 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
5491
5492         * inet/ether_line.c (ether_line): Fix a typo causing only
5493         lower 4 bits of each ethernet address byte being assigned.
5494         Don't modify what line points to.
5495         * inet/tst-ether_aton.c (main): Add ether_line tests.
5496
5497 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
5498
5499         * manual/filesys.texi: Don't make readlink example leak memory
5500         when readlink fails.
5501
5502 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
5503
5504         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
5505         some more security checks.
5506
5507 2002-05-17  David S. Miller  <davem@redhat.com>
5508
5509         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
5510
5511 2002-05-16  David S. Miller  <davem@redhat.com>
5512
5513         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
5514         (elf_machine_dynamic): Use it to force PIC register to be loaded.
5515         (elf_machine_load_address): Likewise.
5516         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
5517
5518         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
5519         is unaligned, do not forget to fully initialize %g1 magic value.
5520
5521         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
5522         register definitions and provide 32-bit variants of structures
5523         during 64-bit builds.
5524
5525         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
5526         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
5527         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
5528         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
5529         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
5530         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
5531         Do not clear implicit one bit here, it must be done post-rounding.
5532         Only pad to the left using left shift if value uses less than the
5533         available fractional bits.
5534
5535 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5536
5537         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
5538         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
5539         (shared-only-routines): Likewise.
5540         * sysdeps/powerpc/libgcc-compat.c: New file.
5541         * sysdeps/wordsize-32/cmpdi2.c: Removed.
5542         * sysdeps/wordsize-32/fixdfdi.c: Removed.
5543         * sysdeps/wordsize-32/fixsfdi.c: Removed.
5544         * sysdeps/wordsize-32/shdi3.c: Removed.
5545
5546 2002-05-16  Bruno Haible  <bruno@clisp.org>
5547
5548         * MakeTAGS (libc.pot): Don't sort the output.
5549         * po/header.pot: Update to match xgettext 0.11 output.
5550
5551 2002-05-16  Bruno Haible  <bruno@clisp.org>
5552
5553         * MakeTAGS (subdirs): Remove duplicates.
5554
5555 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5556
5557         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
5558         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
5559         alias.
5560
5561 2002-05-19  Andreas Jaeger  <aj@suse.de>
5562
5563         * sysdeps/unix/sysv/linux/configure.in: Warn against an
5564         installation in /usr/local.
5565
5566 2002-05-16  Bruno Haible  <bruno@clisp.org>
5567
5568         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
5569         string as argument of #error.
5570
5571 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
5572
5573         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
5574         don't define static.  Remove old __realpath function.  TC1 of
5575         POSIX 2001 will allow the second parameter to be NULL.
5576         * stdlib/test-canon.c: Comment out test for NULL as second
5577         parameter of realpath.
5578
5579         * time/offtime.c (__offtime): Set errno if overflow is detected.
5580
5581         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
5582         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
5583         dl-brk and dl-sbrk.
5584
5585         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
5586         (fdimf): Likewise.
5587
5588 2002-05-15  Roland McGrath  <roland@frob.com>
5589
5590         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
5591
5592 2002-05-12  Bruno Haible  <bruno@clisp.org>
5593
5594         * iconvdata/testdata/EUC-JISX0213: New file.
5595         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
5596         * iconvdata/testdata/SHIFT_JISX0213: New file.
5597         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
5598         * iconvdata/testdata/ISO-2022-JP-3: New file.
5599         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
5600         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
5601         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
5602         contains comments indicating precomposed characters.
5603
5604 2002-04-21  Bruno Haible  <bruno@clisp.org>
5605
5606         * iconvdata/iso-2022-jp-3.c: New file.
5607         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
5608         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
5609         (LDFLAGS-ISO-2022-JP-3.so): New variable.
5610         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
5611         (distribute): Add iso-2022-jp-3.c.
5612
5613 2002-05-12  Bruno Haible  <bruno@clisp.org>
5614
5615         * iconvdata/tst-table-to.c (main): Restore handling of
5616         transliterations, broken by last patch.
5617
5618 2002-05-12  Bruno Haible  <bruno@clisp.org>
5619
5620         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
5621
5622 2002-05-12  Bruno Haible  <bruno@clisp.org>
5623
5624         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
5625         when there is not enough room in the output buffer.
5626         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5627
5628 2002-04-20  Bruno Haible  <bruno@clisp.org>
5629
5630         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
5631         macros.
5632         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5633         Also make this macro work if FROM_DIRECTION evaluates to 0.
5634         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5635         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
5636         of consume_incomplete.
5637         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5638         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
5639         4, not 8.
5640         * iconvdata/cp1258.c: Likewise.
5641         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5642         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
5643         not 2.
5644         * iconvdata/ibm933.c: Likewise.
5645         * iconvdata/ibm935.c: Likewise.
5646         * iconvdata/ibm937.c: Likewise.
5647         * iconvdata/ibm939.c: Likewise.
5648         * iconvdata/iso-2022-cn.c: Define
5649         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5650         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
5651         * iconvdata/iso-2022-cn-ext.c: Likewise.
5652         * iconvdata/iso-2022-jp.c: Define
5653         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5654         {MIN,MAX}_NEEDED_{FROM,TO}.
5655         * iconvdata/tcvn5712-1.c: Define
5656         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5657         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
5658         * iconvdata/euc-jisx0213.c: Define
5659         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5660         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
5661         * iconvdata/shift_jisx0213.c: Likewise.
5662
5663 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5664
5665         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
5666         shdi3, fixdfdi, fixsfdi in csu dir.
5667         (shared-only-routines): Likewise.
5668         * sysdeps/wordsize-32/cmpdi2.c: New file.
5669         * sysdeps/wordsize-32/shdi3.c: New file.
5670         * sysdeps/wordsize-32/fixdfdi.c: New file.
5671         * sysdeps/wordsize-32/fixsfdi.c: New file.
5672         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
5673         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
5674         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
5675
5676         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
5677         Only use va_arg if the argument will be used [PR libc/3259].
5678
5679 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
5680
5681         * catgets/catgets.c (catopen): Free buffer if internal catalog
5682         open fails.
5683
5684 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5685
5686         * debug/xtrace.sh: Make more robust.  For realtime tracking use
5687         non-buffering methods.
5688         * debug/pcprofiledump.c: Implement -u option.
5689         Patch by Roger Luethi <rl@hellgate.ch>.
5690
5691 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
5692
5693         * include/netinet/in.h (bindresvport_internal): Add prototype.
5694         * include/rpc/auth.h  (authunix_create_internal,
5695         authunix_create_default_internal, authnone_create_internal,
5696         authdes_pk_create_internal): Add prototypes.
5697         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5698         clntudp_create_internal, clntudp_bufcreate_internal,
5699         clntunix_create_internal): Add prototypes.
5700         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5701         svc_getreq_internal, svc_getreq_common_internal,
5702         svc_getreqset_internal, svc_getreq_poll_internal,
5703         svc_register_internal, svc_unregister_internal,
5704         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5705         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5706         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5707         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5708         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5709         * inet/rcmd.c (rcmd_af): Use __listen.
5710         (rresvport_af): Use __bind.
5711         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5712         authunix_create, authunix_create_default, authnone_create,
5713         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5714         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5715         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5716         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5717         _authenticate, add INTDEF after such function definitions.
5718         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5719         __setsockopt, __getsockname instead of non-__ variants.
5720         * sunrpc/pmap_rmt.c: Likewise.
5721         * sunrpc/rtime.c: Likewise.
5722         * sunrpc/svc_udp.c: Likewise.
5723         * sunrpc/clnt_unix.c: Likewise.
5724         * sunrpc/svc_unix.c: Likewise.
5725         * sunrpc/bindrsvprt.c: Likewise.
5726         * sunrpc/svc_tcp.c: Likewise.
5727         * sunrpc/auth_none.c: Likewise.
5728         * sunrpc/clnt_raw.c: Likewise.
5729         * sunrpc/clnt_tcp.c: Likewise.
5730         * sunrpc/auth_unix.c: Likewise.
5731         * sunrpc/key_call.c: Likewise.
5732         * sunrpc/clnt_gen.c: Likewise.
5733         * sunrpc/pm_getmaps.c: Likewise.
5734         * sunrpc/clnt_simp.c: Likewise.
5735         * sunrpc/pmap_clnt.c: Likewise.
5736         * sunrpc/svc_run.c: Likewise.
5737         * sunrpc/svc.c: Likewise.
5738         * sunrpc/svc_simple.c: Likewise.
5739         * sunrpc/pm_getport.c: Likewise.
5740         * sunrpc/auth_des.c: Likewise.
5741         * sunrpc/svc_auth.c: Likewise.
5742         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5743         __register_frame_info_table_bases, __deregister_frame_info_bases):
5744         Add INTDEF.
5745         (__register_frame_info_bases_internal,
5746         __register_frame_info_table_bases_internal,
5747         __deregister_frame_info_bases_internal): Add prototypes.
5748         (__register_frame_info, __register_frame): Use INTUSE in call to
5749         __register_frame_info_bases.
5750         (__register_frame_info_table): Similarly.
5751         (__deregister_frame_info, __deregister_frame): Similarly.
5752         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5753         sendto as weak alias.
5754         * sysdeps/mach/hurd/sendto.c: Likewise.
5755         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5756         recvfrom as weak alias.
5757         * sysdeps/mach/hurd/recvfrom.c: Likewise.
5758         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5759         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5760         recvmsg as weak alias.
5761         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5762         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5763         sendmsg as weak alias.
5764         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5765         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5766         setsockopt, add setsockopt as weak alias.
5767         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5768         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5769         weak alias.
5770         * sysdeps/mach/hurd/bind.c: Likewise.
5771         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
5772         as weak alias.
5773         * sysdeps/mach/hurd/listen.c: Likewise.
5774         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
5775         getsockname, add getsockname as weak alias.
5776         * sysdeps/mach/hurd/getsockname.c: Likewise.
5777         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
5778         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
5779         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
5780         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
5781         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
5782         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
5783         Add aliases.
5784         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5785         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5786         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5787         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5788         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
5789         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
5790         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
5791         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
5792         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
5793         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
5794         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
5795         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
5796
5797 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5798
5799         * locale/programs/localedef.h (show_archive_content): Add verbose
5800         argument.
5801         * locale/programs/localedef.c (main): Adjust caller.
5802         * locale/programs/locarchive.c (struct nameent, struct dataent): New
5803         types.
5804         (nameentcmp, dataentcmp): New functions.
5805         (xstrcmp): Remove.
5806         (show_archive_content): Print verbose listing with --list-archive -v.
5807
5808 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5809
5810         * locale/programs/locarchive.c (open_archive): Take extra argument
5811         readonly.  If true open file with O_RDONLY and don't create the
5812         archive if it doesn't exist.
5813         Adapt all callers.
5814         (close_archive): Don't do anything if fd element is -1.
5815         * locale/programs/localedef.h (open_archive): Adjust prototype.
5816         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
5817         call.
5818
5819         * malloc/malloc.c (__posix_memalign): Correct check for size of
5820         alignment value [PR libc/3444].
5821
5822         * include/stdio.h: Remove references to old stdio implementation.
5823
5824         * libio/Makefile (bug-ungetwc2-ENV): Define.
5825
5826 2002-05-13  Roland McGrath  <roland@frob.com>
5827
5828         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
5829
5830         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
5831
5832 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
5833
5834         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5835         Allocate three, not two, more than LEN when appending '/.'.
5836         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
5837         if NAME ends with '/.' if it is shorter than 2 chars.
5838
5839 2002-05-12  Roland McGrath  <roland@frob.com>
5840
5841         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
5842         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
5843
5844         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
5845         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
5846
5847 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5848
5849         * sysdeps/ia64/Makefile: Remove extra endif.
5850         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
5851
5852 2002-05-10  Andreas Schwab  <schwab@suse.de>
5853
5854         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
5855
5856 2002-05-09  Andreas Jaeger  <aj@suse.de>
5857
5858         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
5859         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
5860         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
5861
5862         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
5863         * sysdeps/wordsize-64/glob.c: ...here.
5864         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
5865         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
5866         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
5867
5868 2002-05-08  Roland McGrath  <roland@frob.com>
5869
5870         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
5871         O_NOTRANS flag in "." lookup.
5872
5873 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
5874
5875         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
5876
5877 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
5878
5879         * locale/duplocale.c (__duplocale): Update special members only
5880         when allocation succeeded.
5881
5882 2002-05-03  Roland McGrath  <roland@frob.com>
5883
5884         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
5885         we can only build libc.so.0.3(GLIBC_2.2.6) now.
5886
5887 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
5888
5889         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
5890         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
5891         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
5892         * sysdeps/ia64/ia64libgcc.S: New file.
5893
5894 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
5895
5896         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
5897
5898         * malloc/memusage.c: Distinguish anonymous mmap.
5899
5900 2002-05-01  Roland McGrath  <roland@frob.com>
5901
5902         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
5903         and use INTDEF on it.
5904         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
5905
5906         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
5907
5908         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
5909
5910 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
5911
5912         * malloc/memusage.c: Add support for tracking mmap & friends.
5913         * malloc/memusage.sh: Implement -m/--mmap option.
5914
5915 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5916
5917         * locale/programs/locarchive.c (create_archive): Add archivefname
5918         argument, create fname from it.
5919         (enlarge_archive): Honour output_prefix.
5920         (open_archive): Likewise.
5921
5922 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5923
5924         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
5925         too many stpcpy macros.
5926
5927 2002-04-26  Bruno Haible  <bruno@clisp.org>
5928
5929         * locale/programs/ld-collate.c (collate_read): Cast first argument
5930         for "%.*s" to int.
5931
5932 2002-04-26  Bruno Haible  <bruno@clisp.org>
5933
5934         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
5935         __dcngettext_internal): New declarations.
5936         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
5937         attribute declarations.
5938
5939 2002-04-30  Roland McGrath  <roland@frob.com>
5940
5941         Removed old GNU stdio implementation; GNU libio is now the only option.
5942         * configure.in: Removed --enable-libio option and @stdio@ subst var.
5943         Define USE_IN_LIBIO unconditionally.
5944         * configure: Regenerated.
5945         * Makeconfig (stdio): Set to libio by default.
5946         * config.make.in (stdio): Variable removed.
5947         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
5948         * sysdeps/unix/sysv/linux/configure: Regenerated.
5949         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
5950         * sysdeps/mach/hurd/configure: Regenerated.
5951         * stdio/.cvsignore: File removed.
5952         * stdio/Makefile: File removed.
5953         * stdio/Versions: File removed.
5954         * stdio/__fbufsize.c: File removed.
5955         * stdio/__flbf.c: File removed.
5956         * stdio/__fpending.c: File removed.
5957         * stdio/__fpurge.c: File removed.
5958         * stdio/__freadable.c: File removed.
5959         * stdio/__freading.c: File removed.
5960         * stdio/__fsetlocking.c: File removed.
5961         * stdio/__fwritable.c: File removed.
5962         * stdio/__fwriting.c: File removed.
5963         * stdio/clearerr.c: File removed.
5964         * stdio/fclose.c: File removed.
5965         * stdio/fcloseall.c: File removed.
5966         * stdio/feof.c: File removed.
5967         * stdio/ferror.c: File removed.
5968         * stdio/fflush.c: File removed.
5969         * stdio/fgetc.c: File removed.
5970         * stdio/fgetpos.c: File removed.
5971         * stdio/fgets.c: File removed.
5972         * stdio/fileno.c: File removed.
5973         * stdio/fmemopen.c: File removed.
5974         * stdio/fopen.c: File removed.
5975         * stdio/fopncook.c: File removed.
5976         * stdio/fputc.c: File removed.
5977         * stdio/fputs.c: File removed.
5978         * stdio/fread.c: File removed.
5979         * stdio/freopen.c: File removed.
5980         * stdio/fseek.c: File removed.
5981         * stdio/fsetpos.c: File removed.
5982         * stdio/ftell.c: File removed.
5983         * stdio/fwrite.c: File removed.
5984         * stdio/getc.c: File removed.
5985         * stdio/getchar.c: File removed.
5986         * stdio/getdelim.c: File removed.
5987         * stdio/gets.c: File removed.
5988         * stdio/glue.c: File removed.
5989         * stdio/internals.c: File removed.
5990         * stdio/linewrap.c: File removed.
5991         * stdio/linewrap.h: File removed.
5992         * stdio/memstream.c: File removed.
5993         * stdio/newstream.c: File removed.
5994         * stdio/obstream.c: File removed.
5995         * stdio/putc.c: File removed.
5996         * stdio/putchar.c: File removed.
5997         * stdio/puts.c: File removed.
5998         * stdio/rewind.c: File removed.
5999         * stdio/setbuf.c: File removed.
6000         * stdio/setbuffer.c: File removed.
6001         * stdio/setlinebuf.c: File removed.
6002         * stdio/setvbuf.c: File removed.
6003         * stdio/stdio.h: File removed.
6004         * stdio/ungetc.c: File removed.
6005         * stdio/vasprintf.c: File removed.
6006         * stdio/vscanf.c: File removed.
6007         * stdio/vsnprintf.c: File removed.
6008         * stdio/vsprintf.c: File removed.
6009         * stdio/vsscanf.c: File removed.
6010         * sysdeps/generic/defs.c: File removed.
6011         * sysdeps/generic/fdopen.c: File removed.
6012         * sysdeps/generic/pipestream.c: File removed.
6013         * sysdeps/generic/stdio_init.c: File removed.
6014         * sysdeps/generic/sysd-stdio.c: File removed.
6015         * sysdeps/generic/vdprintf.c: File removed.
6016         * sysdeps/mach/hurd/defs.c: File removed.
6017         * sysdeps/mach/hurd/fdopen.c: File removed.
6018         * sysdeps/mach/hurd/pipestream.c: File removed.
6019         * sysdeps/mach/hurd/stdio_init.c: File removed.
6020         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
6021         * sysdeps/mach/hurd/vdprintf.c: File removed.
6022         * sysdeps/posix/defs.c: File removed.
6023         * sysdeps/posix/fdopen.c: File removed.
6024         * sysdeps/posix/pipestream.c: File removed.
6025         * sysdeps/posix/stdio_init.c: File removed.
6026         * sysdeps/posix/vdprintf.c: File removed.
6027         * sysdeps/unix/pipestream.c: File removed.
6028         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
6029         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
6030         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
6031
6032 2002-04-29  Roland McGrath  <roland@frob.com>
6033
6034         * include/libc-symbols.h (link_warning): Use `unused' attribute.
6035
6036 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
6037
6038         * sysdeps/generic/tls.h: Describe what must be defined.
6039
6040         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
6041         glob_in_dir [PR libc/3385].
6042         * posix/globtest.sh: Add test case.
6043
6044         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
6045         //TRANSLIT twice.
6046
6047 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
6048
6049         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
6050         _internal symbol handling.
6051         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6052
6053 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6054
6055         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
6056         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
6057
6058 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
6059
6060         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
6061         not _LIBC and RE_ENABLE_I18N.
6062         (build_range_exp): Implement for not _LIBC.
6063         (build_collating_symbol): Likewise.
6064         (parse_bracket_exp): Unify redundant error handlings.
6065         Don't erase mbcset for non matching list in multibyte envs.
6066         (build_word_op): Add '_' to matching list for \w operator.
6067         * posix/regex_internal.c (re_string_construct): Invoke
6068         build_upper_buffer in case of not RE_ENABLE_I18N.
6069         (re_string_reconstruct): Don't touch cur_state in case of not
6070         RE_ENABLE_I18N.
6071         * posix/regex_internal.h (attribute_hidden): New macro in case of
6072         not _LIBC.
6073         (re_charset_t): Define range_starts/ends in case of not _LIBC.
6074         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
6075         RE_ENABLE_I18N.
6076         (transit_state_mb): Likewise.
6077         (check_node_accept_bytes): Implement the code evaluating range
6078         expression in case of not _LIBC.
6079         (find_collation_sequence_value): Hide in case of not _LIBC.
6080
6081 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
6082
6083         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
6084         i386/semctl.c.
6085         (__old_semctl, __new_semctl): Only use va_arg if the argument will
6086         be used.
6087
6088 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6089
6090         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
6091
6092         * sysdeps/ia64/strncpy.S: Fix recovery code.
6093         Patch by David Mosberger <davidm@hpl.hp.com>.
6094
6095 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6096
6097         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
6098         GLIBC_2.2.6.
6099
6100 2002-04-14  Bruno Haible  <bruno@clisp.org>
6101
6102         * posix/regex.c (re_max_failures): Add back symbol for binary
6103         compatibility.
6104
6105 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
6106
6107         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
6108         of buffer building functions.
6109         * posix/regex_internal.c (re_string_allocate): New function.
6110         (re_string_realloc_buffers): New function.
6111         (re_string_skip_chars): New function.
6112         (re_string_reconstruct): New function.
6113         (re_string_construct): Adapt it to new interface of buffer building
6114         functions.
6115         (re_string_construct_common): Likewise.
6116         (build_wcs_buffer): Likewise.
6117         (build_wcs_upper_buffer): Likewise.
6118         (build_upper_buffer): Likewise.
6119         (re_string_translate_buffer): Likewise.
6120         (re_string_context_at): Adapt it to variable length buffers.
6121         * posix/regex_internal.h (re_string_t): Add new fields to handle
6122         variable length buffers.
6123         (re_match_context_t): Likewise.
6124         * posix/regexec.c (re_search_internal): Adapt it to new interface
6125         of re_string_t and re_match_context_t.
6126         (acquire_init_state_context): Likewise.
6127         (check_matching): Likewise.
6128         (check_halt_state_context): Likewise.
6129         (proceed_next_node): Likewise.
6130         (set_regs): Likewise.
6131         (sift_states_backward): Likewise.
6132         (clean_state_log_if_need): Likewise.
6133         (sift_states_iter_mb): Likewise.
6134         (sift_states_iter_bkref): Likewise.
6135         (add_epsilon_backreference): Likewise.
6136         (transit_state): Likewise.
6137         (transit_state_sb): Likewise.
6138         (transit_state_mb): Likewise.
6139         (transit_state_bkref): Likewise.
6140         (transit_state_bkref_loop): Likewise.
6141         (check_node_accept): Likewise.
6142         (match_ctx_init): Likewise.
6143         (extend_buffers): New function.
6144
6145 2002-04-21  Bruno Haible  <bruno@clisp.org>
6146
6147         * iconvdata/tst-table.sh: For the second check, use the truncated
6148         GB18030 charmap table, like for the first check.
6149
6150 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6151
6152         * elf/dl-load.c (open_verify): Correct __lseek parameters.
6153         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
6154
6155 2002-04-23  H.J. Lu  <hjl@gnu.org>
6156
6157         * include/math.h (isfinite): Fix a typo.
6158
6159 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6160
6161         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
6162         which is created by the test suite.
6163
6164 2002-04-20  Bruno Haible  <bruno@clisp.org>
6165
6166         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
6167         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
6168
6169 2002-04-20  Bruno Haible  <bruno@clisp.org>
6170
6171         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
6172         to avoid gcc warning.
6173
6174 2002-04-20  Bruno Haible  <bruno@clisp.org>
6175
6176         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
6177         of data->__statep->__count.
6178
6179 2002-04-20  Bruno Haible  <bruno@clisp.org>
6180
6181         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
6182         tag characters.
6183         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
6184
6185 2002-04-24  Roland McGrath  <roland@frob.com>
6186
6187         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
6188         use END macro instead of our own .end directive.
6189         Use `callsys' insn mnemonic instead of `call_pal'.
6190
6191         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
6192
6193         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
6194         macro; we need this for Hurd.
6195
6196         Log entry was missing for 2002/03/24 commit of rev 1.8,
6197         goes with 2002-03-17 changes.
6198         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
6199         (sysdep_routines): Append ioperm here.
6200         (sysdep_headers): Append sys/io.h here.
6201
6202 2002-04-23  Roland McGrath  <roland@frob.com>
6203
6204         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
6205         * sysdeps/mach/hurd/sendto.c: Likewise.
6206         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
6207         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
6208         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
6209
6210 2002-04-22  Roland McGrath  <roland@frob.com>
6211
6212         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
6213         failure from i386_io_perm_* RPCs to ENOSYS.
6214
6215 2002-04-22  Andreas Jaeger  <aj@suse.de>
6216
6217         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
6218
6219         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
6220
6221         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
6222         register instead of destroying %rbx.
6223
6224 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
6225
6226         * string/string.h: Declare strerror_r also for XPG6.
6227
6228 2002-04-19  Roland McGrath  <roland@frob.com>
6229
6230         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
6231
6232 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
6233
6234         * Makefile: Add handling of xtests and xcheck targets.
6235         * MakeTAGS: Likewise.
6236         * Makeconfig: Likewise.
6237         * Makerules: Likewise.
6238         * Rules: Likewise.
6239         * manual/Makefile: Likewise.
6240         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
6241         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
6242
6243 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
6244
6245         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
6246         authnone_private_s.
6247         * sunrpc/auth_none.c: Include bits/libc-lock.h.
6248         Delete #ifdef _RPC_THREAD_SAFE_ block.
6249         (authnone_private): Make a struct, not a pointer to struct.
6250         (authnone_private_guard): New once-control variable.
6251         (authnone_create_once): New function, split out of
6252         authnone_create.  No need to allocate memory.
6253         (authnone_create): Just call authnone_create_once via
6254         __libc_once, then return &authnone_private->no_client.
6255         (authnone_marshal): Access private data via CLIENT argument,
6256         not authnone_private pointer.
6257         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
6258         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
6259         authnone_private_s.
6260
6261 2002-04-12  H.J. Lu  <hjl@gnu.org>
6262
6263         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
6264
6265 2002-04-18  Bruno Haible  <bruno@clisp.org>
6266
6267         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6268         FROM_DIRECTION): Make the FROM direction stateless.
6269         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6270         FROM_DIRECTION): Likewise.
6271
6272 2002-04-15  Bruno Haible  <bruno@clisp.org>
6273
6274         * iconvdata/JISX0213.TXT: New file.
6275         * iconvdata/jisx0213.h: New file.
6276         * iconvdata/jisx0213.c: New file.
6277         * iconvdata/euc-jisx0213.c: New file.
6278         * iconvdata/shift_jisx0213.c: New file.
6279         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
6280         * iconvdata/EUC-JISX0213.precomposed: New file.
6281         * iconvdata/SHIFT_JISX0213.precomposed: New file.
6282         * iconvdata/SHIFT_JISX0213.irreversible: New file.
6283         * iconvdata/tst-table-to.c (main): Make it work for encodings for
6284         which the "to" direction is stateful.
6285         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
6286         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
6287         SHIFT_JISX0213.
6288         (libJISX0213-routines): New variable.
6289         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
6290         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
6291         (LDFLAGS-libJISX0213.so): New variable.
6292         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
6293         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
6294         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
6295
6296 2002-04-15  Bruno Haible  <bruno@clisp.org>
6297
6298         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
6299         uint32_t.  Update to Unicode 3.2.
6300         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
6301         (BODY for TO_LOOP): Handle the ASCII range specially.
6302         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
6303         * iconvdata/testdata/BIG5HKSCS: Remove a character.
6304         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
6305
6306 2002-04-15  Bruno Haible  <bruno@clisp.org>
6307
6308         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
6309         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
6310
6311 2002-04-15  Bruno Haible  <bruno@clisp.org>
6312
6313         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
6314         (ucs4_to_cns11643): Update.
6315         * iconvdata/cns11643.c: Update to Unicode 3.2.
6316         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
6317         __cns11643_from_ucs4p2_tab): Regenerated.
6318         (__cns11643_from_ucs4p2c_tab): New array.
6319         * iconvdata/cvs11643l1.c: Update comments.
6320         * iconvdata/EUC-TW.irreversible: Remove two entries.
6321
6322 2002-04-15  Bruno Haible  <bruno@clisp.org>
6323
6324         * locale/C-translit.h.in: Update to Unicode 3.2.
6325         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
6326         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
6327
6328 2002-04-15  Bruno Haible  <bruno@clisp.org>
6329
6330         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
6331         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
6332
6333 2002-04-15  Bruno Haible  <bruno@clisp.org>
6334
6335         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
6336         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
6337         always one byte, not 0 bytes in some cases and 2 bytes in others.
6338
6339         * iconvdata/tst-table-from.c (main): Correct the usage message.
6340
6341 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6342
6343         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6344         (parse_dup_op): Fix error handling like "a{}".
6345         (parse_bracket_exp): Add error handling.
6346         (fetch_number): Add error handling for "a{<very_large_number>}".
6347
6348 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6349
6350         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6351         in case that the symbol name is too long.
6352         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6353         in case of REG_ICASE.
6354
6355 2002-04-19  Andreas Jaeger  <aj@suse.de>
6356
6357         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6358         <hartvige@mips.com>.
6359
6360 2002-04-15  H.J. Lu  <hjl@gnu.org>
6361
6362         * include/math.h (__finitel_internal): Declare only if
6363         __NO_LONG_DOUBLE_MATH is not defined.
6364         (__isinfl_internal): Likewise.
6365         (__isnanl_internal): Likewise.
6366
6367         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
6368         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6369         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6370         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6371         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6372         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6373         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6374
6375         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
6376         __fcntl_internal.
6377
6378         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
6379         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
6380
6381 2002-04-15  Bruno Haible  <bruno@clisp.org>
6382
6383         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
6384         (BODY for TO_LOOP): Likewise.
6385         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
6386         * iconvdata/tst-table.sh: Add support for encodings which contain
6387         precomposed Unicode characters, known to the iconv converter in both
6388         directions but not listed in the charmap.
6389         * iconvdata/IBM856.irreversible: New file.
6390         * iconvdata/IBM922.irreversible: New file.
6391         * iconvdata/IBM1132.irreversible: New file.
6392         * iconvdata/IBM1133.irreversible: New file.
6393         * iconvdata/IBM1160.irreversible: New file.
6394         * iconvdata/IBM1161.irreversible: New file.
6395         * iconvdata/IBM1163.irreversible: New file.
6396         * iconvdata/IBM1164.irreversible: New file.
6397         * iconvdata/ARMSCII-8.irreversible: New file.
6398         * iconvdata/TCVN5712-1.precomposed: New file.
6399         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
6400         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
6401         ARMSCII-8, TCVN5712-1.
6402         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
6403         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
6404         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
6405         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
6406
6407 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6408
6409         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
6410         for EVENING69.  Include offsets in TZ environment variable.
6411
6412 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
6413
6414         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
6415         avoid compiler warnings.
6416
6417         * locale/programs/localedef.c (main): Always call
6418         construct_output_path.
6419
6420         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
6421
6422         * locale/programs/locfile.c (to_archive): New variable.  To collect
6423         data which has to be added to the locale archive.
6424         (write_all_categories): Take new third parameter with locale name.
6425         Unless no_archive flag set add new locale data to the archive
6426         (write_locale_data): Unless no-archive flag set store generated data
6427         in to_archive data structure instead of generation output file.
6428         Add new parameter with locale category index.
6429         * locale/programs/locfile.h: Add new parameters in declaractions of
6430         write_all_categories and write_locale_data.
6431         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
6432         --add-to-archive, and --delete-from-archive options.  Pass extra
6433         parameter to write_all_categories.
6434         * locale/programs/localedef.h: Add prototypes for functions in
6435         locarchive.c.
6436         * locale/locarchive.h: New file.
6437         * locale/programs/locarchive.c: New file.
6438         * locale/Makefile (distribute): Add programs/locarchive.c and
6439         locarchive.h.
6440         (localedef-modules): Add md5 and locarchive.
6441         Add vpath to crypt subdir for md5.c.
6442
6443         * locale/programs/ld-address.c: Pass locale category ID as new second
6444         parameter to write_locale_data.
6445         * locale/programs/ld-collate.c: Likewise.
6446         * locale/programs/ld-ctype.c: Likewise.
6447         * locale/programs/ld-identification.c: Likewise.
6448         * locale/programs/ld-measurement.c: Likewise.
6449         * locale/programs/ld-messages.c: Likewise.
6450         * locale/programs/ld-monetary.c: Likewise.
6451         * locale/programs/ld-name.c: Likewise.
6452         * locale/programs/ld-numeric.c: Likewise.
6453         * locale/programs/ld-paper.c: Likewise.
6454         * locale/programs/ld-telephone.c: Likewise.
6455         * locale/programs/ld-time.c: Likewise.
6456
6457         * locale/simple-hash.c: Move compute_hashval function from here...
6458         * locale/hashval.h: ...to here.  New file.
6459         * locale/simple-hash.h: Add prototype for compute_hashval.
6460
6461         * include/libintl.h: Minor cleanups.
6462
6463 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
6464
6465         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
6466
6467 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
6468
6469         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
6470
6471 2002-04-14  Bruno Haible  <bruno@clisp.org>
6472
6473         * locale/programs/charmap.c (charmap_read): Don't access result if
6474         result == NULL.
6475
6476 2002-02-17  Andreas Schwab  <schwab@suse.de>
6477
6478         * elf/reldep7.c: New file.
6479         * elf/reldep7mod1.c: New file.
6480         * elf/reldep7mod2.c: New file.
6481         * elf/Makefile: Add rules to build and run reldep7.
6482
6483 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
6484
6485         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
6486         the end of the function.  Pass original flags to recursive call if
6487         add_dependency failed.
6488         (_dl_lookup_versioned_symbol): Likewise.
6489
6490 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
6491
6492         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
6493         early, but check whether it overflowed afterwards.
6494         * time/tst-mktime.c (main): Add new tests.
6495
6496 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
6497
6498         * debug/xtrace.sh: Fix program name in help message.
6499         Patch by Roger Luethi <rl@hellgate.ch>.
6500
6501         * include/sys/stat.h: Add prototypes for __lxstat_internal and
6502         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
6503         NOT_IN_libc.
6504         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
6505         * sysdeps/mach/hurd/lxstat.c: Likewise.
6506         * sysdeps/unix/common/lxstat.c: Likewise.
6507         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
6508         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
6509         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6510         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6511         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
6512         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
6513         * sysdeps/mach/hurd/lxstat64.c: Likewise.
6514         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
6515         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
6516
6517         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
6518         prototypes.  Add __mbrlen and __mbrtowc macros.
6519         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
6520         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
6521
6522         * include/unistd.h: Add prototype for __write_internal and add
6523         __libc_write macro is SHARED.
6524         * sysdeps/generic/write.c: Use INTDEF for __write.
6525         * sysdeps/mach/hurd/write.c: Likewise.
6526         * sysdeps/unix/sysv/aix/write.c: Likewise.
6527         * sysdeps/unix/syscalls.list: Add __libc_write alias.
6528
6529         * assert/assert.c: Replace STR_N_SIZE with something usable in
6530         macro arguments.
6531         * assert/assert-perr.c: Likewise.
6532
6533         * include/sys/socket.h: Declare __libc_sa_len_internal and define
6534         SA_LEN macro to use it if not NOT_IN_libc.
6535         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
6536
6537         * include/fcntl.h: Declare __open_internal and define __open and
6538         __libc_open macros if not NOT_IN_libc.
6539         * sysdeps/generic/open.c: Use INTDEF for __open.
6540         * sysdeps/mach/hurd/open.c: Likewise.
6541         * sysdeps/unix/sysv/aix/open.c: Likewise.
6542         * sysdeps/unix/syscalls.list: Add __open_internal alias.
6543
6544         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
6545         has correct number.
6546
6547         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
6548         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
6549         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6550         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6551
6552         * include/wctype.h: Declare __iswalpha_l_internal,
6553         __iswdigit_l_internal, __iswspace_l_internal,
6554         __iswxdigit_l_internal, and __iswctype_internal.  Define
6555         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
6556         __iswxdigit_l macros if not NOT_IN_libc.
6557         * wctype/iswctype.c: Use INTDEF for __iswctype.
6558         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
6559
6560         * include/math.h: Declare __isinf_internal, __isinfl_internal,
6561         __isnan_internal, and __isnanl_internal.
6562         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
6563         __isnan, and __isnanl.
6564         * stdio-common/printf_size.c: Likewise.
6565         * sysdeps/generic/printf_fphex.c: Likewise.
6566         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
6567         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6568         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
6569         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
6570         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6571         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6572         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6573         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6574         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
6575         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
6576         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
6577         * sysdeps/m68k/s_isinfl.c: Likewise.
6578         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
6579         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
6580
6581         * include/sys/time.h: Declare __gettimeofday_internal and define
6582         __gettimeofday macro if not NOT_IN_libc.
6583         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
6584         * sysdeps/mach/gettimeofday.c: Likewise.
6585         * sysdeps/posix/gettimeofday.c: Likewise.
6586         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
6587         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
6588         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6589         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
6590
6591         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
6592         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
6593         Remove __lstat and __fstat inline functions.
6594         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
6595         * sysdeps/mach/hurd/fxstat.c: Likewise.
6596         * sysdeps/unix/fxstat.c: Likewise.
6597         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
6598         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
6599         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6600         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
6601         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
6602         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
6603         * sysdeps/mach/hurd/fxstat64.c: Likewise.
6604         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
6605         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6606
6607         * include/unistd.h: Declare __getpid_internal and define
6608         __getpid macro if not NOT_IN_libc.
6609         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
6610         * sysdeps/generic/getpid.c: Likewise.
6611         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
6612         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
6613
6614         * include/unistd.h: Declare __getpgid_internal and define
6615         __getpgid macro if not NOT_IN_libc.
6616         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
6617         * sysdeps/mach/hurd/getpgid.c: Likewise.
6618         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
6619         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
6620         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
6621         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
6622
6623         * include/unistd.h: Declare __getpagesize_internal and define
6624         __getpagesize macro if not NOT_IN_libc.
6625         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
6626         __getpagesize.
6627         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
6628         * sysdeps/mach/getpagesize.c: Likewise.
6629         * sysdeps/posix/getpagesize.c: Likewise.
6630         * sysdeps/unix/getpagesize.c: Likewise.
6631         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6632         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
6633         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
6634         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
6635
6636 2002-04-13  Andreas Jaeger  <aj@suse.de>
6637
6638         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
6639         as clobber to reduce register pressure.
6640         (__strpbrk_cg): Likewise.
6641         (__mempcpy_by4): Likewise.
6642         (__strstr_cg): Likewise.
6643         Add prototype for __memrchr.
6644
6645 2002-04-13  Andreas Schwab  <schwab@suse.de>
6646
6647         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
6648         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
6649         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
6650
6651 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
6652
6653         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
6654         check whether the caller prefers getting the most recent version of
6655         a symbol of the earliest version.
6656         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
6657         _dl_do_lookup to also take the new parameter and pass it on.
6658         Change 'explicit' parameter of _dl_lookup_symbol and
6659         _dl_lookup_versioned_symbol to flags.  Adjust tests.
6660         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
6661         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
6662         _dl_lookup_versioned_symbol.
6663         * elf/dl-reloc.c: Likewise.
6664         * elf/dl-runtime.c: Likewise.
6665         * elf/dl-sym.c: Likewise.
6666         * sysdeps/mips/dl-machine.h: Likewise.
6667
6668 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6669
6670         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
6671         in a token.
6672         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
6673
6674 2002-04-10  Andreas Jaeger  <aj@suse.de>
6675
6676         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
6677
6678         * include/argz.h: Remove extra char from last patch.
6679
6680 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
6681
6682         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6683         * sysdeps/unix/sysv/aix/chown.c: Likewise.
6684         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6685         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6686         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6687         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6688         __chown_internal.
6689         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6690
6691         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6692         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6693         * intl/ngettext.c: Likewise.
6694
6695         * include/sys/socket.h: Declare __connect_internal and define
6696         __connect macro if not NOT_IN_libc.
6697         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6698         * sysdeps/unix/sysv/aix/connect.c: Likewise.
6699         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6700
6701         * include/unistd.h: Declare __close_internal and define __close macro
6702         if not NOT_IN_libc.
6703         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6704         WJUMP3): Add extra parenthesis to avoid expanding element names with
6705         macors like __close.
6706         * sysdeps/unix/syscalls.list: Add __close_internal alias.
6707
6708         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6709         if not NOT_IN_libc.
6710         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6711         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6712         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6713
6714         * include/unistd.h: Declare __fork_internal and define __fork macro
6715         if not NOT_IN_libc.
6716         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6717         * sysdeps/unix/sysv/aix/fork.c: Likewise.
6718         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6719
6720         * include/stdio_ext.h: Declare __fsetlocking_internal and define
6721         __fsetlocking macro to use it if not NOT_IN_libc.
6722         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6723
6724         * libio/__fbufsize.c: Correct copyright.
6725         * libio/__flbf.c: Likewise.
6726         * libio/__fpending.c: Likewise.
6727         * libio/__fpurge.c: Likewise.
6728         * libio/__freadable.c: Likewise.
6729         * libio/__freading.c: Likewise.
6730         * libio/__fsetlocking.c: Likewise.
6731         * libio/__fwritable.c: Likewise.
6732         * libio/__fwriting.c: Likewise.
6733
6734         * include/stdio.h: Declare __asprintf_internal and define __asprintf
6735         macro to use it if not NOT_IN_libc.
6736         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6737
6738         * include/mntent.h: Declare __setmntent_internal,
6739         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
6740         __getmntent_r, and __endmntent macros to use these functions if not
6741         NOT_IN_libc.
6742         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6743         __endmntent.
6744
6745         * include/math.h: Declare __finite_internal, __finitef_internal, and
6746         __finitel_internal.  Redefine isfinite macro if in libc or libm using
6747         these functions.
6748         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6749         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6750         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6751         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6752         * sysdeps/i386/fpu/s_finitef.S: Likewise.
6753         * sysdeps/i386/fpu/s_finitel.S: Likewise.
6754         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6755         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6756         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6757         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6758
6759         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
6760         to use this function if not NOT_IN_libc.
6761         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6762         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6763         * sysdeps/mach/hurd/fcntl.c: Likewise.
6764         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6765         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6766
6767         * include/argz.h: Declare __argz_count_internal and
6768         __argz_stringify_internal.
6769         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6770         __argz_stringify.
6771         * string/argz-count.c: Use INTDEF for __argz_count.
6772         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
6773
6774         * include/stdlib.h: Declare __cxa_atexit_internal and define
6775         __cxa_atexit macro if not NOT_IN_libc.
6776         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
6777         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
6778
6779         * assert/assert.c: Use INTDEF for __assert_fail.
6780         * assert/__assert.c: Use INTUSE for call to __assert_fail.
6781         * include/assert.h: Declare __assert_fail_internal.
6782
6783         * extra-lib.mk: Mark assignment to lib with override.
6784
6785 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6786
6787         * Makerules: Use cppflags-iterator.mk to add defines for all test
6788         source files.
6789
6790 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
6791
6792         * elf/elf.h: Define R_SH_TLS_xxx macros.
6793         * elf/rtld.c: Remove an extra parenthesis.
6794         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
6795         TLS_GD macros.
6796         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
6797         * sysdeps/sh/dl-lookupcfg.h: New file.
6798         * sysdeps/sh/dl-tls.h: New file.
6799         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
6800         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
6801         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
6802         R_SH_TLS_TPOFF32 relocations.
6803
6804 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6805
6806         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
6807         of NOT_IN_LIBC.
6808         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
6809         * include/stdlib.h: Likewise.
6810
6811 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
6812
6813         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
6814         instead of _RTLD_LOCAL.
6815         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
6816         * include/unistd.h: Likewise.
6817         * sysdeps/generic/ldsodefs.h: Likewise.
6818
6819         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
6820         if in libc or ld.so.
6821
6822 2002-04-08  Andreas Jaeger  <aj@suse.de>
6823
6824         * elf/cache.c (print_entry): Support x86-64.
6825
6826 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6827
6828         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
6829         with one accessing the locale data structures directly.
6830         * stdio-common/printf-prs.c: Include localeinfo.h for new
6831         MB_CUR_MAX definition.
6832
6833         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
6834         is the name of the source file without extension.
6835         * Makefile (distribute): Add cppflags-iterator.mk.
6836         * cppflags-iterator.mk: New file.
6837         * extra-lib.mk: For the sources of the library run
6838         cppflags-iterator.mk.
6839
6840         * include/libintl.h: Declare __dcgettext_internal and
6841         _libc_intl_domainname_internal.  Define __dcgettext using these
6842         two symbols if used in libc itself.
6843         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
6844         _libc_intl_domainname_internal.
6845         * argp/argp-parse.c: Likewise.
6846         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
6847         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
6848         * intl/gettext.c: Likewise.
6849         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
6850         alias.
6851         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
6852         __dcgettext.
6853         * posix/regex_internal.c (gettext): Likewise.
6854
6855 2002-04-08  Andreas Jaeger  <aj@suse.de>
6856
6857         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
6858
6859         * sysdeps/x86_64/fpu/s_llrint.S: New file.
6860         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
6861         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
6862         * sysdeps/x86_64/fpu/s_lrint.S: New file.
6863         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
6864         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
6865
6866 2002-04-08  Roland McGrath  <roland@frob.com>
6867
6868         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
6869         widening __hurd_fail value.
6870
6871 2002-04-07  Roland McGrath  <roland@frob.com>
6872
6873         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
6874         <mach/machine/alpha_instruction.h>.
6875         (_hurd_setup_sighandler): Take proper arguments for current decls.
6876         Update code to use _hurdsig_catch_fault.
6877         Use `callsys' instruction instead of `call_pal'.
6878         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
6879
6880         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
6881         (ALIGN, at, AT, fp): New macros.
6882
6883 2002-04-06  Roland McGrath  <roland@frob.com>
6884
6885         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
6886
6887         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
6888         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
6889
6890         * sysdeps/mach/hurd/bind.c: Use prototype definition.
6891         * sysdeps/mach/hurd/connect.c: Likewise.
6892         * sysdeps/mach/hurd/getsockopt.c: Likewise.
6893         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6894
6895         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
6896         __msg_sig_post RPC.
6897
6898         * hurd/catch-exc.c: Use integer_t instead of int.
6899         * hurd/hurdfault.c: Likewise.
6900
6901         * sysdeps/mach/hurd/alpha/exc2signal.c
6902         (_hurd_exception2signal): Rewritten.
6903         * sysdeps/mach/hurd/alpha/longjmp-ts.c
6904         (_hurd_longjmp_thread_state): Rewritten.
6905
6906 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
6907
6908         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
6909         DB_LOOKUP_FCT prototype.
6910         * nss/getXXent_r.c: Likewise.
6911         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
6912         * inet/getaliasname_r.c: Likewise.
6913         * inet/getnetbyad_r.c: Likewise.
6914         * inet/getnetbynm_r.c: Likewise.
6915         * inet/getnetent_r.c: Likewise.
6916         * inet/getproto_r.c: Likewise.
6917         * inet/getprtent_r.c: Likewise.
6918         * inet/getprtname_r.c: Likewise.
6919         * inet/getrpcbyname_r.c: Likewise.
6920         * inet/getrpcbynumber_r.c: Likewise.
6921         * inet/getrpcent_r.c: Likewise.
6922         * inet/getservent_r.c: Likewise.
6923         * inet/getsrvbynm_r.c: Likewise.
6924         * inet/getsrvbypt_r.c: Likewise.
6925         * shadow/getspent_r.c: Likewise.
6926         * shadow/getspnam_r.c: Likewise.
6927
6928         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
6929
6930         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
6931         Use i686-friendly PIC code.
6932         * sysdeps/i386/elf/setjmp.S: Likewise.
6933
6934         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
6935
6936         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
6937         list.
6938         * elf/Versions: Remove it here.
6939
6940 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
6941
6942         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
6943         direction.  Reported by H . J . Lu <hjl@lucon.org>.
6944
6945 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6946
6947         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
6948         test just before the test runs.
6949         * intl/tst-translit.sh: Likewise.
6950         * intl/tst-codeset.sh: Likewise.
6951
6952         * timezone/zic.c: Update from tzcode2002c.
6953         * timezone/asia: Update from tzdata2002c.
6954         * timezone/backward: Likewise.
6955         * timezone/europe: Likewise.
6956         * timezone/northamerica: Likewise.
6957         * timezone/northamerica: Likewise.
6958         * timezone/northamerica: Likewise.
6959         * timezone/southamerica: Likewise.
6960         * timezone/zone.tab: Likewise.
6961
6962 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
6963
6964         * sysdeps/generic/brk.c (__curbrk): Declare.
6965         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
6966         * sysdeps/generic/dl-sbrk.c: Likewise.
6967         * sysdeps/unix/arm/dl-brk.S: New file.
6968         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
6969         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
6970         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
6971         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
6972         * sysdeps/unix/i386/dl-brk.S: New file.
6973         * sysdeps/unix/mips/dl-brk.S: New file.
6974         * sysdeps/unix/sparc/dl-brk.S: New file.
6975         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
6976         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
6977         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
6978         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
6979
6980 2002-04-03  Andreas Schwab  <schwab@suse.de>
6981
6982         * Makefile (headers): Add gnu/lib-names.h here instead of
6983         install-others.
6984         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
6985         installation rule.
6986         (install-headers): Add dependency on install-headers-nosubdir.
6987         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
6988         instead of install-others.
6989         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
6990         installation rule.
6991
6992 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6993
6994         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
6995         Reported by Sam Roberts <sroberts@uniserve.com>.
6996
6997 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
6998
6999         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
7000         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
7001         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7002         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7003
7004 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
7005
7006         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
7007         (RTLD_START): Ditto.
7008         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
7009         dependency violation.
7010
7011 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
7012
7013         * time/mktime.c (__mktime_internal): Move check for year < 70 below
7014         all variable declarations.
7015
7016 2002-04-04  Andreas Schwab  <schwab@suse.de>
7017
7018         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
7019
7020 2002-04-04  Andreas Jaeger  <aj@suse.de>
7021
7022         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
7023         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
7024
7025         * sysdeps/x86_64/fpu/s_fabs.c: New file.
7026         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
7027         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
7028
7029         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
7030
7031         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
7032
7033         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
7034         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
7035
7036         * configure.in: Handle all mips entries the same.
7037
7038         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
7039         * sysdeps/mips/mips3/*: Likewise.
7040         * sysdeps/mips/p40/bits/endian.h: Likewise.
7041
7042 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
7043
7044         * misc/dirname.c (dirname): Ignore trailing slashes at end of
7045         non-null result [PR libc/2600].
7046
7047         * misc/tst-dirname.c: Add more tests.
7048
7049 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7050
7051         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
7052         define a code_set_name provide one based on the filename.
7053
7054         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
7055
7056 2001-12-28  Andreas Jaeger  <aj@suse.de>
7057
7058         * time/mktime.c (__mktime_internal): Check for year < 70
7059         [PR libc/2738].
7060
7061 2002-04-03  Andreas Jaeger  <aj@suse.de>
7062
7063         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
7064         shmat.
7065         Reported by Andi Kleen <ak@suse.de>.
7066
7067 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7068
7069         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
7070         * sysdeps/generic/w_lgammaf.c: Likewise.
7071         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
7072
7073         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
7074         Adjust for new output format of the backtrace functions.
7075
7076         * misc/syslog.c (vsyslog): Only use cleanup handler if
7077         _LIBC_REENTRANT is defined [PR libc/2924].
7078
7079         * libio/Makefile (tests): Add bug-ungetwc2.
7080         * libio/bug-ungetwc2.c: New file.
7081
7082         * manual/install.texi: Typographical and grammatical cleanup.
7083         Patch by Dennis Grace <dgrace@us.ibm.com>.
7084
7085         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
7086         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
7087
7088         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
7089         always "&".  Adjust callers.
7090         Add "_" prefix to several generated definitions.
7091         Patch by paul@serice.net [PR libc/3158].
7092
7093 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7094
7095         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
7096         size of _dl_arm_cap_flags.
7097         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
7098
7099         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
7100         Define as 8.
7101
7102 2002-03-22  H.J. Lu  <hjl@gnu.org>
7103
7104         * scripts/firstversions.awk: Check the first version.
7105
7106 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7107
7108         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
7109         dependencies must be stable to work correctly.
7110         Reported by martin.lubich@datacon.at.
7111
7112         * libio/bug-ungetwc1.c: New file.
7113         * libio/Makefile (tests): Add bug-ungetwc1.
7114
7115         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
7116         if stream was last used for writing.
7117
7118         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
7119         number [PR libc/3111].
7120
7121         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
7122         to ...
7123         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
7124
7125 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
7126
7127         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
7128         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
7129         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
7130         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
7131         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
7132
7133 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
7134
7135         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
7136         dynamic tags.
7137
7138 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7139
7140         * sysdeps/i386/fpu/s_fabs.S: New file.
7141         * sysdeps/i386/fpu/s_fabsf.S: New file.
7142         * sysdeps/i386/fpu/s_fabsl.S: New file.
7143         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
7144         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
7145         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
7146
7147 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7148
7149         * rt/tst-shm.c (do_test): Add one more test for size of shared
7150         memory object.
7151
7152 2002-03-29  Wolfram Gloger  <wg@malloc.de>
7153
7154         * malloc/malloc.c: Add short description and prototypes for
7155         malloc_get_state, malloc_set_state and posix_memalign, for
7156         consistency and to avoid warnings with -Wstrict-prototypes.
7157         Reported by Andreas Jaeger <aj@suse.de>.
7158
7159 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7160
7161         * po/gl.po: Update from translation team.
7162
7163 2002-03-31  Roland McGrath  <roland@frob.com>
7164
7165         * hurd/hurdselect.c (_hurd_select): Fix
7166         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
7167         Use a union rather than casts to compare mach_msg_type_t as int.
7168
7169 2002-03-25  Roland McGrath  <roland@frob.com>
7170
7171         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
7172         check off the end of NAME when it's shorter than 2 chars.
7173         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
7174
7175 2002-03-17  Roland McGrath  <roland@frob.com>
7176
7177         * sysdeps/mach/hurd/i386/sys/io.h: New file.
7178         * sysdeps/mach/hurd/i386/ioperm.c: New file.
7179         * sysdeps/mach/hurd/i386/Dist: Add them.
7180         * sysdeps/mach/hurd/i386/Versions
7181         (libc: GLIBC_2.2.6): New set, add ioperm.
7182         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
7183         (mach_interface_list): Check for mach_i386.defs.
7184         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
7185         * sysdeps/mach/configure: Regenerated.
7186
7187 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
7188
7189         * po/fr.po: Update from translation team.
7190
7191 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7192
7193         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
7194         getpriority from syscalls list.
7195
7196 2002-03-28  Andreas Jaeger  <aj@suse.de>
7197
7198         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
7199         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
7200         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
7201         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
7202
7203 2002-03-27  Andreas Jaeger  <aj@suse.de>
7204
7205         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7206         sigcontext): Follow further kernel change.
7207
7208         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
7209         kernel change.
7210
7211         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
7212         Change for struct sigcontext change.
7213
7214         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7215         Follow changes in struct sigcontext.
7216
7217         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
7218         sysycall, use wrapper instead.
7219
7220 2002-03-26  Andreas Jaeger  <aj@suse.de>
7221
7222         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
7223         read and write accesses as detailed as possible.
7224         (__memcpy_by2): Likewise.
7225         (__memcpy_g): Likewise.
7226         (memmove): Likewise.
7227         (memcmp): Likewise.
7228         (__memset_ccn_by4): Likewise.
7229         (__memset_ccn_by2): Likewise.
7230         (__memset_gcn_by4): Likewise.
7231         (__memset_gcn_by2): Likewise.
7232         (memchr): Likewise.
7233         (__memrchr): Likewise.
7234         (rawmemchr): Likewise.
7235         (__strlen_g): Likewise.
7236         (__strcpy_g): Likewise.
7237         (__mempcpy_by4): Likewise.
7238         (__mempcpy_by2): Likewise.
7239         (__mempcpy_byn): Likewise.
7240         (__stpcpy_g): Likewise.
7241         (__strncpy_by4): Likewise.
7242         (__strncpy_by2): Likewise.
7243         (__strncpy_byn): Likewise.
7244         (__strncpy_gg): Likewise.
7245         (__strcat_c): Likewise.
7246         (__strcat_g): Likewise.
7247         (__strncat_g): Likewise.
7248         (__strcmp_gg): Likewise.
7249         (__strncmp_g): Likewise.
7250         (__strchr_c): Likewise.
7251         (__strchr_g): Likewise.
7252         (__strchrnul_c): Likewise.
7253         (__strchrnul_g): Likewise.
7254         (__strrchr_c): Likewise.
7255         (__strrchr_g): Likewise.
7256         (__strrchr_c): Likewise.
7257         (__strrchr_g): Likewise.
7258         (__strcspn_c1): Likewise.
7259         (__strcspn_cg): Likewise.
7260         (__strcspn_g): Likewise.
7261         (__strcspn_g): Likewise.
7262         (__strspn_c1): Likewise.
7263         (__strspn_cg): Likewise.
7264         (__strspn_g): Likewise.
7265         (__strspn_g): Likewise.
7266         (__strpbrk_cg): Likewise.
7267         (__strpbrk_g): Likewise.
7268         (__strstr_cg): Likewise.
7269         (__strstr_g): Likewise.
7270
7271         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
7272         Michal Ludvig <mludvig@suse.cz>.
7273
7274         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
7275         compatibilty, adjust for kernel changes.
7276
7277         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7278         sigcontext): Adjust for kernel changes.
7279
7280 2002-03-25  Andreas Jaeger  <aj@suse.de>
7281
7282         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
7283         little endian.
7284         Reported by Artur Zaprzala <zybi@talex.com.pl>.
7285
7286 2002-03-24  Andreas Jaeger  <aj@suse.de>
7287
7288         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
7289
7290         * stdio-common/tst-fdopen.c (main): Remove unused variable.
7291
7292         * iconv/tst-iconv3.c (main): Use correct printf strings.
7293
7294 2002-03-18  Roland McGrath  <roland@frob.com>
7295
7296         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
7297         (CMGROUP_MAX): New macro.
7298
7299 2002-03-23  Roland McGrath  <roland@frob.com>
7300
7301         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
7302         * sysdeps/posix/shm_unlink.c: Likewise.
7303
7304 2002-03-22  Roland McGrath  <roland@frob.com>
7305
7306         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
7307         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
7308         under --enable-libio.
7309         * sysdeps/mach/hurd/configure: Regenerated.
7310
7311 2002-03-23  Roland McGrath  <roland@frob.com>
7312
7313         * sysdeps/mach/hurd/i386/Makefile
7314         (sysdep_routines, shared-only-routines): Don't add framestate,
7315         reverting 2001-10-02 change.
7316         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
7317         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
7318         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7319         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7320         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
7321         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
7322         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7323         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
7324         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
7325         Do it here instead, only if [$(unwind-find-fde) = yes].
7326
7327 2002-03-23  Andreas Jaeger  <aj@suse.de>
7328
7329         * signal/signal.h: Fix typo. Patch by Steve Kemp
7330         <skx@tardis.ed.ac.uk>.
7331
7332 2002-03-22  Andreas Jaeger  <aj@suse.de>
7333
7334         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
7335         getresuid.
7336
7337         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7338         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
7339         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7340         user_fpregs_struct): Rename fwd.
7341
7342         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7343         Follow sigcontext changes.
7344
7345 2002-03-22  Andreas Jaeger  <aj@suse.de>
7346
7347         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7348         changes for NaNs on MIPS.
7349         Patch by Hartvig Ekner <hartvige@mips.com>.
7350
7351 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7352
7353         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7354         Use realloc if too large.
7355         (addgrbyid): Likewise.
7356         * nscd/hstcache.c (addhstbyname): Likewise.
7357         (addhstbyaddr): Likewise.
7358         (addhstbynamev6): Likewise.
7359         (addhstbyaddrv6): Likewise.
7360         * nscd/pwdcache.c (addpwbyname): Likewise.
7361         (addpwbyuid): Likewise.
7362
7363 2002-03-21  Andreas Jaeger  <aj@suse.de>
7364
7365         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7366         _fpstate): Add separate struct for x86-64.
7367
7368         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7369         user_fpregs_struct): Change member names to follow kernel.
7370
7371 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
7372
7373         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
7374         Correctly close the UDP connection right away [PR libc/3120].
7375
7376 2002-03-20  Andreas Jaeger  <aj@suse.de>
7377
7378         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7379         user_fpregs_struct): Fix for changed kernel struct.
7380         (struct user_regs_struct): Likewise.
7381         (struct user): Likewise.
7382         Add 32-bit x86 compatibility.
7383
7384         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
7385
7386 2002-03-19  Andreas Jaeger  <aj@suse.de>
7387
7388         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
7389
7390 2002-03-18  Andreas Jaeger  <aj@suse.de>
7391
7392         * iconvdata/Makefile: Only run tests when shared libs are
7393         available.
7394
7395 2002-03-17  Andreas Jaeger  <aj@suse.de>
7396
7397         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
7398
7399         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
7400
7401         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
7402         bits.
7403
7404         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
7405         (CAUSE_SHIFT): New macro.
7406         Patch by Hartvig Ekner <hartvige@mips.com>.
7407
7408         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
7409         * sysdeps/generic/unwind-pe.h: Likewise.
7410
7411         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
7412         type to _IO_setb.
7413
7414         * libio/stdio.c (AL2): Define variant when visibility attribute is
7415         not supported.
7416
7417         * include/libc-symbols.h (_INTVARDEF): Define variant when
7418         visibility attribute is not supported.
7419
7420 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
7421
7422         * po/fr.po: Update from translation team.
7423
7424 2002-02-25  Bruno Haible  <bruno@clisp.org>
7425
7426         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
7427
7428 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7429
7430         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
7431         buffers if _IO_file_attach failed.
7432
7433         * libio/fileops.c (_IO_file_open): Close file descriptor if
7434         _IO_SEEKOFF call failed.
7435
7436 2002-03-15  H.J. Lu  <hjl@gnu.org>
7437             Ulrich Drepper  <drepper@redhat.com>
7438
7439         * configure.in: Check for availability of
7440         init_array/fini_array/preinit_array handling in binutils.
7441         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
7442         * config.make.in (have-initfini-array): New variable.
7443
7444 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7445
7446         * stdio-common/tst-printf.c (main): Comment out one test which
7447         checked the compiler's ability to fold floating-point constants
7448         but not really printf.
7449         (rfg3): Make s const.
7450         * stdio-common/tst-printf.sh: Adjust for removed test.
7451
7452         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
7453         internal function.  Adjust for internal_function calling convention.
7454         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
7455         as internal_function.
7456
7457         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
7458         hidden.
7459
7460         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
7461         declaration and definition.
7462         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
7463         declaration.
7464         * nss/getXXent_r.c: Likewise.
7465         * nss/nsswitch.h (db_lookup_function): Add internal_function to
7466         definition.
7467
7468         * include/time.h: Declare __localtime_r as hidden.
7469
7470         * include/aliases.h: Declare __getaliasent_r as hidden.
7471         * include/grp.h: Declare __getgrent_r as hidden.
7472         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
7473         __getservent_r, and __getprotoent_r as hidden.
7474         * include/pwd.h: Declare __getpwent_r as hidden.
7475         * include/shadow.h: Declare __getspent_r as hidden.
7476         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
7477
7478         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
7479         and __gconv_transliterate as hidden.
7480         Add internal_function to __gconv_get_path declaration.
7481         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
7482         definition.  Add attribute_hidden to __gconv_read_conf definition.
7483
7484 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
7485
7486         * elf/rtld.c: Declare _environ as hidden.
7487         * sysdeps/generic/dl-environ.c: Likewise.
7488         * sysdeps/generic/dl-sysdep.c: Likewise.
7489
7490         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
7491         _dl_mcount_internal as hidden.
7492
7493         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
7494         * sysdeps/generic/dl-brk.c: New file.
7495         * sysdeps/generic/dl-sbrk.c: New file.
7496         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
7497         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
7498
7499         * elf/dl-minimal.c (malloc): Declare _end as hidden.
7500         (__errno_location): New function.  Declare errno as hidden.
7501         * elf/rtld.c (_dl_argc): Define as hidden.
7502         (_dl_skip_args): Define as hidden.
7503         (_begin, _end): Declare as hidden.
7504         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
7505         * sysdeps/generic/entry.h (_start): Declare as hidden.
7506         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
7507         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
7508         _dl_runtime_resolve and _dl_runtime_profile as hidden.
7509         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
7510
7511 2002-03-14  Roland McGrath  <roland@frob.com>
7512
7513         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
7514
7515         * Makeconfig (%.v.i, %.v): New implicit rules.
7516         (preprocess-versions): Variable removed.
7517         ($(common-objpfx)shlib-versions.v.i): New target giving just the
7518         shlib-versions input files as dependencies.
7519         ($(common-objpfx)soversions.i): Depend on that instead of the input
7520         files.  Use it as input instead of using a pipeline.
7521         (postclean-generated): Append soversions.i, shlib-versions.v, and
7522         shlib-versions.v.i here.
7523         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
7524         the Versions.def input files as dependencies.
7525         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
7526         ($(common-objpfx)Versions.all): Depend on that instead of the input
7527         files.  Use it as input instead of using a pipeline.
7528         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
7529         (postclean-generated): Append those .v and .v.i files here.
7530
7531 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7532
7533         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
7534         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
7535         Remove.
7536
7537 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7538
7539         * sysdeps/generic/mp_clz_tab.c: New file.
7540         * sysdeps/i386/mp_clz_tab.c: New file.
7541         * sysdeps/hppa/mp_clz_tab.c: New file.
7542         * sysdeps/powerpc/mp_clz_tab.c: New file.
7543         * stdlib/Makefile (aux): Revert last patch.
7544         * math/Makefile (gmp-objs): Likewise.
7545
7546 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7547
7548         * time/strftime.c: Comment fixes for references to obsolescent
7549         standards, In most cases the simplest fix is to remove the
7550         confusing comments.  Cross-referencing all the standards properly
7551         is a bit of a pain, and it should be enough to put that info in
7552         the documentation as I did in my recent time.texi patch.
7553
7554 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7555
7556         * manual/time.texi (Formatting Calendar Time):
7557         ISO C99 also specifies the E and O modifiers.
7558         %P is a GNU extension, and is not in ISO C99.
7559         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
7560         %T is also in ISO C99.
7561         The RFC 822 example is not valid in arbitrary locales.
7562         Reword the POSIX.2 wording slightly, to make it a bit clearer
7563         that POSIX.2 formats are also supported by later POSIX versions.
7564         If a format was introduced in ISO C99 it is also required by
7565         POSIX.1-2001.
7566
7567 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7568
7569         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
7570         _sys_nerr_internal with INTVARDEF2.
7571         * include/libc-symbols.h (INTVARDEF2): New macro.
7572         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
7573         (_sys_nerr_internal): Library.
7574
7575         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
7576         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
7577
7578         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
7579
7580 2002-03-13  Wolfram Gloger  <wg@malloc.de>
7581
7582         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
7583
7584 2002-03-02  Andreas Schwab  <schwab@suse.de>
7585
7586         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
7587         'h' flag and positional arg.
7588         * stdio-common/tst-printf.c (rfg3): New function to test
7589         positional arguments.
7590         (main): Fix some warnings.
7591
7592 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7593
7594         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
7595         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7596
7597 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7598
7599         * grp/initgroups.c (__nss_group_data): Declare as hidden.
7600
7601         * include/locale.h (_nl_C_locobj): Declare as hidden.
7602
7603         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
7604         * time/strptime.c (_nl_C_LC_TIME): Likewise.
7605
7606         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
7607
7608         * include/sys/gmon.h: Declare _gmonparam as hidden.
7609
7610         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
7611         (__ctype32_wctrans): Likewise.
7612         (__ctype32_width): Likewise.
7613
7614         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
7615         use of __ttyname.
7616
7617         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
7618         Define as hidden.
7619         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
7620         hidden.  Change all users of these variables.
7621
7622         * posix/regex_internal.h (__re_error_msgid): Renamed from
7623         re_error_msgid.  Declare as hidden.
7624         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
7625         hidden.
7626
7627         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
7628         (__printf_function_table): Likewise.
7629         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
7630         hidden.
7631         (__printf_function_table): Likewise.
7632
7633         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
7634         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
7635
7636         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
7637         * nss/nsswitch.c: Declare _nss_*_database as hidden.
7638
7639         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
7640         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
7641
7642 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
7643
7644         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
7645         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7646         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7647         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7648         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7649         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7650         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7651         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7652         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
7653         _nl_C_LC_CTYPE_width: Declare as hidden.
7654         * include/locale.h: Declare _nl_locale_file_list.
7655         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
7656         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
7657         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
7658         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
7659         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
7660         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
7661         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
7662         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
7663         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
7664         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
7665         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
7666         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
7667         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7668         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7669         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7670         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7671         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7672         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7673         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7674         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
7675         _nl_C_LC_CTYPE_width, and as hidden.
7676         * locale/findlocale.c: Declare _nl_C as hidden.
7677         * locale/newlocale.c: Likewise.
7678         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
7679         _nl_locale_file_list.
7680         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7681         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7682         Define _nl_C_locobj as hidden.
7683
7684         * malloc/mtrace.c (_mtrace_file): Define as hidden.
7685         (_mtrace_line): Likewise.
7686
7687         * include/time.h: Declare __mon_yday as hidden.
7688         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7689
7690         * libio/libioP.h: Declare __libio_codecvt as hidden.
7691         * libio/fileops.c: Declare __libio_translit as hidden.
7692         * libio/iofwide.c: Define __libio_translit as hidden.
7693
7694         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7695         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7696         * login/getutline_r.c: Likewise.
7697         * login/utmpname.c: Likewise.
7698
7699         * login/utmp-private.h: Declare __libc_utmp_file_functions,
7700         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7701         __libc_utmp_file_name as hidden.
7702
7703         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7704         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7705         * locale/freelocale.c: Likewise.
7706         * locale/lc-time.c: Likewise.
7707
7708         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7709         (__libc_ptyname2): Likewise.
7710         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7711         hidden.
7712         (__libc_ptyname2): Likewise.
7713
7714         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7715         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7716         * sysdeps/generic/init-first.c: Likewise.
7717         * sysdeps/i386/init-first.c: Likewise.
7718         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7719         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7720         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7721         * sysdeps/sh/init-first.c: Likewise.
7722         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7723         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7724
7725         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7726         (_itowa_upper_digits): Likewise.
7727
7728         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7729         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7730         as hidden.
7731
7732         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7733         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7734         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7735         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7736
7737         * gmon/gmon.c (__bb_head): Define as hidden.
7738         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7739
7740         * argp/argp-parse.c (_argp_hang): Define as static.
7741
7742         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7743         handling in latest compilers.
7744
7745         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7746         define alias.
7747         * libio/fileops.c (_IO_file_jumps): Likewise.
7748         * libio/stdfiles.c (_IO_list_all): Likewise.
7749         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7750
7751         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7752         include/malloc.h.
7753         * include/malloc.h: Add __libc_malloc_initialized declaration
7754         here.  Mark variable hidden.
7755         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7756
7757         * elf/dl-open.c (__libc_argc): Declare as hidden.
7758         (__libc_argv): Likewise.
7759         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7760         (__libc_argv): Likewise.
7761         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7762         __libc_argv as hidden.
7763         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7764         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7765         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7766         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7767
7768         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7769         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7770         * stdlib/erand48.c: Likewise.
7771         * stdlib/jrand48.c: Likewise.
7772         * stdlib/lcong48.c: Likewise.
7773         * stdlib/lrand48.c: Likewise.
7774         * stdlib/mrand48.c: Likewise.
7775         * stdlib/nrand48.c: Likewise.
7776         * stdlib/seed48.c: Likewise.
7777         * stdlib/srand48.c: Likewise.
7778
7779         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
7780         (_itoa_lower_digits_internal): New declaration.
7781         (_itoa_upper_digits_internal): New declaration.
7782         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
7783         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
7784         (_itoa_upper_digits_internal): New declaration.
7785         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
7786         _itoa_lower_digits.
7787         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
7788         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
7789
7790         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
7791         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7792
7793         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
7794         (_itowa_lower_digits): Likewise.
7795         (_itowa_upper_digits): Likewise.
7796         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
7797         (_itowa_upper_digits): Likewise.
7798
7799         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
7800         not already defined.
7801         (GERMANIC_PLURAL): Declare as hidden.
7802
7803         * posix/getopt.c (__getopt_initialized): Declare as hidden.
7804         (attribute_hidden): Define as empty macro if not already defined.
7805
7806         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
7807         (__gconv_max_path_elem_len): Likewise.
7808         (__gconv_path_envvar): Likewise.
7809
7810         * math/Makefile (gmp-objs): Remove mp_clz_tab.
7811         * stdlib/Makefile (aux): Remove mp_clz_tab.
7812         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
7813
7814         * stdlib/exit.h (__exit_funcs): Declare as hidden.
7815
7816         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
7817
7818         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
7819         _nl_category_names, _nl_category_name_sizes, _nl_current,
7820         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
7821
7822         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
7823         (_nl_current_default_domain): Likewise
7824         (_nl_state_lock): Likewise.
7825         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
7826         (_nl_current_default_domain): Likewise
7827         (_nl_state_lock): Likewise.
7828         * intl/bindtextdom.c (_nl_state_lock): Likewise.
7829
7830         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
7831         (_fpioconst_pow10): Likewise.
7832
7833         * include/time.h (_tmbuf): Add attribute_hidden.
7834
7835         * time/tzset.c (tzstring_list): Define as static.
7836
7837         * include/time.h: Add attribute_hidden to __tzname_cur_max and
7838         __use_tzfile declaration.
7839
7840         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
7841         and __wcsmbs_last_locale declaration.
7842
7843 2002-02-25  Paul Eggert  <eggert@twinsun.com>
7844
7845         * timezone/Makefile (tzbases): Move systemv from here...
7846         (tzlinks): to here, since the entries in systemv were all changed
7847         from Zone to Link lines in tz-2001a.  Bug reported (and patch
7848         tested) by Peter Breitenlohner.
7849
7850 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
7851
7852         * time/tst-posixtz.c (tests): Add new tests.
7853         (main): Test whether tzset() sets daylight properly.
7854
7855 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7856
7857         * time/tzset.c (tz_compute): Move __daylight, __tzname and
7858         __tzname_cur_max setting...
7859         (tzset_internal): ...here.
7860
7861 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7862
7863         * time/tzset.c (compute_change): Don't return any value.
7864         (tz_compute): Likewise.  Don't handle southern hemisphere here.
7865         (__tz_convert): But here.
7866
7867 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7868
7869         * manual/examples/mkfsock.c: Include <string.h> as well.
7870         Patch by Alain De Carolis <alaind@wseurope.com>.
7871
7872 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
7873
7874         * posix/regexec.c (re_match): Fix incorrect register sizes.
7875         (re_search): Likewise.
7876
7877 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7878
7879         * posix/regcomp.c (regfree): Remove a disused condition.
7880         * posix/regex_internal.c (re_acquire_state): Likewise.
7881         (re_acquire_state_context): Likewise.
7882         (register_state): Remove a redundant malloc invocation.
7883         * posix/regex_internal.h: (re_state_table_entry): Simplify
7884         the structure.
7885
7886 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7887
7888         * posix/regcomp.c (regcomp): Add __builtin_expect to error
7889         handling conditions.
7890         (regerror): Likewise.
7891         (regfree): Likewise.
7892         (re_compile_internal): Likewise.
7893         (init_dfa): Likewise.
7894         (init_word_char): Likewise.
7895         (create_initial_state): Likewise.
7896         (analyze): Likewise.
7897         (analyze_tree): Likewise.
7898         (duplicate_node): Likewise.
7899         (calc_eclosure): Likewise.
7900         (calc_eclosure_iter): Likewise.
7901         (parse): Likewise.
7902         (parse_reg_exp): Likewise.
7903         (parse_branch): Likewise.
7904         (parse_expression): Likewise.
7905         (parse_subexp): Likewise.
7906         (parse_dup_op): Likewise.
7907         (parse_bracket_exp): Likewise.
7908         (build_equiv_class): Likewise.
7909         (build_charclass): Likewise.
7910         (build_word_op): Likewise.
7911         (fetch_number): Likewise.
7912         (create_tree): Likewise.
7913         (duplicate_tree): Likewise.
7914         * posix/regex.c (BE): New macro.
7915         * posix/regexec.c (re_match): Add __builtin_expect to error
7916         handling conditions.
7917         (re_match_2): Likewise.
7918         (re_search): Likewise.
7919         (re_search_internal): Likewise.
7920         (check_matching): Likewise.
7921         (proceed_next_node): Likewise.
7922         (set_regs): Likewise.
7923         (sift_states_backward): Likewise.
7924         (add_epsilon_backreference): Likewise.
7925         (transit_state): Likewise.
7926         (transit_state_sb): Likewise.
7927         (transit_state_mb): Likewise.
7928         (transit_state_bkref): Likewise.
7929         (transit_state_bkref_loop): Likewise.
7930         (build_trtable): Likewise.
7931         (group_nodes_into_DFAstates): Likewise.
7932         (match_ctx_init): Likewise.
7933         (match_ctx_add_entry): Likewise.
7934         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
7935         to error handling conditions.
7936         (re_string_construct_toupper): Likewise.
7937         (build_wcs_buffer): Likewise.
7938         (build_wcs_upper_buffer): Likewise.
7939         (build_upper_buffer): Likewise.
7940         (re_string_translate_buffer): Likewise.
7941         (re_node_set_alloc): Likewise.
7942         (re_node_set_init_1): Likewise.
7943         (re_node_set_init_2): Likewise.
7944         (re_node_set_init_copy): Likewise.
7945         (re_node_set_intersect): Likewise.
7946         (re_node_set_init_union): Likewise.
7947         (re_node_set_merge): Likewise.
7948         (re_node_set_insert): Likewise.
7949         (re_dfa_add_node): Likewise.
7950         (re_acquire_state): Likewise.
7951         (re_acquire_state_context): Likewise.
7952         (create_new_state_common): Likewise.
7953         (register_state): Likewise.
7954         (create_ci_new_state): Likewise.
7955         (create_cd_new_state): Likewise.
7956         (re_string_context_at): Remove redundant condition.
7957
7958 2002-01-16  Roger Sayle  <roger@eyesopen.com>
7959
7960         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
7961
7962         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
7963
7964 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7965
7966         * sysdeps/i386/elf/configure.in: Fix comment.
7967
7968         * sysdeps/sparc/sparc64/configure.in: New file.
7969         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
7970         if .dynamic comes before .got.
7971         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
7972
7973         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
7974         HP_TIMING_ACCUM): Fix typos.
7975
7976 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7977
7978         * string/strfry.c: Add some more randomness to the seed.
7979         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
7980
7981         * po/es.po: Update from translation team.
7982         * po/fr.po: Likewise.
7983
7984         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
7985
7986         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
7987         when determining type of format.
7988         Patch by James Antill <james@anqd.org> [PR libc/2787].
7989
7990 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
7991
7992         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
7993
7994 2002-03-11  Roland McGrath  <roland@frob.com>
7995
7996         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
7997
7998         * Versions.def (libc): Add GLIBC_2.2.6.
7999         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
8000         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
8001         __errno_location instead of __hurd_errno_location, and don't inline it.
8002         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
8003         * hurd/errno.c: New file.
8004         * hurd/Makefile (routines): Add errno.
8005
8006 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8007
8008         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
8009         ridiculously large widths and precisions [PR libc/3026].
8010
8011 2002-03-11  Andreas Jaeger  <aj@suse.de>
8012
8013         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
8014         support.
8015         Patch by Susanne Oberhauser <froh@SuSE.de>.
8016
8017 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8018
8019         * inet/rexec.c (ahostbuf): Define as static.
8020
8021         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
8022         (__ctype32_wctrans): Likewise.
8023         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
8024         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
8025         (__ctype32_wctrans): Likewise.
8026         (__ctype32_width): Likewise.
8027
8028         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
8029         They were never exported anyway.
8030
8031         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
8032         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
8033         exported.
8034         * include/sys/gmon.h: Declare _gmonparam.
8035
8036         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
8037         symbols for getdents64.  They were never exported.
8038
8039 2002-03-09  Roland McGrath  <roland@frob.com>
8040
8041         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
8042         Reported by Jon Arney <jarney1@cox.net>.
8043
8044 2002-02-23  Roland McGrath  <roland@frob.com>
8045
8046         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
8047         declaration.
8048         (__hurd_errno_location): Function removed.
8049
8050 2002-03-06  Andreas Jaeger  <aj@suse.de>
8051
8052         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
8053         32-bit.
8054
8055 2002-03-04  Andreas Jaeger  <aj@suse.de>
8056
8057         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
8058
8059         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
8060         x86-64.
8061
8062         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
8063
8064         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
8065
8066         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
8067
8068         * sysdeps/x86_64/bits/setjmp.h: New file.
8069
8070         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
8071
8072         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
8073
8074         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
8075         for x86.
8076         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
8077         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
8078
8079 2002-02-28  Bo Thorsen  <bo@suse.de>
8080
8081         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
8082         version.
8083
8084 2002-03-03  Andreas Jaeger  <aj@suse.de>
8085
8086         * sysdeps/x86_64/bits/wordsize.h: New file.
8087
8088         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
8089         * elf/tst-tlsmod1.c: Likewise.
8090
8091         * posix/regcomp.c: Get regex.h from include dir for internal
8092         prototypes.
8093
8094         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
8095         to libc-internal.h and include it.
8096         * include/libc-internal.h: Add __init_misc.
8097
8098         * misc/init-misc.c: Include libc-internal.h for prototypes.
8099
8100         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
8101
8102         * misc/error.c [_LIBC]: Include libioP.h for prototype of
8103         _IO_putc_internal.
8104
8105 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
8106
8107         * posix/regcomp.c: Compatibility changes to allow using the code
8108         outside glibc.
8109
8110 2002-02-28  Hartvig Ekner <hartvige@mips.com>
8111
8112         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
8113         compiled non-PIC.
8114
8115 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
8116
8117         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
8118         of .str elements in the returned data structure.
8119
8120         * elf/elf.h: Add Alpha TLS bits.
8121
8122 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8123
8124         * sysdeps/unix/sysv/linux/nice.c: New file.
8125
8126 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
8127
8128         * elf/Makefile (dl-routines): Add dl-origin.
8129         (elide-routines.os): Add dl-origin.
8130         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
8131         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
8132         _dl_debug_state.
8133         * include/libc-symbols.c: Define attribute_hidden depending on
8134         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
8135
8136         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
8137         * elf/dl-load.c: Likewise.
8138         * elf/rtld.c: Likewise.
8139         * include/unistd.h: Declare __libc_enable_secure_internal.
8140         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
8141         Use INTUSE with __libc_enable_secure.
8142         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8143
8144         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
8145         * elf/dl-error.c: Likewise,
8146         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
8147
8148         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
8149         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
8150         function definition.  Use INTDEF with _dl_get_origin.
8151         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8152
8153         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
8154         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
8155
8156         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
8157         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
8158         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
8159
8160         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
8161         * elf/dl-deps.c: Likewise.
8162         * elf/dl-error.c: Likewise.
8163         * elf/dl-fini.c: Likewise.
8164         * elf/dl-init.c: Likewise.
8165         * elf/dl-load.c: Likewise.
8166         * elf/dl-lookup.c: Likewise.
8167         * elf/dl-reloc.c: Likewise.
8168         * elf/dl-version.c: Likewise.
8169         * elf/do-lookup.h: Likewise.
8170         * sysdeps/arm/dl-machine.h: Likewise.
8171         * sysdeps/cris/dl-machine.h: Likewise.
8172         * sysdeps/hppa/dl-machine.h: Likewise.
8173         * sysdeps/i386/dl-machine.h: Likewise.
8174         * sysdeps/m68k/dl-machine.h: Likewise.
8175         * sysdeps/powerpc/dl-machine.h: Likewise.
8176         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8177         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8178         * sysdeps/sh/dl-machine.h: Likewise.
8179         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
8180         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
8181         * sysdeps/x86_64/dl-machine.h: Likewise.
8182         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
8183         _dl_argv[0].  Use INTUSE with _dl_argv.
8184         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
8185         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
8186
8187 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8188
8189         * elf/rtld.c (_rtld_global): Remove .protected.
8190         (_rtld_local): Strong alias to _rtld_global.
8191         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
8192         only .os object.
8193         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
8194         _rtld_local instead of _rtld_global.
8195         (_rtld_local): Add hidden extern, possibly in .sdata section.
8196         * configure.in: Add tests for visibility attribute and .sdata.
8197         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
8198         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
8199         * sysdeps/arm/dl-machine.h: Likewise.
8200         * sysdeps/generic/ldsodefs.h: Likewise.
8201         * sysdeps/hppa/dl-machine.h: Likewise.
8202         * sysdeps/cris/dl-machine.h: Likewise.
8203         * sysdeps/i386/dl-machine.h: Likewise.
8204         * sysdeps/ia64/dl-machine.h: Likewise.
8205         * sysdeps/m68k/dl-machine.h: Likewise.
8206         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8207         * sysdeps/mips/dl-machine.h: Likewise.
8208         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8209         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8210         * sysdeps/sh/dl-machine.h: Likewise.
8211         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8212         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8213         * sysdeps/x86_64/dl-machine.h: Likewise.
8214
8215 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8216
8217         * login/login.c (login): Always initialize ut_line field
8218         [PR libc/2991].
8219
8220 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8221
8222         * sysdeps/i386/Makefile (sysdep_routines): Add
8223         divdi3 in csu dir.
8224         (shared-only-routines): Likewise.
8225         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
8226         (shared-only-routines): Likewise.
8227         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
8228         (shared-only-routines): Likewise.
8229         * sysdeps/wordsize-32/divdi3.c: New file.
8230
8231 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8232
8233         * locale/iso-4217.def: Remove obsolete currencies for countries
8234         with Euro.
8235
8236 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
8237
8238         * posix/regcomp.c (regcomp): Remove a redundant condition.
8239         (init_word_char): Add a check on malloc failure.
8240         (create_initial_state): Likewise.
8241         (duplicate_node): Likewise.
8242         (calc_eclosure): Likewise.
8243         (calc_eclosure_iter): Likewise.
8244         (parse_expression): Likewise.
8245         (parse_bracket_exp): Remove unnecessary malloc invocations.
8246         (build_equiv_class): Likewise.
8247         (build_charclass): Likewise.
8248         * posix/regex_internal.c (re_node_set_intersect): Add a check
8249         on malloc failure.
8250         (re_node_set_add_intersect): Likewise.
8251         (re_node_set_merge): Likewise.
8252         (re_acquire_state): Likewise.
8253         (re_acquire_state_context): Likewise.
8254         (create_newstate_common): Likewise.
8255         (register_state): Likewise.
8256         (create_ci_newstate): Likewise.
8257         (create_cd_newstate): Likewise.
8258         * posix/regex_internal.h: Fix prototypes of re_acquire_state
8259         and re_acquire_state_context.
8260         * posix/regexec.c (regexec): Suit it to the error handling of
8261         re_search_internal.
8262         (re_match): Likewise.
8263         (re_search): Likewise.
8264         (re_search_internal): Add a check on malloc failure.
8265         (acquire_init_state_context): Likewise.
8266         (check_matching): Likewise.
8267         (proceed_next_node): Likewise.
8268         (set_regs): Likewise.
8269         (sift_states_backward): Likewise.
8270         (sift_states_iter_bkref): Likewise.
8271         (add_epsilon_backreference): Likewise.
8272         (transit_state): Likewise.
8273         (transit_state_sb): Likewise.
8274         (transit_state_mb): Likewise.
8275         (transit_state_bkref_loop): Likewise.
8276         (build_trtable): Likewise.
8277         (group_nodes_into_DFAstates): Likewise.
8278         (match_ctx_init): Likewise.
8279         (match_ctx_add_entry): Likewise.
8280
8281 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8282
8283         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
8284         l_libname if profiling is enabled [PR libc/2916].
8285
8286         * sysdeps/ia64/dl-tls.h: New file.
8287
8288 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
8289
8290         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
8291         Work around an Alpha gas bug.
8292
8293 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8294
8295         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
8296         uses read to load the catalog.
8297         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
8298
8299 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
8300
8301         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
8302         regex_internal.c, and regex_internal.h.
8303         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
8304         * posix/regex.c: Complete rewrite.
8305         * posix/regexec.c: New file.
8306         * posix/regcomp.c: New file.
8307         * posix/regex_internal.c: New file.
8308         * posix/regex_internal.h: New file.
8309         * posix/regex.h (RE_ICASE): New macro.
8310         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
8311
8312         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
8313         ungetwc.  It's a macro.
8314         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
8315         implementation.
8316         Reported by Jason Merrill <jason@redhat.com>.
8317
8318 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8319
8320         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
8321         position to fp->_offset if it is set.
8322         * stdio-common/Makefile (tests): Add tst-fdopen.
8323         * stdio-common/tst-fdopen.c: New test.
8324
8325 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8326
8327         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
8328         * stdio-common/tst-ungetc.c (main): Add another test.
8329
8330 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
8331
8332         * assert/assert-perr.c: Use INTUSE to reference functions and variables
8333         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
8334         aliases.  Add prototypes for the new aliases.
8335         * assert/assert.c: Likewise.
8336         * include/libc-symbols.h: Likewise.
8337         * include/stdio.h: Likewise.
8338         * include/netinet/in.h: Likewise.
8339         * include/rpc/auth.h: Likewise.
8340         * include/rpc/auth_unix.h: Likewise.
8341         * include/rpc/key_prot.h: Likewise.
8342         * include/rpc/pmap_prot.h: Likewise.
8343         * include/rpc/pmap_rmt.h: Likewise.
8344         * include/rpc/rpc_msg.h: Likewise.
8345         * include/rpc/xdr.h: Likewise.
8346         * inet/gethstbyad_r.c: Likewise.
8347         * inet/gethstbynm2_r.c: Likewise.
8348         * inet/gethstbynm_r.c: Likewise.
8349         * inet/gethstent_r.c: Likewise.
8350         * inet/in6_addr.c: Likewise.
8351         * libio/__fpurge.c: Likewise.
8352         * libio/filedoalloc.c: Likewise.
8353         * libio/fileops.c: Likewise.
8354         * libio/ftello.c: Likewise.
8355         * libio/ftello64.c: Likewise.
8356         * libio/genops.c: Likewise.
8357         * libio/iofclose.c: Likewise.
8358         * libio/iofdopen.c: Likewise.
8359         * libio/iofflush.c: Likewise.
8360         * libio/iofflush_u.c: Likewise.
8361         * libio/iofgetpos.c: Likewise.
8362         * libio/iofgetpos64.c: Likewise.
8363         * libio/iofgets.c: Likewise.
8364         * libio/iofgets_u.c: Likewise.
8365         * libio/iofopen.c: Likewise.
8366         * libio/iofopncook.c: Likewise.
8367         * libio/iofputs.c: Likewise.
8368         * libio/iofread.c: Likewise.
8369         * libio/iofread_u.c: Likewise.
8370         * libio/iofsetpos.c: Likewise.
8371         * libio/iofsetpos64.c: Likewise.
8372         * libio/ioftell.c: Likewise.
8373         * libio/iofwrite.c: Likewise.
8374         * libio/iogetline.c: Likewise.
8375         * libio/iogets.c: Likewise.
8376         * libio/iogetwline.c: Likewise.
8377         * libio/iolibio.h: Likewise.
8378         * libio/iopadn.c: Likewise.
8379         * libio/iopopen.c: Likewise.
8380         * libio/ioseekoff.c: Likewise.
8381         * libio/ioseekpos.c: Likewise.
8382         * libio/iosetbuffer.c: Likewise.
8383         * libio/iosetvbuf.c: Likewise.
8384         * libio/ioungetc.c: Likewise.
8385         * libio/ioungetwc.c: Likewise.
8386         * libio/iovdprintf.c: Likewise.
8387         * libio/iovsprintf.c: Likewise.
8388         * libio/iovsscanf.c: Likewise.
8389         * libio/libioP.h: Likewise.
8390         * libio/memstream.c: Likewise.
8391         * libio/obprintf.c: Likewise.
8392         * libio/oldfileops.c: Likewise.
8393         * libio/oldiofclose.c: Likewise.
8394         * libio/oldiofdopen.c: Likewise.
8395         * libio/oldiofgetpos.c: Likewise.
8396         * libio/oldiofgetpos64.c: Likewise.
8397         * libio/oldiofopen.c: Likewise.
8398         * libio/oldiofsetpos.c: Likewise.
8399         * libio/oldiofsetpos64.c: Likewise.
8400         * libio/oldiopopen.c: Likewise.
8401         * libio/oldstdfiles.c: Likewise.
8402         * libio/putc.c: Likewise.
8403         * libio/setbuf.c: Likewise.
8404         * libio/setlinebuf.c: Likewise.
8405         * libio/stdfiles.c: Likewise.
8406         * libio/stdio.c: Likewise.
8407         * libio/strops.c: Likewise.
8408         * libio/vasprintf.c: Likewise.
8409         * libio/vscanf.c: Likewise.
8410         * libio/vsnprintf.c: Likewise.
8411         * libio/vswprintf.c: Likewise.
8412         * libio/wfiledoalloc.c: Likewise.
8413         * libio/wfileops.c: Likewise.
8414         * libio/wgenops.c: Likewise.
8415         * libio/wstrops.c: Likewise.
8416         * malloc/mtrace.c: Likewise.
8417         * misc/error.c: Likewise.
8418         * misc/syslog.c: Likewise.
8419         * nss/getXXbyYY_r.c: Likewise.
8420         * nss/getXXent_r.c: Likewise.
8421         * nss/hosts-lookup.c: Likewise.
8422         * stdio-common/getw.c
8423         * stdio-common/printf-prs.c: Likewise.
8424         * stdio-common/printf_fp.c: Likewise.
8425         * stdio-common/printf_size.c: Likewise.
8426         * stdio-common/putw.c: Likewise.
8427         * stdio-common/scanf.c: Likewise.
8428         * stdio-common/sprintf.c: Likewise.
8429         * stdio-common/tmpfile64.c: Likewise.
8430         * stdio-common/vfprintf.c: Likewise.
8431         * stdio-common/vfscanf.c: Likewise.
8432         * stdlib/strfmon.c: Likewise.
8433         * sunrpc/auth_des.c: Likewise.
8434         * sunrpc/auth_none.c: Likewise.
8435         * sunrpc/auth_unix.c: Likewise.
8436         * sunrpc/authdes_prot.c: Likewise.
8437         * sunrpc/authuxprot.c: Likewise.
8438         * sunrpc/clnt_perr.c: Likewise.
8439         * sunrpc/clnt_raw.c: Likewise.
8440         * sunrpc/clnt_tcp.c: Likewise.
8441         * sunrpc/clnt_udp.c: Likewise.
8442         * sunrpc/clnt_unix.c: Likewise.
8443         * sunrpc/key_call.c: Likewise.
8444         * sunrpc/key_prot.c: Likewise.
8445         * sunrpc/openchild.c: Likewise.
8446         * sunrpc/pm_getmaps.c: Likewise.
8447         * sunrpc/pm_getport.c: Likewise.
8448         * sunrpc/pmap_clnt.c: Likewise.
8449         * sunrpc/pmap_prot.c: Likewise.
8450         * sunrpc/pmap_prot2.c: Likewise.
8451         * sunrpc/pmap_rmt.c: Likewise.
8452         * sunrpc/rpc_cmsg.c: Likewise.
8453         * sunrpc/rpc_prot.c: Likewise.
8454         * sunrpc/svc_authux.c: Likewise.
8455         * sunrpc/svc_raw.c: Likewise.
8456         * sunrpc/svc_simple.c: Likewise.
8457         * sunrpc/svc_tcp.c: Likewise.
8458         * sunrpc/svc_udp.c: Likewise.
8459         * sunrpc/svc_unix.c: Likewise.
8460         * sunrpc/xdr.c: Likewise.
8461         * sunrpc/xdr_array.c: Likewise.
8462         * sunrpc/xdr_mem.c: Likewise.
8463         * sunrpc/xdr_rec.c: Likewise.
8464         * sunrpc/xdr_ref.c: Likewise.
8465         * sunrpc/xdr_stdio.c: Likewise.
8466         * sysdeps/generic/_strerror.c: Likewise.
8467         * sysdeps/generic/printf_fphex.c: Likewise.
8468         * sysdeps/generic/tmpfile.c: Likewise.
8469         * sysdeps/gnu/errlist.awk: Likewise.
8470         * sysdeps/gnu/errlist.c: Likewise.
8471
8472         * libio/Makefile (routines): Remove iosprint.
8473         * libio/iosprintf.c: Removed
8474
8475
8476 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
8477
8478         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
8479         non_dynamic_init and exported now.
8480         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
8481         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
8482         !SHARED.
8483         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8484         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8485         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8486
8487 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
8488
8489         * elf/dl-close.c (free_slotinfo): Check for end of list and return
8490         true in this case.
8491
8492         * locale/iso-639.def: Add language codes for Walloon.
8493
8494         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
8495         total number of relocations performed.
8496
8497         * elf/sprof.c (load_profdata): If do_test provide information as
8498         to why loading failed.
8499         * elf/dl-profile.c (_dl_start_profile): Initialize all of
8500         hist_hdr.dimen.
8501
8502         * csu/set-init.c: Moved to...
8503         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
8504         * csu/Makefile: Don't compile set-init.
8505         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
8506         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
8507         to __libc_init.
8508         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8509         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8510         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
8511         __libc_init.
8512         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
8513         __libc_subinit.
8514
8515 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
8516
8517         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
8518         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
8519         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
8520         (_dl_deallocate_tls): New function.
8521         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
8522         _dl_deallocate_tls.
8523
8524 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8525
8526         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
8527         * stdio-common/tst-fseek.c (main): Add test for this.
8528
8529 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
8530
8531         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
8532
8533 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
8534
8535         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
8536         pointer before dereferencing.
8537
8538 2002-02-18  Roland McGrath  <roland@frob.com>
8539
8540         * sysdeps/mach/hurd/times.c: Fix typo in last change.
8541
8542         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
8543         Use task_policy in place of task_priority.
8544
8545         * sysdeps/generic/bits/mman.h
8546         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
8547         * sysdeps/mach/msync.c: New file.
8548
8549         * sysdeps/mach/powerpc/syscall.S: New file.
8550
8551         * mach/msg.c [MACH_MSG_OVERWRITE]
8552         (__mach_msg_trap, __mach_msg_overwrite): New functions.
8553         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
8554
8555         * sysdeps/mach/configure.in: Check for clock.defs to put into
8556         mach_interface_list.
8557         * sysdeps/mach/configure: Regenerated.
8558
8559         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
8560         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
8561         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
8562         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
8563         (mach-shortcuts): Add device_read_overwrite_request,
8564         device_read_overwrite, vm_read_overwrite, thread_switch.
8565
8566         * configure.in (base_machine): Set to $machine by default.
8567         * configure: Regenerated.
8568
8569         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
8570         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
8571         * sysdeps/mach/configure: Regenerated.
8572         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
8573
8574         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
8575
8576         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
8577
8578         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
8579         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
8580
8581 2002-02-17  Roland McGrath  <roland@frob.com>
8582
8583         * sysdeps/mach/hurd/times.c
8584         [NO_CREATION_TIME] (startup_time): New static variable.
8585         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
8586         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
8587         creation_time from task_basic_info.
8588         (__times): Use __gettimeofday instead of __host_get_time.
8589
8590         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
8591         Use untyped Mach IPC message format.
8592
8593         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
8594
8595         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
8596         _S_catch_exception_raise_state_identity,
8597         _hurdsig_fault_catch_exception_raise_state,
8598         _hurdsig_fault_catch_exception_raise_state_identity.
8599
8600         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
8601
8602         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
8603         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
8604
8605         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
8606         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
8607
8608         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
8609         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
8610         them as no-op macros.
8611         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
8612         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
8613
8614         * sysdeps/powerpc/dl-machine.h
8615         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
8616
8617         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
8618         Use untyped Mach IPC message format.
8619
8620         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
8621         Handle untyped Mach IPC message formats.
8622
8623         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
8624         Expect different argument conventions when this is defined.
8625         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
8626         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
8627         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
8628         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
8629         for OSF Mach variant.
8630         (faulted): Use mig_reply_error_t for REPLY.
8631         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
8632         in __thread_set_exception_ports call.
8633         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
8634         __mach_port_set_attributes in place of __mach_port_set_qlimit.
8635
8636         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
8637         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
8638         on Darwin, which includes bogons.
8639
8640         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
8641         variable LOADBASE so it's not declared when it's not used.
8642
8643 2002-02-16  Roland McGrath  <roland@frob.com>
8644
8645         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
8646         to use BI.creation_time.
8647
8648         * mach/Machrules (MIG): Add -x c to CPP value passed down.
8649
8650         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
8651         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
8652         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
8653         host_page_size instead of vm_statistics.
8654
8655         * sysdeps/mach/Makefile (mach-before-compile): Don't include
8656         mach_interface.h here, since not all variants use that name.
8657
8658         * sysdeps/mach/configure.in: Add some checks for Mach headers
8659         to ensure a sane installation.
8660         (mach_interface_list): Define this variable by checking for .defs
8661         files found in various variants.
8662         * configure.in (mach_interface_list): AC_SUBST this.
8663         * config.make.in (mach-interface-list): New substituted variable.
8664         * mach/Makefile (user-interfaces): Define this using the value
8665         of $(mach-interface-list) instead of mach, mach4.
8666         Updated other references to mach_interface to use it as well.
8667
8668         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
8669
8670         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
8671         mig_reply_error_t for OSF Mach variant.
8672
8673         * mach/Makefile (routines): Remove bootprivport.
8674         * mach/bootprivport.c: File removed.  It has never been used.
8675
8676         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
8677         Grok the OSF flavor of message format.
8678         (mach_msg_destroy_port): For MAKE_SEND and
8679         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
8680         no-senders notification.
8681
8682 2002-02-06  Roland McGrath  <roland@frob.com>
8683
8684         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8685         to here if 2.0 compatibility enabled ...
8686         (libc: GLIBC_2.1.3): ... from here.
8687
8688 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
8689
8690         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8691         generation counter.
8692         * elf/dl-close.c (_dl_close): Likewise.
8693
8694 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
8695
8696         * elf/Makefile: Add rules to build and run tst-tls8.
8697         * elf/tst-tls8.c: New file.
8698         * elf/tst-tlsmod4.c: New file.
8699
8700         * stdlib/test-a64l.c (tests): Add more test cases.
8701
8702         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8703         Reported by Walter Harms <WHarms@bfs.de>.
8704
8705 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
8706
8707         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8708         definitions for struct sigcontext.
8709         Suggested by David Mosberger-Tang.
8710
8711 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8712
8713         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
8714         for removing reference of module in slotinfo list.
8715         (_dl_close): Use remove_slotinfo.
8716         * sysdeps/generic/dl-tls.c: General pretty printing.
8717         (oom): Define only if SHARED.
8718         (_dl_next_tls_modid): Correct starting point for the case we assume
8719         there is a gap.  Add missing instruction grouping (doh!).  Correct
8720         tests for reaching maximum index.
8721         * elf/Makefile: Add rules to build and run tst-tls7.
8722         * elf/tst-tls7.c: New file.
8723         * elf/tst-tlsmod3.c: New file.
8724
8725         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8726         USE_TLS.
8727         * elf/tst-tlsmod2.c: Likewise.
8728
8729         * elf/dl-close.c (_dl_close): When closing an object using TLS
8730         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8731         true.  Increment dl_tls_generation only if we closed any TLS-using
8732         object.
8733         * elf/tst-tls6.c: New file.
8734         * elf/Makefile: Add rules to build and run tst-tls6.
8735
8736         * po/da.po: Update from translation team.
8737
8738         * locale/categories.def: Fix typo [PR libc/2948].
8739         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8740         [PR libc/2949].
8741         * locale/iso-4217.def: Update from official version [PR libc/2950].
8742         * glibcbug.in: Honor TMPDIR [PR libc/2951].
8743         * locale/programs/ld-collate.c (collate_finish): Bail out with a
8744         message if input is too confusion instead of using assert.
8745         (collate_read): Don't crash on unknown symbol [PR libc/2952].
8746         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8747
8748         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8749         * elf/tst-tls2.c: Likewise.
8750         * elf/tst-tls3.c: Likewise.
8751
8752 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8753
8754         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8755
8756 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8757
8758         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8759         if this is really necessary.
8760
8761         * elf/dl-close.c (_dl_close): Implement freeing entries in the
8762         slotinfo array.
8763         (free_mem): Free memory for the slotinfo array if possible.
8764
8765 2002-02-12  Andreas Schwab  <schwab@suse.de>
8766
8767         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8768
8769 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
8770
8771         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
8772         TLS_DTV_UNALLOCATE.
8773         (oom): New function.
8774         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
8775         (_dl_determine_tlsoffset): Likewise.
8776         (_dl_allocate_tls): Likewise.
8777         (__TLS_GET_ADDR): Define if not already defined.
8778         (_dl_tls_symaddr): New function.
8779         (allocate_and_init): New function.
8780         (__tls_get_addr): Actually implement handling of generation counter
8781         and deferred allocation.
8782         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
8783         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8784         _dl_tls_generation.
8785         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
8786         Declare _dl_tls_symaddr.
8787         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
8788         SHARED.
8789         * include/link.h (struct link_map):  Remove l_tls_nextimage and
8790         l_tls_previmage.
8791         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
8792         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
8793         (_dl_vsym): Likewise.
8794         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
8795         layout.
8796         (dl_main): Allow PT_TLS be present for empty segment.  Remove
8797         nextimage list handling.  Instead add all modules using TLS to
8798         dl_tls_dtv_slotinfo_list.
8799         * elf/dl-open.c (dl_open_worker): After successfully loading all
8800         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
8801         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
8802         empty segment don't do anything.  Remove handling of initimage list.
8803         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
8804         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
8805         * elf/dl-minimal.c: Define __libc_memalign.
8806         * elf/dl-support.c: Remove _dl_initimage_list.  Add
8807         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8808         _dl_tls_generation.
8809         * include/stdlib.h: Declare __libc_memalign.
8810
8811         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
8812         * elf/tst-tls4.c: New file.
8813         * elf/tst-tls5.c: New file.
8814         * elf/tst-tlsmod2.c: New file.
8815
8816         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
8817
8818         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
8819
8820         * elf/tst-tls1.c: Use test-skeleton.c.
8821         * elf/tst-tls2.c: Likewise.
8822         * elf/tst-tls3.c: Likewise.
8823
8824         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
8825
8826 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8827
8828         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
8829
8830 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
8831
8832         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
8833
8834         * elf/tst-tls3.c: New file.
8835         * elf/tst-tlsmod1.c: New file.
8836         * elf/Makefile: Add rules to build and run tst-tls3.
8837
8838         * sysdeps/i386/dl-machine.h: Include <tls.h>.
8839         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
8840         TLS relocations.
8841
8842         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
8843
8844         * po/fr.po: Update from translation team.
8845
8846         * elf/tls-macros.h: Add alternative macros for use in PIC.
8847
8848         * elf/dl-lookup.c: Include <tls.h>.
8849         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
8850
8851         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
8852         required by passing pointer to last element of the list.
8853
8854         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
8855         l_tls_initimage to a place where it actually is performed.
8856
8857         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
8858         after globfree() calls.
8859
8860         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
8861         (openaux): Pass open_mode as new last argument to _dl_map_object.
8862         (_dl_map_object_deps): Add new argument open_mode.  Initialize
8863         open_mode element of args variable with it.
8864         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
8865         _dl_map_object_deps.
8866         * elf/rtld.c (dl_main): Add zero as last parameter to
8867         _dl_map_object_deps call.
8868         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
8869         * elf/nodlopen2.c: New file.
8870         * elf/nodlopenmod2.c: New file.
8871         * elf/Makefile: Add rules to build and run nodlopen2.
8872
8873         * elf/tst-tls1.c: Move TLS helper macros to...
8874         * elf/tls-macros.h: ...here.  New file.
8875         * elf/tst-tls2.c: New file.
8876         * elf/Makefile (tests): Add tst-tls2.
8877         (distribute): Add tls-macros.h.
8878
8879         * po/sv.po: Update from translation team.
8880
8881         * elf/tst-tls1.c (main): Add complete set of tests.  Split
8882         architecture specific definitions from the actual test code.
8883
8884         * po/tr.po: Update from translation team.
8885
8886 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
8887
8888         * elf/Makefile (tests): Add tst-tls1.
8889         * elf/tst-tls1.c: New file.
8890
8891         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
8892         alignment of TCB for now.
8893
8894         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
8895         initialization image for the application itself.
8896
8897         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
8898         loop to initialize TLS block.
8899
8900 2002-02-08  Richard Henderson  <rth@redhat.com>
8901
8902         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
8903         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
8904
8905         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
8906
8907 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
8908
8909         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
8910
8911 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
8912
8913         * po/ca.po: Update from translation team.
8914         * po/sk.po: Likewise.
8915
8916         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
8917         (dl_main): Move dtv/static TLS handling before relocation.
8918         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
8919         TLS_INIT_TP to allocate and install the dtv/static TLS block.
8920         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
8921         so far uses TLS initialize GL(dl_tls_static_size) and
8922         GL(dl_tls_static_align) to account for the TCB.
8923         (_dl_allocate_tls): New function.
8924         * sysdeps/generic/ldsodefs.h (rtld_global): Add
8925         _dl_initial_dtv_malloced.
8926
8927         * configure.in: Test for __builtin_memset more realistically.
8928
8929         * csu/version.c (banner): If TLS support is available say so.
8930
8931 2002-02-04  H.J. Lu  <hjl@gnu.org>
8932
8933         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
8934         __attribute_used__.
8935         (__dl_runtime_resolve): Likewise.
8936
8937         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
8938         declaration.
8939
8940 2001-11-15  H.J. Lu  <hjl@gnu.org>
8941
8942         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
8943         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
8944
8945         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
8946
8947 2002-02-07  H.J. Lu  <hjl@gnu.org>
8948
8949         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
8950         ".set noreorder".
8951         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
8952         Likewise.
8953
8954 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8955
8956         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
8957
8958         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
8959         ___tls_get_addr_internal.
8960         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
8961
8962         * po/ko.po: Update from translation team.
8963
8964 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
8965
8966         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
8967         attribute, change __pad{1,2} type to unsigned int.
8968         (struct stat64): Remove packed attribute.
8969
8970 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8971
8972         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
8973
8974 2002-02-07  Andreas Schwab  <schwab@suse.de>
8975
8976         * configure.in: Fix check for -zcombreloc.
8977
8978 2002-02-06  H.J. Lu  <hjl@gnu.org>
8979
8980         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
8981         * configure.in: Check if __builtin_memset really works.
8982         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
8983         __GNUC_PREREQ (2, 96) before using __builtin_memset.
8984
8985 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
8986
8987         * io/bug-ftw3.c (main): Don't try the test if root.
8988
8989 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8990
8991         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
8992         constraints.
8993         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
8994         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
8995         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
8996         Likewise.
8997         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
8998         a weak alias for __clone.
8999         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
9000         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
9001         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
9002         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
9003         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
9004         a weak alias for __mmap64.
9005
9006 2002-02-05  H.J. Lu  <hjl@gnu.org>
9007
9008         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
9009         (atomic_add): Likewise.
9010         (compare_and_swap): Likewise.
9011         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
9012
9013 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9014
9015         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
9016
9017         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
9018         alignment of the TCB and store total size and alignment of static
9019         TLS block in _dl_tls_static_size and _dl_tls_static_align.
9020         tls_index is a typedef.
9021         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
9022         _dl_tls_static_align.
9023         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
9024         * elf/dl-support.c: Define _dl_tls_static_size and
9025         _dl_tls_static_align.
9026
9027 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9028
9029         * configure.in: Add --without-tls option.
9030         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
9031         --without-tls is given.
9032
9033         * sysdeps/generic/dl-tls.c: Include <tls.h>.
9034
9035         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
9036
9037 2002-02-06  Roland McGrath  <roland@frob.com>
9038
9039         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
9040         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
9041
9042         * scripts/versions.awk: Improve error message for missing version.
9043         Each version inherits from the last one only if they have the same
9044         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
9045         but not GLIBC_x and FOO_y.
9046
9047         * scripts/firstversions.awk: Handle libraries that don't have each
9048         particular version named in the third column of shlib-versions.
9049
9050         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
9051
9052 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9053
9054         * Versions.def [ld]: Add GLIBC_2.3.
9055         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
9056         * elf/Makefile (dl-routines): Add dl-tls.
9057         (distribute): Add dl-tls.h.
9058         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9059         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9060         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
9061         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
9062         along with the other info in the link map.  Change queueing of init
9063         images for double linked list.  Use _dl_next_tls_modid to compute
9064         l_tls_modid.
9065         * elf/rtld.c (_dl_start_final): Store alignment requirement
9066         along with the other info in rtld map and executable map.
9067         (dl_main): Add ld.so to the init image list if necessary.  Compute
9068         final module ID with _dl_next_tls_modid.
9069         * include/link.h (struct link_map): Add l_tls_previmage and
9070         l_tls_align.
9071         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9072         * sysdeps/i386/elf/Versions: New file.
9073         * sysdeps/generic/dl-tls.c: New file.
9074         * sysdeps/generic/dl-tls.h: New file.
9075         * sysdeps/i386/dl-tls.h: New file.
9076
9077 2002-02-06  Roland McGrath  <roland@frob.com>
9078
9079         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
9080         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
9081
9082 2002-01-05  Roland McGrath  <roland@frob.com>
9083
9084         * sysdeps/mach/configure.in: New file.
9085         * sysdeps/mach/configure: New generated file.
9086
9087         * mach/Makefile (user-interfaces): Remove default_pager_helper.
9088         It has never been used by anything.
9089
9090 2002-02-06  H.J. Lu  <hjl@gnu.org>
9091
9092         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
9093         is included.
9094
9095 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9096
9097         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
9098         attribute((packed)) to counter stupid people misusing gcc options.
9099         (struct stat64): Likewise.
9100
9101 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9102
9103         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
9104         the variables which are used as booleans.
9105
9106 2002-02-06  Andreas Jaeger  <aj@suse.de>
9107
9108         * include/libc-symbols.h (INTUSE): Renamed from INT.
9109         * elf/dl-deps.c: Change users.
9110         * sysdeps/generic/dl-sysdep.c: Likewise.
9111         * sysdeps/generic/dl-cache.c: Likewise.
9112         * elf/dl-reloc.c: Likewise.
9113         * elf/rtld.c: Likewise.
9114         * elf/dl-version.c: Likewise.
9115         * elf/dl-load.c: Likewise.
9116         * elf/dl-dst.h: Likewise.
9117         * elf/dl-init.c: Likewise.
9118         * elf/dl-error.c: Likewise.
9119         * elf/dl-fini.c: Likewise.
9120         * elf/dl-runtime.c: Likewise.
9121         * elf/do-lookup.h: Likewise.
9122
9123         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
9124         definition.
9125         * stdio-common/_itowa.h: Likewise.
9126
9127 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9128
9129         * elf/dl-minimal.c: Define _itoa_lower_digits.
9130
9131         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
9132         DT_FLAGS set.
9133
9134         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
9135         loading modules with the DF_STATIC_TLS flag set.
9136         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
9137         element.
9138         * include/link.h (struct link_map): Add l_flags field.
9139         * elf/elf.h (DF_STATIC_TLS): New definition.
9140
9141         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
9142         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
9143
9144         * elf/rtld.c (process_dl_debug): Correct printing help message.
9145         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
9146         for %s.
9147
9148         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
9149         definition and pass &errno in use of this variable.
9150         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
9151
9152 2002-02-04  Andreas Schwab  <schwab@suse.de>
9153
9154         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
9155         * locale/programs/charmap-dir.c: Wrap calls that output messages
9156         with WITH_CUR_LOCALE.  Include "localedef.h" first.
9157         * locale/programs/charmap.c: Likewise.
9158         * locale/programs/ld-address.c: Likewise.
9159         * locale/programs/ld-collate.c: Likewise.
9160         * locale/programs/ld-ctype.c: Likewise.
9161         * locale/programs/ld-identification.c: Likewise.
9162         * locale/programs/ld-measurement.c: Likewise.
9163         * locale/programs/ld-messages.c: Likewise.
9164         * locale/programs/ld-monetary.c: Likewise.
9165         * locale/programs/ld-name.c: Likewise.
9166         * locale/programs/ld-numeric.c: Likewise.
9167         * locale/programs/ld-paper.c: Likewise.
9168         * locale/programs/ld-telephone.c: Likewise.
9169         * locale/programs/ld-time.c: Likewise.
9170         * locale/programs/linereader.c: Likewise.
9171         * locale/programs/linereader.h: Likewise.
9172         * locale/programs/localedef.c: Likewise.
9173         * locale/programs/locfile.c: Likewise.
9174         * locale/programs/repertoire.c: Likewise.
9175
9176 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9177
9178         * elf/rtld.c (_dl_start_final): Determine load address to locate
9179         ehdr with GL(dl_rtld_map).l_map_start.
9180
9181         * po/ca.po: Update from translation team.
9182
9183         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
9184         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
9185         header entry.
9186         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9187         _dl_tls_module_cnt.
9188         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
9189
9190 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
9191
9192         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
9193         * include/link.h (struct link_map): Add various members for TLS
9194         information.
9195         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9196         _rtld_tlsoffset, add _dl_initimage_list.
9197         * sysdeps/i386/dl-lookupcfg.h: New file.
9198         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
9199         TLS relocation.  When using TLS we now use RESOLVE_MAP.
9200         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
9201         is used.
9202
9203         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
9204         unused.
9205
9206         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
9207         thread-pointer as soon as possible.
9208         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
9209         elements in rtld_global.
9210         * sysdeps/generic/tls.h: New file.
9211         * elf/Makefile (distribute): Add tls.h.
9212         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
9213         relocations.  Not complete yet.
9214
9215         * resolv/resolv.h: Allow user to define __need_res_state and only
9216         define __res_start structure then.
9217         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
9218
9219         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
9220         dl_cpuclock_offset initialization to _dl_start_final.
9221         (_dl_show_auxv): Avoid unnecessary sign extension.
9222         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
9223
9224 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9225
9226         * config.h.in: Add HAVE_TLS_SUPPORT.
9227         * sysdeps/i386/elf/configure.in: New file.
9228
9229 2002-02-03  Andreas Schwab  <schwab@suse.de>
9230
9231         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
9232         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
9233
9234 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
9235
9236         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
9237         alloca if the memory reqirements are too high.
9238
9239 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9240
9241         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
9242         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
9243         the former is available anyway and speed isn't important here.
9244         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
9245         * elf/dl-version.c (match_symbol): Likewise.
9246         (_dl_check_map_versions): Likewise.
9247         * elf/rtld.c (process_envvars): Likewise.
9248         (print_statistics): Likewise.
9249         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
9250         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
9251         bases.  Add assert to catch uses of unimplemented features.
9252         (__strsep): Add assert to catch uses of unimplemented features.
9253         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
9254         and avoid inline optimization.
9255         * elf/rtld.c (process_envvars): Likewise.
9256         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
9257         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
9258         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
9259
9260 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9261
9262         * stdio-common/_itoa.h: Minor simplifications of the code.
9263         * stdio-common/_itoa.c: Likewise.
9264
9265         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
9266         instead of _dl_printf for debugging info output.
9267
9268         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
9269         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
9270
9271 2002-02-01  H.J. Lu  <hjl@gnu.org>
9272
9273         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
9274         (atomic_add): Likewise.
9275         (compare_and_swap): Return 0 only when failed to compare. Use
9276         branch likely.
9277
9278         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
9279         branch likely.
9280
9281 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
9282
9283         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
9284
9285 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9286
9287         * elf/dl-minimal.c (__strsep): New minimal implementation.
9288
9289 2002-02-02  Paul Eggert  <eggert@twinsun.com>
9290
9291         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
9292         (__mktime_internal): If no tm_isdst is requested, prefer solutions
9293         with tm_isdst > 0 when the requested time falls within a
9294         spring-forward gap [PR libc/2894].
9295
9296 2002-02-03  Andreas Schwab  <schwab@suse.de>
9297
9298         * stdio-common/tst-rndseek.c: Increase timeout.
9299
9300 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9301
9302         Change ld.so to not use functions which are exported.  One cannot
9303         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
9304         definitions.
9305         * include/libc-symbols.h: Define INT and INTDEF.
9306         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
9307         _dl_signal_error_internal, _dl_map_object_internal,
9308         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
9309         _dl_lookup_versioned_symbol_internal,
9310         _dl_relocate_object_internal, _dl_debug_state_internal,
9311         _dl_start_profile_internal, and _dl_unload_cache_internal.
9312         * include/dlfcn.h: Declare _dl_catch_error_internal.
9313         * elf/rtld.c: Use INT for calls to any of the *_internal functions
9314         above.  Add INTDEF to function definitions.
9315         * elf/dl-debug.c: Likewise.
9316         * elf/dl-deps.c: Likewise.
9317         * elf/dl-dst.h: Likewise.
9318         * elf/dl-error.c: Likewise.
9319         * elf/dl-fini.c: Likewise.
9320         * elf/dl-init.c: Likewise.
9321         * elf/dl-load.c: Likewise.
9322         * elf/dl-lookup.c: Likewise.
9323         * elf/dl-misc.c: Likewise.
9324         * elf/dl-open.c: Likewise.
9325         * elf/dl-profile.c: Likewise.
9326         * elf/dl-reloc.c: Likewise.
9327         * elf/dl-runtime.c: Likewise.
9328         * elf/dl-version.c: Likewise.
9329         * elf/do-lookup.h: Likewise.
9330         * sysdeps/generic/dl-cache.c: Likewise.
9331         * sysdeps/generic/dl-sysdep.c: Likewise.
9332         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
9333         instead of _dl_init.
9334         * sysdeps/arm/dl-machine.h: Likewise.
9335         * sysdeps/cris/dl-machine.h: Likewise.
9336         * sysdeps/hppa/dl-machine.h: Likewise.
9337         * sysdeps/i386/dl-machine.h: Likewise.
9338         * sysdeps/ia64/dl-machine.h: Likewise.
9339         * sysdeps/m68k/dl-machine.h: Likewise.
9340         * sysdeps/mips/dl-machine.h: Likewise.
9341         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9342         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9343         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9344         * sysdeps/sh/dl-machine.h: Likewise.
9345         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9346         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9347         * sysdeps/x86_64/dl-machine.h: Likewise.
9348         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9349
9350         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9351         and _dl_debug_initialize.
9352
9353         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9354         more information.
9355         * elf/rtld.c (dl_main): Avoid strrchr.
9356         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9357         result of readlink.  Search from the back for '/'.
9358
9359         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9360         strncpy if possible.
9361
9362         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
9363         strncmp.
9364         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
9365         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
9366         strspn, and strcspn.
9367         (process_envvars): Don't use strcspn.
9368
9369         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
9370         (_dl_dst_substitute): Likewise.
9371
9372 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9373
9374         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
9375         code which is never used when relocating ld.so itself.
9376
9377         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
9378         starting ld.so itself.  Move l_addr variable initialization closer
9379         to use.
9380         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
9381
9382 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9383
9384         * Versions.def (libc): Add GLIBC_PRIVATE.
9385         (libdb, libnss_db, libdb1): Remove.
9386         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
9387         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
9388         (libpthread): Add GLIBC_PRIVATE.
9389         (libresolv): Likewise, remove GLIBC_2.1.
9390         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
9391         GLIBC_2.2.3, GLIBC_2.3.
9392         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
9393         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
9394         _dl_sym, _dl_vsym): Likewise.
9395         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
9396         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
9397         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
9398         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
9399         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
9400         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
9401         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
9402         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
9403         Likewise.
9404         (_dl_object_relocation_scope): Remove.
9405         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
9406         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
9407         __gconv_cache): Move to GLIBC_PRIVATE.
9408         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
9409         __internal_setnetgrent): Likewise.
9410         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
9411         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
9412         * locale/Versions (__collate_element_hash, __collate_element_strings,
9413         __collate_symbol_classes, __collate_symbol_hash,
9414         __collate_symbol_strings, _nl_current_LC_COLLATE,
9415         _nl_current_LC_CTYPE): Likewise.
9416         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
9417         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
9418         (libnss_nis, libnss_nisplus): Likewise.
9419         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
9420         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
9421         (libnss_files): Move all symbols to GLIBC_PRIVATE.
9422         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
9423         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
9424         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
9425         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
9426         __ns_get16, __ns_samename): Likewise.
9427         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
9428         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
9429         GLIBC_PRIVATE.
9430         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
9431         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
9432         __libc_connect): Likewise.
9433         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
9434         Likewise.
9435         * stdlib/Versions (__libc_system): Likewise.
9436         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
9437         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
9438         * sysdeps/ia64/fpu/Versions: Likewise.
9439         * sysdeps/ia64/Versions: Likewise.
9440         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
9441         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
9442         to GLIBC_PRIVATE.
9443         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
9444         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
9445         __libc_sigaction): Likewise.
9446         * termios/Versions (__libc_tcdrain): Likewise.
9447
9448         * misc/sys/cdefs (__attribute_noinline__): Define.
9449         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
9450         __attribute_noinline__.
9451
9452         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
9453         * elf/dl-xstat64.c: New file.
9454         * elf/dl-fxstat64.c: New file.
9455         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
9456         don't export __fxstat64 at multiple versions.
9457         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
9458         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
9459
9460 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
9461
9462         * locale/program/ld-collate.c (collate_finish): Assign a wide
9463         char collation sequence value to multi character collating
9464         elements, and avoid over writing by non-character elements.
9465
9466 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9467
9468         * elf/Makefile (distribute): Add dl-procinfo.c.
9469         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
9470         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
9471
9472 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9473
9474         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
9475         definition.
9476         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
9477         _rtld_global struct.
9478         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9479         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
9480         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9481         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
9482         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
9483         _dl_fpu_control_set): Remove unused externs.
9484         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
9485         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
9486         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
9487         related variables in _rtld_global struct.
9488         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
9489         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
9490         unused extern.
9491
9492 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9493
9494         * sysdeps/generic/dl-procinfo.c: New file.
9495
9496 2002-02-01  Andreas Schwab  <schwab@suse.de>
9497
9498         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
9499
9500 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9501
9502         * elf/rtld.c (_dl_start): Mark as internal_function.
9503         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
9504         in register.
9505         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
9506         General pretty printing.
9507
9508 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9509
9510         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
9511         * elf/dl-reloc.c: Pretty printing.
9512         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
9513         procinfo-related variables in rtld_global struct.
9514         * elf/dl-support.c: Likewise.
9515         * elf/rtld.c: Likewise.
9516         * sysdeps/i386/i686/Makefile: Likewise.
9517         * sysdeps/i386/i686/hp-timing.c: Likewise.
9518         * sysdeps/i386/i686/hp-timing.h: Likewise.
9519         * sysdeps/ia64/Makefile: Likewise.
9520         * sysdeps/ia64/hp-timing.c: Likewise.
9521         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
9522         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
9523         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
9524         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
9525         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
9526         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
9527         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
9528         * sysdeps/x86_64/Makefile: Likewise.
9529
9530         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
9531         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
9532         _dl_debug_fd to rtld_global.
9533         * elf/Versions: Likewise.
9534         * elf/dl-close.c: Likewise.
9535         * elf/dl-iteratephdr.c: Likewise.
9536         * elf/dl-lookup.c: Likewise.
9537         * elf/dl-misc.c: Likewise.
9538         * elf/dl-open.c: Likewise.
9539         * elf/dl-support.c: Likewise.
9540         * elf/do-lookup.h: Likewise.
9541         * elf/rtld.c: Likewise.
9542         * sysdeps/generic/dl-cache.c: Likewise.
9543         * sysdeps/generic/dl-sysdep.c: Likewise.
9544         * sysdeps/ia64/Versions: Likewise.
9545         * sysdeps/unix/clock_gettime.c: Likewise.
9546         * sysdeps/unix/clock_settime.c: Likewise.
9547         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9548         * sysdeps/sparc/Versions: Removed.
9549         * sysdeps/i386/i686/Versions : Removed.
9550         * sysdeps/x86_64/Versions: Removed.
9551         * configure.in: Define HAVE_PROTECTED if .protected is available.
9552         * config.h.in: Add entry for HAVE_PROTECTED.
9553
9554 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
9555
9556         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
9557         code in struct _rtld_global.  Export this struct, remove all
9558         exports for the signal variables.
9559         * sysdeps/arm/dl-machine: Likewise.
9560         * sysdeps/generic/dl-origin: Likewise.
9561         * sysdeps/generic/dl-sysdep: Likewise.
9562         * sysdeps/generic/dl-cache: Likewise.
9563         * sysdeps/hppa/dl-fptr: Likewise.
9564         * sysdeps/hppa/dl-machine: Likewise.
9565         * sysdeps/cris/dl-machine: Likewise.
9566         * sysdeps/i386/dl-machine: Likewise.
9567         * sysdeps/ia64/dl-machine: Likewise.
9568         * sysdeps/m68k/dl-machine: Likewise.
9569         * sysdeps/mach/hurd/dl-sysdep: Likewise.
9570         * sysdeps/mips/mips64/dl-machine: Likewise.
9571         * sysdeps/mips/dl-machine: Likewise.
9572         * sysdeps/powerpc/elf/libc-start: Likewise.
9573         * sysdeps/powerpc/dl-machine: Likewise.
9574         * sysdeps/powerpc/dl-start: Likewise.
9575         * sysdeps/sparc/sparc32/dl-machine: Likewise.
9576         * sysdeps/sparc/sparc64/dl-machine: Likewise.
9577         * sysdeps/sh/dl-machine: Likewise.
9578         * sysdeps/s390/s390-32/dl-machine: Likewise.
9579         * sysdeps/s390/s390-64/dl-machine: Likewise.
9580         * sysdeps/unix/sysv/aix/libc-start: Likewise.
9581         * sysdeps/unix/sysv/aix/start-libc: Likewise.
9582         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
9583         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
9584         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
9585         * sysdeps/x86_64/dl-machine: Likewise.
9586
9587 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9588
9589         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
9590         are too high.
9591
9592 2002-01-31  Andreas Schwab  <schwab@suse.de>
9593
9594         * sysdeps/posix/readv.c: Check for ssize_t overflow.
9595
9596 2002-01-31  Andreas Schwab  <schwab@suse.de>
9597
9598         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
9599         reference to _dl_pagesize.
9600
9601 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
9602
9603         * Versions.def [ld]: Add GLIBC_2.3.
9604         * elf/dl-addr.c: Move global variables for SHARED code in struct
9605         _rtld_global.  Export this struct, remove all exports for the
9606         signal variables.
9607         * elf/dl-close.c: Likewise.
9608         * elf/dl-conflict.c: Likewise.
9609         * elf/dl-debug.c: Likewise.
9610         * elf/dl-deps.c: Likewise.
9611         * elf/dl-dst.h: Likewise.
9612         * elf/dl-error.c: Likewise.
9613         * elf/dl-fini.c: Likewise.
9614         * elf/dl-init.c: Likewise.
9615         * elf/dl-iteratephdr.c: Likewise.
9616         * elf/dl-libc.c: Likewise.
9617         * elf/dl-load.c: Likewise.
9618         * elf/dl-lookup.c: Likewise.
9619         * elf/dl-minimal.c: Likewise.
9620         * elf/dl-object.c: Likewise.
9621         * elf/dl-open.c: Likewise.
9622         * elf/dl-profile.c: Likewise.
9623         * elf/dl-profstub.c: Likewise.
9624         * elf/dl-reloc.c: Likewise.
9625         * elf/dl-runtime.c: Likewise.
9626         * elf/dl-support.c: Likewise.
9627         * elf/dl-sym.c: Likewise.
9628         * elf/dl-version.c: Likewise.
9629         * elf/do-lookup.h: Likewise.
9630         * elf/do-rel.h: Likewise.
9631         * elf/dynamic-link.h: Likewise.
9632         * elf/rtld.c: Likewise.
9633         * sysdeps/generic/dl-cache.c: Likewise.
9634         * sysdeps/generic/dl-sysdep.c: Likewise.
9635         * sysdeps/generic/ldsodefs.h: Likewise.
9636         * sysdeps/generic/libc-start.c: Likewise.
9637         * sysdeps/i386/dl-machine.h: Likewise.
9638         * sysdeps/ia64/dl-fptr.c: Likewise.
9639         * sysdeps/ia64/dl-machine.h: Likewise.
9640         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
9641         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
9642         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9643         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
9644         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9645         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9646         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
9647         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
9648
9649 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9650
9651         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
9652         to avoid warning
9653         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
9654
9655         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
9656         SHARED version.
9657         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
9658
9659         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
9660
9661 2002-01-29  Ben Collins  <bcollins@debian.org>
9662
9663         * string/bits/string2.h (__mempcpy): Protect size arg for
9664         addition when using __builtin_memcpy.
9665
9666 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9667
9668         * stdlib/Makefile (tests): Add tst-qsort.
9669         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
9670
9671         * manual/signal.texi (Process Signal Mask): Document that
9672         pthread_sigmask, not sigprocmask, must be used in MT programs.
9673         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
9674
9675         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
9676         found.
9677         * misc/Makefile (tests): Add tst-hsearch.
9678         * misc/tst-hsearch.c: New file.
9679
9680 2002-01-18  Wolfram Gloger  <wg@malloc.de>
9681
9682         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9683         * malloc/malloc.h: Likewise.
9684         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9685         * malloc/arena.c: New file.
9686         * malloc/hooks.c: New file.
9687         * malloc/tst-mallocstate.c: New file.
9688         * malloc/Makefile: Add new testcase tst-mallocstate.
9689         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
9690
9691 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9692
9693         * stdlib/msort.c: Remove last patch.  The optimization violates the
9694         same rule which qsort.c had problems with.
9695
9696 2002-01-27  Paul Eggert  <eggert@twinsun.com>
9697
9698         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9699         to a pivot element that lies outside the array to be sorted, as
9700         ISO C99 requires that the comparison function be called only with
9701         addresses of array elements [PR libc/2880].
9702
9703 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9704
9705         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9706         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
9707
9708         * timezone/asia: Update from tzdata2002b.
9709         * timezone/australasia: Likewise.
9710         * timezone/backward: Likewise.
9711         * timezone/europe: Likewise.
9712         * timezone/leapseconds: Likewise.
9713         * timezone/iso3166.tab: Likewise.
9714         * timezone/zone.tab: Likewise.
9715
9716 2002-01-23  Richard Henderson  <rth@redhat.com>
9717
9718         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9719
9720 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9721
9722         * string/strxfrm.c: Allocate one more byte for rulearr and clear
9723         this element [PR libc/2855].
9724
9725         * string/strcoll.c: Handle zero-length arguments specially
9726         [PR libc/2856].
9727
9728 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9729
9730         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9731         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9732         short lengths and constant src.
9733         (strcpy): Don't optimize for gcc 3.0+.
9734         (__stpcpy): For gcc 3.0+, don't use
9735         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9736         for short string literal src.
9737
9738 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9739
9740         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9741         Set for arm, too.
9742
9743 2001-01-22  Paul Eggert  <eggert@twinsun.com>
9744
9745         * manual/llio.texi (Linked Channels, Cleaning Streams):
9746         Make it clearer that a just-opened input stream might need cleaning.
9747
9748 2002-01-21  H.J. Lu  <hjl@gnu.org>
9749
9750         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9751         Don't use label at end of compound statement.
9752
9753 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
9754
9755         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9756         Remove test for negative integer arg; sin_pi does it correctly.
9757
9758 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
9759
9760         * nscd/Makefile (distribute): Filter out xmalloc.c.
9761
9762 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
9763
9764         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9765         Set offset if read end wasn't the buffer end.
9766         (_IO_file_seekoff_mmap): New function.
9767         (_IO_file_xsgetn_mmap): New function.
9768         (_IO_file_jumps_mmap): Use the two new functions.
9769         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9770         != end buffer.
9771         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
9772         _IO_file_underflow_mmap.
9773         * libio/iofopen.c: Don't position file descriptor at end of file.
9774         * libio/tst-widetext.c: Improve error messages.
9775         * stdio-common/tst-rndseek.c: Likewise.
9776
9777 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
9778
9779         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
9780         end of enum for !_GNU_SOURCE.
9781         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
9782         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
9783         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
9784         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
9785         values unless _GNU_SOURCE.
9786
9787         * iconvdata/tcvn5712-1.c: Minor cleanups.
9788
9789 2002-01-18  Andreas Schwab  <schwab@suse.de>
9790
9791         * sysdeps/unix/sysv/linux/configure.in
9792         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
9793
9794 2002-01-16  Roger Sayle  <roger@eyesopen.com>
9795
9796         * stdlib/msort.c (msort_with_tmp): Replace implementation with
9797         more efficient "Towers of Hanoi" mergesort.
9798         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
9799         for generic, sizeof(int) and sizeof(long) variants respectively.
9800
9801 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
9802
9803         * manual/syslog.texi (openlog): Describe possible problems with
9804         first parameter.
9805         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9806
9807         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
9808         * nscd/connections.c (begin_drop_privileges): New function.
9809         (finish_drop_privileges): New function.
9810         (nscd_init): Call the new functions which also install all groups
9811         for the server user.
9812         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
9813         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9814
9815 2002-01-17  H.J. Lu  <hjl@gnu.org>
9816
9817         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
9818         `const' from `got'.
9819
9820 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9821
9822         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
9823         instructions for pointer operations.
9824         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9825
9826 2002-01-17  Andreas Jaeger  <aj@suse.de>
9827
9828         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
9829         __uint128_t build-in.
9830
9831         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
9832         PowerPC, sync with 2.2 branch.
9833
9834 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9835
9836         * posix/getconf.c: Update copyright year.
9837         * nss/getent.c: Likewise.
9838         * nscd/nscd_nischeck.c: Likewise.
9839         * iconv/iconvconfig.c: Likewise.
9840         * iconv/iconv_prog.c: Likewise.
9841         * elf/ldconfig.c: Likewise.
9842         * catgets/gencat.c: Likewise.
9843         * csu/version.c: Likewise.
9844         * elf/ldd.bash.in: Likewise.
9845         * elf/sprof.c (print_version): Likewise.
9846         * locale/programs/locale.c: Likewise.
9847         * locale/programs/localedef.c: Likewise.
9848         * nscd/nscd.c (print_version): Likewise.
9849         * debug/xtrace.sh: Likewise.
9850         * malloc/memusage.sh: Likewise.
9851         * malloc/mtrace.pl: Likewise.
9852
9853 2002-01-16  Andreas Schwab  <schwab@suse.de>
9854
9855         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
9856         reliably remove "-ia64" from rtld name.
9857
9858 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9859
9860         * iconvdata/gb18030.c: Bug fixes and support for more characters.
9861         Patch by Yu Shao <yshao@redhat.com>.
9862
9863 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9864
9865         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
9866         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
9867         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
9868
9869 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9870
9871         * sysdeps/s390/fpu/libm-test-ulps: Update.
9872
9873 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
9874
9875         * elf/elf.h: Update x86 relocations.
9876
9877 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9878
9879         * locale/programs/charmap.c (new_width): Check whether byte
9880         sequences for both ends of range have the same length.
9881
9882 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9883
9884         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
9885
9886 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9887
9888         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
9889         string literals.
9890         (__full_ieee754_sqrt): Add __attribute_used__.
9891
9892 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9893
9894         * sysdeps/generic/group_member.c (__group_member): Also check
9895         groups[0] [PR libc/2781].
9896
9897 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
9898
9899         * Makefile (distribute): Add scripts/cpp.
9900         * elf/Makefile (distribute): Add reldep6mod[01234].c,
9901         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
9902         unwind-dw2-fde.h, and dwarf2.h.
9903         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
9904         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
9905         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
9906         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
9907
9908 2002-01-07  Roland McGrath  <roland@frob.com>
9909
9910         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
9911         volatile on type of ARGC so the compiler doesn't get clever.
9912
9913 2002-01-07  Andreas Jaeger  <aj@suse.de>
9914
9915         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
9916         * sysdeps/i386/bits/byteswap.h: Likewise.
9917         * sysdeps/ia64/bits/byteswap.h: Likewise.
9918         * sysdeps/m68k/bits/byteswap.h: Likewise.
9919         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
9920         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
9921
9922 2002-01-02  Bruno Haible  <bruno@clisp.org>
9923
9924         * intl/plural.y: Fix %expect count.
9925
9926 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
9927
9928         * elf/Makefile (routines, shared-only-routines): Add
9929         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
9930         * elf/elf.h (PT_GNU_EH_FRAME): Define.
9931         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
9932         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
9933         Optimize if .eh_frame section contains no FDEs.
9934         (__register_frame, __deregister_frame_info_bases,
9935         __deregister_frame): Likewise.
9936         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
9937         DW_CFA_restore handling.
9938
9939 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
9940
9941         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
9942
9943         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
9944         for x < 0.25 and restore original range reduction method.
9945         (__ieee754_lgammal_r): Make sure signgam is set before returning.
9946
9947 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
9948
9949         * libio/fileops.c (_IO_file_underflow_mmap): New function.
9950         (_IO_file_close_mmap): New function.
9951         (_IO_file_jumps_mmap): New variable.
9952         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
9953         trying to convert rest of byte buffer.
9954         (_IO_wfile_underflow_mmap): New function.
9955         (_IO_wfile_jumps_mmap): New variable.
9956         * libio/iofopen.c (__fopen_maybe_mmap): New function.
9957         (__fopen_internal): New function.  Split out from _IO_new_fopen.
9958         (_IO_new_fopen): Call __fopen_internal.
9959         * libio/iofopen64.c: Just call __fopen_internal.
9960         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
9961         successfully.
9962         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
9963         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
9964         _IO_file_close_mmap.
9965
9966         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
9967         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
9968
9969         * stdio-common/Makefile (tests): Add tst-rndseek.
9970         * stdio-common/tst-rndseek.c: New file.
9971
9972 2002-01-05  Roland McGrath  <roland@frob.com>
9973
9974         * config.h.in (HAVE_MIG_RETCODE): New #undef.
9975         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
9976         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
9977         * sysdeps/mach/hurd/configure: Regenerated.
9978
9979 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
9980
9981         * elf/elf.h: Add more TLS definitions.
9982
9983 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
9984
9985         * include/features.h (__GLIBC_MINOR__): Bump to 3.
9986
9987 2002-01-02  Roland McGrath  <roland@frob.com>
9988
9989         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
9990         __sigisemptyset.  Don't use MASK uninitialized.
9991
9992         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
9993         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
9994         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
9995         __sigdelset, __sigaddset, __sigorset.
9996
9997         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
9998         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
9999
10000         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
10001         _hurd_ports is null.
10002
10003         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
10004         for old CMU and new OSF Mach interface flavors.
10005         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
10006         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10007
10008         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
10009
10010         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
10011         Pass extra arguments to task_create for OSF variant.
10012         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10013
10014         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
10015         conditional on [HAVE_AUX_VECTOR].
10016
10017         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
10018         mach_msg_timeout_t as type of final argument.
10019
10020         * hurd/privports.c (__get_privileged_ports):
10021         Change host_priv_t to mach_port_t in argument type.
10022         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
10023         Update decls.
10024
10025         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
10026         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
10027         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10028         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10029         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10030         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
10031
10032 2002-01-01  Roland McGrath  <roland@frob.com>
10033
10034         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
10035
10036 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
10037
10038         * include/stdlib.h: Define inlines for the _l variants of the strto*
10039         functions.
10040
10041 2002-01-01  Roland McGrath  <roland@frob.com>
10042
10043         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
10044
10045         * mach/Machrules (MIG): Set CPP as well as CC.
10046
10047 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
10048
10049         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
10050         locale to parse /proc/loadavg [PR libc/2760].
10051
10052 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
10053
10054         * elf/dl-conflict.c: Include sys/param.h.
10055         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
10056         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
10057         warning.
10058         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
10059         literals to avoid warnings.
10060
10061 2001-12-31  Andreas Jaeger  <aj@suse.de>
10062
10063         * configure.in: Don't check for gsed since we do not use it anywhere.
10064
10065 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10066
10067         * io/fts.c: Update from BSD to fix memory leaks.
10068
10069 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10070
10071         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
10072         * elf/chroot_canon.c: Likewise.
10073         * elf/dl-object.c: Likewise.
10074         * iconv/iconv_charmap.c: Likewise.
10075         * iconv/iconv_prog.c: Likewise.
10076         * libio/iogetdelim.c: Likewise.
10077         * locale/lc-time.c: Likewise.
10078         * stdlib/canonicalize.c: Likewise.
10079         * sunrpc/svc.c: Likewise.
10080         * sysdeps/generic/glob.c: Likewise.
10081
10082 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10083
10084         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
10085         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
10086         remove high order bit from the program counter.
10087         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
10088
10089 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10090
10091         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
10092         unnecessary code and add missing reloc types.
10093         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
10094         case for reloc type R_390_NONE.
10095
10096 2001-12-28  Andreas Jaeger  <aj@suse.de>
10097
10098         * io/bug-ftw3.c: Include string.h for prototypes.
10099
10100         * crypt/md5test.c (main): Remove unused variable.
10101
10102         * dlfcn/modstatic.c: Add prototype to avoid warning.
10103
10104 2001-12-26  Roland McGrath  <roland@frob.com>
10105
10106         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
10107         check only (SS->pending & MASK) for the signal to return.
10108         From Jeroen Dekkers <jeroen@dekkers.cx>.
10109
10110 2001-12-22  Roland McGrath  <roland@frob.com>
10111
10112         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
10113         Use preprocessor #if conditionals instead of `if' to avoid
10114         warnings about divide by zero in dead code.
10115
10116         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
10117         _hurd_port_init, and __hurd_self_sigstate.
10118
10119         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
10120
10121 2001-12-21  Andreas Jaeger  <aj@suse.de>
10122
10123         * elf/dblloadmod1.c: Add prototype to avoid warning.
10124         * elf/dblloadmod2.c: Likewise.
10125         * elf/dblloadmod3.c: Likewise.
10126         * elf/reldepmod5.c: Likewise.
10127         * elf/reldepmod6.c: Likewise.
10128
10129         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
10130         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
10131         used on all architectures.
10132
10133         * sunrpc/svc_tcp.c: Add noreturn attribute for
10134         svctcp_rendezvous_abort.
10135         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
10136
10137         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
10138         to avoid warning.
10139
10140 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10141
10142         * manual/llio.texi (aio_fsync): Fix a typo.
10143         Patch by Tammy Fox <tfox@redhat.com>.
10144
10145 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
10146
10147         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
10148         stack bias from child stack pointer before passing it to clone syscall.
10149
10150 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
10151
10152         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
10153         _SC_TZNAME_MAX.
10154         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
10155         Reported by Thorsten Kukuk <kukuk@suse.de>.
10156
10157         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
10158         add some casts.
10159
10160         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
10161
10162 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
10163
10164         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
10165         conforming: return EBADF if file descriptor is invalid and EINVAL
10166         if file descriptor is no valid tty.
10167         * login/tst-grantpt.c: New file.
10168         * login/Makefile (tests): Add tst-grantpt.
10169
10170 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
10171
10172         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
10173         different than implemented in last patch.
10174         * io/bug-ftw3.c: Adjust test for changed handling of
10175         inaccessibility of toplevel dir.
10176
10177 2001-12-16  Roland McGrath  <roland@frob.com>
10178
10179         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
10180         * grp/initgroups.c (internal_getgrouplist): Likewise.
10181
10182         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
10183         `default:' to silence new GCC warning.
10184         Rewrite cast of lvalue to silence new GCC warning.
10185
10186         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
10187
10188         * sysdeps/mach/hurd/spawni.c: New file, by me with a
10189         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
10190
10191 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
10192
10193         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
10194         Patch by Stephen R. van den Berg.
10195
10196         * crypt/md5.h: Define md5_uintptr.
10197
10198 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10199
10200         * libio/tst_swprintf.c (main): Add test for string argument with
10201         zero precision.
10202         * stdio-common/Makefile (tests): Add tst-sprintf.
10203         * stdio-common/tst-sprintf.c: New file.
10204
10205 2001-12-13  Andreas Schwab  <schwab@suse.de>
10206
10207         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
10208         zero precision with wide character string format.
10209
10210 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
10211
10212         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
10213         but have a user supplied buffer, return the empty buffer, not NULL.
10214
10215 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10216
10217         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
10218         Patch by Eric Sharkey <sharkey@netrics.com>.
10219
10220         * crypt/md5test.c (main): Add test for multiple calls to
10221         __md5_process_bytes to itererate over input string.
10222
10223 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
10224
10225         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
10226         from __nis_findfastest.  Take timeout value from parameter.
10227         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
10228         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
10229         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
10230
10231 2001-12-12  Andreas Jaeger  <aj@suse.de>
10232
10233         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
10234         combreloc test so that it works in this case.
10235
10236         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
10237
10238 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
10239
10240         * sysdeps/sh/Makefile: New file.
10241         * sysdeps/sh/_mcount.S: New file.
10242         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
10243         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
10244
10245 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10246
10247         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
10248         limitation [PR libc/2564].
10249
10250 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
10251
10252         * elf/Makefile (dl-routines): Add conflict.
10253         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
10254         (ld.so): Add _begin local symbol.
10255         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
10256         Define.
10257         * elf/dl-deps.c (_dl_build_local_scope): New function.
10258         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
10259         of all libraries.
10260         * elf/do-rel.h (VALIDX): Define.
10261         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
10262         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
10263         can be skipped.
10264         * elf/dl-conflict.c: New file.
10265         * elf/dl-lookup.c (_dl_debug_bindings): New function.
10266         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
10267         non-NULL.
10268         (_dl_lookup_symbol_skip): Likewise.
10269         (_dl_lookup_versioned_symbol): Likewise.
10270         (_dl_lookup_versioned_symbol_skip): Likewise.
10271         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
10272         define to ElfW(Rel).
10273         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
10274         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
10275         ranges.
10276         Don't adjust address dynamic tags if l_addr is 0.
10277         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
10278         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
10279         (VALIDX, ADDRIDX): Define.
10280         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
10281         (dl_main): Print library list for LD_TRACE_PRELINKING.
10282         If prelinking information can be used, skip relocating libraries and
10283         call _dl_resolve_conflicts instead.
10284         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
10285         * elf/dl-load.c (_dl_map_object): Don't create fake libs
10286         if LD_TRACE_PRELINKING.
10287         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
10288         + DT_ADDRNUM.
10289         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
10290         (DL_DEBUG_PRELINK): Define.
10291         (_dl_resolve_conflicts): Add prototype.
10292
10293         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
10294         .plt for prelinked libraries where prelinking info cannot be used.
10295         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
10296         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
10297         * sysdeps/arm/bits/link.h: New file.
10298         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
10299         content of .got[1].
10300         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10301         (ELF_MACHINE_PLT_REL): Define.
10302         (elf_machine_rela, elf_machine_rela_relative): New functions.
10303         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
10304         of adjusting it if prelinked and prelinking cannot be used.
10305         * sysdeps/i386/bits/link.h: New file.
10306         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
10307         content of .got[1].
10308         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10309         (ELF_MACHINE_PLT_REL): Define.
10310         (elf_machine_rela, elf_machine_rela_relative): New functions.
10311         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
10312         of adjusting it if prelinked and prelinking cannot be used.
10313         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
10314         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
10315         to find out map for R_PPC_JMP_SLOT relocs.
10316         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
10317         (OPCODE_BA): Define.
10318         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10319         libraries where prelinking info cannot be used.
10320         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
10321         (elf_machine_fixup_plt): Call sparc_fixup_plt.
10322         (elf_machine_rela): Set value to 0 if relocating conflicts.
10323         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
10324         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
10325         (sparc64_fixup_plt): Fix a typo.
10326         (elf_machine_rela): Set value to 0 if relocating conflicts.
10327         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
10328         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10329         libraries where prelinking info cannot be used.
10330         * sysdeps/sh/bits/link.h: New file.
10331         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
10332         content of .got[1].
10333         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
10334         of adjusting it if prelinked and prelinking cannot be used.
10335         * sysdeps/s390/s390-32/bits/link.h: New file.
10336         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
10337         Save original content of .got[1].
10338         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10339         of adjusting it if prelinked and prelinking cannot be used.
10340         * sysdeps/s390/s390-64/bits/link.h: New file.
10341         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10342         Save original content of .got[1].
10343         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10344         of adjusting it if prelinked and prelinking cannot be used.
10345         * sysdeps/x86_64/bits/link.h: New file.
10346         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10347         Save original content of .got[1].
10348         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10349         of adjusting it if prelinked and prelinking cannot be used.
10350
10351 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10352
10353         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10354         where appropriate instead of numbers.  Little optimizations.
10355
10356 2001-12-10  Roland McGrath  <roland@frob.com>
10357
10358         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10359         set it.
10360
10361         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
10362         set to GLIBC_2.2.5, not GLIBC_2.2.4.
10363
10364         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
10365         Fix conditionals so this is set by default for stdio and not for libio.
10366         * sysdeps/mach/hurd/configure: Regenerated.
10367
10368 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
10369
10370         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
10371
10372 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
10373
10374         * io/Makefile (tests): Add bug-ftw3.
10375         * io/bug-ftw3.c: New file.
10376
10377         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
10378         matches and GLOB_NOCHECK is set.
10379         * posix/globtest.sh: Correct expected result for NOCHECK test.
10380
10381         * po/ca.po: Update from translation team.
10382
10383 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
10384
10385         Implement transliteration of characters in strings of the locale
10386         definitions.
10387         * locale/programs/linereader.c: Adjust for additional parameter to
10388         lr_token.
10389         (get_string): If character <Uxxxx> is not found try to transliterate
10390         it.
10391         * locale/programs/ld-ctype.c: Adjust for additional parameter to
10392         lr_token.  Add const to charmap parameter of all functions.
10393         (find_translit, find_translit2): New functions.
10394         * locale/programs/charmap.c: Adjust for additional parameter to
10395         lr_token.
10396         * locale/programs/repertoire.c: Likewise.
10397         * locale/programs/linereader.h: Likewise.
10398         * locale/programs/ld-address.c: Likewise.  Add const to charmap
10399         parameter of all functions.
10400         * locale/programs/ld-collate.c: Likewise.
10401         * locale/programs/ld-identification.c: Likewise.
10402         * locale/programs/ld-measurement.c: Likewise.
10403         * locale/programs/ld-messages.c: Likewise.
10404         * locale/programs/ld-monetary.c: Likewise.
10405         * locale/programs/ld-name.c: Likewise.
10406         * locale/programs/ld-numeric.c: Likewise.
10407         * locale/programs/ld-paper.c: Likewise.
10408         * locale/programs/ld-paper.c: Likewise.
10409         * locale/programs/ld-telephone.c: Likewise.
10410         * locale/programs/ld-time.c: Likewise.
10411         * locale/programs/locfile.c: Likewise.
10412         * locale/programs/localedef.c: Likewise.
10413         * locale/programs/localedef.h: Likewise.
10414         * locale/programs/locfile.h: Likewise.  Add declaration for
10415         find_translit.
10416         * locale/programs/simple-hash.c: Add const to first parameter of
10417         find_entry, iterate_table, and lookup.
10418         * locale/programs/simple-hash.h: Likewise.
10419         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
10420         instead.
10421         * include/locale.h: Define __LC_LAST.
10422         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
10423
10424 2001-12-07  Geoff Keating  <geoffk@redhat.com>
10425
10426         * sysdeps/powerpc/Dist: Update for recent FP changes.
10427         * sysdeps/powerpc/fpu/Dist: Likewise.
10428
10429 2001-12-07  Andreas Schwab  <schwab@suse.de>
10430
10431         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
10432
10433 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10434
10435         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
10436         save/restore functions here.
10437         (libm-support): Don't define these functions here.
10438         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
10439         functions here.
10440         * sysdeps/powerpc/fe_nomask.c: Move to...
10441         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
10442         * sysdeps/powerpc/fprrest.S: Move to...
10443         * sysdeps/powerpc/fpu/fprrest.S: ... here.
10444         * sysdeps/powerpc/fprsave.S: Move to...
10445         * sysdeps/powerpc/fpu/fprsave.S: ... here.
10446
10447 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10448
10449         * sysdeps/unix/sysv/linux/opensock.c: New file.
10450
10451 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10452
10453         * config.make.in (with-fp): Define from configure.
10454         * configure.in: Substitute with_fp.
10455         * configure: Regenerate.
10456         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
10457         specified, and don't change FPU environment.
10458
10459 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10460
10461         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
10462         * assert/assert.c: Check result of __asprintf call and don't use
10463         string if it failed.
10464         * assert/assert-perr.c: Likewise.
10465         * inet/rcmd.c: Likewise.
10466         * locale/programs/localedef.c (main): Check result of
10467         construct_output_path and exit if it failed.
10468         (construct_output_path): Check result of asprintf and mkdir calls and
10469         fail if they failed.
10470         * posix/getopt.c: Check result of __asprintf calls and fail if
10471         they failed.
10472         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
10473
10474 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10475
10476         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
10477         patch.
10478         * sysdeps/generic/strncase.c: Likewise.
10479         * string/tester.c: Add tests for strcasecmp and strncasecmp.
10480
10481 2001-12-05  Geoff Keating  <geoffk@redhat.com>
10482
10483         * scripts/cpp: Test the exit status from 'type', not 'awk'.
10484
10485         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
10486         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
10487         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
10488         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
10489         * sysdeps/powerpc/fclrexcpt.c: Move to...
10490         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
10491         * sysdeps/powerpc/fpu_control.h: Move to...
10492         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
10493
10494 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10495
10496         * iconvdata/ibm1129.h: Remove duplicate mappings.
10497         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
10498         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
10499         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10500
10501         * timezone/zic.c: Fix handling of turnaround times.
10502         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
10503
10504 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
10505
10506         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
10507         overflow problem.
10508
10509 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10510
10511         * posix/regex.c: For use outside glibc defined bounded pointer
10512         macros here.  Patch by Jim Meyering <jim@meyering.net>.
10513
10514         * iconvdata/Makefile (modules): Add TCVN5712-1.
10515         * iconvdata/TESTS: Add TCVN5712-1.
10516         * iconvdata/gconv-modules: Likewise.
10517         * iconvdata/tcvn5712-1.c: New file.
10518         * iconvdata/testdata/TCVN-5712: New file.
10519         * iconvdata/testdata/TCVN-5712..UTF8: New file.
10520
10521 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
10522
10523         * iconvdata/cp1258.c: Optimize conversion from UCS4.
10524
10525 2001-12-02  Roland McGrath  <roland@frob.com>
10526
10527         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
10528
10529         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
10530         Reported by Jeff Bailey <jbailey@nisa.net>.
10531
10532         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
10533         Reported by Jeff Bailey <jbailey@nisa.net>.
10534
10535         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
10536         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
10537         Reported by Jeff Bailey <jbailey@nisa.net>.
10538
10539 2001-12-01  Roland McGrath  <roland@frob.com>
10540
10541         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
10542         missing backslash in test arguments.
10543         * sysdeps/mach/hurd/configure: Regenerated.
10544
10545 2001-11-26  Roland McGrath  <roland@frob.com>
10546
10547         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
10548         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
10549
10550 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
10551
10552         * iconvdata/Makefile (modules): Add ARMSCII-8.
10553         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
10554         * iconvdata/armscii-8.c: New file.
10555
10556 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
10557
10558         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
10559         don't match, fix {{a,b},c} globbing, clean up.
10560         Patch by Flavio Veloso <flaviovs@magnux.com>.
10561         * posix/globtest.sh: Add new tests.
10562
10563 2001-11-29  Andreas Jaeger  <aj@suse.de>
10564
10565         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
10566         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
10567
10568         * sysdeps/generic/abort.c: Include libioP.h for
10569         _IO_flush_all_lockp prototype.
10570
10571 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
10572
10573         * posix/regex.h: Define __restrict_arr correctly.
10574
10575 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10576
10577         * iconvdata/ibm1163.c: New file.
10578         * iconvdata/ibm1163.h: New file.
10579         * iconvdata/ibm1164.c: New file.
10580         * iconvdata/ibm1164.h: New file.
10581         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
10582         * iconvdata/Makefile: Likewise.
10583         * iconvdata/testdata/IBM1163: New file.
10584         * iconvdata/testdata/IBM1163..UTF8: New file.
10585         * iconvdata/testdata/IBM1164: New file.
10586         * iconvdata/testdata/IBM1164..UTF8: New file.
10587         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10588
10589         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
10590         * iconvdata/ibm1124.h: Likewise.
10591         * iconvdata/ibm1132.h: Likewise.
10592         * iconvdata/ibm1133.h: Likewise.
10593         * iconvdata/ibm1160.h: Likewise.
10594         * iconvdata/ibm1161.h: Likewise.
10595         * iconvdata/ibm1162.h: Likewise.
10596         * iconvdata/ibm856.h: Likewise.
10597         * iconvdata/ibm922.h: Likewise.
10598         * iconvdata/ibm930.h: Likewise.
10599         * iconvdata/ibm932.h: Likewise.
10600         * iconvdata/ibm933.h: Likewise.
10601         * iconvdata/ibm935.h: Likewise.
10602         * iconvdata/ibm937.h: Likewise.
10603         * iconvdata/ibm939.h: Likewise.
10604         * iconvdata/ibm943.h: Likewise.
10605         * iconvdata/ibm930.c: Pretty printing.
10606         * iconvdata/ibm937.c: Avoid access accross array boundary.
10607
10608         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
10609         the current locale's codeset.
10610         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
10611         empty input string.
10612         * iconv/iconv_prog.c: Pass empty strings as default value for to-
10613         and from-charset.  Don't determine locale's charset here.
10614
10615         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
10616         as the old _IO_flush_all but lock only if parameter is nonzero.
10617         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
10618         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
10619         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
10620         if libio is used [PR libc/2575].
10621
10622 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
10623
10624         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
10625         __signbitl): Only define for ISO C99.
10626
10627 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10628
10629         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
10630         herrnop to NETDB_INTERNAL if we run out of buffer space.
10631
10632 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10633
10634         * nss/nss_files/files-XXX.c (internal_getent): Correct input
10635         overflow test for platforms with signed char.
10636         Reported by Andrew Haley <aph@cambridge.redhat.com>.
10637
10638 2001-11-28  Bruno Haible  <bruno@clisp.org>
10639
10640         * locale/programs/simple-hash.c (lookup_2): Remove function.
10641         (insert_entry_2): Call lookup instead of lookup_2.
10642
10643 2001-03-04  Bruno Haible  <bruno@clisp.org>
10644
10645         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
10646
10647 2001-10-31  Bruno Haible  <bruno@clisp.org>
10648
10649         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
10650
10651 2001-03-21  Bruno Haible  <bruno@clisp.org>
10652
10653         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
10654         chokes on empty macro arguments.
10655         * intl/plural.y: Add #pragma for alloca on AIX 3.
10656
10657 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10658
10659         * intl/dcigettext.c (guess_category_value): Only implement for
10660         glibc.  Otherwise rely on function _nl_locale_name which isn't
10661         present in the glibc sources.
10662
10663 2001-09-24  Bruno Haible  <bruno@clisp.org>
10664
10665         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
10666         transliteration when building on a glibc system but outside glibc.
10667
10668 2001-09-22  Bruno Haible  <bruno@clisp.org>
10669
10670         * intl/plural-eval.c: New file, extracted from dcigettext.c.
10671         * intl/dcigettext.c (plural_eval): Remove function, moved to
10672         intl/plural-eval.c.
10673         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
10674         Include plural-eval.c.
10675
10676 2001-09-22  Bruno Haible  <bruno@clisp.org>
10677
10678         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
10679         don't start with a digit; nplurals must be positive.
10680
10681 2001-09-02  Bruno Haible  <bruno@clisp.org>
10682
10683         * intl/plural-exp.h: New file, extracted from gettextP.h.
10684         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10685         * intl/gettextP.h (struct expression, struct parse_args,
10686         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10687         * intl/loadmsgcat.c: Include plural-exp.h.
10688         (PLURAL_PARSE): Move macro to plural-exp.h.
10689         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10690         plural-exp.c.
10691         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
10692         EXTRACT_PLURAL_EXPRESSION.
10693         (_nl_unload_domain): Update.
10694         * intl/dcigettext.c: Include plural-exp.h.
10695         * intl/plural.y: Include plural-exp.h, not gettextP.h.
10696         (FREE_EXPRESSION): Move macro to plural-exp.h.
10697         * intl/Makefile (routines): Add plural-exp.
10698         (distribute): Add plural-exp.h.
10699
10700 2001-07-28  Bruno Haible  <bruno@clisp.org>
10701
10702         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10703         isdigit, tolower argument to 'unsigned char'.
10704         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10705         'unsigned char'.
10706         * intl/localealias.c (read_alias_file): Cast isspace argument to
10707         'unsigned char'.
10708
10709 2001-10-20  Bruno Haible  <bruno@clisp.org>
10710
10711         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10712         anyway.)
10713         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10714         with the variable 'index' in plural_lookup.
10715         * intl/l10nflist.c (strchr): Likewise.
10716         * intl/localealias.c (strchr): Likewise.
10717
10718         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10719         * intl/bindtextdom.c: Likewise.
10720         * intl/dcigettext.c: Likewise.
10721         * intl/dgettext.c: Likewise.
10722         * intl/dngettext.c: Likewise.
10723         * intl/explodename.c: Likewise.
10724         * intl/finddomain.c: Likewise.
10725         * intl/gettext.c: Likewise.
10726         * intl/l10nflist.c: Likewise.
10727         * intl/loadmsgcat.c: Likewise.
10728         * intl/localealias.c: Likewise.
10729         * intl/ngettext.c: Likewise.
10730         * intl/textdomain.c: Likewise.
10731         * intl/gettext.h: Assume <limits.h> exists.
10732
10733 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10734
10735         * stdio-common/Makefile (tests): Add scanf11.
10736         * stdio-common/scanf11.c: New file.
10737
10738 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10739
10740         * version.h (RELEASE): Define as development.
10741         (VERSION): Set to 2.2.90.
10742
10743 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10744
10745         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10746         * nis/nss_nis/nis-grp.c: Likewise.
10747         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10748
10749         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10750         * nis/nss_nis/nis-pwd.c: Likewise.
10751         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10752
10753         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10754         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10755         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10756
10757         * nscd/grpcache.c: Use strtoul instead of atol.
10758         * nscd/pwdcache.c: Likewise.
10759         * nss/getent.c: Likewise.
10760
10761 2001-11-27  Paul Eggert  <eggert@twinsun.com>
10762
10763         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10764         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10765
10766 2001-11-19  Bruno Haible  <bruno@clisp.org>
10767
10768         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10769         90%.
10770         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10771         improves the quality of the hash function, especially for short
10772         strings.
10773
10774 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10775
10776         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
10777         are found call conv_error and not input_error [PR libc/2669].
10778
10779         * math/bits/mathcalls.h: Mark ceil and floor as const.
10780         Reported by David Mosberger.
10781
10782 2001-11-21  Jim Meyering  <meyering@lucent.com>
10783
10784         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
10785         Define to be __-prefixed.
10786         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
10787
10788 2001-11-26  Andreas Jaeger  <aj@suse.de>
10789
10790         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
10791         avoid warning.
10792
10793 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
10794
10795         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
10796         initialization.
10797
10798         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
10799         unused variables.  Fix threshold for returning 1.0.
10800
10801         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
10802         argument.
10803
10804         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
10805         remove unused variables.
10806
10807         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
10808
10809         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
10810         include local math header files.
10811
10812 2001-11-22  Andreas Jaeger  <aj@suse.de>
10813
10814         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
10815         avoid warning.
10816
10817 2001-11-21  Andreas Jaeger  <aj@suse.de>
10818
10819         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
10820
10821         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
10822         sys/debugreg.h
10823
10824 2001-11-15  Andreas Jaeger  <aj@suse.de>
10825
10826         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
10827         compilers that support it.
10828
10829         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
10830         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10831         * stdlib/stdlib.h: Likewise.
10832
10833 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
10834
10835         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
10836         statement with gotos.
10837         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
10838
10839 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
10840
10841         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
10842
10843 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
10844
10845         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
10846
10847 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
10848             H.J. Lu  <hjl@gnu.org>
10849
10850         * Versions.def (libc): Add GCC_3.0.
10851         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
10852         if gcc supports this flag.
10853         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
10854         (gcc3): Allow glibc to be compiled with gcc 3.x.
10855         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
10856         * config.make.in (static-libgcc, unwind-find-fde): Add.
10857         * Makerules (build-shlib-helper, build-module-helper): Use it.
10858         * scripts/versions.awk: Make sure GLIBC_ versions come first.
10859         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
10860         necessary.
10861         (_fini): Call __deregister_frame_info_bases if
10862         __register_frame_info_bases was used to register.
10863         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
10864         for GLIBC_2.0.
10865         (__register_frame_info_bases, __register_frame_info_table_bases,
10866         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
10867         * elf/Makefile (routines): Add unwind-dw2-fde.
10868         (shared-only-routines): Add unwind-dw2-fde.
10869         * sysdeps/alpha/gccframe.h: New file.
10870         * sysdeps/arm/gccframe.h: New file.
10871         * sysdeps/generic/framestate.c: New file.
10872         * sysdeps/generic/dwarf2.h: New file.
10873         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
10874         * sysdeps/generic/unwind-dw2-fde.c: New file.
10875         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
10876         * sysdeps/generic/unwind-dw2-fde.h: New file.
10877         * sysdeps/generic/unwind-dw2.c: New file.
10878         * sysdeps/generic/unwind-pe.h: New file.
10879         * sysdeps/generic/unwind.h: New file.
10880         * sysdeps/hppa/gccframe.h: New file.
10881         * sysdeps/i386/gccframe.h: New file.
10882         * sysdeps/m68k/gccframe.h: New file.
10883         * sysdeps/mips/gccframe.h: New file.
10884         * sysdeps/powerpc/gccframe.h: New file.
10885         * sysdeps/s390/gccframe.h: New file.
10886         * sysdeps/sh/gccframe.h: New file.
10887         * sysdeps/sparc/gccframe.h: New file.
10888         * sysdeps/vax/gccframe.h: New file.
10889         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10890         Set on all architectures except ia64.
10891         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
10892         for i386.
10893         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
10894         __deregister_frame_info): Move to elf/Versions.
10895         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
10896         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
10897         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
10898         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
10899         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
10900         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
10901         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
10902         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
10903         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
10904         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
10905         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
10906         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
10907         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10908         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10909         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
10910         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
10911         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10912         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
10913
10914 2001-11-15  Jeff Law  <law@redhat.com>
10915
10916         * posix/regex.c (uintptr_t): Do not provide a definition if the
10917         system provided one.
10918
10919 2001-11-13  Roland McGrath  <roland@frob.com>
10920
10921         * stdio-common/tmpfile.c: Moved to ...
10922         * sysdeps/generic/tmpfile.c: ... here.
10923         * sysdeps/mach/hurd/tmpfile.c: New file.
10924
10925         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
10926         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
10927         (fopenport): Define as weak alias.
10928
10929         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
10930         * libio/libioP.h: ... to here.
10931
10932 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
10933
10934         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
10935         program header twice.  Construct list with the needed information.
10936
10937 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
10938
10939         * po/ca.po: Update from translation team.
10940
10941         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
10942         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
10943         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
10944         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10945
10946 2001-11-10  Andreas Jaeger  <aj@suse.de>
10947
10948         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
10949         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10950         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10951
10952 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10953
10954         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
10955         correctly.
10956         * elf/dl-load.c (is_dst): New function.
10957         (_dl_dst_count): Use is_dst to check for DST variable.
10958         (_dl_dst_substitute): Likewise.
10959
10960 2001-11-09  Roland McGrath  <roland@frob.com>
10961
10962         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
10963         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
10964         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
10965         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
10966         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
10967         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
10968         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
10969         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
10970         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
10971         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
10972         * sysdeps/mach/hurd/powerpc/Dist: New file.
10973
10974         * hurd/privports.c (__get_privileged_ports):
10975         Only contact the proc server if necessary for this call.
10976         Suggested by Neal H Walfield <neal@cs.uml.edu>.
10977         Check error return for mach_port_mod_refs.
10978
10979 2001-11-09  Andreas Schwab  <schwab@suse.de>
10980
10981         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
10982
10983 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10984
10985         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
10986         object is always the last in the list.
10987         (_dl_map_object_from_fd): Delete code to remove from object list
10988         when DF_1_NOOPEN is seen.  This is done in lose.
10989
10990 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
10991
10992         * elf/dl-object.c (_dl_new_object): Various small optimizations.
10993
10994 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
10995
10996         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
10997         HWCAP_CHECK macro code.
10998
10999         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
11000         Now returns MAP_FAILED on error.
11001         * elf/rtld.c: Adjust caller.
11002         * sysdeps/generic/dl-cache.c: Likewise.
11003         * sysdeps/generic/ldsodefs.h: Adjust description.
11004
11005         * elf/dl-version.c (match_symbol): Optimize error handling for size.
11006         (_dl_check_map_versions): Likewise.
11007
11008 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11009
11010         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
11011         _dl_signal_error directly, always use lose.  Set fd to -1 after
11012         file is closed.
11013         (lose): Don't call close if fd == -1.
11014
11015 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
11016
11017         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
11018          Also fix typo @code {mbsinit} to @code{mbsinit}.
11019
11020 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11021
11022         * elf/dl-profile.c: Replace state variable with simple flag named
11023         running.  Remove commented-out code.
11024
11025         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
11026         (_dl_init_paths): Likewise.
11027         (_dl_map_object_from_fd): Likewise.
11028         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11029
11030 2001-11-06  Roland McGrath  <roland@frob.com>
11031
11032         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
11033         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
11034
11035         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
11036         sysdeps/powerpc/elf/sysdep.h.
11037         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
11038
11039 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11040
11041         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
11042         speed.
11043         (process_envvars): Some more optimizations.
11044         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
11045
11046         * elf/elf.h: Add dynamic tag definitions for prelinking.
11047
11048         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
11049         Rewrite code to remove environment varables for SUID binaries.
11050         Small optimization in LD_PROFILE handling.
11051         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
11052         changes.
11053         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
11054
11055         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
11056
11057         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
11058         strings.  Change type of second parameter.
11059         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
11060         for last change.
11061
11062         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
11063
11064 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11065
11066         * manual/string.texi: Fix typos.
11067         * manual/examples/argp-ex2.c: Likewise.
11068
11069 2001-11-05  Roland McGrath  <roland@frob.com>
11070
11071         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
11072         the more-specific unix/sysv/linux/powerpc file and breaks everything.
11073         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
11074         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
11075         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
11076         here, put under [__ELF__].
11077
11078 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11079
11080         * manual/charset.texi: Extensive editing work.
11081         * manual/nss.texi: Likewise.
11082         Changes by Dennis Grace <dgrace@us.ibm.com>.
11083
11084 2001-11-04  Roland McGrath  <roland@frob.com>
11085
11086         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
11087         parameter to dir_mkfile.
11088
11089 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
11090
11091         * string/bits/string2.h (__strndup): If n is smaller than len, set
11092         len to n + 1.
11093         * string/tester.c (test_strndup): New function.
11094         (main): Call it.
11095
11096 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
11097
11098         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
11099
11100         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
11101         * scripts/cpp: New file.
11102
11103         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
11104         for rtld_search_dirs content.  Minor optimizations.
11105
11106 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11107
11108         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
11109         avoiding unnecessary duplication.
11110
11111 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
11112
11113         * elf/dl-load.c (_dl_map_object): If library was found using
11114         LD_LIBRARY_PATH, don't try RUNPATH list.
11115
11116 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11117
11118         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
11119         Correct second argument of register_dump call.
11120         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
11121         Likewise.
11122
11123 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11124
11125         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
11126         modules.
11127         * iconvdata/TESTS: Likewise.
11128         * iconvdata/gconv-modules: Likewise.
11129         * iconvdata/ibm1132.c: New file.
11130         * iconvdata/ibm1132.h: New file.
11131         * iconvdata/ibm1133.c: New file.
11132         * iconvdata/ibm1133.h: New file.
11133         * iconvdata/ibm1162.c: New file.
11134         * iconvdata/ibm1162.h: New file.
11135         * iconvdata/testdata/IBM1132: New file.
11136         * iconvdata/testdata/IBM1132..UTF8: New file.
11137         * iconvdata/testdata/IBM1133: New file.
11138         * iconvdata/testdata/IBM1133..UTF8: New file.
11139         * iconvdata/testdata/IBM1162: New file.
11140         * iconvdata/testdata/IBM1162..UTF8: New file.
11141         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
11142
11143         * string/string.h: Fix typo in comment.
11144         * wcsmbs/wchar.h: Likewise.
11145
11146 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11147
11148         * manual/getopt.texi (getopt_long, getopt_long_only): Include
11149         const in type of longopts parameter.
11150
11151 2001-10-29  Andreas Jaeger  <aj@suse.de>
11152
11153         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
11154
11155 2001-10-29  Kevin Ryde  <user42@zip.com.au>
11156
11157         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
11158         output, clarify `#' behaviour on 0.
11159         (Floating-Point Conversions): Clarify that %g only uses %e when
11160         the exponent would be greater than 1.
11161
11162 2001-10-28  Roland McGrath  <roland@frob.com>
11163
11164         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
11165         * sysdeps/mach/powerpc/machine-sp.h: New file.
11166         * sysdeps/mach/powerpc/sysdep.h: New file.
11167         * sysdeps/mach/powerpc/thread_state.h: New file.
11168
11169         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
11170         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
11171         expect to need the same thing on every platform.
11172
11173         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
11174         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
11175
11176         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
11177         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
11178         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
11179         Move all these assembly-related definitions to ...
11180         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
11181
11182         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
11183         by Peter Bruin <pjbruin@dds.nl>.
11184
11185         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
11186         packing results for a `poll' call.
11187
11188 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11189
11190         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
11191         correctly.
11192         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
11193         bracket expression.
11194
11195         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11196         nrules value.
11197         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
11198
11199 2001-10-24  H.J. Lu  <hjl@gnu.org>
11200
11201         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
11202         Use __BEGIN_DECLS/__END_DECLS around prototypes.
11203         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
11204
11205 2001-10-21  Jim Meyering  <meyering@lucent.com>
11206
11207         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
11208         this code would end up calling gettext even in packages built
11209         with --disable-nls.
11210         * posix/getopt.c (_): Likewise.
11211         * posix/regex.c (_): Likewise.
11212
11213 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11214
11215         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
11216         lookup not ip6.int.
11217         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
11218         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
11219
11220 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11221
11222         * misc/sys/cdefs.h (__attribute_used__): Define.
11223         * elf/rtld.c (_dl_start): Add __attribute_used__.
11224         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
11225
11226 2001-10-25  Andreas Schwab  <schwab@suse.de>
11227
11228         * stdlib/a64l.c: Expect least significant digit first.
11229         * stdlib/l64a.c: Produce least significant digit first.
11230         * stdlib/Makefile (tests): Add test-a64l.
11231         * stdlib/test-a64l.c: New file.
11232         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
11233
11234 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
11235
11236         * po/sk.po: Update from translation team.
11237
11238 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
11239
11240         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
11241
11242 2001-10-18  Andreas Schwab  <schwab@suse.de>
11243
11244         * math/libm-test.inc (print_ulps): Print ulp values rounded to
11245         next whole number.
11246         (print_function_ulps): Likewise.
11247         (print_complex_function_ulps): Likewise.
11248         (print_max_error): Likewise.
11249         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
11250
11251 2001-10-16  Andreas Schwab  <schwab@suse.de>
11252
11253         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
11254         implementation.
11255
11256         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
11257         BSD_SETJMP or BSD__SETJMP is defined, resp.
11258         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
11259         a tail call to __sigsetjmp that would require extending the
11260         caller's frame.
11261         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
11262         * sysdeps/m68k/bsd-setjmp.S: Deleted.
11263         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
11264         Reported by Jes Sorensen <jes@trained-monkey.org>.
11265
11266 2001-10-16  Andreas Jaeger  <aj@suse.de>
11267
11268         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
11269         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
11270         close PR libc/2589.
11271
11272 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
11273
11274         * po/ca.po: New file.  Contributed by the translation team.
11275
11276 2001-10-15  Ralf Baechle  <ralf@gnu.org>
11277
11278         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
11279         a varargs prototype.  Remove dependency from kernel header files.
11280
11281         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
11282         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
11283
11284 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11285
11286         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
11287         to generate hexadecimal identifier.
11288         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
11289
11290 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
11291
11292         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
11293
11294 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11295
11296         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
11297         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
11298         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11299
11300         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
11301         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11302         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
11303         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
11304         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
11305         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
11306
11307         * timezone/africa: Update from tzdata2001d.
11308         * timezone/asia: Likewise.
11309         * timezone/australasia: Likewise.
11310         * timezone/backward: Likewise.
11311         * timezone/europe: Likewise.
11312         * timezone/leapseconds: Likewise.
11313         * timezone/northamerica: Likewise.
11314         * timezone/southamerica: Likewise.
11315         * timezone/zone.tab: Likewise.
11316
11317 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11318
11319         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
11320         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
11321
11322 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
11323
11324         * elf/elf.h (PT_TLS): New definition.
11325
11326 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
11327
11328         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
11329         bits/errno.h
11330
11331 2001-10-07  Roland McGrath  <roland@frob.com>
11332
11333         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
11334
11335 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
11336
11337         * elf/elf.h: Add more ELFOSABI_* constants.
11338
11339 2001-10-04  Ben Collins  <bcollins@debian.org>
11340
11341         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11342         decleration of __need_wchar_t.
11343
11344 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11345
11346         * string/bits/string2.h (__strsep_g): Add prototype.
11347         (__strsep): Use it.
11348         * string/Versions (__strsep): Remove.
11349         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11350
11351 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11352
11353         * manua/llio.texi: Clarify file references added by mmap.
11354         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11355
11356 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11357
11358         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11359         Add sc_loadrs and sc_rbs_bas to match current kernel.
11360
11361 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11362
11363         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
11364
11365         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
11366
11367 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11368
11369         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
11370         object has been bumped because of relocation dependency, avoid
11371         duplicates in l_scope.
11372         (show_scope): Fix typos.
11373         * elf/Makefile: Add rules to build and run reldep6.
11374         * elf/reldep6.c: New file.
11375         * elf/reldep6mod0.c: New file.
11376         * elf/reldep6mod1.c: New file.
11377         * elf/reldep6mod2.c: New file.
11378         * elf/reldep6mod3.c: New file.
11379         * elf/reldep6mod4.c: New file.
11380
11381 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
11382
11383         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
11384         sparc64_fixup_plt.
11385         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
11386         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
11387         for non-lazy binding. Fix .plt[32768+] handling.
11388         (elf_machine_plt_value): Don't add addend.
11389         (elf_machine_rela): Call sparc64_fixup_plt instead of
11390         elf_machine_fixup_plt.
11391         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
11392         dynamic linker at 0xfffff800XXXXXXXX.
11393
11394         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
11395
11396 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
11397
11398         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
11399
11400 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
11401
11402         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
11403         declare __cmsg_data field if its size would be bigger than 0.
11404         (CMSG_DATA): Adjust accordingly.
11405         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11406         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
11407         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
11408         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
11409         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11410         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11411         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11412
11413 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
11414
11415         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
11416         * iconvdata/testdata/IBM1160: New file.
11417         * iconvdata/testdata/IBM1160..UTF8: New file.
11418         * iconvdata/testdata/IBM1161: New file.
11419         * iconvdata/testdata/IBM1161..UTF8: New file.
11420         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11421
11422 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11423
11424         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
11425         UL_SETFSIZE computations better.
11426
11427         * rt/Makefile: Remove use of filter for librt again.
11428
11429         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
11430         UL_SETFSIZE computations better.
11431
11432         * string/Versions: Export __strsep for GLIBC_2.2.5.
11433         * string/bits/string2.h: Define all __STRING_INLINE functions if
11434         _FORCE_INLINES is defined.
11435         Use int instead of char of parameter types.
11436         (__strsep): Don't use __strsep_g.  Don't define it.
11437         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
11438         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
11439         __strcpy_small.
11440         (__stpcpy_a_small): Renamed from __stpcpy_small.
11441         (__strcspn_c1): Don't define if _FORCE_INLINES.
11442         (__strspn_c1): Likewise.
11443
11444 2001-09-22  Ben Collins  <bcollins@debian.org>
11445
11446         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
11447         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
11448         * sysdeps/ia64/bits/sigaction.h: Likewise.
11449         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
11450
11451 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
11452
11453         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
11454
11455 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
11456
11457         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
11458
11459 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11460
11461         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
11462
11463 2001-09-20  H.J. Lu  <hjl@gnu.org>
11464
11465         * include/dlfcn.h (__RTLD_SPROF): New definiton.
11466         * elf/dl-open.c (dl_open_worker): Return immediately after loading
11467         for __RTLD_SPROF.
11468         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
11469         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
11470
11471 2001-09-20  H.J. Lu  <hjl@gnu.org>
11472
11473         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
11474         don't add 1.
11475
11476 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11477
11478         * nss/getent.c: Accept -s parameter to overwrite rules in
11479         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
11480
11481         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
11482         with as many ".0" as necessary to form a complete address
11483         inet_network understands.
11484
11485         * nss/getent.c: Various cleanups.  Use simpler and fewer function
11486         calls.
11487
11488 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11489
11490         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
11491         _JMPBUF_UNWINDS.
11492         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
11493
11494 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11495
11496         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
11497         IBM1161.
11498         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
11499         * iconvdata/ibm1160.c: New file.
11500         * iconvdata/ibm1160.h: New file.
11501         * iconvdata/ibm1161.c: New file.
11502         * iconvdata/ibm1161.h: New file.
11503         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11504
11505 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
11506
11507         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
11508         difference between base address and first PT_LOAD's virtual address,
11509         not the base address.
11510
11511 2001-09-11  Tom Rix  <trix@redhat.com>
11512
11513         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
11514         ifdef for __getopt_clean_environment.
11515         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
11516
11517 2001-09-22  Andreas Jaeger  <aj@suse.de>
11518
11519         * elf/reldep4.c (main): Add proper prototype to fix warning.
11520
11521         * elf/reldep5.c (main): Remove unused variable.
11522
11523         * math/math_private.h: Add prototypes.
11524
11525 2001-09-21  Andreas Jaeger  <aj@suse.de>
11526
11527         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
11528         * sysdeps/x86_64/Dist: New file.
11529         * sysdeps/x86_64/soft-fp/Dist: New file.
11530
11531         * sysdeps/gnu/Dist: Remove eval.c.
11532
11533 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
11534
11535         * malloc/memusage.c (realloc): Don't count already allocated
11536         memory in the sums.
11537         (me): Always use dlsym() to find the real implementations.
11538
11539         * malloc/memusage.sh: Make -n option actually do something.
11540
11541 2001-09-20  Andreas Jaeger  <aj@suse.de>
11542
11543         * elf/elf.h (R_390_NUM): Correct value.
11544
11545         * Versions.def: Add missing versions 2.2.3 for libthread_db and
11546         libpthread.
11547
11548         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
11549         for x86-64, install x86-64 into */lib64.
11550
11551         * shlib-versions: Add x86-64.
11552
11553         * elf/elf.h: Add x86-64 relocations.
11554
11555 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
11556
11557         * po/fr.po: Update from translation team.
11558
11559 2001-09-19  Andreas Jaeger  <aj@suse.de>
11560
11561         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
11562         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
11563         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
11564         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
11565         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
11566         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
11567         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
11568         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
11569         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
11570         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
11571         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
11572         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
11573         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
11574         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
11575         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
11576         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
11577         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
11578         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
11579         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
11580         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
11581         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
11582         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
11583         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
11584         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
11585         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
11586         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
11587         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
11588         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
11589         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
11590         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
11591         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
11592         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
11593         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
11594         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
11595         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
11596         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
11597         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
11598         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
11599         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
11600         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
11601         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
11602         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
11603         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
11604         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
11605         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
11606         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
11607         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
11608         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
11609         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
11610         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
11611         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
11612         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
11613         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
11614         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
11615         * sysdeps/unix/x86_64/sysdep.S: New file.
11616         * sysdeps/unix/x86_64/sysdep.h: New file.
11617         * sysdeps/x86_64/Implies: New file.
11618         * sysdeps/x86_64/Makefile: New file.
11619         * sysdeps/x86_64/Versions: New file.
11620         * sysdeps/x86_64/__longjmp.S: New file.
11621         * sysdeps/x86_64/abort-instr.h: New file.
11622         * sysdeps/x86_64/atomicity.h: New file.
11623         * sysdeps/x86_64/bits/endian.h: New file.
11624         * sysdeps/x86_64/bits/setjmp.h: New file.
11625         * sysdeps/x86_64/bits/string.h: New file.
11626         * sysdeps/x86_64/bp-asm.h: New file.
11627         * sysdeps/x86_64/bsd-_setjmp.S: New file.
11628         * sysdeps/x86_64/bsd-setjmp.S: New file.
11629         * sysdeps/x86_64/dl-machine.h: New file.
11630         * sysdeps/x86_64/elf/initfini.c: New file.
11631         * sysdeps/x86_64/elf/start.S: New file.
11632         * sysdeps/x86_64/ffs.c: New file.
11633         * sysdeps/x86_64/ffsll.c: New file.
11634         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
11635         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
11636         * sysdeps/x86_64/fpu/e_acosl.c: New file.
11637         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
11638         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
11639         * sysdeps/x86_64/fpu/e_expl.c: New file.
11640         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
11641         * sysdeps/x86_64/fpu/e_log10l.S: New file.
11642         * sysdeps/x86_64/fpu/e_log2l.S: New file.
11643         * sysdeps/x86_64/fpu/e_logl.S: New file.
11644         * sysdeps/x86_64/fpu/e_powl.S: New file.
11645         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
11646         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
11647         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
11648         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
11649         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
11650         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
11651         * sysdeps/x86_64/fpu/fegetenv.c: New file.
11652         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
11653         * sysdeps/x86_64/fpu/fegetround.c: New file.
11654         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
11655         * sysdeps/x86_64/fpu/fesetenv.c: New file.
11656         * sysdeps/x86_64/fpu/fesetround.c: New file.
11657         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
11658         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
11659         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
11660         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
11661         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
11662         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
11663         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
11664         * sysdeps/x86_64/fpu/s_atanl.c: New file.
11665         * sysdeps/x86_64/fpu/s_cosl.S: New file.
11666         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
11667         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
11668         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
11669         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
11670         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
11671         * sysdeps/x86_64/fpu/s_logbl.c: New file.
11672         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
11673         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
11674         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
11675         * sysdeps/x86_64/fpu/s_rintl.c: New file.
11676         * sysdeps/x86_64/fpu/s_significandl.c: New file.
11677         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
11678         * sysdeps/x86_64/fpu/s_sinl.S: New file.
11679         * sysdeps/x86_64/fpu/s_tanl.S: New file.
11680         * sysdeps/x86_64/gmp-mparam.h: New file.
11681         * sysdeps/x86_64/hp-timing.c: New file.
11682         * sysdeps/x86_64/hp-timing.h: New file.
11683         * sysdeps/x86_64/htonl.S: New file.
11684         * sysdeps/x86_64/memusage.h: New file.
11685         * sysdeps/x86_64/setjmp.S: New file.
11686         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11687         * sysdeps/x86_64/stackinfo.h: New file.
11688         * sysdeps/x86_64/sysdep.h: New file.
11689         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11690
11691         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11692         L Moshier.
11693
11694 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11695
11696         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11697         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11698
11699 2001-09-18  Andreas Schwab  <schwab@suse.de>
11700
11701         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11702         list, now that l_scope is a pointer.
11703
11704         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11705         scope list.
11706
11707 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11708
11709         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11710         (elf_machine_rela_relative): Add a missing declaration.
11711
11712 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
11713
11714         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11715         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11716         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11717         ldd-rewrite scripts.
11718
11719 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11720
11721         * elf/ldd.bash.in: Update copyright message.
11722
11723 2001-09-17  H.J. Lu  <hjl@gnu.org>
11724
11725         * hurd/hurdmalloc.c (bcopy): Removed.
11726         (realloc): Replace bcopy with memcpy.
11727         * hurd/path-lookup.c (file_name_path_scan): Likewise.
11728         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11729         * sunrpc/rpcinfo.c (pmapdump): Likewise.
11730
11731         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11732         (gethostbyaddr): Likewise.
11733         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11734
11735 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11736
11737         * sysdeps/gnu/eval.c: Removed.
11738
11739 2001-09-18  Andreas Jaeger  <aj@suse.de>
11740
11741         * sysdeps/i386/fpu/s_logbl.S: Move to ...
11742         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11743
11744         * sysdeps/i386/fpu/s_rintl.S: Move to ...
11745         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11746
11747         * sysdeps/i386/fpu/s_significandl.S: Move to ...
11748         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11749
11750 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
11751
11752         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11753         nrules value.
11754
11755 2001-09-14  H.J. Lu  <hjl@gnu.org>
11756
11757         * sysdeps/mips/fpu/libm-test-ulps: Updated.
11758
11759 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
11760
11761         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11762         Patch by Florian La Roche <laroche@redhat.com>.
11763
11764         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11765
11766         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11767         ETHER_CRC_LEN.
11768
11769 2001-09-14  Andreas Schwab  <schwab@suse.de>
11770
11771         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
11772         Sumner <bls@sgi.com>.
11773         * posix/execlp.c: Likewise.
11774
11775 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
11776
11777         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
11778         is already found earlier in the search scope.
11779
11780 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11781
11782         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
11783         filter.
11784
11785 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
11786
11787         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
11788
11789 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
11790
11791         * config.h.in: Enforce optimization to be used.
11792         * Makeconfig (preprocess-versions): Define ASSEMBLER.
11793         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
11794         * posix/Makefile (annexc-CFLAGS): Define to -O.
11795         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
11796
11797 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
11798
11799         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
11800         Patch by Stephan Kulow.
11801
11802 2001-09-08  Ben Collins  <bcollins@debian.org>
11803
11804         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
11805         usage of RESOLVE() (r_type, not reloc->r_type).
11806
11807 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11808
11809         * elf/dl-object.c: Avoid allocating extra memory block for name.
11810         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
11811         allocated separately.
11812         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11813
11814 2001-09-08  H.J. Lu  <hjl@gnu.org>
11815
11816         * po/zh_TW.po: Fix a typo.
11817
11818 2001-09-07  Tom Rix  <trix@redhat.com>
11819
11820         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
11821
11822 2001-08-26  Tom Rix  <trix@redhat.com>
11823
11824         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
11825         command line options.
11826         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
11827         * sysdeps/unix/sysv/aix/start.c: Removed.
11828         * sysdeps/unix/sysv/aix/start-libc.c: New file.
11829         * sysdeps/unix/sysv/aix/init-first.c: New file.
11830         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
11831
11832 2001-09-08  Ben Collins  <bcollins@debian.org>
11833
11834         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
11835         * sysdeps/generic/dl-machine.h: Likewise.
11836         * sysdeps/hppa/dl-fptr.c: Likewise.
11837         * sysdeps/ia64/dl-fptr.c: Likewise.
11838         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11839         * sysdeps/mips/dl-machine.h: Likewise.
11840         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11841         * sysdeps/powerpc/dl-machine.c: Likewise.
11842
11843 2001-09-07  Ben Collins  <bcollins@debian.org>
11844
11845         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
11846
11847         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
11848
11849 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11850
11851         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
11852         dependencies if necessary.
11853
11854         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
11855         loaded directly) determine length if l_initfini list by iterating
11856         over its elements.  Minor optimizations.
11857         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
11858         for dependency objects.
11859         If object was already loaded check whether any of the dependencies
11860         is already on the relocation dependency list.  If yes, remove the
11861         latter.  Minor optimizations.
11862         * elf/dl-lookup.c (add_dependency): Add check for self reference of
11863         maps here.  Search l_initfini list only if the object was loaded
11864         directly and not only as a dependency.
11865         (_dl_lookup_symbol): Add relocation dependency also if object
11866         is not in global scope.  Remove test for self-reference here.
11867         (_dl_lookup_versioned_symbol): Likewise.
11868         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
11869         element of first name record.
11870         * elf/loadtest.c: Add some more test to recognize early if an object
11871         wasn't unloaded.
11872         * elf/Makefile: Add rules to build and run reldep5.
11873         * elf/reldep5.c: New file.
11874         * elf/reldepmod5.c: New file.
11875         * elf/reldepmod6.c: New file.
11876
11877         * elf/reldep2.c: Fix typo.
11878
11879 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
11880
11881         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
11882         elements.  Change l_scope to be a pointer only.
11883         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
11884         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
11885         here add searchlist of newly open file to the dependency's scope.
11886         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
11887         only searchlist from its scope.  Free own scope array if necessary.
11888         * elf/Makefile (tests): Add dblload and dblunload now.
11889
11890 2001-09-06  Andreas Jaeger  <aj@suse.de>
11891
11892         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
11893         Stephen L Moshier.
11894
11895 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
11896
11897         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
11898         they both fail.
11899         * elf/dblload.c: New file.
11900         * elf/dblloadmod1.c: New file.
11901         * elf/dblloadmod2.c: New file.
11902         * elf/dblloadmod3.c: New file.
11903         * elf/dblunload.c: New file.
11904
11905 2001-09-04  Richard Henderson  <rth@redhat.com>
11906
11907         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
11908         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
11909
11910 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11911
11912         Correct very misleading message for error in failed runtime relocation.
11913         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
11914         place of the error.
11915         (_dl_signal_cerror): Likewise.
11916         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
11917         * elf/dl-close.c: Likewise.
11918         * elf/dl-deps.c: Likewise.
11919         * elf/dl-load.c: Likewise.
11920         * elf/dl-lookup.c: Likewise.
11921         * elf/dl-open.c: Likewise.
11922         * elf/dl-reloc.c: Likewise.
11923         * elf/dl-sym.c: Likewise.
11924         * elf/dl-version.c: Likewise.
11925         * sysdeps/generic/dl-sysdep.c: Likewise.
11926
11927 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11928
11929         * iconv/strtab.c (strtabinit): Initialize null Strent.
11930         (newstring): Move len == 0 handling...
11931         (strtabadd): ...here.
11932         If len == 1, return null Strent.
11933         When inserting a suffix of an existing string, check if
11934         it is not equal to some suffix already recorded.
11935         Copy left and right members over if adding longer string.
11936
11937 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11938
11939         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
11940
11941         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
11942         (__syscall_gethostname): Add prototype.
11943
11944 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11945
11946         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
11947
11948 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
11949
11950         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
11951
11952 2001-08-27  Roland McGrath  <roland@frob.com>
11953
11954         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
11955         short, copy that much into NAME anyway before returning error.
11956
11957 2001-09-01  Richard Henderson  <rth@redhat.com>
11958
11959         * sysdeps/alpha/elf/Dist: Remove file.
11960         * sysdeps/alpha/elf/Makefile: Remove file.
11961         * sysdeps/alpha/elf/crtbegin.S: Remove file.
11962         * sysdeps/alpha/elf/crtend.S: Remove file.
11963         * sysdeps/alpha/elf/initfini.c: New file.
11964
11965 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
11966
11967         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
11968         * iconv/tst-iconv3.c: Likewise.
11969
11970 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
11971
11972         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
11973
11974 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
11975
11976         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
11977         export it.
11978         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
11979         * iconv/iconv_prog.c (insert_cache): New function.
11980         (print_known_names): If cache is used call insert_cache to use the
11981         information from the cache [PR libc/2509].
11982
11983 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
11984
11985         * time/strptime.c (strptime_internal): Recognize 'l' format and
11986         handle it like 'I' for symmetry with strftime.
11987
11988 2001-08-31  Richard Henderson  <rth@redhat.com>
11989
11990         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
11991         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
11992         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
11993         (print_statistics): Make scalar unsigned long long.
11994         * sysdeps/alpha/hp-timing.h: New file.
11995
11996 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11997
11998         * stdio-common/perror.c (perror): Save errno early, pass it
11999         down to perror_internal.
12000         (perror_internal): Add errnum argument.
12001
12002 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12003
12004         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
12005         Don't add old memory content for R_ALPHA_REFQUAD.
12006
12007 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12008
12009         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
12010         memory correctly.
12011
12012         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
12013         instead of open, __close instead of close, __getpagesize instead
12014         of getpagesize.
12015
12016         * string/argz-stringify.c (__argz_stringify): Use __strnlen
12017         instead of strnlen.
12018         * include/string.h (strndupa): Redefine here to use __strnlen
12019         instead of strnlen.
12020         * string/strndup.c (__strndup): Use __strnlen not strnlen.
12021
12022         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
12023         connected).
12024
12025 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12026
12027         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
12028         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
12029         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
12030         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
12031         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
12032         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
12033         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
12034
12035 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12036
12037         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
12038
12039 2001-08-30  Andreas Jaeger  <aj@suse.de>
12040
12041         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
12042         contributed Stephen L Moshier.
12043
12044 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12045
12046         * sunrpc/etc.rpc (sgi_fam): Add.
12047
12048 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12049
12050         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
12051
12052 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12053
12054         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
12055         first is from a previous call.
12056         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
12057
12058 2001-08-29  Andreas Schwab  <schwab@suse.de>
12059
12060         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
12061
12062 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12063
12064         * config.make.in (INSTALL_SCRIPT): Define.
12065         * Makeconfig (INSTALL_SCRIPT): Define.
12066         * Makerules (do-install-script): New macro to install scripts using
12067         INSTALL_SCRIPT.
12068         (install-bin-script): New rule to install scripts with
12069         do-install-script.
12070         (install-bin-script-nosubdir): New rule.
12071         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
12072         (distinfo-vars): Add $(install-bin-script).
12073         * Rules (others): Likewise.
12074         * Makefile (glibcbug): Install with install-bin-script.
12075         * debug/Makefile (xtrace): Likewise.
12076         (catchsegv): Likewise.
12077         * elf/Makefile (ldd): Likewise.
12078         * malloc/Makefile (mtrace): Likewise.
12079         * timezone/Makefile (tzselect): Likewise.
12080
12081 2001-08-29  H.J. Lu  <hjl@gnu.org>
12082
12083         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
12084         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
12085         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
12086
12087 2001-08-29  Andreas Schwab  <schwab@suse.de>
12088
12089         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
12090
12091 2001-08-28  H.J. Lu  <hjl@gnu.org>
12092
12093         * Makeconfig (combreloc-LDFLAGS): New variable.
12094         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
12095         * config.make.in (have-z-combreloc): New variable.
12096         * configure.in: Substitute libc_cv_z_combreloc.
12097
12098 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12099
12100         * po/sv.po: Update from translation team.
12101         * po/fr.po: Likewise.
12102         * po/da.po: Likewise.
12103
12104 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12105
12106         * Makerules: Fix a typo: MD% -> MD5.
12107
12108 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
12109
12110         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
12111         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
12112
12113 2001-08-28  Andreas Jaeger  <aj@suse.de>
12114
12115         * manual/libc-texinfo.sh: Add entry about free manuals.
12116
12117         * manual/contrib.texi (Contributors): Fix cross reference.
12118
12119         * manual/libc.texinfo (Copying): Include freemanuals.
12120
12121         * manual/Makefile (appendices): Add freemanuals.
12122
12123         * manual/freemanuals.texi: New file.
12124         Patch by Brian Youmans <3diff@gnu.org>.
12125
12126         * manual/libm-err-tab.pl: Pretty print more platforms, print a
12127         smaller table.
12128
12129         * manual/math.texi (Errors in Math Functions): Fix grammar, start
12130         table on separate page.
12131         Patch by Brian Youmans <3diff@gnu.org>.
12132
12133 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12134
12135         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
12136         the connection went down after we first used it try to connect
12137         again and resend the message before printing to the console.
12138         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
12139
12140 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12141
12142         * string/tst-strlen.c (main): Test strnlen (, -1) too.
12143         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
12144         bit set.
12145
12146 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12147
12148         * iconv/strtab.c (searchstring): Use correct length for comparison.
12149         (strtabadd): Account total size correct if new string has old string as
12150         substring.
12151
12152 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12153
12154         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
12155
12156 2001-08-27  Andreas Jaeger  <aj@suse.de>
12157
12158         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
12159
12160         * math/libm-test.inc (j0_test): Add extra tests.
12161         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
12162         not x, in Hankel approximation.
12163         Patches by Stephen L Moshier.
12164
12165 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12166
12167         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
12168         link_map.
12169
12170         * configure.in: Fix test for .rela.dyn section.
12171
12172         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
12173
12174 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12175
12176         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
12177         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
12178         Pass type_class to _dl_lookup_*.
12179         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
12180         Pass around just type_class instead of noexec, noplt pair.
12181         (_dl_lookup_versioned_symbol): Likewise.
12182         (_dl_lookup_symbol_skip): Pass around just type_class instead of
12183         noexec, noplt pair.
12184         (_dl_lookup_versioned_symbol_skip): Likewise.
12185         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
12186         * elf/do-lookup.h (do_lookup): Likewise.
12187         * include/link.h (struct link_map): Replace noexec and noplt fields
12188         in l_lookup_cache with type_class field.
12189         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
12190         ELF_RTYPE_CLASS_COPY): Define.
12191         Adjust prototypes for _dl_lookup_symbol and
12192         _dl_lookup_versioned_symbol.
12193         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
12194         elf_machine_lookup_noexec_p): Remove.
12195         (elf_machine_type_class): Define.
12196         * sysdeps/arm/dl-machine.h: Likewise.
12197         * sysdeps/hppa/dl-machine.h: Likewise.
12198         * sysdeps/cris/dl-machine.h: Likewise.
12199         * sysdeps/i386/dl-machine.h: Likewise.
12200         * sysdeps/ia64/dl-machine.h: Likewise.
12201         * sysdeps/m68k/dl-machine.h: Likewise.
12202         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12203         * sysdeps/mips/dl-machine.h: Likewise.
12204         * sysdeps/powerpc/dl-machine.h: Likewise.
12205         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12206         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12207         * sysdeps/sh/dl-machine.h: Likewise.
12208         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12209         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12210
12211 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12212
12213         * manual/message.texi (Advanced gettext functions): Change
12214         description of plural forms for Slovak.
12215         Reported by Marcel Telka <marcel@telka.sk>.
12216
12217         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
12218         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
12219
12220 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12221
12222         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
12223         typo.  Patch by Florian La Roche <laroche@redhat.com>.
12224
12225 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12226
12227         * include/link.h (struct link_map): Add l_lookup_cache element.
12228         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
12229         (RESOLVE_MAP): Likewise.
12230         (_dl_relocate_object): Remove cache initialization.
12231         * elf/dl-lookup.c: Rip out cache handling code.
12232         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
12233         declarations.
12234
12235         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
12236         remove some __builtin_expect.
12237         (_dl_lookup_versioned_symbol): Likewise.
12238
12239         * config.h.in: Add HAVE_Z_COMBRELOC.
12240         * configure.in: Add test for -z combreloc.
12241
12242         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
12243         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
12244         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
12245         case to almost no code.
12246
12247 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
12248
12249         * po/tr.po: Update from translation team.
12250
12251 2001-08-24  Andreas Jaeger  <aj@suse.de>
12252
12253         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
12254         make clean works.
12255
12256 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12257
12258         * elf/rtld.c (print_statistics): Printf % after percent values.
12259         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
12260
12261         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
12262         don't have to compute the hash value and initialize current_value.
12263         Move reference_name variable to where it is needed.
12264         (_dl_lookup_versioned_symbol): Likewise.
12265
12266 2001-08-24  Roland McGrath  <roland@frob.com>
12267
12268         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
12269         Just test that strerror returns non-null for a few errno codes.
12270
12271 2001-08-23  Roland McGrath  <roland@frob.com>
12272
12273         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
12274         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
12275
12276         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
12277
12278         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
12279         __mach_reply_port.
12280
12281 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12282
12283         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
12284         returns NULL.
12285
12286         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
12287         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
12288         doesn't do it.
12289         * elf/rtld.c: Include <sys/param.h>.
12290         * elf/dl-reloc.c: Likewise.
12291
12292 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12293
12294         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
12295         empty to prevent junk from being generated.
12296         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
12297
12298 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12299
12300         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
12301         records.  Rename endrel to relative, initialize it to r, and use it
12302         in elf_machine_rel_relative calls.  Point r after relative relocs.
12303
12304 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12305
12306         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
12307         of R_386_NONE.
12308
12309 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12310
12311         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
12312         necessary.  Undefine newly defined macros at the end.
12313         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
12314         Rename from elf_machine_rel_relative.
12315         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
12316         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
12317         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
12318         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
12319         Likewise.
12320         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
12321         Likewise.
12322         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
12323         Fix argument types.
12324         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
12325         Fix argument types.
12326         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
12327         Likewise.  Fix argument types.
12328         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
12329         Likewise.  Fix argument types.
12330         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
12331         Fix argument types.
12332         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
12333         ElfW(Rel) in argument.
12334         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
12335         function.
12336
12337 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
12338
12339         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12340
12341 2001-08-24  Andreas Jaeger  <aj@suse.de>
12342
12343         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12344         Stephen L Moshier <moshier@mediaone.net>.
12345
12346 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12347
12348         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12349         first if RELCOUNT is set.
12350
12351         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12352         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12353         elf_machine_rel_relative.
12354         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12355         Minor optimizations.
12356         * sysdeps/arm/dl-machine.h: Likewise.
12357         * sysdeps/cris/dl-machine.h: Likewise.
12358         * sysdeps/hppa/dl-machine.h: Likewise.
12359         * sysdeps/i386/dl-machine.h: Likewise.
12360         * sysdeps/ia64/dl-machine.h: Likewise.
12361         * sysdeps/m68k/dl-machine.h: Likewise.
12362         * sysdeps/mips/dl-machine.h: Likewise.
12363         * sysdeps/powerpc/dl-machine.h: Likewise.
12364         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12365         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12366         * sysdeps/sh/dl-machine.h: Likewise.
12367         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12368         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12369
12370 2001-08-23  Roland McGrath  <roland@frob.com>
12371
12372         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
12373
12374         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
12375         sysdeps/mach version.  Implement counting ("recursive") mutexes
12376         on top of cthreads mutexes.
12377         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
12378
12379         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
12380         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
12381         (__libc_cleanup_region_start, __libc_cleanup_region_end,
12382         __libc_clean_end): Define these to call the cleanup function after
12383         normal exit when they're supposed to.
12384
12385         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
12386         Take new first arg DOIT, a boolean saying whether to really install
12387         any cleanup handler.
12388         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
12389         (__libc_cleanup_end): Likewise.
12390         * sysdeps/generic/bits/libc-lock.h: Same changes.
12391         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
12392         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
12393         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
12394         Likewise.
12395         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
12396         * sysdeps/generic/bits/stdio-lock.h
12397         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
12398
12399 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12400
12401         * elf/ldconfig.c (search_dir): Remove stale symlinks.
12402
12403 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12404
12405         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
12406         functions.
12407         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
12408         lookups in cache.
12409         (_dl_lookup_versioned_symbol): Likewise.
12410         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
12411         relocation lookup.
12412         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
12413         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
12414         (lookup_cache, lookup_cache_versioned): Add declarations.
12415
12416 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12417
12418         * stdlib/tst-random.c (main): Swap parameters in fail call.
12419         Patch by Pete Bevin <pete@petebevin.com>.
12420
12421 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12422
12423         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
12424
12425 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12426
12427         * malloc/obstack.c: Indent preprocessor directives.
12428         Patch by Jim Meyering <meyering@ascend.com>.
12429
12430         * po/ja.po: Update from translation team.
12431
12432 2001-08-23  Roland McGrath  <roland@frob.com>
12433
12434         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
12435
12436         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
12437         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
12438
12439 2001-08-22  Roland McGrath  <roland@frob.com>
12440
12441         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
12442         __libc_lock_define_recursive.
12443         * elf/dl-open.c: Don't declare it here any more.
12444         * elf/dl-close.c: Likewise.
12445         * elf/dl-lookup.c: Likewise.
12446         * elf/dl-iteratephdr.c: Likewise.
12447         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
12448         __libc_lock_unlock_recursive.
12449         * elf/dl-close.c (_dl_close): Likewise
12450         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
12451         * elf/dl-open.c (_dl_open): Likewise
12452
12453         * sysdeps/generic/bits/libc-lock.h
12454         (__libc_lock_define_recursive): New macro.
12455         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
12456         (_IO_lock_lock): Use __libc_lock_lock_recursive.
12457         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
12458
12459         * conform/conformtest.pl (checknamespace): Sort the output list.
12460
12461         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
12462         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
12463         definitions conditional on [__USE_XOPEN].
12464
12465         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
12466         these unconditionally, not only use [__USE_BSD], so as to match
12467         the sysdeps/unix/sysv/linux files.
12468
12469 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12470
12471         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
12472         avoid warnings.
12473
12474         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
12475         DL_LOOKUP_ADDRESS.
12476
12477 2001-08-22  Roland McGrath  <roland@frob.com>
12478
12479         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
12480         conditionalization of sa_handler/sa_sigaction member types to
12481         match the sysdeps/unix/sysv/linux file.
12482
12483 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12484
12485         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
12486         symbol sizes a bit better.
12487
12488         * sysdeps/ia64/strncpy.S: Complete rewrite.
12489         Contributed by Jakub Jelinek <jakub@redhat.com>.
12490
12491         * string/stratcliff.c (main): Add strncpy test.
12492
12493 2001-08-22  Roland McGrath  <roland@frob.com>
12494
12495         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
12496         and don't declare unsetenv or _environ directly.
12497         (unsetenv): Return int, not void.  Use __environ instead of _environ.
12498
12499 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
12500
12501         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
12502         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
12503         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
12504         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
12505         test for cmsg struct size.
12506
12507 2001-04-23  Paul Eggert  <eggert@twinsun.com>
12508
12509         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
12510         Rename __argc to ___argc in prototypes to avoid compatibility
12511         problems with systems that reserve the identifier "__argc".
12512         Similarly for __argv.
12513
12514 2001-08-21  Roland McGrath  <roland@frob.com>
12515
12516         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
12517
12518         * mach/Makefile (tests): Removed.
12519         * mach/hello.c: File removed.
12520
12521 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12522
12523         * po/sv.po: Update from translation team.
12524
12525         * stdio-common/vfscanf.c: Fix handling of %l[].
12526         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
12527
12528         * libio/Makefile (tests): Add tst-sscanf.
12529         * libio/tst-sscanf.c: New file.
12530
12531         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
12532         * malloc/mtrace.c (tr_where): dli_sname always points to a
12533         non-empty string if != NULL.
12534         Reported by Tim Janik <timj@gtk.org>.
12535
12536 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
12537
12538         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
12539         buf.  Free resources on failure.
12540         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
12541         (makefd_xprt): Likewise.
12542         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
12543         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
12544         * sunrpc/auth_unix.c (authunix_create): Likewise.
12545
12546 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
12547
12548         * string/strnlen.c: Remove.
12549         * sysdeps/generic/strnlen.c: New file.
12550         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
12551
12552 2001-08-21  Roland McGrath  <roland@frob.com>
12553
12554         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
12555         as a macro, not an extern inline function.
12556
12557         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
12558         * Versions.def (libc): Add GLIBC_2.2.5 set.
12559         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
12560         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
12561
12562 2001-08-20  Roland McGrath  <roland@frob.com>
12563
12564         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
12565         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
12566
12567 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12568
12569         * string/bits/string2.h: Remove strnlen optimization here.
12570         * sysdeps/i386/i486/bits/string.h: Add it here.
12571
12572 2001-08-21  Wolfram Gloger  <wg@malloc.de>
12573
12574         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
12575
12576 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12577
12578         * po/gl.po: Update from translation team.
12579
12580 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12581
12582         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
12583         * misc/err.c (convert_and_print): Likewise.
12584
12585         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
12586         function calls.
12587
12588 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12589
12590         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
12591         change of the gregset_t type.
12592         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12593
12594 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12595
12596         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
12597
12598 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12599
12600         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
12601
12602         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
12603
12604 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
12605
12606         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
12607         before calling the cthreads initialization code.
12608
12609 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12610
12611         * argp/argp-help.c: Fix two problems introduced in last change.
12612
12613         * include/dirent.h: Include <dirstream.h> first.
12614
12615 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
12616
12617         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
12618
12619         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
12620         * sunrpc/xdr_rec.c: Likewise.
12621         * sunrpc/xdr_mem.c: Likewise.
12622         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
12623         * sunrpc/rpc_cmsg.c: Likewise.
12624         * sunrpc/getrpcport.c (getrpcport): Likewise.
12625         * sunrpc/clnt_simp.c (callrpc): Likewise.
12626         * sunrpc/clnt_gen.c (clnt_create): Likewise.
12627         * string/envz.c: Likewise.
12628
12629         * po/ko.po: Update from translation team.
12630
12631         * argp/argp-help.c: Handle wide oriented stderr stream.
12632
12633 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
12634
12635         * sysdeps/generic/strtol.c: Little optimizations.  Add some
12636         __builtin_expect.
12637
12638         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
12639
12640         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
12641         * wcsmbs/wcwidth.c (wcwdith): Likewise.
12642         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
12643
12644         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
12645
12646         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
12647
12648         * time/time.h (struct timespec): Use __time_t for tv_sec element.
12649
12650         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
12651         wchar_t for function declarations and defintions.
12652
12653         * misc/sys/select.h: Define __need_time_t before including <time.h>.
12654         Define suseconds_t if it hasn't happened yet.
12655
12656         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
12657
12658         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
12659
12660         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
12661         <stddef.h>.
12662
12663         * conform/data/stddef.h-data: Remove wint_t.
12664
12665         * conform/conformtest.pl: Change namespace test to take #undef
12666         lines into account.
12667
12668         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
12669
12670         * conform/data/sys/socket.h-data: Add sockatmark.
12671
12672 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12673
12674         * io/fts.c: Update from recent BSD source.
12675
12676 2001-08-17  Roland McGrath  <roland@frob.com>
12677
12678         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
12679         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
12680         Likewise.
12681
12682 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12683
12684         * locale/duplocale.c (__duplocale): Also initialize the special
12685         __ctype_* elements.
12686
12687         * conform/data/netdb.h-data: Adjust gai_strerror return type.
12688
12689 2001-08-17  Andreas Jaeger  <aj@suse.de>
12690
12691         * misc/getpass.c: Include wchar.h for prototypes.
12692         * malloc/obstack.c: Likewise.
12693
12694 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12695
12696         * sunrpc/svc_simple.c (universal): Use __write instead of write.
12697
12698         * wcsmbs/wcscoll.c: Also define __wcscoll.
12699         * include/wchar.h: Declare __wcscoll.
12700
12701         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12702         * libio/vwprintf.c: Likewise.
12703         * libio/wprintf.c: Likewise.
12704
12705         * iconv/gconv_cache.c: Use __munmap instead of munmap.
12706
12707 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
12708
12709         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12710         instead of mbrtowc.
12711         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12712         wcslen, and __wcscoll instead of wcscoll.
12713
12714         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12715
12716         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12717         __getuid instead of getuid.
12718
12719         * stdio-common/perror.c (perror): Use __close instead of close.
12720         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12721         * libio/freopen.c (freopen): Likewise.
12722         * libio/freopen64.c (freopen64): Likewise.
12723
12724         * libio/tst-ungetwc2.c (main): Define str const.
12725
12726         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12727         * libio/fwprintf.c: Also define __fwprintf.
12728         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12729         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12730         * assert/assert-perr.c: Likewise.
12731         * assert/assert.c: Likewise.
12732         * gmon/gmon.c: Likewise.
12733         * inet/rcmd.c: Likewise.
12734         * malloc/obstack.c: Likewise.
12735         * misc/err.c: Likewise.
12736         * misc/error.c: Likewise.
12737         * misc/getpass.c: Likewise.
12738         * posix/getopt.c: Likewise.
12739         * resolv/res_hconf.c: Likewise.
12740         * stdio-common/perror.c: Likewise.
12741         * stdio-common/psignal.c: Likewise.
12742         * stdlib/fmtmsg.c: Likewise.
12743         * sunrpc/auth_unix.c: Likewise.
12744         * sunrpc/clnt_perr.c: Likewise.
12745         * sunrpc/clnt_tcp.c: Likewise.
12746         * sunrpc/clnt_udp.c: Likewise.
12747         * sunrpc/clnt_unix.c: Likewise.
12748         * sunrpc/svc_simple.c: Likewise.
12749         * sunrpc/svc_tcp.c: Likewise.
12750         * sunrpc/svc_udp.c: Likewise.
12751         * sunrpc/svc_unix.c: Likewise.
12752         * sunrpc/xdr.c: Likewise.
12753         * sunrpc/xdr_array.c: Likewise.
12754         * sunrpc/xdr_rec.c: Likewise.
12755         * sunrpc/xdr_ref.c: Likewise.
12756         * sysdeps/generic/wordexp.c: Likewise.
12757
12758         * po/it.po: Update from translation team.
12759
12760         * misc/err.c: Handle wide oriented stderr stream.
12761
12762 2001-08-14  Tom Rix  <trix@redhat.com>
12763
12764         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12765         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12766
12767 2001-08-13  Tom Rix  <trix@redhat.com>
12768
12769         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12770         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12771         and __intptr_t.
12772
12773 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12774
12775         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
12776         Store the access registers to the ucontext structure.
12777         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
12778         Likewise.
12779
12780         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
12781         Load the access registers from the ucontext structure.
12782         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
12783         Likewise.
12784
12785         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
12786         offsets to the new ucontext layout.
12787         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
12788
12789         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
12790         of the ucontext structure.
12791         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12792
12793 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
12794
12795         * misc/error.c (error): Handle wide oriented stderr stream correctly.
12796         (error_at_line): Likewise.
12797
12798         * stdio-common/perror.c (perror): Implement according to standard.
12799         The stream orientation must not be changed if the stream was not
12800         oriented before the call.
12801         * stdio-common/Makefile (tests): Add tst-perror.
12802         * stdio-common/tst-perror.c: New file.
12803
12804
12805 See ChangeLog.12 for earlier changes.