Update.
[platform/upstream/glibc.git] / ChangeLog
1 2002-09-14  Ulrich Drepper  <drepper@redhat.com>
2
3         * include/unistd.h: Declare __exit_thread.
4         * sysdeps/generic/libc-start.c: Remove dummy_addr.
5         Wrap call to main in setjmp if HAVE_CANCELBUF is defined.
6         * sysdeps/unix/sysv/linux/exit-thread.S: New file.
7         * sysdeps/unix/sysv/linux/_exit.c: New file.
8         * sysdeps/unix/sysv/linux/i386/_exit.S: New file.
9         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (sysdep_routines):
10         Add exit-thread.
11
12         * configure.in: Add dl_iterate_phdr to test using -nostdlib.
13
14 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
15
16         * sysdeps/i386/dl-machine.h (elf_machine_rel)
17         (case R_386_TLS_DTPMOD32): Don't use addend.
18         [case R_386_TLS_TPOFF32]: Remove redundant SYM_MAP != NULL check.
19         (elf_machine_rela): Add support for TLS relocs.
20
21 2002-09-14  Roland McGrath  <roland@redhat.com>
22
23         * Makefile (manual/%): Add this pattern target to the iconvdata/% rule.
24
25 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
26
27         * stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64
28         specific asm macros for multiple percision integer math.
29
30 2002-06-04  Steven Munroe  <sjmunroe@us.ibm.com>
31
32         * sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro.
33         * elf/cache.c (print_entry): Add case for FLAG_POWERPC_LIB64.
34         Remove per-machine conditionals for FLAG_* cases.
35         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h: New file.
36         * sysdeps/unix/sysv/linux/powerpc/readelflib.c: New file.
37         * sysdeps/unix/sysv/linux/powerpc/powerpc64/dl-cache.h: New file.
38
39 2002-09-10  Alan Modra <amodra@bigpond.net.au>
40
41         * csu/gmon-start.c [!TEXT_START]: Define TEXT_START if not already
42         defined in entry.h.
43         (__gmon_start__) [!ENTRY_POINT_DECL]: Use TEXT_START macro to obtain
44         lowest address for profiling in  __monstartup call.
45         * sysdeps/powerpc/powerpc64/elf/entry.h: New file.
46
47 2002-09-14  Roland McGrath  <roland@redhat.com>
48
49         * sysdeps/unix/sysv/linux/pread.c: __NR_pread64 may be defined
50         instead of __NR_pread.
51         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
52         * sysdeps/unix/sysv/linux/pwrite.c: __NR_pwrite64 may be defined
53         instead of __NR_pwrite.
54         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
55
56 2002-09-13  Roland McGrath  <roland@redhat.com>
57
58         * manual/libc.texinfo: @ifinfo -> @ifnottex around copyright notice.
59
60 2002-09-13  Andreas Jaeger  <aj@suse.de>
61
62         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add readahead
63         syscall.  Patch by Guido Guenther <agx@sigxcpu.org>.
64
65 2002-09-12  Ulrich Drepper  <drepper@redhat.com>
66
67         * elf/elf.h: Correct DT_LOOS and DT_HIOS values.
68
69 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
70
71         * sysdeps/powerpc/fpu/s_isnan.c: #undef __isnanf and isnanf after
72         reading the headers.
73
74 2002-09-12  Roland McGrath  <roland@redhat.com>
75
76         * elf/rtld.c (_dl_start_final): Move _begin, _end decls outside the fn.
77         (_dl_start) [DONT_USE_BOOTSTRAP_MAP]: Use &_begin instead of l_addr to
78         find the ELF header.
79
80         * elf/rtld.c (dl_main) [USE_TLS]: Adjust l_tls_initimage of main
81         executable if needed, in case it's actually a shared object.
82
83 2002-09-11  Roland McGrath  <roland@redhat.com>
84
85         * elf/dl-load.c (_dl_map_object_from_fd): Use l_addr instead of
86         l_map_start to adjust l_tls_initimage.
87
88         * nss/getnssent_r.c (__nss_getent_r): Use EAGAIN instead of errno
89         when using h_errno and it's not set to NETDB_INTERNAL.
90         * nss/getXXbyYY_r.c [NEED_H_ERRNO]: Likewise.
91
92         * Makefile ($(common-objpfx)testrun.sh): New target.
93         (others): Depend on it.
94         (postclean-generated): Append it.
95
96         * nss/bug-erange.c: New file.
97         * nss/Makefile (tests): Add it.
98
99         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Return errno
100         instead of always EAGAIN when status is NSS_STATUS_TRYAGAIN.
101
102         * sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without
103         strncmp, keeps the code smaller for a non-performance-critical case.
104
105         * sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,
106         no longer wrongly matches arbitrary prefixes of NAME.
107         Reported by Jakub Jelinek <jakub@redhat.com>.
108
109 2002-09-11  Jakub Jelinek  <jakub@redhat.com>
110
111         * posix/bug-regex11.c (tests): New array.
112         (main): Rewritten to run more different tests.
113
114 2002-09-10  Roland McGrath  <roland@redhat.com>
115
116         * nscd/Makefile (CPPFLAGS-nscd, CPPFLAGS-nscd_conf, CPPFLAGS-dbg_log)
117         (CPPFLAGS-connections, CPPFLAGS-hstcache): Variables removed.
118         Instead, catch all of $(nscd-modules) via cppflags-iterator.mk.
119
120         * sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
121         well so we don't get it declared by include/math.h's hidden_proto.
122         Then do hidden_proto for __isnanf locally so hidden_def works right.
123
124         * posix/bug-regex5.c (main): Use `union locale_data_value' rather than
125         a cast to turn nl_langinfo return value into an integer.
126
127 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
128
129         * posix/regexec.c (build_trtable): Fix the destination of
130         newline to prevent wrong states from overwriting.
131         Append break statements to optimization.
132
133 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
134
135         * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if.
136         (build_range_exp): Add castings to strlen invocations.
137         (build_collating_symbol): Restore the type of characters from "char"
138         to "unsigned char", and supplement castings.
139         (build_collating_symbol): Likewise.
140         (build_equiv_class): Likewise.
141         (build_charclass): Likewise.
142         (seek_collating_symbol_entry): Likewise.
143         (parse_bracket_exp): Likewise.
144         (build_word_op): Supplement a casting.
145         * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if.
146         (re_string_allocate): Fix castings.
147         (re_string_construct): Likewise.
148         (re_string_construct_common): Likewise.
149         (re_string_realloc_buffers): Likewise.
150         (build_wcs_buffer): Likewise.
151         (build_wcs_upper_buffer): Likewise.
152         (re_string_skip_chars): Likewise.
153         (re_string_reconstruct): Likewise.
154         * posix/regex_internal.h: Restore the type of characters in
155         re_string_t and bracket_elem_t from "char" to "unsigned char".
156         (re_string_elem_size_at): Fix castings.
157         * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if.
158         (transit_state_bkref_loop): Restore the type of characters from
159         "char" to "unsigned char", and append a cast to "char*" pointer in
160         array subscript.
161         (check_node_accept_bytes): Likewise.
162         (find_collation_sequence_value): Likewise.
163
164 2002-09-10  Hartvig Ekner  <hartvige@mips.com>
165
166         * sysdeps/mips/memcpy.S: New file.
167         * sysdeps/mips/memset.S: New file.
168         * sysdeps/mips/fpu/e_sqrt.c:  New file.
169         * sysdeps/mips/fpu/e_sqrtf.c: New file.
170
171         * fpu/fclrexcpt.c: Cleaned up the FPU exception stuff - was not
172         functional before. Also removed all SHLIB_COMPAT stuff.
173         * fpu/fegetenv.c: Likewise.
174         * fpu/fesetenv.c:: Likewise.
175         * fpu/feupdateenv.c: Likewise.
176         * fpu/fgetexcptflg.c: Likewise.
177         * fpu/fraiseexcpt.c: Likewise.
178
179         * sysdeps/mips/fpu/fsetexcptflg.c: New file.
180
181 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
182
183         * include/math.h (__finite_internal, __finitef_internal,
184         __finitel_internal, __isinf_internal, __isnan_internal): Remove.
185         (isfinite): Remove.
186         (__finite, __isinf, __isnan, __finitef, __isinff, __isnanf, __finitel,
187         __isinfl, __isnanl): Add hidden_proto.
188         (__fpclassify, __fpclassifyf, __fpclassifyl, __expm1l): Add
189         libm_hidden_proto.
190         * math/Makefile (libm-calls): Add s_isinf and s_isnan.
191         * stdio-common/printf_fp.c (__printf_fp): Remove INTUSE from
192         __is{inf,nan} calls.
193         * stdio-common/printf_size.c (printf_size): Likewise.
194         * sysdeps/generic/printf_fphex.c (__printf_fphex): Likewise.
195         * sysdeps/generic/s_ldexp.c (__ldexp): Likewise.
196         * sysdeps/generic/s_ldexpf.c (__ldexpf): Likewise.
197         * sysdeps/generic/s_ldexpl.c (__ldexpl): Likewise.
198         * sysdeps/generic/s_expm1l.c (__expm1l): Add libm_hidden_def.
199         * sysdeps/i386/fpu/s_finite.S (__finite_internal): Remove alias.
200         (__finite): Add hidden_def.
201         * sysdeps/i386/fpu/s_finitef.S (__finitef_internal): Remove alias.
202         (__finitef): Add hidden_def.
203         * sysdeps/i386/fpu/s_finitel.S (__finitel_internal): Remove alias.
204         (__finitel): Add hidden_def.
205         * sysdeps/i386/fpu/s_isinfl.c (__isinfl): Remove INTDEF.  Add
206         hidden_def.
207         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
208         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Add
209         libm_hidden_def.
210         * sysdeps/i386/fpu/s_expm1l.S (__expm1l): Likewise.
211         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Remove INTDEF.  Add
212         hidden_def.
213         * sysdeps/ieee754/dbl-64/s_isinf.c (__isinf): Likewise.
214         (__isinfl): Remove INTDEF.
215         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Remove INTDEF.  Add
216         hidden_def.
217         (__isnanl): Remove INTDEF.
218         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Add
219         libm_hidden_def.
220         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Use __sin and __cos
221         instead of sin and cos.
222         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Remove INTDEF.
223         Add hidden_def.
224         * sysdeps/ieee754/flt-32/s_isinff.c (__isinff): Likewise.
225         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
226         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Add
227         libm_hidden_def.
228         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Remove INTDEF.
229         Add hidden_def.
230         * sysdeps/ieee754/ldbl-128/s_isinfl.c (__isinfl): Likewise.
231         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
232         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl): Add
233         libm_hidden_def.
234         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add
235         libm_hidden_def.
236         * sysdeps/ieee754/ldbl-96/s_finitel.c (__finitel): Remove INTDEF.
237         Add hidden_def.
238         * sysdeps/ieee754/ldbl-96/s_isinfl.c (__isinfl): Likewise.
239         * sysdeps/ieee754/ldbl-96/s_isnanl.c (__isnanl): Likewise.
240         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c (__fpclassifyl): Add
241         libm_hidden_def.
242         * sysdeps/ia64/fpu/s_finite.S (__finite_internal, __finitef_internal,
243         __finitel_internal): Remove aliases.
244         (__finite, __finitef, __finitel): Add hidden_def.
245         * sysdeps/ia64/fpu/s_isnan.S (__isnan_internal, __isnanf_internal,
246         __isnanl_internal): Remove aliases.
247         (__isnan, __isnanf, __isnanl): Add hidden_def.
248         * sysdeps/ia64/fpu/s_isinf.S (__isinf_internal, __isinff_internal,
249         __isinfl_internal): Remove aliases.
250         (__isinf, __isinff, __isinfl): Add hidden_def.
251         * sysdeps/ia64/fpu/s_fpclassify.S (__fpclassify, __fpclassifyf,
252         __fpclassifyl): Add libm_hidden_def.
253         * sysdeps/ia64/fpu/s_expm1l.S (__expm1l): Likewise.
254         * sysdeps/m68k/s_isinfl.c (__isinfl): Remove INTDEF.  Add hidden_def.
255         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Remove.
256         (hidden_defx): Define and use.
257         * sysdeps/m68k/fpu/s_fpclassifyl.c (__fpclassifyl): Add
258         libm_hidden_def.
259         * sysdeps/m68k/fpu/s_expm1l.c (__expm1l): Likewise.
260         * sysdeps/m68k/s_isnanl.c (__isnanl): Add hidden_def.
261         * sysdeps/powerpc/fpu/s_isnan.c (__isnan, __isnanf, __isnanl):
262         Remove INTDEF.
263         (__isnan, __isnanf): Add hidden_def.
264         * sysdeps/x86_64/fpu/s_finitel.S (__finitel_internal): Remove alias.
265         (__finitel): Add libm_hidden_def.
266         * sysdeps/x86_64/fpu/s_expm1l.S (__expm1l): Likewise.
267
268         * include/fenv.h (feraiseexcept, fesetenv): Add libm_hidden_proto.
269         * sysdeps/alpha/fpu/fesetenv.c (fesetenv): Add libm_hidden_ver.
270         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
271         * sysdeps/arm/fpu/fesetenv.c (fesetenv): Likewise.
272         * sysdeps/arm/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
273         * sysdeps/generic/fesetenv.c (fesetenv): Likewise.
274         * sysdeps/generic/fraiseexcpt.c (feraiseexcept): Likewise.
275         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
276         * sysdeps/i386/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
277         * sysdeps/m68k/fpu/fesetenv.c (fesetenv): Likewise.
278         * sysdeps/m68k/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
279         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Likewise.
280         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
281         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Likewise.
282         * sysdeps/powerpc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
283         * sysdeps/sparc/fpu/fesetenv.c (fesetenv): Likewise.
284         * sysdeps/sparc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
285         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Add libm_hidden_def.
286         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
287         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Likewise.
288         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
289         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
290         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
291         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
292         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
293         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Likewise.
294         * sysdeps/x86_64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
295
296 2002-09-09  Steven Munroe  <sjmunroe@us.ibm.com>
297
298         * elf/elf.h: Add powerpc64 specific elf relocation and dynamic types.
299
300 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
301
302         * elf/dl-error.c (_dl_signal_cerror): Don't print anything if only
303         LD_DEBUG=statistics or LD_TRACE_PRELINKING.
304
305 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
306
307         * string/stratcliff.c: Some more strncpy tests.
308         Patch by Daniel Jacobowitz <drow@mvista.com>.
309
310 2002-09-08  Roland McGrath  <roland@redhat.com>
311
312         * resolv/resolv.h: Include <sys/types.h> for u_long even in
313         the [__need_res_state] case.
314         Reported by Bruno Haible <bruno@clisp.org>.
315
316 2002-09-04  Bruno Haible  <bruno@clisp.org>
317
318         * sysdeps/generic/bits/ustat.h: Comment fix.
319         * io/sys/sendfile.h: Comment fix.
320         * sysdeps/posix/pread.c: Comment fix.
321         * sysdeps/posix/pread64.c: Comment fix.
322         * sysdeps/posix/pwrite.c: Comment fix.
323         * sysdeps/posix/pwrite64.c: Comment fix.
324
325 2002-09-06  Roland McGrath  <roland@redhat.com>
326
327         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
328         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
329         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
330         (_UTSNAME_MACHINE_LENGTH): Likewise.
331         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
332
333 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
334
335         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
336         test for filesystem type name of mount points.
337
338         * include/errno.h: Use errno definition with __thread for now only
339         in libc and ld.so.
340
341         * test-skeleton.c (main): Improve error message for unexpected
342         signal case.
343
344 2002-09-05  Roland McGrath  <roland@redhat.com>
345
346         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
347         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
348
349 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
350
351         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
352         case of failure.
353
354 2002-09-04  Bruno Haible  <bruno@clisp.org>
355
356         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
357         sigset_get_old_mask): Turn into inline functions.
358         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
359         sigset_get_old_mask): Likewise.
360         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
361         sigset_get_old_mask): Likewise.
362         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
363         syntax.
364
365         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
366
367         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
368         default definitions.
369         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
370         _sys_nerr_internal instead of _sys_nerr.
371
372         * nscd/connections.c (handle_request): Declare CALLER inside #if.
373
374 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
375
376         * sysdeps/powerpc/__longjmp.S: Moved to...
377         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
378         * sysdeps/powerpc/add_n.S: Moved to...
379         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
380         * sysdeps/powerpc/addmul_1.S: Moved to...
381         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
382         * sysdeps/powerpc/atomicity.h: Moved to...
383         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
384         * sysdeps/powerpc/backtrace.c: Moved to...
385         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
386         * sysdeps/powerpc/bp-asm.h: Moved to...
387         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
388         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
389         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
390         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
391         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
392         * sysdeps/powerpc/dl-machine.c: Moved to...
393         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
394         * sysdeps/powerpc/dl-machine.h: Moved to...
395         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
396         * sysdeps/powerpc/dl-start.S: Moved to...
397         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
398         * sysdeps/powerpc/gprrest0.S: Moved to...
399         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
400         * sysdeps/powerpc/gprrest1.S: Moved to...
401         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
402         * sysdeps/powerpc/gprsave0.S: Moved to...
403         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
404         * sysdeps/powerpc/gprsave1.S: Moved to...
405         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
406         * sysdeps/powerpc/lshift.S: Moved to...
407         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
408         * sysdeps/powerpc/memset.S: Moved to...
409         * sysdeps/powerpc/powerpc32/memset.S: ...here.
410         * sysdeps/powerpc/mul_1.S: Moved to...
411         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
412         * sysdeps/powerpc/ppc-mcount.S: Moved to...
413         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
414         * sysdeps/powerpc/register-dump.h: Moved to...
415         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
416         * sysdeps/powerpc/rshift.S: Moved to...
417         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
418         * sysdeps/powerpc/setjmp.S: Moved to...
419         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
420         * sysdeps/powerpc/stpcpy.S: Moved to...
421         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
422         * sysdeps/powerpc/strchr.S: Moved to...
423         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
424         * sysdeps/powerpc/strcmp.S: Moved to...
425         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
426         * sysdeps/powerpc/strcpy.S: Moved to...
427         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
428         * sysdeps/powerpc/strlen.S: Moved to...
429         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
430         * sysdeps/powerpc/sub_n.S: Moved to...
431         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
432         * sysdeps/powerpc/submul_1.S: Moved to...
433         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
434         * sysdeps/powerpc/elf/bzero.S: Moved to...
435         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
436         * sysdeps/powerpc/elf/start.S: Moved to...
437         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
438         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
439         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
440         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
441         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
442         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
443         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
444         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
445         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
446         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
447         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
448         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
449         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
450         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
452         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
453         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
454         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
456         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
458         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
459         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
460         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
462         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
464         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
465         powerpc/powerpc64.
466
467 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
468
469         * FAQ.in: Add powerpc64 to supported targets list. Also state the
470         minimum gcc version is 3.2
471         * README: Add powerpc64 to supported targets list.
472         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
473         Add powerpc64 and machine=powerpc/powerpc64.
474         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
475         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
476         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
477         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
478         * sysdeps/powerpc/powerpc32/Dist: New file.
479         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
480         * sysdeps/powerpc/powerpc32/Implies: New file.
481         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
482         ($(with-fp) = no): Move test to powerpc32/Makefile.
483         ($(subdir) = misc): Move to powerpc32/Makefile.
484         ($(build-shared) = yes): Move to powerpc32/Makefile.
485         ($(subdir) = csu): Move to powerpc32/Makefile.
486         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
487         * sysdeps/powerpc/powerpc32/Makefile: New file.
488         * sysdeps/powerpc/Versions: Remove libgcc functions.
489         * sysdeps/powerpc/powerpc32/Versions: New file.
490         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
491         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
492         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
493         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
494         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
495         ($machine): Add powerpc/powerpc64 to if ... | for
496         libc_cv_slibdir=/libc64.
497         (powerpc*): Set ldd_rewrite_script.
498         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
499         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
501         Add clone.S.
502         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
503         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
504         functions.  Remove GLIBC_2.2 functions except getrlimit and
505         setrlimit.  Moved them to ...
506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
507
508 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
509
510         * libio/tst-atime.c: Include <errno.h>.
511         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
512
513 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
514
515         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
516         warnings of some compilers.
517         (build_collating_symbol): Change the type of characters from
518         "unsigned char" to "char", and append a cast to "char*" pointer in
519         array subscript.
520         (build_collating_symbol): Likewise.
521         (build_equiv_class): Likewise.
522         (build_charclass): Likewise.
523         (re_compile_pattern): Remove incorrect cast.
524         (re_compile_fastmap_iter): Change the type of characters from
525         "unsigned char" to "char", and append a cast to "char*" pointer
526         in array subscript.
527         (parse_bracket_exp): Likewise.
528         * posix/regex_internal.c (re_string_construct_common): Likewise.
529         (re_string_allocate): Likewise.
530         (re_string_construct): Likewise.
531         (re_string_realloc_buffers): Likewise.
532         (build_wcs_buffer): Likewise.
533         (re_string_reconstruct): Likewise.
534         * posix/regex_internal.h: Change the type of characters in
535         re_string_t and bracket_elem_t from "unsigned char" to "char".
536         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
537         warnings of some compilers.
538         (transit_state_bkref_loop): Change the type of characters from
539         "unsigned char" to "char", and append a cast to "char*" pointer in
540         array subscript.
541         (check_node_accept_bytes): Likewise.
542         (find_collation_sequence_value): Likewise.
543
544 2002-09-04  Roland McGrath  <roland@redhat.com>
545
546         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
547         from 1024 to 65536, to avoid buffer overrun.
548
549 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
550
551         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
552
553 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
554
555         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
556         for filesystem.
557
558 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
559
560         * posix/bug-regex11.c: New test.
561         * posix/Makefile (tests): Add bug-regex11.
562
563 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
564
565         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
566         newlocale.
567
568 2002-09-02  Roland McGrath  <roland@redhat.com>
569
570         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
571         __pthread_initialize_minimal and __libc_check_standard_fds to
572         match the generic version.
573
574         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
575         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
576
577         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
578         warnings on platorms where char is unsigned.
579
580 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
581
582         * version.h (VERSION): Bump to 2.2.93.
583
584         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
585
586 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
587
588         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
589         as relocated.
590
591 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
592
593         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
594
595 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
596
597         * locale/localeinfo.h (struct locale_data): Add private.ctype.
598         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
599         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
600         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
601         (__wcsmbs_load_conv): Remove const from argument.
602         (_nl_cleanup_ctype): New proto.
603         (get_gconv_fcts): New function.
604         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
605         (__wcsmbs_to_wc): Rename back to...
606         (to_wc): ... this.
607         (__wcsmbs_gconv_fcts): Rename to...
608         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
609         (lock): Removed.
610         (__libc_setlocale_lock): New extern.
611         (__wcsmbs_load_conv): Remove const from argument.
612         Initialize new_category->private.ctype instead of a global
613         variable.
614         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
615         update_function_ptrs.  No locking is necessary.
616         (_nl_cleanup_ctype): New function.
617         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
618         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
619         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
620         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
621         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
622         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
623         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
624         * wcsmbs/wctob.c (wctob): Likewise.
625         * stdlib/mblen.c (mblen): Likewise.
626         * stdlib/mbtowc.c (mbtowc): Likewise.
627         * stdlib/wctomb.c (wctomb): Likewise.
628         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
629         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
630         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
631         Removed.
632
633 2002-09-02  Roland McGrath  <roland@frob.com>
634
635         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
636
637 2002-09-01  Roland McGrath  <roland@redhat.com>
638
639         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
640         Variable declarations removed.
641         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
642         these functions to replace them.
643         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
644         functions plus an indirection rather than the old global variables.
645         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
646         Macros removed.
647         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
648         inline functions.
649         * ctype/ctype-info.c: Revert last reversion back the other way.
650         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
651         Define real function versions of include/ctype.h inlines here.
652         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
653         __ctype_tolower_loc, __ctype_toupper_loc.
654         * locale/lc-ctype.c: Revert last reversion back the other way.
655         (_nl_postload_ctype): If current thread uses the global locale,
656         update its tsd vars.
657         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
658         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
659         CTYPE_TOLOWER, CTYPE_TOUPPER.
660
661         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
662         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
663         from __libc_tsd_threadvar_location.
664         (__libc_tsd_set, __libc_tsd_get): Update uses.
665
666 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
667
668         * ctype/ctype.h: Undo the patch before the last one.  Put back the
669         macro definitions for the standard functions to access the
670         classification and mapping arrays.
671         * include/ctype.h: Partly revert last patch.  Move the macro
672         definitions for the exported functions back to the public header.
673         #undef all the macros defined here before redefining.
674         * ctype/ctype-info.c: Revert last patch.
675         * locale/lc-ctype.c: Revert last patch.
676
677         * ctype/Makefile (routines): Add isctype.
678         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
679         * ctype/ctype.h: Add declaration of isctype.
680         * include/ctype.h: Declare __isctype.
681         * ctype/isctype.c: New file.
682
683 2002-09-01  Roland McGrath  <roland@redhat.com>
684
685         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
686         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
687
688         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
689
690         * locale/findlocale.c (_nl_remove_locale): Don't search in
691         _nl_locale_file_list if DATA->alloc is ld_archive.
692         Use _nl_unload_locale to do the rest of the work.
693
694         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
695         of new structure to UNDELETABLE.
696
697         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
698         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
699         towlower, towupper): Macros removed.
700         * ctype/ctype.h (__tobody): Put parens around macro argument.
701         (__isctype): Macro removed.
702         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
703         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
704         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
705         tolower, toupper): Macros and inlines removed.
706         * include/ctype.h [! NOT_IN_libc]
707         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
708         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
709         tolower, toupper): Define here instead, using _NL_CURRENT.
710         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
711         using _NL_CURRENT.
712         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
713         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
714         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
715         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
716         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
717         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
718         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
719         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
720         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
721         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
722         (ISSORTMASK): Update use.
723         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
724         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
725         (_nss_files_getENTNAME_r): Likewise.
726         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
727         Likewise.
728
729         * Makerules (all-nonlib): Renamed from all-tests.
730         Include $(others) here too.
731         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
732         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
733         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
734         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
735         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
736         the program modules via cppflags-iterator.mk.
737         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
738         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
739
740 2002-08-31  Roland McGrath  <roland@redhat.com>
741
742         * posix/tst-getconf.sh: If no third arg, work with static linking.
743
744         * locale/categories.def (LC_TIME): No more _nl_postload_time.
745
746         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
747         [_NL_CURRENT_INDIRECT].
748
749 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
750
751         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
752
753 2002-08-31  Roland McGrath  <roland@redhat.com>
754
755         * locale/newlocale.c (__newlocale): Don't use strdup for names.
756         Instead, make the single allocation of the structure larger to hold
757         the name strings.
758         * locale/duplocale.c (__duplocale): Don't strdup names individually.
759         Instead, calculate size for a single allocation and copy into it.
760         * locale/freelocale.c (__freelocale): Don't free names individually.
761
762         * locale/newlocale.c (__newlocale): Don't leak old data or names.
763
764         * locale/xlocale.h (__locale_struct): Move __names member last,
765         for binary compatibility.
766
767         * locale/duplocale.c (__duplocale): Free names from the right array.
768
769         * locale/uselocale.c (__uselocale): Return previous locale when
770         setting a new one.
771
772         * locale/newlocale.c: Commit changes from 2002-08-30
773         batch where I failed to commit this file:
774         (__newlocale): Fill in __names array.
775
776 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
777
778         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
779         errlist-compat.c if versioning==yes.
780
781 2002-08-31  Andreas Jaeger  <aj@suse.de>
782
783         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
784         external functions with hidden attribute.
785         (elf_machine_rela): Optimize.
786
787         * sysdeps/x86_64/memset.S: New file.
788         * sysdeps/x86_64/bzero.S: New file.
789         * sysdeps/x86_64/stpcpy.S: New file.
790         * sysdeps/x86_64/strcat.S: New file.
791         * sysdeps/x86_64/strchr.S: New file.
792         * sysdeps/x86_64/strcpy.S: New file.
793         * sysdeps/x86_64/strcspn.S: New file.
794         * sysdeps/x86_64/strlen.S: New file.
795         * sysdeps/x86_64/strpbrk.S: New file.
796         * sysdeps/x86_64/strspn.S: New file.
797         * sysdeps/x86_64/strcmp.S: New file.
798         * sysdeps/x86_64/strtok_r.S: New file.
799         * sysdeps/x86_64/strtok.S: New file.
800         * sysdeps/x86_64/memcpy.S: New file.
801         * sysdeps/x86_64/mempcpy.S: New file.
802
803         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
804
805         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
806
807 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
808
809         * stdio-common/Makefile (generated): Add errlist-compat.c.
810
811         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
812
813         * locale/localeinfo.h: Pretty printing.
814
815         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
816         form_number handling.
817
818 2002-08-31  Andreas Jaeger  <aj@suse.de>
819
820         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
821         double tests.
822
823         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
824         __start_context.
825
826         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
827
828         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
829
830         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
831         registers used for passing args.
832
833         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
834         all needed registers.
835
836         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
837         registers.
838
839         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
840         registers.
841
842 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
843
844         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
845         always_inline attribute.
846
847 2002-08-30  Roland McGrath  <roland@redhat.com>
848
849         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
850         presume it's the stub and bail without error.
851
852         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
853         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
854
855         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
856
857         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
858         macros replace the i686 versions for 64-bit mode.
859
860         * locale/duplocale.c: Include <string.h>.
861
862         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
863         [_LIBC] (category_to_name): Don't define the function.  Instead
864         define a macro using _nl_category_names.
865
866         * locale/xlocale.h (struct __locale_struct): New member `__names'.
867         * locale/xlocale.c (_nl_C_locobj): Update initializer.
868         * locale/global-locale.c (_nl_global_locale): Likewise.
869         * locale/duplocale.c (__duplocale): strdup __names elements.
870         * locale/freelocale.c (__freelocale): Free __names elements.
871         * locale/localename.c (_nl_current_names): Variable removed.
872         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
873         * locale/localeinfo.h (_nl_current_names): Removed decl.
874         * locale/setlocale.c: Use _nl_global_locale->__names in place of
875         _nl_current_names throughout.
876
877         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
878
879         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
880         and sys_nerr in the output file.
881
882         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
883         * scripts/cpp: Just use the environment variable.
884
885         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
886         * libio/tst-mmap-offend.c (do_test): Likewise.
887         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
888         * libio/tst-mmap-eofsync.c (do_test): Likewise.
889         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
890
891         * locale/localename.c: If the current locale is the global locale, use
892         _nl_current_names; otherwise use the locale object.
893
894 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
895
896         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
897         'm' to enable mmap I/O.
898         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
899         former wasn't used (anymore?).
900         (_IO_FLAGS2_MMAP): New define.
901         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
902         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
903         _IO_FLAGS2_MMAP bit is set.
904         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
905         Enable mmap-using mode only if 'm' was set.
906
907 2002-08-29  Roland McGrath  <roland@frob.com>
908
909         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
910
911         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
912         Change argument type from int to intptr_t.
913
914         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
915         initializer on [! _HURD_THREADVAR_H] (bad kludge).
916         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
917         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
918         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
919
920         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
921
922         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
923
924         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
925
926         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
927         * assert/assert-perr.c: Add libc_hidden_def.
928         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
929
930         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
931         found at all.
932         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
933         sys_errlist stuff to ...
934         * sysdeps/unix/sysv/linux/Versions: ... here.
935
936         * mach/mach.h: Include <features.h>.
937
938 2002-08-29  Roland McGrath  <roland@redhat.com>
939
940         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
941         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
942         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
943
944         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
945
946         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
947         (norm_add_slashes): alloca -> __alloca
948
949 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
950
951         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
952         string_malloced, it is unlikely to be set.
953         Only call free with non-NULL workspace.
954         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
955         -mcpu=ultrasparc, not only tune for it.
956         (ASFLAGS*): Set unconditionally.
957
958         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
959         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
960         p_vaddr/p_offset when computing LOADADDR.
961
962 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
963
964         * version.h (VERSION): Bump to 2.2.92.
965
966         * time/Makefile (tst-ftime_l-ENV): New variable.
967
968         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
969
970         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
971         <U017A>, <U017D> and <U0179>. Add missing mappings.
972         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
973
974         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
975         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
976         (struct tostruct): Use ACRINDEX as type for link field.
977         (statuc gmonparam): Likewise for froms.
978         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
979         kcount and froms.
980         (write_call_graph): Use correct type for from_index and to_index.
981         * gmon/mcount.c: Use correct types for frompcindex and toindex
982         variables.
983         Patches by Dan Kegel <dank@kegel.com>.
984
985         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
986         canonical name.
987
988         * time/strptime.c (ISSPACE): New #define.  Use isspace or
989         __isspace_l.  Replace calls to isspace.
990         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
991
992 2002-08-29  Roland McGrath  <roland@redhat.com>
993
994         * string/tst-strxfrm.c: Remove __ from function names.
995
996 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
997
998         * include/wchar.h: Declare __mbsrtowcs_l.
999         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
1000         * wcsmbs/mbsrtowcs.c: Add support for compilation with
1001         USE_IN_EXTENDED_LOCALE_MODEL.
1002         * wcsmbs/mbsrtowcs_l: New file.
1003         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
1004         define as static.  Change all uses.
1005         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
1006         Change all callers.
1007         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
1008         * time/strftime.c: When translating for the extended locale model
1009         use the _l functions.
1010         * time/Makefile (tests): Add tst-ftime_l.
1011         * time/tst-ftime_l.c: New file.
1012
1013 2002-08-28  Roland McGrath  <roland@redhat.com>
1014
1015         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
1016         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
1017         from _nl_find_locale ok if for _nl_C_name.
1018
1019         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
1020         iterator to refer to each category's _nl_current_LC_FOO symbol, so
1021         we know they are all linked in.
1022
1023         * NEWS: Added 2.2.6 text from 2.2 branch version.
1024
1025         * time/strptime.c (strptime_internal): Remove spurious const.
1026
1027         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
1028         _nl_select_era_entry): Moved to ...
1029         * time/era.c: ... here, new file.
1030         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
1031         Add internal_function to definitions.  Take an additional argument
1032         giving the `struct locale_data *' to use.
1033         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
1034         _nl_parse_alt_digit): Moved to ...
1035         * time/alt_digit.c: ... here, new file.
1036         * time/lc-time-cleanup.c: New file.
1037         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
1038         * locale/localeinfo.h (_nl_postload_time): Remove decl.
1039         (_nl_cleanup_time): Declare it.
1040         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
1041         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
1042         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
1043         * time/strftime.c: Pass locale data to helper functions.
1044         * time/strptime.c: Likewise.
1045
1046         * locale/localeinfo.h (struct locale_data): New member `private'
1047         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
1048         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
1049         * locale/C-collate.c: Update initializer.
1050         * locale/C-identification.c: Likewise.
1051         * locale/C-measurement.c: Likewise.
1052         * locale/C-telephone.c: Likewise.
1053         * locale/C-address.c: Likewise.
1054         * locale/C-name.c: Likewise.
1055         * locale/C-paper.c: Likewise.
1056         * locale/C-time.c: Likewise.
1057         * locale/C-numeric.c: Likewise.
1058         * locale/C-monetary.c: Likewise.
1059         * locale/C-messages.c : Likewise.
1060         * locale/C-ctype.c: Likewise.
1061
1062         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
1063         Redefine this too.
1064
1065 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1066
1067         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
1068         (_rtld_global): Use it.
1069
1070         * sysdeps/gnu/Dist: Remove errlist-compat.c.
1071         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
1072         object directory.  Pass all Versions files to the awk script.
1073         * sysdeps/gnu/errlist-compat.c: Removed.
1074         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
1075         first Versions file in the search path which has them.
1076         Allow multiple errlist symbol versions to have the same count of
1077         errors.
1078         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
1079         of "errlist-compat.c".
1080         * sysdeps/gnu/errlist.c: Regenerated.
1081         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
1082         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
1083         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1084         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
1085         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
1086         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
1087         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
1088         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
1089         ECANCELLED if not defined by kernel headers.
1090         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
1091         already defined by kernel headers.
1092         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
1093         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
1094         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
1095         is a macro.
1096         * Versions.def (GLIBC_2.3) [librt]: Add.
1097
1098         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
1099
1100 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1101
1102         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
1103         missing comma to .type directive.
1104
1105 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1106
1107         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
1108         unconditionally.
1109         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
1110         check.
1111         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
1112
1113 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1114
1115         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
1116         check to close_and_out close.  Replace return NULL statements where
1117         fd might be >= 0 with goto close_and_out.  Close the file descriptor
1118         when it is no longer needed.
1119
1120 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1121
1122         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
1123         string constants.
1124         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1125         * sysdeps/arm/dl-machine.h: Likewise.
1126         * sysdeps/cris/dl-machine.h: Likewise.
1127         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
1128         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1129
1130 2002-08-28  Roland McGrath  <roland@redhat.com>
1131
1132         * Makeconfig (default_cflags): Revert unintended change.
1133
1134 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1135
1136         * version.h (VERSION): Bump to 2.2.91.
1137
1138         * configure.in: Disable TLS support by default for now.
1139
1140         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
1141
1142         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
1143         warnings.
1144
1145         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
1146
1147         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
1148         fprintf/fwprintf calls.
1149
1150 2002-08-28  Roland McGrath  <roland@redhat.com>
1151
1152         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
1153         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
1154
1155         * locale/setlocale.c: Declare postload functions weak.
1156
1157         * elf/tst-tls1-static.c: New file.
1158         * elf/tst-tls2-static.c: New file.
1159         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
1160
1161         Make uselocale support static linking.
1162         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
1163         This file again just defines _nl_C_locobj.
1164         (_nl_C_locobj): Use a categories.def iterator in the initializer.
1165         * locale/global-locale.c: New file.  Define _nl_global_locale here,
1166         using all weak references in the initializer.
1167         * locale/Makefile (aux): Add global-locale.
1168         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
1169         these unconditional, along with the tsd decl.
1170         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
1171         Define it under these conditions.
1172         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
1173         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
1174         `extern __thread struct locale_data *const *'.
1175         [NL_CURRENT_INDIRECT]
1176         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
1177         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
1178         the thread variable _nl_current_LC_FOO and also a special absolute
1179         symbol _nl_current_LC_FOO_used.
1180         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
1181         Set each _nl_current_LC_FOO symbol to point into the new locale,
1182         using weak references to test if _nl_current_LC_FOO_used was linked in.
1183         * locale/setlocale.c [! SHARED]: Replace this conditional ...
1184         [NL_CURRENT_INDIRECT]: ... with this one.
1185         (_nl_current, _nl_C): Variables removed.
1186         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
1187         weak references to _nl_current_LC_FOO_used.
1188         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
1189         (free_category): New function, broken out of ...
1190         (free_mem): ... here.  Call that.
1191         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
1192         instead of a loop.
1193
1194         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
1195         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
1196         it is already absolute.
1197
1198         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
1199         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
1200         [$(build-static) = yes] (tests-static): New variable.
1201         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
1202
1203 2002-08-26  Christoph Hellwig  <hch@lst.de>
1204
1205         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
1206         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
1207
1208 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1209
1210         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
1211
1212         * sysdeps/s390/Dist: Add bits/link.h.
1213
1214         * sysdeps/sh/Dist: New file.
1215
1216         * sysdeps/ia64/Dist: Add ia64libgcc.S.
1217
1218         * sysdeps/wordsize-32/Dist: New file.
1219
1220         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
1221         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1222         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1223
1224         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
1225         sys/personality.h.
1226
1227         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
1228         sparc/dl-brk.S.
1229
1230         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
1231
1232         * sysdeps/unix/bsd/sun/Dist: New file.
1233
1234         * sysdeps/unix/bsd/osf/Dist: New file.
1235
1236         * sysdeps/unix/bsd/hp/Dist: New file.
1237
1238         * sysdeps/unix/arm/Dist: New file.
1239
1240         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
1241
1242         * sysdeps/mach/hurd/Dist: Add set-init.c.
1243
1244         * sysdeps/i386/Dist: Add bits/link.h.
1245
1246         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
1247
1248         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
1249
1250         * locale/Makefile (distribute): Add hashval.h.
1251
1252         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
1253
1254         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
1255
1256         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
1257         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
1258         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
1259         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
1260         implementations.
1261         * libio/stdio.h: Likewise.
1262         * locale/locale.h: Likewise.
1263         * math/math.h: Likewise.
1264         * math/bits/mathcalls.h: Likewise.
1265         * setjmp/setjmp.h: Likewise.
1266         * signal/signal.h: Likewise.
1267         * stdlib/stdlib.h: Likewise.
1268         * string/string.h: Likewise.
1269         * time/time.h: Likewise.
1270         * wcsmbs/wchar.h: Likewise.
1271         * wctype/wctype.h: Likewise.
1272
1273 2002-08-28  Roland McGrath  <roland@redhat.com>
1274
1275         * locale/tst-C-locale.c (run_test): Remove __ from function names.
1276
1277 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1278             Roland McGrath <roland@redhat.com>
1279
1280         * locale/hashval.h (compute_hashval): Use prototype defn.
1281         (hashval_t): New macro, defined to unsigned long int
1282         if not already defined.
1283         (compute_hashval): Return hashval_t instead of unsigned long int.
1284         * locale/loadarchive.c (hashval_t): New macro.
1285         * locale/programs/locarchive.c: Include hashval.h directly instead
1286         of simple-hash.h.
1287         (compute_hashval, hashval_t): Define these macros first.
1288         (insert_name): Use archive_hashval instead of compute_hashval.
1289         (add_locale, delete_locales_from_archive): Likewise.
1290
1291 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1292
1293         * locale/programs/locarchive.c (insert_name): Suppress warnings about
1294         hash collisions if be_quiet.
1295
1296 2002-08-27  Roland McGrath  <roland@redhat.com>
1297
1298         * locale/locale.h (__newlocale, __duplocale, __freelocale,
1299         __uselocale): Don't declare these any more.
1300         * include/locale.h (__uselocale): Declare here instead, using __typeof.
1301
1302         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
1303         and treat it as an EOF return.
1304         * sysdeps/unix/readdir_r.c: Likewise.
1305
1306         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
1307         From Alexandre Oliva <aoliva@redhat.com>.
1308         * sysdeps/gnu/errlist-compat.c: Regenerated.
1309
1310 2002-08-27  Brian Youmans  <3diff@gnu.org>
1311
1312         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
1313         wording at request of copyright holder Stephen Moshier.
1314         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1315         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1316         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1317         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1318         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1319         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1320         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1321         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1322         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1323         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1324         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1325         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1326         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1327         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1328
1329 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1330
1331         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1332         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1333         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1334         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1335         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1336         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1337         * wctype/iswctype_l.c (iswctype_l): Likewise.
1338
1339 2002-08-27  Roland McGrath  <roland@redhat.com>
1340
1341         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1342
1343         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1344         * stdlib/stdlib.h: Don't declare __*_l names.
1345         * include/stdlib.h: Declare them here instead.
1346         * include/string.h: Don't declare __*_l names.
1347         * string/string.h: Declare them here instead.
1348         * time/time.h: Don't declare __*_l names.
1349         * include/time.h: Declare them here instead.
1350         * wcsmbs/wchar.h: Don't declare __*_l names.
1351         * include/wchar.h: Declare them here instead.
1352         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
1353         Don't declare __*_l names.
1354         * include/wctype.h: Declare them here instead.
1355         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
1356         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
1357         * locale/langinfo.h: Don't declare __nl_langinfo_l.
1358         * include/langinfo.h: Declare it here with __typeof.
1359
1360         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
1361         instead, taking an extra __locale_t argument.
1362         * time/Makefile (routines): Add strptime_l.
1363         * time/time.h (__strptime_l, strptime_l): Declare them.
1364         * time/strptime_l.c: New file.
1365
1366         * time/time.h (__strftime_l, strftime_l): Declare them.
1367         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
1368         * time/strftime_l.c: New file.
1369         * time/wcsftime_l.c: New file.
1370         * time/Makefile (routines): Add strftime_l, wcsftime_l.
1371         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
1372         strftime_l, wcsftime_l.
1373         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
1374         or __wcsftime_l instead, taking an extra __locale_t argument.
1375
1376         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
1377         (libc: GLIBC_2.3): ... here.
1378
1379 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1380
1381         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
1382
1383         * Makefile (distribute): Add LICENSES.
1384
1385         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
1386         sys/debugreg.h.
1387
1388         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
1389
1390         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
1391
1392         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
1393
1394         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
1395
1396         * sysdeps/mach/hurd/alpha/Dist: New file.
1397
1398         * sysdeps/arm/Dist: Add bits/link.h.
1399
1400         * sunrpc/Makefile: Distribute thrsvc.
1401
1402         * stdio-common/Makefile: Remove more left-overs from old stdio.
1403
1404         * include/linewrap.h: Removed.
1405
1406         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
1407
1408         * intl/Makefile (distribute): Add plural-eval.c.
1409
1410 2002-08-27  Roland McGrath  <roland@redhat.com>
1411
1412         * manual/sysinfo.texi (Mount Information): Correct file name to macro
1413         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
1414         Say mtab is in either /var/run or /etc.
1415
1416 2002-08-26  Roland McGrath  <roland@redhat.com>
1417
1418         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
1419         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1420
1421         * sysdeps/gnu/Versions: New file.
1422         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
1423         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
1424         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
1425         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
1426         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
1427         and _sys_nerr_internal instead of anything else.  Make it include
1428         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
1429         Make it emit some asm magic if [EMIT_ERR_MAX].
1430         * sysdeps/gnu/errlist.c: Regenerated.
1431         * sysdeps/gnu/errlist-compat.awk: New file.
1432         * sysdeps/gnu/errlist-compat.c: New file (generated).
1433         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
1434         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
1435         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
1436         (SYS_ERRLIST, SYS_NERR): Macros removed.
1437         (sys_nerr, _sys_nerr): Remove these weak aliases.
1438         * sysdeps/unix/sysv/linux/errlist.c: File removed.
1439         * sysdeps/unix/sysv/linux/errlist.h: File removed.
1440         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
1441
1442         * include/libc-symbols.h (declare_symbol): New macro.
1443         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
1444         * configure.in: New check to define it.
1445         * configure: Regenerated.
1446
1447 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1448
1449         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
1450         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
1451
1452         * Make-dist: Remove traces of old stdio.
1453         * Makeconfig: Likewise.
1454
1455         * locale/Makefile (localedef-aux): New variable.  Only md5
1456         assigned to it.  These files are not ddistributed in this directory.
1457
1458         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
1459         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
1460         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
1461
1462         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
1463
1464         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
1465         set h_errno to NO_RECOVERY [PR libc/4360].
1466
1467 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1468
1469         * libio/Makefile (tests): Add bug-fopena+.
1470         * libio/bug-fopena+.c: New file.
1471         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
1472         file for _IO_IS_APPENDING if file isn't opened for reading, too.
1473
1474         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
1475
1476         * locale/xlocale.c: Fix the last change.  The variable still has
1477         to end in _data.
1478         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
1479         (__libc_tsd_set): Add _data prefix to variable name.
1480
1481 2002-08-26  Roland McGrath  <roland@redhat.com>
1482
1483         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
1484         macro with inline function.
1485         (sigset_get_old_mask): Likewise.
1486         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
1487         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1488         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1489         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
1490         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
1491         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
1492         values.
1493         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
1494         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
1495
1496 2002-07-06  Bruno Haible  <bruno@clisp.org>
1497
1498         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
1499         sigset_get_old_mask): Make it work with larger sigset_t.
1500         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
1501         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1502         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1503
1504 2002-08-26  Roland McGrath  <roland@redhat.com>
1505
1506         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
1507         * manual/filesys.texi (File Times): Document lutimes and futimes.
1508         * misc/Makefile (routines): Add them.
1509         * misc/Versions (libc: GLIBC_2.3): Likewise.
1510         * sysdeps/generic/lutimes.c: New file.
1511         * sysdeps/generic/futimes.c: New file.
1512         * sysdeps/mach/hurd/lutimes.c: New file.
1513         * sysdeps/mach/hurd/futimes.c: New file.
1514
1515         * manual/filesys.texi (File Times): Add explicit note about null
1516         pointer argument to utimes.
1517
1518 2002-08-26  Roland McGrath  <roland@frob.com>
1519
1520         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
1521         (__ifreq): Add a cast.  Remove an unused variable.
1522
1523         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
1524         _HURD_THREADVAR_LOCALE.
1525
1526 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
1527
1528         * posix/regexec.c (re_search_stub): Return correct match length
1529         if start != 0.
1530         * posix/bug-regex10.c: New test.
1531         * posix/Makefile (tests): Add bug-regex10.
1532
1533 2002-08-26  Brian Youmans  <3diff@gnu.org>
1534
1535         * COPYING.LIB: Replaced with fresh copy from
1536         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
1537         suggested copying permission notice now says version 2.1 instead
1538         of version 2.
1539
1540         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
1541         from Library GPL.
1542         * crypt/crypt_util.c: Likewise.
1543         * crypt/ufc.c: Likewise.
1544         * elf/dl-conflict.c: Likewise.
1545         * elf/dl-iteratephdr.c: Likewise.
1546         * iconv/iconvconfig.h: Likewise.
1547         * malloc/arena.c: Likewise.
1548         * malloc/hooks.c: Likewise.
1549         * malloc/malloc.c: Likewise.
1550         * posix/glob/Makefile.ami: Likewise.
1551         * posix/glob/Makefile.in: Likewise.
1552         * stdlib/gmp-impl.h: Likewise.
1553         * stdlib/gmp.h: Likewise.
1554         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
1555         * sysdeps/generic/strnlen.c: Likewise.
1556         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
1557         * sysdeps/mach/hurd/recvmsg.c: Likewise.
1558         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1559         * sysdeps/mach/hurd/spawni.c: Likewise.
1560         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1561         * sysdeps/mach/powerpc/sysdep.h: Likewise.
1562         * sysdeps/mach/powerpc/thread_state.h: Likewise.
1563         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1564         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
1565         * sysdeps/x86_64/gmp-mparam.h: Likewise.
1566
1567         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
1568         Lesser GPL copying permission notice from 2 to 2.1.
1569         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
1570         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
1571         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1572         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
1573         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1574         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1575         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1576         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1577         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1578         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1579         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1580         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1581         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1582         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1583         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1584         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1585         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1586         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1587         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1588         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1589         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1590         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1591         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1592         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1593         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1594         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1595         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1596         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1597         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1598         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1599         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1600         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1601         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1602         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1603         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1604         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1605         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1606         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1607         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1608         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1609         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1610         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1611         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1612         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1613         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1614         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1615         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1616         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1617         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1618         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1619         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1620         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1621         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1622         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1623         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1624
1625         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
1626         Moshier and Lesser GPL copying permission notice, per license from
1627         Moshier.
1628         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1629         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1630         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1631         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1632         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1633         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1634         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1635         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1636         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1637         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1638         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1639         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1640         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1641         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1642
1643         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
1644         notice, per license from copyright holder Stephen Moshier.
1645         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1646         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1647         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1648         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1649         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1650         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1651         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1652         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1653         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1654
1655 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1656
1657         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
1658         (shared-only-routines): Likewise.
1659
1660 2002-08-26  Roland McGrath  <roland@redhat.com>
1661
1662         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
1663         name of "", store a null pointer instead.
1664
1665         * configure.in (elf): Set to yes for freebsd*, netbsd*.
1666         * configure: Regenerated.
1667
1668         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1669         Initialize this instead of __libc_tsd_LOCALE_data.
1670
1671         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1672         ptsname_r to EINVAL.
1673
1674         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1675
1676         * rt/Makefile: Revert last change, it was inappropriate to presume aio
1677         implementations depend on pthreads.
1678         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1679         * rt/tst-aio64.c (do_test): Likewise.
1680         * rt/tst-aio2.c (do_test): Likewise.
1681         * rt/tst-aio3.c (do_test): Likewise.
1682         * rt/tst-aio4.c (do_test): Likewise.
1683         * rt/tst-aio5.c (do_test): Likewise.
1684         * rt/tst-aio6.c (do_test): Likewise.
1685         * rt/tst-aio7.c (do_test): Likewise.
1686
1687         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1688         void so as to avoid compiler warnings.
1689
1690         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1691         _IO_wide_data_FD, which is never used here.
1692
1693         * libio/iofread.c
1694         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1695         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1696         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1697
1698         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1699         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1700
1701         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1702         (closelog): Likewise.
1703
1704 2002-07-06  Bruno Haible  <bruno@clisp.org>
1705
1706         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1707
1708         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1709         * sysdeps/unix/alpha/pipe.S: ... here.
1710         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1711
1712         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1713
1714         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1715         * sysdeps/unix/i386/fork.S: Likewise.
1716         * sysdeps/unix/i386/pipe.S: Likewise.
1717         * sysdeps/unix/i386/wait.S: Likewise.
1718
1719         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1720         * sysdeps/unix/arm/fork.S: Likewise.
1721
1722         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1723         arguments.
1724         (DO_CALL): Swap argument order.
1725         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1726         arguments.
1727         (DO_CALL): Swap argument order.
1728         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1729         arguments.
1730         (DO_CALL): Swap argument order.
1731         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1732         arguments.
1733         (DO_CALL): Swap argument order.
1734         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1735         arguments.
1736         (DO_CALL): Swap argument order.
1737         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1738         arguments.
1739         (DO_CALL): Swap argument order.
1740         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1741         arguments.
1742         (DO_CALL): Swap argument order.
1743
1744         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1745         (L): Define right for ELF.
1746         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1747         Now defined in sysdeps/i386/sysdep.h.
1748
1749         * sysdeps/posix/readv.c: Ansify function definition.
1750         * sysdeps/posix/writev.c: Likewise.
1751
1752         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1753         have the same size. Avoid direct cast from size_t to off_t.
1754
1755         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
1756         nul byte in entry[n].ut_user.
1757         (simulate_logout): Likewise.
1758
1759         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
1760         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
1761         existence of corresponding members of 'struct utmp'.
1762         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
1763         !_HAVE_UT_TYPE.
1764
1765         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
1766         allocate a buffer of at least BUFSIZ bytes, not just of
1767         sizeof (struct dirent).
1768
1769         * sysdeps/generic/glob.c: Include <limits.h>.
1770         (NAME_MAX): Define a fallback.
1771         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
1772         stack.
1773         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
1774         (main): Allocate enough room for a 'struct dirent64' on the stack.
1775         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
1776         'struct dirent'.
1777
1778         * sysdeps/unix/sysv/linux/init-first.c: Don't include
1779         kernel-features.h.
1780
1781         * inet/htontest.c: Include <sys/types.h>.
1782
1783         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
1784
1785         * include/sys/sysctl.h: Comment fix.
1786
1787         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
1788         _dl_load_lock.
1789         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
1790
1791         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
1792
1793         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
1794         (__getpeername): New alias.
1795         (__getsockname): New alias.
1796         (__socket): New alias.
1797
1798         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
1799
1800         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
1801         (__fcntl_internal): New alias.
1802         (__profil): New alias.
1803
1804 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1805
1806         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
1807         entry was for getaddr* lookup or not.  Add only matching cache
1808         entry.  Change all callers [PR libc/4317].
1809
1810         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
1811         finding the read position [PR libc/4265].
1812         * libio/Makefile (tests): Add bug-rewind2.
1813         * libio/bug-rewind2.c: New file.
1814
1815         * libio/bug-rewind.c: Fix creation of temp file.
1816
1817 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1818
1819         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
1820         neither SUCCESS nor TRYAGAIN [PR libc/4259].
1821         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
1822         to ENOENT if no entry is found.
1823         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
1824         failure.
1825         * nis/nss_compat/compat-initgroups.c: Likewise.
1826         * nis/nss_compat/compat-pwd.c: Likewise.
1827         * nis/nss_compat/compat-spwd.c: Likewise.
1828         * nis/nss_nis/nis-alias.c: Likewise.
1829         * nis/nss_nis/nis-ethers.c: Likewise.
1830         * nis/nss_nis/nis-grp.c: Likewise.
1831         * nis/nss_nis/nis-hosts.c: Likewise.
1832         * nis/nss_nis/nis-initgroups.c: Likewise.
1833         * nis/nss_nis/nis-netgrp.c: Likewise.
1834         * nis/nss_nis/nis-network.c: Likewise.
1835         * nis/nss_nis/nis-proto.c: Likewise.
1836         * nis/nss_nis/nis-publickey.c: Likewise.
1837         * nis/nss_nis/nis-pwd.c: Likewise.
1838         * nis/nss_nis/nis-rpc.c: Likewise.
1839         * nis/nss_nis/nis-service.c: Likewise.
1840         * nis/nss_nis/nis-spwd.c: Likewise.
1841         * resolv/nss_dns/dns-host.c: Likewise.
1842         * resolv/nss_dns/dns-network.c: Likewise.
1843         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
1844         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1845         * nis/nss_nisplus/nisplus-grp.c: Likewise.
1846         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1847         * nis/nss_nisplus/nisplus-network.c: Likewise.
1848         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1849         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1850         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1851         * nis/nss_nisplus/nisplus-service.c: Likewise.
1852         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1853         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
1854         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
1855         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
1856         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
1857
1858         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
1859         declaring __restore and __restore_rt as hidden (if possible).
1860
1861 2002-08-25  Roland McGrath  <roland@redhat.com>
1862
1863         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
1864
1865         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
1866         (getutent_r_file, internal_getut_r): Updated all callers.
1867         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
1868
1869 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1870
1871         * locale/programs/locale.c: Don't print aliases for non-existing
1872         locales for 'locale -a'.
1873         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
1874
1875 2002-07-19  H.J. Lu  <hjl@gnu.org>
1876
1877         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
1878
1879 2002-07-16  H.J. Lu  <hjl@gnu.org>
1880
1881         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1882         sys/personality.h.
1883         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
1884
1885 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1886
1887         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
1888         not moved ahead of the fputs call.
1889         * elf/tst-tlsmod2.c (in_dso): Likewise.
1890         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1891         * elf/tst-tlsmod4.c (in_dso): Likewise.
1892
1893 2002-08-25  Andreas Schwab  <schwab@suse.de>
1894
1895         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
1896
1897 2002-08-25  Roland McGrath  <roland@redhat.com>
1898
1899         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
1900         resetting handler, to avoid the possibility of a spurious SIGALRM
1901         delivered to the user's handler.
1902         Reported by Amit D. Chaudhary <amitc@brocade.com>,
1903
1904         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
1905         set -fkeep-inline-functions, which is not needed for the current file.
1906
1907         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
1908         (_dl_setup_hash): Add attribute_hidden.
1909         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
1910         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
1911         (_dl_new_object, _dl_map_object_deps): Likewise.
1912         (_dl_map_object_deps_internal): Remove decl.
1913         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
1914
1915         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
1916         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
1917         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
1918         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
1919         instead relying on the compiler to produce only GOTOFF variable refs.
1920
1921 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1922
1923         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
1924
1925         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
1926         inline to avoid defining it in every file which includes this header.
1927
1928         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
1929         defining DONT_USE_BOOTSTRAP_MAP.
1930
1931         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
1932         * libio/tst-mmap-setvbuf.c (main): Likewise.
1933         * libio/tst-widetext.c (main): Likewise.
1934
1935         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
1936         message.
1937         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1938         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1939
1940         * sysdeps/i386/elf/configure.in: Unconditionally define
1941         PI_STATIC_AND_HIDDEN.
1942         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
1943         PI_STATIC_AND_HIDDEN is defined as well.
1944         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
1945
1946 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
1947
1948         * sysdeps/ia64/bzero.S: Define __bzero as well.
1949
1950         * locale/programs/charmap.c (charmap_new_char): Don't use
1951         ULONG_MAX as maximum UCS4 value.
1952
1953         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
1954
1955         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
1956
1957         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
1958         * malloc/malloc.c (mALLINFo): Likewise.
1959
1960         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
1961
1962         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
1963         examining result of _IO_do_flush call.
1964
1965         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
1966         Use prec not spec when sizing buffers.
1967
1968         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
1969         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
1970         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
1971         * stdio-common/vfscanf.c (inchar): Likewise.
1972         * misc/efgcvt_r.c (fcvt_r): Likewise.
1973         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
1974         * elf/readlib.c (process_file): Likewise.
1975         * elf/sprof.c (load_profdata): Likewise.
1976         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
1977         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
1978         * locale/programs/charmap.c (charmap_read): Likewise.
1979         * libio/fileops.c: Likewise.
1980         * libio/fmemopen.c: Likewise.
1981         * stdlib/strtod.c: Likewise.
1982         * elf/dl-load.c: Likewise.
1983         * iconv/iconvconfig.c: Likewise.
1984         * iconv/iconv_prog.c (process_block): Likewise.
1985         * elf/rtld.c (dl_main): Likewise.
1986
1987         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
1988         macro to calm down the compiler.
1989
1990         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
1991
1992         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
1993
1994         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
1995         placement of errno definition.
1996         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
1997         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
1998         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
1999         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
2000         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2001
2002         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
2003         from 1024 to 65536, to avoid buffer overrun.
2004
2005 2002-08-16  Paul Eggert  <eggert@twinsun.com>
2006
2007         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
2008         from 1024 to 65536, to avoid buffer overrun.
2009         * resolv/res_query.c (MAXPACKET): Likewise.
2010
2011 2002-08-24  Andreas Jaeger  <aj@suse.de>
2012
2013         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
2014
2015 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
2016
2017         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
2018         two52 locally.
2019         (log2): Likewise.
2020         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
2021         Patch by Simon Gee <simong@agile.tv>.
2022
2023         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
2024         Prefer reading /proc/stat since it is more uniform across
2025         architectures.
2026
2027         * manual/texinfo.tex: Update to latest official version.
2028
2029         * sysvipc/sys/shm.h: Remove SHMLBA definition.
2030         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
2031         * sysdeps/gnu/bits/shm.h: Likewise.
2032         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2033         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2034         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
2035         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2036         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2037         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2038         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2039         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
2040         since this is what the kernel says.
2041
2042         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
2043         since ssize_t is needed as well.  Replace const with __const.
2044
2045 2002-08-23  Roland McGrath  <roland@redhat.com>
2046
2047         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
2048         __malloc_hook, __realloc_hook, __memalign_hook,
2049         __after_morecore_hook): Variable definitions moved to ...
2050         * malloc/malloc.c: ... here, so as to be before all references.
2051
2052         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
2053         global variable reference in an unused asm parameter, to ensure the
2054         compiler has set up the GOT register before we use it.
2055
2056         * malloc/hooks.c: Move variable definitions ahead of uses.
2057         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
2058         initializers that make reference to variables they define.
2059
2060 2002-08-23  Andreas Jaeger  <aj@suse.de>
2061
2062         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
2063         alloca, free, qsort.
2064
2065         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
2066
2067         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
2068         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2069
2070         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
2071         <hch@lst.de>.
2072         * sysdeps/generic/fgetxattr.c: New file.
2073         * sysdeps/generic/flistxattr.c: New file.
2074         * sysdeps/generic/fremovexattr.c: New file.
2075         * sysdeps/generic/fsetxattr.c: New file.
2076         * sysdeps/generic/getxattr.c: New file.
2077         * sysdeps/generic/listxattr.c: New file.
2078         * sysdeps/generic/lgetxattr.c: New file.
2079         * sysdeps/generic/llistxattr.c: New file.
2080         * sysdeps/generic/lremovexattr.c: New file.
2081         * sysdeps/generic/lsetxattr.c: New file.
2082         * sysdeps/generic/removexattr.c: New file.
2083         * sysdeps/generic/setxattr.c: New file.
2084         * misc/Makefile (headers): Add sys/xattr.h.
2085         (routines): Add *xattr calls.
2086         * misc/Versions: Add *xattr calls with version 2.3.
2087         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
2088         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2089         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2090         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2091         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2092         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2093         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2094         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2095
2096 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
2097
2098         * sysdeps/powerpc/elf/libc-start.c
2099         (__cache_line_size): Declare.
2100         (__aux_init_cache): New function.
2101         (__libc_start_main): Change type of `auxvec' parameter to
2102         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
2103         __aux_init_cache.
2104         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2105         (__cache_line_size): Declare.
2106         (__aux_init_cache): New function.
2107         (DL_PLATFORM_INIT): Define.
2108         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
2109         value to select the correct stride for dcbz.
2110
2111 2002-08-22  Andreas Jaeger  <aj@suse.de>
2112
2113         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
2114         shmat.
2115
2116 2002-08-22  Roland McGrath  <roland@redhat.com>
2117
2118         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
2119         position indicated by locrectab against file bounds before rounding to
2120         page size.  In mapping loop, always set TO before breaking out of
2121         contiguous range coalescing loop.
2122
2123         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
2124         (or MAP_COPY if available) instead of MAP_SHARED.
2125
2126         * scripts/firstversions.awk: When encountering a version newer than
2127         the specified earliest version, be sure to emit the specified earliest
2128         version first if any renaming of an older version to that has been.
2129
2130 2002-08-21  Roland McGrath  <roland@redhat.com>
2131
2132         * configure.in: Make GCC version check require 3.[2-9]* and no others.
2133         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
2134         (Configuring and compiling): Don't mention older GCC versions any more.
2135         * INSTALL: Regenerated.
2136
2137         * manual/install.texi (Configuring and compiling, Installation,
2138         Running make install, Linux): Linux -> GNU/Linux where appropriate.
2139
2140         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
2141         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
2142         and with noinline otherwise.  Remove hack alloca use to prevent
2143         inlining, we can ask for it explicitly nowadays.
2144
2145         * dlfcn/bug-dlsym1.c: New file.
2146         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
2147         * dlfcn/Makefile (distribute): Add them.
2148         (tests): Add bug-dlsym1 here.
2149         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
2150         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
2151         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
2152
2153 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
2154
2155         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
2156         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
2157         before relocation.
2158         (_dl_start): Don't use local bootstrap_map variable if
2159         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
2160         pass bootstrap_map to _dl_start_final in this case either.  Don't
2161         pass start_time to _dl_start_final ever.
2162         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
2163
2164         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
2165         This cripples the scope lists necessary to search for symbols in
2166         dependencies which are not in the global scope.
2167
2168         * include/setjmp.h (__libc_longjmp): Add declaration.
2169
2170 2002-08-21  Andreas Jaeger  <aj@suse.de>
2171
2172         * sysdeps/x86_64/_mcount.S: Fix assembler.
2173
2174         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
2175         with biarch support.
2176
2177 2002-08-21  Andreas Jaeger  <aj@suse.de>
2178
2179         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
2180
2181         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
2182
2183         * sysdeps/x86_64/machine-gmon.h: New file.
2184         * sysdeps/x86_64/_mcount.S: New file.
2185
2186 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2187
2188         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
2189         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
2190         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
2191         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
2192         to TL_INIT_TP.  Otherwise pass 1.
2193         * include/link.h (struct link_map): Add l_tls_tp_initialized.
2194         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
2195
2196 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2197
2198         * locale/programs/localedef.c (add_to_readlist): Error about
2199         circular dependencies only if the locale in question hasn't
2200         been finished.
2201         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
2202         CTYPE_LOCALE to load_locale.
2203         * locale/programs/locfile.c (locfile_read): Don't include
2204         unneeded but available locales in locale_mask.
2205
2206         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
2207         print any messages about enlarging archive.
2208
2209 2002-08-20  Brian Youmans  <3diff@gnu.org>
2210
2211         * manual/contrib.texi: Removed licenses, added acknowledgements
2212         for contributions by Intel, IBM, Craig Metz.
2213         * LICENSES: New file, contains the text of all non-FSF licenses in the
2214         distribution that require putting the notice in the accompanying
2215         documentation.
2216         * README.template, README: Mention LICENSES.
2217
2218         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
2219         new one modelled on the modern BSD license, per recent letter
2220         of permission from CMU.
2221         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
2222
2223         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
2224         from IBM to FSF, per the recent Software Letter.  Changed the
2225         distribution terms from GPL to LGPL.
2226
2227         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
2228         copying permission notice (Lesser GPL), per recent IBM Software Letter.
2229         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2230         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2231         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2232         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2233         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2234         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2235         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2236         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2237
2238         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
2239         from IBM to FSF, per the recent Software Letter.  Corrected the
2240         text of the copying permission notice to say Lesser GPL instead
2241         of GPL in warranty disclaimer paragraph.
2242         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2243         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2244         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2245         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2246         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2247         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2248         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2249         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2250         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2251         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2252         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2253         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2254         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2255         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2256         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2257         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2258         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2259         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2260         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2261         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2262         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2263
2264         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
2265         permission notice to say Lesser GPL instead of GPL in warranty
2266         disclaimer paragraph.
2267         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2268         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2269         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2270         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2271         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2272         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2273         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2274         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2275         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2276         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2277         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2278         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2279         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2280         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2281         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2282         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2283         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2284         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2285         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2286         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2287         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2288         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2289         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
2290
2291 2002-08-20  Roland McGrath  <roland@redhat.com>
2292
2293         Fix ABI compatibility with libc compiled with old tools on powerpc.
2294         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2295         and Jack Howarth <howarth@bromo.med.uc.edu>.
2296         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
2297         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
2298         pass -DHAVE_DOT_HIDDEN for these files.
2299         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
2300         __floatdisf.
2301         * sysdeps/powerpc/divdi3.c: New file.
2302         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
2303         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
2304
2305 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
2306
2307         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
2308         partially overlapping mappings.  Remove unneeded (char *) casts.
2309         Never allow duplication of ranges in mapped areas.
2310
2311 2002-08-20  Roland McGrath  <roland@redhat.com>
2312
2313         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
2314         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
2315
2316 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2317
2318         * include/unistd.h: Don't hide _exit.
2319
2320         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
2321         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
2322         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
2323         argument 1 to TLS_INIT_TP.
2324         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2325
2326         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2327
2328         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2329         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2330         memory allocation to...
2331         (allocate_dtv): ...here.  New function.
2332         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2333         call allocate_dtv instead of _dl_allocate_tls_storage.
2334         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2335         (_dl_get_tls_static_info): New function.
2336         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2337         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2338
2339 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2340
2341         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2342         immediately if result == NULL.
2343
2344 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2345
2346         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2347
2348 2002-08-18  Roland McGrath  <roland@frob.com>
2349
2350         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
2351         instead of __file_name_split.
2352         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
2353
2354         * sysdeps/mach/hurd/dl-sysdep.c
2355         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
2356         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
2357
2358 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2359
2360         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
2361         in change before last: MAX -> MIN.
2362
2363 2002-08-15  Roland McGrath  <roland@redhat.com>
2364
2365         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
2366         if seek would go past it.
2367         (mmap_remap_check): If file position is at or past EOF after check,
2368         leave read pointers at EOF and don't seek.
2369
2370         * libio/tst-mmap-offend.c: New file.
2371         * libio/Makefile (tests): Add it.
2372
2373         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
2374         the name as passed, rather than the name in the archive dictionary.
2375
2376 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
2377
2378         * csu/Makefile: Define elide-routines.os not static-only-routines.
2379
2380         * include/sched.h (__clone): Add varargs at the end.
2381
2382         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
2383         case.
2384         (TLS_INIT_HELPER): If defined, use it.
2385         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2386
2387 2002-08-15  Roland McGrath  <roland@redhat.com>
2388
2389         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
2390         on L->l_prev; it can happen under rtld --verify too.
2391
2392         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
2393         header separately, just map an initial window of 2MB from the file
2394         and remap if that is not large enough to cover the whole header.
2395
2396 2002-08-15  Andreas Jaeger  <aj@suse.de>
2397
2398         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
2399         version 2.3.
2400         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2401         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2402         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2403         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2404         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2405         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2406         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2407         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2408         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
2409         Patch by Andreas Gruenbacher <agruen@suse.de>.
2410
2411         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
2412
2413 2002-08-14  Roland McGrath  <roland@redhat.com>
2414
2415         * locale/locarchive.h (struct locale_category_data): Give this name to
2416         the type of locale_data_t's elements.
2417         * locale/programs/locarchive.c (cmpcategorysize): New static function.
2418         (add_locale): Use that to sort the categories by size and put all
2419         those that fit into two pages into the LC_ALL block, instead of
2420         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
2421         (show_archive_content): Detect categories inside LC_ALL block
2422         directly, instead of hard-coding.
2423         (oldlocrecentcmp): Compare just on file locations used.
2424
2425 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
2426
2427         * locale/programs/locarchive.c (struct oldlocrecent): New type.
2428         (oldlocrecentcmp): New function.
2429         (enlarge_archive): Re-add locales in the order they were added
2430         to the archive.
2431         (add_locale): Put all the small locale files together, if the small
2432         locale file block would occupy less pages if page size aligned, align
2433         it.
2434         (show_archive_content): Adjust for locale archives optimized for speed.
2435
2436 2002-08-14  Roland McGrath  <roland@frob.com>
2437
2438         * configure.in: Use "MISSING" as not-found value for MIG.
2439         * sysdeps/mach/configure.in: Fatal if mig not found.
2440         * configure, sysdeps/mach/configure: Regenerated.
2441
2442 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2443
2444         * locale/loadarchive.c (archfname): Add missing slash.
2445
2446         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
2447         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
2448
2449 2002-08-12  Roland McGrath  <roland@redhat.com>
2450
2451         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
2452         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
2453         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
2454         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
2455         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
2456         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
2457         * sysdeps/generic/waitpid.c: Likewise.
2458
2459         * include/net/if.h: New file.  Use libc_hidden_proto
2460         for if_nametoindex and if_indextoname.
2461         * sysdeps/generic/if_index.c: Add libc_hidden_def.
2462         * sysdeps/mach/hurd/if_index.c: Likewise.
2463         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2464
2465         * include/grp.h (setgroups): Add libc_hidden_proto.
2466         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
2467         * sysdeps/mach/hurd/setgroups.c: Likewise.
2468         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
2469         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2470
2471 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2472
2473         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
2474         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
2475         * sysdeps/generic/setegid.c (setegid): Likewise.
2476         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
2477         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
2478         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
2479         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
2480         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
2481         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
2482         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
2483         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
2484         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
2485         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
2486         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
2487         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
2488         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
2489
2490         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
2491         __lxstat_internal, __lxstat64_internal): Remove.
2492         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
2493         Add hidden_proto.
2494         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
2495         Remove INTDEF where present, remove #undef at the beginning.
2496         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
2497         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
2498         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
2499         * sysdeps/generic/xstat.c (__xstat): Likewise.
2500         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
2501         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
2502         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
2503         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
2504         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
2505         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
2506         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
2507         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
2508         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
2509         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
2510         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
2511         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
2512         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
2513         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
2514         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
2515         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
2516         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
2517         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
2518         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
2519         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
2520         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
2521         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
2522         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
2523         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
2524         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
2525         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
2526         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
2527         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
2528         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
2529         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
2530         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
2531         * sysdeps/unix/xstat.c (__xstat): Likewise.
2532
2533         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
2534         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
2535         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
2536         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
2537         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
2538         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
2539         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
2540
2541         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
2542         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
2543         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
2544         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
2545         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
2546         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
2547         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
2548         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
2549         Likewise.
2550         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
2551         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
2552         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
2553         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
2554         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
2555         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
2556         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
2557         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
2558
2559         * include/string.h (strcoll): Add libc_hidden_proto.
2560         * string/strcoll.c (strcoll): Add libc_hidden_def.
2561
2562         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
2563
2564 2002-08-11  Philip Blundell  <philb@gnu.org>
2565
2566         * sysdeps/arm/Makefile: New file.
2567
2568 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2569
2570         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
2571         by another '|', end of regex or enclosing ')', clear branch.
2572         * posix/bug-regex9.c: New test.
2573         * posix/Makefile (tests): Add bug-regex9.
2574
2575 2002-08-12  Roland McGrath  <roland@redhat.com>
2576
2577         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
2578         start count condition, use TOTAL instead of variable that was never
2579         set.  Fix outer loop termination condition to TOTAL >= after update.
2580
2581         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
2582         dl_tls_static_align and dl_tls_static_nelem.
2583
2584 2002-08-11  Roland McGrath  <roland@redhat.com>
2585
2586         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
2587         of the TLS macros, otherwise the compiler might not have initialized
2588         the PIC register yet when we use the PLT via asm.
2589         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2590         * elf/tst-tlsmod2.c (in_dso): Likewise.
2591
2592         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
2593
2594         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
2595         Evaluate argument exactly once.  Remove __volatile__ from asm's.
2596
2597         * include/unistd.h: Use libc_hidden_proto for getdomainname
2598         and getlogin_r.
2599         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
2600         * sysdeps/mach/hurd/getdomain.c: Likewise.
2601         * sysdeps/unix/getlogin_r.c: Likewise.
2602         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
2603         * sysdeps/generic/getlogin_r.c: Likewise.
2604
2605         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
2606         * sunrpc/rtime.c: Add libc_hidden_def.
2607
2608         * include/string.h: Use libc_hidden_proto for basename.
2609         * string/basename.c [_LIBC]: Add libc_hidden_def.
2610
2611         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
2612
2613         * locale/loadarchive.c: munmap -> __munmap throughout.
2614
2615         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
2616         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
2617         * sysdeps/generic/gai_strerror.c: Likewise.
2618
2619         * include/sys/errno.h: New file.
2620
2621         * include/signal.h: No libc_hidden_proto for raise,
2622         __libc_current_sigrtmin, __libc_current_sigrtmax.
2623         These need to be overridden by linuxthreads.
2624         * sysdeps/posix/raise.c: Reverted.
2625         * sysdeps/generic/raise.c: Reverted.
2626         * signal/allocrtsig.c: Reverted.
2627
2628         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
2629
2630 2002-08-10  Roland McGrath  <roland@redhat.com>
2631
2632         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
2633         * locale/localeinfo.h: Declare it.
2634         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
2635         current locale if it's not in the file list.
2636         Call _nl_archive_subfreeres.
2637
2638 2002-08-10  Andreas Jaeger  <aj@suse.de>
2639
2640         * sysdeps/i386/strchr.S: Add comment.
2641
2642 2002-08-10  Roland McGrath  <roland@redhat.com>
2643
2644         * include/wchar.h (putwc): Use libc_hidden_proto.
2645         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
2646         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
2647         * stdio-common/dprintf.c: Add libc_hidden_def.
2648         * stdio-common/fprintf.c: Likewise.
2649         * stdio-common/sprintf.c: Likewise.
2650         * stdio-common/sscanf.c: Likewise.
2651         * libio/iofwrite.c: Likewise.
2652         * libio/memstream.c: Likewise.
2653         * libio/putwc.c: Likewise.
2654         * stdio-common/perror.c: Likewise.
2655         * sysdeps/posix/remove.c: Likewise.
2656         * sysdeps/generic/remove.c: Likewise.
2657         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
2658         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
2659
2660 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
2661
2662         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2663         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
2664         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2665         towlower, towupper): Add libc_hidden_weak.
2666
2667         * include/bits/dlfcn.h: New file.
2668         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2669
2670         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2671         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2672         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2673         * include/pwd.h (_nss_files_parse_pwent): Likewise.
2674         * include/shadow.h (_nss_files_parse_spent): Likewise.
2675         * include/netdb.h (_nss_files_parse_protoent,
2676         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2677         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2678         (LINE_PARSER): Use it.
2679         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2680         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2681
2682         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2683         #endif.
2684
2685         * manual/debug.texi (%MENU%): Remove trailing dot.
2686         Reported by <hayastan132@hotmail.com>.
2687
2688         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2689         aliases.
2690         (lseek): Dummy.
2691         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2692         Likewise.
2693
2694 2002-08-09  Roland McGrath  <roland@redhat.com>
2695
2696         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2697         name to find codeset name (if any) and normalize it.  If the
2698         normalized name differs, look up only that in the archive.
2699         * locale/programs/locarchive.c (add_locale_to_archive): If the name
2700         contains a codeset, normalize the codeset store only the normalized
2701         name in the archive.  If not, add an alias containing the locale's
2702         normalized codeset name.  Apply codeset name normalization when
2703         matching entries in the alias file.
2704
2705         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2706         decrement HEAD->namehash_used here.
2707         (add_locale): Only need to insert name string when name_offset != 0.
2708
2709         * locale/programs/localedef.c (options): Add -A/--alias-file.
2710         (alias_file): New variable.
2711         (parse_opt): Grok -A, set that.
2712         * locale/programs/localedef.h: Declare it.
2713
2714         * locale/locarchive.h (struct locrecent): Add `refs' member.
2715         * locale/programs/locarchive.c (insert_name): New function, broken out
2716         of ...
2717         (add_locale_to_archive): ... here.  Call that.
2718         (add_alias): New function.
2719         (add_locale): New static function, add_locale_to_archive renamed.
2720         (add_locale_to_archive): Call that and use add_alias to add an alias
2721         for the name with codeset if the given name lacks it.
2722         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2723
2724         * locale/Makefile (routines): Add loadarchive.
2725         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2726         (_nl_load_locale_from_archive): New function.
2727         * locale/localeinfo.h: Declare it.
2728         * locale/findlocale.c (_nl_find_locale): If using default locale path,
2729         try _nl_load_locale_from_archive first.
2730
2731         * locale/loadlocale.c (_nl_intern_locale_data): New function,
2732         broken out of _nl_load_locale.
2733         (_nl_load_locale): Call that.
2734         * locale/localeinfo.h: Declare it.
2735         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2736         (struct locale_data): Remove unused member `options'.
2737         * locale/findlocale.c (_nl_remove_locale): Update uses.
2738         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2739         * locale/C-collate.c: Update initializer.
2740         * locale/C-identification.c: Likewise.
2741         * locale/C-measurement.c: Likewise.
2742         * locale/C-telephone.c: Likewise.
2743         * locale/C-address.c: Likewise.
2744         * locale/C-name.c: Likewise.
2745         * locale/C-paper.c: Likewise.
2746         * locale/C-time.c: Likewise.
2747         * locale/C-numeric.c: Likewise.
2748         * locale/C-monetary.c: Likewise.
2749         * locale/C-messages.c : Likewise.
2750         * locale/C-ctype.c: Likewise.
2751
2752         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2753         use CHAR_BIT instead of BITSPERBYTE.
2754
2755         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
2756         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
2757         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
2758         (_nl_remove_locale): Likewise.
2759         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2760
2761         * locale/findlocale.c (_nl_default_locale_path): New variable.
2762         (_nl_find_locale): If LOCALE_PATH is null, default to that.
2763         * locale/localeinfo.h: Declare it.
2764         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
2765         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
2766         * locale/newlocale.c (__newlocale): Likewise.
2767
2768         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
2769         * inet/rexec.c (rexec_af): Add libc_hidden_def.
2770         * sysdeps/generic/morecore.c: Likewise.
2771         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
2772         (__libc_current_sigrtmax): Likewise.
2773
2774 2002-08-08  Roland McGrath  <roland@redhat.com>
2775
2776         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
2777         * catgets/open_catalog.c (__open_catalog): Likewise.
2778
2779         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
2780         from typo INITIAL_NUM_NANES.
2781         (create_archive): Update use.
2782
2783 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2784
2785         * sysdeps/unix/sysv/linux/sigwait.c: New file.
2786
2787 2002-08-08  Roland McGrath  <roland@frob.com>
2788
2789         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
2790
2791 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2792
2793         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
2794         else and undefine after including wcstol_l.c.
2795         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
2796
2797 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2798
2799         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
2800
2801 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
2802
2803         * configure.in: Make the test for broken_alias_attribute stricter.
2804
2805 2002-05-24  Robert Love  <rml@tech9.net>
2806
2807         * posix/Makefile (routines): Add sched_getaffinity and
2808         sched_setaffinity.
2809         * posix/sched.h: Add declarations for sched_getaffinity and
2810         sched_setaffinity.
2811         * sysdeps/generic/sched_getaffinity.c: New file.
2812         * sysdeps/generic/sched_setaffinity.c: New file.
2813         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
2814         sched_setaffinity.
2815
2816 2002-08-06  Andreas Schwab  <schwab@suse.de>
2817
2818         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
2819
2820 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2821
2822         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
2823         message.
2824
2825         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
2826         It is known to be defined.
2827
2828         * include/string.h: Define index and rindex only if _ISOMAC is not
2829         defined.
2830
2831         * elf/rtld.c: Include <errno.h>.
2832         * sysdeps/generic/libc-tls.c: Likewise.
2833
2834 2002-08-07  Roland McGrath  <roland@redhat.com>
2835
2836         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
2837         it internally.
2838         (precsize_aton): Likewise.
2839
2840         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
2841         the static symbols added in the last change (doofus is me).
2842
2843         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
2844         loop to notice missing categories in a composite name.
2845
2846         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
2847         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
2848         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
2849         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
2850
2851 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2852
2853         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2854
2855 2002-08-07  Roland McGrath  <roland@redhat.com>
2856
2857         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
2858         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
2859         Reported by Jakub Jelinek  <jakub@redhat.com>.
2860
2861 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2862
2863         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
2864         division.
2865
2866 2002-08-06  Roland McGrath  <roland@redhat.com>
2867
2868         * include/getopt.h: Put private decls inside [_GETOPT_H].
2869         Use libc_hidden_proto for getopt_long, getopt_long_only.
2870         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
2871         Add libc_hidden_def.
2872
2873         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
2874         Define as a macro for __dl_iterate_phdr.
2875
2876         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
2877         made static.  Add __ name as a strong alias.
2878         (internal_endnetgrent): Likewise.
2879         (internal_getnetgrent_r): Likewise.
2880
2881         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
2882         with no __ prefix.
2883         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
2884         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
2885         all *_l functions with no __ prefix.
2886         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
2887         * ctype/ctype_l.c: Likewise.
2888         * locale/nl_langinfo.c: Likewise.
2889         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
2890         * stdlib/stdlib.h [__USE_GNU]: Likewise.
2891         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
2892         * wctype/wctype.h [__USE_GNU]: Likewise.
2893         * string/strcoll_l.c (strcoll_l): Define as weak alias.
2894         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
2895         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
2896         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
2897         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
2898         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
2899         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
2900         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
2901         (__wcscasecmp_l): Add libc_hidden_def.
2902         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
2903         (__wcsncasecmp_l): Add libc_hidden_def.
2904         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
2905         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
2906         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
2907         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
2908         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
2909         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
2910         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
2911         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
2912         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
2913         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
2914         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
2915         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
2916         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
2917         * wctype/wctype_l.c (wctype_l) Define as weak alias.
2918
2919 2002-08-05  Roland McGrath  <roland@redhat.com>
2920
2921         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
2922         netname2user, host2netname, user2netname, key_gendes.
2923         * sunrpc/netname.c: Add libc_hidden_def.
2924         * sunrpc/key_call.c: Likewise.
2925
2926         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
2927         freeaddrinfo.
2928         * inet/getnameinfo.c: Add libc_hidden_def.
2929         * sysdeps/generic/getaddrinfo.c: Likewise.
2930         * sysdeps/posix/getaddrinfo.c: Likewise.
2931
2932         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
2933         * wcsmbs/wmemchr.c: Add libc_hidden_def.
2934         * wcsmbs/wmemset.c: Add libc_hidden_def.
2935
2936         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
2937         (index, rindex): Define as macros for strchr, strrchr.
2938
2939         * string/envz.c (envz_strip): index -> strchr
2940
2941         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
2942         * sunrpc/rpc_prot.c: Add libc_hidden_def.
2943
2944         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
2945         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
2946
2947         * include/stdlib.h: Use libc_hidden_proto for wctomb.
2948         * stdlib/wctomb.c: Add libc_hidden_def.
2949
2950         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
2951         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
2952         * resolv/herror.c: Likewise.
2953         * inet/rcmd.c: Add libc_hidden_def.
2954         * inet/ruserpass.c: Likewise.
2955         * inet/getnetgrent_r.c: Likewise.
2956
2957         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
2958         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
2959         for svcerr_auth, svcerr_noprog, svcerr_progvers.
2960         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
2961         libc_hidden_def.
2962         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
2963         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
2964
2965         * sysdeps/posix/system.c (do_system): New function, guts broken out of
2966         __libc_system.
2967         (__libc_system): Call it, putting just the line == NULL test here.
2968
2969         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
2970         variables work right.
2971
2972         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
2973         * elf/dl-close.c (_dl_close): Likewise.
2974
2975         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
2976         in6addr_any, in6addr_loopback.  Remove decls for
2977         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
2978         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
2979         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
2980         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
2981         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
2982         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
2983         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
2984         in6addr_loopback.
2985         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
2986
2987         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
2988         ether_aton_r.
2989         * inet/ether_aton_r.c: Add libc_hidden_def.
2990         * inet/ether_ntoa_r.c: Likewise.
2991
2992         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
2993         xprt_unregister.
2994         * sunrpc/svc.c: Add libc_hidden_def.
2995         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
2996         pmap_set, pmap_unset.
2997         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
2998         * sunrpc/pm_getport.c: Likewise.
2999         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
3000         * sunrpc/publickey.c: Add libc_hidden_def.
3001
3002 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3003
3004         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
3005         the other memset call in this function.
3006
3007         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
3008         at correct index.  Clear BSS region now that memalign is used.
3009
3010 2002-08-05  Roland McGrath  <roland@redhat.com>
3011
3012         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
3013         * sysdeps/generic/uname.c: Add libc_hidden_def.
3014         * sysdeps/mach/hurd/uname.c: Likewise.
3015
3016 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
3017
3018         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
3019         wcspbrk): Add libc_hidden_proto.
3020         * time/strftime.c (my_strftime): Add libc_hidden_def.
3021         (strftime): Remove libc_hidden_def.
3022         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
3023         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
3024         * wcsmbs/wcsspn.c (wcsspn): Likewise.
3025         * wcsmbs/wcscmp.c (wcscmp): Likewise.
3026         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
3027         * wcsmbs/wcscoll.c (wcscoll): Likewise.
3028
3029         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
3030         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3031         __rpc_thread_createerr): Add libc_hidden_proto.
3032         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
3033         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3034         __rpc_thread_createerr): Add libc_hidden_def.
3035
3036         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
3037         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
3038         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
3039         clnt_perror, clnt_sperror): Add libc_hidden_def.
3040         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
3041
3042         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
3043         libc_hidden_proto.
3044         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
3045         * sunrpc/des_soft.c (des_setparity): Likewise.
3046
3047         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
3048         Add libc_hidden_proto.
3049         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
3050         Add libc_hidden_def.
3051
3052 2002-08-05  Roland McGrath  <roland@redhat.com>
3053
3054         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
3055         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
3056         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
3057         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
3058         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
3059         old data, abandoning the original memory allocated by rtld at startup,
3060         instead of calling realloc normally.
3061
3062 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3063
3064         * po/fr.po: Update from translation team.
3065
3066 2002-08-04  Roland McGrath  <roland@redhat.com>
3067
3068         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
3069         then generate a dummy module under the given name, obeying the
3070         normal rules for the "caller" field.
3071
3072         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
3073         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
3074
3075         * include/pthread.h: Don't declare __pthread_initialize_minimal as
3076         weak here; we declare it weak or strong in the one place we use it.
3077         * sysdeps/generic/libc-start.c: ... which is here.
3078         Don't make the decl weak if [USE_TLS], since static programs need TLS
3079         setup even when single-threaded.
3080
3081         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
3082
3083         * elf/Makefile (test-srcs): Add $(modules-names) to it.
3084         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
3085         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
3086         all these variables.
3087
3088 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3089
3090         * include/stdio.h: Don't define macro magic to redirect function
3091         calls if _ISOMAC is defined.
3092
3093         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
3094         ldouble asin tests.
3095
3096 2002-08-04  Roland McGrath  <roland@redhat.com>
3097
3098         * stdlib/lrand48_r.c: Add libc_hidden_def.
3099
3100         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
3101         TCB with __libc_memalign instead of mmap.
3102         (_dl_deallocate_tls): Free it with free instead of munmap.
3103
3104         * Makerules (cpp-srcs-left): When setting this to run
3105         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
3106         words.  Combine the two loops into one on the concatenated list,
3107         including those as well as $(test-srcs).
3108
3109         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
3110         since we align here with optimally minimal waste anyway.
3111         (malloc): Just call that.
3112
3113         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
3114         the right variable.
3115
3116         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
3117         to compute memory location for l_tls_initimage.
3118         * elf/rtld.c (_dl_start): Likewise.
3119         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3120
3121         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
3122         because the .d file is generated in the non-shared case and
3123         so fails to catch them otherwise.
3124
3125         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
3126         split out of _dl_allocate_tls.
3127         (_dl_allocate_tls_init): Likewise.
3128         (_dl_allocate_tls): Call those.
3129         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
3130         * elf/rtld.c (dl_main): Call them separately instead of calling
3131         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
3132         is finished, so that the initializer data has been relocated before we
3133         copy it into the main thread's TLS block.
3134
3135         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
3136         loop conditions, prevented the last used module from being initialized.
3137
3138 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3139
3140         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
3141         if glob resp. globfree are not macros.
3142         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
3143         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
3144         Add libc_hidden_ver.
3145         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
3146         libc_hidden_def.
3147         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
3148         instead of libc_hidden_weak.
3149         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
3150         libc_hidden_ver instead of libc_hidden_def.
3151         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
3152         libc_hidden_ver instead of libc_hidden_def.
3153         (wcstoll, wcstoq): Remove libc_hidden_weak.
3154         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
3155         libc_hidden_ver.
3156         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
3157         libc_hidden_ver.
3158         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
3159         libc_hidden_ver.
3160         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
3161         libc_hidden_ver.
3162
3163 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3164
3165         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
3166         to access _sys_siglist.
3167         * string/strsignal.c: Likewise.
3168         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
3169         * sysdeps/gnu/siglist.c: Likewise.
3170         * sysdeps/unix/siglist.c: Likewise.
3171         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
3172
3173         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
3174
3175         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
3176
3177         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
3178         alias and use it.
3179         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
3180
3181         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
3182         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
3183         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
3184
3185         * include/time.h: Add libc_hidden_proto for __gmtime_r.
3186         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
3187
3188         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
3189         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
3190         and __gconv_get_cache respectively.
3191         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
3192         defined static.  Change all users.
3193         (__gconv_get_cache): New function.
3194         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
3195         (__gconv_get_alias_db): New function.
3196         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
3197         (__conv_modules_db): Likewise.
3198         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
3199         and __gconv_get_alias_db.
3200         * iconv/iconv_prog.c: Use the new functions instead of accessing the
3201         variables.
3202
3203         * include/stdlib.h: Add prototype and libc_hidden_proto for
3204         __default_morecore.
3205         * sysdeps/generic/morecore.c: Include <stdlib.h>.
3206
3207         * malloc/obstack.c: Remove fputs macro.
3208
3209         * malloc/mtrace.c: Remove fopen macro.
3210
3211 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3212
3213         * manual/debug.texi: Fix spelling to programmatically.
3214         Reported by <hayastan132@hotmail.com>.
3215
3216 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3217
3218         * include/libio.h: Add libc_hidden_proto for __uflow.
3219         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
3220         fgetpos to _IO_* names.
3221         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
3222         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
3223         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
3224         putwc_unlocked, vswscanf.
3225         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
3226         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
3227         * libio/fseek.c: Likewise.
3228         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
3229         not fopencookie.
3230         * libio/genops.c (__uflow): Add libc_hidden_def.
3231         * libio/iofflush_u.c (fflush_unlocked): Likewise.
3232         * libio/iofgets_u.c (fgets_unlocked): Likewise.
3233         * libio/iofputs_u.c (fputs_unlocked): Likewise.
3234         * libio/iofputws_u.c (fputws_unlocked): Likewise.
3235         * libio/iofread_u.c (fread_unlocked): Likewise.
3236         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3237         * libio/iovswscanf.c (vswscanf): Likewise.
3238         * libio/putwc_u.c (putwc_unlocked): Likewise.
3239         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
3240         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
3241         * malloc/mtrace.c: Likewise.
3242
3243         * sunrpc/clnt_perr.c: Remove fputs macro.
3244         * sunrpc/svc_simple.c: Likewise.
3245         * sunrpc/svc_tcp.c: Likewise.
3246         * sunrpc/svc_udp.c: Likewise.
3247         * sunrpc/xdr_rec.c: Likewise.
3248         * sunrpc/xdr_ref.c: Likewise.
3249
3250         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
3251         iconv_prog, linereader, and charmap-dir.
3252         * locale/Makefile: Likewise for locale and charmap-dir.
3253         * malloc/Makefile: Likewise for memusagestat.
3254         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
3255         * sunrpc/Makefile: Likewise for rpc_main.
3256         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
3257         * timezone/Makefile: Likewise for zic.
3258
3259         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
3260
3261         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
3262         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
3263         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
3264         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
3265         _dl_close.
3266
3267         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
3268         __wunderflow.
3269         * libio/genops.c (__underflow): Add libc_hidden_def.
3270         * libio/wgenops.c (__wuflow): Likewise.
3271         (__wunderflow): Likewise.
3272
3273         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
3274         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
3275
3276         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
3277         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
3278
3279         * include/string.h: Add libc_hidden_proto for __strverscmp.
3280         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
3281
3282         * include/unistd.h: Add libc_hidden_proto for __sysconf.
3283         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
3284         * sysdeps/posix/sysconf.c: Likewise.
3285         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
3286         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
3287
3288         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
3289         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3290         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3291         __iswxdigit_l, __towlower_l, __towupper_l.
3292         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
3293         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
3294
3295         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
3296         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
3297         * sysdeps/mach/hurd/xmknod.c: Likewise.
3298         * sysdeps/unix/xmknod.c: Likewise.
3299         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
3300         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
3301         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
3302
3303         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
3304
3305 2002-08-03  Roland McGrath  <roland@redhat.com>
3306
3307         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
3308         setpriority.
3309         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
3310         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
3311         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
3312         * sysdeps/mach/hurd/setpriority.c: Likewise.
3313         * sysdeps/mach/hurd/getpriority.c: Likewise.
3314         * sysdeps/generic/setpriority.c: Likewise.
3315         * sysdeps/generic/getpriority.c: Likewise.
3316
3317         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
3318         * malloc/mcheck.c: Add libc_hidden_def.
3319
3320         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
3321         * misc/hsearch_r.c: Add libc_hidden_def.
3322
3323         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3324         * posix/fnmatch.c: Add libc_hidden_weak.
3325
3326         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3327         execl, execle, execlp, execvp, getpid, getsid.
3328         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3329         * sysdeps/unix/alarm.c: Likewise.
3330         * posix/confstr.c: Likewise.
3331         * posix/execvp.c: Likewise.
3332         * posix/execlp.c: Likewise.
3333         * posix/execle.c: Likewise.
3334         * posix/execl.c: Likewise.
3335         * sysdeps/generic/getsid.c: Likewise.
3336         * sysdeps/mach/hurd/getsid.c: Likewise.
3337         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3338         * sysdeps/mach/hurd/getpid.c: Likewise.
3339
3340         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3341         qecvt_r, qfcvt_r, lrand48_r.
3342         * misc/efgcvt_r.c: Add libc_hidden_def.
3343
3344         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3345         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
3346
3347         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
3348         * locale/nl_langinfo.c: Add libc_hidden_def.
3349
3350         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
3351         * sysdeps/generic/glob.c: Add libc_hidden_def.
3352         * sysdeps/generic/glob64.c: Likewise.
3353         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
3354
3355         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
3356
3357         * elf/Makefile (CFLAGS-vismod2.c): New variable.
3358
3359         * locale/setlocale.c (_nl_current_names): Variable moved ...
3360         * locale/localename.c (_nl_current_names): ... here, new file.
3361         Make it global, with attribute_hidden.
3362         * locale/localeinfo.h: Declare it.
3363         * locale/Makefile (aux): Add localename.
3364         * locale/localename.c (__current_locale_name): New function.
3365         * include/locale.h (__current_locale_name): Declare it.
3366         * intl/dcigettext.c (guess_category_value): Use that instead of
3367         calling setlocale.
3368
3369         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
3370         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
3371         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
3372         * locale/newlocale.c: Add alias to __ name.
3373         * locale/duplocale.c: Likewise.
3374         * locale/freelocale.c: Likewise.
3375         * locale/uselocale.c: New file.
3376         * locale/Makefile (routines): Add it.
3377         * locale/Versions (libc: GLIBC_2.3): New set.
3378         Add newlocale, duplocale, freelocale, uselocale.
3379         (libc: GLIBC_PRIVATE): Add __uselocale.
3380
3381         * locale/localeinfo.h [SHARED]
3382         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
3383         (_NL_CURRENT_DATA): Define using that.
3384         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
3385         (_NL_CURRENT_DEFINE): Define to empty.
3386         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
3387         conditionalized on this.
3388         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
3389         taking initializer of _nl_C_locobj.
3390         [SHARED] (_nl_global_locale): New variable, using that initializer.
3391         (_nl_C_locobj): Use new macro for initialzier.
3392         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
3393         [! SHARED] (CATEGORY_USED): New macro.
3394         [SHARED] (CATEGORY_USED, _nl_C): New macros.
3395         (setdata, setlocale): Use that macro instead of examining _nl_current.
3396         (setdata): Set the slot in _nl_global_locale.
3397         Conditionalize setting of _nl_current on [! SHARED].
3398         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
3399         declaration as an extern.
3400         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
3401
3402         * include/locale.h: Use libc_hidden_proto for setlocale.
3403         * locale/setlocale.c: Add libc_hidden_def.
3404
3405         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
3406
3407         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
3408         * misc/hsearch_r.c: Add libc_hidden_def.
3409         * misc/lsearch.c: Likewise.
3410
3411         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
3412         endttyent.
3413         * misc/getttyent.c: Add libc_hidden_def.
3414
3415         * include/mcheck.h: Use libc_hidden_proto for mcheck.
3416         * malloc/mcheck.c: Add libc_hidden_def.
3417
3418         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
3419         * include/argz.h: Use libc_hidden_proto for argz_delete.
3420         * string/argz-delete.c: Add libc_hidden_def.
3421         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
3422
3423         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
3424         HIDDEN_JUMPTARGET for _exit.
3425         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
3426         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
3427         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3428         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
3429
3430         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
3431         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
3432         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
3433         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
3434
3435         * include/stdlib.h: Use libc_hidden_proto for abort,
3436         __strtof_internal, __strtod_internal, __strtold_internal,
3437         __strtol_internal, __strtoll_internal, __strtoul_internal,
3438         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
3439         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
3440         __strtoul_l_internal, __strtoull_l_internal.
3441         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
3442         __wcstod_internal, __wcstold_internal, __wcstol_internal,
3443         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
3444         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
3445         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
3446         __wcsncasecmp_l.
3447         * sysdeps/generic/abort.c: Add libc_hidden_def.
3448         * stdlib/strtod.c: Likewise.
3449         * sysdeps/generic/strtol.c: Likewise.
3450         * sysdeps/wordsize-64/strtol.c: Likewise.
3451         * sysdeps/wordsize-64/wcstol.c: Likewise.
3452         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
3453
3454         * include/stdlib.h: Use libc_hidden_proto for qsort.
3455         * stdlib/msort.c: Add libc_hidden_def.
3456
3457         * include/utime.h: Use libc_hidden_proto for utime.
3458         * sysdeps/generic/utime.c: Add libc_hidden_def.
3459         * sysdeps/unix/utime.c: Likewise.
3460
3461         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
3462         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
3463         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3464         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
3465         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
3466
3467         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
3468         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
3469         and __libc_current_sigrtmax.
3470         * signal/sigismem.c: Add libc_hidden_def.
3471         * signal/sigfillset.c: Likewise.
3472         * signal/sigempty.c: Likewise.
3473         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
3474         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
3475         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
3476         * sysdeps/posix/raise.c: Likewise.
3477         * sysdeps/generic/raise.c: Likewise.
3478
3479 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3480
3481         * include/string.h: Use libc_hidden_proto for __stpcpy.
3482         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
3483         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
3484         * sysdeps/generic/stpcpy.c: Likewise.
3485         * sysdeps/i386/stpcpy.S: Likewise.
3486         * sysdeps/i386/i586/stpcpy.S: Likewise.
3487         * sysdeps/powerpc/stpcpy.S: Likewise.
3488         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
3489         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3490
3491         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
3492         __strncasecmp_l, __strdup, __strndup, __strerror_r.
3493         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
3494         libc_hidden_def.
3495         * string/strdup.c (__strdup): Likewise.
3496         * string/strndup.c (__strndup): Likewise.
3497         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
3498         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
3499
3500 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3501
3502         * include/libio.h: New file.
3503         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
3504         * libio/iolibio.h: #include <libio.h>, not "libio.h".
3505         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
3506         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
3507         * sysdeps/unix/common/syscalls.list: Likewise.
3508         * sysdeps/unix/inet/syscalls.list: Likewise.
3509         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
3510         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3511         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3512         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3513         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3514         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3515         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3516         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3517         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3518         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
3519         * sysdeps/unix/syscalls.list: Likewise.
3520
3521 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3522             Ulrich Drepper  <drepper@redhat.com>
3523
3524         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
3525         the arguments is big enough to cause an overflow.
3526
3527 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3528
3529         * assert/assert.c: Use hidden_def not INTDEF.
3530
3531 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3532
3533         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
3534         not defined.
3535
3536 2002-08-03  Roland McGrath  <roland@redhat.com>
3537
3538         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
3539         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
3540         verr, verrx.
3541         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
3542         * misc/syslog.c: Add libc_hidden_def.
3543         * misc/err.c: Likewise.
3544         * stdlib/exit.c: Likewise.
3545         * stdlib/bsearch.c: Likewise.
3546         * sysdeps/generic/getenv.c: Likewise.
3547
3548         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
3549
3550         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
3551         libc_hidden_weak for every system call symbol defined.
3552
3553         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
3554         timelocal, localtime, strftime.
3555         * time/asctime.c: Add libc_hidden_def.
3556         * time/mktime.c: Likewise.
3557         * time/localtime.c: Likewise.
3558         * time/strftime.c: Likewise.
3559         * time/strptime.c: Likewise.
3560         * sysdeps/generic/time.c: Likewise.
3561         * sysdeps/unix/time.c: Likewise.
3562         * sysdeps/unix/sysv/i386/time.S: Likewise.
3563         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
3564
3565         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
3566         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
3567         * resolv/inet_ntop.c: Likewise.
3568         * resolv/inet_pton.c: Likewise.
3569         * inet/inet_mkadr.c: Add libc_hidden_def.
3570         * inet/inet_netof.c: Likewise.
3571         * resolv/inet_addr.c: Likewise.
3572
3573         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
3574         clauses from conditionals for now.  Will have to be fixed later
3575         for older compilers.
3576
3577         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
3578
3579 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3580
3581         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
3582         broken alias attribute handling.
3583         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
3584
3585 2002-08-02  Roland McGrath  <roland@frob.com>
3586
3587         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
3588         since it sets the variables we use in a -D switch.
3589
3590 2002-08-02  Roland McGrath  <roland@redhat.com>
3591
3592         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
3593         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
3594         matches long int, not int.
3595
3596         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
3597         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
3598         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3599         * wctype/wctrans.c (wctrans): Likewise.
3600         * wctype/wctype.c (__wctype): Likewise.
3601         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
3602
3603 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3604
3605         * assert/assert.c (__assert_fail): Fix typo in comment.
3606
3607         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
3608         * sunrpc/rpc_thread.c: Define it without static.
3609         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
3610
3611 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3612
3613         * assert/assert.c (__assert_fail): Remove undef.
3614         Replace INTDEF with libc_hidden_def.
3615         * assert/__assert.c (__assert): Remove INTUSE.
3616         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
3617         libc_hidden_weak.
3618         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
3619         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
3620         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
3621         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
3622         libm_hiden_ver): Define.
3623         * include/assert.h (__assert_fail_internal): Remove.
3624         (__assert_fail): Add prototype.  Add hidden_proto.
3625         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
3626         libc_hidden_proto.
3627         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
3628         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
3629         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
3630         Add libc_hidden_proto.
3631         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
3632         __fcntl): Add libc_hidden_proto.  Remove macros.
3633         (__open_internal, __fcntl_internal): Remove.
3634         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
3635         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
3636         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
3637         libc_hiden_proto.
3638         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
3639         libc_hidden_def.
3640         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
3641         Add libc_hidden_def.
3642         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
3643         * sysdeps/generic/open.c (__open): Remove undef.
3644         Add libc_hidden_def.  Remove INTDEF.
3645         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
3646         Add libc_hidden_def.
3647         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
3648         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
3649         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
3650         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3651         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3652         (__libc_fcntl): Add libc_hidden_def.
3653         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
3654         (__open): Remove INTDEF2.  Add libc_hidden_weak.
3655         (__libc_open): Add libc_hidden_def.
3656         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
3657         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
3658         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3659         Add libc_hidden_def.
3660         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
3661         Add libc_hidden_def.
3662         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
3663         undef.
3664         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3665         (__libc_fcntl): Add libc_hidden_def.
3666         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3667         __getpgid_internal, __chown_internal): Remove.
3668         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3669         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3670         __GI___chown): Add.
3671         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3672         __getpid_internal, __open_internal, __write_internal): Remove.
3673         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3674         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3675         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3676         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3677         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3678         Replace INTDEF with libc_hidden_def.
3679         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3680         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3681         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3682         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3683         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3684         Add libc_hidden_proto.
3685         * include/sys/poll.h (__poll): Add libc_hidden_proto.
3686         * include/sys/select.h (__select): Likewise.
3687         * include/sys/socket.h (__send): Likewise.
3688         * include/sys/statfs.h (__statfs): Likewise.
3689         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3690         __getpid, __getpgid, __setpgid, __close, __read, __write,
3691         __getpagesize, __sbrk): Likewise.
3692         (__chown_internal, __dup2_internal, __getpid_internal,
3693         __getpgid_internal, __close_internal, __write_internal,
3694         __getpagesize_internal): Remove.
3695         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3696         Remove macros.
3697         * include/printf.h (__printf_fp): Add libc_hidden_proto.
3698         * include/sched.h (__sched_setscheduler): Likewise.
3699         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3700         * include/stdlib.h (__secure_getenv): Likewise.
3701         * include/signal.h (__sigaction, __sigsuspend): Likewise.
3702         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3703         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3704         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3705         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3706         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3707         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3708         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3709         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3710         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3711         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3712         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3713         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3714         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3715         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3716         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3717         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3718         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3719         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3720         * libio/genops.c (__overflow): Add libc_hidden_def.
3721         * libio/iovdprintf.c: Remove libio.h include.
3722         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3723         libc_hidden_weak): Define to nothing if not defined.
3724         (__overflow, __woverflow): Add libc_hidden_proto.
3725         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3726         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3727         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3728         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3729         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3730         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3731         and libc_hidden_def.
3732         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3733         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3734         (__getpgid): Add libc_hidden_proto.
3735         (__bsd_getpgrp): Remove INTUSE.
3736         * resolv/res_init.c (__res_ninit, __res_randomid): Add
3737         libc_hidden_def.
3738         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3739         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3740         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3741         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3742         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3743         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3744         __rpc_thread_createerr): Add libc_hidden_def.
3745         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3746         libc_hidden_def.
3747         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3748         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3749         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3750         * sysdeps/generic/chown.c (__chown): Likewise.
3751         * sysdeps/generic/close.c (__close): Likewise.
3752         * sysdeps/generic/dup2.c (__dup2): Likewise.
3753         * sysdeps/generic/pipe.c (__pipe): Likewise.
3754         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3755         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
3756         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
3757         * sysdeps/generic/read.c (__libc_read): Likewise.
3758         (__read): Add libc_hidden_weak.
3759         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
3760         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
3761         * sysdeps/generic/select.c (__select): Likewise.
3762         * sysdeps/generic/send.c (__send): Likewise.
3763         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
3764         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
3765         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
3766         * sysdeps/generic/statfs.c (__statfs): Likewise.
3767         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
3768         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
3769         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
3770         Remove undef and INTDEF.
3771         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
3772         * sysdeps/generic/getpid.c (__getpid): Likewise.
3773         * sysdeps/generic/write.c (__libc_write): Likewise.
3774         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3775         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
3776         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3777         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
3778         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
3779         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
3780         Remove undef and INTDEF.
3781         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
3782         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3783         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
3784         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
3785         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
3786         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3787         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
3788         (__pipe): Add libc_hidden_def.
3789         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
3790         libc_hidden_weak.
3791         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
3792         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
3793         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
3794         (__read): Add libc_hidden_weak.
3795         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
3796         (__libc_pwrite64): Add libc_hidden_def.
3797         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3798         * sysdeps/mach/hurd/select.c (__select): Likewise.
3799         * sysdeps/mach/hurd/send.c (__send): Likewise.
3800         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3801         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3802         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3803         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3804         * sysdeps/posix/dup2.c: Likewise.
3805         Remove undef and INTDEF.
3806         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
3807         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
3808         (__pwrite64): Add libc_hidden_weak.
3809         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
3810         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
3811         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
3812         * sysdeps/standalone/close.c (__close): Likewise.
3813         * sysdeps/standalone/write.c (__libc_write): Likewise.
3814         (__write): Add libc_hidden_weak.
3815         * sysdeps/standalone/read.c (__read): Likewise.
3816         (__libc_read): Add libc_hidden_def.
3817         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
3818         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
3819         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
3820         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
3821         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
3822         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
3823         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
3824         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
3825         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
3826         __GI___sigaction): Add.
3827         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
3828         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
3829         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
3830         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
3831         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
3832         __GI___setpgid): Add.
3833         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
3834         Remove undef and INTDEF.
3835         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
3836         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
3837         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
3838         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
3839         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
3840         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
3841         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
3842         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
3843         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
3844         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
3845         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
3846         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
3847         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
3848         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
3849         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
3850         __GI___statfs, __GI___send): Add.
3851         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
3852         libc_hidden_ver resp. libc_hidden_def.
3853         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
3854         libc_hidden_def.
3855         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
3856         Likewise.  Remove undef and INTDEF.
3857         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
3858         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
3859         __GI___statfs, __GI___send): Add.
3860         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
3861         libc_hidden_def.
3862         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
3863         Likewise.
3864         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
3865         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
3866         libc_hidden_ver resp. libc_hidden_def.
3867         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
3868         __GI___send): Add.
3869         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
3870         Add libc_hidden_weak.
3871         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
3872         Add libc_hidden_def.
3873         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
3874         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
3875         libc_hidden_weak.
3876         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
3877         resp. libc_hidden_def.
3878         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
3879         libc_hidden_weak.
3880         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
3881         INTDEF.
3882         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
3883         Likewise.  Remove undef.
3884         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
3885         libc_hidden_weak.
3886         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
3887         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
3888         libc_hidden_weak.
3889         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
3890         libc_hidden_def.
3891         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
3892         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
3893         Likewise.  Remove undef and INTDEF.
3894         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
3895         libc_hidden_def.
3896         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
3897         libc_hidden_weak.
3898         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
3899         libc_hidden_def.
3900         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
3901         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
3902         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
3903         libc_hidden_weak.
3904         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
3905         Add libc_hidden_def.
3906         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
3907         __GI___statfs): Add.
3908         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
3909         libc_hidden_weak.
3910         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
3911         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
3912         Remove undef and INTDEF.
3913         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
3914         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
3915         libc_hidden_def.
3916         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
3917         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
3918         libc_hidden_weak.
3919         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
3920         libc_hidden_def.
3921         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
3922         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
3923         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
3924         Add.
3925         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
3926         libc_hidden_def.  Remove undef and INTDEF.
3927         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
3928         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
3929         libc_hidden_def.
3930         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
3931         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
3932         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
3933         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
3934         Remove undef and INTDEF.
3935         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
3936         broken visibility attribute handling.
3937         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
3938
3939 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3940
3941         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
3942         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
3943
3944         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
3945         previous patch.
3946
3947 2002-06-29  Todd Fries  <todd@openbsd.org>
3948
3949         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
3950
3951 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3952
3953         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
3954
3955 2002-07-30  Roland McGrath  <roland@redhat.com>
3956
3957         * resolv/resolv.h (_res): Define macro unconditionally.
3958         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
3959         * include/resolv.h: ... here.
3960         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
3961         as a __thread variable.
3962         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
3963         a __thread variable instead of a global.
3964         * resolv/res_data.c [_LIBC]: Don't #undef _res.
3965
3966         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
3967         time we test it.
3968
3969         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
3970
3971         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
3972         decls of memset and memcpy.
3973
3974         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
3975         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
3976
3977         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
3978
3979         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
3980         (__libc_tsd_define): Define using __thread.
3981
3982         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
3983         (__rpc_thread_variables): Use __libc_tsd_get.
3984         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
3985         __rpc_thread_variables, which might allocate what we're about to free.
3986
3987         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
3988         thread-local variable.
3989         * resolv/netdb.h (h_errno): Define macro unconditionally.
3990         [_LIBC] (__set_h_errno): Macro moved to ...
3991         * include/netdb.h: ... here.
3992         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
3993         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
3994         [! _LIBC_REENTRANT]: #undef h_errno here.
3995
3996         * include/errno.h: Protect from multiple inclusion.
3997
3998         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
3999         before defining them, since Linux's <linux/posix_types.h> might have
4000         defined them.
4001
4002 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4003
4004         * malloc/malloc.c (public_cALLOc): Check for overflow on
4005         multiplication.
4006         * sunrpc/xdr_array.c (xdr_array): Likewise.
4007         * sunrpc/rpc/types.h (mem_free): Add comment.
4008         Patch by Solar Designer <solar@openwall.com>.
4009
4010 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4011
4012         * sysdeps/unix/sysv/linux/kernel-features.h
4013         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
4014
4015 2002-08-01  Roland McGrath  <roland@redhat.com>
4016
4017         * libio/fileops.c (_IO_file_sync_mmap): New function.
4018         (_IO_file_jumps_mmap): Use it.
4019         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
4020         repeat the stat check and resize the mapped buffer as necessary.
4021
4022 2002-07-31  Roland McGrath  <roland@redhat.com>
4023
4024         * libio/fileops.c (decide_maybe_mmap): New static function.
4025         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
4026         mmap the file contents.  Then switch the jump tables to the mmap
4027         tables if it worked, or the vanilla file tables if not.
4028         (_IO_file_underflow_maybe_mmap): New function.
4029         (_IO_file_seekoff_maybe_mmap): New function.
4030         (_IO_file_xsgetn_maybe_mmap): New function.
4031         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
4032         * libio/libioP.h: Declare those.
4033         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
4034         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
4035         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
4036         If the stream is read-only, set its jump tables to those new ones.
4037         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
4038         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
4039         We need the tables set before _IO_file_attach.
4040
4041         * libio/tst-mmap-eofsync.c: New file.
4042         * libio/tst-mmap-fflushsync.c: New file.
4043         * libio/bug-mmap-fflush.c: New file.
4044         * libio/tst-mmap2-eofsync.c: New file.
4045         * libio/Makefile (tests): Add them.
4046
4047         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
4048         _IO_file_underflow_mmap fails, it already set the appropriate bit.
4049
4050 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
4051
4052         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
4053         Declarations moved to <bits/sys_errlist.h>.  Include that file.
4054         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
4055         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
4056         declare sys_errlist and sys_nerr.
4057         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
4058         provide declarations.
4059
4060 2002-07-31  Roland McGrath  <roland@redhat.com>
4061
4062         * elf/rtld.c (dl_main): Fix typo in error message.
4063
4064 2002-07-31  Roland McGrath  <roland@frob.com>
4065
4066         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
4067         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
4068         sysdeps/mach/hurd/dl-sysdep.c change.
4069
4070 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
4071
4072         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
4073         -r`/build/include for kernel headers.
4074
4075         * po/fi.po: New file.
4076
4077 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
4078
4079         * configure.in (static_nss): Set to `yes' if --disable-shared.
4080
4081 2002-07-23  Bruno Haible  <bruno@clisp.org>
4082
4083         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
4084         is set.
4085
4086 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4087
4088         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
4089         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
4090         arguments.
4091
4092 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4093
4094         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
4095         alias.
4096
4097 2002-07-21  Bruno Haible  <bruno@clisp.org>
4098
4099         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
4100         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
4101         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
4102         trans_sysdep_tab_offset.
4103         (struct sysdep_segment): New type.
4104         (struct sysdep_string): New type.
4105         (SEGMENTS_END): New macro.
4106         * intl/gettextP.h (struct sysdep_string_desc): New type.
4107         (struct loaded_domain): New fields malloced, n_sysdep_strings,
4108         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
4109         orig_tab, trans_tab, hash_tab to const pointers because they point
4110         into read-only memory.
4111         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
4112         (PRI*): Define fallback values.
4113         (get_sysdep_segment_value): New function.
4114         (_nl_load_domain): Distinguish major and minor revision parts. Add
4115         support for minor revision 1 with system dependent strings.
4116         (_nl_unload_domain): Also free the 'malloced' field.
4117         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
4118         now done in loadmsgcat.c. Add support for system dependent strings.
4119
4120 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4121
4122         * posix/bug-regex7.c: New file.
4123         * posix/bug-regex8.c: New file.
4124         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
4125
4126 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4127
4128         * posix/bug-regex4.c (main): Fix typos.
4129         * posix/bug-regex6.c (main): Likewise.
4130
4131 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
4132
4133         * posix/bug-regex6.c (main): Fix warnings.
4134
4135         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
4136
4137         * iconv/iconv_prog.c (main): Improve error message for the cases
4138         where -t and/or -f parameter are missing.
4139
4140 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
4141
4142         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
4143         (re_search): Likewise.
4144         (re_match_2): Likewise.
4145         (re_search_2): Likewise.
4146         (re_search_stub): New function.
4147         (re_search_2_stub): New function.
4148         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
4149
4150 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
4151
4152         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
4153         (re_string_eoi): Use STOP instead of LEN.
4154         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
4155         (re_string_construct): Likewise.
4156         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
4157         * posix/regexec.c (re_search_internal): Add a new argument STOP
4158         so that it can handle the argument STOP of re_search_2 and re_match_2
4159         correctly.
4160         (regexec): Adapt to new I/F of re_search_internal.
4161         (re_search_stub): Likewise.
4162
4163 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
4164
4165         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
4166
4167         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
4168
4169         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
4170         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
4171         of __divdi3.
4172
4173         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
4174         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
4175         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
4176         alias for adjtimex syscall.
4177
4178         * elf/dl-minimal.c: Define __assert_fail_internal.
4179         * assert/assert.c: Likewise.
4180         * include/assert.h: Define __assert_file macro if !SHARED and not
4181         NOT_IN_libc.
4182
4183         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
4184         programs.
4185         * locale/Makefile: Likewise.
4186         * nscd/Makefile: Likewise.
4187         * catgets/Makefile: Likewise.
4188
4189 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4190
4191         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
4192         compute current position.
4193
4194         * stdio-common/tst-fseek.c (main): Improve error messages.
4195
4196         * libio/tst-freopen.c (main): Remove unused variable.
4197
4198         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
4199         succesful seek call.  Simplify error checking.
4200
4201 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4202
4203         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
4204         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4205
4206 2002-07-19  Roland McGrath  <roland@frob.com>
4207
4208         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
4209         __libc_enable_secure is set.
4210
4211 2002-07-24  Roland McGrath  <roland@frob.com>
4212
4213         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
4214         This implementation supports only IPv4.
4215         * inet/ifaddrs.h: New file.
4216         * sysdeps/generic/ifaddrs.c: New file.
4217         * sysdeps/gnu/ifaddrs.c: New file.
4218         * inet/test-ifaddrs.c: New file.
4219         * inet/Makefile (routines): Add ifaddrs.
4220         (headers): Add ifaddrs.h here.
4221         (tests): Add test-ifaddrs.
4222         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
4223
4224         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
4225         socket call to get an AF_INET socket, instead of using __opensock.
4226         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
4227
4228         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
4229         if not -1 use it instead of calling __opensock.
4230         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
4231         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
4232         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
4233
4234         * sysdeps/mach/hurd/ifreq.h: New file.
4235         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
4236         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
4237         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
4238
4239         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
4240         which gets moved around.  Calculate size of mmap'd buffer instead.
4241
4242 2002-07-24  Philip Blundell  <philb@gnu.org>
4243
4244         * sysdeps/unix/arm/brk.S: Improve schedule.
4245         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
4246         efficient instruction.
4247         (__socket): Optimize return sequence.
4248
4249 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4250
4251         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
4252         sockets on old kernels.
4253
4254 2002-07-22  Philip Blundell  <philb@gnu.org>
4255
4256         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
4257         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4258         alias.
4259
4260 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4261
4262         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
4263         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
4264
4265         * locale/programs/locarchive.c (add_locale_to_archive): Correct
4266         test to detect duplicate locales.
4267
4268         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
4269         position would be before beginning of file.
4270         (_IO_file_seekoff_mmap): Likewise.
4271         * libio/Makefile (tests): Add bug-fseek.
4272         * libio/bug-fseek.c: New file.
4273
4274         * intl/explodename.c: Remove support for CEN-style locale variables.
4275         It was never used and shouldn't be since it's not portable.
4276         * intl/finddomain.c: Likewise.
4277         * intl/l10nflist.c: Likewise.
4278         * intl/loadinfo.h: Likewise.
4279         * locale/findlocale.c: Likewise.
4280
4281 2002-07-24  Roland McGrath  <roland@frob.com>
4282
4283         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
4284         position, calculate it to take into account an active pushback buffer.
4285
4286         * libio/Makefile (tests): Add bug-ungetc.
4287         * libio/bug-ungetc.c: New file.
4288
4289 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
4290
4291         * sysdeps/generic/libc-tls.c: New file.
4292         * csu/Makefile (routines): Add libc-tls.
4293         (static-only-routines): Add libc-tls.
4294         * elf/dl-support.c (_dl_phdr): New variable.
4295         (_dl_phnum): New variable.
4296         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
4297         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
4298         for !SHARED.  First look through auxiliary vector.  If TLS always
4299         call __pthread_initialize_minimal.
4300
4301         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
4302         in mmap call is never zero.
4303
4304 2002-07-23  Andreas Jaeger  <aj@suse.de>
4305
4306         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
4307         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
4308
4309 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
4310
4311         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
4312         creation and removal of the temp file.
4313
4314         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
4315         file creation.
4316         * test-skeleton.c (create_temp_file): New function.
4317
4318 2002-07-22  Andreas Jaeger  <aj@suse.de>
4319
4320         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
4321         local label.
4322
4323 2002-07-21  Roland McGrath  <roland@frob.com>
4324
4325         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4326         put -I../include before -I../stdlib so we get the right errno.h et al.
4327         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4328         (CFLAGS-wcstof.c): Likewise.
4329         (CFLAGS-wcstold.c): Likewise.
4330         (CFLAGS-wcstod_l.c): Likewise.
4331         (CFLAGS-wcstof_l.c): Likewise.
4332         (CFLAGS-wcstold_l.c): Likewise.
4333
4334 2002-07-19  Roland McGrath  <roland@frob.com>
4335
4336         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4337
4338 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4339
4340         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4341         __ASSUME_AT_XID is defined.
4342         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4343         for 2.4.1 and up.
4344         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4345         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
4346
4347         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
4348         (CFLAGS-wcstof.c): Likewise.
4349         (CFLAGS-wcstold.c): Likewise.
4350         (CFLAGS-wcstod_l.c): Likewise.
4351         (CFLAGS-wcstof_l.c): Likewise.
4352         (CFLAGS-wcstold_l.c): Likewise.
4353
4354 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
4355
4356         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
4357         __priority_which_t): Always typedef to int for C++.
4358
4359 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
4360
4361         * configure.in: Add test for __thread support in compiler.
4362         * config.h.in: Add HAVE___THREAD.
4363         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
4364         * include/sys/errno.h: Moved to...
4365         * stdlib/sys/errno.h: ...here.  New file.
4366         * stdlib/errno.h: New file.  Moved from...
4367         * include/errno.h: ...here.  Changed into an internal header defining
4368         libc-local things like __set_errno.
4369         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
4370         bits/errno.h.
4371         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
4372         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
4373         either.
4374         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
4375         from...
4376         (_dl_start_final): ...here.  Add code to initialize tls elements from
4377         bootstrap_map.
4378         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
4379         if USE_TLS && HAVE___THREAD.
4380         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
4381         * sysdeps/mach/hurd/bits/errno.h: Likewise.
4382         * sysdeps/standalone/arm/bits/errno.h: Likewise.
4383         * sysdeps/standalone/bits/errno.h: Likewise.
4384         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
4385         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
4386         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
4387         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
4388         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
4389         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
4390         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
4391         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
4392         use GL(dl_rtld_map), use map parameter.
4393         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4394         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
4395         USE_TLS && HAVE___THREAD.
4396         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
4397         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
4398         TLS code sequence.
4399         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4400
4401         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
4402         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
4403         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
4404         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4405         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4406         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4407
4408 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
4409
4410         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
4411         MS_INVALIDATE values.
4412
4413 2002-07-17  Andreas Schwab  <schwab@suse.de>
4414             Ulrich Drepper  <drepper@redhat.com>
4415
4416         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
4417         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4418         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4419         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4420
4421 2002-07-01  H.J. Lu  <hjl@gnu.org>
4422
4423         * elf/circleload1.c (load_dso): Call "circlemod1" and check
4424         return value.
4425
4426         * elf/circlemod1.c (circlemod1): Return int.
4427         * elf/circlemod2.c (circlemod2): Likewise.
4428         * elf/circlemod2a.c (circlemod2): Likewise.
4429         * elf/circlemod3.c (circlemod3): Likewise.
4430         (circlemod3a): A new function.
4431
4432 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4433
4434         * catgets/tst-catgets.c (main): Don't expect results for
4435         untranslated messages.
4436
4437         * glibcbug.in: Fix little typo.  Remove STDIO.
4438
4439         * config.h.in: Fail if __FAST_MATH__ is defined.
4440         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
4441         (CPPFLAGS-test-idouble.c): Likewise.
4442         (CPPFLAGS-test-ildouble.c): Likewise.
4443
4444 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4445
4446         * intl/tst-gettext.sh: Pass -f option to msgfmt.
4447         * intl/tst-gettext.c: Correctly handle untranslated messages in
4448         positive tests.
4449
4450         * po/de.po: Update from translation team.
4451
4452 2002-07-02  H.J. Lu  <hjl@gnu.org>
4453
4454         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
4455         use ll/sc.
4456         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
4457
4458         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
4459         to 2.4.0 for mips.
4460
4461 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4462
4463         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
4464         TLS fail if USE_TLS is not defined.
4465
4466         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
4467         and adjust state for seek position.  [PR libc/4070]
4468         * libio/Makefile (tests): Add bug-rewind.
4469         * libio/bug-rewind.c: New file.
4470
4471 2002-07-12  Philip Blundell  <philb@gnu.org>
4472
4473         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
4474         (__backtrace): Use it.
4475         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
4476
4477 2002-07-12  Philip Blundell  <philb@gnu.org>
4478
4479         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
4480         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
4481         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
4482         (elf_machine_rela): Remove unused variable.
4483
4484         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
4485         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
4486         define.
4487
4488 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
4489
4490         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
4491
4492 2002-07-14  Andreas Jaeger  <aj@suse.de>
4493
4494         * sysdeps/x86_64/bits/link.h: Add biarch support.
4495
4496 2002-07-13  Andreas Jaeger  <aj@suse.de>
4497
4498         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
4499         Use correct indices.
4500         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
4501
4502 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4503
4504         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
4505         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
4506         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
4507         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
4508         * sysdeps/s390/s390-32/bits/link.h: Remove.
4509         * sysdeps/s390/s390-64/bits/link.h: Remove.
4510         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
4511         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
4512         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
4513         * sysdeps/s390/bits/wordsize.h: New file.
4514         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
4515         elfclass.h.
4516         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
4517         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
4518         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
4519         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
4520         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
4521         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
4522         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
4523         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
4524         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
4525         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
4526         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
4527         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
4528         resource.h.
4529         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
4530         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
4531         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
4532         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
4533         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
4534         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
4535         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
4536         sigaction.h.
4537         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
4538         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
4539         siginfo.h.
4540         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
4541         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
4542         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
4543         socket.h.
4544         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
4545         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
4546         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
4547         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
4548         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
4549         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
4550         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
4551         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
4552         procfs.h.
4553         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
4554         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
4555         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
4556         ucontext.h.
4557         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
4558         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
4559
4560 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4561
4562         * Versions.def (libc): Add GLIBC_2.3.
4563         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
4564         * stdlib/canonicalize.c: Add compatibility version for realpath
4565         and make new code available in GLIBC_2.3.
4566
4567 2002-07-06  Bruno Haible  <bruno@clisp.org>
4568
4569         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
4570
4571 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4572
4573         * resolv/res_hconf.c (_res_hconf_init): Move code into new
4574         function do_init.  Use __libc_once.
4575         (do_init): New function.
4576
4577         * iconvdata/iso8859-11.h: Removed.
4578         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
4579         (distribute): Remove iso8859-11.h.
4580         * iconvdata/tst-tables.sh: Add ISO-8859-11.
4581
4582         * stdio-common/vfscanf.c (inchar): Restore errno from previous
4583         underflow operation if c == (W)EOF.
4584
4585 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4586
4587         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
4588         non-zero, adjust exponent.
4589         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
4590         Remove NO_LONG_DOUBLE aliases.
4591         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
4592         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
4593         (__log1pl): Raise divide by zero and invalid exceptions when needed.
4594         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
4595         1**y and -1**+-Inf.
4596         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
4597         Fix BITS_PER_MP_LIMB 32 extraction.
4598         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
4599         exceptions for qNaNs.
4600         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
4601         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
4602         Raise exceptions when needed.  Don't recurse unnecessarily.
4603         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
4604         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
4605         exceptions for qNaNs.
4606         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
4607         to fix *quo return value sign.
4608         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
4609         case -Inf argument.
4610         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
4611
4612 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4613
4614         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
4615         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
4616         -DNDEBUG.
4617
4618 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4619
4620         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
4621         the result.
4622
4623         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
4624         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
4625
4626         * Versions.def (libthread_db): Add GLIBC_2.3.
4627
4628 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
4629
4630         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
4631         new stream if possible.
4632         * libio/freopen64.c (freopen64): Likewise.
4633         * libio/Makefile (tests): Add tst-freopen.
4634         * libio/tst-freopen.c: New file.
4635
4636 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4637
4638         * libio/stdio.h (obstack_printf): Add format attribute.
4639         (obstack_vprintf): Likewise.
4640
4641 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4642
4643         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
4644         resp. 16 bytes on 32-bit resp. 64-bit platforms.
4645         (re_charset_t, re_string_t): Reorder structure members for 64-bit
4646         architectures.
4647
4648 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4649
4650         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
4651         (init_dfa): ...here.
4652
4653 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
4654
4655         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
4656         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
4657         nodes in parse trees.
4658         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
4659         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
4660         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
4661         nodes which can epsilon transit.
4662         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
4663         to IS_EPSILON_NODE macro.
4664         * posix/regexec.c (update_regs): New function to update registers
4665         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4666         (proceed_next_node): Use the entities of the nodes to determine
4667         whether the node can transit to.
4668         (set_regs): Use update_regs function to update registers.
4669
4670 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4671
4672         * posix/bug-regex4.c (main): Remove duplicate setlocale.
4673         * posix/bug-regex6.c: New file.
4674         * posix/Makefile (tests): Add bug-regex6.
4675         (bug-regex6-ENV): Set LOCPATH.
4676
4677 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4678
4679         * Versions.def [libpthread]: Add GLIBC_2.2.6.
4680         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4681
4682 2002-07-06  Bruno Haible  <bruno@clisp.org>
4683
4684         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4685
4686 2002-07-06  Bruno Haible  <bruno@clisp.org>
4687
4688         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4689         declarations.
4690
4691         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4692
4693         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4694
4695         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4696         not _UTSNAME_H.
4697         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4698
4699         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4700         * sysdeps/generic/bits/ustat.h: Likewise.
4701
4702         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4703
4704 2002-07-08  Andreas Jaeger  <aj@suse.de>
4705
4706         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4707
4708 2002-07-08  Andreas Jaeger  <aj@suse.de>
4709
4710         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4711
4712 2002-07-06  Andreas Jaeger  <aj@suse.de>
4713
4714         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4715         * sysdeps/x86_64/fpu/s_copysign.S: New file.
4716         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4717         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4718         * sysdeps/x86_64/fpu/s_finitel.S: New file.
4719         * sysdeps/x86_64/fpu/s_fmax.S: New file.
4720         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4721         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4722         * sysdeps/x86_64/fpu/s_fmin.S: New file.
4723         * sysdeps/x86_64/fpu/s_fminf.S: New file.
4724         * sysdeps/x86_64/fpu/s_fminl.S: New file.
4725
4726 2002-06-05  Brian Youmans <3diff@gnu.org>
4727
4728         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4729         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4730         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4731         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4732         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4733         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4734         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4735         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4736         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4737         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4738         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4739         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4740         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4741         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4742         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4743         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4744         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4745         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4746         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4747         * sysdeps/ia64/fpu/e_log.S: Likewise.
4748         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4749         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4750         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4751         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4752         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4753         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4754         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4755         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4756         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4757         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4758         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4759         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4760         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4761         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4762         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4763         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4764         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
4765         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4766         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
4767         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
4768         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4769         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4770         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4771         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4772         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4773         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4774         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4775         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4776         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4777         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4778         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4779         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4780         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4781         * sysdeps/ia64/fpu/s_modf.S: Likewise.
4782         * sysdeps/ia64/fpu/s_modff.S: Likewise.
4783         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4784         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4785         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4786         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4787         * sysdeps/ia64/fpu/s_rint.S: Likewise.
4788         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4789         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4790         * sysdeps/ia64/fpu/s_round.S: Likewise.
4791         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4792         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4793         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4794         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4795         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4796         * sysdeps/ia64/fpu/s_significand.S: Likewise.
4797         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4798         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4799         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4800         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4801         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4802         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4803         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4804         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4805         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
4806         reflect IBM donation of math library to FSF
4807         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4808         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4809         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4810         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4811         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4812         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4813         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4814         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4815         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4816         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4817         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4818         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4819         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4820         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4821         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4822         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4823         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4824         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4825         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4826         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4827         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4828         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4829         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
4830         * sysdeps/vax/__longjmp.c: Likewise.
4831         * sysdeps/vax/setjmp.c: Likewise.
4832         * libio/filedoalloc.c: Fixed BSD copying permission notice to
4833         remove advertising clause
4834         * sysdeps/vax/htonl.s: Likewise.
4835         * sysdeps/vax/htons.s: Likewise.
4836         * libio/wfiledoalloc.c: Likewise.
4837         * stdlib/random.c: Likewise.
4838         * stdlib/random_r.c: Likewise.
4839         * sysdeps/mach/sys/reboot.h: Likewise.
4840         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
4841         * sysdeps/posix/getaddrinfo.c: Likewise.
4842         * sunrpc/des_impl.c: Updated license permission notice to Lesser
4843         GPL and corrected pointer to point to the correct license.
4844
4845 2002-07-04  Andreas Jaeger  <aj@suse.de>
4846
4847         * scripts/config.guess: New upstream version.
4848         * scripts/config.sub: Likewise.
4849
4850 2002-07-02  Andreas Schwab  <schwab@suse.de>
4851
4852         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
4853         in parallel to bumping up the buffer pointer.
4854
4855 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4856
4857         * math/libm-test.inc (acos_test): Add missing L suffix for
4858         expected result.
4859         (cpow_test): Likewise.
4860         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
4861         error for acos (0.0625).
4862
4863 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4864
4865         * locale/iso-639.def: Add entry for Ganda.
4866         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
4867         definition.
4868         (address_finish): Handle entries with two letter ISO 639 code.
4869
4870         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
4871         directory if it existed before.
4872         * iconv/iconvconfig.c: Implement --prefix option.
4873
4874         * math/libm-test.inc (cexp_test): Add missing L suffix for
4875         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
4876         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
4877         1.25 i).
4878
4879 2002-05-29  H.J. Lu  <hjl@gnu.org>
4880
4881         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
4882         is turned on.
4883
4884 2002-05-28  H.J. Lu  <hjl@gnu.org>
4885
4886         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
4887         are not dlopened on the dependency list of a dlopened object.
4888
4889 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4890
4891         * elf/dl-lookup.c (add_dependency): It is not necessary to add
4892         dependencies if they are created between objects which are created
4893         while processing RTLD_NOW for objects loaded as part of the same
4894         dlopen call.
4895
4896 2002-06-14  H.J. Lu  <hjl@gnu.org>
4897
4898         * elf/Makefile (tests): Add circleload1.
4899         (modules-names): Add circlemod1, circlemod2, circlemod3,
4900         circlemod1a, circlemod2a and circlemod3a.
4901         ($(objpfx)circleload1): New target.
4902         ($(objpfx)circleload1.out): Likewise.
4903         ($(objpfx)circlemod1.so): Likewise.
4904         ($(objpfx)circlemod2.so): Likewise.
4905         ($(objpfx)circlemod1a.so): Likewise.
4906         ($(objpfx)circlemod2a.so): Likewise.
4907         * elf/circleload1.c: New file.
4908         * elf/circlemod1.c: New file.
4909         * elf/circlemod1a.c: New file.
4910         * elf/circlemod2.c: New file.
4911         * elf/circlemod2a.c: New file.
4912         * elf/circlemod3.c: New file.
4913         * elf/circlemod3a.c: New file.
4914
4915 2002-06-18  Amos Waterland  <apw@us.ibm.com>
4916
4917         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
4918         file descriptor.
4919         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
4920         add check for fd not open for writing.
4921
4922         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
4923         completed element(s) and do not suspend thread if so.  Patch
4924         heavily modified by drepper.
4925
4926         * rt/tst-aio7.c: New file.  Regression test for problems which the
4927         above three changes fix.
4928         * rt/Makefile (tests): Add tst-aio7.
4929
4930 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4931
4932         * rt/tst-aio6.c: Fix comment.
4933
4934         * catgets/gencat.c (read_input_file): Handle more than one slash
4935         at end of line correctly [PR libc/3926].
4936         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
4937
4938         * catgets/sample.SJIS: Add test case for above bug.
4939         * catgets/test-gencat.c: Adjust test code.
4940         * catgets/test-gencat.sh: Adjust expected results.
4941
4942         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
4943         to skip relative relocations.
4944         Patch by Geoff Keating <geoffk@redhat.com>.
4945
4946 2002-05-26  Bruno Haible  <bruno@clisp.org>
4947
4948         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
4949         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
4950         All callers changed.
4951         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
4952         STANDARD_FROM_LOOP_ERR_HANDLER.
4953         (utf8_internal_loop): Likewise.
4954         (ucs2_internal_loop): Likewise.
4955         (internal_ucs2_loop): Perform error handling like in
4956         STANDARD_FROM_LOOP_ERR_HANDLER.
4957         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
4958         in STANDARD_FROM_LOOP_ERR_HANDLER.
4959         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4960         handling.
4961         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
4962         in STANDARD_FROM_LOOP_ERR_HANDLER.
4963         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4964         handling.
4965         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
4966         in STANDARD_FROM_LOOP_ERR_HANDLER.
4967         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4968         handling.
4969         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
4970         STANDARD_FROM_LOOP_ERR_HANDLER.
4971         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
4972         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
4973         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
4974         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
4975         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
4976         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
4977         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
4978         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
4979         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
4980         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
4981         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
4982         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
4983         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
4984         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
4985         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
4986         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
4987         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
4988         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
4989         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
4990         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
4991         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
4992         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
4993         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
4994         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4995         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
4996         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
4997         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
4998         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
4999         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
5000         an error, still set result = __GCONV_ILLEGAL_INPUT.
5001         (BODY for TO_LOOP): Likewise.
5002         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
5003         STANDARD_FROM_LOOP_ERR_HANDLER.
5004         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5005         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
5006         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5007         handling.
5008         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5009         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
5010         STANDARD_FROM_LOOP_ERR_HANDLER.
5011         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5012         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
5013         STANDARD_FROM_LOOP_ERR_HANDLER.
5014         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5015         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
5016         STANDARD_FROM_LOOP_ERR_HANDLER.
5017         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5018         * iconvdata/ibm939.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/ibm943.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/gbgbk.c (BODY for FROM_LOOP): Update.
5026         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
5027         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
5028
5029 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5030
5031         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
5032         labels in assembler instructions.
5033
5034 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
5035
5036         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
5037         not enough content is available.
5038         * libio/tst-eof.c: New file.
5039         * libio/Makefile (tests): Add tst-eof.
5040
5041         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
5042         update atime.
5043         * libio/tst-atime.c: New file.
5044         * libio/Makefile (tests): Add tst-atime.
5045
5046         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
5047         handling of overly long words.
5048
5049 2002-06-25  Andreas Jaeger  <aj@suse.de>
5050
5051         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
5052         to not use 32-bit pc relative relocations.
5053         (elf_machine_dynamic): Likewise.
5054
5055 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5056
5057         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
5058         (__GETDENTS): Check for failed getdents64 syscall.
5059         * dirent/Makefile (tests): Add bug-readdir1.
5060         * dirent/bug-readdir1.c: New file.
5061
5062 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
5063
5064         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
5065         lookups.
5066         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
5067         code.  Print TLS modid and offset for modules containing PT_TLS
5068         segments.
5069
5070 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5071
5072         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5073         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5074         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5075         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5076
5077 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5078
5079         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
5080         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
5081         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
5082         * nss/getXXent_r.c (NEW, NEW1): Define.
5083         (NEW (REENTRANT_GETNAME)): Strong alias to
5084         INTERNAL (REENTRANT_GETNAME).
5085         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
5086
5087 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5088
5089         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
5090         (_IO_file_jumps_mmap): Use it.
5091         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
5092         * libio/libioP.h: Remove _IO_wdefault_setbuf and
5093         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
5094         prototype.
5095         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
5096         (_IO_wfile_jumps_mmap): Don't use it anymore.
5097         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
5098         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
5099         _IO_wdefault_setbuf.
5100         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
5101         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
5102         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
5103
5104 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
5105
5106         * libio/Makefile (tests): Add tst-mmap-setvbuf.
5107         * libio/tst-mmap-setvbuf.c: New test.
5108
5109 2002-06-21  Andreas Jaeger  <aj@suse.de>
5110
5111         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
5112
5113 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
5114
5115         * include/unistd.h (__fork_internal): Remove.
5116         (__fork): Don't define to __fork_internal.
5117         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
5118         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
5119         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
5120         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
5121         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
5122
5123 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5124
5125         * po/hr.po: New file.
5126
5127 2002-06-11  Wolfram Gloger  <wg@malloc.de>
5128
5129         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
5130         Reported by Michael Meissner <meissner@redhat.com>.
5131
5132 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5133
5134         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
5135         Patch by Hans Boehm <hans_boehm@hp.com>.
5136
5137 2002-06-20  Andreas Jaeger  <aj@suse.de>
5138
5139         * math/libm-test.inc: Use exact values as input parameters,
5140         compute output parameters with 36 digits for 128-bit long doubles.
5141         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
5142         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
5143         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
5144
5145 2002-06-13  Stephen L Moshier  <steve@moshier.net>
5146
5147         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
5148         argument or result is subnormal.
5149
5150 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
5151
5152         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
5153         quotient.
5154         * sysdeps/i386/fpu/s_remquof.S: Likewise.
5155         * sysdeps/i386/fpu/s_remquol.S: Likewise.
5156
5157         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
5158
5159 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
5160
5161         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
5162         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
5163         Reported by Peter A. Buhr.
5164
5165 2002-06-15  Roland McGrath  <roland@frob.com>
5166
5167         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
5168         warning.
5169
5170         * sysdeps/mach/hurd/getcwd.c
5171         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
5172
5173         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
5174         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
5175
5176         * sysdeps/alpha/divrem.h: Use local label instead of global one for
5177         jump to local subroutine.
5178
5179 2002-06-14  Roland McGrath  <roland@frob.com>
5180
5181         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
5182         * sysdeps/mach/hurd/Makeconfig: ... here.
5183
5184 2002-06-13  Andreas Schwab  <schwab@suse.de>
5185
5186         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
5187         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5188         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5189
5190 2002-06-13  Roland McGrath  <roland@frob.com>
5191
5192         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
5193         * hurd/hurdstartup.c (_hurd_startup): Likewise.
5194         Use intptr_t instead of int for argc in stack layout.
5195         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
5196         (_dl_init_first): Likewise.
5197         (_hurd_stack_setup): Likewise.
5198         (init1): Add a cast.
5199         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
5200
5201         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
5202         argument to pfinet_siocgifconf RPC.
5203
5204 2002-06-13  Andreas Schwab  <schwab@suse.de>
5205
5206         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
5207         expansion order.
5208
5209 2002-06-12  Roland McGrath  <roland@frob.com>
5210
5211         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
5212         if already defined.
5213         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
5214         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
5215
5216 2002-06-11  Roland McGrath  <roland@frob.com>
5217
5218         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
5219         file on [!RTLD_STAT64].
5220         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5221
5222         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
5223         (__fdopen): Use INTUSE.
5224         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
5225
5226         * stdio-common/tmpfile64.c: File removed.
5227         * sysdeps/generic/tmpfile64.c: New file.
5228         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
5229         if not already defined.
5230         (tmpfile): Use it in place of __GT_FILE.
5231
5232         * include/unistd.h: Declare __chown_internal.
5233
5234         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
5235         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
5236
5237 2002-06-09  Roland McGrath  <roland@frob.com>
5238
5239         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
5240         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
5241         value of HURD_INTERFACE_VERSION >= 20020609.
5242         * sysdeps/mach/hurd/configure: Regenerated.
5243         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
5244         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
5245         convert a struct stat64 into a struct stat and return 0 or -1
5246         with errno set to EOVERFLOW.
5247         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
5248         for struct statfs64 to struct statfs.
5249         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
5250         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
5251         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
5252         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
5253         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
5254         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
5255         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
5256         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
5257         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
5258         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
5259         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
5260         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
5261         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
5262         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
5263         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
5264         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
5265         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
5266         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
5267         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
5268         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
5269         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
5270         Use struct stat64 for io_stat argument.
5271         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
5272         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
5273         to io_seek.
5274         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
5275         * hurd/fd-write.c (_hurd_fd_write): Likewise.
5276         * hurd/hurd/fd.h: Update decls.
5277         * sysdeps/mach/hurd/getcwd.c
5278         (_hurd_canonicalize_directory_name_internal): Use ino64_t
5279         and struct dirent64.
5280         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
5281         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
5282         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
5283         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
5284
5285 2002-06-08  Roland McGrath  <roland@frob.com>
5286
5287         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
5288         instead of unsigned long int for __allocation and __size members.
5289
5290 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5291
5292         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5293         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5294         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5295         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5296
5297 2002-06-07  Roland McGrath  <roland@frob.com>
5298
5299         * sysdeps/mach/hurd/bits/environments.h: File removed.
5300
5301 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5302
5303         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
5304         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
5305         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
5306         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
5307         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
5308         (sendfile64): Likewise.
5309         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
5310         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
5311         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
5312         Likewise.
5313         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
5314
5315         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
5316         already defined.
5317
5318 2002-06-04  Bruno Haible  <bruno@clisp.org>
5319
5320         * sysdeps/cris/stackinfo.h: New file.
5321
5322         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
5323         to an integer type before performing bit operations on it.
5324
5325 2002-06-05  Roland McGrath  <roland@frob.com>
5326
5327         * sysdeps/generic/sendfile.c: Include <errno.h>.
5328         * sysdeps/generic/sendfile64.c: Likewise.
5329
5330         * io/Makefile (routines): Add sendfile and sendfile64.
5331         (headers): Add sys/sendfile.h to the list.
5332         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5333         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5334         * io/sys/sendfile.h: ... here.
5335         * sysdeps/generic/sendfile.c: New file.
5336         * sysdeps/generic/sendfile64.c: New file.
5337
5338         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5339         Move sendfile, sendfile64 to ...
5340         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5341         * sysdeps/mach/hurd/sendfile.c: New file.
5342         * sysdeps/mach/hurd/sendfile64.c: New file.
5343
5344         * sysdeps/mach/nanosleep.c: New file.
5345
5346 2002-06-04  Roland McGrath  <roland@frob.com>
5347
5348         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
5349         * sysdeps/alpha/elf/configure: New file (generated).
5350
5351 2002-06-02  Roland McGrath  <roland@frob.com>
5352
5353         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
5354
5355 2002-06-01  Roland McGrath  <roland@frob.com>
5356
5357         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
5358         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
5359
5360 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5361
5362         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
5363         Add nsmap.
5364         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
5365         Remove nstimes setting.
5366         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
5367         * resolv/res_send.c (res_nsend): Don't close unconditionally if
5368         there is mix of IPv6 and IPv4 nameservers.
5369         Use nsmap array to find free slots and preserve nameserver ordering.
5370         Fix RES_ROTATE.
5371
5372 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5373
5374         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
5375         use this header with LFS.
5376
5377         * po/sk.po: Update from translation team.
5378
5379 2002-05-28  Andreas Schwab  <schwab@suse.de>
5380
5381         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
5382         message when finding object of wrong class.
5383
5384 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
5385
5386         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
5387         Patch by <radu@netsoft.ro>.
5388
5389 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5390
5391         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
5392         Add readahead.
5393         * sysdeps/unix/sysv/linux/readahead.c: New file.
5394         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
5395         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
5396         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
5397         Add sendfile64 alias to sendfile syscall.
5398         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5399         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5400         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5401         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
5402         syscall.
5403
5404         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
5405         special section for PIC register loading.
5406         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5407
5408         * config.h.in: Define HAVE_HIDDEN.
5409         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
5410
5411         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
5412
5413 2002-05-28  Roland McGrath  <roland@frob.com>
5414
5415         * sysdeps/mach/alpha/setfpucw.c: New file.
5416
5417 2002-05-26  Roland McGrath  <roland@frob.com>
5418
5419         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
5420         Use integer_t instead of int for IOC_VOID case.
5421
5422 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
5423
5424         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
5425
5426 2002-05-26  Bruno Haible  <bruno@clisp.org>
5427
5428         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
5429         end of the ISO-8859-7 from idx table.
5430
5431 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
5432
5433         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
5434
5435 2002-05-24  David S. Miller  <davem@redhat.com>
5436
5437         * string/bits/string2.h (memset): Do not try to optimize when
5438         not _STRING_ARCH_unaligned if GCC will do the right thing.
5439
5440 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
5441
5442         * posix/regex.c: Define `inline' as a macro into nothing for the
5443         compilers which lack the keyword.
5444         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
5445         for the compatibility of gawk.
5446         * posix/regcomp.c: Add fake implementation of isblank() for the
5447         environments which lack the function.
5448         Don't use free_charset() in case of non-i18n envs.
5449         (build_range_exp): Don't use i18n related code in case of non-i18n
5450         envs.
5451         (build_collating_symbol): Likewise.
5452         (build_equiv_class): Likewise.
5453         (build_charclass): Likewise.
5454         (re_compile_fastmap_iter): Likewise.
5455         (parse_bracket_exp): Likewise.
5456         (build_word_op): Likewise.
5457         (regfree): Don't use free_charset() in case of non-i18n envs.
5458         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
5459         re_token_type_t in case of non-i18n envs.
5460         Don't define re_charset_t in case of non-i18n envs.
5461         Change the type of wcs of re_string_t from wchar_t to wint_t,
5462         since we store also WEOF.
5463         * posix/regex_internal.c: (re_string_realloc_buffers): Change
5464         the type of wcs of re_string_t from wchar_t to wint_t.
5465         (re_string_reconstruct): Likewise.
5466         (create_ci_newstate): Don't use i18n related code in case of
5467         non-i18n envs.
5468         (create_cd_newstate): Likewise.
5469
5470 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
5471
5472         * iconv/loop.c: Fix typo.
5473
5474 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
5475
5476         * inet/ether_line.c (ether_line): Fix a typo causing only
5477         lower 4 bits of each ethernet address byte being assigned.
5478         Don't modify what line points to.
5479         * inet/tst-ether_aton.c (main): Add ether_line tests.
5480
5481 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
5482
5483         * manual/filesys.texi: Don't make readlink example leak memory
5484         when readlink fails.
5485
5486 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
5487
5488         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
5489         some more security checks.
5490
5491 2002-05-17  David S. Miller  <davem@redhat.com>
5492
5493         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
5494
5495 2002-05-16  David S. Miller  <davem@redhat.com>
5496
5497         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
5498         (elf_machine_dynamic): Use it to force PIC register to be loaded.
5499         (elf_machine_load_address): Likewise.
5500         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
5501
5502         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
5503         is unaligned, do not forget to fully initialize %g1 magic value.
5504
5505         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
5506         register definitions and provide 32-bit variants of structures
5507         during 64-bit builds.
5508
5509         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
5510         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
5511         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
5512         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
5513         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
5514         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
5515         Do not clear implicit one bit here, it must be done post-rounding.
5516         Only pad to the left using left shift if value uses less than the
5517         available fractional bits.
5518
5519 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5520
5521         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
5522         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
5523         (shared-only-routines): Likewise.
5524         * sysdeps/powerpc/libgcc-compat.c: New file.
5525         * sysdeps/wordsize-32/cmpdi2.c: Removed.
5526         * sysdeps/wordsize-32/fixdfdi.c: Removed.
5527         * sysdeps/wordsize-32/fixsfdi.c: Removed.
5528         * sysdeps/wordsize-32/shdi3.c: Removed.
5529
5530 2002-05-16  Bruno Haible  <bruno@clisp.org>
5531
5532         * MakeTAGS (libc.pot): Don't sort the output.
5533         * po/header.pot: Update to match xgettext 0.11 output.
5534
5535 2002-05-16  Bruno Haible  <bruno@clisp.org>
5536
5537         * MakeTAGS (subdirs): Remove duplicates.
5538
5539 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5540
5541         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
5542         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
5543         alias.
5544
5545 2002-05-19  Andreas Jaeger  <aj@suse.de>
5546
5547         * sysdeps/unix/sysv/linux/configure.in: Warn against an
5548         installation in /usr/local.
5549
5550 2002-05-16  Bruno Haible  <bruno@clisp.org>
5551
5552         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
5553         string as argument of #error.
5554
5555 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
5556
5557         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
5558         don't define static.  Remove old __realpath function.  TC1 of
5559         POSIX 2001 will allow the second parameter to be NULL.
5560         * stdlib/test-canon.c: Comment out test for NULL as second
5561         parameter of realpath.
5562
5563         * time/offtime.c (__offtime): Set errno if overflow is detected.
5564
5565         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
5566         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
5567         dl-brk and dl-sbrk.
5568
5569         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
5570         (fdimf): Likewise.
5571
5572 2002-05-15  Roland McGrath  <roland@frob.com>
5573
5574         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
5575
5576 2002-05-12  Bruno Haible  <bruno@clisp.org>
5577
5578         * iconvdata/testdata/EUC-JISX0213: New file.
5579         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
5580         * iconvdata/testdata/SHIFT_JISX0213: New file.
5581         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
5582         * iconvdata/testdata/ISO-2022-JP-3: New file.
5583         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
5584         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
5585         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
5586         contains comments indicating precomposed characters.
5587
5588 2002-04-21  Bruno Haible  <bruno@clisp.org>
5589
5590         * iconvdata/iso-2022-jp-3.c: New file.
5591         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
5592         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
5593         (LDFLAGS-ISO-2022-JP-3.so): New variable.
5594         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
5595         (distribute): Add iso-2022-jp-3.c.
5596
5597 2002-05-12  Bruno Haible  <bruno@clisp.org>
5598
5599         * iconvdata/tst-table-to.c (main): Restore handling of
5600         transliterations, broken by last patch.
5601
5602 2002-05-12  Bruno Haible  <bruno@clisp.org>
5603
5604         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
5605
5606 2002-05-12  Bruno Haible  <bruno@clisp.org>
5607
5608         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
5609         when there is not enough room in the output buffer.
5610         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5611
5612 2002-04-20  Bruno Haible  <bruno@clisp.org>
5613
5614         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
5615         macros.
5616         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5617         Also make this macro work if FROM_DIRECTION evaluates to 0.
5618         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5619         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
5620         of consume_incomplete.
5621         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5622         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
5623         4, not 8.
5624         * iconvdata/cp1258.c: Likewise.
5625         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5626         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
5627         not 2.
5628         * iconvdata/ibm933.c: Likewise.
5629         * iconvdata/ibm935.c: Likewise.
5630         * iconvdata/ibm937.c: Likewise.
5631         * iconvdata/ibm939.c: Likewise.
5632         * iconvdata/iso-2022-cn.c: Define
5633         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5634         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
5635         * iconvdata/iso-2022-cn-ext.c: Likewise.
5636         * iconvdata/iso-2022-jp.c: Define
5637         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5638         {MIN,MAX}_NEEDED_{FROM,TO}.
5639         * iconvdata/tcvn5712-1.c: Define
5640         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5641         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
5642         * iconvdata/euc-jisx0213.c: Define
5643         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5644         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
5645         * iconvdata/shift_jisx0213.c: Likewise.
5646
5647 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5648
5649         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
5650         shdi3, fixdfdi, fixsfdi in csu dir.
5651         (shared-only-routines): Likewise.
5652         * sysdeps/wordsize-32/cmpdi2.c: New file.
5653         * sysdeps/wordsize-32/shdi3.c: New file.
5654         * sysdeps/wordsize-32/fixdfdi.c: New file.
5655         * sysdeps/wordsize-32/fixsfdi.c: New file.
5656         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
5657         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
5658         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
5659
5660         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
5661         Only use va_arg if the argument will be used [PR libc/3259].
5662
5663 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
5664
5665         * catgets/catgets.c (catopen): Free buffer if internal catalog
5666         open fails.
5667
5668 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5669
5670         * debug/xtrace.sh: Make more robust.  For realtime tracking use
5671         non-buffering methods.
5672         * debug/pcprofiledump.c: Implement -u option.
5673         Patch by Roger Luethi <rl@hellgate.ch>.
5674
5675 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
5676
5677         * include/netinet/in.h (bindresvport_internal): Add prototype.
5678         * include/rpc/auth.h  (authunix_create_internal,
5679         authunix_create_default_internal, authnone_create_internal,
5680         authdes_pk_create_internal): Add prototypes.
5681         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5682         clntudp_create_internal, clntudp_bufcreate_internal,
5683         clntunix_create_internal): Add prototypes.
5684         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5685         svc_getreq_internal, svc_getreq_common_internal,
5686         svc_getreqset_internal, svc_getreq_poll_internal,
5687         svc_register_internal, svc_unregister_internal,
5688         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5689         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5690         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5691         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5692         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5693         * inet/rcmd.c (rcmd_af): Use __listen.
5694         (rresvport_af): Use __bind.
5695         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5696         authunix_create, authunix_create_default, authnone_create,
5697         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5698         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5699         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5700         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5701         _authenticate, add INTDEF after such function definitions.
5702         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5703         __setsockopt, __getsockname instead of non-__ variants.
5704         * sunrpc/pmap_rmt.c: Likewise.
5705         * sunrpc/rtime.c: Likewise.
5706         * sunrpc/svc_udp.c: Likewise.
5707         * sunrpc/clnt_unix.c: Likewise.
5708         * sunrpc/svc_unix.c: Likewise.
5709         * sunrpc/bindrsvprt.c: Likewise.
5710         * sunrpc/svc_tcp.c: Likewise.
5711         * sunrpc/auth_none.c: Likewise.
5712         * sunrpc/clnt_raw.c: Likewise.
5713         * sunrpc/clnt_tcp.c: Likewise.
5714         * sunrpc/auth_unix.c: Likewise.
5715         * sunrpc/key_call.c: Likewise.
5716         * sunrpc/clnt_gen.c: Likewise.
5717         * sunrpc/pm_getmaps.c: Likewise.
5718         * sunrpc/clnt_simp.c: Likewise.
5719         * sunrpc/pmap_clnt.c: Likewise.
5720         * sunrpc/svc_run.c: Likewise.
5721         * sunrpc/svc.c: Likewise.
5722         * sunrpc/svc_simple.c: Likewise.
5723         * sunrpc/pm_getport.c: Likewise.
5724         * sunrpc/auth_des.c: Likewise.
5725         * sunrpc/svc_auth.c: Likewise.
5726         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5727         __register_frame_info_table_bases, __deregister_frame_info_bases):
5728         Add INTDEF.
5729         (__register_frame_info_bases_internal,
5730         __register_frame_info_table_bases_internal,
5731         __deregister_frame_info_bases_internal): Add prototypes.
5732         (__register_frame_info, __register_frame): Use INTUSE in call to
5733         __register_frame_info_bases.
5734         (__register_frame_info_table): Similarly.
5735         (__deregister_frame_info, __deregister_frame): Similarly.
5736         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5737         sendto as weak alias.
5738         * sysdeps/mach/hurd/sendto.c: Likewise.
5739         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5740         recvfrom as weak alias.
5741         * sysdeps/mach/hurd/recvfrom.c: Likewise.
5742         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5743         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5744         recvmsg as weak alias.
5745         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5746         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5747         sendmsg as weak alias.
5748         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5749         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5750         setsockopt, add setsockopt as weak alias.
5751         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5752         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5753         weak alias.
5754         * sysdeps/mach/hurd/bind.c: Likewise.
5755         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
5756         as weak alias.
5757         * sysdeps/mach/hurd/listen.c: Likewise.
5758         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
5759         getsockname, add getsockname as weak alias.
5760         * sysdeps/mach/hurd/getsockname.c: Likewise.
5761         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
5762         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
5763         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
5764         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
5765         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
5766         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
5767         Add aliases.
5768         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5769         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5770         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5771         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5772         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
5773         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
5774         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
5775         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
5776         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
5777         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
5778         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
5779         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
5780
5781 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5782
5783         * locale/programs/localedef.h (show_archive_content): Add verbose
5784         argument.
5785         * locale/programs/localedef.c (main): Adjust caller.
5786         * locale/programs/locarchive.c (struct nameent, struct dataent): New
5787         types.
5788         (nameentcmp, dataentcmp): New functions.
5789         (xstrcmp): Remove.
5790         (show_archive_content): Print verbose listing with --list-archive -v.
5791
5792 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5793
5794         * locale/programs/locarchive.c (open_archive): Take extra argument
5795         readonly.  If true open file with O_RDONLY and don't create the
5796         archive if it doesn't exist.
5797         Adapt all callers.
5798         (close_archive): Don't do anything if fd element is -1.
5799         * locale/programs/localedef.h (open_archive): Adjust prototype.
5800         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
5801         call.
5802
5803         * malloc/malloc.c (__posix_memalign): Correct check for size of
5804         alignment value [PR libc/3444].
5805
5806         * include/stdio.h: Remove references to old stdio implementation.
5807
5808         * libio/Makefile (bug-ungetwc2-ENV): Define.
5809
5810 2002-05-13  Roland McGrath  <roland@frob.com>
5811
5812         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
5813
5814         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
5815
5816 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
5817
5818         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5819         Allocate three, not two, more than LEN when appending '/.'.
5820         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
5821         if NAME ends with '/.' if it is shorter than 2 chars.
5822
5823 2002-05-12  Roland McGrath  <roland@frob.com>
5824
5825         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
5826         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
5827
5828         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
5829         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
5830
5831 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5832
5833         * sysdeps/ia64/Makefile: Remove extra endif.
5834         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
5835
5836 2002-05-10  Andreas Schwab  <schwab@suse.de>
5837
5838         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
5839
5840 2002-05-09  Andreas Jaeger  <aj@suse.de>
5841
5842         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
5843         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
5844         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
5845
5846         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
5847         * sysdeps/wordsize-64/glob.c: ...here.
5848         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
5849         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
5850         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
5851
5852 2002-05-08  Roland McGrath  <roland@frob.com>
5853
5854         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
5855         O_NOTRANS flag in "." lookup.
5856
5857 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
5858
5859         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
5860
5861 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
5862
5863         * locale/duplocale.c (__duplocale): Update special members only
5864         when allocation succeeded.
5865
5866 2002-05-03  Roland McGrath  <roland@frob.com>
5867
5868         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
5869         we can only build libc.so.0.3(GLIBC_2.2.6) now.
5870
5871 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
5872
5873         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
5874         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
5875         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
5876         * sysdeps/ia64/ia64libgcc.S: New file.
5877
5878 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
5879
5880         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
5881
5882         * malloc/memusage.c: Distinguish anonymous mmap.
5883
5884 2002-05-01  Roland McGrath  <roland@frob.com>
5885
5886         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
5887         and use INTDEF on it.
5888         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
5889
5890         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
5891
5892         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
5893
5894 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
5895
5896         * malloc/memusage.c: Add support for tracking mmap & friends.
5897         * malloc/memusage.sh: Implement -m/--mmap option.
5898
5899 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5900
5901         * locale/programs/locarchive.c (create_archive): Add archivefname
5902         argument, create fname from it.
5903         (enlarge_archive): Honour output_prefix.
5904         (open_archive): Likewise.
5905
5906 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5907
5908         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
5909         too many stpcpy macros.
5910
5911 2002-04-26  Bruno Haible  <bruno@clisp.org>
5912
5913         * locale/programs/ld-collate.c (collate_read): Cast first argument
5914         for "%.*s" to int.
5915
5916 2002-04-26  Bruno Haible  <bruno@clisp.org>
5917
5918         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
5919         __dcngettext_internal): New declarations.
5920         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
5921         attribute declarations.
5922
5923 2002-04-30  Roland McGrath  <roland@frob.com>
5924
5925         Removed old GNU stdio implementation; GNU libio is now the only option.
5926         * configure.in: Removed --enable-libio option and @stdio@ subst var.
5927         Define USE_IN_LIBIO unconditionally.
5928         * configure: Regenerated.
5929         * Makeconfig (stdio): Set to libio by default.
5930         * config.make.in (stdio): Variable removed.
5931         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
5932         * sysdeps/unix/sysv/linux/configure: Regenerated.
5933         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
5934         * sysdeps/mach/hurd/configure: Regenerated.
5935         * stdio/.cvsignore: File removed.
5936         * stdio/Makefile: File removed.
5937         * stdio/Versions: File removed.
5938         * stdio/__fbufsize.c: File removed.
5939         * stdio/__flbf.c: File removed.
5940         * stdio/__fpending.c: File removed.
5941         * stdio/__fpurge.c: File removed.
5942         * stdio/__freadable.c: File removed.
5943         * stdio/__freading.c: File removed.
5944         * stdio/__fsetlocking.c: File removed.
5945         * stdio/__fwritable.c: File removed.
5946         * stdio/__fwriting.c: File removed.
5947         * stdio/clearerr.c: File removed.
5948         * stdio/fclose.c: File removed.
5949         * stdio/fcloseall.c: File removed.
5950         * stdio/feof.c: File removed.
5951         * stdio/ferror.c: File removed.
5952         * stdio/fflush.c: File removed.
5953         * stdio/fgetc.c: File removed.
5954         * stdio/fgetpos.c: File removed.
5955         * stdio/fgets.c: File removed.
5956         * stdio/fileno.c: File removed.
5957         * stdio/fmemopen.c: File removed.
5958         * stdio/fopen.c: File removed.
5959         * stdio/fopncook.c: File removed.
5960         * stdio/fputc.c: File removed.
5961         * stdio/fputs.c: File removed.
5962         * stdio/fread.c: File removed.
5963         * stdio/freopen.c: File removed.
5964         * stdio/fseek.c: File removed.
5965         * stdio/fsetpos.c: File removed.
5966         * stdio/ftell.c: File removed.
5967         * stdio/fwrite.c: File removed.
5968         * stdio/getc.c: File removed.
5969         * stdio/getchar.c: File removed.
5970         * stdio/getdelim.c: File removed.
5971         * stdio/gets.c: File removed.
5972         * stdio/glue.c: File removed.
5973         * stdio/internals.c: File removed.
5974         * stdio/linewrap.c: File removed.
5975         * stdio/linewrap.h: File removed.
5976         * stdio/memstream.c: File removed.
5977         * stdio/newstream.c: File removed.
5978         * stdio/obstream.c: File removed.
5979         * stdio/putc.c: File removed.
5980         * stdio/putchar.c: File removed.
5981         * stdio/puts.c: File removed.
5982         * stdio/rewind.c: File removed.
5983         * stdio/setbuf.c: File removed.
5984         * stdio/setbuffer.c: File removed.
5985         * stdio/setlinebuf.c: File removed.
5986         * stdio/setvbuf.c: File removed.
5987         * stdio/stdio.h: File removed.
5988         * stdio/ungetc.c: File removed.
5989         * stdio/vasprintf.c: File removed.
5990         * stdio/vscanf.c: File removed.
5991         * stdio/vsnprintf.c: File removed.
5992         * stdio/vsprintf.c: File removed.
5993         * stdio/vsscanf.c: File removed.
5994         * sysdeps/generic/defs.c: File removed.
5995         * sysdeps/generic/fdopen.c: File removed.
5996         * sysdeps/generic/pipestream.c: File removed.
5997         * sysdeps/generic/stdio_init.c: File removed.
5998         * sysdeps/generic/sysd-stdio.c: File removed.
5999         * sysdeps/generic/vdprintf.c: File removed.
6000         * sysdeps/mach/hurd/defs.c: File removed.
6001         * sysdeps/mach/hurd/fdopen.c: File removed.
6002         * sysdeps/mach/hurd/pipestream.c: File removed.
6003         * sysdeps/mach/hurd/stdio_init.c: File removed.
6004         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
6005         * sysdeps/mach/hurd/vdprintf.c: File removed.
6006         * sysdeps/posix/defs.c: File removed.
6007         * sysdeps/posix/fdopen.c: File removed.
6008         * sysdeps/posix/pipestream.c: File removed.
6009         * sysdeps/posix/stdio_init.c: File removed.
6010         * sysdeps/posix/vdprintf.c: File removed.
6011         * sysdeps/unix/pipestream.c: File removed.
6012         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
6013         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
6014         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
6015
6016 2002-04-29  Roland McGrath  <roland@frob.com>
6017
6018         * include/libc-symbols.h (link_warning): Use `unused' attribute.
6019
6020 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
6021
6022         * sysdeps/generic/tls.h: Describe what must be defined.
6023
6024         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
6025         glob_in_dir [PR libc/3385].
6026         * posix/globtest.sh: Add test case.
6027
6028         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
6029         //TRANSLIT twice.
6030
6031 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
6032
6033         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
6034         _internal symbol handling.
6035         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6036
6037 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6038
6039         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
6040         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
6041
6042 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
6043
6044         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
6045         not _LIBC and RE_ENABLE_I18N.
6046         (build_range_exp): Implement for not _LIBC.
6047         (build_collating_symbol): Likewise.
6048         (parse_bracket_exp): Unify redundant error handlings.
6049         Don't erase mbcset for non matching list in multibyte envs.
6050         (build_word_op): Add '_' to matching list for \w operator.
6051         * posix/regex_internal.c (re_string_construct): Invoke
6052         build_upper_buffer in case of not RE_ENABLE_I18N.
6053         (re_string_reconstruct): Don't touch cur_state in case of not
6054         RE_ENABLE_I18N.
6055         * posix/regex_internal.h (attribute_hidden): New macro in case of
6056         not _LIBC.
6057         (re_charset_t): Define range_starts/ends in case of not _LIBC.
6058         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
6059         RE_ENABLE_I18N.
6060         (transit_state_mb): Likewise.
6061         (check_node_accept_bytes): Implement the code evaluating range
6062         expression in case of not _LIBC.
6063         (find_collation_sequence_value): Hide in case of not _LIBC.
6064
6065 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
6066
6067         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
6068         i386/semctl.c.
6069         (__old_semctl, __new_semctl): Only use va_arg if the argument will
6070         be used.
6071
6072 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6073
6074         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
6075
6076         * sysdeps/ia64/strncpy.S: Fix recovery code.
6077         Patch by David Mosberger <davidm@hpl.hp.com>.
6078
6079 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6080
6081         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
6082         GLIBC_2.2.6.
6083
6084 2002-04-14  Bruno Haible  <bruno@clisp.org>
6085
6086         * posix/regex.c (re_max_failures): Add back symbol for binary
6087         compatibility.
6088
6089 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
6090
6091         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
6092         of buffer building functions.
6093         * posix/regex_internal.c (re_string_allocate): New function.
6094         (re_string_realloc_buffers): New function.
6095         (re_string_skip_chars): New function.
6096         (re_string_reconstruct): New function.
6097         (re_string_construct): Adapt it to new interface of buffer building
6098         functions.
6099         (re_string_construct_common): Likewise.
6100         (build_wcs_buffer): Likewise.
6101         (build_wcs_upper_buffer): Likewise.
6102         (build_upper_buffer): Likewise.
6103         (re_string_translate_buffer): Likewise.
6104         (re_string_context_at): Adapt it to variable length buffers.
6105         * posix/regex_internal.h (re_string_t): Add new fields to handle
6106         variable length buffers.
6107         (re_match_context_t): Likewise.
6108         * posix/regexec.c (re_search_internal): Adapt it to new interface
6109         of re_string_t and re_match_context_t.
6110         (acquire_init_state_context): Likewise.
6111         (check_matching): Likewise.
6112         (check_halt_state_context): Likewise.
6113         (proceed_next_node): Likewise.
6114         (set_regs): Likewise.
6115         (sift_states_backward): Likewise.
6116         (clean_state_log_if_need): Likewise.
6117         (sift_states_iter_mb): Likewise.
6118         (sift_states_iter_bkref): Likewise.
6119         (add_epsilon_backreference): Likewise.
6120         (transit_state): Likewise.
6121         (transit_state_sb): Likewise.
6122         (transit_state_mb): Likewise.
6123         (transit_state_bkref): Likewise.
6124         (transit_state_bkref_loop): Likewise.
6125         (check_node_accept): Likewise.
6126         (match_ctx_init): Likewise.
6127         (extend_buffers): New function.
6128
6129 2002-04-21  Bruno Haible  <bruno@clisp.org>
6130
6131         * iconvdata/tst-table.sh: For the second check, use the truncated
6132         GB18030 charmap table, like for the first check.
6133
6134 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6135
6136         * elf/dl-load.c (open_verify): Correct __lseek parameters.
6137         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
6138
6139 2002-04-23  H.J. Lu  <hjl@gnu.org>
6140
6141         * include/math.h (isfinite): Fix a typo.
6142
6143 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6144
6145         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
6146         which is created by the test suite.
6147
6148 2002-04-20  Bruno Haible  <bruno@clisp.org>
6149
6150         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
6151         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
6152
6153 2002-04-20  Bruno Haible  <bruno@clisp.org>
6154
6155         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
6156         to avoid gcc warning.
6157
6158 2002-04-20  Bruno Haible  <bruno@clisp.org>
6159
6160         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
6161         of data->__statep->__count.
6162
6163 2002-04-20  Bruno Haible  <bruno@clisp.org>
6164
6165         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
6166         tag characters.
6167         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
6168
6169 2002-04-24  Roland McGrath  <roland@frob.com>
6170
6171         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
6172         use END macro instead of our own .end directive.
6173         Use `callsys' insn mnemonic instead of `call_pal'.
6174
6175         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
6176
6177         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
6178         macro; we need this for Hurd.
6179
6180         Log entry was missing for 2002/03/24 commit of rev 1.8,
6181         goes with 2002-03-17 changes.
6182         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
6183         (sysdep_routines): Append ioperm here.
6184         (sysdep_headers): Append sys/io.h here.
6185
6186 2002-04-23  Roland McGrath  <roland@frob.com>
6187
6188         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
6189         * sysdeps/mach/hurd/sendto.c: Likewise.
6190         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
6191         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
6192         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
6193
6194 2002-04-22  Roland McGrath  <roland@frob.com>
6195
6196         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
6197         failure from i386_io_perm_* RPCs to ENOSYS.
6198
6199 2002-04-22  Andreas Jaeger  <aj@suse.de>
6200
6201         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
6202
6203         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
6204
6205         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
6206         register instead of destroying %rbx.
6207
6208 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
6209
6210         * string/string.h: Declare strerror_r also for XPG6.
6211
6212 2002-04-19  Roland McGrath  <roland@frob.com>
6213
6214         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
6215
6216 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
6217
6218         * Makefile: Add handling of xtests and xcheck targets.
6219         * MakeTAGS: Likewise.
6220         * Makeconfig: Likewise.
6221         * Makerules: Likewise.
6222         * Rules: Likewise.
6223         * manual/Makefile: Likewise.
6224         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
6225         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
6226
6227 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
6228
6229         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
6230         authnone_private_s.
6231         * sunrpc/auth_none.c: Include bits/libc-lock.h.
6232         Delete #ifdef _RPC_THREAD_SAFE_ block.
6233         (authnone_private): Make a struct, not a pointer to struct.
6234         (authnone_private_guard): New once-control variable.
6235         (authnone_create_once): New function, split out of
6236         authnone_create.  No need to allocate memory.
6237         (authnone_create): Just call authnone_create_once via
6238         __libc_once, then return &authnone_private->no_client.
6239         (authnone_marshal): Access private data via CLIENT argument,
6240         not authnone_private pointer.
6241         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
6242         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
6243         authnone_private_s.
6244
6245 2002-04-12  H.J. Lu  <hjl@gnu.org>
6246
6247         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
6248
6249 2002-04-18  Bruno Haible  <bruno@clisp.org>
6250
6251         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6252         FROM_DIRECTION): Make the FROM direction stateless.
6253         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6254         FROM_DIRECTION): Likewise.
6255
6256 2002-04-15  Bruno Haible  <bruno@clisp.org>
6257
6258         * iconvdata/JISX0213.TXT: New file.
6259         * iconvdata/jisx0213.h: New file.
6260         * iconvdata/jisx0213.c: New file.
6261         * iconvdata/euc-jisx0213.c: New file.
6262         * iconvdata/shift_jisx0213.c: New file.
6263         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
6264         * iconvdata/EUC-JISX0213.precomposed: New file.
6265         * iconvdata/SHIFT_JISX0213.precomposed: New file.
6266         * iconvdata/SHIFT_JISX0213.irreversible: New file.
6267         * iconvdata/tst-table-to.c (main): Make it work for encodings for
6268         which the "to" direction is stateful.
6269         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
6270         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
6271         SHIFT_JISX0213.
6272         (libJISX0213-routines): New variable.
6273         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
6274         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
6275         (LDFLAGS-libJISX0213.so): New variable.
6276         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
6277         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
6278         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
6279
6280 2002-04-15  Bruno Haible  <bruno@clisp.org>
6281
6282         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
6283         uint32_t.  Update to Unicode 3.2.
6284         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
6285         (BODY for TO_LOOP): Handle the ASCII range specially.
6286         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
6287         * iconvdata/testdata/BIG5HKSCS: Remove a character.
6288         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
6289
6290 2002-04-15  Bruno Haible  <bruno@clisp.org>
6291
6292         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
6293         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
6294
6295 2002-04-15  Bruno Haible  <bruno@clisp.org>
6296
6297         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
6298         (ucs4_to_cns11643): Update.
6299         * iconvdata/cns11643.c: Update to Unicode 3.2.
6300         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
6301         __cns11643_from_ucs4p2_tab): Regenerated.
6302         (__cns11643_from_ucs4p2c_tab): New array.
6303         * iconvdata/cvs11643l1.c: Update comments.
6304         * iconvdata/EUC-TW.irreversible: Remove two entries.
6305
6306 2002-04-15  Bruno Haible  <bruno@clisp.org>
6307
6308         * locale/C-translit.h.in: Update to Unicode 3.2.
6309         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
6310         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
6311
6312 2002-04-15  Bruno Haible  <bruno@clisp.org>
6313
6314         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
6315         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
6316
6317 2002-04-15  Bruno Haible  <bruno@clisp.org>
6318
6319         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
6320         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
6321         always one byte, not 0 bytes in some cases and 2 bytes in others.
6322
6323         * iconvdata/tst-table-from.c (main): Correct the usage message.
6324
6325 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6326
6327         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6328         (parse_dup_op): Fix error handling like "a{}".
6329         (parse_bracket_exp): Add error handling.
6330         (fetch_number): Add error handling for "a{<very_large_number>}".
6331
6332 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6333
6334         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6335         in case that the symbol name is too long.
6336         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6337         in case of REG_ICASE.
6338
6339 2002-04-19  Andreas Jaeger  <aj@suse.de>
6340
6341         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6342         <hartvige@mips.com>.
6343
6344 2002-04-15  H.J. Lu  <hjl@gnu.org>
6345
6346         * include/math.h (__finitel_internal): Declare only if
6347         __NO_LONG_DOUBLE_MATH is not defined.
6348         (__isinfl_internal): Likewise.
6349         (__isnanl_internal): Likewise.
6350
6351         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
6352         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6353         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6354         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6355         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6356         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6357         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6358
6359         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
6360         __fcntl_internal.
6361
6362         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
6363         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
6364
6365 2002-04-15  Bruno Haible  <bruno@clisp.org>
6366
6367         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
6368         (BODY for TO_LOOP): Likewise.
6369         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
6370         * iconvdata/tst-table.sh: Add support for encodings which contain
6371         precomposed Unicode characters, known to the iconv converter in both
6372         directions but not listed in the charmap.
6373         * iconvdata/IBM856.irreversible: New file.
6374         * iconvdata/IBM922.irreversible: New file.
6375         * iconvdata/IBM1132.irreversible: New file.
6376         * iconvdata/IBM1133.irreversible: New file.
6377         * iconvdata/IBM1160.irreversible: New file.
6378         * iconvdata/IBM1161.irreversible: New file.
6379         * iconvdata/IBM1163.irreversible: New file.
6380         * iconvdata/IBM1164.irreversible: New file.
6381         * iconvdata/ARMSCII-8.irreversible: New file.
6382         * iconvdata/TCVN5712-1.precomposed: New file.
6383         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
6384         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
6385         ARMSCII-8, TCVN5712-1.
6386         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
6387         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
6388         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
6389         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
6390
6391 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6392
6393         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
6394         for EVENING69.  Include offsets in TZ environment variable.
6395
6396 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
6397
6398         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
6399         avoid compiler warnings.
6400
6401         * locale/programs/localedef.c (main): Always call
6402         construct_output_path.
6403
6404         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
6405
6406         * locale/programs/locfile.c (to_archive): New variable.  To collect
6407         data which has to be added to the locale archive.
6408         (write_all_categories): Take new third parameter with locale name.
6409         Unless no_archive flag set add new locale data to the archive
6410         (write_locale_data): Unless no-archive flag set store generated data
6411         in to_archive data structure instead of generation output file.
6412         Add new parameter with locale category index.
6413         * locale/programs/locfile.h: Add new parameters in declaractions of
6414         write_all_categories and write_locale_data.
6415         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
6416         --add-to-archive, and --delete-from-archive options.  Pass extra
6417         parameter to write_all_categories.
6418         * locale/programs/localedef.h: Add prototypes for functions in
6419         locarchive.c.
6420         * locale/locarchive.h: New file.
6421         * locale/programs/locarchive.c: New file.
6422         * locale/Makefile (distribute): Add programs/locarchive.c and
6423         locarchive.h.
6424         (localedef-modules): Add md5 and locarchive.
6425         Add vpath to crypt subdir for md5.c.
6426
6427         * locale/programs/ld-address.c: Pass locale category ID as new second
6428         parameter to write_locale_data.
6429         * locale/programs/ld-collate.c: Likewise.
6430         * locale/programs/ld-ctype.c: Likewise.
6431         * locale/programs/ld-identification.c: Likewise.
6432         * locale/programs/ld-measurement.c: Likewise.
6433         * locale/programs/ld-messages.c: Likewise.
6434         * locale/programs/ld-monetary.c: Likewise.
6435         * locale/programs/ld-name.c: Likewise.
6436         * locale/programs/ld-numeric.c: Likewise.
6437         * locale/programs/ld-paper.c: Likewise.
6438         * locale/programs/ld-telephone.c: Likewise.
6439         * locale/programs/ld-time.c: Likewise.
6440
6441         * locale/simple-hash.c: Move compute_hashval function from here...
6442         * locale/hashval.h: ...to here.  New file.
6443         * locale/simple-hash.h: Add prototype for compute_hashval.
6444
6445         * include/libintl.h: Minor cleanups.
6446
6447 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
6448
6449         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
6450
6451 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
6452
6453         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
6454
6455 2002-04-14  Bruno Haible  <bruno@clisp.org>
6456
6457         * locale/programs/charmap.c (charmap_read): Don't access result if
6458         result == NULL.
6459
6460 2002-02-17  Andreas Schwab  <schwab@suse.de>
6461
6462         * elf/reldep7.c: New file.
6463         * elf/reldep7mod1.c: New file.
6464         * elf/reldep7mod2.c: New file.
6465         * elf/Makefile: Add rules to build and run reldep7.
6466
6467 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
6468
6469         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
6470         the end of the function.  Pass original flags to recursive call if
6471         add_dependency failed.
6472         (_dl_lookup_versioned_symbol): Likewise.
6473
6474 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
6475
6476         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
6477         early, but check whether it overflowed afterwards.
6478         * time/tst-mktime.c (main): Add new tests.
6479
6480 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
6481
6482         * debug/xtrace.sh: Fix program name in help message.
6483         Patch by Roger Luethi <rl@hellgate.ch>.
6484
6485         * include/sys/stat.h: Add prototypes for __lxstat_internal and
6486         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
6487         NOT_IN_libc.
6488         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
6489         * sysdeps/mach/hurd/lxstat.c: Likewise.
6490         * sysdeps/unix/common/lxstat.c: Likewise.
6491         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
6492         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
6493         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6494         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6495         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
6496         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
6497         * sysdeps/mach/hurd/lxstat64.c: Likewise.
6498         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
6499         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
6500
6501         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
6502         prototypes.  Add __mbrlen and __mbrtowc macros.
6503         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
6504         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
6505
6506         * include/unistd.h: Add prototype for __write_internal and add
6507         __libc_write macro is SHARED.
6508         * sysdeps/generic/write.c: Use INTDEF for __write.
6509         * sysdeps/mach/hurd/write.c: Likewise.
6510         * sysdeps/unix/sysv/aix/write.c: Likewise.
6511         * sysdeps/unix/syscalls.list: Add __libc_write alias.
6512
6513         * assert/assert.c: Replace STR_N_SIZE with something usable in
6514         macro arguments.
6515         * assert/assert-perr.c: Likewise.
6516
6517         * include/sys/socket.h: Declare __libc_sa_len_internal and define
6518         SA_LEN macro to use it if not NOT_IN_libc.
6519         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
6520
6521         * include/fcntl.h: Declare __open_internal and define __open and
6522         __libc_open macros if not NOT_IN_libc.
6523         * sysdeps/generic/open.c: Use INTDEF for __open.
6524         * sysdeps/mach/hurd/open.c: Likewise.
6525         * sysdeps/unix/sysv/aix/open.c: Likewise.
6526         * sysdeps/unix/syscalls.list: Add __open_internal alias.
6527
6528         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
6529         has correct number.
6530
6531         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
6532         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
6533         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6534         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6535
6536         * include/wctype.h: Declare __iswalpha_l_internal,
6537         __iswdigit_l_internal, __iswspace_l_internal,
6538         __iswxdigit_l_internal, and __iswctype_internal.  Define
6539         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
6540         __iswxdigit_l macros if not NOT_IN_libc.
6541         * wctype/iswctype.c: Use INTDEF for __iswctype.
6542         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
6543
6544         * include/math.h: Declare __isinf_internal, __isinfl_internal,
6545         __isnan_internal, and __isnanl_internal.
6546         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
6547         __isnan, and __isnanl.
6548         * stdio-common/printf_size.c: Likewise.
6549         * sysdeps/generic/printf_fphex.c: Likewise.
6550         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
6551         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6552         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
6553         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
6554         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6555         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6556         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6557         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6558         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
6559         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
6560         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
6561         * sysdeps/m68k/s_isinfl.c: Likewise.
6562         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
6563         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
6564
6565         * include/sys/time.h: Declare __gettimeofday_internal and define
6566         __gettimeofday macro if not NOT_IN_libc.
6567         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
6568         * sysdeps/mach/gettimeofday.c: Likewise.
6569         * sysdeps/posix/gettimeofday.c: Likewise.
6570         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
6571         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
6572         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6573         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
6574
6575         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
6576         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
6577         Remove __lstat and __fstat inline functions.
6578         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
6579         * sysdeps/mach/hurd/fxstat.c: Likewise.
6580         * sysdeps/unix/fxstat.c: Likewise.
6581         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
6582         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
6583         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6584         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
6585         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
6586         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
6587         * sysdeps/mach/hurd/fxstat64.c: Likewise.
6588         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
6589         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6590
6591         * include/unistd.h: Declare __getpid_internal and define
6592         __getpid macro if not NOT_IN_libc.
6593         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
6594         * sysdeps/generic/getpid.c: Likewise.
6595         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
6596         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
6597
6598         * include/unistd.h: Declare __getpgid_internal and define
6599         __getpgid macro if not NOT_IN_libc.
6600         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
6601         * sysdeps/mach/hurd/getpgid.c: Likewise.
6602         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
6603         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
6604         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
6605         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
6606
6607         * include/unistd.h: Declare __getpagesize_internal and define
6608         __getpagesize macro if not NOT_IN_libc.
6609         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
6610         __getpagesize.
6611         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
6612         * sysdeps/mach/getpagesize.c: Likewise.
6613         * sysdeps/posix/getpagesize.c: Likewise.
6614         * sysdeps/unix/getpagesize.c: Likewise.
6615         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6616         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
6617         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
6618         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
6619
6620 2002-04-13  Andreas Jaeger  <aj@suse.de>
6621
6622         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
6623         as clobber to reduce register pressure.
6624         (__strpbrk_cg): Likewise.
6625         (__mempcpy_by4): Likewise.
6626         (__strstr_cg): Likewise.
6627         Add prototype for __memrchr.
6628
6629 2002-04-13  Andreas Schwab  <schwab@suse.de>
6630
6631         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
6632         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
6633         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
6634
6635 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
6636
6637         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
6638         check whether the caller prefers getting the most recent version of
6639         a symbol of the earliest version.
6640         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
6641         _dl_do_lookup to also take the new parameter and pass it on.
6642         Change 'explicit' parameter of _dl_lookup_symbol and
6643         _dl_lookup_versioned_symbol to flags.  Adjust tests.
6644         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
6645         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
6646         _dl_lookup_versioned_symbol.
6647         * elf/dl-reloc.c: Likewise.
6648         * elf/dl-runtime.c: Likewise.
6649         * elf/dl-sym.c: Likewise.
6650         * sysdeps/mips/dl-machine.h: Likewise.
6651
6652 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6653
6654         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
6655         in a token.
6656         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
6657
6658 2002-04-10  Andreas Jaeger  <aj@suse.de>
6659
6660         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
6661
6662         * include/argz.h: Remove extra char from last patch.
6663
6664 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
6665
6666         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6667         * sysdeps/unix/sysv/aix/chown.c: Likewise.
6668         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6669         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6670         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6671         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6672         __chown_internal.
6673         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6674
6675         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6676         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6677         * intl/ngettext.c: Likewise.
6678
6679         * include/sys/socket.h: Declare __connect_internal and define
6680         __connect macro if not NOT_IN_libc.
6681         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6682         * sysdeps/unix/sysv/aix/connect.c: Likewise.
6683         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6684
6685         * include/unistd.h: Declare __close_internal and define __close macro
6686         if not NOT_IN_libc.
6687         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6688         WJUMP3): Add extra parenthesis to avoid expanding element names with
6689         macors like __close.
6690         * sysdeps/unix/syscalls.list: Add __close_internal alias.
6691
6692         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6693         if not NOT_IN_libc.
6694         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6695         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6696         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6697
6698         * include/unistd.h: Declare __fork_internal and define __fork macro
6699         if not NOT_IN_libc.
6700         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6701         * sysdeps/unix/sysv/aix/fork.c: Likewise.
6702         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6703
6704         * include/stdio_ext.h: Declare __fsetlocking_internal and define
6705         __fsetlocking macro to use it if not NOT_IN_libc.
6706         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6707
6708         * libio/__fbufsize.c: Correct copyright.
6709         * libio/__flbf.c: Likewise.
6710         * libio/__fpending.c: Likewise.
6711         * libio/__fpurge.c: Likewise.
6712         * libio/__freadable.c: Likewise.
6713         * libio/__freading.c: Likewise.
6714         * libio/__fsetlocking.c: Likewise.
6715         * libio/__fwritable.c: Likewise.
6716         * libio/__fwriting.c: Likewise.
6717
6718         * include/stdio.h: Declare __asprintf_internal and define __asprintf
6719         macro to use it if not NOT_IN_libc.
6720         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6721
6722         * include/mntent.h: Declare __setmntent_internal,
6723         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
6724         __getmntent_r, and __endmntent macros to use these functions if not
6725         NOT_IN_libc.
6726         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6727         __endmntent.
6728
6729         * include/math.h: Declare __finite_internal, __finitef_internal, and
6730         __finitel_internal.  Redefine isfinite macro if in libc or libm using
6731         these functions.
6732         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6733         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6734         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6735         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6736         * sysdeps/i386/fpu/s_finitef.S: Likewise.
6737         * sysdeps/i386/fpu/s_finitel.S: Likewise.
6738         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6739         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6740         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6741         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6742
6743         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
6744         to use this function if not NOT_IN_libc.
6745         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6746         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6747         * sysdeps/mach/hurd/fcntl.c: Likewise.
6748         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6749         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6750
6751         * include/argz.h: Declare __argz_count_internal and
6752         __argz_stringify_internal.
6753         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6754         __argz_stringify.
6755         * string/argz-count.c: Use INTDEF for __argz_count.
6756         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
6757
6758         * include/stdlib.h: Declare __cxa_atexit_internal and define
6759         __cxa_atexit macro if not NOT_IN_libc.
6760         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
6761         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
6762
6763         * assert/assert.c: Use INTDEF for __assert_fail.
6764         * assert/__assert.c: Use INTUSE for call to __assert_fail.
6765         * include/assert.h: Declare __assert_fail_internal.
6766
6767         * extra-lib.mk: Mark assignment to lib with override.
6768
6769 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6770
6771         * Makerules: Use cppflags-iterator.mk to add defines for all test
6772         source files.
6773
6774 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
6775
6776         * elf/elf.h: Define R_SH_TLS_xxx macros.
6777         * elf/rtld.c: Remove an extra parenthesis.
6778         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
6779         TLS_GD macros.
6780         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
6781         * sysdeps/sh/dl-lookupcfg.h: New file.
6782         * sysdeps/sh/dl-tls.h: New file.
6783         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
6784         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
6785         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
6786         R_SH_TLS_TPOFF32 relocations.
6787
6788 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6789
6790         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
6791         of NOT_IN_LIBC.
6792         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
6793         * include/stdlib.h: Likewise.
6794
6795 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
6796
6797         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
6798         instead of _RTLD_LOCAL.
6799         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
6800         * include/unistd.h: Likewise.
6801         * sysdeps/generic/ldsodefs.h: Likewise.
6802
6803         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
6804         if in libc or ld.so.
6805
6806 2002-04-08  Andreas Jaeger  <aj@suse.de>
6807
6808         * elf/cache.c (print_entry): Support x86-64.
6809
6810 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6811
6812         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
6813         with one accessing the locale data structures directly.
6814         * stdio-common/printf-prs.c: Include localeinfo.h for new
6815         MB_CUR_MAX definition.
6816
6817         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
6818         is the name of the source file without extension.
6819         * Makefile (distribute): Add cppflags-iterator.mk.
6820         * cppflags-iterator.mk: New file.
6821         * extra-lib.mk: For the sources of the library run
6822         cppflags-iterator.mk.
6823
6824         * include/libintl.h: Declare __dcgettext_internal and
6825         _libc_intl_domainname_internal.  Define __dcgettext using these
6826         two symbols if used in libc itself.
6827         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
6828         _libc_intl_domainname_internal.
6829         * argp/argp-parse.c: Likewise.
6830         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
6831         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
6832         * intl/gettext.c: Likewise.
6833         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
6834         alias.
6835         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
6836         __dcgettext.
6837         * posix/regex_internal.c (gettext): Likewise.
6838
6839 2002-04-08  Andreas Jaeger  <aj@suse.de>
6840
6841         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
6842
6843         * sysdeps/x86_64/fpu/s_llrint.S: New file.
6844         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
6845         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
6846         * sysdeps/x86_64/fpu/s_lrint.S: New file.
6847         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
6848         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
6849
6850 2002-04-08  Roland McGrath  <roland@frob.com>
6851
6852         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
6853         widening __hurd_fail value.
6854
6855 2002-04-07  Roland McGrath  <roland@frob.com>
6856
6857         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
6858         <mach/machine/alpha_instruction.h>.
6859         (_hurd_setup_sighandler): Take proper arguments for current decls.
6860         Update code to use _hurdsig_catch_fault.
6861         Use `callsys' instruction instead of `call_pal'.
6862         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
6863
6864         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
6865         (ALIGN, at, AT, fp): New macros.
6866
6867 2002-04-06  Roland McGrath  <roland@frob.com>
6868
6869         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
6870
6871         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
6872         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
6873
6874         * sysdeps/mach/hurd/bind.c: Use prototype definition.
6875         * sysdeps/mach/hurd/connect.c: Likewise.
6876         * sysdeps/mach/hurd/getsockopt.c: Likewise.
6877         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6878
6879         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
6880         __msg_sig_post RPC.
6881
6882         * hurd/catch-exc.c: Use integer_t instead of int.
6883         * hurd/hurdfault.c: Likewise.
6884
6885         * sysdeps/mach/hurd/alpha/exc2signal.c
6886         (_hurd_exception2signal): Rewritten.
6887         * sysdeps/mach/hurd/alpha/longjmp-ts.c
6888         (_hurd_longjmp_thread_state): Rewritten.
6889
6890 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
6891
6892         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
6893         DB_LOOKUP_FCT prototype.
6894         * nss/getXXent_r.c: Likewise.
6895         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
6896         * inet/getaliasname_r.c: Likewise.
6897         * inet/getnetbyad_r.c: Likewise.
6898         * inet/getnetbynm_r.c: Likewise.
6899         * inet/getnetent_r.c: Likewise.
6900         * inet/getproto_r.c: Likewise.
6901         * inet/getprtent_r.c: Likewise.
6902         * inet/getprtname_r.c: Likewise.
6903         * inet/getrpcbyname_r.c: Likewise.
6904         * inet/getrpcbynumber_r.c: Likewise.
6905         * inet/getrpcent_r.c: Likewise.
6906         * inet/getservent_r.c: Likewise.
6907         * inet/getsrvbynm_r.c: Likewise.
6908         * inet/getsrvbypt_r.c: Likewise.
6909         * shadow/getspent_r.c: Likewise.
6910         * shadow/getspnam_r.c: Likewise.
6911
6912         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
6913
6914         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
6915         Use i686-friendly PIC code.
6916         * sysdeps/i386/elf/setjmp.S: Likewise.
6917
6918         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
6919
6920         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
6921         list.
6922         * elf/Versions: Remove it here.
6923
6924 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
6925
6926         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
6927         direction.  Reported by H . J . Lu <hjl@lucon.org>.
6928
6929 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6930
6931         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
6932         test just before the test runs.
6933         * intl/tst-translit.sh: Likewise.
6934         * intl/tst-codeset.sh: Likewise.
6935
6936         * timezone/zic.c: Update from tzcode2002c.
6937         * timezone/asia: Update from tzdata2002c.
6938         * timezone/backward: Likewise.
6939         * timezone/europe: Likewise.
6940         * timezone/northamerica: Likewise.
6941         * timezone/northamerica: Likewise.
6942         * timezone/northamerica: Likewise.
6943         * timezone/southamerica: Likewise.
6944         * timezone/zone.tab: Likewise.
6945
6946 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
6947
6948         * sysdeps/generic/brk.c (__curbrk): Declare.
6949         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
6950         * sysdeps/generic/dl-sbrk.c: Likewise.
6951         * sysdeps/unix/arm/dl-brk.S: New file.
6952         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
6953         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
6954         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
6955         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
6956         * sysdeps/unix/i386/dl-brk.S: New file.
6957         * sysdeps/unix/mips/dl-brk.S: New file.
6958         * sysdeps/unix/sparc/dl-brk.S: New file.
6959         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
6960         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
6961         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
6962         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
6963
6964 2002-04-03  Andreas Schwab  <schwab@suse.de>
6965
6966         * Makefile (headers): Add gnu/lib-names.h here instead of
6967         install-others.
6968         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
6969         installation rule.
6970         (install-headers): Add dependency on install-headers-nosubdir.
6971         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
6972         instead of install-others.
6973         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
6974         installation rule.
6975
6976 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6977
6978         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
6979         Reported by Sam Roberts <sroberts@uniserve.com>.
6980
6981 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
6982
6983         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
6984         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
6985         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6986         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6987
6988 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
6989
6990         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
6991         (RTLD_START): Ditto.
6992         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
6993         dependency violation.
6994
6995 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
6996
6997         * time/mktime.c (__mktime_internal): Move check for year < 70 below
6998         all variable declarations.
6999
7000 2002-04-04  Andreas Schwab  <schwab@suse.de>
7001
7002         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
7003
7004 2002-04-04  Andreas Jaeger  <aj@suse.de>
7005
7006         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
7007         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
7008
7009         * sysdeps/x86_64/fpu/s_fabs.c: New file.
7010         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
7011         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
7012
7013         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
7014
7015         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
7016
7017         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
7018         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
7019
7020         * configure.in: Handle all mips entries the same.
7021
7022         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
7023         * sysdeps/mips/mips3/*: Likewise.
7024         * sysdeps/mips/p40/bits/endian.h: Likewise.
7025
7026 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
7027
7028         * misc/dirname.c (dirname): Ignore trailing slashes at end of
7029         non-null result [PR libc/2600].
7030
7031         * misc/tst-dirname.c: Add more tests.
7032
7033 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7034
7035         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
7036         define a code_set_name provide one based on the filename.
7037
7038         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
7039
7040 2001-12-28  Andreas Jaeger  <aj@suse.de>
7041
7042         * time/mktime.c (__mktime_internal): Check for year < 70
7043         [PR libc/2738].
7044
7045 2002-04-03  Andreas Jaeger  <aj@suse.de>
7046
7047         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
7048         shmat.
7049         Reported by Andi Kleen <ak@suse.de>.
7050
7051 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7052
7053         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
7054         * sysdeps/generic/w_lgammaf.c: Likewise.
7055         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
7056
7057         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
7058         Adjust for new output format of the backtrace functions.
7059
7060         * misc/syslog.c (vsyslog): Only use cleanup handler if
7061         _LIBC_REENTRANT is defined [PR libc/2924].
7062
7063         * libio/Makefile (tests): Add bug-ungetwc2.
7064         * libio/bug-ungetwc2.c: New file.
7065
7066         * manual/install.texi: Typographical and grammatical cleanup.
7067         Patch by Dennis Grace <dgrace@us.ibm.com>.
7068
7069         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
7070         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
7071
7072         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
7073         always "&".  Adjust callers.
7074         Add "_" prefix to several generated definitions.
7075         Patch by paul@serice.net [PR libc/3158].
7076
7077 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7078
7079         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
7080         size of _dl_arm_cap_flags.
7081         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
7082
7083         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
7084         Define as 8.
7085
7086 2002-03-22  H.J. Lu  <hjl@gnu.org>
7087
7088         * scripts/firstversions.awk: Check the first version.
7089
7090 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7091
7092         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
7093         dependencies must be stable to work correctly.
7094         Reported by martin.lubich@datacon.at.
7095
7096         * libio/bug-ungetwc1.c: New file.
7097         * libio/Makefile (tests): Add bug-ungetwc1.
7098
7099         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
7100         if stream was last used for writing.
7101
7102         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
7103         number [PR libc/3111].
7104
7105         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
7106         to ...
7107         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
7108
7109 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
7110
7111         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
7112         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
7113         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
7114         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
7115         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
7116
7117 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
7118
7119         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
7120         dynamic tags.
7121
7122 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7123
7124         * sysdeps/i386/fpu/s_fabs.S: New file.
7125         * sysdeps/i386/fpu/s_fabsf.S: New file.
7126         * sysdeps/i386/fpu/s_fabsl.S: New file.
7127         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
7128         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
7129         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
7130
7131 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7132
7133         * rt/tst-shm.c (do_test): Add one more test for size of shared
7134         memory object.
7135
7136 2002-03-29  Wolfram Gloger  <wg@malloc.de>
7137
7138         * malloc/malloc.c: Add short description and prototypes for
7139         malloc_get_state, malloc_set_state and posix_memalign, for
7140         consistency and to avoid warnings with -Wstrict-prototypes.
7141         Reported by Andreas Jaeger <aj@suse.de>.
7142
7143 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7144
7145         * po/gl.po: Update from translation team.
7146
7147 2002-03-31  Roland McGrath  <roland@frob.com>
7148
7149         * hurd/hurdselect.c (_hurd_select): Fix
7150         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
7151         Use a union rather than casts to compare mach_msg_type_t as int.
7152
7153 2002-03-25  Roland McGrath  <roland@frob.com>
7154
7155         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
7156         check off the end of NAME when it's shorter than 2 chars.
7157         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
7158
7159 2002-03-17  Roland McGrath  <roland@frob.com>
7160
7161         * sysdeps/mach/hurd/i386/sys/io.h: New file.
7162         * sysdeps/mach/hurd/i386/ioperm.c: New file.
7163         * sysdeps/mach/hurd/i386/Dist: Add them.
7164         * sysdeps/mach/hurd/i386/Versions
7165         (libc: GLIBC_2.2.6): New set, add ioperm.
7166         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
7167         (mach_interface_list): Check for mach_i386.defs.
7168         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
7169         * sysdeps/mach/configure: Regenerated.
7170
7171 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
7172
7173         * po/fr.po: Update from translation team.
7174
7175 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7176
7177         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
7178         getpriority from syscalls list.
7179
7180 2002-03-28  Andreas Jaeger  <aj@suse.de>
7181
7182         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
7183         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
7184         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
7185         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
7186
7187 2002-03-27  Andreas Jaeger  <aj@suse.de>
7188
7189         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7190         sigcontext): Follow further kernel change.
7191
7192         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
7193         kernel change.
7194
7195         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
7196         Change for struct sigcontext change.
7197
7198         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7199         Follow changes in struct sigcontext.
7200
7201         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
7202         sysycall, use wrapper instead.
7203
7204 2002-03-26  Andreas Jaeger  <aj@suse.de>
7205
7206         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
7207         read and write accesses as detailed as possible.
7208         (__memcpy_by2): Likewise.
7209         (__memcpy_g): Likewise.
7210         (memmove): Likewise.
7211         (memcmp): Likewise.
7212         (__memset_ccn_by4): Likewise.
7213         (__memset_ccn_by2): Likewise.
7214         (__memset_gcn_by4): Likewise.
7215         (__memset_gcn_by2): Likewise.
7216         (memchr): Likewise.
7217         (__memrchr): Likewise.
7218         (rawmemchr): Likewise.
7219         (__strlen_g): Likewise.
7220         (__strcpy_g): Likewise.
7221         (__mempcpy_by4): Likewise.
7222         (__mempcpy_by2): Likewise.
7223         (__mempcpy_byn): Likewise.
7224         (__stpcpy_g): Likewise.
7225         (__strncpy_by4): Likewise.
7226         (__strncpy_by2): Likewise.
7227         (__strncpy_byn): Likewise.
7228         (__strncpy_gg): Likewise.
7229         (__strcat_c): Likewise.
7230         (__strcat_g): Likewise.
7231         (__strncat_g): Likewise.
7232         (__strcmp_gg): Likewise.
7233         (__strncmp_g): Likewise.
7234         (__strchr_c): Likewise.
7235         (__strchr_g): Likewise.
7236         (__strchrnul_c): Likewise.
7237         (__strchrnul_g): Likewise.
7238         (__strrchr_c): Likewise.
7239         (__strrchr_g): Likewise.
7240         (__strrchr_c): Likewise.
7241         (__strrchr_g): Likewise.
7242         (__strcspn_c1): Likewise.
7243         (__strcspn_cg): Likewise.
7244         (__strcspn_g): Likewise.
7245         (__strcspn_g): Likewise.
7246         (__strspn_c1): Likewise.
7247         (__strspn_cg): Likewise.
7248         (__strspn_g): Likewise.
7249         (__strspn_g): Likewise.
7250         (__strpbrk_cg): Likewise.
7251         (__strpbrk_g): Likewise.
7252         (__strstr_cg): Likewise.
7253         (__strstr_g): Likewise.
7254
7255         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
7256         Michal Ludvig <mludvig@suse.cz>.
7257
7258         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
7259         compatibilty, adjust for kernel changes.
7260
7261         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7262         sigcontext): Adjust for kernel changes.
7263
7264 2002-03-25  Andreas Jaeger  <aj@suse.de>
7265
7266         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
7267         little endian.
7268         Reported by Artur Zaprzala <zybi@talex.com.pl>.
7269
7270 2002-03-24  Andreas Jaeger  <aj@suse.de>
7271
7272         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
7273
7274         * stdio-common/tst-fdopen.c (main): Remove unused variable.
7275
7276         * iconv/tst-iconv3.c (main): Use correct printf strings.
7277
7278 2002-03-18  Roland McGrath  <roland@frob.com>
7279
7280         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
7281         (CMGROUP_MAX): New macro.
7282
7283 2002-03-23  Roland McGrath  <roland@frob.com>
7284
7285         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
7286         * sysdeps/posix/shm_unlink.c: Likewise.
7287
7288 2002-03-22  Roland McGrath  <roland@frob.com>
7289
7290         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
7291         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
7292         under --enable-libio.
7293         * sysdeps/mach/hurd/configure: Regenerated.
7294
7295 2002-03-23  Roland McGrath  <roland@frob.com>
7296
7297         * sysdeps/mach/hurd/i386/Makefile
7298         (sysdep_routines, shared-only-routines): Don't add framestate,
7299         reverting 2001-10-02 change.
7300         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
7301         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
7302         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7303         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7304         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
7305         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
7306         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7307         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
7308         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
7309         Do it here instead, only if [$(unwind-find-fde) = yes].
7310
7311 2002-03-23  Andreas Jaeger  <aj@suse.de>
7312
7313         * signal/signal.h: Fix typo. Patch by Steve Kemp
7314         <skx@tardis.ed.ac.uk>.
7315
7316 2002-03-22  Andreas Jaeger  <aj@suse.de>
7317
7318         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
7319         getresuid.
7320
7321         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7322         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
7323         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7324         user_fpregs_struct): Rename fwd.
7325
7326         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7327         Follow sigcontext changes.
7328
7329 2002-03-22  Andreas Jaeger  <aj@suse.de>
7330
7331         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7332         changes for NaNs on MIPS.
7333         Patch by Hartvig Ekner <hartvige@mips.com>.
7334
7335 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7336
7337         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7338         Use realloc if too large.
7339         (addgrbyid): Likewise.
7340         * nscd/hstcache.c (addhstbyname): Likewise.
7341         (addhstbyaddr): Likewise.
7342         (addhstbynamev6): Likewise.
7343         (addhstbyaddrv6): Likewise.
7344         * nscd/pwdcache.c (addpwbyname): Likewise.
7345         (addpwbyuid): Likewise.
7346
7347 2002-03-21  Andreas Jaeger  <aj@suse.de>
7348
7349         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7350         _fpstate): Add separate struct for x86-64.
7351
7352         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7353         user_fpregs_struct): Change member names to follow kernel.
7354
7355 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
7356
7357         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
7358         Correctly close the UDP connection right away [PR libc/3120].
7359
7360 2002-03-20  Andreas Jaeger  <aj@suse.de>
7361
7362         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7363         user_fpregs_struct): Fix for changed kernel struct.
7364         (struct user_regs_struct): Likewise.
7365         (struct user): Likewise.
7366         Add 32-bit x86 compatibility.
7367
7368         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
7369
7370 2002-03-19  Andreas Jaeger  <aj@suse.de>
7371
7372         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
7373
7374 2002-03-18  Andreas Jaeger  <aj@suse.de>
7375
7376         * iconvdata/Makefile: Only run tests when shared libs are
7377         available.
7378
7379 2002-03-17  Andreas Jaeger  <aj@suse.de>
7380
7381         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
7382
7383         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
7384
7385         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
7386         bits.
7387
7388         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
7389         (CAUSE_SHIFT): New macro.
7390         Patch by Hartvig Ekner <hartvige@mips.com>.
7391
7392         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
7393         * sysdeps/generic/unwind-pe.h: Likewise.
7394
7395         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
7396         type to _IO_setb.
7397
7398         * libio/stdio.c (AL2): Define variant when visibility attribute is
7399         not supported.
7400
7401         * include/libc-symbols.h (_INTVARDEF): Define variant when
7402         visibility attribute is not supported.
7403
7404 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
7405
7406         * po/fr.po: Update from translation team.
7407
7408 2002-02-25  Bruno Haible  <bruno@clisp.org>
7409
7410         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
7411
7412 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7413
7414         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
7415         buffers if _IO_file_attach failed.
7416
7417         * libio/fileops.c (_IO_file_open): Close file descriptor if
7418         _IO_SEEKOFF call failed.
7419
7420 2002-03-15  H.J. Lu  <hjl@gnu.org>
7421             Ulrich Drepper  <drepper@redhat.com>
7422
7423         * configure.in: Check for availability of
7424         init_array/fini_array/preinit_array handling in binutils.
7425         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
7426         * config.make.in (have-initfini-array): New variable.
7427
7428 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7429
7430         * stdio-common/tst-printf.c (main): Comment out one test which
7431         checked the compiler's ability to fold floating-point constants
7432         but not really printf.
7433         (rfg3): Make s const.
7434         * stdio-common/tst-printf.sh: Adjust for removed test.
7435
7436         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
7437         internal function.  Adjust for internal_function calling convention.
7438         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
7439         as internal_function.
7440
7441         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
7442         hidden.
7443
7444         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
7445         declaration and definition.
7446         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
7447         declaration.
7448         * nss/getXXent_r.c: Likewise.
7449         * nss/nsswitch.h (db_lookup_function): Add internal_function to
7450         definition.
7451
7452         * include/time.h: Declare __localtime_r as hidden.
7453
7454         * include/aliases.h: Declare __getaliasent_r as hidden.
7455         * include/grp.h: Declare __getgrent_r as hidden.
7456         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
7457         __getservent_r, and __getprotoent_r as hidden.
7458         * include/pwd.h: Declare __getpwent_r as hidden.
7459         * include/shadow.h: Declare __getspent_r as hidden.
7460         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
7461
7462         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
7463         and __gconv_transliterate as hidden.
7464         Add internal_function to __gconv_get_path declaration.
7465         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
7466         definition.  Add attribute_hidden to __gconv_read_conf definition.
7467
7468 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
7469
7470         * elf/rtld.c: Declare _environ as hidden.
7471         * sysdeps/generic/dl-environ.c: Likewise.
7472         * sysdeps/generic/dl-sysdep.c: Likewise.
7473
7474         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
7475         _dl_mcount_internal as hidden.
7476
7477         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
7478         * sysdeps/generic/dl-brk.c: New file.
7479         * sysdeps/generic/dl-sbrk.c: New file.
7480         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
7481         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
7482
7483         * elf/dl-minimal.c (malloc): Declare _end as hidden.
7484         (__errno_location): New function.  Declare errno as hidden.
7485         * elf/rtld.c (_dl_argc): Define as hidden.
7486         (_dl_skip_args): Define as hidden.
7487         (_begin, _end): Declare as hidden.
7488         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
7489         * sysdeps/generic/entry.h (_start): Declare as hidden.
7490         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
7491         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
7492         _dl_runtime_resolve and _dl_runtime_profile as hidden.
7493         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
7494
7495 2002-03-14  Roland McGrath  <roland@frob.com>
7496
7497         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
7498
7499         * Makeconfig (%.v.i, %.v): New implicit rules.
7500         (preprocess-versions): Variable removed.
7501         ($(common-objpfx)shlib-versions.v.i): New target giving just the
7502         shlib-versions input files as dependencies.
7503         ($(common-objpfx)soversions.i): Depend on that instead of the input
7504         files.  Use it as input instead of using a pipeline.
7505         (postclean-generated): Append soversions.i, shlib-versions.v, and
7506         shlib-versions.v.i here.
7507         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
7508         the Versions.def input files as dependencies.
7509         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
7510         ($(common-objpfx)Versions.all): Depend on that instead of the input
7511         files.  Use it as input instead of using a pipeline.
7512         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
7513         (postclean-generated): Append those .v and .v.i files here.
7514
7515 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7516
7517         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
7518         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
7519         Remove.
7520
7521 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7522
7523         * sysdeps/generic/mp_clz_tab.c: New file.
7524         * sysdeps/i386/mp_clz_tab.c: New file.
7525         * sysdeps/hppa/mp_clz_tab.c: New file.
7526         * sysdeps/powerpc/mp_clz_tab.c: New file.
7527         * stdlib/Makefile (aux): Revert last patch.
7528         * math/Makefile (gmp-objs): Likewise.
7529
7530 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7531
7532         * time/strftime.c: Comment fixes for references to obsolescent
7533         standards, In most cases the simplest fix is to remove the
7534         confusing comments.  Cross-referencing all the standards properly
7535         is a bit of a pain, and it should be enough to put that info in
7536         the documentation as I did in my recent time.texi patch.
7537
7538 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7539
7540         * manual/time.texi (Formatting Calendar Time):
7541         ISO C99 also specifies the E and O modifiers.
7542         %P is a GNU extension, and is not in ISO C99.
7543         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
7544         %T is also in ISO C99.
7545         The RFC 822 example is not valid in arbitrary locales.
7546         Reword the POSIX.2 wording slightly, to make it a bit clearer
7547         that POSIX.2 formats are also supported by later POSIX versions.
7548         If a format was introduced in ISO C99 it is also required by
7549         POSIX.1-2001.
7550
7551 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7552
7553         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
7554         _sys_nerr_internal with INTVARDEF2.
7555         * include/libc-symbols.h (INTVARDEF2): New macro.
7556         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
7557         (_sys_nerr_internal): Library.
7558
7559         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
7560         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
7561
7562         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
7563
7564 2002-03-13  Wolfram Gloger  <wg@malloc.de>
7565
7566         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
7567
7568 2002-03-02  Andreas Schwab  <schwab@suse.de>
7569
7570         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
7571         'h' flag and positional arg.
7572         * stdio-common/tst-printf.c (rfg3): New function to test
7573         positional arguments.
7574         (main): Fix some warnings.
7575
7576 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7577
7578         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
7579         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7580
7581 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7582
7583         * grp/initgroups.c (__nss_group_data): Declare as hidden.
7584
7585         * include/locale.h (_nl_C_locobj): Declare as hidden.
7586
7587         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
7588         * time/strptime.c (_nl_C_LC_TIME): Likewise.
7589
7590         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
7591
7592         * include/sys/gmon.h: Declare _gmonparam as hidden.
7593
7594         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
7595         (__ctype32_wctrans): Likewise.
7596         (__ctype32_width): Likewise.
7597
7598         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
7599         use of __ttyname.
7600
7601         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
7602         Define as hidden.
7603         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
7604         hidden.  Change all users of these variables.
7605
7606         * posix/regex_internal.h (__re_error_msgid): Renamed from
7607         re_error_msgid.  Declare as hidden.
7608         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
7609         hidden.
7610
7611         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
7612         (__printf_function_table): Likewise.
7613         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
7614         hidden.
7615         (__printf_function_table): Likewise.
7616
7617         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
7618         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
7619
7620         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
7621         * nss/nsswitch.c: Declare _nss_*_database as hidden.
7622
7623         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
7624         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
7625
7626 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
7627
7628         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
7629         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7630         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7631         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7632         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7633         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7634         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7635         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7636         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
7637         _nl_C_LC_CTYPE_width: Declare as hidden.
7638         * include/locale.h: Declare _nl_locale_file_list.
7639         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
7640         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
7641         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
7642         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
7643         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
7644         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
7645         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
7646         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
7647         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
7648         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
7649         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
7650         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
7651         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7652         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7653         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7654         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7655         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7656         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7657         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7658         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
7659         _nl_C_LC_CTYPE_width, and as hidden.
7660         * locale/findlocale.c: Declare _nl_C as hidden.
7661         * locale/newlocale.c: Likewise.
7662         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
7663         _nl_locale_file_list.
7664         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7665         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7666         Define _nl_C_locobj as hidden.
7667
7668         * malloc/mtrace.c (_mtrace_file): Define as hidden.
7669         (_mtrace_line): Likewise.
7670
7671         * include/time.h: Declare __mon_yday as hidden.
7672         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7673
7674         * libio/libioP.h: Declare __libio_codecvt as hidden.
7675         * libio/fileops.c: Declare __libio_translit as hidden.
7676         * libio/iofwide.c: Define __libio_translit as hidden.
7677
7678         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7679         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7680         * login/getutline_r.c: Likewise.
7681         * login/utmpname.c: Likewise.
7682
7683         * login/utmp-private.h: Declare __libc_utmp_file_functions,
7684         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7685         __libc_utmp_file_name as hidden.
7686
7687         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7688         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7689         * locale/freelocale.c: Likewise.
7690         * locale/lc-time.c: Likewise.
7691
7692         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7693         (__libc_ptyname2): Likewise.
7694         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7695         hidden.
7696         (__libc_ptyname2): Likewise.
7697
7698         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7699         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7700         * sysdeps/generic/init-first.c: Likewise.
7701         * sysdeps/i386/init-first.c: Likewise.
7702         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7703         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7704         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7705         * sysdeps/sh/init-first.c: Likewise.
7706         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7707         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7708
7709         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7710         (_itowa_upper_digits): Likewise.
7711
7712         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7713         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7714         as hidden.
7715
7716         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7717         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7718         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7719         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7720
7721         * gmon/gmon.c (__bb_head): Define as hidden.
7722         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7723
7724         * argp/argp-parse.c (_argp_hang): Define as static.
7725
7726         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7727         handling in latest compilers.
7728
7729         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7730         define alias.
7731         * libio/fileops.c (_IO_file_jumps): Likewise.
7732         * libio/stdfiles.c (_IO_list_all): Likewise.
7733         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7734
7735         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7736         include/malloc.h.
7737         * include/malloc.h: Add __libc_malloc_initialized declaration
7738         here.  Mark variable hidden.
7739         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7740
7741         * elf/dl-open.c (__libc_argc): Declare as hidden.
7742         (__libc_argv): Likewise.
7743         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7744         (__libc_argv): Likewise.
7745         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7746         __libc_argv as hidden.
7747         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7748         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7749         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7750         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7751
7752         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7753         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7754         * stdlib/erand48.c: Likewise.
7755         * stdlib/jrand48.c: Likewise.
7756         * stdlib/lcong48.c: Likewise.
7757         * stdlib/lrand48.c: Likewise.
7758         * stdlib/mrand48.c: Likewise.
7759         * stdlib/nrand48.c: Likewise.
7760         * stdlib/seed48.c: Likewise.
7761         * stdlib/srand48.c: Likewise.
7762
7763         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
7764         (_itoa_lower_digits_internal): New declaration.
7765         (_itoa_upper_digits_internal): New declaration.
7766         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
7767         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
7768         (_itoa_upper_digits_internal): New declaration.
7769         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
7770         _itoa_lower_digits.
7771         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
7772         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
7773
7774         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
7775         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7776
7777         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
7778         (_itowa_lower_digits): Likewise.
7779         (_itowa_upper_digits): Likewise.
7780         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
7781         (_itowa_upper_digits): Likewise.
7782
7783         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
7784         not already defined.
7785         (GERMANIC_PLURAL): Declare as hidden.
7786
7787         * posix/getopt.c (__getopt_initialized): Declare as hidden.
7788         (attribute_hidden): Define as empty macro if not already defined.
7789
7790         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
7791         (__gconv_max_path_elem_len): Likewise.
7792         (__gconv_path_envvar): Likewise.
7793
7794         * math/Makefile (gmp-objs): Remove mp_clz_tab.
7795         * stdlib/Makefile (aux): Remove mp_clz_tab.
7796         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
7797
7798         * stdlib/exit.h (__exit_funcs): Declare as hidden.
7799
7800         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
7801
7802         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
7803         _nl_category_names, _nl_category_name_sizes, _nl_current,
7804         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
7805
7806         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
7807         (_nl_current_default_domain): Likewise
7808         (_nl_state_lock): Likewise.
7809         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
7810         (_nl_current_default_domain): Likewise
7811         (_nl_state_lock): Likewise.
7812         * intl/bindtextdom.c (_nl_state_lock): Likewise.
7813
7814         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
7815         (_fpioconst_pow10): Likewise.
7816
7817         * include/time.h (_tmbuf): Add attribute_hidden.
7818
7819         * time/tzset.c (tzstring_list): Define as static.
7820
7821         * include/time.h: Add attribute_hidden to __tzname_cur_max and
7822         __use_tzfile declaration.
7823
7824         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
7825         and __wcsmbs_last_locale declaration.
7826
7827 2002-02-25  Paul Eggert  <eggert@twinsun.com>
7828
7829         * timezone/Makefile (tzbases): Move systemv from here...
7830         (tzlinks): to here, since the entries in systemv were all changed
7831         from Zone to Link lines in tz-2001a.  Bug reported (and patch
7832         tested) by Peter Breitenlohner.
7833
7834 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
7835
7836         * time/tst-posixtz.c (tests): Add new tests.
7837         (main): Test whether tzset() sets daylight properly.
7838
7839 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7840
7841         * time/tzset.c (tz_compute): Move __daylight, __tzname and
7842         __tzname_cur_max setting...
7843         (tzset_internal): ...here.
7844
7845 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7846
7847         * time/tzset.c (compute_change): Don't return any value.
7848         (tz_compute): Likewise.  Don't handle southern hemisphere here.
7849         (__tz_convert): But here.
7850
7851 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7852
7853         * manual/examples/mkfsock.c: Include <string.h> as well.
7854         Patch by Alain De Carolis <alaind@wseurope.com>.
7855
7856 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
7857
7858         * posix/regexec.c (re_match): Fix incorrect register sizes.
7859         (re_search): Likewise.
7860
7861 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7862
7863         * posix/regcomp.c (regfree): Remove a disused condition.
7864         * posix/regex_internal.c (re_acquire_state): Likewise.
7865         (re_acquire_state_context): Likewise.
7866         (register_state): Remove a redundant malloc invocation.
7867         * posix/regex_internal.h: (re_state_table_entry): Simplify
7868         the structure.
7869
7870 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7871
7872         * posix/regcomp.c (regcomp): Add __builtin_expect to error
7873         handling conditions.
7874         (regerror): Likewise.
7875         (regfree): Likewise.
7876         (re_compile_internal): Likewise.
7877         (init_dfa): Likewise.
7878         (init_word_char): Likewise.
7879         (create_initial_state): Likewise.
7880         (analyze): Likewise.
7881         (analyze_tree): Likewise.
7882         (duplicate_node): Likewise.
7883         (calc_eclosure): Likewise.
7884         (calc_eclosure_iter): Likewise.
7885         (parse): Likewise.
7886         (parse_reg_exp): Likewise.
7887         (parse_branch): Likewise.
7888         (parse_expression): Likewise.
7889         (parse_subexp): Likewise.
7890         (parse_dup_op): Likewise.
7891         (parse_bracket_exp): Likewise.
7892         (build_equiv_class): Likewise.
7893         (build_charclass): Likewise.
7894         (build_word_op): Likewise.
7895         (fetch_number): Likewise.
7896         (create_tree): Likewise.
7897         (duplicate_tree): Likewise.
7898         * posix/regex.c (BE): New macro.
7899         * posix/regexec.c (re_match): Add __builtin_expect to error
7900         handling conditions.
7901         (re_match_2): Likewise.
7902         (re_search): Likewise.
7903         (re_search_internal): Likewise.
7904         (check_matching): Likewise.
7905         (proceed_next_node): Likewise.
7906         (set_regs): Likewise.
7907         (sift_states_backward): Likewise.
7908         (add_epsilon_backreference): Likewise.
7909         (transit_state): Likewise.
7910         (transit_state_sb): Likewise.
7911         (transit_state_mb): Likewise.
7912         (transit_state_bkref): Likewise.
7913         (transit_state_bkref_loop): Likewise.
7914         (build_trtable): Likewise.
7915         (group_nodes_into_DFAstates): Likewise.
7916         (match_ctx_init): Likewise.
7917         (match_ctx_add_entry): Likewise.
7918         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
7919         to error handling conditions.
7920         (re_string_construct_toupper): Likewise.
7921         (build_wcs_buffer): Likewise.
7922         (build_wcs_upper_buffer): Likewise.
7923         (build_upper_buffer): Likewise.
7924         (re_string_translate_buffer): Likewise.
7925         (re_node_set_alloc): Likewise.
7926         (re_node_set_init_1): Likewise.
7927         (re_node_set_init_2): Likewise.
7928         (re_node_set_init_copy): Likewise.
7929         (re_node_set_intersect): Likewise.
7930         (re_node_set_init_union): Likewise.
7931         (re_node_set_merge): Likewise.
7932         (re_node_set_insert): Likewise.
7933         (re_dfa_add_node): Likewise.
7934         (re_acquire_state): Likewise.
7935         (re_acquire_state_context): Likewise.
7936         (create_new_state_common): Likewise.
7937         (register_state): Likewise.
7938         (create_ci_new_state): Likewise.
7939         (create_cd_new_state): Likewise.
7940         (re_string_context_at): Remove redundant condition.
7941
7942 2002-01-16  Roger Sayle  <roger@eyesopen.com>
7943
7944         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
7945
7946         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
7947
7948 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7949
7950         * sysdeps/i386/elf/configure.in: Fix comment.
7951
7952         * sysdeps/sparc/sparc64/configure.in: New file.
7953         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
7954         if .dynamic comes before .got.
7955         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
7956
7957         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
7958         HP_TIMING_ACCUM): Fix typos.
7959
7960 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7961
7962         * string/strfry.c: Add some more randomness to the seed.
7963         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
7964
7965         * po/es.po: Update from translation team.
7966         * po/fr.po: Likewise.
7967
7968         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
7969
7970         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
7971         when determining type of format.
7972         Patch by James Antill <james@anqd.org> [PR libc/2787].
7973
7974 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
7975
7976         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
7977
7978 2002-03-11  Roland McGrath  <roland@frob.com>
7979
7980         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
7981
7982         * Versions.def (libc): Add GLIBC_2.2.6.
7983         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
7984         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
7985         __errno_location instead of __hurd_errno_location, and don't inline it.
7986         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
7987         * hurd/errno.c: New file.
7988         * hurd/Makefile (routines): Add errno.
7989
7990 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7991
7992         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
7993         ridiculously large widths and precisions [PR libc/3026].
7994
7995 2002-03-11  Andreas Jaeger  <aj@suse.de>
7996
7997         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
7998         support.
7999         Patch by Susanne Oberhauser <froh@SuSE.de>.
8000
8001 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8002
8003         * inet/rexec.c (ahostbuf): Define as static.
8004
8005         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
8006         (__ctype32_wctrans): Likewise.
8007         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
8008         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
8009         (__ctype32_wctrans): Likewise.
8010         (__ctype32_width): Likewise.
8011
8012         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
8013         They were never exported anyway.
8014
8015         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
8016         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
8017         exported.
8018         * include/sys/gmon.h: Declare _gmonparam.
8019
8020         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
8021         symbols for getdents64.  They were never exported.
8022
8023 2002-03-09  Roland McGrath  <roland@frob.com>
8024
8025         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
8026         Reported by Jon Arney <jarney1@cox.net>.
8027
8028 2002-02-23  Roland McGrath  <roland@frob.com>
8029
8030         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
8031         declaration.
8032         (__hurd_errno_location): Function removed.
8033
8034 2002-03-06  Andreas Jaeger  <aj@suse.de>
8035
8036         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
8037         32-bit.
8038
8039 2002-03-04  Andreas Jaeger  <aj@suse.de>
8040
8041         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
8042
8043         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
8044         x86-64.
8045
8046         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
8047
8048         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
8049
8050         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
8051
8052         * sysdeps/x86_64/bits/setjmp.h: New file.
8053
8054         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
8055
8056         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
8057
8058         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
8059         for x86.
8060         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
8061         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
8062
8063 2002-02-28  Bo Thorsen  <bo@suse.de>
8064
8065         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
8066         version.
8067
8068 2002-03-03  Andreas Jaeger  <aj@suse.de>
8069
8070         * sysdeps/x86_64/bits/wordsize.h: New file.
8071
8072         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
8073         * elf/tst-tlsmod1.c: Likewise.
8074
8075         * posix/regcomp.c: Get regex.h from include dir for internal
8076         prototypes.
8077
8078         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
8079         to libc-internal.h and include it.
8080         * include/libc-internal.h: Add __init_misc.
8081
8082         * misc/init-misc.c: Include libc-internal.h for prototypes.
8083
8084         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
8085
8086         * misc/error.c [_LIBC]: Include libioP.h for prototype of
8087         _IO_putc_internal.
8088
8089 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
8090
8091         * posix/regcomp.c: Compatibility changes to allow using the code
8092         outside glibc.
8093
8094 2002-02-28  Hartvig Ekner <hartvige@mips.com>
8095
8096         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
8097         compiled non-PIC.
8098
8099 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
8100
8101         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
8102         of .str elements in the returned data structure.
8103
8104         * elf/elf.h: Add Alpha TLS bits.
8105
8106 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8107
8108         * sysdeps/unix/sysv/linux/nice.c: New file.
8109
8110 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
8111
8112         * elf/Makefile (dl-routines): Add dl-origin.
8113         (elide-routines.os): Add dl-origin.
8114         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
8115         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
8116         _dl_debug_state.
8117         * include/libc-symbols.c: Define attribute_hidden depending on
8118         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
8119
8120         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
8121         * elf/dl-load.c: Likewise.
8122         * elf/rtld.c: Likewise.
8123         * include/unistd.h: Declare __libc_enable_secure_internal.
8124         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
8125         Use INTUSE with __libc_enable_secure.
8126         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8127
8128         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
8129         * elf/dl-error.c: Likewise,
8130         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
8131
8132         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
8133         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
8134         function definition.  Use INTDEF with _dl_get_origin.
8135         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8136
8137         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
8138         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
8139
8140         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
8141         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
8142         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
8143
8144         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
8145         * elf/dl-deps.c: Likewise.
8146         * elf/dl-error.c: Likewise.
8147         * elf/dl-fini.c: Likewise.
8148         * elf/dl-init.c: Likewise.
8149         * elf/dl-load.c: Likewise.
8150         * elf/dl-lookup.c: Likewise.
8151         * elf/dl-reloc.c: Likewise.
8152         * elf/dl-version.c: Likewise.
8153         * elf/do-lookup.h: Likewise.
8154         * sysdeps/arm/dl-machine.h: Likewise.
8155         * sysdeps/cris/dl-machine.h: Likewise.
8156         * sysdeps/hppa/dl-machine.h: Likewise.
8157         * sysdeps/i386/dl-machine.h: Likewise.
8158         * sysdeps/m68k/dl-machine.h: Likewise.
8159         * sysdeps/powerpc/dl-machine.h: Likewise.
8160         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8161         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8162         * sysdeps/sh/dl-machine.h: Likewise.
8163         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
8164         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
8165         * sysdeps/x86_64/dl-machine.h: Likewise.
8166         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
8167         _dl_argv[0].  Use INTUSE with _dl_argv.
8168         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
8169         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
8170
8171 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8172
8173         * elf/rtld.c (_rtld_global): Remove .protected.
8174         (_rtld_local): Strong alias to _rtld_global.
8175         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
8176         only .os object.
8177         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
8178         _rtld_local instead of _rtld_global.
8179         (_rtld_local): Add hidden extern, possibly in .sdata section.
8180         * configure.in: Add tests for visibility attribute and .sdata.
8181         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
8182         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
8183         * sysdeps/arm/dl-machine.h: Likewise.
8184         * sysdeps/generic/ldsodefs.h: Likewise.
8185         * sysdeps/hppa/dl-machine.h: Likewise.
8186         * sysdeps/cris/dl-machine.h: Likewise.
8187         * sysdeps/i386/dl-machine.h: Likewise.
8188         * sysdeps/ia64/dl-machine.h: Likewise.
8189         * sysdeps/m68k/dl-machine.h: Likewise.
8190         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8191         * sysdeps/mips/dl-machine.h: Likewise.
8192         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8193         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8194         * sysdeps/sh/dl-machine.h: Likewise.
8195         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8196         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8197         * sysdeps/x86_64/dl-machine.h: Likewise.
8198
8199 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8200
8201         * login/login.c (login): Always initialize ut_line field
8202         [PR libc/2991].
8203
8204 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8205
8206         * sysdeps/i386/Makefile (sysdep_routines): Add
8207         divdi3 in csu dir.
8208         (shared-only-routines): Likewise.
8209         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
8210         (shared-only-routines): Likewise.
8211         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
8212         (shared-only-routines): Likewise.
8213         * sysdeps/wordsize-32/divdi3.c: New file.
8214
8215 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8216
8217         * locale/iso-4217.def: Remove obsolete currencies for countries
8218         with Euro.
8219
8220 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
8221
8222         * posix/regcomp.c (regcomp): Remove a redundant condition.
8223         (init_word_char): Add a check on malloc failure.
8224         (create_initial_state): Likewise.
8225         (duplicate_node): Likewise.
8226         (calc_eclosure): Likewise.
8227         (calc_eclosure_iter): Likewise.
8228         (parse_expression): Likewise.
8229         (parse_bracket_exp): Remove unnecessary malloc invocations.
8230         (build_equiv_class): Likewise.
8231         (build_charclass): Likewise.
8232         * posix/regex_internal.c (re_node_set_intersect): Add a check
8233         on malloc failure.
8234         (re_node_set_add_intersect): Likewise.
8235         (re_node_set_merge): Likewise.
8236         (re_acquire_state): Likewise.
8237         (re_acquire_state_context): Likewise.
8238         (create_newstate_common): Likewise.
8239         (register_state): Likewise.
8240         (create_ci_newstate): Likewise.
8241         (create_cd_newstate): Likewise.
8242         * posix/regex_internal.h: Fix prototypes of re_acquire_state
8243         and re_acquire_state_context.
8244         * posix/regexec.c (regexec): Suit it to the error handling of
8245         re_search_internal.
8246         (re_match): Likewise.
8247         (re_search): Likewise.
8248         (re_search_internal): Add a check on malloc failure.
8249         (acquire_init_state_context): Likewise.
8250         (check_matching): Likewise.
8251         (proceed_next_node): Likewise.
8252         (set_regs): Likewise.
8253         (sift_states_backward): Likewise.
8254         (sift_states_iter_bkref): Likewise.
8255         (add_epsilon_backreference): Likewise.
8256         (transit_state): Likewise.
8257         (transit_state_sb): Likewise.
8258         (transit_state_mb): Likewise.
8259         (transit_state_bkref_loop): Likewise.
8260         (build_trtable): Likewise.
8261         (group_nodes_into_DFAstates): Likewise.
8262         (match_ctx_init): Likewise.
8263         (match_ctx_add_entry): Likewise.
8264
8265 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8266
8267         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
8268         l_libname if profiling is enabled [PR libc/2916].
8269
8270         * sysdeps/ia64/dl-tls.h: New file.
8271
8272 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
8273
8274         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
8275         Work around an Alpha gas bug.
8276
8277 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8278
8279         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
8280         uses read to load the catalog.
8281         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
8282
8283 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
8284
8285         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
8286         regex_internal.c, and regex_internal.h.
8287         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
8288         * posix/regex.c: Complete rewrite.
8289         * posix/regexec.c: New file.
8290         * posix/regcomp.c: New file.
8291         * posix/regex_internal.c: New file.
8292         * posix/regex_internal.h: New file.
8293         * posix/regex.h (RE_ICASE): New macro.
8294         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
8295
8296         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
8297         ungetwc.  It's a macro.
8298         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
8299         implementation.
8300         Reported by Jason Merrill <jason@redhat.com>.
8301
8302 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8303
8304         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
8305         position to fp->_offset if it is set.
8306         * stdio-common/Makefile (tests): Add tst-fdopen.
8307         * stdio-common/tst-fdopen.c: New test.
8308
8309 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8310
8311         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
8312         * stdio-common/tst-ungetc.c (main): Add another test.
8313
8314 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
8315
8316         * assert/assert-perr.c: Use INTUSE to reference functions and variables
8317         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
8318         aliases.  Add prototypes for the new aliases.
8319         * assert/assert.c: Likewise.
8320         * include/libc-symbols.h: Likewise.
8321         * include/stdio.h: Likewise.
8322         * include/netinet/in.h: Likewise.
8323         * include/rpc/auth.h: Likewise.
8324         * include/rpc/auth_unix.h: Likewise.
8325         * include/rpc/key_prot.h: Likewise.
8326         * include/rpc/pmap_prot.h: Likewise.
8327         * include/rpc/pmap_rmt.h: Likewise.
8328         * include/rpc/rpc_msg.h: Likewise.
8329         * include/rpc/xdr.h: Likewise.
8330         * inet/gethstbyad_r.c: Likewise.
8331         * inet/gethstbynm2_r.c: Likewise.
8332         * inet/gethstbynm_r.c: Likewise.
8333         * inet/gethstent_r.c: Likewise.
8334         * inet/in6_addr.c: Likewise.
8335         * libio/__fpurge.c: Likewise.
8336         * libio/filedoalloc.c: Likewise.
8337         * libio/fileops.c: Likewise.
8338         * libio/ftello.c: Likewise.
8339         * libio/ftello64.c: Likewise.
8340         * libio/genops.c: Likewise.
8341         * libio/iofclose.c: Likewise.
8342         * libio/iofdopen.c: Likewise.
8343         * libio/iofflush.c: Likewise.
8344         * libio/iofflush_u.c: Likewise.
8345         * libio/iofgetpos.c: Likewise.
8346         * libio/iofgetpos64.c: Likewise.
8347         * libio/iofgets.c: Likewise.
8348         * libio/iofgets_u.c: Likewise.
8349         * libio/iofopen.c: Likewise.
8350         * libio/iofopncook.c: Likewise.
8351         * libio/iofputs.c: Likewise.
8352         * libio/iofread.c: Likewise.
8353         * libio/iofread_u.c: Likewise.
8354         * libio/iofsetpos.c: Likewise.
8355         * libio/iofsetpos64.c: Likewise.
8356         * libio/ioftell.c: Likewise.
8357         * libio/iofwrite.c: Likewise.
8358         * libio/iogetline.c: Likewise.
8359         * libio/iogets.c: Likewise.
8360         * libio/iogetwline.c: Likewise.
8361         * libio/iolibio.h: Likewise.
8362         * libio/iopadn.c: Likewise.
8363         * libio/iopopen.c: Likewise.
8364         * libio/ioseekoff.c: Likewise.
8365         * libio/ioseekpos.c: Likewise.
8366         * libio/iosetbuffer.c: Likewise.
8367         * libio/iosetvbuf.c: Likewise.
8368         * libio/ioungetc.c: Likewise.
8369         * libio/ioungetwc.c: Likewise.
8370         * libio/iovdprintf.c: Likewise.
8371         * libio/iovsprintf.c: Likewise.
8372         * libio/iovsscanf.c: Likewise.
8373         * libio/libioP.h: Likewise.
8374         * libio/memstream.c: Likewise.
8375         * libio/obprintf.c: Likewise.
8376         * libio/oldfileops.c: Likewise.
8377         * libio/oldiofclose.c: Likewise.
8378         * libio/oldiofdopen.c: Likewise.
8379         * libio/oldiofgetpos.c: Likewise.
8380         * libio/oldiofgetpos64.c: Likewise.
8381         * libio/oldiofopen.c: Likewise.
8382         * libio/oldiofsetpos.c: Likewise.
8383         * libio/oldiofsetpos64.c: Likewise.
8384         * libio/oldiopopen.c: Likewise.
8385         * libio/oldstdfiles.c: Likewise.
8386         * libio/putc.c: Likewise.
8387         * libio/setbuf.c: Likewise.
8388         * libio/setlinebuf.c: Likewise.
8389         * libio/stdfiles.c: Likewise.
8390         * libio/stdio.c: Likewise.
8391         * libio/strops.c: Likewise.
8392         * libio/vasprintf.c: Likewise.
8393         * libio/vscanf.c: Likewise.
8394         * libio/vsnprintf.c: Likewise.
8395         * libio/vswprintf.c: Likewise.
8396         * libio/wfiledoalloc.c: Likewise.
8397         * libio/wfileops.c: Likewise.
8398         * libio/wgenops.c: Likewise.
8399         * libio/wstrops.c: Likewise.
8400         * malloc/mtrace.c: Likewise.
8401         * misc/error.c: Likewise.
8402         * misc/syslog.c: Likewise.
8403         * nss/getXXbyYY_r.c: Likewise.
8404         * nss/getXXent_r.c: Likewise.
8405         * nss/hosts-lookup.c: Likewise.
8406         * stdio-common/getw.c
8407         * stdio-common/printf-prs.c: Likewise.
8408         * stdio-common/printf_fp.c: Likewise.
8409         * stdio-common/printf_size.c: Likewise.
8410         * stdio-common/putw.c: Likewise.
8411         * stdio-common/scanf.c: Likewise.
8412         * stdio-common/sprintf.c: Likewise.
8413         * stdio-common/tmpfile64.c: Likewise.
8414         * stdio-common/vfprintf.c: Likewise.
8415         * stdio-common/vfscanf.c: Likewise.
8416         * stdlib/strfmon.c: Likewise.
8417         * sunrpc/auth_des.c: Likewise.
8418         * sunrpc/auth_none.c: Likewise.
8419         * sunrpc/auth_unix.c: Likewise.
8420         * sunrpc/authdes_prot.c: Likewise.
8421         * sunrpc/authuxprot.c: Likewise.
8422         * sunrpc/clnt_perr.c: Likewise.
8423         * sunrpc/clnt_raw.c: Likewise.
8424         * sunrpc/clnt_tcp.c: Likewise.
8425         * sunrpc/clnt_udp.c: Likewise.
8426         * sunrpc/clnt_unix.c: Likewise.
8427         * sunrpc/key_call.c: Likewise.
8428         * sunrpc/key_prot.c: Likewise.
8429         * sunrpc/openchild.c: Likewise.
8430         * sunrpc/pm_getmaps.c: Likewise.
8431         * sunrpc/pm_getport.c: Likewise.
8432         * sunrpc/pmap_clnt.c: Likewise.
8433         * sunrpc/pmap_prot.c: Likewise.
8434         * sunrpc/pmap_prot2.c: Likewise.
8435         * sunrpc/pmap_rmt.c: Likewise.
8436         * sunrpc/rpc_cmsg.c: Likewise.
8437         * sunrpc/rpc_prot.c: Likewise.
8438         * sunrpc/svc_authux.c: Likewise.
8439         * sunrpc/svc_raw.c: Likewise.
8440         * sunrpc/svc_simple.c: Likewise.
8441         * sunrpc/svc_tcp.c: Likewise.
8442         * sunrpc/svc_udp.c: Likewise.
8443         * sunrpc/svc_unix.c: Likewise.
8444         * sunrpc/xdr.c: Likewise.
8445         * sunrpc/xdr_array.c: Likewise.
8446         * sunrpc/xdr_mem.c: Likewise.
8447         * sunrpc/xdr_rec.c: Likewise.
8448         * sunrpc/xdr_ref.c: Likewise.
8449         * sunrpc/xdr_stdio.c: Likewise.
8450         * sysdeps/generic/_strerror.c: Likewise.
8451         * sysdeps/generic/printf_fphex.c: Likewise.
8452         * sysdeps/generic/tmpfile.c: Likewise.
8453         * sysdeps/gnu/errlist.awk: Likewise.
8454         * sysdeps/gnu/errlist.c: Likewise.
8455
8456         * libio/Makefile (routines): Remove iosprint.
8457         * libio/iosprintf.c: Removed
8458
8459
8460 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
8461
8462         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
8463         non_dynamic_init and exported now.
8464         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
8465         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
8466         !SHARED.
8467         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8468         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8469         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8470
8471 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
8472
8473         * elf/dl-close.c (free_slotinfo): Check for end of list and return
8474         true in this case.
8475
8476         * locale/iso-639.def: Add language codes for Walloon.
8477
8478         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
8479         total number of relocations performed.
8480
8481         * elf/sprof.c (load_profdata): If do_test provide information as
8482         to why loading failed.
8483         * elf/dl-profile.c (_dl_start_profile): Initialize all of
8484         hist_hdr.dimen.
8485
8486         * csu/set-init.c: Moved to...
8487         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
8488         * csu/Makefile: Don't compile set-init.
8489         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
8490         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
8491         to __libc_init.
8492         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8493         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8494         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
8495         __libc_init.
8496         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
8497         __libc_subinit.
8498
8499 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
8500
8501         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
8502         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
8503         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
8504         (_dl_deallocate_tls): New function.
8505         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
8506         _dl_deallocate_tls.
8507
8508 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8509
8510         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
8511         * stdio-common/tst-fseek.c (main): Add test for this.
8512
8513 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
8514
8515         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
8516
8517 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
8518
8519         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
8520         pointer before dereferencing.
8521
8522 2002-02-18  Roland McGrath  <roland@frob.com>
8523
8524         * sysdeps/mach/hurd/times.c: Fix typo in last change.
8525
8526         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
8527         Use task_policy in place of task_priority.
8528
8529         * sysdeps/generic/bits/mman.h
8530         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
8531         * sysdeps/mach/msync.c: New file.
8532
8533         * sysdeps/mach/powerpc/syscall.S: New file.
8534
8535         * mach/msg.c [MACH_MSG_OVERWRITE]
8536         (__mach_msg_trap, __mach_msg_overwrite): New functions.
8537         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
8538
8539         * sysdeps/mach/configure.in: Check for clock.defs to put into
8540         mach_interface_list.
8541         * sysdeps/mach/configure: Regenerated.
8542
8543         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
8544         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
8545         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
8546         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
8547         (mach-shortcuts): Add device_read_overwrite_request,
8548         device_read_overwrite, vm_read_overwrite, thread_switch.
8549
8550         * configure.in (base_machine): Set to $machine by default.
8551         * configure: Regenerated.
8552
8553         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
8554         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
8555         * sysdeps/mach/configure: Regenerated.
8556         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
8557
8558         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
8559
8560         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
8561
8562         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
8563         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
8564
8565 2002-02-17  Roland McGrath  <roland@frob.com>
8566
8567         * sysdeps/mach/hurd/times.c
8568         [NO_CREATION_TIME] (startup_time): New static variable.
8569         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
8570         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
8571         creation_time from task_basic_info.
8572         (__times): Use __gettimeofday instead of __host_get_time.
8573
8574         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
8575         Use untyped Mach IPC message format.
8576
8577         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
8578
8579         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
8580         _S_catch_exception_raise_state_identity,
8581         _hurdsig_fault_catch_exception_raise_state,
8582         _hurdsig_fault_catch_exception_raise_state_identity.
8583
8584         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
8585
8586         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
8587         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
8588
8589         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
8590         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
8591
8592         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
8593         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
8594         them as no-op macros.
8595         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
8596         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
8597
8598         * sysdeps/powerpc/dl-machine.h
8599         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
8600
8601         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
8602         Use untyped Mach IPC message format.
8603
8604         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
8605         Handle untyped Mach IPC message formats.
8606
8607         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
8608         Expect different argument conventions when this is defined.
8609         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
8610         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
8611         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
8612         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
8613         for OSF Mach variant.
8614         (faulted): Use mig_reply_error_t for REPLY.
8615         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
8616         in __thread_set_exception_ports call.
8617         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
8618         __mach_port_set_attributes in place of __mach_port_set_qlimit.
8619
8620         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
8621         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
8622         on Darwin, which includes bogons.
8623
8624         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
8625         variable LOADBASE so it's not declared when it's not used.
8626
8627 2002-02-16  Roland McGrath  <roland@frob.com>
8628
8629         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
8630         to use BI.creation_time.
8631
8632         * mach/Machrules (MIG): Add -x c to CPP value passed down.
8633
8634         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
8635         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
8636         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
8637         host_page_size instead of vm_statistics.
8638
8639         * sysdeps/mach/Makefile (mach-before-compile): Don't include
8640         mach_interface.h here, since not all variants use that name.
8641
8642         * sysdeps/mach/configure.in: Add some checks for Mach headers
8643         to ensure a sane installation.
8644         (mach_interface_list): Define this variable by checking for .defs
8645         files found in various variants.
8646         * configure.in (mach_interface_list): AC_SUBST this.
8647         * config.make.in (mach-interface-list): New substituted variable.
8648         * mach/Makefile (user-interfaces): Define this using the value
8649         of $(mach-interface-list) instead of mach, mach4.
8650         Updated other references to mach_interface to use it as well.
8651
8652         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
8653
8654         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
8655         mig_reply_error_t for OSF Mach variant.
8656
8657         * mach/Makefile (routines): Remove bootprivport.
8658         * mach/bootprivport.c: File removed.  It has never been used.
8659
8660         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
8661         Grok the OSF flavor of message format.
8662         (mach_msg_destroy_port): For MAKE_SEND and
8663         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
8664         no-senders notification.
8665
8666 2002-02-06  Roland McGrath  <roland@frob.com>
8667
8668         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8669         to here if 2.0 compatibility enabled ...
8670         (libc: GLIBC_2.1.3): ... from here.
8671
8672 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
8673
8674         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8675         generation counter.
8676         * elf/dl-close.c (_dl_close): Likewise.
8677
8678 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
8679
8680         * elf/Makefile: Add rules to build and run tst-tls8.
8681         * elf/tst-tls8.c: New file.
8682         * elf/tst-tlsmod4.c: New file.
8683
8684         * stdlib/test-a64l.c (tests): Add more test cases.
8685
8686         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8687         Reported by Walter Harms <WHarms@bfs.de>.
8688
8689 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
8690
8691         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8692         definitions for struct sigcontext.
8693         Suggested by David Mosberger-Tang.
8694
8695 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8696
8697         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
8698         for removing reference of module in slotinfo list.
8699         (_dl_close): Use remove_slotinfo.
8700         * sysdeps/generic/dl-tls.c: General pretty printing.
8701         (oom): Define only if SHARED.
8702         (_dl_next_tls_modid): Correct starting point for the case we assume
8703         there is a gap.  Add missing instruction grouping (doh!).  Correct
8704         tests for reaching maximum index.
8705         * elf/Makefile: Add rules to build and run tst-tls7.
8706         * elf/tst-tls7.c: New file.
8707         * elf/tst-tlsmod3.c: New file.
8708
8709         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8710         USE_TLS.
8711         * elf/tst-tlsmod2.c: Likewise.
8712
8713         * elf/dl-close.c (_dl_close): When closing an object using TLS
8714         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8715         true.  Increment dl_tls_generation only if we closed any TLS-using
8716         object.
8717         * elf/tst-tls6.c: New file.
8718         * elf/Makefile: Add rules to build and run tst-tls6.
8719
8720         * po/da.po: Update from translation team.
8721
8722         * locale/categories.def: Fix typo [PR libc/2948].
8723         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8724         [PR libc/2949].
8725         * locale/iso-4217.def: Update from official version [PR libc/2950].
8726         * glibcbug.in: Honor TMPDIR [PR libc/2951].
8727         * locale/programs/ld-collate.c (collate_finish): Bail out with a
8728         message if input is too confusion instead of using assert.
8729         (collate_read): Don't crash on unknown symbol [PR libc/2952].
8730         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8731
8732         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8733         * elf/tst-tls2.c: Likewise.
8734         * elf/tst-tls3.c: Likewise.
8735
8736 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8737
8738         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8739
8740 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8741
8742         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8743         if this is really necessary.
8744
8745         * elf/dl-close.c (_dl_close): Implement freeing entries in the
8746         slotinfo array.
8747         (free_mem): Free memory for the slotinfo array if possible.
8748
8749 2002-02-12  Andreas Schwab  <schwab@suse.de>
8750
8751         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8752
8753 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
8754
8755         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
8756         TLS_DTV_UNALLOCATE.
8757         (oom): New function.
8758         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
8759         (_dl_determine_tlsoffset): Likewise.
8760         (_dl_allocate_tls): Likewise.
8761         (__TLS_GET_ADDR): Define if not already defined.
8762         (_dl_tls_symaddr): New function.
8763         (allocate_and_init): New function.
8764         (__tls_get_addr): Actually implement handling of generation counter
8765         and deferred allocation.
8766         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
8767         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8768         _dl_tls_generation.
8769         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
8770         Declare _dl_tls_symaddr.
8771         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
8772         SHARED.
8773         * include/link.h (struct link_map):  Remove l_tls_nextimage and
8774         l_tls_previmage.
8775         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
8776         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
8777         (_dl_vsym): Likewise.
8778         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
8779         layout.
8780         (dl_main): Allow PT_TLS be present for empty segment.  Remove
8781         nextimage list handling.  Instead add all modules using TLS to
8782         dl_tls_dtv_slotinfo_list.
8783         * elf/dl-open.c (dl_open_worker): After successfully loading all
8784         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
8785         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
8786         empty segment don't do anything.  Remove handling of initimage list.
8787         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
8788         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
8789         * elf/dl-minimal.c: Define __libc_memalign.
8790         * elf/dl-support.c: Remove _dl_initimage_list.  Add
8791         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8792         _dl_tls_generation.
8793         * include/stdlib.h: Declare __libc_memalign.
8794
8795         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
8796         * elf/tst-tls4.c: New file.
8797         * elf/tst-tls5.c: New file.
8798         * elf/tst-tlsmod2.c: New file.
8799
8800         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
8801
8802         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
8803
8804         * elf/tst-tls1.c: Use test-skeleton.c.
8805         * elf/tst-tls2.c: Likewise.
8806         * elf/tst-tls3.c: Likewise.
8807
8808         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
8809
8810 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8811
8812         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
8813
8814 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
8815
8816         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
8817
8818         * elf/tst-tls3.c: New file.
8819         * elf/tst-tlsmod1.c: New file.
8820         * elf/Makefile: Add rules to build and run tst-tls3.
8821
8822         * sysdeps/i386/dl-machine.h: Include <tls.h>.
8823         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
8824         TLS relocations.
8825
8826         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
8827
8828         * po/fr.po: Update from translation team.
8829
8830         * elf/tls-macros.h: Add alternative macros for use in PIC.
8831
8832         * elf/dl-lookup.c: Include <tls.h>.
8833         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
8834
8835         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
8836         required by passing pointer to last element of the list.
8837
8838         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
8839         l_tls_initimage to a place where it actually is performed.
8840
8841         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
8842         after globfree() calls.
8843
8844         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
8845         (openaux): Pass open_mode as new last argument to _dl_map_object.
8846         (_dl_map_object_deps): Add new argument open_mode.  Initialize
8847         open_mode element of args variable with it.
8848         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
8849         _dl_map_object_deps.
8850         * elf/rtld.c (dl_main): Add zero as last parameter to
8851         _dl_map_object_deps call.
8852         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
8853         * elf/nodlopen2.c: New file.
8854         * elf/nodlopenmod2.c: New file.
8855         * elf/Makefile: Add rules to build and run nodlopen2.
8856
8857         * elf/tst-tls1.c: Move TLS helper macros to...
8858         * elf/tls-macros.h: ...here.  New file.
8859         * elf/tst-tls2.c: New file.
8860         * elf/Makefile (tests): Add tst-tls2.
8861         (distribute): Add tls-macros.h.
8862
8863         * po/sv.po: Update from translation team.
8864
8865         * elf/tst-tls1.c (main): Add complete set of tests.  Split
8866         architecture specific definitions from the actual test code.
8867
8868         * po/tr.po: Update from translation team.
8869
8870 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
8871
8872         * elf/Makefile (tests): Add tst-tls1.
8873         * elf/tst-tls1.c: New file.
8874
8875         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
8876         alignment of TCB for now.
8877
8878         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
8879         initialization image for the application itself.
8880
8881         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
8882         loop to initialize TLS block.
8883
8884 2002-02-08  Richard Henderson  <rth@redhat.com>
8885
8886         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
8887         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
8888
8889         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
8890
8891 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
8892
8893         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
8894
8895 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
8896
8897         * po/ca.po: Update from translation team.
8898         * po/sk.po: Likewise.
8899
8900         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
8901         (dl_main): Move dtv/static TLS handling before relocation.
8902         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
8903         TLS_INIT_TP to allocate and install the dtv/static TLS block.
8904         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
8905         so far uses TLS initialize GL(dl_tls_static_size) and
8906         GL(dl_tls_static_align) to account for the TCB.
8907         (_dl_allocate_tls): New function.
8908         * sysdeps/generic/ldsodefs.h (rtld_global): Add
8909         _dl_initial_dtv_malloced.
8910
8911         * configure.in: Test for __builtin_memset more realistically.
8912
8913         * csu/version.c (banner): If TLS support is available say so.
8914
8915 2002-02-04  H.J. Lu  <hjl@gnu.org>
8916
8917         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
8918         __attribute_used__.
8919         (__dl_runtime_resolve): Likewise.
8920
8921         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
8922         declaration.
8923
8924 2001-11-15  H.J. Lu  <hjl@gnu.org>
8925
8926         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
8927         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
8928
8929         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
8930
8931 2002-02-07  H.J. Lu  <hjl@gnu.org>
8932
8933         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
8934         ".set noreorder".
8935         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
8936         Likewise.
8937
8938 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8939
8940         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
8941
8942         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
8943         ___tls_get_addr_internal.
8944         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
8945
8946         * po/ko.po: Update from translation team.
8947
8948 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
8949
8950         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
8951         attribute, change __pad{1,2} type to unsigned int.
8952         (struct stat64): Remove packed attribute.
8953
8954 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8955
8956         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
8957
8958 2002-02-07  Andreas Schwab  <schwab@suse.de>
8959
8960         * configure.in: Fix check for -zcombreloc.
8961
8962 2002-02-06  H.J. Lu  <hjl@gnu.org>
8963
8964         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
8965         * configure.in: Check if __builtin_memset really works.
8966         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
8967         __GNUC_PREREQ (2, 96) before using __builtin_memset.
8968
8969 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
8970
8971         * io/bug-ftw3.c (main): Don't try the test if root.
8972
8973 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8974
8975         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
8976         constraints.
8977         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
8978         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
8979         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
8980         Likewise.
8981         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
8982         a weak alias for __clone.
8983         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
8984         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
8985         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
8986         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
8987         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
8988         a weak alias for __mmap64.
8989
8990 2002-02-05  H.J. Lu  <hjl@gnu.org>
8991
8992         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
8993         (atomic_add): Likewise.
8994         (compare_and_swap): Likewise.
8995         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
8996
8997 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8998
8999         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
9000
9001         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
9002         alignment of the TCB and store total size and alignment of static
9003         TLS block in _dl_tls_static_size and _dl_tls_static_align.
9004         tls_index is a typedef.
9005         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
9006         _dl_tls_static_align.
9007         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
9008         * elf/dl-support.c: Define _dl_tls_static_size and
9009         _dl_tls_static_align.
9010
9011 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9012
9013         * configure.in: Add --without-tls option.
9014         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
9015         --without-tls is given.
9016
9017         * sysdeps/generic/dl-tls.c: Include <tls.h>.
9018
9019         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
9020
9021 2002-02-06  Roland McGrath  <roland@frob.com>
9022
9023         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
9024         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
9025
9026         * scripts/versions.awk: Improve error message for missing version.
9027         Each version inherits from the last one only if they have the same
9028         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
9029         but not GLIBC_x and FOO_y.
9030
9031         * scripts/firstversions.awk: Handle libraries that don't have each
9032         particular version named in the third column of shlib-versions.
9033
9034         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
9035
9036 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9037
9038         * Versions.def [ld]: Add GLIBC_2.3.
9039         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
9040         * elf/Makefile (dl-routines): Add dl-tls.
9041         (distribute): Add dl-tls.h.
9042         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9043         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9044         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
9045         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
9046         along with the other info in the link map.  Change queueing of init
9047         images for double linked list.  Use _dl_next_tls_modid to compute
9048         l_tls_modid.
9049         * elf/rtld.c (_dl_start_final): Store alignment requirement
9050         along with the other info in rtld map and executable map.
9051         (dl_main): Add ld.so to the init image list if necessary.  Compute
9052         final module ID with _dl_next_tls_modid.
9053         * include/link.h (struct link_map): Add l_tls_previmage and
9054         l_tls_align.
9055         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9056         * sysdeps/i386/elf/Versions: New file.
9057         * sysdeps/generic/dl-tls.c: New file.
9058         * sysdeps/generic/dl-tls.h: New file.
9059         * sysdeps/i386/dl-tls.h: New file.
9060
9061 2002-02-06  Roland McGrath  <roland@frob.com>
9062
9063         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
9064         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
9065
9066 2002-01-05  Roland McGrath  <roland@frob.com>
9067
9068         * sysdeps/mach/configure.in: New file.
9069         * sysdeps/mach/configure: New generated file.
9070
9071         * mach/Makefile (user-interfaces): Remove default_pager_helper.
9072         It has never been used by anything.
9073
9074 2002-02-06  H.J. Lu  <hjl@gnu.org>
9075
9076         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
9077         is included.
9078
9079 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9080
9081         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
9082         attribute((packed)) to counter stupid people misusing gcc options.
9083         (struct stat64): Likewise.
9084
9085 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9086
9087         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
9088         the variables which are used as booleans.
9089
9090 2002-02-06  Andreas Jaeger  <aj@suse.de>
9091
9092         * include/libc-symbols.h (INTUSE): Renamed from INT.
9093         * elf/dl-deps.c: Change users.
9094         * sysdeps/generic/dl-sysdep.c: Likewise.
9095         * sysdeps/generic/dl-cache.c: Likewise.
9096         * elf/dl-reloc.c: Likewise.
9097         * elf/rtld.c: Likewise.
9098         * elf/dl-version.c: Likewise.
9099         * elf/dl-load.c: Likewise.
9100         * elf/dl-dst.h: Likewise.
9101         * elf/dl-init.c: Likewise.
9102         * elf/dl-error.c: Likewise.
9103         * elf/dl-fini.c: Likewise.
9104         * elf/dl-runtime.c: Likewise.
9105         * elf/do-lookup.h: Likewise.
9106
9107         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
9108         definition.
9109         * stdio-common/_itowa.h: Likewise.
9110
9111 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9112
9113         * elf/dl-minimal.c: Define _itoa_lower_digits.
9114
9115         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
9116         DT_FLAGS set.
9117
9118         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
9119         loading modules with the DF_STATIC_TLS flag set.
9120         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
9121         element.
9122         * include/link.h (struct link_map): Add l_flags field.
9123         * elf/elf.h (DF_STATIC_TLS): New definition.
9124
9125         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
9126         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
9127
9128         * elf/rtld.c (process_dl_debug): Correct printing help message.
9129         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
9130         for %s.
9131
9132         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
9133         definition and pass &errno in use of this variable.
9134         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
9135
9136 2002-02-04  Andreas Schwab  <schwab@suse.de>
9137
9138         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
9139         * locale/programs/charmap-dir.c: Wrap calls that output messages
9140         with WITH_CUR_LOCALE.  Include "localedef.h" first.
9141         * locale/programs/charmap.c: Likewise.
9142         * locale/programs/ld-address.c: Likewise.
9143         * locale/programs/ld-collate.c: Likewise.
9144         * locale/programs/ld-ctype.c: Likewise.
9145         * locale/programs/ld-identification.c: Likewise.
9146         * locale/programs/ld-measurement.c: Likewise.
9147         * locale/programs/ld-messages.c: Likewise.
9148         * locale/programs/ld-monetary.c: Likewise.
9149         * locale/programs/ld-name.c: Likewise.
9150         * locale/programs/ld-numeric.c: Likewise.
9151         * locale/programs/ld-paper.c: Likewise.
9152         * locale/programs/ld-telephone.c: Likewise.
9153         * locale/programs/ld-time.c: Likewise.
9154         * locale/programs/linereader.c: Likewise.
9155         * locale/programs/linereader.h: Likewise.
9156         * locale/programs/localedef.c: Likewise.
9157         * locale/programs/locfile.c: Likewise.
9158         * locale/programs/repertoire.c: Likewise.
9159
9160 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9161
9162         * elf/rtld.c (_dl_start_final): Determine load address to locate
9163         ehdr with GL(dl_rtld_map).l_map_start.
9164
9165         * po/ca.po: Update from translation team.
9166
9167         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
9168         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
9169         header entry.
9170         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9171         _dl_tls_module_cnt.
9172         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
9173
9174 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
9175
9176         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
9177         * include/link.h (struct link_map): Add various members for TLS
9178         information.
9179         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9180         _rtld_tlsoffset, add _dl_initimage_list.
9181         * sysdeps/i386/dl-lookupcfg.h: New file.
9182         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
9183         TLS relocation.  When using TLS we now use RESOLVE_MAP.
9184         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
9185         is used.
9186
9187         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
9188         unused.
9189
9190         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
9191         thread-pointer as soon as possible.
9192         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
9193         elements in rtld_global.
9194         * sysdeps/generic/tls.h: New file.
9195         * elf/Makefile (distribute): Add tls.h.
9196         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
9197         relocations.  Not complete yet.
9198
9199         * resolv/resolv.h: Allow user to define __need_res_state and only
9200         define __res_start structure then.
9201         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
9202
9203         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
9204         dl_cpuclock_offset initialization to _dl_start_final.
9205         (_dl_show_auxv): Avoid unnecessary sign extension.
9206         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
9207
9208 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9209
9210         * config.h.in: Add HAVE_TLS_SUPPORT.
9211         * sysdeps/i386/elf/configure.in: New file.
9212
9213 2002-02-03  Andreas Schwab  <schwab@suse.de>
9214
9215         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
9216         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
9217
9218 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
9219
9220         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
9221         alloca if the memory reqirements are too high.
9222
9223 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9224
9225         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
9226         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
9227         the former is available anyway and speed isn't important here.
9228         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
9229         * elf/dl-version.c (match_symbol): Likewise.
9230         (_dl_check_map_versions): Likewise.
9231         * elf/rtld.c (process_envvars): Likewise.
9232         (print_statistics): Likewise.
9233         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
9234         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
9235         bases.  Add assert to catch uses of unimplemented features.
9236         (__strsep): Add assert to catch uses of unimplemented features.
9237         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
9238         and avoid inline optimization.
9239         * elf/rtld.c (process_envvars): Likewise.
9240         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
9241         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
9242         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
9243
9244 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9245
9246         * stdio-common/_itoa.h: Minor simplifications of the code.
9247         * stdio-common/_itoa.c: Likewise.
9248
9249         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
9250         instead of _dl_printf for debugging info output.
9251
9252         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
9253         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
9254
9255 2002-02-01  H.J. Lu  <hjl@gnu.org>
9256
9257         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
9258         (atomic_add): Likewise.
9259         (compare_and_swap): Return 0 only when failed to compare. Use
9260         branch likely.
9261
9262         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
9263         branch likely.
9264
9265 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
9266
9267         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
9268
9269 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9270
9271         * elf/dl-minimal.c (__strsep): New minimal implementation.
9272
9273 2002-02-02  Paul Eggert  <eggert@twinsun.com>
9274
9275         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
9276         (__mktime_internal): If no tm_isdst is requested, prefer solutions
9277         with tm_isdst > 0 when the requested time falls within a
9278         spring-forward gap [PR libc/2894].
9279
9280 2002-02-03  Andreas Schwab  <schwab@suse.de>
9281
9282         * stdio-common/tst-rndseek.c: Increase timeout.
9283
9284 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9285
9286         Change ld.so to not use functions which are exported.  One cannot
9287         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
9288         definitions.
9289         * include/libc-symbols.h: Define INT and INTDEF.
9290         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
9291         _dl_signal_error_internal, _dl_map_object_internal,
9292         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
9293         _dl_lookup_versioned_symbol_internal,
9294         _dl_relocate_object_internal, _dl_debug_state_internal,
9295         _dl_start_profile_internal, and _dl_unload_cache_internal.
9296         * include/dlfcn.h: Declare _dl_catch_error_internal.
9297         * elf/rtld.c: Use INT for calls to any of the *_internal functions
9298         above.  Add INTDEF to function definitions.
9299         * elf/dl-debug.c: Likewise.
9300         * elf/dl-deps.c: Likewise.
9301         * elf/dl-dst.h: Likewise.
9302         * elf/dl-error.c: Likewise.
9303         * elf/dl-fini.c: Likewise.
9304         * elf/dl-init.c: Likewise.
9305         * elf/dl-load.c: Likewise.
9306         * elf/dl-lookup.c: Likewise.
9307         * elf/dl-misc.c: Likewise.
9308         * elf/dl-open.c: Likewise.
9309         * elf/dl-profile.c: Likewise.
9310         * elf/dl-reloc.c: Likewise.
9311         * elf/dl-runtime.c: Likewise.
9312         * elf/dl-version.c: Likewise.
9313         * elf/do-lookup.h: Likewise.
9314         * sysdeps/generic/dl-cache.c: Likewise.
9315         * sysdeps/generic/dl-sysdep.c: Likewise.
9316         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
9317         instead of _dl_init.
9318         * sysdeps/arm/dl-machine.h: Likewise.
9319         * sysdeps/cris/dl-machine.h: Likewise.
9320         * sysdeps/hppa/dl-machine.h: Likewise.
9321         * sysdeps/i386/dl-machine.h: Likewise.
9322         * sysdeps/ia64/dl-machine.h: Likewise.
9323         * sysdeps/m68k/dl-machine.h: Likewise.
9324         * sysdeps/mips/dl-machine.h: Likewise.
9325         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9326         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9327         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9328         * sysdeps/sh/dl-machine.h: Likewise.
9329         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9330         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9331         * sysdeps/x86_64/dl-machine.h: Likewise.
9332         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9333
9334         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9335         and _dl_debug_initialize.
9336
9337         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9338         more information.
9339         * elf/rtld.c (dl_main): Avoid strrchr.
9340         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9341         result of readlink.  Search from the back for '/'.
9342
9343         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9344         strncpy if possible.
9345
9346         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
9347         strncmp.
9348         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
9349         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
9350         strspn, and strcspn.
9351         (process_envvars): Don't use strcspn.
9352
9353         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
9354         (_dl_dst_substitute): Likewise.
9355
9356 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9357
9358         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
9359         code which is never used when relocating ld.so itself.
9360
9361         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
9362         starting ld.so itself.  Move l_addr variable initialization closer
9363         to use.
9364         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
9365
9366 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9367
9368         * Versions.def (libc): Add GLIBC_PRIVATE.
9369         (libdb, libnss_db, libdb1): Remove.
9370         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
9371         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
9372         (libpthread): Add GLIBC_PRIVATE.
9373         (libresolv): Likewise, remove GLIBC_2.1.
9374         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
9375         GLIBC_2.2.3, GLIBC_2.3.
9376         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
9377         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
9378         _dl_sym, _dl_vsym): Likewise.
9379         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
9380         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
9381         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
9382         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
9383         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
9384         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
9385         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
9386         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
9387         Likewise.
9388         (_dl_object_relocation_scope): Remove.
9389         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
9390         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
9391         __gconv_cache): Move to GLIBC_PRIVATE.
9392         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
9393         __internal_setnetgrent): Likewise.
9394         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
9395         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
9396         * locale/Versions (__collate_element_hash, __collate_element_strings,
9397         __collate_symbol_classes, __collate_symbol_hash,
9398         __collate_symbol_strings, _nl_current_LC_COLLATE,
9399         _nl_current_LC_CTYPE): Likewise.
9400         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
9401         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
9402         (libnss_nis, libnss_nisplus): Likewise.
9403         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
9404         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
9405         (libnss_files): Move all symbols to GLIBC_PRIVATE.
9406         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
9407         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
9408         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
9409         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
9410         __ns_get16, __ns_samename): Likewise.
9411         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
9412         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
9413         GLIBC_PRIVATE.
9414         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
9415         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
9416         __libc_connect): Likewise.
9417         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
9418         Likewise.
9419         * stdlib/Versions (__libc_system): Likewise.
9420         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
9421         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
9422         * sysdeps/ia64/fpu/Versions: Likewise.
9423         * sysdeps/ia64/Versions: Likewise.
9424         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
9425         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
9426         to GLIBC_PRIVATE.
9427         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
9428         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
9429         __libc_sigaction): Likewise.
9430         * termios/Versions (__libc_tcdrain): Likewise.
9431
9432         * misc/sys/cdefs (__attribute_noinline__): Define.
9433         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
9434         __attribute_noinline__.
9435
9436         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
9437         * elf/dl-xstat64.c: New file.
9438         * elf/dl-fxstat64.c: New file.
9439         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
9440         don't export __fxstat64 at multiple versions.
9441         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
9442         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
9443
9444 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
9445
9446         * locale/program/ld-collate.c (collate_finish): Assign a wide
9447         char collation sequence value to multi character collating
9448         elements, and avoid over writing by non-character elements.
9449
9450 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9451
9452         * elf/Makefile (distribute): Add dl-procinfo.c.
9453         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
9454         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
9455
9456 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9457
9458         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
9459         definition.
9460         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
9461         _rtld_global struct.
9462         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9463         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
9464         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9465         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
9466         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
9467         _dl_fpu_control_set): Remove unused externs.
9468         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
9469         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
9470         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
9471         related variables in _rtld_global struct.
9472         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
9473         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
9474         unused extern.
9475
9476 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9477
9478         * sysdeps/generic/dl-procinfo.c: New file.
9479
9480 2002-02-01  Andreas Schwab  <schwab@suse.de>
9481
9482         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
9483
9484 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9485
9486         * elf/rtld.c (_dl_start): Mark as internal_function.
9487         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
9488         in register.
9489         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
9490         General pretty printing.
9491
9492 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9493
9494         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
9495         * elf/dl-reloc.c: Pretty printing.
9496         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
9497         procinfo-related variables in rtld_global struct.
9498         * elf/dl-support.c: Likewise.
9499         * elf/rtld.c: Likewise.
9500         * sysdeps/i386/i686/Makefile: Likewise.
9501         * sysdeps/i386/i686/hp-timing.c: Likewise.
9502         * sysdeps/i386/i686/hp-timing.h: Likewise.
9503         * sysdeps/ia64/Makefile: Likewise.
9504         * sysdeps/ia64/hp-timing.c: Likewise.
9505         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
9506         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
9507         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
9508         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
9509         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
9510         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
9511         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
9512         * sysdeps/x86_64/Makefile: Likewise.
9513
9514         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
9515         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
9516         _dl_debug_fd to rtld_global.
9517         * elf/Versions: Likewise.
9518         * elf/dl-close.c: Likewise.
9519         * elf/dl-iteratephdr.c: Likewise.
9520         * elf/dl-lookup.c: Likewise.
9521         * elf/dl-misc.c: Likewise.
9522         * elf/dl-open.c: Likewise.
9523         * elf/dl-support.c: Likewise.
9524         * elf/do-lookup.h: Likewise.
9525         * elf/rtld.c: Likewise.
9526         * sysdeps/generic/dl-cache.c: Likewise.
9527         * sysdeps/generic/dl-sysdep.c: Likewise.
9528         * sysdeps/ia64/Versions: Likewise.
9529         * sysdeps/unix/clock_gettime.c: Likewise.
9530         * sysdeps/unix/clock_settime.c: Likewise.
9531         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9532         * sysdeps/sparc/Versions: Removed.
9533         * sysdeps/i386/i686/Versions : Removed.
9534         * sysdeps/x86_64/Versions: Removed.
9535         * configure.in: Define HAVE_PROTECTED if .protected is available.
9536         * config.h.in: Add entry for HAVE_PROTECTED.
9537
9538 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
9539
9540         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
9541         code in struct _rtld_global.  Export this struct, remove all
9542         exports for the signal variables.
9543         * sysdeps/arm/dl-machine: Likewise.
9544         * sysdeps/generic/dl-origin: Likewise.
9545         * sysdeps/generic/dl-sysdep: Likewise.
9546         * sysdeps/generic/dl-cache: Likewise.
9547         * sysdeps/hppa/dl-fptr: Likewise.
9548         * sysdeps/hppa/dl-machine: Likewise.
9549         * sysdeps/cris/dl-machine: Likewise.
9550         * sysdeps/i386/dl-machine: Likewise.
9551         * sysdeps/ia64/dl-machine: Likewise.
9552         * sysdeps/m68k/dl-machine: Likewise.
9553         * sysdeps/mach/hurd/dl-sysdep: Likewise.
9554         * sysdeps/mips/mips64/dl-machine: Likewise.
9555         * sysdeps/mips/dl-machine: Likewise.
9556         * sysdeps/powerpc/elf/libc-start: Likewise.
9557         * sysdeps/powerpc/dl-machine: Likewise.
9558         * sysdeps/powerpc/dl-start: Likewise.
9559         * sysdeps/sparc/sparc32/dl-machine: Likewise.
9560         * sysdeps/sparc/sparc64/dl-machine: Likewise.
9561         * sysdeps/sh/dl-machine: Likewise.
9562         * sysdeps/s390/s390-32/dl-machine: Likewise.
9563         * sysdeps/s390/s390-64/dl-machine: Likewise.
9564         * sysdeps/unix/sysv/aix/libc-start: Likewise.
9565         * sysdeps/unix/sysv/aix/start-libc: Likewise.
9566         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
9567         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
9568         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
9569         * sysdeps/x86_64/dl-machine: Likewise.
9570
9571 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9572
9573         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
9574         are too high.
9575
9576 2002-01-31  Andreas Schwab  <schwab@suse.de>
9577
9578         * sysdeps/posix/readv.c: Check for ssize_t overflow.
9579
9580 2002-01-31  Andreas Schwab  <schwab@suse.de>
9581
9582         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
9583         reference to _dl_pagesize.
9584
9585 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
9586
9587         * Versions.def [ld]: Add GLIBC_2.3.
9588         * elf/dl-addr.c: Move global variables for SHARED code in struct
9589         _rtld_global.  Export this struct, remove all exports for the
9590         signal variables.
9591         * elf/dl-close.c: Likewise.
9592         * elf/dl-conflict.c: Likewise.
9593         * elf/dl-debug.c: Likewise.
9594         * elf/dl-deps.c: Likewise.
9595         * elf/dl-dst.h: Likewise.
9596         * elf/dl-error.c: Likewise.
9597         * elf/dl-fini.c: Likewise.
9598         * elf/dl-init.c: Likewise.
9599         * elf/dl-iteratephdr.c: Likewise.
9600         * elf/dl-libc.c: Likewise.
9601         * elf/dl-load.c: Likewise.
9602         * elf/dl-lookup.c: Likewise.
9603         * elf/dl-minimal.c: Likewise.
9604         * elf/dl-object.c: Likewise.
9605         * elf/dl-open.c: Likewise.
9606         * elf/dl-profile.c: Likewise.
9607         * elf/dl-profstub.c: Likewise.
9608         * elf/dl-reloc.c: Likewise.
9609         * elf/dl-runtime.c: Likewise.
9610         * elf/dl-support.c: Likewise.
9611         * elf/dl-sym.c: Likewise.
9612         * elf/dl-version.c: Likewise.
9613         * elf/do-lookup.h: Likewise.
9614         * elf/do-rel.h: Likewise.
9615         * elf/dynamic-link.h: Likewise.
9616         * elf/rtld.c: Likewise.
9617         * sysdeps/generic/dl-cache.c: Likewise.
9618         * sysdeps/generic/dl-sysdep.c: Likewise.
9619         * sysdeps/generic/ldsodefs.h: Likewise.
9620         * sysdeps/generic/libc-start.c: Likewise.
9621         * sysdeps/i386/dl-machine.h: Likewise.
9622         * sysdeps/ia64/dl-fptr.c: Likewise.
9623         * sysdeps/ia64/dl-machine.h: Likewise.
9624         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
9625         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
9626         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9627         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
9628         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9629         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9630         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
9631         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
9632
9633 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9634
9635         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
9636         to avoid warning
9637         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
9638
9639         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
9640         SHARED version.
9641         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
9642
9643         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
9644
9645 2002-01-29  Ben Collins  <bcollins@debian.org>
9646
9647         * string/bits/string2.h (__mempcpy): Protect size arg for
9648         addition when using __builtin_memcpy.
9649
9650 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9651
9652         * stdlib/Makefile (tests): Add tst-qsort.
9653         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
9654
9655         * manual/signal.texi (Process Signal Mask): Document that
9656         pthread_sigmask, not sigprocmask, must be used in MT programs.
9657         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
9658
9659         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
9660         found.
9661         * misc/Makefile (tests): Add tst-hsearch.
9662         * misc/tst-hsearch.c: New file.
9663
9664 2002-01-18  Wolfram Gloger  <wg@malloc.de>
9665
9666         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9667         * malloc/malloc.h: Likewise.
9668         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9669         * malloc/arena.c: New file.
9670         * malloc/hooks.c: New file.
9671         * malloc/tst-mallocstate.c: New file.
9672         * malloc/Makefile: Add new testcase tst-mallocstate.
9673         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
9674
9675 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9676
9677         * stdlib/msort.c: Remove last patch.  The optimization violates the
9678         same rule which qsort.c had problems with.
9679
9680 2002-01-27  Paul Eggert  <eggert@twinsun.com>
9681
9682         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9683         to a pivot element that lies outside the array to be sorted, as
9684         ISO C99 requires that the comparison function be called only with
9685         addresses of array elements [PR libc/2880].
9686
9687 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9688
9689         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9690         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
9691
9692         * timezone/asia: Update from tzdata2002b.
9693         * timezone/australasia: Likewise.
9694         * timezone/backward: Likewise.
9695         * timezone/europe: Likewise.
9696         * timezone/leapseconds: Likewise.
9697         * timezone/iso3166.tab: Likewise.
9698         * timezone/zone.tab: Likewise.
9699
9700 2002-01-23  Richard Henderson  <rth@redhat.com>
9701
9702         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9703
9704 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9705
9706         * string/strxfrm.c: Allocate one more byte for rulearr and clear
9707         this element [PR libc/2855].
9708
9709         * string/strcoll.c: Handle zero-length arguments specially
9710         [PR libc/2856].
9711
9712 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9713
9714         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9715         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9716         short lengths and constant src.
9717         (strcpy): Don't optimize for gcc 3.0+.
9718         (__stpcpy): For gcc 3.0+, don't use
9719         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9720         for short string literal src.
9721
9722 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9723
9724         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9725         Set for arm, too.
9726
9727 2001-01-22  Paul Eggert  <eggert@twinsun.com>
9728
9729         * manual/llio.texi (Linked Channels, Cleaning Streams):
9730         Make it clearer that a just-opened input stream might need cleaning.
9731
9732 2002-01-21  H.J. Lu  <hjl@gnu.org>
9733
9734         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9735         Don't use label at end of compound statement.
9736
9737 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
9738
9739         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9740         Remove test for negative integer arg; sin_pi does it correctly.
9741
9742 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
9743
9744         * nscd/Makefile (distribute): Filter out xmalloc.c.
9745
9746 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
9747
9748         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9749         Set offset if read end wasn't the buffer end.
9750         (_IO_file_seekoff_mmap): New function.
9751         (_IO_file_xsgetn_mmap): New function.
9752         (_IO_file_jumps_mmap): Use the two new functions.
9753         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9754         != end buffer.
9755         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
9756         _IO_file_underflow_mmap.
9757         * libio/iofopen.c: Don't position file descriptor at end of file.
9758         * libio/tst-widetext.c: Improve error messages.
9759         * stdio-common/tst-rndseek.c: Likewise.
9760
9761 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
9762
9763         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
9764         end of enum for !_GNU_SOURCE.
9765         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
9766         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
9767         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
9768         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
9769         values unless _GNU_SOURCE.
9770
9771         * iconvdata/tcvn5712-1.c: Minor cleanups.
9772
9773 2002-01-18  Andreas Schwab  <schwab@suse.de>
9774
9775         * sysdeps/unix/sysv/linux/configure.in
9776         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
9777
9778 2002-01-16  Roger Sayle  <roger@eyesopen.com>
9779
9780         * stdlib/msort.c (msort_with_tmp): Replace implementation with
9781         more efficient "Towers of Hanoi" mergesort.
9782         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
9783         for generic, sizeof(int) and sizeof(long) variants respectively.
9784
9785 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
9786
9787         * manual/syslog.texi (openlog): Describe possible problems with
9788         first parameter.
9789         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9790
9791         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
9792         * nscd/connections.c (begin_drop_privileges): New function.
9793         (finish_drop_privileges): New function.
9794         (nscd_init): Call the new functions which also install all groups
9795         for the server user.
9796         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
9797         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9798
9799 2002-01-17  H.J. Lu  <hjl@gnu.org>
9800
9801         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
9802         `const' from `got'.
9803
9804 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9805
9806         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
9807         instructions for pointer operations.
9808         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9809
9810 2002-01-17  Andreas Jaeger  <aj@suse.de>
9811
9812         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
9813         __uint128_t build-in.
9814
9815         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
9816         PowerPC, sync with 2.2 branch.
9817
9818 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9819
9820         * posix/getconf.c: Update copyright year.
9821         * nss/getent.c: Likewise.
9822         * nscd/nscd_nischeck.c: Likewise.
9823         * iconv/iconvconfig.c: Likewise.
9824         * iconv/iconv_prog.c: Likewise.
9825         * elf/ldconfig.c: Likewise.
9826         * catgets/gencat.c: Likewise.
9827         * csu/version.c: Likewise.
9828         * elf/ldd.bash.in: Likewise.
9829         * elf/sprof.c (print_version): Likewise.
9830         * locale/programs/locale.c: Likewise.
9831         * locale/programs/localedef.c: Likewise.
9832         * nscd/nscd.c (print_version): Likewise.
9833         * debug/xtrace.sh: Likewise.
9834         * malloc/memusage.sh: Likewise.
9835         * malloc/mtrace.pl: Likewise.
9836
9837 2002-01-16  Andreas Schwab  <schwab@suse.de>
9838
9839         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
9840         reliably remove "-ia64" from rtld name.
9841
9842 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9843
9844         * iconvdata/gb18030.c: Bug fixes and support for more characters.
9845         Patch by Yu Shao <yshao@redhat.com>.
9846
9847 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9848
9849         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
9850         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
9851         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
9852
9853 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9854
9855         * sysdeps/s390/fpu/libm-test-ulps: Update.
9856
9857 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
9858
9859         * elf/elf.h: Update x86 relocations.
9860
9861 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9862
9863         * locale/programs/charmap.c (new_width): Check whether byte
9864         sequences for both ends of range have the same length.
9865
9866 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9867
9868         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
9869
9870 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9871
9872         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
9873         string literals.
9874         (__full_ieee754_sqrt): Add __attribute_used__.
9875
9876 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9877
9878         * sysdeps/generic/group_member.c (__group_member): Also check
9879         groups[0] [PR libc/2781].
9880
9881 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
9882
9883         * Makefile (distribute): Add scripts/cpp.
9884         * elf/Makefile (distribute): Add reldep6mod[01234].c,
9885         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
9886         unwind-dw2-fde.h, and dwarf2.h.
9887         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
9888         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
9889         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
9890         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
9891
9892 2002-01-07  Roland McGrath  <roland@frob.com>
9893
9894         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
9895         volatile on type of ARGC so the compiler doesn't get clever.
9896
9897 2002-01-07  Andreas Jaeger  <aj@suse.de>
9898
9899         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
9900         * sysdeps/i386/bits/byteswap.h: Likewise.
9901         * sysdeps/ia64/bits/byteswap.h: Likewise.
9902         * sysdeps/m68k/bits/byteswap.h: Likewise.
9903         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
9904         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
9905
9906 2002-01-02  Bruno Haible  <bruno@clisp.org>
9907
9908         * intl/plural.y: Fix %expect count.
9909
9910 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
9911
9912         * elf/Makefile (routines, shared-only-routines): Add
9913         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
9914         * elf/elf.h (PT_GNU_EH_FRAME): Define.
9915         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
9916         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
9917         Optimize if .eh_frame section contains no FDEs.
9918         (__register_frame, __deregister_frame_info_bases,
9919         __deregister_frame): Likewise.
9920         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
9921         DW_CFA_restore handling.
9922
9923 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
9924
9925         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
9926
9927         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
9928         for x < 0.25 and restore original range reduction method.
9929         (__ieee754_lgammal_r): Make sure signgam is set before returning.
9930
9931 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
9932
9933         * libio/fileops.c (_IO_file_underflow_mmap): New function.
9934         (_IO_file_close_mmap): New function.
9935         (_IO_file_jumps_mmap): New variable.
9936         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
9937         trying to convert rest of byte buffer.
9938         (_IO_wfile_underflow_mmap): New function.
9939         (_IO_wfile_jumps_mmap): New variable.
9940         * libio/iofopen.c (__fopen_maybe_mmap): New function.
9941         (__fopen_internal): New function.  Split out from _IO_new_fopen.
9942         (_IO_new_fopen): Call __fopen_internal.
9943         * libio/iofopen64.c: Just call __fopen_internal.
9944         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
9945         successfully.
9946         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
9947         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
9948         _IO_file_close_mmap.
9949
9950         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
9951         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
9952
9953         * stdio-common/Makefile (tests): Add tst-rndseek.
9954         * stdio-common/tst-rndseek.c: New file.
9955
9956 2002-01-05  Roland McGrath  <roland@frob.com>
9957
9958         * config.h.in (HAVE_MIG_RETCODE): New #undef.
9959         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
9960         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
9961         * sysdeps/mach/hurd/configure: Regenerated.
9962
9963 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
9964
9965         * elf/elf.h: Add more TLS definitions.
9966
9967 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
9968
9969         * include/features.h (__GLIBC_MINOR__): Bump to 3.
9970
9971 2002-01-02  Roland McGrath  <roland@frob.com>
9972
9973         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
9974         __sigisemptyset.  Don't use MASK uninitialized.
9975
9976         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
9977         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
9978         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
9979         __sigdelset, __sigaddset, __sigorset.
9980
9981         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
9982         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
9983
9984         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
9985         _hurd_ports is null.
9986
9987         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
9988         for old CMU and new OSF Mach interface flavors.
9989         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
9990         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9991
9992         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
9993
9994         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
9995         Pass extra arguments to task_create for OSF variant.
9996         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9997
9998         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
9999         conditional on [HAVE_AUX_VECTOR].
10000
10001         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
10002         mach_msg_timeout_t as type of final argument.
10003
10004         * hurd/privports.c (__get_privileged_ports):
10005         Change host_priv_t to mach_port_t in argument type.
10006         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
10007         Update decls.
10008
10009         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
10010         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
10011         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10012         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10013         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10014         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
10015
10016 2002-01-01  Roland McGrath  <roland@frob.com>
10017
10018         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
10019
10020 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
10021
10022         * include/stdlib.h: Define inlines for the _l variants of the strto*
10023         functions.
10024
10025 2002-01-01  Roland McGrath  <roland@frob.com>
10026
10027         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
10028
10029         * mach/Machrules (MIG): Set CPP as well as CC.
10030
10031 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
10032
10033         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
10034         locale to parse /proc/loadavg [PR libc/2760].
10035
10036 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
10037
10038         * elf/dl-conflict.c: Include sys/param.h.
10039         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
10040         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
10041         warning.
10042         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
10043         literals to avoid warnings.
10044
10045 2001-12-31  Andreas Jaeger  <aj@suse.de>
10046
10047         * configure.in: Don't check for gsed since we do not use it anywhere.
10048
10049 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10050
10051         * io/fts.c: Update from BSD to fix memory leaks.
10052
10053 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10054
10055         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
10056         * elf/chroot_canon.c: Likewise.
10057         * elf/dl-object.c: Likewise.
10058         * iconv/iconv_charmap.c: Likewise.
10059         * iconv/iconv_prog.c: Likewise.
10060         * libio/iogetdelim.c: Likewise.
10061         * locale/lc-time.c: Likewise.
10062         * stdlib/canonicalize.c: Likewise.
10063         * sunrpc/svc.c: Likewise.
10064         * sysdeps/generic/glob.c: Likewise.
10065
10066 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10067
10068         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
10069         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
10070         remove high order bit from the program counter.
10071         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
10072
10073 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10074
10075         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
10076         unnecessary code and add missing reloc types.
10077         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
10078         case for reloc type R_390_NONE.
10079
10080 2001-12-28  Andreas Jaeger  <aj@suse.de>
10081
10082         * io/bug-ftw3.c: Include string.h for prototypes.
10083
10084         * crypt/md5test.c (main): Remove unused variable.
10085
10086         * dlfcn/modstatic.c: Add prototype to avoid warning.
10087
10088 2001-12-26  Roland McGrath  <roland@frob.com>
10089
10090         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
10091         check only (SS->pending & MASK) for the signal to return.
10092         From Jeroen Dekkers <jeroen@dekkers.cx>.
10093
10094 2001-12-22  Roland McGrath  <roland@frob.com>
10095
10096         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
10097         Use preprocessor #if conditionals instead of `if' to avoid
10098         warnings about divide by zero in dead code.
10099
10100         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
10101         _hurd_port_init, and __hurd_self_sigstate.
10102
10103         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
10104
10105 2001-12-21  Andreas Jaeger  <aj@suse.de>
10106
10107         * elf/dblloadmod1.c: Add prototype to avoid warning.
10108         * elf/dblloadmod2.c: Likewise.
10109         * elf/dblloadmod3.c: Likewise.
10110         * elf/reldepmod5.c: Likewise.
10111         * elf/reldepmod6.c: Likewise.
10112
10113         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
10114         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
10115         used on all architectures.
10116
10117         * sunrpc/svc_tcp.c: Add noreturn attribute for
10118         svctcp_rendezvous_abort.
10119         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
10120
10121         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
10122         to avoid warning.
10123
10124 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10125
10126         * manual/llio.texi (aio_fsync): Fix a typo.
10127         Patch by Tammy Fox <tfox@redhat.com>.
10128
10129 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
10130
10131         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
10132         stack bias from child stack pointer before passing it to clone syscall.
10133
10134 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
10135
10136         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
10137         _SC_TZNAME_MAX.
10138         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
10139         Reported by Thorsten Kukuk <kukuk@suse.de>.
10140
10141         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
10142         add some casts.
10143
10144         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
10145
10146 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
10147
10148         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
10149         conforming: return EBADF if file descriptor is invalid and EINVAL
10150         if file descriptor is no valid tty.
10151         * login/tst-grantpt.c: New file.
10152         * login/Makefile (tests): Add tst-grantpt.
10153
10154 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
10155
10156         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
10157         different than implemented in last patch.
10158         * io/bug-ftw3.c: Adjust test for changed handling of
10159         inaccessibility of toplevel dir.
10160
10161 2001-12-16  Roland McGrath  <roland@frob.com>
10162
10163         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
10164         * grp/initgroups.c (internal_getgrouplist): Likewise.
10165
10166         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
10167         `default:' to silence new GCC warning.
10168         Rewrite cast of lvalue to silence new GCC warning.
10169
10170         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
10171
10172         * sysdeps/mach/hurd/spawni.c: New file, by me with a
10173         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
10174
10175 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
10176
10177         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
10178         Patch by Stephen R. van den Berg.
10179
10180         * crypt/md5.h: Define md5_uintptr.
10181
10182 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10183
10184         * libio/tst_swprintf.c (main): Add test for string argument with
10185         zero precision.
10186         * stdio-common/Makefile (tests): Add tst-sprintf.
10187         * stdio-common/tst-sprintf.c: New file.
10188
10189 2001-12-13  Andreas Schwab  <schwab@suse.de>
10190
10191         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
10192         zero precision with wide character string format.
10193
10194 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
10195
10196         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
10197         but have a user supplied buffer, return the empty buffer, not NULL.
10198
10199 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10200
10201         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
10202         Patch by Eric Sharkey <sharkey@netrics.com>.
10203
10204         * crypt/md5test.c (main): Add test for multiple calls to
10205         __md5_process_bytes to itererate over input string.
10206
10207 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
10208
10209         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
10210         from __nis_findfastest.  Take timeout value from parameter.
10211         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
10212         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
10213         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
10214
10215 2001-12-12  Andreas Jaeger  <aj@suse.de>
10216
10217         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
10218         combreloc test so that it works in this case.
10219
10220         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
10221
10222 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
10223
10224         * sysdeps/sh/Makefile: New file.
10225         * sysdeps/sh/_mcount.S: New file.
10226         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
10227         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
10228
10229 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10230
10231         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
10232         limitation [PR libc/2564].
10233
10234 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
10235
10236         * elf/Makefile (dl-routines): Add conflict.
10237         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
10238         (ld.so): Add _begin local symbol.
10239         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
10240         Define.
10241         * elf/dl-deps.c (_dl_build_local_scope): New function.
10242         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
10243         of all libraries.
10244         * elf/do-rel.h (VALIDX): Define.
10245         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
10246         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
10247         can be skipped.
10248         * elf/dl-conflict.c: New file.
10249         * elf/dl-lookup.c (_dl_debug_bindings): New function.
10250         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
10251         non-NULL.
10252         (_dl_lookup_symbol_skip): Likewise.
10253         (_dl_lookup_versioned_symbol): Likewise.
10254         (_dl_lookup_versioned_symbol_skip): Likewise.
10255         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
10256         define to ElfW(Rel).
10257         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
10258         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
10259         ranges.
10260         Don't adjust address dynamic tags if l_addr is 0.
10261         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
10262         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
10263         (VALIDX, ADDRIDX): Define.
10264         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
10265         (dl_main): Print library list for LD_TRACE_PRELINKING.
10266         If prelinking information can be used, skip relocating libraries and
10267         call _dl_resolve_conflicts instead.
10268         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
10269         * elf/dl-load.c (_dl_map_object): Don't create fake libs
10270         if LD_TRACE_PRELINKING.
10271         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
10272         + DT_ADDRNUM.
10273         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
10274         (DL_DEBUG_PRELINK): Define.
10275         (_dl_resolve_conflicts): Add prototype.
10276
10277         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
10278         .plt for prelinked libraries where prelinking info cannot be used.
10279         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
10280         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
10281         * sysdeps/arm/bits/link.h: New file.
10282         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
10283         content of .got[1].
10284         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10285         (ELF_MACHINE_PLT_REL): Define.
10286         (elf_machine_rela, elf_machine_rela_relative): New functions.
10287         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
10288         of adjusting it if prelinked and prelinking cannot be used.
10289         * sysdeps/i386/bits/link.h: New file.
10290         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
10291         content of .got[1].
10292         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10293         (ELF_MACHINE_PLT_REL): Define.
10294         (elf_machine_rela, elf_machine_rela_relative): New functions.
10295         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
10296         of adjusting it if prelinked and prelinking cannot be used.
10297         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
10298         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
10299         to find out map for R_PPC_JMP_SLOT relocs.
10300         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
10301         (OPCODE_BA): Define.
10302         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10303         libraries where prelinking info cannot be used.
10304         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
10305         (elf_machine_fixup_plt): Call sparc_fixup_plt.
10306         (elf_machine_rela): Set value to 0 if relocating conflicts.
10307         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
10308         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
10309         (sparc64_fixup_plt): Fix a typo.
10310         (elf_machine_rela): Set value to 0 if relocating conflicts.
10311         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
10312         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10313         libraries where prelinking info cannot be used.
10314         * sysdeps/sh/bits/link.h: New file.
10315         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
10316         content of .got[1].
10317         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
10318         of adjusting it if prelinked and prelinking cannot be used.
10319         * sysdeps/s390/s390-32/bits/link.h: New file.
10320         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
10321         Save original content of .got[1].
10322         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10323         of adjusting it if prelinked and prelinking cannot be used.
10324         * sysdeps/s390/s390-64/bits/link.h: New file.
10325         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10326         Save original content of .got[1].
10327         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10328         of adjusting it if prelinked and prelinking cannot be used.
10329         * sysdeps/x86_64/bits/link.h: New file.
10330         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10331         Save original content of .got[1].
10332         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10333         of adjusting it if prelinked and prelinking cannot be used.
10334
10335 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10336
10337         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10338         where appropriate instead of numbers.  Little optimizations.
10339
10340 2001-12-10  Roland McGrath  <roland@frob.com>
10341
10342         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10343         set it.
10344
10345         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
10346         set to GLIBC_2.2.5, not GLIBC_2.2.4.
10347
10348         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
10349         Fix conditionals so this is set by default for stdio and not for libio.
10350         * sysdeps/mach/hurd/configure: Regenerated.
10351
10352 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
10353
10354         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
10355
10356 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
10357
10358         * io/Makefile (tests): Add bug-ftw3.
10359         * io/bug-ftw3.c: New file.
10360
10361         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
10362         matches and GLOB_NOCHECK is set.
10363         * posix/globtest.sh: Correct expected result for NOCHECK test.
10364
10365         * po/ca.po: Update from translation team.
10366
10367 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
10368
10369         Implement transliteration of characters in strings of the locale
10370         definitions.
10371         * locale/programs/linereader.c: Adjust for additional parameter to
10372         lr_token.
10373         (get_string): If character <Uxxxx> is not found try to transliterate
10374         it.
10375         * locale/programs/ld-ctype.c: Adjust for additional parameter to
10376         lr_token.  Add const to charmap parameter of all functions.
10377         (find_translit, find_translit2): New functions.
10378         * locale/programs/charmap.c: Adjust for additional parameter to
10379         lr_token.
10380         * locale/programs/repertoire.c: Likewise.
10381         * locale/programs/linereader.h: Likewise.
10382         * locale/programs/ld-address.c: Likewise.  Add const to charmap
10383         parameter of all functions.
10384         * locale/programs/ld-collate.c: Likewise.
10385         * locale/programs/ld-identification.c: Likewise.
10386         * locale/programs/ld-measurement.c: Likewise.
10387         * locale/programs/ld-messages.c: Likewise.
10388         * locale/programs/ld-monetary.c: Likewise.
10389         * locale/programs/ld-name.c: Likewise.
10390         * locale/programs/ld-numeric.c: Likewise.
10391         * locale/programs/ld-paper.c: Likewise.
10392         * locale/programs/ld-paper.c: Likewise.
10393         * locale/programs/ld-telephone.c: Likewise.
10394         * locale/programs/ld-time.c: Likewise.
10395         * locale/programs/locfile.c: Likewise.
10396         * locale/programs/localedef.c: Likewise.
10397         * locale/programs/localedef.h: Likewise.
10398         * locale/programs/locfile.h: Likewise.  Add declaration for
10399         find_translit.
10400         * locale/programs/simple-hash.c: Add const to first parameter of
10401         find_entry, iterate_table, and lookup.
10402         * locale/programs/simple-hash.h: Likewise.
10403         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
10404         instead.
10405         * include/locale.h: Define __LC_LAST.
10406         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
10407
10408 2001-12-07  Geoff Keating  <geoffk@redhat.com>
10409
10410         * sysdeps/powerpc/Dist: Update for recent FP changes.
10411         * sysdeps/powerpc/fpu/Dist: Likewise.
10412
10413 2001-12-07  Andreas Schwab  <schwab@suse.de>
10414
10415         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
10416
10417 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10418
10419         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
10420         save/restore functions here.
10421         (libm-support): Don't define these functions here.
10422         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
10423         functions here.
10424         * sysdeps/powerpc/fe_nomask.c: Move to...
10425         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
10426         * sysdeps/powerpc/fprrest.S: Move to...
10427         * sysdeps/powerpc/fpu/fprrest.S: ... here.
10428         * sysdeps/powerpc/fprsave.S: Move to...
10429         * sysdeps/powerpc/fpu/fprsave.S: ... here.
10430
10431 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10432
10433         * sysdeps/unix/sysv/linux/opensock.c: New file.
10434
10435 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10436
10437         * config.make.in (with-fp): Define from configure.
10438         * configure.in: Substitute with_fp.
10439         * configure: Regenerate.
10440         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
10441         specified, and don't change FPU environment.
10442
10443 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10444
10445         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
10446         * assert/assert.c: Check result of __asprintf call and don't use
10447         string if it failed.
10448         * assert/assert-perr.c: Likewise.
10449         * inet/rcmd.c: Likewise.
10450         * locale/programs/localedef.c (main): Check result of
10451         construct_output_path and exit if it failed.
10452         (construct_output_path): Check result of asprintf and mkdir calls and
10453         fail if they failed.
10454         * posix/getopt.c: Check result of __asprintf calls and fail if
10455         they failed.
10456         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
10457
10458 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10459
10460         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
10461         patch.
10462         * sysdeps/generic/strncase.c: Likewise.
10463         * string/tester.c: Add tests for strcasecmp and strncasecmp.
10464
10465 2001-12-05  Geoff Keating  <geoffk@redhat.com>
10466
10467         * scripts/cpp: Test the exit status from 'type', not 'awk'.
10468
10469         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
10470         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
10471         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
10472         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
10473         * sysdeps/powerpc/fclrexcpt.c: Move to...
10474         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
10475         * sysdeps/powerpc/fpu_control.h: Move to...
10476         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
10477
10478 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10479
10480         * iconvdata/ibm1129.h: Remove duplicate mappings.
10481         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
10482         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
10483         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10484
10485         * timezone/zic.c: Fix handling of turnaround times.
10486         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
10487
10488 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
10489
10490         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
10491         overflow problem.
10492
10493 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10494
10495         * posix/regex.c: For use outside glibc defined bounded pointer
10496         macros here.  Patch by Jim Meyering <jim@meyering.net>.
10497
10498         * iconvdata/Makefile (modules): Add TCVN5712-1.
10499         * iconvdata/TESTS: Add TCVN5712-1.
10500         * iconvdata/gconv-modules: Likewise.
10501         * iconvdata/tcvn5712-1.c: New file.
10502         * iconvdata/testdata/TCVN-5712: New file.
10503         * iconvdata/testdata/TCVN-5712..UTF8: New file.
10504
10505 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
10506
10507         * iconvdata/cp1258.c: Optimize conversion from UCS4.
10508
10509 2001-12-02  Roland McGrath  <roland@frob.com>
10510
10511         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
10512
10513         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
10514         Reported by Jeff Bailey <jbailey@nisa.net>.
10515
10516         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
10517         Reported by Jeff Bailey <jbailey@nisa.net>.
10518
10519         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
10520         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
10521         Reported by Jeff Bailey <jbailey@nisa.net>.
10522
10523 2001-12-01  Roland McGrath  <roland@frob.com>
10524
10525         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
10526         missing backslash in test arguments.
10527         * sysdeps/mach/hurd/configure: Regenerated.
10528
10529 2001-11-26  Roland McGrath  <roland@frob.com>
10530
10531         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
10532         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
10533
10534 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
10535
10536         * iconvdata/Makefile (modules): Add ARMSCII-8.
10537         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
10538         * iconvdata/armscii-8.c: New file.
10539
10540 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
10541
10542         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
10543         don't match, fix {{a,b},c} globbing, clean up.
10544         Patch by Flavio Veloso <flaviovs@magnux.com>.
10545         * posix/globtest.sh: Add new tests.
10546
10547 2001-11-29  Andreas Jaeger  <aj@suse.de>
10548
10549         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
10550         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
10551
10552         * sysdeps/generic/abort.c: Include libioP.h for
10553         _IO_flush_all_lockp prototype.
10554
10555 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
10556
10557         * posix/regex.h: Define __restrict_arr correctly.
10558
10559 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10560
10561         * iconvdata/ibm1163.c: New file.
10562         * iconvdata/ibm1163.h: New file.
10563         * iconvdata/ibm1164.c: New file.
10564         * iconvdata/ibm1164.h: New file.
10565         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
10566         * iconvdata/Makefile: Likewise.
10567         * iconvdata/testdata/IBM1163: New file.
10568         * iconvdata/testdata/IBM1163..UTF8: New file.
10569         * iconvdata/testdata/IBM1164: New file.
10570         * iconvdata/testdata/IBM1164..UTF8: New file.
10571         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10572
10573         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
10574         * iconvdata/ibm1124.h: Likewise.
10575         * iconvdata/ibm1132.h: Likewise.
10576         * iconvdata/ibm1133.h: Likewise.
10577         * iconvdata/ibm1160.h: Likewise.
10578         * iconvdata/ibm1161.h: Likewise.
10579         * iconvdata/ibm1162.h: Likewise.
10580         * iconvdata/ibm856.h: Likewise.
10581         * iconvdata/ibm922.h: Likewise.
10582         * iconvdata/ibm930.h: Likewise.
10583         * iconvdata/ibm932.h: Likewise.
10584         * iconvdata/ibm933.h: Likewise.
10585         * iconvdata/ibm935.h: Likewise.
10586         * iconvdata/ibm937.h: Likewise.
10587         * iconvdata/ibm939.h: Likewise.
10588         * iconvdata/ibm943.h: Likewise.
10589         * iconvdata/ibm930.c: Pretty printing.
10590         * iconvdata/ibm937.c: Avoid access accross array boundary.
10591
10592         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
10593         the current locale's codeset.
10594         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
10595         empty input string.
10596         * iconv/iconv_prog.c: Pass empty strings as default value for to-
10597         and from-charset.  Don't determine locale's charset here.
10598
10599         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
10600         as the old _IO_flush_all but lock only if parameter is nonzero.
10601         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
10602         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
10603         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
10604         if libio is used [PR libc/2575].
10605
10606 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
10607
10608         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
10609         __signbitl): Only define for ISO C99.
10610
10611 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10612
10613         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
10614         herrnop to NETDB_INTERNAL if we run out of buffer space.
10615
10616 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10617
10618         * nss/nss_files/files-XXX.c (internal_getent): Correct input
10619         overflow test for platforms with signed char.
10620         Reported by Andrew Haley <aph@cambridge.redhat.com>.
10621
10622 2001-11-28  Bruno Haible  <bruno@clisp.org>
10623
10624         * locale/programs/simple-hash.c (lookup_2): Remove function.
10625         (insert_entry_2): Call lookup instead of lookup_2.
10626
10627 2001-03-04  Bruno Haible  <bruno@clisp.org>
10628
10629         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
10630
10631 2001-10-31  Bruno Haible  <bruno@clisp.org>
10632
10633         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
10634
10635 2001-03-21  Bruno Haible  <bruno@clisp.org>
10636
10637         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
10638         chokes on empty macro arguments.
10639         * intl/plural.y: Add #pragma for alloca on AIX 3.
10640
10641 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10642
10643         * intl/dcigettext.c (guess_category_value): Only implement for
10644         glibc.  Otherwise rely on function _nl_locale_name which isn't
10645         present in the glibc sources.
10646
10647 2001-09-24  Bruno Haible  <bruno@clisp.org>
10648
10649         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
10650         transliteration when building on a glibc system but outside glibc.
10651
10652 2001-09-22  Bruno Haible  <bruno@clisp.org>
10653
10654         * intl/plural-eval.c: New file, extracted from dcigettext.c.
10655         * intl/dcigettext.c (plural_eval): Remove function, moved to
10656         intl/plural-eval.c.
10657         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
10658         Include plural-eval.c.
10659
10660 2001-09-22  Bruno Haible  <bruno@clisp.org>
10661
10662         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
10663         don't start with a digit; nplurals must be positive.
10664
10665 2001-09-02  Bruno Haible  <bruno@clisp.org>
10666
10667         * intl/plural-exp.h: New file, extracted from gettextP.h.
10668         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10669         * intl/gettextP.h (struct expression, struct parse_args,
10670         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10671         * intl/loadmsgcat.c: Include plural-exp.h.
10672         (PLURAL_PARSE): Move macro to plural-exp.h.
10673         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10674         plural-exp.c.
10675         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
10676         EXTRACT_PLURAL_EXPRESSION.
10677         (_nl_unload_domain): Update.
10678         * intl/dcigettext.c: Include plural-exp.h.
10679         * intl/plural.y: Include plural-exp.h, not gettextP.h.
10680         (FREE_EXPRESSION): Move macro to plural-exp.h.
10681         * intl/Makefile (routines): Add plural-exp.
10682         (distribute): Add plural-exp.h.
10683
10684 2001-07-28  Bruno Haible  <bruno@clisp.org>
10685
10686         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10687         isdigit, tolower argument to 'unsigned char'.
10688         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10689         'unsigned char'.
10690         * intl/localealias.c (read_alias_file): Cast isspace argument to
10691         'unsigned char'.
10692
10693 2001-10-20  Bruno Haible  <bruno@clisp.org>
10694
10695         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10696         anyway.)
10697         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10698         with the variable 'index' in plural_lookup.
10699         * intl/l10nflist.c (strchr): Likewise.
10700         * intl/localealias.c (strchr): Likewise.
10701
10702         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10703         * intl/bindtextdom.c: Likewise.
10704         * intl/dcigettext.c: Likewise.
10705         * intl/dgettext.c: Likewise.
10706         * intl/dngettext.c: Likewise.
10707         * intl/explodename.c: Likewise.
10708         * intl/finddomain.c: Likewise.
10709         * intl/gettext.c: Likewise.
10710         * intl/l10nflist.c: Likewise.
10711         * intl/loadmsgcat.c: Likewise.
10712         * intl/localealias.c: Likewise.
10713         * intl/ngettext.c: Likewise.
10714         * intl/textdomain.c: Likewise.
10715         * intl/gettext.h: Assume <limits.h> exists.
10716
10717 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10718
10719         * stdio-common/Makefile (tests): Add scanf11.
10720         * stdio-common/scanf11.c: New file.
10721
10722 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10723
10724         * version.h (RELEASE): Define as development.
10725         (VERSION): Set to 2.2.90.
10726
10727 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10728
10729         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10730         * nis/nss_nis/nis-grp.c: Likewise.
10731         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10732
10733         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10734         * nis/nss_nis/nis-pwd.c: Likewise.
10735         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10736
10737         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10738         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10739         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10740
10741         * nscd/grpcache.c: Use strtoul instead of atol.
10742         * nscd/pwdcache.c: Likewise.
10743         * nss/getent.c: Likewise.
10744
10745 2001-11-27  Paul Eggert  <eggert@twinsun.com>
10746
10747         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10748         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10749
10750 2001-11-19  Bruno Haible  <bruno@clisp.org>
10751
10752         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10753         90%.
10754         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10755         improves the quality of the hash function, especially for short
10756         strings.
10757
10758 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10759
10760         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
10761         are found call conv_error and not input_error [PR libc/2669].
10762
10763         * math/bits/mathcalls.h: Mark ceil and floor as const.
10764         Reported by David Mosberger.
10765
10766 2001-11-21  Jim Meyering  <meyering@lucent.com>
10767
10768         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
10769         Define to be __-prefixed.
10770         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
10771
10772 2001-11-26  Andreas Jaeger  <aj@suse.de>
10773
10774         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
10775         avoid warning.
10776
10777 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
10778
10779         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
10780         initialization.
10781
10782         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
10783         unused variables.  Fix threshold for returning 1.0.
10784
10785         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
10786         argument.
10787
10788         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
10789         remove unused variables.
10790
10791         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
10792
10793         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
10794         include local math header files.
10795
10796 2001-11-22  Andreas Jaeger  <aj@suse.de>
10797
10798         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
10799         avoid warning.
10800
10801 2001-11-21  Andreas Jaeger  <aj@suse.de>
10802
10803         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
10804
10805         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
10806         sys/debugreg.h
10807
10808 2001-11-15  Andreas Jaeger  <aj@suse.de>
10809
10810         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
10811         compilers that support it.
10812
10813         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
10814         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10815         * stdlib/stdlib.h: Likewise.
10816
10817 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
10818
10819         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
10820         statement with gotos.
10821         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
10822
10823 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
10824
10825         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
10826
10827 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
10828
10829         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
10830
10831 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
10832             H.J. Lu  <hjl@gnu.org>
10833
10834         * Versions.def (libc): Add GCC_3.0.
10835         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
10836         if gcc supports this flag.
10837         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
10838         (gcc3): Allow glibc to be compiled with gcc 3.x.
10839         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
10840         * config.make.in (static-libgcc, unwind-find-fde): Add.
10841         * Makerules (build-shlib-helper, build-module-helper): Use it.
10842         * scripts/versions.awk: Make sure GLIBC_ versions come first.
10843         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
10844         necessary.
10845         (_fini): Call __deregister_frame_info_bases if
10846         __register_frame_info_bases was used to register.
10847         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
10848         for GLIBC_2.0.
10849         (__register_frame_info_bases, __register_frame_info_table_bases,
10850         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
10851         * elf/Makefile (routines): Add unwind-dw2-fde.
10852         (shared-only-routines): Add unwind-dw2-fde.
10853         * sysdeps/alpha/gccframe.h: New file.
10854         * sysdeps/arm/gccframe.h: New file.
10855         * sysdeps/generic/framestate.c: New file.
10856         * sysdeps/generic/dwarf2.h: New file.
10857         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
10858         * sysdeps/generic/unwind-dw2-fde.c: New file.
10859         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
10860         * sysdeps/generic/unwind-dw2-fde.h: New file.
10861         * sysdeps/generic/unwind-dw2.c: New file.
10862         * sysdeps/generic/unwind-pe.h: New file.
10863         * sysdeps/generic/unwind.h: New file.
10864         * sysdeps/hppa/gccframe.h: New file.
10865         * sysdeps/i386/gccframe.h: New file.
10866         * sysdeps/m68k/gccframe.h: New file.
10867         * sysdeps/mips/gccframe.h: New file.
10868         * sysdeps/powerpc/gccframe.h: New file.
10869         * sysdeps/s390/gccframe.h: New file.
10870         * sysdeps/sh/gccframe.h: New file.
10871         * sysdeps/sparc/gccframe.h: New file.
10872         * sysdeps/vax/gccframe.h: New file.
10873         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10874         Set on all architectures except ia64.
10875         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
10876         for i386.
10877         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
10878         __deregister_frame_info): Move to elf/Versions.
10879         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
10880         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
10881         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
10882         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
10883         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
10884         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
10885         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
10886         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
10887         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
10888         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
10889         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
10890         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
10891         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10892         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10893         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
10894         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
10895         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10896         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
10897
10898 2001-11-15  Jeff Law  <law@redhat.com>
10899
10900         * posix/regex.c (uintptr_t): Do not provide a definition if the
10901         system provided one.
10902
10903 2001-11-13  Roland McGrath  <roland@frob.com>
10904
10905         * stdio-common/tmpfile.c: Moved to ...
10906         * sysdeps/generic/tmpfile.c: ... here.
10907         * sysdeps/mach/hurd/tmpfile.c: New file.
10908
10909         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
10910         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
10911         (fopenport): Define as weak alias.
10912
10913         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
10914         * libio/libioP.h: ... to here.
10915
10916 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
10917
10918         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
10919         program header twice.  Construct list with the needed information.
10920
10921 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
10922
10923         * po/ca.po: Update from translation team.
10924
10925         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
10926         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
10927         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
10928         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10929
10930 2001-11-10  Andreas Jaeger  <aj@suse.de>
10931
10932         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
10933         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10934         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10935
10936 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10937
10938         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
10939         correctly.
10940         * elf/dl-load.c (is_dst): New function.
10941         (_dl_dst_count): Use is_dst to check for DST variable.
10942         (_dl_dst_substitute): Likewise.
10943
10944 2001-11-09  Roland McGrath  <roland@frob.com>
10945
10946         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
10947         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
10948         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
10949         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
10950         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
10951         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
10952         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
10953         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
10954         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
10955         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
10956         * sysdeps/mach/hurd/powerpc/Dist: New file.
10957
10958         * hurd/privports.c (__get_privileged_ports):
10959         Only contact the proc server if necessary for this call.
10960         Suggested by Neal H Walfield <neal@cs.uml.edu>.
10961         Check error return for mach_port_mod_refs.
10962
10963 2001-11-09  Andreas Schwab  <schwab@suse.de>
10964
10965         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
10966
10967 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10968
10969         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
10970         object is always the last in the list.
10971         (_dl_map_object_from_fd): Delete code to remove from object list
10972         when DF_1_NOOPEN is seen.  This is done in lose.
10973
10974 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
10975
10976         * elf/dl-object.c (_dl_new_object): Various small optimizations.
10977
10978 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
10979
10980         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
10981         HWCAP_CHECK macro code.
10982
10983         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
10984         Now returns MAP_FAILED on error.
10985         * elf/rtld.c: Adjust caller.
10986         * sysdeps/generic/dl-cache.c: Likewise.
10987         * sysdeps/generic/ldsodefs.h: Adjust description.
10988
10989         * elf/dl-version.c (match_symbol): Optimize error handling for size.
10990         (_dl_check_map_versions): Likewise.
10991
10992 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10993
10994         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
10995         _dl_signal_error directly, always use lose.  Set fd to -1 after
10996         file is closed.
10997         (lose): Don't call close if fd == -1.
10998
10999 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
11000
11001         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
11002          Also fix typo @code {mbsinit} to @code{mbsinit}.
11003
11004 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11005
11006         * elf/dl-profile.c: Replace state variable with simple flag named
11007         running.  Remove commented-out code.
11008
11009         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
11010         (_dl_init_paths): Likewise.
11011         (_dl_map_object_from_fd): Likewise.
11012         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11013
11014 2001-11-06  Roland McGrath  <roland@frob.com>
11015
11016         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
11017         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
11018
11019         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
11020         sysdeps/powerpc/elf/sysdep.h.
11021         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
11022
11023 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11024
11025         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
11026         speed.
11027         (process_envvars): Some more optimizations.
11028         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
11029
11030         * elf/elf.h: Add dynamic tag definitions for prelinking.
11031
11032         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
11033         Rewrite code to remove environment varables for SUID binaries.
11034         Small optimization in LD_PROFILE handling.
11035         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
11036         changes.
11037         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
11038
11039         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
11040
11041         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
11042         strings.  Change type of second parameter.
11043         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
11044         for last change.
11045
11046         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
11047
11048 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11049
11050         * manual/string.texi: Fix typos.
11051         * manual/examples/argp-ex2.c: Likewise.
11052
11053 2001-11-05  Roland McGrath  <roland@frob.com>
11054
11055         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
11056         the more-specific unix/sysv/linux/powerpc file and breaks everything.
11057         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
11058         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
11059         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
11060         here, put under [__ELF__].
11061
11062 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11063
11064         * manual/charset.texi: Extensive editing work.
11065         * manual/nss.texi: Likewise.
11066         Changes by Dennis Grace <dgrace@us.ibm.com>.
11067
11068 2001-11-04  Roland McGrath  <roland@frob.com>
11069
11070         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
11071         parameter to dir_mkfile.
11072
11073 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
11074
11075         * string/bits/string2.h (__strndup): If n is smaller than len, set
11076         len to n + 1.
11077         * string/tester.c (test_strndup): New function.
11078         (main): Call it.
11079
11080 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
11081
11082         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
11083
11084         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
11085         * scripts/cpp: New file.
11086
11087         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
11088         for rtld_search_dirs content.  Minor optimizations.
11089
11090 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11091
11092         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
11093         avoiding unnecessary duplication.
11094
11095 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
11096
11097         * elf/dl-load.c (_dl_map_object): If library was found using
11098         LD_LIBRARY_PATH, don't try RUNPATH list.
11099
11100 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11101
11102         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
11103         Correct second argument of register_dump call.
11104         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
11105         Likewise.
11106
11107 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11108
11109         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
11110         modules.
11111         * iconvdata/TESTS: Likewise.
11112         * iconvdata/gconv-modules: Likewise.
11113         * iconvdata/ibm1132.c: New file.
11114         * iconvdata/ibm1132.h: New file.
11115         * iconvdata/ibm1133.c: New file.
11116         * iconvdata/ibm1133.h: New file.
11117         * iconvdata/ibm1162.c: New file.
11118         * iconvdata/ibm1162.h: New file.
11119         * iconvdata/testdata/IBM1132: New file.
11120         * iconvdata/testdata/IBM1132..UTF8: New file.
11121         * iconvdata/testdata/IBM1133: New file.
11122         * iconvdata/testdata/IBM1133..UTF8: New file.
11123         * iconvdata/testdata/IBM1162: New file.
11124         * iconvdata/testdata/IBM1162..UTF8: New file.
11125         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
11126
11127         * string/string.h: Fix typo in comment.
11128         * wcsmbs/wchar.h: Likewise.
11129
11130 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11131
11132         * manual/getopt.texi (getopt_long, getopt_long_only): Include
11133         const in type of longopts parameter.
11134
11135 2001-10-29  Andreas Jaeger  <aj@suse.de>
11136
11137         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
11138
11139 2001-10-29  Kevin Ryde  <user42@zip.com.au>
11140
11141         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
11142         output, clarify `#' behaviour on 0.
11143         (Floating-Point Conversions): Clarify that %g only uses %e when
11144         the exponent would be greater than 1.
11145
11146 2001-10-28  Roland McGrath  <roland@frob.com>
11147
11148         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
11149         * sysdeps/mach/powerpc/machine-sp.h: New file.
11150         * sysdeps/mach/powerpc/sysdep.h: New file.
11151         * sysdeps/mach/powerpc/thread_state.h: New file.
11152
11153         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
11154         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
11155         expect to need the same thing on every platform.
11156
11157         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
11158         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
11159
11160         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
11161         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
11162         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
11163         Move all these assembly-related definitions to ...
11164         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
11165
11166         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
11167         by Peter Bruin <pjbruin@dds.nl>.
11168
11169         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
11170         packing results for a `poll' call.
11171
11172 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11173
11174         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
11175         correctly.
11176         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
11177         bracket expression.
11178
11179         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11180         nrules value.
11181         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
11182
11183 2001-10-24  H.J. Lu  <hjl@gnu.org>
11184
11185         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
11186         Use __BEGIN_DECLS/__END_DECLS around prototypes.
11187         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
11188
11189 2001-10-21  Jim Meyering  <meyering@lucent.com>
11190
11191         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
11192         this code would end up calling gettext even in packages built
11193         with --disable-nls.
11194         * posix/getopt.c (_): Likewise.
11195         * posix/regex.c (_): Likewise.
11196
11197 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11198
11199         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
11200         lookup not ip6.int.
11201         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
11202         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
11203
11204 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11205
11206         * misc/sys/cdefs.h (__attribute_used__): Define.
11207         * elf/rtld.c (_dl_start): Add __attribute_used__.
11208         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
11209
11210 2001-10-25  Andreas Schwab  <schwab@suse.de>
11211
11212         * stdlib/a64l.c: Expect least significant digit first.
11213         * stdlib/l64a.c: Produce least significant digit first.
11214         * stdlib/Makefile (tests): Add test-a64l.
11215         * stdlib/test-a64l.c: New file.
11216         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
11217
11218 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
11219
11220         * po/sk.po: Update from translation team.
11221
11222 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
11223
11224         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
11225
11226 2001-10-18  Andreas Schwab  <schwab@suse.de>
11227
11228         * math/libm-test.inc (print_ulps): Print ulp values rounded to
11229         next whole number.
11230         (print_function_ulps): Likewise.
11231         (print_complex_function_ulps): Likewise.
11232         (print_max_error): Likewise.
11233         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
11234
11235 2001-10-16  Andreas Schwab  <schwab@suse.de>
11236
11237         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
11238         implementation.
11239
11240         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
11241         BSD_SETJMP or BSD__SETJMP is defined, resp.
11242         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
11243         a tail call to __sigsetjmp that would require extending the
11244         caller's frame.
11245         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
11246         * sysdeps/m68k/bsd-setjmp.S: Deleted.
11247         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
11248         Reported by Jes Sorensen <jes@trained-monkey.org>.
11249
11250 2001-10-16  Andreas Jaeger  <aj@suse.de>
11251
11252         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
11253         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
11254         close PR libc/2589.
11255
11256 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
11257
11258         * po/ca.po: New file.  Contributed by the translation team.
11259
11260 2001-10-15  Ralf Baechle  <ralf@gnu.org>
11261
11262         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
11263         a varargs prototype.  Remove dependency from kernel header files.
11264
11265         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
11266         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
11267
11268 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11269
11270         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
11271         to generate hexadecimal identifier.
11272         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
11273
11274 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
11275
11276         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
11277
11278 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11279
11280         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
11281         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
11282         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11283
11284         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
11285         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11286         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
11287         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
11288         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
11289         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
11290
11291         * timezone/africa: Update from tzdata2001d.
11292         * timezone/asia: Likewise.
11293         * timezone/australasia: Likewise.
11294         * timezone/backward: Likewise.
11295         * timezone/europe: Likewise.
11296         * timezone/leapseconds: Likewise.
11297         * timezone/northamerica: Likewise.
11298         * timezone/southamerica: Likewise.
11299         * timezone/zone.tab: Likewise.
11300
11301 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11302
11303         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
11304         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
11305
11306 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
11307
11308         * elf/elf.h (PT_TLS): New definition.
11309
11310 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
11311
11312         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
11313         bits/errno.h
11314
11315 2001-10-07  Roland McGrath  <roland@frob.com>
11316
11317         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
11318
11319 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
11320
11321         * elf/elf.h: Add more ELFOSABI_* constants.
11322
11323 2001-10-04  Ben Collins  <bcollins@debian.org>
11324
11325         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11326         decleration of __need_wchar_t.
11327
11328 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11329
11330         * string/bits/string2.h (__strsep_g): Add prototype.
11331         (__strsep): Use it.
11332         * string/Versions (__strsep): Remove.
11333         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11334
11335 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11336
11337         * manua/llio.texi: Clarify file references added by mmap.
11338         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11339
11340 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11341
11342         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11343         Add sc_loadrs and sc_rbs_bas to match current kernel.
11344
11345 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11346
11347         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
11348
11349         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
11350
11351 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11352
11353         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
11354         object has been bumped because of relocation dependency, avoid
11355         duplicates in l_scope.
11356         (show_scope): Fix typos.
11357         * elf/Makefile: Add rules to build and run reldep6.
11358         * elf/reldep6.c: New file.
11359         * elf/reldep6mod0.c: New file.
11360         * elf/reldep6mod1.c: New file.
11361         * elf/reldep6mod2.c: New file.
11362         * elf/reldep6mod3.c: New file.
11363         * elf/reldep6mod4.c: New file.
11364
11365 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
11366
11367         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
11368         sparc64_fixup_plt.
11369         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
11370         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
11371         for non-lazy binding. Fix .plt[32768+] handling.
11372         (elf_machine_plt_value): Don't add addend.
11373         (elf_machine_rela): Call sparc64_fixup_plt instead of
11374         elf_machine_fixup_plt.
11375         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
11376         dynamic linker at 0xfffff800XXXXXXXX.
11377
11378         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
11379
11380 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
11381
11382         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
11383
11384 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
11385
11386         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
11387         declare __cmsg_data field if its size would be bigger than 0.
11388         (CMSG_DATA): Adjust accordingly.
11389         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11390         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
11391         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
11392         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
11393         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11394         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11395         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11396
11397 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
11398
11399         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
11400         * iconvdata/testdata/IBM1160: New file.
11401         * iconvdata/testdata/IBM1160..UTF8: New file.
11402         * iconvdata/testdata/IBM1161: New file.
11403         * iconvdata/testdata/IBM1161..UTF8: New file.
11404         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11405
11406 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11407
11408         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
11409         UL_SETFSIZE computations better.
11410
11411         * rt/Makefile: Remove use of filter for librt again.
11412
11413         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
11414         UL_SETFSIZE computations better.
11415
11416         * string/Versions: Export __strsep for GLIBC_2.2.5.
11417         * string/bits/string2.h: Define all __STRING_INLINE functions if
11418         _FORCE_INLINES is defined.
11419         Use int instead of char of parameter types.
11420         (__strsep): Don't use __strsep_g.  Don't define it.
11421         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
11422         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
11423         __strcpy_small.
11424         (__stpcpy_a_small): Renamed from __stpcpy_small.
11425         (__strcspn_c1): Don't define if _FORCE_INLINES.
11426         (__strspn_c1): Likewise.
11427
11428 2001-09-22  Ben Collins  <bcollins@debian.org>
11429
11430         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
11431         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
11432         * sysdeps/ia64/bits/sigaction.h: Likewise.
11433         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
11434
11435 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
11436
11437         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
11438
11439 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
11440
11441         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
11442
11443 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11444
11445         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
11446
11447 2001-09-20  H.J. Lu  <hjl@gnu.org>
11448
11449         * include/dlfcn.h (__RTLD_SPROF): New definiton.
11450         * elf/dl-open.c (dl_open_worker): Return immediately after loading
11451         for __RTLD_SPROF.
11452         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
11453         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
11454
11455 2001-09-20  H.J. Lu  <hjl@gnu.org>
11456
11457         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
11458         don't add 1.
11459
11460 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11461
11462         * nss/getent.c: Accept -s parameter to overwrite rules in
11463         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
11464
11465         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
11466         with as many ".0" as necessary to form a complete address
11467         inet_network understands.
11468
11469         * nss/getent.c: Various cleanups.  Use simpler and fewer function
11470         calls.
11471
11472 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11473
11474         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
11475         _JMPBUF_UNWINDS.
11476         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
11477
11478 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11479
11480         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
11481         IBM1161.
11482         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
11483         * iconvdata/ibm1160.c: New file.
11484         * iconvdata/ibm1160.h: New file.
11485         * iconvdata/ibm1161.c: New file.
11486         * iconvdata/ibm1161.h: New file.
11487         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11488
11489 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
11490
11491         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
11492         difference between base address and first PT_LOAD's virtual address,
11493         not the base address.
11494
11495 2001-09-11  Tom Rix  <trix@redhat.com>
11496
11497         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
11498         ifdef for __getopt_clean_environment.
11499         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
11500
11501 2001-09-22  Andreas Jaeger  <aj@suse.de>
11502
11503         * elf/reldep4.c (main): Add proper prototype to fix warning.
11504
11505         * elf/reldep5.c (main): Remove unused variable.
11506
11507         * math/math_private.h: Add prototypes.
11508
11509 2001-09-21  Andreas Jaeger  <aj@suse.de>
11510
11511         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
11512         * sysdeps/x86_64/Dist: New file.
11513         * sysdeps/x86_64/soft-fp/Dist: New file.
11514
11515         * sysdeps/gnu/Dist: Remove eval.c.
11516
11517 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
11518
11519         * malloc/memusage.c (realloc): Don't count already allocated
11520         memory in the sums.
11521         (me): Always use dlsym() to find the real implementations.
11522
11523         * malloc/memusage.sh: Make -n option actually do something.
11524
11525 2001-09-20  Andreas Jaeger  <aj@suse.de>
11526
11527         * elf/elf.h (R_390_NUM): Correct value.
11528
11529         * Versions.def: Add missing versions 2.2.3 for libthread_db and
11530         libpthread.
11531
11532         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
11533         for x86-64, install x86-64 into */lib64.
11534
11535         * shlib-versions: Add x86-64.
11536
11537         * elf/elf.h: Add x86-64 relocations.
11538
11539 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
11540
11541         * po/fr.po: Update from translation team.
11542
11543 2001-09-19  Andreas Jaeger  <aj@suse.de>
11544
11545         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
11546         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
11547         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
11548         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
11549         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
11550         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
11551         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
11552         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
11553         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
11554         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
11555         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
11556         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
11557         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
11558         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
11559         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
11560         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
11561         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
11562         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
11563         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
11564         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
11565         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
11566         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
11567         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
11568         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
11569         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
11570         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
11571         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
11572         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
11573         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
11574         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
11575         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
11576         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
11577         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
11578         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
11579         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
11580         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
11581         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
11582         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
11583         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
11584         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
11585         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
11586         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
11587         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
11588         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
11589         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
11590         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
11591         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
11592         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
11593         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
11594         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
11595         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
11596         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
11597         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
11598         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
11599         * sysdeps/unix/x86_64/sysdep.S: New file.
11600         * sysdeps/unix/x86_64/sysdep.h: New file.
11601         * sysdeps/x86_64/Implies: New file.
11602         * sysdeps/x86_64/Makefile: New file.
11603         * sysdeps/x86_64/Versions: New file.
11604         * sysdeps/x86_64/__longjmp.S: New file.
11605         * sysdeps/x86_64/abort-instr.h: New file.
11606         * sysdeps/x86_64/atomicity.h: New file.
11607         * sysdeps/x86_64/bits/endian.h: New file.
11608         * sysdeps/x86_64/bits/setjmp.h: New file.
11609         * sysdeps/x86_64/bits/string.h: New file.
11610         * sysdeps/x86_64/bp-asm.h: New file.
11611         * sysdeps/x86_64/bsd-_setjmp.S: New file.
11612         * sysdeps/x86_64/bsd-setjmp.S: New file.
11613         * sysdeps/x86_64/dl-machine.h: New file.
11614         * sysdeps/x86_64/elf/initfini.c: New file.
11615         * sysdeps/x86_64/elf/start.S: New file.
11616         * sysdeps/x86_64/ffs.c: New file.
11617         * sysdeps/x86_64/ffsll.c: New file.
11618         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
11619         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
11620         * sysdeps/x86_64/fpu/e_acosl.c: New file.
11621         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
11622         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
11623         * sysdeps/x86_64/fpu/e_expl.c: New file.
11624         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
11625         * sysdeps/x86_64/fpu/e_log10l.S: New file.
11626         * sysdeps/x86_64/fpu/e_log2l.S: New file.
11627         * sysdeps/x86_64/fpu/e_logl.S: New file.
11628         * sysdeps/x86_64/fpu/e_powl.S: New file.
11629         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
11630         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
11631         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
11632         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
11633         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
11634         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
11635         * sysdeps/x86_64/fpu/fegetenv.c: New file.
11636         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
11637         * sysdeps/x86_64/fpu/fegetround.c: New file.
11638         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
11639         * sysdeps/x86_64/fpu/fesetenv.c: New file.
11640         * sysdeps/x86_64/fpu/fesetround.c: New file.
11641         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
11642         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
11643         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
11644         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
11645         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
11646         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
11647         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
11648         * sysdeps/x86_64/fpu/s_atanl.c: New file.
11649         * sysdeps/x86_64/fpu/s_cosl.S: New file.
11650         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
11651         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
11652         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
11653         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
11654         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
11655         * sysdeps/x86_64/fpu/s_logbl.c: New file.
11656         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
11657         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
11658         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
11659         * sysdeps/x86_64/fpu/s_rintl.c: New file.
11660         * sysdeps/x86_64/fpu/s_significandl.c: New file.
11661         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
11662         * sysdeps/x86_64/fpu/s_sinl.S: New file.
11663         * sysdeps/x86_64/fpu/s_tanl.S: New file.
11664         * sysdeps/x86_64/gmp-mparam.h: New file.
11665         * sysdeps/x86_64/hp-timing.c: New file.
11666         * sysdeps/x86_64/hp-timing.h: New file.
11667         * sysdeps/x86_64/htonl.S: New file.
11668         * sysdeps/x86_64/memusage.h: New file.
11669         * sysdeps/x86_64/setjmp.S: New file.
11670         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11671         * sysdeps/x86_64/stackinfo.h: New file.
11672         * sysdeps/x86_64/sysdep.h: New file.
11673         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11674
11675         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11676         L Moshier.
11677
11678 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11679
11680         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11681         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11682
11683 2001-09-18  Andreas Schwab  <schwab@suse.de>
11684
11685         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11686         list, now that l_scope is a pointer.
11687
11688         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11689         scope list.
11690
11691 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11692
11693         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11694         (elf_machine_rela_relative): Add a missing declaration.
11695
11696 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
11697
11698         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11699         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11700         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11701         ldd-rewrite scripts.
11702
11703 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11704
11705         * elf/ldd.bash.in: Update copyright message.
11706
11707 2001-09-17  H.J. Lu  <hjl@gnu.org>
11708
11709         * hurd/hurdmalloc.c (bcopy): Removed.
11710         (realloc): Replace bcopy with memcpy.
11711         * hurd/path-lookup.c (file_name_path_scan): Likewise.
11712         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11713         * sunrpc/rpcinfo.c (pmapdump): Likewise.
11714
11715         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11716         (gethostbyaddr): Likewise.
11717         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11718
11719 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11720
11721         * sysdeps/gnu/eval.c: Removed.
11722
11723 2001-09-18  Andreas Jaeger  <aj@suse.de>
11724
11725         * sysdeps/i386/fpu/s_logbl.S: Move to ...
11726         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11727
11728         * sysdeps/i386/fpu/s_rintl.S: Move to ...
11729         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11730
11731         * sysdeps/i386/fpu/s_significandl.S: Move to ...
11732         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11733
11734 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
11735
11736         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11737         nrules value.
11738
11739 2001-09-14  H.J. Lu  <hjl@gnu.org>
11740
11741         * sysdeps/mips/fpu/libm-test-ulps: Updated.
11742
11743 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
11744
11745         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11746         Patch by Florian La Roche <laroche@redhat.com>.
11747
11748         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11749
11750         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11751         ETHER_CRC_LEN.
11752
11753 2001-09-14  Andreas Schwab  <schwab@suse.de>
11754
11755         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
11756         Sumner <bls@sgi.com>.
11757         * posix/execlp.c: Likewise.
11758
11759 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
11760
11761         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
11762         is already found earlier in the search scope.
11763
11764 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11765
11766         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
11767         filter.
11768
11769 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
11770
11771         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
11772
11773 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
11774
11775         * config.h.in: Enforce optimization to be used.
11776         * Makeconfig (preprocess-versions): Define ASSEMBLER.
11777         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
11778         * posix/Makefile (annexc-CFLAGS): Define to -O.
11779         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
11780
11781 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
11782
11783         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
11784         Patch by Stephan Kulow.
11785
11786 2001-09-08  Ben Collins  <bcollins@debian.org>
11787
11788         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
11789         usage of RESOLVE() (r_type, not reloc->r_type).
11790
11791 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11792
11793         * elf/dl-object.c: Avoid allocating extra memory block for name.
11794         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
11795         allocated separately.
11796         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11797
11798 2001-09-08  H.J. Lu  <hjl@gnu.org>
11799
11800         * po/zh_TW.po: Fix a typo.
11801
11802 2001-09-07  Tom Rix  <trix@redhat.com>
11803
11804         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
11805
11806 2001-08-26  Tom Rix  <trix@redhat.com>
11807
11808         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
11809         command line options.
11810         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
11811         * sysdeps/unix/sysv/aix/start.c: Removed.
11812         * sysdeps/unix/sysv/aix/start-libc.c: New file.
11813         * sysdeps/unix/sysv/aix/init-first.c: New file.
11814         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
11815
11816 2001-09-08  Ben Collins  <bcollins@debian.org>
11817
11818         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
11819         * sysdeps/generic/dl-machine.h: Likewise.
11820         * sysdeps/hppa/dl-fptr.c: Likewise.
11821         * sysdeps/ia64/dl-fptr.c: Likewise.
11822         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11823         * sysdeps/mips/dl-machine.h: Likewise.
11824         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11825         * sysdeps/powerpc/dl-machine.c: Likewise.
11826
11827 2001-09-07  Ben Collins  <bcollins@debian.org>
11828
11829         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
11830
11831         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
11832
11833 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11834
11835         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
11836         dependencies if necessary.
11837
11838         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
11839         loaded directly) determine length if l_initfini list by iterating
11840         over its elements.  Minor optimizations.
11841         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
11842         for dependency objects.
11843         If object was already loaded check whether any of the dependencies
11844         is already on the relocation dependency list.  If yes, remove the
11845         latter.  Minor optimizations.
11846         * elf/dl-lookup.c (add_dependency): Add check for self reference of
11847         maps here.  Search l_initfini list only if the object was loaded
11848         directly and not only as a dependency.
11849         (_dl_lookup_symbol): Add relocation dependency also if object
11850         is not in global scope.  Remove test for self-reference here.
11851         (_dl_lookup_versioned_symbol): Likewise.
11852         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
11853         element of first name record.
11854         * elf/loadtest.c: Add some more test to recognize early if an object
11855         wasn't unloaded.
11856         * elf/Makefile: Add rules to build and run reldep5.
11857         * elf/reldep5.c: New file.
11858         * elf/reldepmod5.c: New file.
11859         * elf/reldepmod6.c: New file.
11860
11861         * elf/reldep2.c: Fix typo.
11862
11863 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
11864
11865         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
11866         elements.  Change l_scope to be a pointer only.
11867         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
11868         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
11869         here add searchlist of newly open file to the dependency's scope.
11870         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
11871         only searchlist from its scope.  Free own scope array if necessary.
11872         * elf/Makefile (tests): Add dblload and dblunload now.
11873
11874 2001-09-06  Andreas Jaeger  <aj@suse.de>
11875
11876         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
11877         Stephen L Moshier.
11878
11879 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
11880
11881         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
11882         they both fail.
11883         * elf/dblload.c: New file.
11884         * elf/dblloadmod1.c: New file.
11885         * elf/dblloadmod2.c: New file.
11886         * elf/dblloadmod3.c: New file.
11887         * elf/dblunload.c: New file.
11888
11889 2001-09-04  Richard Henderson  <rth@redhat.com>
11890
11891         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
11892         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
11893
11894 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11895
11896         Correct very misleading message for error in failed runtime relocation.
11897         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
11898         place of the error.
11899         (_dl_signal_cerror): Likewise.
11900         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
11901         * elf/dl-close.c: Likewise.
11902         * elf/dl-deps.c: Likewise.
11903         * elf/dl-load.c: Likewise.
11904         * elf/dl-lookup.c: Likewise.
11905         * elf/dl-open.c: Likewise.
11906         * elf/dl-reloc.c: Likewise.
11907         * elf/dl-sym.c: Likewise.
11908         * elf/dl-version.c: Likewise.
11909         * sysdeps/generic/dl-sysdep.c: Likewise.
11910
11911 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11912
11913         * iconv/strtab.c (strtabinit): Initialize null Strent.
11914         (newstring): Move len == 0 handling...
11915         (strtabadd): ...here.
11916         If len == 1, return null Strent.
11917         When inserting a suffix of an existing string, check if
11918         it is not equal to some suffix already recorded.
11919         Copy left and right members over if adding longer string.
11920
11921 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11922
11923         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
11924
11925         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
11926         (__syscall_gethostname): Add prototype.
11927
11928 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11929
11930         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
11931
11932 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
11933
11934         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
11935
11936 2001-08-27  Roland McGrath  <roland@frob.com>
11937
11938         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
11939         short, copy that much into NAME anyway before returning error.
11940
11941 2001-09-01  Richard Henderson  <rth@redhat.com>
11942
11943         * sysdeps/alpha/elf/Dist: Remove file.
11944         * sysdeps/alpha/elf/Makefile: Remove file.
11945         * sysdeps/alpha/elf/crtbegin.S: Remove file.
11946         * sysdeps/alpha/elf/crtend.S: Remove file.
11947         * sysdeps/alpha/elf/initfini.c: New file.
11948
11949 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
11950
11951         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
11952         * iconv/tst-iconv3.c: Likewise.
11953
11954 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
11955
11956         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
11957
11958 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
11959
11960         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
11961         export it.
11962         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
11963         * iconv/iconv_prog.c (insert_cache): New function.
11964         (print_known_names): If cache is used call insert_cache to use the
11965         information from the cache [PR libc/2509].
11966
11967 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
11968
11969         * time/strptime.c (strptime_internal): Recognize 'l' format and
11970         handle it like 'I' for symmetry with strftime.
11971
11972 2001-08-31  Richard Henderson  <rth@redhat.com>
11973
11974         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
11975         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
11976         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
11977         (print_statistics): Make scalar unsigned long long.
11978         * sysdeps/alpha/hp-timing.h: New file.
11979
11980 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11981
11982         * stdio-common/perror.c (perror): Save errno early, pass it
11983         down to perror_internal.
11984         (perror_internal): Add errnum argument.
11985
11986 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11987
11988         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
11989         Don't add old memory content for R_ALPHA_REFQUAD.
11990
11991 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11992
11993         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
11994         memory correctly.
11995
11996         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
11997         instead of open, __close instead of close, __getpagesize instead
11998         of getpagesize.
11999
12000         * string/argz-stringify.c (__argz_stringify): Use __strnlen
12001         instead of strnlen.
12002         * include/string.h (strndupa): Redefine here to use __strnlen
12003         instead of strnlen.
12004         * string/strndup.c (__strndup): Use __strnlen not strnlen.
12005
12006         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
12007         connected).
12008
12009 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12010
12011         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
12012         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
12013         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
12014         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
12015         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
12016         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
12017         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
12018
12019 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12020
12021         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
12022
12023 2001-08-30  Andreas Jaeger  <aj@suse.de>
12024
12025         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
12026         contributed Stephen L Moshier.
12027
12028 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12029
12030         * sunrpc/etc.rpc (sgi_fam): Add.
12031
12032 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12033
12034         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
12035
12036 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12037
12038         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
12039         first is from a previous call.
12040         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
12041
12042 2001-08-29  Andreas Schwab  <schwab@suse.de>
12043
12044         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
12045
12046 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12047
12048         * config.make.in (INSTALL_SCRIPT): Define.
12049         * Makeconfig (INSTALL_SCRIPT): Define.
12050         * Makerules (do-install-script): New macro to install scripts using
12051         INSTALL_SCRIPT.
12052         (install-bin-script): New rule to install scripts with
12053         do-install-script.
12054         (install-bin-script-nosubdir): New rule.
12055         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
12056         (distinfo-vars): Add $(install-bin-script).
12057         * Rules (others): Likewise.
12058         * Makefile (glibcbug): Install with install-bin-script.
12059         * debug/Makefile (xtrace): Likewise.
12060         (catchsegv): Likewise.
12061         * elf/Makefile (ldd): Likewise.
12062         * malloc/Makefile (mtrace): Likewise.
12063         * timezone/Makefile (tzselect): Likewise.
12064
12065 2001-08-29  H.J. Lu  <hjl@gnu.org>
12066
12067         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
12068         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
12069         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
12070
12071 2001-08-29  Andreas Schwab  <schwab@suse.de>
12072
12073         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
12074
12075 2001-08-28  H.J. Lu  <hjl@gnu.org>
12076
12077         * Makeconfig (combreloc-LDFLAGS): New variable.
12078         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
12079         * config.make.in (have-z-combreloc): New variable.
12080         * configure.in: Substitute libc_cv_z_combreloc.
12081
12082 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12083
12084         * po/sv.po: Update from translation team.
12085         * po/fr.po: Likewise.
12086         * po/da.po: Likewise.
12087
12088 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12089
12090         * Makerules: Fix a typo: MD% -> MD5.
12091
12092 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
12093
12094         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
12095         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
12096
12097 2001-08-28  Andreas Jaeger  <aj@suse.de>
12098
12099         * manual/libc-texinfo.sh: Add entry about free manuals.
12100
12101         * manual/contrib.texi (Contributors): Fix cross reference.
12102
12103         * manual/libc.texinfo (Copying): Include freemanuals.
12104
12105         * manual/Makefile (appendices): Add freemanuals.
12106
12107         * manual/freemanuals.texi: New file.
12108         Patch by Brian Youmans <3diff@gnu.org>.
12109
12110         * manual/libm-err-tab.pl: Pretty print more platforms, print a
12111         smaller table.
12112
12113         * manual/math.texi (Errors in Math Functions): Fix grammar, start
12114         table on separate page.
12115         Patch by Brian Youmans <3diff@gnu.org>.
12116
12117 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12118
12119         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
12120         the connection went down after we first used it try to connect
12121         again and resend the message before printing to the console.
12122         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
12123
12124 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12125
12126         * string/tst-strlen.c (main): Test strnlen (, -1) too.
12127         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
12128         bit set.
12129
12130 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12131
12132         * iconv/strtab.c (searchstring): Use correct length for comparison.
12133         (strtabadd): Account total size correct if new string has old string as
12134         substring.
12135
12136 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12137
12138         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
12139
12140 2001-08-27  Andreas Jaeger  <aj@suse.de>
12141
12142         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
12143
12144         * math/libm-test.inc (j0_test): Add extra tests.
12145         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
12146         not x, in Hankel approximation.
12147         Patches by Stephen L Moshier.
12148
12149 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12150
12151         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
12152         link_map.
12153
12154         * configure.in: Fix test for .rela.dyn section.
12155
12156         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
12157
12158 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12159
12160         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
12161         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
12162         Pass type_class to _dl_lookup_*.
12163         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
12164         Pass around just type_class instead of noexec, noplt pair.
12165         (_dl_lookup_versioned_symbol): Likewise.
12166         (_dl_lookup_symbol_skip): Pass around just type_class instead of
12167         noexec, noplt pair.
12168         (_dl_lookup_versioned_symbol_skip): Likewise.
12169         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
12170         * elf/do-lookup.h (do_lookup): Likewise.
12171         * include/link.h (struct link_map): Replace noexec and noplt fields
12172         in l_lookup_cache with type_class field.
12173         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
12174         ELF_RTYPE_CLASS_COPY): Define.
12175         Adjust prototypes for _dl_lookup_symbol and
12176         _dl_lookup_versioned_symbol.
12177         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
12178         elf_machine_lookup_noexec_p): Remove.
12179         (elf_machine_type_class): Define.
12180         * sysdeps/arm/dl-machine.h: Likewise.
12181         * sysdeps/hppa/dl-machine.h: Likewise.
12182         * sysdeps/cris/dl-machine.h: Likewise.
12183         * sysdeps/i386/dl-machine.h: Likewise.
12184         * sysdeps/ia64/dl-machine.h: Likewise.
12185         * sysdeps/m68k/dl-machine.h: Likewise.
12186         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12187         * sysdeps/mips/dl-machine.h: Likewise.
12188         * sysdeps/powerpc/dl-machine.h: Likewise.
12189         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12190         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12191         * sysdeps/sh/dl-machine.h: Likewise.
12192         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12193         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12194
12195 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12196
12197         * manual/message.texi (Advanced gettext functions): Change
12198         description of plural forms for Slovak.
12199         Reported by Marcel Telka <marcel@telka.sk>.
12200
12201         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
12202         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
12203
12204 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12205
12206         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
12207         typo.  Patch by Florian La Roche <laroche@redhat.com>.
12208
12209 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12210
12211         * include/link.h (struct link_map): Add l_lookup_cache element.
12212         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
12213         (RESOLVE_MAP): Likewise.
12214         (_dl_relocate_object): Remove cache initialization.
12215         * elf/dl-lookup.c: Rip out cache handling code.
12216         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
12217         declarations.
12218
12219         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
12220         remove some __builtin_expect.
12221         (_dl_lookup_versioned_symbol): Likewise.
12222
12223         * config.h.in: Add HAVE_Z_COMBRELOC.
12224         * configure.in: Add test for -z combreloc.
12225
12226         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
12227         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
12228         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
12229         case to almost no code.
12230
12231 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
12232
12233         * po/tr.po: Update from translation team.
12234
12235 2001-08-24  Andreas Jaeger  <aj@suse.de>
12236
12237         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
12238         make clean works.
12239
12240 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12241
12242         * elf/rtld.c (print_statistics): Printf % after percent values.
12243         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
12244
12245         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
12246         don't have to compute the hash value and initialize current_value.
12247         Move reference_name variable to where it is needed.
12248         (_dl_lookup_versioned_symbol): Likewise.
12249
12250 2001-08-24  Roland McGrath  <roland@frob.com>
12251
12252         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
12253         Just test that strerror returns non-null for a few errno codes.
12254
12255 2001-08-23  Roland McGrath  <roland@frob.com>
12256
12257         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
12258         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
12259
12260         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
12261
12262         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
12263         __mach_reply_port.
12264
12265 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12266
12267         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
12268         returns NULL.
12269
12270         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
12271         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
12272         doesn't do it.
12273         * elf/rtld.c: Include <sys/param.h>.
12274         * elf/dl-reloc.c: Likewise.
12275
12276 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12277
12278         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
12279         empty to prevent junk from being generated.
12280         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
12281
12282 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12283
12284         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
12285         records.  Rename endrel to relative, initialize it to r, and use it
12286         in elf_machine_rel_relative calls.  Point r after relative relocs.
12287
12288 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12289
12290         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
12291         of R_386_NONE.
12292
12293 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12294
12295         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
12296         necessary.  Undefine newly defined macros at the end.
12297         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
12298         Rename from elf_machine_rel_relative.
12299         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
12300         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
12301         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
12302         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
12303         Likewise.
12304         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
12305         Likewise.
12306         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
12307         Fix argument types.
12308         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
12309         Fix argument types.
12310         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
12311         Likewise.  Fix argument types.
12312         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
12313         Likewise.  Fix argument types.
12314         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
12315         Fix argument types.
12316         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
12317         ElfW(Rel) in argument.
12318         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
12319         function.
12320
12321 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
12322
12323         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12324
12325 2001-08-24  Andreas Jaeger  <aj@suse.de>
12326
12327         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12328         Stephen L Moshier <moshier@mediaone.net>.
12329
12330 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12331
12332         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12333         first if RELCOUNT is set.
12334
12335         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12336         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12337         elf_machine_rel_relative.
12338         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12339         Minor optimizations.
12340         * sysdeps/arm/dl-machine.h: Likewise.
12341         * sysdeps/cris/dl-machine.h: Likewise.
12342         * sysdeps/hppa/dl-machine.h: Likewise.
12343         * sysdeps/i386/dl-machine.h: Likewise.
12344         * sysdeps/ia64/dl-machine.h: Likewise.
12345         * sysdeps/m68k/dl-machine.h: Likewise.
12346         * sysdeps/mips/dl-machine.h: Likewise.
12347         * sysdeps/powerpc/dl-machine.h: Likewise.
12348         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12349         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12350         * sysdeps/sh/dl-machine.h: Likewise.
12351         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12352         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12353
12354 2001-08-23  Roland McGrath  <roland@frob.com>
12355
12356         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
12357
12358         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
12359         sysdeps/mach version.  Implement counting ("recursive") mutexes
12360         on top of cthreads mutexes.
12361         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
12362
12363         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
12364         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
12365         (__libc_cleanup_region_start, __libc_cleanup_region_end,
12366         __libc_clean_end): Define these to call the cleanup function after
12367         normal exit when they're supposed to.
12368
12369         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
12370         Take new first arg DOIT, a boolean saying whether to really install
12371         any cleanup handler.
12372         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
12373         (__libc_cleanup_end): Likewise.
12374         * sysdeps/generic/bits/libc-lock.h: Same changes.
12375         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
12376         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
12377         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
12378         Likewise.
12379         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
12380         * sysdeps/generic/bits/stdio-lock.h
12381         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
12382
12383 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12384
12385         * elf/ldconfig.c (search_dir): Remove stale symlinks.
12386
12387 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12388
12389         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
12390         functions.
12391         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
12392         lookups in cache.
12393         (_dl_lookup_versioned_symbol): Likewise.
12394         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
12395         relocation lookup.
12396         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
12397         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
12398         (lookup_cache, lookup_cache_versioned): Add declarations.
12399
12400 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12401
12402         * stdlib/tst-random.c (main): Swap parameters in fail call.
12403         Patch by Pete Bevin <pete@petebevin.com>.
12404
12405 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12406
12407         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
12408
12409 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12410
12411         * malloc/obstack.c: Indent preprocessor directives.
12412         Patch by Jim Meyering <meyering@ascend.com>.
12413
12414         * po/ja.po: Update from translation team.
12415
12416 2001-08-23  Roland McGrath  <roland@frob.com>
12417
12418         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
12419
12420         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
12421         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
12422
12423 2001-08-22  Roland McGrath  <roland@frob.com>
12424
12425         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
12426         __libc_lock_define_recursive.
12427         * elf/dl-open.c: Don't declare it here any more.
12428         * elf/dl-close.c: Likewise.
12429         * elf/dl-lookup.c: Likewise.
12430         * elf/dl-iteratephdr.c: Likewise.
12431         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
12432         __libc_lock_unlock_recursive.
12433         * elf/dl-close.c (_dl_close): Likewise
12434         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
12435         * elf/dl-open.c (_dl_open): Likewise
12436
12437         * sysdeps/generic/bits/libc-lock.h
12438         (__libc_lock_define_recursive): New macro.
12439         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
12440         (_IO_lock_lock): Use __libc_lock_lock_recursive.
12441         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
12442
12443         * conform/conformtest.pl (checknamespace): Sort the output list.
12444
12445         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
12446         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
12447         definitions conditional on [__USE_XOPEN].
12448
12449         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
12450         these unconditionally, not only use [__USE_BSD], so as to match
12451         the sysdeps/unix/sysv/linux files.
12452
12453 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12454
12455         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
12456         avoid warnings.
12457
12458         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
12459         DL_LOOKUP_ADDRESS.
12460
12461 2001-08-22  Roland McGrath  <roland@frob.com>
12462
12463         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
12464         conditionalization of sa_handler/sa_sigaction member types to
12465         match the sysdeps/unix/sysv/linux file.
12466
12467 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12468
12469         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
12470         symbol sizes a bit better.
12471
12472         * sysdeps/ia64/strncpy.S: Complete rewrite.
12473         Contributed by Jakub Jelinek <jakub@redhat.com>.
12474
12475         * string/stratcliff.c (main): Add strncpy test.
12476
12477 2001-08-22  Roland McGrath  <roland@frob.com>
12478
12479         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
12480         and don't declare unsetenv or _environ directly.
12481         (unsetenv): Return int, not void.  Use __environ instead of _environ.
12482
12483 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
12484
12485         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
12486         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
12487         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
12488         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
12489         test for cmsg struct size.
12490
12491 2001-04-23  Paul Eggert  <eggert@twinsun.com>
12492
12493         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
12494         Rename __argc to ___argc in prototypes to avoid compatibility
12495         problems with systems that reserve the identifier "__argc".
12496         Similarly for __argv.
12497
12498 2001-08-21  Roland McGrath  <roland@frob.com>
12499
12500         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
12501
12502         * mach/Makefile (tests): Removed.
12503         * mach/hello.c: File removed.
12504
12505 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12506
12507         * po/sv.po: Update from translation team.
12508
12509         * stdio-common/vfscanf.c: Fix handling of %l[].
12510         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
12511
12512         * libio/Makefile (tests): Add tst-sscanf.
12513         * libio/tst-sscanf.c: New file.
12514
12515         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
12516         * malloc/mtrace.c (tr_where): dli_sname always points to a
12517         non-empty string if != NULL.
12518         Reported by Tim Janik <timj@gtk.org>.
12519
12520 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
12521
12522         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
12523         buf.  Free resources on failure.
12524         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
12525         (makefd_xprt): Likewise.
12526         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
12527         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
12528         * sunrpc/auth_unix.c (authunix_create): Likewise.
12529
12530 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
12531
12532         * string/strnlen.c: Remove.
12533         * sysdeps/generic/strnlen.c: New file.
12534         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
12535
12536 2001-08-21  Roland McGrath  <roland@frob.com>
12537
12538         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
12539         as a macro, not an extern inline function.
12540
12541         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
12542         * Versions.def (libc): Add GLIBC_2.2.5 set.
12543         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
12544         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
12545
12546 2001-08-20  Roland McGrath  <roland@frob.com>
12547
12548         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
12549         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
12550
12551 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12552
12553         * string/bits/string2.h: Remove strnlen optimization here.
12554         * sysdeps/i386/i486/bits/string.h: Add it here.
12555
12556 2001-08-21  Wolfram Gloger  <wg@malloc.de>
12557
12558         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
12559
12560 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12561
12562         * po/gl.po: Update from translation team.
12563
12564 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12565
12566         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
12567         * misc/err.c (convert_and_print): Likewise.
12568
12569         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
12570         function calls.
12571
12572 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12573
12574         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
12575         change of the gregset_t type.
12576         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12577
12578 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12579
12580         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
12581
12582 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12583
12584         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
12585
12586         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
12587
12588 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
12589
12590         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
12591         before calling the cthreads initialization code.
12592
12593 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12594
12595         * argp/argp-help.c: Fix two problems introduced in last change.
12596
12597         * include/dirent.h: Include <dirstream.h> first.
12598
12599 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
12600
12601         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
12602
12603         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
12604         * sunrpc/xdr_rec.c: Likewise.
12605         * sunrpc/xdr_mem.c: Likewise.
12606         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
12607         * sunrpc/rpc_cmsg.c: Likewise.
12608         * sunrpc/getrpcport.c (getrpcport): Likewise.
12609         * sunrpc/clnt_simp.c (callrpc): Likewise.
12610         * sunrpc/clnt_gen.c (clnt_create): Likewise.
12611         * string/envz.c: Likewise.
12612
12613         * po/ko.po: Update from translation team.
12614
12615         * argp/argp-help.c: Handle wide oriented stderr stream.
12616
12617 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
12618
12619         * sysdeps/generic/strtol.c: Little optimizations.  Add some
12620         __builtin_expect.
12621
12622         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
12623
12624         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
12625         * wcsmbs/wcwidth.c (wcwdith): Likewise.
12626         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
12627
12628         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
12629
12630         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
12631
12632         * time/time.h (struct timespec): Use __time_t for tv_sec element.
12633
12634         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
12635         wchar_t for function declarations and defintions.
12636
12637         * misc/sys/select.h: Define __need_time_t before including <time.h>.
12638         Define suseconds_t if it hasn't happened yet.
12639
12640         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
12641
12642         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
12643
12644         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
12645         <stddef.h>.
12646
12647         * conform/data/stddef.h-data: Remove wint_t.
12648
12649         * conform/conformtest.pl: Change namespace test to take #undef
12650         lines into account.
12651
12652         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
12653
12654         * conform/data/sys/socket.h-data: Add sockatmark.
12655
12656 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12657
12658         * io/fts.c: Update from recent BSD source.
12659
12660 2001-08-17  Roland McGrath  <roland@frob.com>
12661
12662         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
12663         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
12664         Likewise.
12665
12666 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12667
12668         * locale/duplocale.c (__duplocale): Also initialize the special
12669         __ctype_* elements.
12670
12671         * conform/data/netdb.h-data: Adjust gai_strerror return type.
12672
12673 2001-08-17  Andreas Jaeger  <aj@suse.de>
12674
12675         * misc/getpass.c: Include wchar.h for prototypes.
12676         * malloc/obstack.c: Likewise.
12677
12678 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12679
12680         * sunrpc/svc_simple.c (universal): Use __write instead of write.
12681
12682         * wcsmbs/wcscoll.c: Also define __wcscoll.
12683         * include/wchar.h: Declare __wcscoll.
12684
12685         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12686         * libio/vwprintf.c: Likewise.
12687         * libio/wprintf.c: Likewise.
12688
12689         * iconv/gconv_cache.c: Use __munmap instead of munmap.
12690
12691 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
12692
12693         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12694         instead of mbrtowc.
12695         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12696         wcslen, and __wcscoll instead of wcscoll.
12697
12698         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12699
12700         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12701         __getuid instead of getuid.
12702
12703         * stdio-common/perror.c (perror): Use __close instead of close.
12704         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12705         * libio/freopen.c (freopen): Likewise.
12706         * libio/freopen64.c (freopen64): Likewise.
12707
12708         * libio/tst-ungetwc2.c (main): Define str const.
12709
12710         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12711         * libio/fwprintf.c: Also define __fwprintf.
12712         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12713         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12714         * assert/assert-perr.c: Likewise.
12715         * assert/assert.c: Likewise.
12716         * gmon/gmon.c: Likewise.
12717         * inet/rcmd.c: Likewise.
12718         * malloc/obstack.c: Likewise.
12719         * misc/err.c: Likewise.
12720         * misc/error.c: Likewise.
12721         * misc/getpass.c: Likewise.
12722         * posix/getopt.c: Likewise.
12723         * resolv/res_hconf.c: Likewise.
12724         * stdio-common/perror.c: Likewise.
12725         * stdio-common/psignal.c: Likewise.
12726         * stdlib/fmtmsg.c: Likewise.
12727         * sunrpc/auth_unix.c: Likewise.
12728         * sunrpc/clnt_perr.c: Likewise.
12729         * sunrpc/clnt_tcp.c: Likewise.
12730         * sunrpc/clnt_udp.c: Likewise.
12731         * sunrpc/clnt_unix.c: Likewise.
12732         * sunrpc/svc_simple.c: Likewise.
12733         * sunrpc/svc_tcp.c: Likewise.
12734         * sunrpc/svc_udp.c: Likewise.
12735         * sunrpc/svc_unix.c: Likewise.
12736         * sunrpc/xdr.c: Likewise.
12737         * sunrpc/xdr_array.c: Likewise.
12738         * sunrpc/xdr_rec.c: Likewise.
12739         * sunrpc/xdr_ref.c: Likewise.
12740         * sysdeps/generic/wordexp.c: Likewise.
12741
12742         * po/it.po: Update from translation team.
12743
12744         * misc/err.c: Handle wide oriented stderr stream.
12745
12746 2001-08-14  Tom Rix  <trix@redhat.com>
12747
12748         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12749         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12750
12751 2001-08-13  Tom Rix  <trix@redhat.com>
12752
12753         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12754         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12755         and __intptr_t.
12756
12757 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12758
12759         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
12760         Store the access registers to the ucontext structure.
12761         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
12762         Likewise.
12763
12764         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
12765         Load the access registers from the ucontext structure.
12766         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
12767         Likewise.
12768
12769         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
12770         offsets to the new ucontext layout.
12771         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
12772
12773         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
12774         of the ucontext structure.
12775         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12776
12777 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
12778
12779         * misc/error.c (error): Handle wide oriented stderr stream correctly.
12780         (error_at_line): Likewise.
12781
12782         * stdio-common/perror.c (perror): Implement according to standard.
12783         The stream orientation must not be changed if the stream was not
12784         oriented before the call.
12785         * stdio-common/Makefile (tests): Add tst-perror.
12786         * stdio-common/tst-perror.c: New file.
12787
12788
12789 See ChangeLog.12 for earlier changes.