* manual/libc.texinfo: @ifinfo -> @ifnottex around copyright notice.
[platform/upstream/glibc.git] / ChangeLog
1 2002-09-13  Roland McGrath  <roland@redhat.com>
2
3         * manual/libc.texinfo: @ifinfo -> @ifnottex around copyright notice.
4
5 2002-09-13  Andreas Jaeger  <aj@suse.de>
6
7         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add readahead
8         syscall.  Patch by Guido Guenther <agx@sigxcpu.org>.
9
10 2002-09-12  Ulrich Drepper  <drepper@redhat.com>
11
12         * elf/elf.h: Correct DT_LOOS and DT_HIOS values.
13
14 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
15
16         * sysdeps/powerpc/fpu/s_isnan.c: #undef __isnanf and isnanf after
17         reading the headers.
18
19 2002-09-12  Roland McGrath  <roland@redhat.com>
20
21         * elf/rtld.c (_dl_start_final): Move _begin, _end decls outside the fn.
22         (_dl_start) [DONT_USE_BOOTSTRAP_MAP]: Use &_begin instead of l_addr to
23         find the ELF header.
24
25         * elf/rtld.c (dl_main) [USE_TLS]: Adjust l_tls_initimage of main
26         executable if needed, in case it's actually a shared object.
27
28 2002-09-11  Roland McGrath  <roland@redhat.com>
29
30         * elf/dl-load.c (_dl_map_object_from_fd): Use l_addr instead of
31         l_map_start to adjust l_tls_initimage.
32
33         * nss/getnssent_r.c (__nss_getent_r): Use EAGAIN instead of errno
34         when using h_errno and it's not set to NETDB_INTERNAL.
35         * nss/getXXbyYY_r.c [NEED_H_ERRNO]: Likewise.
36
37         * Makefile ($(common-objpfx)testrun.sh): New target.
38         (others): Depend on it.
39         (postclean-generated): Append it.
40
41         * nss/bug-erange.c: New file.
42         * nss/Makefile (tests): Add it.
43
44         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Return errno
45         instead of always EAGAIN when status is NSS_STATUS_TRYAGAIN.
46
47         * sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without
48         strncmp, keeps the code smaller for a non-performance-critical case.
49
50         * sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,
51         no longer wrongly matches arbitrary prefixes of NAME.
52         Reported by Jakub Jelinek <jakub@redhat.com>.
53
54 2002-09-11  Jakub Jelinek  <jakub@redhat.com>
55
56         * posix/bug-regex11.c (tests): New array.
57         (main): Rewritten to run more different tests.
58
59 2002-09-10  Roland McGrath  <roland@redhat.com>
60
61         * nscd/Makefile (CPPFLAGS-nscd, CPPFLAGS-nscd_conf, CPPFLAGS-dbg_log)
62         (CPPFLAGS-connections, CPPFLAGS-hstcache): Variables removed.
63         Instead, catch all of $(nscd-modules) via cppflags-iterator.mk.
64
65         * sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
66         well so we don't get it declared by include/math.h's hidden_proto.
67         Then do hidden_proto for __isnanf locally so hidden_def works right.
68
69         * posix/bug-regex5.c (main): Use `union locale_data_value' rather than
70         a cast to turn nl_langinfo return value into an integer.
71
72 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
73
74         * posix/regexec.c (build_trtable): Fix the destination of
75         newline to prevent wrong states from overwriting.
76         Append break statements to optimization.
77
78 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
79
80         * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if.
81         (build_range_exp): Add castings to strlen invocations.
82         (build_collating_symbol): Restore the type of characters from "char"
83         to "unsigned char", and supplement castings.
84         (build_collating_symbol): Likewise.
85         (build_equiv_class): Likewise.
86         (build_charclass): Likewise.
87         (seek_collating_symbol_entry): Likewise.
88         (parse_bracket_exp): Likewise.
89         (build_word_op): Supplement a casting.
90         * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if.
91         (re_string_allocate): Fix castings.
92         (re_string_construct): Likewise.
93         (re_string_construct_common): Likewise.
94         (re_string_realloc_buffers): Likewise.
95         (build_wcs_buffer): Likewise.
96         (build_wcs_upper_buffer): Likewise.
97         (re_string_skip_chars): Likewise.
98         (re_string_reconstruct): Likewise.
99         * posix/regex_internal.h: Restore the type of characters in
100         re_string_t and bracket_elem_t from "char" to "unsigned char".
101         (re_string_elem_size_at): Fix castings.
102         * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if.
103         (transit_state_bkref_loop): Restore the type of characters from
104         "char" to "unsigned char", and append a cast to "char*" pointer in
105         array subscript.
106         (check_node_accept_bytes): Likewise.
107         (find_collation_sequence_value): Likewise.
108
109 2002-09-10  Hartvig Ekner  <hartvige@mips.com>
110
111         * sysdeps/mips/memcpy.S: New file.
112         * sysdeps/mips/memset.S: New file.
113         * sysdeps/mips/fpu/e_sqrt.c:  New file.
114         * sysdeps/mips/fpu/e_sqrtf.c: New file.
115
116         * fpu/fclrexcpt.c: Cleaned up the FPU exception stuff - was not
117         functional before. Also removed all SHLIB_COMPAT stuff.
118         * fpu/fegetenv.c: Likewise.
119         * fpu/fesetenv.c:: Likewise.
120         * fpu/feupdateenv.c: Likewise.
121         * fpu/fgetexcptflg.c: Likewise.
122         * fpu/fraiseexcpt.c: Likewise.
123
124         * sysdeps/mips/fpu/fsetexcptflg.c: New file.
125
126 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
127
128         * include/math.h (__finite_internal, __finitef_internal,
129         __finitel_internal, __isinf_internal, __isnan_internal): Remove.
130         (isfinite): Remove.
131         (__finite, __isinf, __isnan, __finitef, __isinff, __isnanf, __finitel,
132         __isinfl, __isnanl): Add hidden_proto.
133         (__fpclassify, __fpclassifyf, __fpclassifyl, __expm1l): Add
134         libm_hidden_proto.
135         * math/Makefile (libm-calls): Add s_isinf and s_isnan.
136         * stdio-common/printf_fp.c (__printf_fp): Remove INTUSE from
137         __is{inf,nan} calls.
138         * stdio-common/printf_size.c (printf_size): Likewise.
139         * sysdeps/generic/printf_fphex.c (__printf_fphex): Likewise.
140         * sysdeps/generic/s_ldexp.c (__ldexp): Likewise.
141         * sysdeps/generic/s_ldexpf.c (__ldexpf): Likewise.
142         * sysdeps/generic/s_ldexpl.c (__ldexpl): Likewise.
143         * sysdeps/generic/s_expm1l.c (__expm1l): Add libm_hidden_def.
144         * sysdeps/i386/fpu/s_finite.S (__finite_internal): Remove alias.
145         (__finite): Add hidden_def.
146         * sysdeps/i386/fpu/s_finitef.S (__finitef_internal): Remove alias.
147         (__finitef): Add hidden_def.
148         * sysdeps/i386/fpu/s_finitel.S (__finitel_internal): Remove alias.
149         (__finitel): Add hidden_def.
150         * sysdeps/i386/fpu/s_isinfl.c (__isinfl): Remove INTDEF.  Add
151         hidden_def.
152         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
153         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Add
154         libm_hidden_def.
155         * sysdeps/i386/fpu/s_expm1l.S (__expm1l): Likewise.
156         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Remove INTDEF.  Add
157         hidden_def.
158         * sysdeps/ieee754/dbl-64/s_isinf.c (__isinf): Likewise.
159         (__isinfl): Remove INTDEF.
160         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Remove INTDEF.  Add
161         hidden_def.
162         (__isnanl): Remove INTDEF.
163         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Add
164         libm_hidden_def.
165         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Use __sin and __cos
166         instead of sin and cos.
167         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Remove INTDEF.
168         Add hidden_def.
169         * sysdeps/ieee754/flt-32/s_isinff.c (__isinff): Likewise.
170         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
171         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Add
172         libm_hidden_def.
173         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Remove INTDEF.
174         Add hidden_def.
175         * sysdeps/ieee754/ldbl-128/s_isinfl.c (__isinfl): Likewise.
176         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
177         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl): Add
178         libm_hidden_def.
179         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add
180         libm_hidden_def.
181         * sysdeps/ieee754/ldbl-96/s_finitel.c (__finitel): Remove INTDEF.
182         Add hidden_def.
183         * sysdeps/ieee754/ldbl-96/s_isinfl.c (__isinfl): Likewise.
184         * sysdeps/ieee754/ldbl-96/s_isnanl.c (__isnanl): Likewise.
185         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c (__fpclassifyl): Add
186         libm_hidden_def.
187         * sysdeps/ia64/fpu/s_finite.S (__finite_internal, __finitef_internal,
188         __finitel_internal): Remove aliases.
189         (__finite, __finitef, __finitel): Add hidden_def.
190         * sysdeps/ia64/fpu/s_isnan.S (__isnan_internal, __isnanf_internal,
191         __isnanl_internal): Remove aliases.
192         (__isnan, __isnanf, __isnanl): Add hidden_def.
193         * sysdeps/ia64/fpu/s_isinf.S (__isinf_internal, __isinff_internal,
194         __isinfl_internal): Remove aliases.
195         (__isinf, __isinff, __isinfl): Add hidden_def.
196         * sysdeps/ia64/fpu/s_fpclassify.S (__fpclassify, __fpclassifyf,
197         __fpclassifyl): Add libm_hidden_def.
198         * sysdeps/ia64/fpu/s_expm1l.S (__expm1l): Likewise.
199         * sysdeps/m68k/s_isinfl.c (__isinfl): Remove INTDEF.  Add hidden_def.
200         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Remove.
201         (hidden_defx): Define and use.
202         * sysdeps/m68k/fpu/s_fpclassifyl.c (__fpclassifyl): Add
203         libm_hidden_def.
204         * sysdeps/m68k/fpu/s_expm1l.c (__expm1l): Likewise.
205         * sysdeps/m68k/s_isnanl.c (__isnanl): Add hidden_def.
206         * sysdeps/powerpc/fpu/s_isnan.c (__isnan, __isnanf, __isnanl):
207         Remove INTDEF.
208         (__isnan, __isnanf): Add hidden_def.
209         * sysdeps/x86_64/fpu/s_finitel.S (__finitel_internal): Remove alias.
210         (__finitel): Add libm_hidden_def.
211         * sysdeps/x86_64/fpu/s_expm1l.S (__expm1l): Likewise.
212
213         * include/fenv.h (feraiseexcept, fesetenv): Add libm_hidden_proto.
214         * sysdeps/alpha/fpu/fesetenv.c (fesetenv): Add libm_hidden_ver.
215         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
216         * sysdeps/arm/fpu/fesetenv.c (fesetenv): Likewise.
217         * sysdeps/arm/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
218         * sysdeps/generic/fesetenv.c (fesetenv): Likewise.
219         * sysdeps/generic/fraiseexcpt.c (feraiseexcept): Likewise.
220         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
221         * sysdeps/i386/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
222         * sysdeps/m68k/fpu/fesetenv.c (fesetenv): Likewise.
223         * sysdeps/m68k/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
224         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Likewise.
225         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
226         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Likewise.
227         * sysdeps/powerpc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
228         * sysdeps/sparc/fpu/fesetenv.c (fesetenv): Likewise.
229         * sysdeps/sparc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
230         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Add libm_hidden_def.
231         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
232         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Likewise.
233         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
234         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
235         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
236         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
237         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
238         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Likewise.
239         * sysdeps/x86_64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
240
241 2002-09-09  Steven Munroe  <sjmunroe@us.ibm.com>
242
243         * elf/elf.h: Add powerpc64 specific elf relocation and dynamic types.
244
245 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
246
247         * elf/dl-error.c (_dl_signal_cerror): Don't print anything if only
248         LD_DEBUG=statistics or LD_TRACE_PRELINKING.
249
250 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
251
252         * string/stratcliff.c: Some more strncpy tests.
253         Patch by Daniel Jacobowitz <drow@mvista.com>.
254
255 2002-09-08  Roland McGrath  <roland@redhat.com>
256
257         * resolv/resolv.h: Include <sys/types.h> for u_long even in
258         the [__need_res_state] case.
259         Reported by Bruno Haible <bruno@clisp.org>.
260
261 2002-09-04  Bruno Haible  <bruno@clisp.org>
262
263         * sysdeps/generic/bits/ustat.h: Comment fix.
264         * io/sys/sendfile.h: Comment fix.
265         * sysdeps/posix/pread.c: Comment fix.
266         * sysdeps/posix/pread64.c: Comment fix.
267         * sysdeps/posix/pwrite.c: Comment fix.
268         * sysdeps/posix/pwrite64.c: Comment fix.
269
270 2002-09-06  Roland McGrath  <roland@redhat.com>
271
272         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
273         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
274         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
275         (_UTSNAME_MACHINE_LENGTH): Likewise.
276         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
277
278 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
279
280         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
281         test for filesystem type name of mount points.
282
283         * include/errno.h: Use errno definition with __thread for now only
284         in libc and ld.so.
285
286         * test-skeleton.c (main): Improve error message for unexpected
287         signal case.
288
289 2002-09-05  Roland McGrath  <roland@redhat.com>
290
291         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
292         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
293
294 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
295
296         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
297         case of failure.
298
299 2002-09-04  Bruno Haible  <bruno@clisp.org>
300
301         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
302         sigset_get_old_mask): Turn into inline functions.
303         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
304         sigset_get_old_mask): Likewise.
305         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
306         sigset_get_old_mask): Likewise.
307         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
308         syntax.
309
310         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
311
312         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
313         default definitions.
314         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
315         _sys_nerr_internal instead of _sys_nerr.
316
317         * nscd/connections.c (handle_request): Declare CALLER inside #if.
318
319 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
320
321         * sysdeps/powerpc/__longjmp.S: Moved to...
322         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
323         * sysdeps/powerpc/add_n.S: Moved to...
324         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
325         * sysdeps/powerpc/addmul_1.S: Moved to...
326         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
327         * sysdeps/powerpc/atomicity.h: Moved to...
328         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
329         * sysdeps/powerpc/backtrace.c: Moved to...
330         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
331         * sysdeps/powerpc/bp-asm.h: Moved to...
332         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
333         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
334         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
335         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
336         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
337         * sysdeps/powerpc/dl-machine.c: Moved to...
338         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
339         * sysdeps/powerpc/dl-machine.h: Moved to...
340         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
341         * sysdeps/powerpc/dl-start.S: Moved to...
342         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
343         * sysdeps/powerpc/gprrest0.S: Moved to...
344         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
345         * sysdeps/powerpc/gprrest1.S: Moved to...
346         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
347         * sysdeps/powerpc/gprsave0.S: Moved to...
348         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
349         * sysdeps/powerpc/gprsave1.S: Moved to...
350         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
351         * sysdeps/powerpc/lshift.S: Moved to...
352         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
353         * sysdeps/powerpc/memset.S: Moved to...
354         * sysdeps/powerpc/powerpc32/memset.S: ...here.
355         * sysdeps/powerpc/mul_1.S: Moved to...
356         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
357         * sysdeps/powerpc/ppc-mcount.S: Moved to...
358         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
359         * sysdeps/powerpc/register-dump.h: Moved to...
360         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
361         * sysdeps/powerpc/rshift.S: Moved to...
362         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
363         * sysdeps/powerpc/setjmp.S: Moved to...
364         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
365         * sysdeps/powerpc/stpcpy.S: Moved to...
366         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
367         * sysdeps/powerpc/strchr.S: Moved to...
368         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
369         * sysdeps/powerpc/strcmp.S: Moved to...
370         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
371         * sysdeps/powerpc/strcpy.S: Moved to...
372         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
373         * sysdeps/powerpc/strlen.S: Moved to...
374         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
375         * sysdeps/powerpc/sub_n.S: Moved to...
376         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
377         * sysdeps/powerpc/submul_1.S: Moved to...
378         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
379         * sysdeps/powerpc/elf/bzero.S: Moved to...
380         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
381         * sysdeps/powerpc/elf/start.S: Moved to...
382         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
383         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
384         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
385         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
386         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
387         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
388         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
389         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
390         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
391         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
392         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
393         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
394         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
395         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
396         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
397         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
399         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
401         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
403         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
405         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
406         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
407         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
409         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
410         powerpc/powerpc64.
411
412 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
413
414         * FAQ.in: Add powerpc64 to supported targets list. Also state the
415         minimum gcc version is 3.2
416         * README: Add powerpc64 to supported targets list.
417         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
418         Add powerpc64 and machine=powerpc/powerpc64.
419         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
420         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
421         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
422         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
423         * sysdeps/powerpc/powerpc32/Dist: New file.
424         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
425         * sysdeps/powerpc/powerpc32/Implies: New file.
426         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
427         ($(with-fp) = no): Move test to powerpc32/Makefile.
428         ($(subdir) = misc): Move to powerpc32/Makefile.
429         ($(build-shared) = yes): Move to powerpc32/Makefile.
430         ($(subdir) = csu): Move to powerpc32/Makefile.
431         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
432         * sysdeps/powerpc/powerpc32/Makefile: New file.
433         * sysdeps/powerpc/Versions: Remove libgcc functions.
434         * sysdeps/powerpc/powerpc32/Versions: New file.
435         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
436         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
437         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
438         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
439         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
440         ($machine): Add powerpc/powerpc64 to if ... | for
441         libc_cv_slibdir=/libc64.
442         (powerpc*): Set ldd_rewrite_script.
443         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
444         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
446         Add clone.S.
447         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
448         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
449         functions.  Remove GLIBC_2.2 functions except getrlimit and
450         setrlimit.  Moved them to ...
451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
452
453 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
454
455         * libio/tst-atime.c: Include <errno.h>.
456         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
457
458 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
459
460         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
461         warnings of some compilers.
462         (build_collating_symbol): Change the type of characters from
463         "unsigned char" to "char", and append a cast to "char*" pointer in
464         array subscript.
465         (build_collating_symbol): Likewise.
466         (build_equiv_class): Likewise.
467         (build_charclass): Likewise.
468         (re_compile_pattern): Remove incorrect cast.
469         (re_compile_fastmap_iter): Change the type of characters from
470         "unsigned char" to "char", and append a cast to "char*" pointer
471         in array subscript.
472         (parse_bracket_exp): Likewise.
473         * posix/regex_internal.c (re_string_construct_common): Likewise.
474         (re_string_allocate): Likewise.
475         (re_string_construct): Likewise.
476         (re_string_realloc_buffers): Likewise.
477         (build_wcs_buffer): Likewise.
478         (re_string_reconstruct): Likewise.
479         * posix/regex_internal.h: Change the type of characters in
480         re_string_t and bracket_elem_t from "unsigned char" to "char".
481         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
482         warnings of some compilers.
483         (transit_state_bkref_loop): Change the type of characters from
484         "unsigned char" to "char", and append a cast to "char*" pointer in
485         array subscript.
486         (check_node_accept_bytes): Likewise.
487         (find_collation_sequence_value): Likewise.
488
489 2002-09-04  Roland McGrath  <roland@redhat.com>
490
491         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
492         from 1024 to 65536, to avoid buffer overrun.
493
494 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
495
496         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
497
498 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
499
500         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
501         for filesystem.
502
503 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
504
505         * posix/bug-regex11.c: New test.
506         * posix/Makefile (tests): Add bug-regex11.
507
508 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
509
510         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
511         newlocale.
512
513 2002-09-02  Roland McGrath  <roland@redhat.com>
514
515         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
516         __pthread_initialize_minimal and __libc_check_standard_fds to
517         match the generic version.
518
519         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
520         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
521
522         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
523         warnings on platorms where char is unsigned.
524
525 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
526
527         * version.h (VERSION): Bump to 2.2.93.
528
529         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
530
531 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
532
533         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
534         as relocated.
535
536 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
537
538         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
539
540 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
541
542         * locale/localeinfo.h (struct locale_data): Add private.ctype.
543         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
544         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
545         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
546         (__wcsmbs_load_conv): Remove const from argument.
547         (_nl_cleanup_ctype): New proto.
548         (get_gconv_fcts): New function.
549         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
550         (__wcsmbs_to_wc): Rename back to...
551         (to_wc): ... this.
552         (__wcsmbs_gconv_fcts): Rename to...
553         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
554         (lock): Removed.
555         (__libc_setlocale_lock): New extern.
556         (__wcsmbs_load_conv): Remove const from argument.
557         Initialize new_category->private.ctype instead of a global
558         variable.
559         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
560         update_function_ptrs.  No locking is necessary.
561         (_nl_cleanup_ctype): New function.
562         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
563         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
564         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
565         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
566         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
567         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
568         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
569         * wcsmbs/wctob.c (wctob): Likewise.
570         * stdlib/mblen.c (mblen): Likewise.
571         * stdlib/mbtowc.c (mbtowc): Likewise.
572         * stdlib/wctomb.c (wctomb): Likewise.
573         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
574         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
575         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
576         Removed.
577
578 2002-09-02  Roland McGrath  <roland@frob.com>
579
580         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
581
582 2002-09-01  Roland McGrath  <roland@redhat.com>
583
584         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
585         Variable declarations removed.
586         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
587         these functions to replace them.
588         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
589         functions plus an indirection rather than the old global variables.
590         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
591         Macros removed.
592         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
593         inline functions.
594         * ctype/ctype-info.c: Revert last reversion back the other way.
595         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
596         Define real function versions of include/ctype.h inlines here.
597         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
598         __ctype_tolower_loc, __ctype_toupper_loc.
599         * locale/lc-ctype.c: Revert last reversion back the other way.
600         (_nl_postload_ctype): If current thread uses the global locale,
601         update its tsd vars.
602         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
603         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
604         CTYPE_TOLOWER, CTYPE_TOUPPER.
605
606         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
607         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
608         from __libc_tsd_threadvar_location.
609         (__libc_tsd_set, __libc_tsd_get): Update uses.
610
611 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
612
613         * ctype/ctype.h: Undo the patch before the last one.  Put back the
614         macro definitions for the standard functions to access the
615         classification and mapping arrays.
616         * include/ctype.h: Partly revert last patch.  Move the macro
617         definitions for the exported functions back to the public header.
618         #undef all the macros defined here before redefining.
619         * ctype/ctype-info.c: Revert last patch.
620         * locale/lc-ctype.c: Revert last patch.
621
622         * ctype/Makefile (routines): Add isctype.
623         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
624         * ctype/ctype.h: Add declaration of isctype.
625         * include/ctype.h: Declare __isctype.
626         * ctype/isctype.c: New file.
627
628 2002-09-01  Roland McGrath  <roland@redhat.com>
629
630         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
631         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
632
633         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
634
635         * locale/findlocale.c (_nl_remove_locale): Don't search in
636         _nl_locale_file_list if DATA->alloc is ld_archive.
637         Use _nl_unload_locale to do the rest of the work.
638
639         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
640         of new structure to UNDELETABLE.
641
642         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
643         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
644         towlower, towupper): Macros removed.
645         * ctype/ctype.h (__tobody): Put parens around macro argument.
646         (__isctype): Macro removed.
647         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
648         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
649         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
650         tolower, toupper): Macros and inlines removed.
651         * include/ctype.h [! NOT_IN_libc]
652         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
653         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
654         tolower, toupper): Define here instead, using _NL_CURRENT.
655         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
656         using _NL_CURRENT.
657         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
658         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
659         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
660         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
661         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
662         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
663         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
664         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
665         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
666         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
667         (ISSORTMASK): Update use.
668         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
669         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
670         (_nss_files_getENTNAME_r): Likewise.
671         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
672         Likewise.
673
674         * Makerules (all-nonlib): Renamed from all-tests.
675         Include $(others) here too.
676         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
677         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
678         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
679         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
680         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
681         the program modules via cppflags-iterator.mk.
682         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
683         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
684
685 2002-08-31  Roland McGrath  <roland@redhat.com>
686
687         * posix/tst-getconf.sh: If no third arg, work with static linking.
688
689         * locale/categories.def (LC_TIME): No more _nl_postload_time.
690
691         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
692         [_NL_CURRENT_INDIRECT].
693
694 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
695
696         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
697
698 2002-08-31  Roland McGrath  <roland@redhat.com>
699
700         * locale/newlocale.c (__newlocale): Don't use strdup for names.
701         Instead, make the single allocation of the structure larger to hold
702         the name strings.
703         * locale/duplocale.c (__duplocale): Don't strdup names individually.
704         Instead, calculate size for a single allocation and copy into it.
705         * locale/freelocale.c (__freelocale): Don't free names individually.
706
707         * locale/newlocale.c (__newlocale): Don't leak old data or names.
708
709         * locale/xlocale.h (__locale_struct): Move __names member last,
710         for binary compatibility.
711
712         * locale/duplocale.c (__duplocale): Free names from the right array.
713
714         * locale/uselocale.c (__uselocale): Return previous locale when
715         setting a new one.
716
717         * locale/newlocale.c: Commit changes from 2002-08-30
718         batch where I failed to commit this file:
719         (__newlocale): Fill in __names array.
720
721 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
722
723         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
724         errlist-compat.c if versioning==yes.
725
726 2002-08-31  Andreas Jaeger  <aj@suse.de>
727
728         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
729         external functions with hidden attribute.
730         (elf_machine_rela): Optimize.
731
732         * sysdeps/x86_64/memset.S: New file.
733         * sysdeps/x86_64/bzero.S: New file.
734         * sysdeps/x86_64/stpcpy.S: New file.
735         * sysdeps/x86_64/strcat.S: New file.
736         * sysdeps/x86_64/strchr.S: New file.
737         * sysdeps/x86_64/strcpy.S: New file.
738         * sysdeps/x86_64/strcspn.S: New file.
739         * sysdeps/x86_64/strlen.S: New file.
740         * sysdeps/x86_64/strpbrk.S: New file.
741         * sysdeps/x86_64/strspn.S: New file.
742         * sysdeps/x86_64/strcmp.S: New file.
743         * sysdeps/x86_64/strtok_r.S: New file.
744         * sysdeps/x86_64/strtok.S: New file.
745         * sysdeps/x86_64/memcpy.S: New file.
746         * sysdeps/x86_64/mempcpy.S: New file.
747
748         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
749
750         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
751
752 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
753
754         * stdio-common/Makefile (generated): Add errlist-compat.c.
755
756         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
757
758         * locale/localeinfo.h: Pretty printing.
759
760         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
761         form_number handling.
762
763 2002-08-31  Andreas Jaeger  <aj@suse.de>
764
765         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
766         double tests.
767
768         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
769         __start_context.
770
771         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
772
773         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
774
775         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
776         registers used for passing args.
777
778         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
779         all needed registers.
780
781         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
782         registers.
783
784         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
785         registers.
786
787 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
788
789         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
790         always_inline attribute.
791
792 2002-08-30  Roland McGrath  <roland@redhat.com>
793
794         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
795         presume it's the stub and bail without error.
796
797         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
798         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
799
800         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
801
802         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
803         macros replace the i686 versions for 64-bit mode.
804
805         * locale/duplocale.c: Include <string.h>.
806
807         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
808         [_LIBC] (category_to_name): Don't define the function.  Instead
809         define a macro using _nl_category_names.
810
811         * locale/xlocale.h (struct __locale_struct): New member `__names'.
812         * locale/xlocale.c (_nl_C_locobj): Update initializer.
813         * locale/global-locale.c (_nl_global_locale): Likewise.
814         * locale/duplocale.c (__duplocale): strdup __names elements.
815         * locale/freelocale.c (__freelocale): Free __names elements.
816         * locale/localename.c (_nl_current_names): Variable removed.
817         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
818         * locale/localeinfo.h (_nl_current_names): Removed decl.
819         * locale/setlocale.c: Use _nl_global_locale->__names in place of
820         _nl_current_names throughout.
821
822         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
823
824         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
825         and sys_nerr in the output file.
826
827         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
828         * scripts/cpp: Just use the environment variable.
829
830         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
831         * libio/tst-mmap-offend.c (do_test): Likewise.
832         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
833         * libio/tst-mmap-eofsync.c (do_test): Likewise.
834         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
835
836         * locale/localename.c: If the current locale is the global locale, use
837         _nl_current_names; otherwise use the locale object.
838
839 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
840
841         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
842         'm' to enable mmap I/O.
843         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
844         former wasn't used (anymore?).
845         (_IO_FLAGS2_MMAP): New define.
846         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
847         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
848         _IO_FLAGS2_MMAP bit is set.
849         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
850         Enable mmap-using mode only if 'm' was set.
851
852 2002-08-29  Roland McGrath  <roland@frob.com>
853
854         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
855
856         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
857         Change argument type from int to intptr_t.
858
859         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
860         initializer on [! _HURD_THREADVAR_H] (bad kludge).
861         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
862         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
863         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
864
865         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
866
867         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
868
869         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
870
871         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
872         * assert/assert-perr.c: Add libc_hidden_def.
873         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
874
875         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
876         found at all.
877         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
878         sys_errlist stuff to ...
879         * sysdeps/unix/sysv/linux/Versions: ... here.
880
881         * mach/mach.h: Include <features.h>.
882
883 2002-08-29  Roland McGrath  <roland@redhat.com>
884
885         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
886         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
887         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
888
889         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
890
891         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
892         (norm_add_slashes): alloca -> __alloca
893
894 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
895
896         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
897         string_malloced, it is unlikely to be set.
898         Only call free with non-NULL workspace.
899         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
900         -mcpu=ultrasparc, not only tune for it.
901         (ASFLAGS*): Set unconditionally.
902
903         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
904         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
905         p_vaddr/p_offset when computing LOADADDR.
906
907 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
908
909         * version.h (VERSION): Bump to 2.2.92.
910
911         * time/Makefile (tst-ftime_l-ENV): New variable.
912
913         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
914
915         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
916         <U017A>, <U017D> and <U0179>. Add missing mappings.
917         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
918
919         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
920         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
921         (struct tostruct): Use ACRINDEX as type for link field.
922         (statuc gmonparam): Likewise for froms.
923         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
924         kcount and froms.
925         (write_call_graph): Use correct type for from_index and to_index.
926         * gmon/mcount.c: Use correct types for frompcindex and toindex
927         variables.
928         Patches by Dan Kegel <dank@kegel.com>.
929
930         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
931         canonical name.
932
933         * time/strptime.c (ISSPACE): New #define.  Use isspace or
934         __isspace_l.  Replace calls to isspace.
935         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
936
937 2002-08-29  Roland McGrath  <roland@redhat.com>
938
939         * string/tst-strxfrm.c: Remove __ from function names.
940
941 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
942
943         * include/wchar.h: Declare __mbsrtowcs_l.
944         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
945         * wcsmbs/mbsrtowcs.c: Add support for compilation with
946         USE_IN_EXTENDED_LOCALE_MODEL.
947         * wcsmbs/mbsrtowcs_l: New file.
948         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
949         define as static.  Change all uses.
950         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
951         Change all callers.
952         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
953         * time/strftime.c: When translating for the extended locale model
954         use the _l functions.
955         * time/Makefile (tests): Add tst-ftime_l.
956         * time/tst-ftime_l.c: New file.
957
958 2002-08-28  Roland McGrath  <roland@redhat.com>
959
960         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
961         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
962         from _nl_find_locale ok if for _nl_C_name.
963
964         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
965         iterator to refer to each category's _nl_current_LC_FOO symbol, so
966         we know they are all linked in.
967
968         * NEWS: Added 2.2.6 text from 2.2 branch version.
969
970         * time/strptime.c (strptime_internal): Remove spurious const.
971
972         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
973         _nl_select_era_entry): Moved to ...
974         * time/era.c: ... here, new file.
975         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
976         Add internal_function to definitions.  Take an additional argument
977         giving the `struct locale_data *' to use.
978         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
979         _nl_parse_alt_digit): Moved to ...
980         * time/alt_digit.c: ... here, new file.
981         * time/lc-time-cleanup.c: New file.
982         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
983         * locale/localeinfo.h (_nl_postload_time): Remove decl.
984         (_nl_cleanup_time): Declare it.
985         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
986         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
987         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
988         * time/strftime.c: Pass locale data to helper functions.
989         * time/strptime.c: Likewise.
990
991         * locale/localeinfo.h (struct locale_data): New member `private'
992         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
993         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
994         * locale/C-collate.c: Update initializer.
995         * locale/C-identification.c: Likewise.
996         * locale/C-measurement.c: Likewise.
997         * locale/C-telephone.c: Likewise.
998         * locale/C-address.c: Likewise.
999         * locale/C-name.c: Likewise.
1000         * locale/C-paper.c: Likewise.
1001         * locale/C-time.c: Likewise.
1002         * locale/C-numeric.c: Likewise.
1003         * locale/C-monetary.c: Likewise.
1004         * locale/C-messages.c : Likewise.
1005         * locale/C-ctype.c: Likewise.
1006
1007         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
1008         Redefine this too.
1009
1010 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1011
1012         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
1013         (_rtld_global): Use it.
1014
1015         * sysdeps/gnu/Dist: Remove errlist-compat.c.
1016         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
1017         object directory.  Pass all Versions files to the awk script.
1018         * sysdeps/gnu/errlist-compat.c: Removed.
1019         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
1020         first Versions file in the search path which has them.
1021         Allow multiple errlist symbol versions to have the same count of
1022         errors.
1023         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
1024         of "errlist-compat.c".
1025         * sysdeps/gnu/errlist.c: Regenerated.
1026         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
1027         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
1028         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1029         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
1030         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
1031         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
1032         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
1033         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
1034         ECANCELLED if not defined by kernel headers.
1035         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
1036         already defined by kernel headers.
1037         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
1038         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
1039         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
1040         is a macro.
1041         * Versions.def (GLIBC_2.3) [librt]: Add.
1042
1043         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
1044
1045 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1046
1047         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
1048         missing comma to .type directive.
1049
1050 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1051
1052         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
1053         unconditionally.
1054         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
1055         check.
1056         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
1057
1058 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1059
1060         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
1061         check to close_and_out close.  Replace return NULL statements where
1062         fd might be >= 0 with goto close_and_out.  Close the file descriptor
1063         when it is no longer needed.
1064
1065 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1066
1067         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
1068         string constants.
1069         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1070         * sysdeps/arm/dl-machine.h: Likewise.
1071         * sysdeps/cris/dl-machine.h: Likewise.
1072         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
1073         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1074
1075 2002-08-28  Roland McGrath  <roland@redhat.com>
1076
1077         * Makeconfig (default_cflags): Revert unintended change.
1078
1079 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1080
1081         * version.h (VERSION): Bump to 2.2.91.
1082
1083         * configure.in: Disable TLS support by default for now.
1084
1085         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
1086
1087         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
1088         warnings.
1089
1090         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
1091
1092         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
1093         fprintf/fwprintf calls.
1094
1095 2002-08-28  Roland McGrath  <roland@redhat.com>
1096
1097         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
1098         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
1099
1100         * locale/setlocale.c: Declare postload functions weak.
1101
1102         * elf/tst-tls1-static.c: New file.
1103         * elf/tst-tls2-static.c: New file.
1104         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
1105
1106         Make uselocale support static linking.
1107         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
1108         This file again just defines _nl_C_locobj.
1109         (_nl_C_locobj): Use a categories.def iterator in the initializer.
1110         * locale/global-locale.c: New file.  Define _nl_global_locale here,
1111         using all weak references in the initializer.
1112         * locale/Makefile (aux): Add global-locale.
1113         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
1114         these unconditional, along with the tsd decl.
1115         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
1116         Define it under these conditions.
1117         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
1118         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
1119         `extern __thread struct locale_data *const *'.
1120         [NL_CURRENT_INDIRECT]
1121         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
1122         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
1123         the thread variable _nl_current_LC_FOO and also a special absolute
1124         symbol _nl_current_LC_FOO_used.
1125         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
1126         Set each _nl_current_LC_FOO symbol to point into the new locale,
1127         using weak references to test if _nl_current_LC_FOO_used was linked in.
1128         * locale/setlocale.c [! SHARED]: Replace this conditional ...
1129         [NL_CURRENT_INDIRECT]: ... with this one.
1130         (_nl_current, _nl_C): Variables removed.
1131         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
1132         weak references to _nl_current_LC_FOO_used.
1133         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
1134         (free_category): New function, broken out of ...
1135         (free_mem): ... here.  Call that.
1136         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
1137         instead of a loop.
1138
1139         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
1140         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
1141         it is already absolute.
1142
1143         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
1144         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
1145         [$(build-static) = yes] (tests-static): New variable.
1146         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
1147
1148 2002-08-26  Christoph Hellwig  <hch@lst.de>
1149
1150         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
1151         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
1152
1153 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1154
1155         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
1156
1157         * sysdeps/s390/Dist: Add bits/link.h.
1158
1159         * sysdeps/sh/Dist: New file.
1160
1161         * sysdeps/ia64/Dist: Add ia64libgcc.S.
1162
1163         * sysdeps/wordsize-32/Dist: New file.
1164
1165         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
1166         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1167         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1168
1169         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
1170         sys/personality.h.
1171
1172         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
1173         sparc/dl-brk.S.
1174
1175         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
1176
1177         * sysdeps/unix/bsd/sun/Dist: New file.
1178
1179         * sysdeps/unix/bsd/osf/Dist: New file.
1180
1181         * sysdeps/unix/bsd/hp/Dist: New file.
1182
1183         * sysdeps/unix/arm/Dist: New file.
1184
1185         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
1186
1187         * sysdeps/mach/hurd/Dist: Add set-init.c.
1188
1189         * sysdeps/i386/Dist: Add bits/link.h.
1190
1191         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
1192
1193         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
1194
1195         * locale/Makefile (distribute): Add hashval.h.
1196
1197         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
1198
1199         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
1200
1201         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
1202         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
1203         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
1204         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
1205         implementations.
1206         * libio/stdio.h: Likewise.
1207         * locale/locale.h: Likewise.
1208         * math/math.h: Likewise.
1209         * math/bits/mathcalls.h: Likewise.
1210         * setjmp/setjmp.h: Likewise.
1211         * signal/signal.h: Likewise.
1212         * stdlib/stdlib.h: Likewise.
1213         * string/string.h: Likewise.
1214         * time/time.h: Likewise.
1215         * wcsmbs/wchar.h: Likewise.
1216         * wctype/wctype.h: Likewise.
1217
1218 2002-08-28  Roland McGrath  <roland@redhat.com>
1219
1220         * locale/tst-C-locale.c (run_test): Remove __ from function names.
1221
1222 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1223             Roland McGrath <roland@redhat.com>
1224
1225         * locale/hashval.h (compute_hashval): Use prototype defn.
1226         (hashval_t): New macro, defined to unsigned long int
1227         if not already defined.
1228         (compute_hashval): Return hashval_t instead of unsigned long int.
1229         * locale/loadarchive.c (hashval_t): New macro.
1230         * locale/programs/locarchive.c: Include hashval.h directly instead
1231         of simple-hash.h.
1232         (compute_hashval, hashval_t): Define these macros first.
1233         (insert_name): Use archive_hashval instead of compute_hashval.
1234         (add_locale, delete_locales_from_archive): Likewise.
1235
1236 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1237
1238         * locale/programs/locarchive.c (insert_name): Suppress warnings about
1239         hash collisions if be_quiet.
1240
1241 2002-08-27  Roland McGrath  <roland@redhat.com>
1242
1243         * locale/locale.h (__newlocale, __duplocale, __freelocale,
1244         __uselocale): Don't declare these any more.
1245         * include/locale.h (__uselocale): Declare here instead, using __typeof.
1246
1247         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
1248         and treat it as an EOF return.
1249         * sysdeps/unix/readdir_r.c: Likewise.
1250
1251         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
1252         From Alexandre Oliva <aoliva@redhat.com>.
1253         * sysdeps/gnu/errlist-compat.c: Regenerated.
1254
1255 2002-08-27  Brian Youmans  <3diff@gnu.org>
1256
1257         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
1258         wording at request of copyright holder Stephen Moshier.
1259         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1260         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1261         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1262         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1263         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1264         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1265         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1266         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1267         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1268         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1269         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1270         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1271         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1272         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1273
1274 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1275
1276         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1277         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1278         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1279         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1280         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1281         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1282         * wctype/iswctype_l.c (iswctype_l): Likewise.
1283
1284 2002-08-27  Roland McGrath  <roland@redhat.com>
1285
1286         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1287
1288         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1289         * stdlib/stdlib.h: Don't declare __*_l names.
1290         * include/stdlib.h: Declare them here instead.
1291         * include/string.h: Don't declare __*_l names.
1292         * string/string.h: Declare them here instead.
1293         * time/time.h: Don't declare __*_l names.
1294         * include/time.h: Declare them here instead.
1295         * wcsmbs/wchar.h: Don't declare __*_l names.
1296         * include/wchar.h: Declare them here instead.
1297         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
1298         Don't declare __*_l names.
1299         * include/wctype.h: Declare them here instead.
1300         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
1301         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
1302         * locale/langinfo.h: Don't declare __nl_langinfo_l.
1303         * include/langinfo.h: Declare it here with __typeof.
1304
1305         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
1306         instead, taking an extra __locale_t argument.
1307         * time/Makefile (routines): Add strptime_l.
1308         * time/time.h (__strptime_l, strptime_l): Declare them.
1309         * time/strptime_l.c: New file.
1310
1311         * time/time.h (__strftime_l, strftime_l): Declare them.
1312         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
1313         * time/strftime_l.c: New file.
1314         * time/wcsftime_l.c: New file.
1315         * time/Makefile (routines): Add strftime_l, wcsftime_l.
1316         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
1317         strftime_l, wcsftime_l.
1318         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
1319         or __wcsftime_l instead, taking an extra __locale_t argument.
1320
1321         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
1322         (libc: GLIBC_2.3): ... here.
1323
1324 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1325
1326         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
1327
1328         * Makefile (distribute): Add LICENSES.
1329
1330         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
1331         sys/debugreg.h.
1332
1333         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
1334
1335         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
1336
1337         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
1338
1339         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
1340
1341         * sysdeps/mach/hurd/alpha/Dist: New file.
1342
1343         * sysdeps/arm/Dist: Add bits/link.h.
1344
1345         * sunrpc/Makefile: Distribute thrsvc.
1346
1347         * stdio-common/Makefile: Remove more left-overs from old stdio.
1348
1349         * include/linewrap.h: Removed.
1350
1351         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
1352
1353         * intl/Makefile (distribute): Add plural-eval.c.
1354
1355 2002-08-27  Roland McGrath  <roland@redhat.com>
1356
1357         * manual/sysinfo.texi (Mount Information): Correct file name to macro
1358         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
1359         Say mtab is in either /var/run or /etc.
1360
1361 2002-08-26  Roland McGrath  <roland@redhat.com>
1362
1363         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
1364         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1365
1366         * sysdeps/gnu/Versions: New file.
1367         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
1368         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
1369         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
1370         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
1371         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
1372         and _sys_nerr_internal instead of anything else.  Make it include
1373         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
1374         Make it emit some asm magic if [EMIT_ERR_MAX].
1375         * sysdeps/gnu/errlist.c: Regenerated.
1376         * sysdeps/gnu/errlist-compat.awk: New file.
1377         * sysdeps/gnu/errlist-compat.c: New file (generated).
1378         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
1379         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
1380         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
1381         (SYS_ERRLIST, SYS_NERR): Macros removed.
1382         (sys_nerr, _sys_nerr): Remove these weak aliases.
1383         * sysdeps/unix/sysv/linux/errlist.c: File removed.
1384         * sysdeps/unix/sysv/linux/errlist.h: File removed.
1385         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
1386
1387         * include/libc-symbols.h (declare_symbol): New macro.
1388         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
1389         * configure.in: New check to define it.
1390         * configure: Regenerated.
1391
1392 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1393
1394         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
1395         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
1396
1397         * Make-dist: Remove traces of old stdio.
1398         * Makeconfig: Likewise.
1399
1400         * locale/Makefile (localedef-aux): New variable.  Only md5
1401         assigned to it.  These files are not ddistributed in this directory.
1402
1403         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
1404         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
1405         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
1406
1407         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
1408
1409         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
1410         set h_errno to NO_RECOVERY [PR libc/4360].
1411
1412 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1413
1414         * libio/Makefile (tests): Add bug-fopena+.
1415         * libio/bug-fopena+.c: New file.
1416         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
1417         file for _IO_IS_APPENDING if file isn't opened for reading, too.
1418
1419         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
1420
1421         * locale/xlocale.c: Fix the last change.  The variable still has
1422         to end in _data.
1423         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
1424         (__libc_tsd_set): Add _data prefix to variable name.
1425
1426 2002-08-26  Roland McGrath  <roland@redhat.com>
1427
1428         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
1429         macro with inline function.
1430         (sigset_get_old_mask): Likewise.
1431         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
1432         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1433         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1434         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
1435         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
1436         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
1437         values.
1438         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
1439         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
1440
1441 2002-07-06  Bruno Haible  <bruno@clisp.org>
1442
1443         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
1444         sigset_get_old_mask): Make it work with larger sigset_t.
1445         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
1446         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1447         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1448
1449 2002-08-26  Roland McGrath  <roland@redhat.com>
1450
1451         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
1452         * manual/filesys.texi (File Times): Document lutimes and futimes.
1453         * misc/Makefile (routines): Add them.
1454         * misc/Versions (libc: GLIBC_2.3): Likewise.
1455         * sysdeps/generic/lutimes.c: New file.
1456         * sysdeps/generic/futimes.c: New file.
1457         * sysdeps/mach/hurd/lutimes.c: New file.
1458         * sysdeps/mach/hurd/futimes.c: New file.
1459
1460         * manual/filesys.texi (File Times): Add explicit note about null
1461         pointer argument to utimes.
1462
1463 2002-08-26  Roland McGrath  <roland@frob.com>
1464
1465         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
1466         (__ifreq): Add a cast.  Remove an unused variable.
1467
1468         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
1469         _HURD_THREADVAR_LOCALE.
1470
1471 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
1472
1473         * posix/regexec.c (re_search_stub): Return correct match length
1474         if start != 0.
1475         * posix/bug-regex10.c: New test.
1476         * posix/Makefile (tests): Add bug-regex10.
1477
1478 2002-08-26  Brian Youmans  <3diff@gnu.org>
1479
1480         * COPYING.LIB: Replaced with fresh copy from
1481         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
1482         suggested copying permission notice now says version 2.1 instead
1483         of version 2.
1484
1485         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
1486         from Library GPL.
1487         * crypt/crypt_util.c: Likewise.
1488         * crypt/ufc.c: Likewise.
1489         * elf/dl-conflict.c: Likewise.
1490         * elf/dl-iteratephdr.c: Likewise.
1491         * iconv/iconvconfig.h: Likewise.
1492         * malloc/arena.c: Likewise.
1493         * malloc/hooks.c: Likewise.
1494         * malloc/malloc.c: Likewise.
1495         * posix/glob/Makefile.ami: Likewise.
1496         * posix/glob/Makefile.in: Likewise.
1497         * stdlib/gmp-impl.h: Likewise.
1498         * stdlib/gmp.h: Likewise.
1499         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
1500         * sysdeps/generic/strnlen.c: Likewise.
1501         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
1502         * sysdeps/mach/hurd/recvmsg.c: Likewise.
1503         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1504         * sysdeps/mach/hurd/spawni.c: Likewise.
1505         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1506         * sysdeps/mach/powerpc/sysdep.h: Likewise.
1507         * sysdeps/mach/powerpc/thread_state.h: Likewise.
1508         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1509         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
1510         * sysdeps/x86_64/gmp-mparam.h: Likewise.
1511
1512         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
1513         Lesser GPL copying permission notice from 2 to 2.1.
1514         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
1515         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
1516         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1517         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
1518         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1519         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1520         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1521         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1522         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1523         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1524         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1525         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1526         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1527         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1528         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1529         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1530         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1531         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1532         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1533         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1534         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1535         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1536         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1537         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1538         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1539         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1540         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1541         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1542         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1543         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1544         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1545         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1546         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1547         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1548         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1549         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1550         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1551         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1552         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1553         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1554         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1555         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1556         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1557         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1558         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1559         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1560         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1561         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1562         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1563         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1564         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1565         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1566         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1567         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1568         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1569
1570         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
1571         Moshier and Lesser GPL copying permission notice, per license from
1572         Moshier.
1573         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1574         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1575         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1576         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1577         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1578         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1579         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1580         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1581         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1582         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1583         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1584         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1585         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1586         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1587
1588         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
1589         notice, per license from copyright holder Stephen Moshier.
1590         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1591         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1592         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1593         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1594         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1595         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1596         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1597         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1598         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1599
1600 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1601
1602         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
1603         (shared-only-routines): Likewise.
1604
1605 2002-08-26  Roland McGrath  <roland@redhat.com>
1606
1607         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
1608         name of "", store a null pointer instead.
1609
1610         * configure.in (elf): Set to yes for freebsd*, netbsd*.
1611         * configure: Regenerated.
1612
1613         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1614         Initialize this instead of __libc_tsd_LOCALE_data.
1615
1616         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1617         ptsname_r to EINVAL.
1618
1619         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1620
1621         * rt/Makefile: Revert last change, it was inappropriate to presume aio
1622         implementations depend on pthreads.
1623         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1624         * rt/tst-aio64.c (do_test): Likewise.
1625         * rt/tst-aio2.c (do_test): Likewise.
1626         * rt/tst-aio3.c (do_test): Likewise.
1627         * rt/tst-aio4.c (do_test): Likewise.
1628         * rt/tst-aio5.c (do_test): Likewise.
1629         * rt/tst-aio6.c (do_test): Likewise.
1630         * rt/tst-aio7.c (do_test): Likewise.
1631
1632         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1633         void so as to avoid compiler warnings.
1634
1635         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1636         _IO_wide_data_FD, which is never used here.
1637
1638         * libio/iofread.c
1639         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1640         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1641         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1642
1643         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1644         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1645
1646         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1647         (closelog): Likewise.
1648
1649 2002-07-06  Bruno Haible  <bruno@clisp.org>
1650
1651         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1652
1653         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1654         * sysdeps/unix/alpha/pipe.S: ... here.
1655         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1656
1657         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1658
1659         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1660         * sysdeps/unix/i386/fork.S: Likewise.
1661         * sysdeps/unix/i386/pipe.S: Likewise.
1662         * sysdeps/unix/i386/wait.S: Likewise.
1663
1664         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1665         * sysdeps/unix/arm/fork.S: Likewise.
1666
1667         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1668         arguments.
1669         (DO_CALL): Swap argument order.
1670         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1671         arguments.
1672         (DO_CALL): Swap argument order.
1673         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1674         arguments.
1675         (DO_CALL): Swap argument order.
1676         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1677         arguments.
1678         (DO_CALL): Swap argument order.
1679         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1680         arguments.
1681         (DO_CALL): Swap argument order.
1682         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1683         arguments.
1684         (DO_CALL): Swap argument order.
1685         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1686         arguments.
1687         (DO_CALL): Swap argument order.
1688
1689         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1690         (L): Define right for ELF.
1691         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1692         Now defined in sysdeps/i386/sysdep.h.
1693
1694         * sysdeps/posix/readv.c: Ansify function definition.
1695         * sysdeps/posix/writev.c: Likewise.
1696
1697         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1698         have the same size. Avoid direct cast from size_t to off_t.
1699
1700         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
1701         nul byte in entry[n].ut_user.
1702         (simulate_logout): Likewise.
1703
1704         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
1705         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
1706         existence of corresponding members of 'struct utmp'.
1707         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
1708         !_HAVE_UT_TYPE.
1709
1710         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
1711         allocate a buffer of at least BUFSIZ bytes, not just of
1712         sizeof (struct dirent).
1713
1714         * sysdeps/generic/glob.c: Include <limits.h>.
1715         (NAME_MAX): Define a fallback.
1716         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
1717         stack.
1718         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
1719         (main): Allocate enough room for a 'struct dirent64' on the stack.
1720         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
1721         'struct dirent'.
1722
1723         * sysdeps/unix/sysv/linux/init-first.c: Don't include
1724         kernel-features.h.
1725
1726         * inet/htontest.c: Include <sys/types.h>.
1727
1728         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
1729
1730         * include/sys/sysctl.h: Comment fix.
1731
1732         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
1733         _dl_load_lock.
1734         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
1735
1736         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
1737
1738         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
1739         (__getpeername): New alias.
1740         (__getsockname): New alias.
1741         (__socket): New alias.
1742
1743         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
1744
1745         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
1746         (__fcntl_internal): New alias.
1747         (__profil): New alias.
1748
1749 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1750
1751         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
1752         entry was for getaddr* lookup or not.  Add only matching cache
1753         entry.  Change all callers [PR libc/4317].
1754
1755         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
1756         finding the read position [PR libc/4265].
1757         * libio/Makefile (tests): Add bug-rewind2.
1758         * libio/bug-rewind2.c: New file.
1759
1760         * libio/bug-rewind.c: Fix creation of temp file.
1761
1762 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1763
1764         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
1765         neither SUCCESS nor TRYAGAIN [PR libc/4259].
1766         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
1767         to ENOENT if no entry is found.
1768         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
1769         failure.
1770         * nis/nss_compat/compat-initgroups.c: Likewise.
1771         * nis/nss_compat/compat-pwd.c: Likewise.
1772         * nis/nss_compat/compat-spwd.c: Likewise.
1773         * nis/nss_nis/nis-alias.c: Likewise.
1774         * nis/nss_nis/nis-ethers.c: Likewise.
1775         * nis/nss_nis/nis-grp.c: Likewise.
1776         * nis/nss_nis/nis-hosts.c: Likewise.
1777         * nis/nss_nis/nis-initgroups.c: Likewise.
1778         * nis/nss_nis/nis-netgrp.c: Likewise.
1779         * nis/nss_nis/nis-network.c: Likewise.
1780         * nis/nss_nis/nis-proto.c: Likewise.
1781         * nis/nss_nis/nis-publickey.c: Likewise.
1782         * nis/nss_nis/nis-pwd.c: Likewise.
1783         * nis/nss_nis/nis-rpc.c: Likewise.
1784         * nis/nss_nis/nis-service.c: Likewise.
1785         * nis/nss_nis/nis-spwd.c: Likewise.
1786         * resolv/nss_dns/dns-host.c: Likewise.
1787         * resolv/nss_dns/dns-network.c: Likewise.
1788         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
1789         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1790         * nis/nss_nisplus/nisplus-grp.c: Likewise.
1791         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1792         * nis/nss_nisplus/nisplus-network.c: Likewise.
1793         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1794         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1795         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1796         * nis/nss_nisplus/nisplus-service.c: Likewise.
1797         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1798         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
1799         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
1800         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
1801         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
1802
1803         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
1804         declaring __restore and __restore_rt as hidden (if possible).
1805
1806 2002-08-25  Roland McGrath  <roland@redhat.com>
1807
1808         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
1809
1810         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
1811         (getutent_r_file, internal_getut_r): Updated all callers.
1812         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
1813
1814 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1815
1816         * locale/programs/locale.c: Don't print aliases for non-existing
1817         locales for 'locale -a'.
1818         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
1819
1820 2002-07-19  H.J. Lu  <hjl@gnu.org>
1821
1822         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
1823
1824 2002-07-16  H.J. Lu  <hjl@gnu.org>
1825
1826         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1827         sys/personality.h.
1828         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
1829
1830 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1831
1832         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
1833         not moved ahead of the fputs call.
1834         * elf/tst-tlsmod2.c (in_dso): Likewise.
1835         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1836         * elf/tst-tlsmod4.c (in_dso): Likewise.
1837
1838 2002-08-25  Andreas Schwab  <schwab@suse.de>
1839
1840         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
1841
1842 2002-08-25  Roland McGrath  <roland@redhat.com>
1843
1844         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
1845         resetting handler, to avoid the possibility of a spurious SIGALRM
1846         delivered to the user's handler.
1847         Reported by Amit D. Chaudhary <amitc@brocade.com>,
1848
1849         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
1850         set -fkeep-inline-functions, which is not needed for the current file.
1851
1852         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
1853         (_dl_setup_hash): Add attribute_hidden.
1854         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
1855         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
1856         (_dl_new_object, _dl_map_object_deps): Likewise.
1857         (_dl_map_object_deps_internal): Remove decl.
1858         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
1859
1860         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
1861         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
1862         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
1863         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
1864         instead relying on the compiler to produce only GOTOFF variable refs.
1865
1866 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1867
1868         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
1869
1870         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
1871         inline to avoid defining it in every file which includes this header.
1872
1873         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
1874         defining DONT_USE_BOOTSTRAP_MAP.
1875
1876         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
1877         * libio/tst-mmap-setvbuf.c (main): Likewise.
1878         * libio/tst-widetext.c (main): Likewise.
1879
1880         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
1881         message.
1882         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1883         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1884
1885         * sysdeps/i386/elf/configure.in: Unconditionally define
1886         PI_STATIC_AND_HIDDEN.
1887         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
1888         PI_STATIC_AND_HIDDEN is defined as well.
1889         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
1890
1891 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
1892
1893         * sysdeps/ia64/bzero.S: Define __bzero as well.
1894
1895         * locale/programs/charmap.c (charmap_new_char): Don't use
1896         ULONG_MAX as maximum UCS4 value.
1897
1898         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
1899
1900         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
1901
1902         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
1903         * malloc/malloc.c (mALLINFo): Likewise.
1904
1905         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
1906
1907         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
1908         examining result of _IO_do_flush call.
1909
1910         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
1911         Use prec not spec when sizing buffers.
1912
1913         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
1914         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
1915         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
1916         * stdio-common/vfscanf.c (inchar): Likewise.
1917         * misc/efgcvt_r.c (fcvt_r): Likewise.
1918         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
1919         * elf/readlib.c (process_file): Likewise.
1920         * elf/sprof.c (load_profdata): Likewise.
1921         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
1922         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
1923         * locale/programs/charmap.c (charmap_read): Likewise.
1924         * libio/fileops.c: Likewise.
1925         * libio/fmemopen.c: Likewise.
1926         * stdlib/strtod.c: Likewise.
1927         * elf/dl-load.c: Likewise.
1928         * iconv/iconvconfig.c: Likewise.
1929         * iconv/iconv_prog.c (process_block): Likewise.
1930         * elf/rtld.c (dl_main): Likewise.
1931
1932         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
1933         macro to calm down the compiler.
1934
1935         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
1936
1937         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
1938
1939         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
1940         placement of errno definition.
1941         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
1942         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
1943         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
1944         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1945         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1946
1947         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
1948         from 1024 to 65536, to avoid buffer overrun.
1949
1950 2002-08-16  Paul Eggert  <eggert@twinsun.com>
1951
1952         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
1953         from 1024 to 65536, to avoid buffer overrun.
1954         * resolv/res_query.c (MAXPACKET): Likewise.
1955
1956 2002-08-24  Andreas Jaeger  <aj@suse.de>
1957
1958         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
1959
1960 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
1961
1962         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
1963         two52 locally.
1964         (log2): Likewise.
1965         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
1966         Patch by Simon Gee <simong@agile.tv>.
1967
1968         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
1969         Prefer reading /proc/stat since it is more uniform across
1970         architectures.
1971
1972         * manual/texinfo.tex: Update to latest official version.
1973
1974         * sysvipc/sys/shm.h: Remove SHMLBA definition.
1975         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
1976         * sysdeps/gnu/bits/shm.h: Likewise.
1977         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
1978         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
1979         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
1980         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
1981         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1982         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
1983         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
1984         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
1985         since this is what the kernel says.
1986
1987         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
1988         since ssize_t is needed as well.  Replace const with __const.
1989
1990 2002-08-23  Roland McGrath  <roland@redhat.com>
1991
1992         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
1993         __malloc_hook, __realloc_hook, __memalign_hook,
1994         __after_morecore_hook): Variable definitions moved to ...
1995         * malloc/malloc.c: ... here, so as to be before all references.
1996
1997         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
1998         global variable reference in an unused asm parameter, to ensure the
1999         compiler has set up the GOT register before we use it.
2000
2001         * malloc/hooks.c: Move variable definitions ahead of uses.
2002         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
2003         initializers that make reference to variables they define.
2004
2005 2002-08-23  Andreas Jaeger  <aj@suse.de>
2006
2007         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
2008         alloca, free, qsort.
2009
2010         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
2011
2012         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
2013         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2014
2015         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
2016         <hch@lst.de>.
2017         * sysdeps/generic/fgetxattr.c: New file.
2018         * sysdeps/generic/flistxattr.c: New file.
2019         * sysdeps/generic/fremovexattr.c: New file.
2020         * sysdeps/generic/fsetxattr.c: New file.
2021         * sysdeps/generic/getxattr.c: New file.
2022         * sysdeps/generic/listxattr.c: New file.
2023         * sysdeps/generic/lgetxattr.c: New file.
2024         * sysdeps/generic/llistxattr.c: New file.
2025         * sysdeps/generic/lremovexattr.c: New file.
2026         * sysdeps/generic/lsetxattr.c: New file.
2027         * sysdeps/generic/removexattr.c: New file.
2028         * sysdeps/generic/setxattr.c: New file.
2029         * misc/Makefile (headers): Add sys/xattr.h.
2030         (routines): Add *xattr calls.
2031         * misc/Versions: Add *xattr calls with version 2.3.
2032         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
2033         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2034         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2035         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2036         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2037         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2038         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2039         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2040
2041 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
2042
2043         * sysdeps/powerpc/elf/libc-start.c
2044         (__cache_line_size): Declare.
2045         (__aux_init_cache): New function.
2046         (__libc_start_main): Change type of `auxvec' parameter to
2047         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
2048         __aux_init_cache.
2049         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2050         (__cache_line_size): Declare.
2051         (__aux_init_cache): New function.
2052         (DL_PLATFORM_INIT): Define.
2053         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
2054         value to select the correct stride for dcbz.
2055
2056 2002-08-22  Andreas Jaeger  <aj@suse.de>
2057
2058         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
2059         shmat.
2060
2061 2002-08-22  Roland McGrath  <roland@redhat.com>
2062
2063         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
2064         position indicated by locrectab against file bounds before rounding to
2065         page size.  In mapping loop, always set TO before breaking out of
2066         contiguous range coalescing loop.
2067
2068         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
2069         (or MAP_COPY if available) instead of MAP_SHARED.
2070
2071         * scripts/firstversions.awk: When encountering a version newer than
2072         the specified earliest version, be sure to emit the specified earliest
2073         version first if any renaming of an older version to that has been.
2074
2075 2002-08-21  Roland McGrath  <roland@redhat.com>
2076
2077         * configure.in: Make GCC version check require 3.[2-9]* and no others.
2078         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
2079         (Configuring and compiling): Don't mention older GCC versions any more.
2080         * INSTALL: Regenerated.
2081
2082         * manual/install.texi (Configuring and compiling, Installation,
2083         Running make install, Linux): Linux -> GNU/Linux where appropriate.
2084
2085         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
2086         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
2087         and with noinline otherwise.  Remove hack alloca use to prevent
2088         inlining, we can ask for it explicitly nowadays.
2089
2090         * dlfcn/bug-dlsym1.c: New file.
2091         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
2092         * dlfcn/Makefile (distribute): Add them.
2093         (tests): Add bug-dlsym1 here.
2094         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
2095         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
2096         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
2097
2098 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
2099
2100         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
2101         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
2102         before relocation.
2103         (_dl_start): Don't use local bootstrap_map variable if
2104         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
2105         pass bootstrap_map to _dl_start_final in this case either.  Don't
2106         pass start_time to _dl_start_final ever.
2107         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
2108
2109         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
2110         This cripples the scope lists necessary to search for symbols in
2111         dependencies which are not in the global scope.
2112
2113         * include/setjmp.h (__libc_longjmp): Add declaration.
2114
2115 2002-08-21  Andreas Jaeger  <aj@suse.de>
2116
2117         * sysdeps/x86_64/_mcount.S: Fix assembler.
2118
2119         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
2120         with biarch support.
2121
2122 2002-08-21  Andreas Jaeger  <aj@suse.de>
2123
2124         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
2125
2126         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
2127
2128         * sysdeps/x86_64/machine-gmon.h: New file.
2129         * sysdeps/x86_64/_mcount.S: New file.
2130
2131 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2132
2133         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
2134         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
2135         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
2136         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
2137         to TL_INIT_TP.  Otherwise pass 1.
2138         * include/link.h (struct link_map): Add l_tls_tp_initialized.
2139         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
2140
2141 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2142
2143         * locale/programs/localedef.c (add_to_readlist): Error about
2144         circular dependencies only if the locale in question hasn't
2145         been finished.
2146         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
2147         CTYPE_LOCALE to load_locale.
2148         * locale/programs/locfile.c (locfile_read): Don't include
2149         unneeded but available locales in locale_mask.
2150
2151         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
2152         print any messages about enlarging archive.
2153
2154 2002-08-20  Brian Youmans  <3diff@gnu.org>
2155
2156         * manual/contrib.texi: Removed licenses, added acknowledgements
2157         for contributions by Intel, IBM, Craig Metz.
2158         * LICENSES: New file, contains the text of all non-FSF licenses in the
2159         distribution that require putting the notice in the accompanying
2160         documentation.
2161         * README.template, README: Mention LICENSES.
2162
2163         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
2164         new one modelled on the modern BSD license, per recent letter
2165         of permission from CMU.
2166         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
2167
2168         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
2169         from IBM to FSF, per the recent Software Letter.  Changed the
2170         distribution terms from GPL to LGPL.
2171
2172         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
2173         copying permission notice (Lesser GPL), per recent IBM Software Letter.
2174         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2175         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2176         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2177         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2178         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2179         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2180         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2181         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2182
2183         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
2184         from IBM to FSF, per the recent Software Letter.  Corrected the
2185         text of the copying permission notice to say Lesser GPL instead
2186         of GPL in warranty disclaimer paragraph.
2187         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2188         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2189         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2190         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2191         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2192         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2193         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2194         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2195         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2196         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2197         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2198         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2199         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2200         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2201         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2202         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2203         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2204         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2205         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2206         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2207         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2208
2209         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
2210         permission notice to say Lesser GPL instead of GPL in warranty
2211         disclaimer paragraph.
2212         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2213         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2214         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2215         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2216         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2217         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2218         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2219         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2220         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2221         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2222         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2223         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2224         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2225         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2226         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2227         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2228         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2229         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2230         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2231         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2232         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2233         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2234         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
2235
2236 2002-08-20  Roland McGrath  <roland@redhat.com>
2237
2238         Fix ABI compatibility with libc compiled with old tools on powerpc.
2239         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2240         and Jack Howarth <howarth@bromo.med.uc.edu>.
2241         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
2242         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
2243         pass -DHAVE_DOT_HIDDEN for these files.
2244         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
2245         __floatdisf.
2246         * sysdeps/powerpc/divdi3.c: New file.
2247         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
2248         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
2249
2250 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
2251
2252         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
2253         partially overlapping mappings.  Remove unneeded (char *) casts.
2254         Never allow duplication of ranges in mapped areas.
2255
2256 2002-08-20  Roland McGrath  <roland@redhat.com>
2257
2258         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
2259         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
2260
2261 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2262
2263         * include/unistd.h: Don't hide _exit.
2264
2265         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
2266         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
2267         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
2268         argument 1 to TLS_INIT_TP.
2269         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2270
2271         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2272
2273         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2274         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2275         memory allocation to...
2276         (allocate_dtv): ...here.  New function.
2277         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2278         call allocate_dtv instead of _dl_allocate_tls_storage.
2279         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2280         (_dl_get_tls_static_info): New function.
2281         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2282         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2283
2284 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2285
2286         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2287         immediately if result == NULL.
2288
2289 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2290
2291         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2292
2293 2002-08-18  Roland McGrath  <roland@frob.com>
2294
2295         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
2296         instead of __file_name_split.
2297         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
2298
2299         * sysdeps/mach/hurd/dl-sysdep.c
2300         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
2301         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
2302
2303 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2304
2305         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
2306         in change before last: MAX -> MIN.
2307
2308 2002-08-15  Roland McGrath  <roland@redhat.com>
2309
2310         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
2311         if seek would go past it.
2312         (mmap_remap_check): If file position is at or past EOF after check,
2313         leave read pointers at EOF and don't seek.
2314
2315         * libio/tst-mmap-offend.c: New file.
2316         * libio/Makefile (tests): Add it.
2317
2318         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
2319         the name as passed, rather than the name in the archive dictionary.
2320
2321 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
2322
2323         * csu/Makefile: Define elide-routines.os not static-only-routines.
2324
2325         * include/sched.h (__clone): Add varargs at the end.
2326
2327         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
2328         case.
2329         (TLS_INIT_HELPER): If defined, use it.
2330         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2331
2332 2002-08-15  Roland McGrath  <roland@redhat.com>
2333
2334         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
2335         on L->l_prev; it can happen under rtld --verify too.
2336
2337         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
2338         header separately, just map an initial window of 2MB from the file
2339         and remap if that is not large enough to cover the whole header.
2340
2341 2002-08-15  Andreas Jaeger  <aj@suse.de>
2342
2343         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
2344         version 2.3.
2345         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2346         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2347         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2348         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2349         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2350         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2351         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2352         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2353         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
2354         Patch by Andreas Gruenbacher <agruen@suse.de>.
2355
2356         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
2357
2358 2002-08-14  Roland McGrath  <roland@redhat.com>
2359
2360         * locale/locarchive.h (struct locale_category_data): Give this name to
2361         the type of locale_data_t's elements.
2362         * locale/programs/locarchive.c (cmpcategorysize): New static function.
2363         (add_locale): Use that to sort the categories by size and put all
2364         those that fit into two pages into the LC_ALL block, instead of
2365         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
2366         (show_archive_content): Detect categories inside LC_ALL block
2367         directly, instead of hard-coding.
2368         (oldlocrecentcmp): Compare just on file locations used.
2369
2370 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
2371
2372         * locale/programs/locarchive.c (struct oldlocrecent): New type.
2373         (oldlocrecentcmp): New function.
2374         (enlarge_archive): Re-add locales in the order they were added
2375         to the archive.
2376         (add_locale): Put all the small locale files together, if the small
2377         locale file block would occupy less pages if page size aligned, align
2378         it.
2379         (show_archive_content): Adjust for locale archives optimized for speed.
2380
2381 2002-08-14  Roland McGrath  <roland@frob.com>
2382
2383         * configure.in: Use "MISSING" as not-found value for MIG.
2384         * sysdeps/mach/configure.in: Fatal if mig not found.
2385         * configure, sysdeps/mach/configure: Regenerated.
2386
2387 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2388
2389         * locale/loadarchive.c (archfname): Add missing slash.
2390
2391         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
2392         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
2393
2394 2002-08-12  Roland McGrath  <roland@redhat.com>
2395
2396         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
2397         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
2398         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
2399         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
2400         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
2401         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
2402         * sysdeps/generic/waitpid.c: Likewise.
2403
2404         * include/net/if.h: New file.  Use libc_hidden_proto
2405         for if_nametoindex and if_indextoname.
2406         * sysdeps/generic/if_index.c: Add libc_hidden_def.
2407         * sysdeps/mach/hurd/if_index.c: Likewise.
2408         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2409
2410         * include/grp.h (setgroups): Add libc_hidden_proto.
2411         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
2412         * sysdeps/mach/hurd/setgroups.c: Likewise.
2413         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
2414         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2415
2416 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2417
2418         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
2419         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
2420         * sysdeps/generic/setegid.c (setegid): Likewise.
2421         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
2422         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
2423         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
2424         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
2425         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
2426         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
2427         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
2428         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
2429         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
2430         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
2431         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
2432         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
2433         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
2434
2435         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
2436         __lxstat_internal, __lxstat64_internal): Remove.
2437         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
2438         Add hidden_proto.
2439         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
2440         Remove INTDEF where present, remove #undef at the beginning.
2441         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
2442         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
2443         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
2444         * sysdeps/generic/xstat.c (__xstat): Likewise.
2445         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
2446         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
2447         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
2448         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
2449         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
2450         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
2451         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
2452         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
2453         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
2454         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
2455         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
2456         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
2457         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
2458         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
2459         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
2460         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
2461         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
2462         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
2463         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
2464         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
2465         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
2466         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
2467         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
2468         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
2469         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
2470         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
2471         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
2472         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
2473         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
2474         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
2475         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
2476         * sysdeps/unix/xstat.c (__xstat): Likewise.
2477
2478         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
2479         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
2480         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
2481         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
2482         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
2483         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
2484         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
2485
2486         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
2487         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
2488         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
2489         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
2490         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
2491         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
2492         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
2493         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
2494         Likewise.
2495         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
2496         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
2497         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
2498         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
2499         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
2500         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
2501         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
2502         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
2503
2504         * include/string.h (strcoll): Add libc_hidden_proto.
2505         * string/strcoll.c (strcoll): Add libc_hidden_def.
2506
2507         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
2508
2509 2002-08-11  Philip Blundell  <philb@gnu.org>
2510
2511         * sysdeps/arm/Makefile: New file.
2512
2513 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2514
2515         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
2516         by another '|', end of regex or enclosing ')', clear branch.
2517         * posix/bug-regex9.c: New test.
2518         * posix/Makefile (tests): Add bug-regex9.
2519
2520 2002-08-12  Roland McGrath  <roland@redhat.com>
2521
2522         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
2523         start count condition, use TOTAL instead of variable that was never
2524         set.  Fix outer loop termination condition to TOTAL >= after update.
2525
2526         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
2527         dl_tls_static_align and dl_tls_static_nelem.
2528
2529 2002-08-11  Roland McGrath  <roland@redhat.com>
2530
2531         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
2532         of the TLS macros, otherwise the compiler might not have initialized
2533         the PIC register yet when we use the PLT via asm.
2534         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2535         * elf/tst-tlsmod2.c (in_dso): Likewise.
2536
2537         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
2538
2539         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
2540         Evaluate argument exactly once.  Remove __volatile__ from asm's.
2541
2542         * include/unistd.h: Use libc_hidden_proto for getdomainname
2543         and getlogin_r.
2544         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
2545         * sysdeps/mach/hurd/getdomain.c: Likewise.
2546         * sysdeps/unix/getlogin_r.c: Likewise.
2547         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
2548         * sysdeps/generic/getlogin_r.c: Likewise.
2549
2550         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
2551         * sunrpc/rtime.c: Add libc_hidden_def.
2552
2553         * include/string.h: Use libc_hidden_proto for basename.
2554         * string/basename.c [_LIBC]: Add libc_hidden_def.
2555
2556         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
2557
2558         * locale/loadarchive.c: munmap -> __munmap throughout.
2559
2560         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
2561         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
2562         * sysdeps/generic/gai_strerror.c: Likewise.
2563
2564         * include/sys/errno.h: New file.
2565
2566         * include/signal.h: No libc_hidden_proto for raise,
2567         __libc_current_sigrtmin, __libc_current_sigrtmax.
2568         These need to be overridden by linuxthreads.
2569         * sysdeps/posix/raise.c: Reverted.
2570         * sysdeps/generic/raise.c: Reverted.
2571         * signal/allocrtsig.c: Reverted.
2572
2573         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
2574
2575 2002-08-10  Roland McGrath  <roland@redhat.com>
2576
2577         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
2578         * locale/localeinfo.h: Declare it.
2579         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
2580         current locale if it's not in the file list.
2581         Call _nl_archive_subfreeres.
2582
2583 2002-08-10  Andreas Jaeger  <aj@suse.de>
2584
2585         * sysdeps/i386/strchr.S: Add comment.
2586
2587 2002-08-10  Roland McGrath  <roland@redhat.com>
2588
2589         * include/wchar.h (putwc): Use libc_hidden_proto.
2590         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
2591         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
2592         * stdio-common/dprintf.c: Add libc_hidden_def.
2593         * stdio-common/fprintf.c: Likewise.
2594         * stdio-common/sprintf.c: Likewise.
2595         * stdio-common/sscanf.c: Likewise.
2596         * libio/iofwrite.c: Likewise.
2597         * libio/memstream.c: Likewise.
2598         * libio/putwc.c: Likewise.
2599         * stdio-common/perror.c: Likewise.
2600         * sysdeps/posix/remove.c: Likewise.
2601         * sysdeps/generic/remove.c: Likewise.
2602         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
2603         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
2604
2605 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
2606
2607         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2608         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
2609         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2610         towlower, towupper): Add libc_hidden_weak.
2611
2612         * include/bits/dlfcn.h: New file.
2613         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2614
2615         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2616         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2617         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2618         * include/pwd.h (_nss_files_parse_pwent): Likewise.
2619         * include/shadow.h (_nss_files_parse_spent): Likewise.
2620         * include/netdb.h (_nss_files_parse_protoent,
2621         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2622         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2623         (LINE_PARSER): Use it.
2624         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2625         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2626
2627         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2628         #endif.
2629
2630         * manual/debug.texi (%MENU%): Remove trailing dot.
2631         Reported by <hayastan132@hotmail.com>.
2632
2633         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2634         aliases.
2635         (lseek): Dummy.
2636         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2637         Likewise.
2638
2639 2002-08-09  Roland McGrath  <roland@redhat.com>
2640
2641         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2642         name to find codeset name (if any) and normalize it.  If the
2643         normalized name differs, look up only that in the archive.
2644         * locale/programs/locarchive.c (add_locale_to_archive): If the name
2645         contains a codeset, normalize the codeset store only the normalized
2646         name in the archive.  If not, add an alias containing the locale's
2647         normalized codeset name.  Apply codeset name normalization when
2648         matching entries in the alias file.
2649
2650         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2651         decrement HEAD->namehash_used here.
2652         (add_locale): Only need to insert name string when name_offset != 0.
2653
2654         * locale/programs/localedef.c (options): Add -A/--alias-file.
2655         (alias_file): New variable.
2656         (parse_opt): Grok -A, set that.
2657         * locale/programs/localedef.h: Declare it.
2658
2659         * locale/locarchive.h (struct locrecent): Add `refs' member.
2660         * locale/programs/locarchive.c (insert_name): New function, broken out
2661         of ...
2662         (add_locale_to_archive): ... here.  Call that.
2663         (add_alias): New function.
2664         (add_locale): New static function, add_locale_to_archive renamed.
2665         (add_locale_to_archive): Call that and use add_alias to add an alias
2666         for the name with codeset if the given name lacks it.
2667         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2668
2669         * locale/Makefile (routines): Add loadarchive.
2670         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2671         (_nl_load_locale_from_archive): New function.
2672         * locale/localeinfo.h: Declare it.
2673         * locale/findlocale.c (_nl_find_locale): If using default locale path,
2674         try _nl_load_locale_from_archive first.
2675
2676         * locale/loadlocale.c (_nl_intern_locale_data): New function,
2677         broken out of _nl_load_locale.
2678         (_nl_load_locale): Call that.
2679         * locale/localeinfo.h: Declare it.
2680         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2681         (struct locale_data): Remove unused member `options'.
2682         * locale/findlocale.c (_nl_remove_locale): Update uses.
2683         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2684         * locale/C-collate.c: Update initializer.
2685         * locale/C-identification.c: Likewise.
2686         * locale/C-measurement.c: Likewise.
2687         * locale/C-telephone.c: Likewise.
2688         * locale/C-address.c: Likewise.
2689         * locale/C-name.c: Likewise.
2690         * locale/C-paper.c: Likewise.
2691         * locale/C-time.c: Likewise.
2692         * locale/C-numeric.c: Likewise.
2693         * locale/C-monetary.c: Likewise.
2694         * locale/C-messages.c : Likewise.
2695         * locale/C-ctype.c: Likewise.
2696
2697         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2698         use CHAR_BIT instead of BITSPERBYTE.
2699
2700         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
2701         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
2702         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
2703         (_nl_remove_locale): Likewise.
2704         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2705
2706         * locale/findlocale.c (_nl_default_locale_path): New variable.
2707         (_nl_find_locale): If LOCALE_PATH is null, default to that.
2708         * locale/localeinfo.h: Declare it.
2709         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
2710         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
2711         * locale/newlocale.c (__newlocale): Likewise.
2712
2713         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
2714         * inet/rexec.c (rexec_af): Add libc_hidden_def.
2715         * sysdeps/generic/morecore.c: Likewise.
2716         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
2717         (__libc_current_sigrtmax): Likewise.
2718
2719 2002-08-08  Roland McGrath  <roland@redhat.com>
2720
2721         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
2722         * catgets/open_catalog.c (__open_catalog): Likewise.
2723
2724         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
2725         from typo INITIAL_NUM_NANES.
2726         (create_archive): Update use.
2727
2728 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2729
2730         * sysdeps/unix/sysv/linux/sigwait.c: New file.
2731
2732 2002-08-08  Roland McGrath  <roland@frob.com>
2733
2734         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
2735
2736 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2737
2738         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
2739         else and undefine after including wcstol_l.c.
2740         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
2741
2742 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2743
2744         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
2745
2746 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
2747
2748         * configure.in: Make the test for broken_alias_attribute stricter.
2749
2750 2002-05-24  Robert Love  <rml@tech9.net>
2751
2752         * posix/Makefile (routines): Add sched_getaffinity and
2753         sched_setaffinity.
2754         * posix/sched.h: Add declarations for sched_getaffinity and
2755         sched_setaffinity.
2756         * sysdeps/generic/sched_getaffinity.c: New file.
2757         * sysdeps/generic/sched_setaffinity.c: New file.
2758         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
2759         sched_setaffinity.
2760
2761 2002-08-06  Andreas Schwab  <schwab@suse.de>
2762
2763         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
2764
2765 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2766
2767         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
2768         message.
2769
2770         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
2771         It is known to be defined.
2772
2773         * include/string.h: Define index and rindex only if _ISOMAC is not
2774         defined.
2775
2776         * elf/rtld.c: Include <errno.h>.
2777         * sysdeps/generic/libc-tls.c: Likewise.
2778
2779 2002-08-07  Roland McGrath  <roland@redhat.com>
2780
2781         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
2782         it internally.
2783         (precsize_aton): Likewise.
2784
2785         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
2786         the static symbols added in the last change (doofus is me).
2787
2788         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
2789         loop to notice missing categories in a composite name.
2790
2791         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
2792         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
2793         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
2794         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
2795
2796 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2797
2798         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2799
2800 2002-08-07  Roland McGrath  <roland@redhat.com>
2801
2802         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
2803         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
2804         Reported by Jakub Jelinek  <jakub@redhat.com>.
2805
2806 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2807
2808         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
2809         division.
2810
2811 2002-08-06  Roland McGrath  <roland@redhat.com>
2812
2813         * include/getopt.h: Put private decls inside [_GETOPT_H].
2814         Use libc_hidden_proto for getopt_long, getopt_long_only.
2815         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
2816         Add libc_hidden_def.
2817
2818         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
2819         Define as a macro for __dl_iterate_phdr.
2820
2821         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
2822         made static.  Add __ name as a strong alias.
2823         (internal_endnetgrent): Likewise.
2824         (internal_getnetgrent_r): Likewise.
2825
2826         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
2827         with no __ prefix.
2828         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
2829         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
2830         all *_l functions with no __ prefix.
2831         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
2832         * ctype/ctype_l.c: Likewise.
2833         * locale/nl_langinfo.c: Likewise.
2834         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
2835         * stdlib/stdlib.h [__USE_GNU]: Likewise.
2836         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
2837         * wctype/wctype.h [__USE_GNU]: Likewise.
2838         * string/strcoll_l.c (strcoll_l): Define as weak alias.
2839         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
2840         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
2841         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
2842         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
2843         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
2844         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
2845         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
2846         (__wcscasecmp_l): Add libc_hidden_def.
2847         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
2848         (__wcsncasecmp_l): Add libc_hidden_def.
2849         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
2850         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
2851         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
2852         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
2853         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
2854         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
2855         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
2856         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
2857         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
2858         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
2859         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
2860         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
2861         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
2862         * wctype/wctype_l.c (wctype_l) Define as weak alias.
2863
2864 2002-08-05  Roland McGrath  <roland@redhat.com>
2865
2866         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
2867         netname2user, host2netname, user2netname, key_gendes.
2868         * sunrpc/netname.c: Add libc_hidden_def.
2869         * sunrpc/key_call.c: Likewise.
2870
2871         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
2872         freeaddrinfo.
2873         * inet/getnameinfo.c: Add libc_hidden_def.
2874         * sysdeps/generic/getaddrinfo.c: Likewise.
2875         * sysdeps/posix/getaddrinfo.c: Likewise.
2876
2877         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
2878         * wcsmbs/wmemchr.c: Add libc_hidden_def.
2879         * wcsmbs/wmemset.c: Add libc_hidden_def.
2880
2881         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
2882         (index, rindex): Define as macros for strchr, strrchr.
2883
2884         * string/envz.c (envz_strip): index -> strchr
2885
2886         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
2887         * sunrpc/rpc_prot.c: Add libc_hidden_def.
2888
2889         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
2890         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
2891
2892         * include/stdlib.h: Use libc_hidden_proto for wctomb.
2893         * stdlib/wctomb.c: Add libc_hidden_def.
2894
2895         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
2896         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
2897         * resolv/herror.c: Likewise.
2898         * inet/rcmd.c: Add libc_hidden_def.
2899         * inet/ruserpass.c: Likewise.
2900         * inet/getnetgrent_r.c: Likewise.
2901
2902         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
2903         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
2904         for svcerr_auth, svcerr_noprog, svcerr_progvers.
2905         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
2906         libc_hidden_def.
2907         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
2908         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
2909
2910         * sysdeps/posix/system.c (do_system): New function, guts broken out of
2911         __libc_system.
2912         (__libc_system): Call it, putting just the line == NULL test here.
2913
2914         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
2915         variables work right.
2916
2917         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
2918         * elf/dl-close.c (_dl_close): Likewise.
2919
2920         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
2921         in6addr_any, in6addr_loopback.  Remove decls for
2922         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
2923         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
2924         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
2925         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
2926         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
2927         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
2928         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
2929         in6addr_loopback.
2930         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
2931
2932         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
2933         ether_aton_r.
2934         * inet/ether_aton_r.c: Add libc_hidden_def.
2935         * inet/ether_ntoa_r.c: Likewise.
2936
2937         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
2938         xprt_unregister.
2939         * sunrpc/svc.c: Add libc_hidden_def.
2940         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
2941         pmap_set, pmap_unset.
2942         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
2943         * sunrpc/pm_getport.c: Likewise.
2944         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
2945         * sunrpc/publickey.c: Add libc_hidden_def.
2946
2947 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2948
2949         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
2950         the other memset call in this function.
2951
2952         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
2953         at correct index.  Clear BSS region now that memalign is used.
2954
2955 2002-08-05  Roland McGrath  <roland@redhat.com>
2956
2957         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
2958         * sysdeps/generic/uname.c: Add libc_hidden_def.
2959         * sysdeps/mach/hurd/uname.c: Likewise.
2960
2961 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
2962
2963         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
2964         wcspbrk): Add libc_hidden_proto.
2965         * time/strftime.c (my_strftime): Add libc_hidden_def.
2966         (strftime): Remove libc_hidden_def.
2967         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
2968         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
2969         * wcsmbs/wcsspn.c (wcsspn): Likewise.
2970         * wcsmbs/wcscmp.c (wcscmp): Likewise.
2971         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
2972         * wcsmbs/wcscoll.c (wcscoll): Likewise.
2973
2974         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
2975         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2976         __rpc_thread_createerr): Add libc_hidden_proto.
2977         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
2978         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2979         __rpc_thread_createerr): Add libc_hidden_def.
2980
2981         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
2982         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
2983         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
2984         clnt_perror, clnt_sperror): Add libc_hidden_def.
2985         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
2986
2987         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
2988         libc_hidden_proto.
2989         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
2990         * sunrpc/des_soft.c (des_setparity): Likewise.
2991
2992         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
2993         Add libc_hidden_proto.
2994         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
2995         Add libc_hidden_def.
2996
2997 2002-08-05  Roland McGrath  <roland@redhat.com>
2998
2999         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
3000         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
3001         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
3002         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
3003         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
3004         old data, abandoning the original memory allocated by rtld at startup,
3005         instead of calling realloc normally.
3006
3007 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3008
3009         * po/fr.po: Update from translation team.
3010
3011 2002-08-04  Roland McGrath  <roland@redhat.com>
3012
3013         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
3014         then generate a dummy module under the given name, obeying the
3015         normal rules for the "caller" field.
3016
3017         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
3018         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
3019
3020         * include/pthread.h: Don't declare __pthread_initialize_minimal as
3021         weak here; we declare it weak or strong in the one place we use it.
3022         * sysdeps/generic/libc-start.c: ... which is here.
3023         Don't make the decl weak if [USE_TLS], since static programs need TLS
3024         setup even when single-threaded.
3025
3026         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
3027
3028         * elf/Makefile (test-srcs): Add $(modules-names) to it.
3029         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
3030         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
3031         all these variables.
3032
3033 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3034
3035         * include/stdio.h: Don't define macro magic to redirect function
3036         calls if _ISOMAC is defined.
3037
3038         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
3039         ldouble asin tests.
3040
3041 2002-08-04  Roland McGrath  <roland@redhat.com>
3042
3043         * stdlib/lrand48_r.c: Add libc_hidden_def.
3044
3045         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
3046         TCB with __libc_memalign instead of mmap.
3047         (_dl_deallocate_tls): Free it with free instead of munmap.
3048
3049         * Makerules (cpp-srcs-left): When setting this to run
3050         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
3051         words.  Combine the two loops into one on the concatenated list,
3052         including those as well as $(test-srcs).
3053
3054         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
3055         since we align here with optimally minimal waste anyway.
3056         (malloc): Just call that.
3057
3058         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
3059         the right variable.
3060
3061         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
3062         to compute memory location for l_tls_initimage.
3063         * elf/rtld.c (_dl_start): Likewise.
3064         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3065
3066         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
3067         because the .d file is generated in the non-shared case and
3068         so fails to catch them otherwise.
3069
3070         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
3071         split out of _dl_allocate_tls.
3072         (_dl_allocate_tls_init): Likewise.
3073         (_dl_allocate_tls): Call those.
3074         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
3075         * elf/rtld.c (dl_main): Call them separately instead of calling
3076         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
3077         is finished, so that the initializer data has been relocated before we
3078         copy it into the main thread's TLS block.
3079
3080         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
3081         loop conditions, prevented the last used module from being initialized.
3082
3083 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3084
3085         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
3086         if glob resp. globfree are not macros.
3087         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
3088         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
3089         Add libc_hidden_ver.
3090         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
3091         libc_hidden_def.
3092         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
3093         instead of libc_hidden_weak.
3094         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
3095         libc_hidden_ver instead of libc_hidden_def.
3096         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
3097         libc_hidden_ver instead of libc_hidden_def.
3098         (wcstoll, wcstoq): Remove libc_hidden_weak.
3099         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
3100         libc_hidden_ver.
3101         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
3102         libc_hidden_ver.
3103         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
3104         libc_hidden_ver.
3105         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
3106         libc_hidden_ver.
3107
3108 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3109
3110         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
3111         to access _sys_siglist.
3112         * string/strsignal.c: Likewise.
3113         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
3114         * sysdeps/gnu/siglist.c: Likewise.
3115         * sysdeps/unix/siglist.c: Likewise.
3116         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
3117
3118         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
3119
3120         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
3121
3122         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
3123         alias and use it.
3124         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
3125
3126         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
3127         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
3128         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
3129
3130         * include/time.h: Add libc_hidden_proto for __gmtime_r.
3131         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
3132
3133         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
3134         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
3135         and __gconv_get_cache respectively.
3136         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
3137         defined static.  Change all users.
3138         (__gconv_get_cache): New function.
3139         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
3140         (__gconv_get_alias_db): New function.
3141         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
3142         (__conv_modules_db): Likewise.
3143         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
3144         and __gconv_get_alias_db.
3145         * iconv/iconv_prog.c: Use the new functions instead of accessing the
3146         variables.
3147
3148         * include/stdlib.h: Add prototype and libc_hidden_proto for
3149         __default_morecore.
3150         * sysdeps/generic/morecore.c: Include <stdlib.h>.
3151
3152         * malloc/obstack.c: Remove fputs macro.
3153
3154         * malloc/mtrace.c: Remove fopen macro.
3155
3156 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3157
3158         * manual/debug.texi: Fix spelling to programmatically.
3159         Reported by <hayastan132@hotmail.com>.
3160
3161 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3162
3163         * include/libio.h: Add libc_hidden_proto for __uflow.
3164         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
3165         fgetpos to _IO_* names.
3166         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
3167         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
3168         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
3169         putwc_unlocked, vswscanf.
3170         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
3171         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
3172         * libio/fseek.c: Likewise.
3173         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
3174         not fopencookie.
3175         * libio/genops.c (__uflow): Add libc_hidden_def.
3176         * libio/iofflush_u.c (fflush_unlocked): Likewise.
3177         * libio/iofgets_u.c (fgets_unlocked): Likewise.
3178         * libio/iofputs_u.c (fputs_unlocked): Likewise.
3179         * libio/iofputws_u.c (fputws_unlocked): Likewise.
3180         * libio/iofread_u.c (fread_unlocked): Likewise.
3181         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3182         * libio/iovswscanf.c (vswscanf): Likewise.
3183         * libio/putwc_u.c (putwc_unlocked): Likewise.
3184         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
3185         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
3186         * malloc/mtrace.c: Likewise.
3187
3188         * sunrpc/clnt_perr.c: Remove fputs macro.
3189         * sunrpc/svc_simple.c: Likewise.
3190         * sunrpc/svc_tcp.c: Likewise.
3191         * sunrpc/svc_udp.c: Likewise.
3192         * sunrpc/xdr_rec.c: Likewise.
3193         * sunrpc/xdr_ref.c: Likewise.
3194
3195         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
3196         iconv_prog, linereader, and charmap-dir.
3197         * locale/Makefile: Likewise for locale and charmap-dir.
3198         * malloc/Makefile: Likewise for memusagestat.
3199         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
3200         * sunrpc/Makefile: Likewise for rpc_main.
3201         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
3202         * timezone/Makefile: Likewise for zic.
3203
3204         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
3205
3206         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
3207         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
3208         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
3209         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
3210         _dl_close.
3211
3212         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
3213         __wunderflow.
3214         * libio/genops.c (__underflow): Add libc_hidden_def.
3215         * libio/wgenops.c (__wuflow): Likewise.
3216         (__wunderflow): Likewise.
3217
3218         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
3219         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
3220
3221         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
3222         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
3223
3224         * include/string.h: Add libc_hidden_proto for __strverscmp.
3225         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
3226
3227         * include/unistd.h: Add libc_hidden_proto for __sysconf.
3228         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
3229         * sysdeps/posix/sysconf.c: Likewise.
3230         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
3231         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
3232
3233         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
3234         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3235         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3236         __iswxdigit_l, __towlower_l, __towupper_l.
3237         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
3238         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
3239
3240         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
3241         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
3242         * sysdeps/mach/hurd/xmknod.c: Likewise.
3243         * sysdeps/unix/xmknod.c: Likewise.
3244         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
3245         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
3246         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
3247
3248         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
3249
3250 2002-08-03  Roland McGrath  <roland@redhat.com>
3251
3252         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
3253         setpriority.
3254         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
3255         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
3256         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
3257         * sysdeps/mach/hurd/setpriority.c: Likewise.
3258         * sysdeps/mach/hurd/getpriority.c: Likewise.
3259         * sysdeps/generic/setpriority.c: Likewise.
3260         * sysdeps/generic/getpriority.c: Likewise.
3261
3262         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
3263         * malloc/mcheck.c: Add libc_hidden_def.
3264
3265         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
3266         * misc/hsearch_r.c: Add libc_hidden_def.
3267
3268         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3269         * posix/fnmatch.c: Add libc_hidden_weak.
3270
3271         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3272         execl, execle, execlp, execvp, getpid, getsid.
3273         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3274         * sysdeps/unix/alarm.c: Likewise.
3275         * posix/confstr.c: Likewise.
3276         * posix/execvp.c: Likewise.
3277         * posix/execlp.c: Likewise.
3278         * posix/execle.c: Likewise.
3279         * posix/execl.c: Likewise.
3280         * sysdeps/generic/getsid.c: Likewise.
3281         * sysdeps/mach/hurd/getsid.c: Likewise.
3282         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3283         * sysdeps/mach/hurd/getpid.c: Likewise.
3284
3285         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3286         qecvt_r, qfcvt_r, lrand48_r.
3287         * misc/efgcvt_r.c: Add libc_hidden_def.
3288
3289         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3290         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
3291
3292         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
3293         * locale/nl_langinfo.c: Add libc_hidden_def.
3294
3295         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
3296         * sysdeps/generic/glob.c: Add libc_hidden_def.
3297         * sysdeps/generic/glob64.c: Likewise.
3298         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
3299
3300         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
3301
3302         * elf/Makefile (CFLAGS-vismod2.c): New variable.
3303
3304         * locale/setlocale.c (_nl_current_names): Variable moved ...
3305         * locale/localename.c (_nl_current_names): ... here, new file.
3306         Make it global, with attribute_hidden.
3307         * locale/localeinfo.h: Declare it.
3308         * locale/Makefile (aux): Add localename.
3309         * locale/localename.c (__current_locale_name): New function.
3310         * include/locale.h (__current_locale_name): Declare it.
3311         * intl/dcigettext.c (guess_category_value): Use that instead of
3312         calling setlocale.
3313
3314         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
3315         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
3316         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
3317         * locale/newlocale.c: Add alias to __ name.
3318         * locale/duplocale.c: Likewise.
3319         * locale/freelocale.c: Likewise.
3320         * locale/uselocale.c: New file.
3321         * locale/Makefile (routines): Add it.
3322         * locale/Versions (libc: GLIBC_2.3): New set.
3323         Add newlocale, duplocale, freelocale, uselocale.
3324         (libc: GLIBC_PRIVATE): Add __uselocale.
3325
3326         * locale/localeinfo.h [SHARED]
3327         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
3328         (_NL_CURRENT_DATA): Define using that.
3329         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
3330         (_NL_CURRENT_DEFINE): Define to empty.
3331         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
3332         conditionalized on this.
3333         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
3334         taking initializer of _nl_C_locobj.
3335         [SHARED] (_nl_global_locale): New variable, using that initializer.
3336         (_nl_C_locobj): Use new macro for initialzier.
3337         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
3338         [! SHARED] (CATEGORY_USED): New macro.
3339         [SHARED] (CATEGORY_USED, _nl_C): New macros.
3340         (setdata, setlocale): Use that macro instead of examining _nl_current.
3341         (setdata): Set the slot in _nl_global_locale.
3342         Conditionalize setting of _nl_current on [! SHARED].
3343         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
3344         declaration as an extern.
3345         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
3346
3347         * include/locale.h: Use libc_hidden_proto for setlocale.
3348         * locale/setlocale.c: Add libc_hidden_def.
3349
3350         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
3351
3352         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
3353         * misc/hsearch_r.c: Add libc_hidden_def.
3354         * misc/lsearch.c: Likewise.
3355
3356         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
3357         endttyent.
3358         * misc/getttyent.c: Add libc_hidden_def.
3359
3360         * include/mcheck.h: Use libc_hidden_proto for mcheck.
3361         * malloc/mcheck.c: Add libc_hidden_def.
3362
3363         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
3364         * include/argz.h: Use libc_hidden_proto for argz_delete.
3365         * string/argz-delete.c: Add libc_hidden_def.
3366         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
3367
3368         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
3369         HIDDEN_JUMPTARGET for _exit.
3370         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
3371         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
3372         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3373         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
3374
3375         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
3376         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
3377         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
3378         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
3379
3380         * include/stdlib.h: Use libc_hidden_proto for abort,
3381         __strtof_internal, __strtod_internal, __strtold_internal,
3382         __strtol_internal, __strtoll_internal, __strtoul_internal,
3383         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
3384         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
3385         __strtoul_l_internal, __strtoull_l_internal.
3386         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
3387         __wcstod_internal, __wcstold_internal, __wcstol_internal,
3388         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
3389         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
3390         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
3391         __wcsncasecmp_l.
3392         * sysdeps/generic/abort.c: Add libc_hidden_def.
3393         * stdlib/strtod.c: Likewise.
3394         * sysdeps/generic/strtol.c: Likewise.
3395         * sysdeps/wordsize-64/strtol.c: Likewise.
3396         * sysdeps/wordsize-64/wcstol.c: Likewise.
3397         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
3398
3399         * include/stdlib.h: Use libc_hidden_proto for qsort.
3400         * stdlib/msort.c: Add libc_hidden_def.
3401
3402         * include/utime.h: Use libc_hidden_proto for utime.
3403         * sysdeps/generic/utime.c: Add libc_hidden_def.
3404         * sysdeps/unix/utime.c: Likewise.
3405
3406         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
3407         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
3408         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3409         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
3410         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
3411
3412         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
3413         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
3414         and __libc_current_sigrtmax.
3415         * signal/sigismem.c: Add libc_hidden_def.
3416         * signal/sigfillset.c: Likewise.
3417         * signal/sigempty.c: Likewise.
3418         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
3419         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
3420         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
3421         * sysdeps/posix/raise.c: Likewise.
3422         * sysdeps/generic/raise.c: Likewise.
3423
3424 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3425
3426         * include/string.h: Use libc_hidden_proto for __stpcpy.
3427         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
3428         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
3429         * sysdeps/generic/stpcpy.c: Likewise.
3430         * sysdeps/i386/stpcpy.S: Likewise.
3431         * sysdeps/i386/i586/stpcpy.S: Likewise.
3432         * sysdeps/powerpc/stpcpy.S: Likewise.
3433         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
3434         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3435
3436         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
3437         __strncasecmp_l, __strdup, __strndup, __strerror_r.
3438         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
3439         libc_hidden_def.
3440         * string/strdup.c (__strdup): Likewise.
3441         * string/strndup.c (__strndup): Likewise.
3442         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
3443         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
3444
3445 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3446
3447         * include/libio.h: New file.
3448         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
3449         * libio/iolibio.h: #include <libio.h>, not "libio.h".
3450         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
3451         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
3452         * sysdeps/unix/common/syscalls.list: Likewise.
3453         * sysdeps/unix/inet/syscalls.list: Likewise.
3454         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
3455         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3456         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3457         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3458         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3459         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3460         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3461         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3462         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3463         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
3464         * sysdeps/unix/syscalls.list: Likewise.
3465
3466 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3467             Ulrich Drepper  <drepper@redhat.com>
3468
3469         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
3470         the arguments is big enough to cause an overflow.
3471
3472 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3473
3474         * assert/assert.c: Use hidden_def not INTDEF.
3475
3476 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3477
3478         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
3479         not defined.
3480
3481 2002-08-03  Roland McGrath  <roland@redhat.com>
3482
3483         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
3484         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
3485         verr, verrx.
3486         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
3487         * misc/syslog.c: Add libc_hidden_def.
3488         * misc/err.c: Likewise.
3489         * stdlib/exit.c: Likewise.
3490         * stdlib/bsearch.c: Likewise.
3491         * sysdeps/generic/getenv.c: Likewise.
3492
3493         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
3494
3495         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
3496         libc_hidden_weak for every system call symbol defined.
3497
3498         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
3499         timelocal, localtime, strftime.
3500         * time/asctime.c: Add libc_hidden_def.
3501         * time/mktime.c: Likewise.
3502         * time/localtime.c: Likewise.
3503         * time/strftime.c: Likewise.
3504         * time/strptime.c: Likewise.
3505         * sysdeps/generic/time.c: Likewise.
3506         * sysdeps/unix/time.c: Likewise.
3507         * sysdeps/unix/sysv/i386/time.S: Likewise.
3508         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
3509
3510         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
3511         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
3512         * resolv/inet_ntop.c: Likewise.
3513         * resolv/inet_pton.c: Likewise.
3514         * inet/inet_mkadr.c: Add libc_hidden_def.
3515         * inet/inet_netof.c: Likewise.
3516         * resolv/inet_addr.c: Likewise.
3517
3518         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
3519         clauses from conditionals for now.  Will have to be fixed later
3520         for older compilers.
3521
3522         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
3523
3524 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3525
3526         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
3527         broken alias attribute handling.
3528         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
3529
3530 2002-08-02  Roland McGrath  <roland@frob.com>
3531
3532         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
3533         since it sets the variables we use in a -D switch.
3534
3535 2002-08-02  Roland McGrath  <roland@redhat.com>
3536
3537         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
3538         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
3539         matches long int, not int.
3540
3541         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
3542         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
3543         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3544         * wctype/wctrans.c (wctrans): Likewise.
3545         * wctype/wctype.c (__wctype): Likewise.
3546         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
3547
3548 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3549
3550         * assert/assert.c (__assert_fail): Fix typo in comment.
3551
3552         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
3553         * sunrpc/rpc_thread.c: Define it without static.
3554         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
3555
3556 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3557
3558         * assert/assert.c (__assert_fail): Remove undef.
3559         Replace INTDEF with libc_hidden_def.
3560         * assert/__assert.c (__assert): Remove INTUSE.
3561         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
3562         libc_hidden_weak.
3563         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
3564         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
3565         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
3566         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
3567         libm_hiden_ver): Define.
3568         * include/assert.h (__assert_fail_internal): Remove.
3569         (__assert_fail): Add prototype.  Add hidden_proto.
3570         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
3571         libc_hidden_proto.
3572         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
3573         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
3574         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
3575         Add libc_hidden_proto.
3576         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
3577         __fcntl): Add libc_hidden_proto.  Remove macros.
3578         (__open_internal, __fcntl_internal): Remove.
3579         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
3580         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
3581         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
3582         libc_hiden_proto.
3583         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
3584         libc_hidden_def.
3585         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
3586         Add libc_hidden_def.
3587         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
3588         * sysdeps/generic/open.c (__open): Remove undef.
3589         Add libc_hidden_def.  Remove INTDEF.
3590         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
3591         Add libc_hidden_def.
3592         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
3593         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
3594         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
3595         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3596         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3597         (__libc_fcntl): Add libc_hidden_def.
3598         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
3599         (__open): Remove INTDEF2.  Add libc_hidden_weak.
3600         (__libc_open): Add libc_hidden_def.
3601         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
3602         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
3603         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3604         Add libc_hidden_def.
3605         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
3606         Add libc_hidden_def.
3607         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
3608         undef.
3609         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3610         (__libc_fcntl): Add libc_hidden_def.
3611         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3612         __getpgid_internal, __chown_internal): Remove.
3613         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3614         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3615         __GI___chown): Add.
3616         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3617         __getpid_internal, __open_internal, __write_internal): Remove.
3618         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3619         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3620         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3621         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3622         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3623         Replace INTDEF with libc_hidden_def.
3624         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3625         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3626         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3627         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3628         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3629         Add libc_hidden_proto.
3630         * include/sys/poll.h (__poll): Add libc_hidden_proto.
3631         * include/sys/select.h (__select): Likewise.
3632         * include/sys/socket.h (__send): Likewise.
3633         * include/sys/statfs.h (__statfs): Likewise.
3634         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3635         __getpid, __getpgid, __setpgid, __close, __read, __write,
3636         __getpagesize, __sbrk): Likewise.
3637         (__chown_internal, __dup2_internal, __getpid_internal,
3638         __getpgid_internal, __close_internal, __write_internal,
3639         __getpagesize_internal): Remove.
3640         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3641         Remove macros.
3642         * include/printf.h (__printf_fp): Add libc_hidden_proto.
3643         * include/sched.h (__sched_setscheduler): Likewise.
3644         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3645         * include/stdlib.h (__secure_getenv): Likewise.
3646         * include/signal.h (__sigaction, __sigsuspend): Likewise.
3647         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3648         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3649         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3650         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3651         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3652         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3653         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3654         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3655         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3656         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3657         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3658         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3659         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3660         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3661         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3662         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3663         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3664         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3665         * libio/genops.c (__overflow): Add libc_hidden_def.
3666         * libio/iovdprintf.c: Remove libio.h include.
3667         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3668         libc_hidden_weak): Define to nothing if not defined.
3669         (__overflow, __woverflow): Add libc_hidden_proto.
3670         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3671         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3672         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3673         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3674         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3675         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3676         and libc_hidden_def.
3677         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3678         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3679         (__getpgid): Add libc_hidden_proto.
3680         (__bsd_getpgrp): Remove INTUSE.
3681         * resolv/res_init.c (__res_ninit, __res_randomid): Add
3682         libc_hidden_def.
3683         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3684         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3685         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3686         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3687         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3688         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3689         __rpc_thread_createerr): Add libc_hidden_def.
3690         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3691         libc_hidden_def.
3692         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3693         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3694         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3695         * sysdeps/generic/chown.c (__chown): Likewise.
3696         * sysdeps/generic/close.c (__close): Likewise.
3697         * sysdeps/generic/dup2.c (__dup2): Likewise.
3698         * sysdeps/generic/pipe.c (__pipe): Likewise.
3699         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3700         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
3701         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
3702         * sysdeps/generic/read.c (__libc_read): Likewise.
3703         (__read): Add libc_hidden_weak.
3704         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
3705         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
3706         * sysdeps/generic/select.c (__select): Likewise.
3707         * sysdeps/generic/send.c (__send): Likewise.
3708         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
3709         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
3710         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
3711         * sysdeps/generic/statfs.c (__statfs): Likewise.
3712         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
3713         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
3714         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
3715         Remove undef and INTDEF.
3716         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
3717         * sysdeps/generic/getpid.c (__getpid): Likewise.
3718         * sysdeps/generic/write.c (__libc_write): Likewise.
3719         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3720         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
3721         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3722         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
3723         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
3724         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
3725         Remove undef and INTDEF.
3726         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
3727         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3728         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
3729         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
3730         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
3731         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3732         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
3733         (__pipe): Add libc_hidden_def.
3734         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
3735         libc_hidden_weak.
3736         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
3737         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
3738         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
3739         (__read): Add libc_hidden_weak.
3740         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
3741         (__libc_pwrite64): Add libc_hidden_def.
3742         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3743         * sysdeps/mach/hurd/select.c (__select): Likewise.
3744         * sysdeps/mach/hurd/send.c (__send): Likewise.
3745         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3746         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3747         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3748         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3749         * sysdeps/posix/dup2.c: Likewise.
3750         Remove undef and INTDEF.
3751         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
3752         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
3753         (__pwrite64): Add libc_hidden_weak.
3754         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
3755         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
3756         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
3757         * sysdeps/standalone/close.c (__close): Likewise.
3758         * sysdeps/standalone/write.c (__libc_write): Likewise.
3759         (__write): Add libc_hidden_weak.
3760         * sysdeps/standalone/read.c (__read): Likewise.
3761         (__libc_read): Add libc_hidden_def.
3762         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
3763         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
3764         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
3765         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
3766         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
3767         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
3768         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
3769         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
3770         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
3771         __GI___sigaction): Add.
3772         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
3773         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
3774         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
3775         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
3776         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
3777         __GI___setpgid): Add.
3778         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
3779         Remove undef and INTDEF.
3780         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
3781         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
3782         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
3783         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
3784         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
3785         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
3786         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
3787         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
3788         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
3789         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
3790         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
3791         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
3792         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
3793         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
3794         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
3795         __GI___statfs, __GI___send): Add.
3796         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
3797         libc_hidden_ver resp. libc_hidden_def.
3798         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
3799         libc_hidden_def.
3800         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
3801         Likewise.  Remove undef and INTDEF.
3802         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
3803         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
3804         __GI___statfs, __GI___send): Add.
3805         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
3806         libc_hidden_def.
3807         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
3808         Likewise.
3809         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
3810         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
3811         libc_hidden_ver resp. libc_hidden_def.
3812         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
3813         __GI___send): Add.
3814         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
3815         Add libc_hidden_weak.
3816         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
3817         Add libc_hidden_def.
3818         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
3819         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
3820         libc_hidden_weak.
3821         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
3822         resp. libc_hidden_def.
3823         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
3824         libc_hidden_weak.
3825         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
3826         INTDEF.
3827         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
3828         Likewise.  Remove undef.
3829         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
3830         libc_hidden_weak.
3831         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
3832         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
3833         libc_hidden_weak.
3834         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
3835         libc_hidden_def.
3836         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
3837         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
3838         Likewise.  Remove undef and INTDEF.
3839         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
3840         libc_hidden_def.
3841         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
3842         libc_hidden_weak.
3843         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
3844         libc_hidden_def.
3845         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
3846         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
3847         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
3848         libc_hidden_weak.
3849         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
3850         Add libc_hidden_def.
3851         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
3852         __GI___statfs): Add.
3853         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
3854         libc_hidden_weak.
3855         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
3856         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
3857         Remove undef and INTDEF.
3858         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
3859         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
3860         libc_hidden_def.
3861         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
3862         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
3863         libc_hidden_weak.
3864         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
3865         libc_hidden_def.
3866         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
3867         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
3868         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
3869         Add.
3870         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
3871         libc_hidden_def.  Remove undef and INTDEF.
3872         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
3873         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
3874         libc_hidden_def.
3875         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
3876         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
3877         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
3878         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
3879         Remove undef and INTDEF.
3880         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
3881         broken visibility attribute handling.
3882         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
3883
3884 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3885
3886         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
3887         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
3888
3889         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
3890         previous patch.
3891
3892 2002-06-29  Todd Fries  <todd@openbsd.org>
3893
3894         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
3895
3896 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3897
3898         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
3899
3900 2002-07-30  Roland McGrath  <roland@redhat.com>
3901
3902         * resolv/resolv.h (_res): Define macro unconditionally.
3903         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
3904         * include/resolv.h: ... here.
3905         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
3906         as a __thread variable.
3907         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
3908         a __thread variable instead of a global.
3909         * resolv/res_data.c [_LIBC]: Don't #undef _res.
3910
3911         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
3912         time we test it.
3913
3914         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
3915
3916         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
3917         decls of memset and memcpy.
3918
3919         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
3920         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
3921
3922         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
3923
3924         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
3925         (__libc_tsd_define): Define using __thread.
3926
3927         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
3928         (__rpc_thread_variables): Use __libc_tsd_get.
3929         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
3930         __rpc_thread_variables, which might allocate what we're about to free.
3931
3932         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
3933         thread-local variable.
3934         * resolv/netdb.h (h_errno): Define macro unconditionally.
3935         [_LIBC] (__set_h_errno): Macro moved to ...
3936         * include/netdb.h: ... here.
3937         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
3938         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
3939         [! _LIBC_REENTRANT]: #undef h_errno here.
3940
3941         * include/errno.h: Protect from multiple inclusion.
3942
3943         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
3944         before defining them, since Linux's <linux/posix_types.h> might have
3945         defined them.
3946
3947 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3948
3949         * malloc/malloc.c (public_cALLOc): Check for overflow on
3950         multiplication.
3951         * sunrpc/xdr_array.c (xdr_array): Likewise.
3952         * sunrpc/rpc/types.h (mem_free): Add comment.
3953         Patch by Solar Designer <solar@openwall.com>.
3954
3955 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3956
3957         * sysdeps/unix/sysv/linux/kernel-features.h
3958         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
3959
3960 2002-08-01  Roland McGrath  <roland@redhat.com>
3961
3962         * libio/fileops.c (_IO_file_sync_mmap): New function.
3963         (_IO_file_jumps_mmap): Use it.
3964         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
3965         repeat the stat check and resize the mapped buffer as necessary.
3966
3967 2002-07-31  Roland McGrath  <roland@redhat.com>
3968
3969         * libio/fileops.c (decide_maybe_mmap): New static function.
3970         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
3971         mmap the file contents.  Then switch the jump tables to the mmap
3972         tables if it worked, or the vanilla file tables if not.
3973         (_IO_file_underflow_maybe_mmap): New function.
3974         (_IO_file_seekoff_maybe_mmap): New function.
3975         (_IO_file_xsgetn_maybe_mmap): New function.
3976         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
3977         * libio/libioP.h: Declare those.
3978         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
3979         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
3980         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
3981         If the stream is read-only, set its jump tables to those new ones.
3982         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
3983         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
3984         We need the tables set before _IO_file_attach.
3985
3986         * libio/tst-mmap-eofsync.c: New file.
3987         * libio/tst-mmap-fflushsync.c: New file.
3988         * libio/bug-mmap-fflush.c: New file.
3989         * libio/tst-mmap2-eofsync.c: New file.
3990         * libio/Makefile (tests): Add them.
3991
3992         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
3993         _IO_file_underflow_mmap fails, it already set the appropriate bit.
3994
3995 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
3996
3997         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
3998         Declarations moved to <bits/sys_errlist.h>.  Include that file.
3999         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
4000         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
4001         declare sys_errlist and sys_nerr.
4002         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
4003         provide declarations.
4004
4005 2002-07-31  Roland McGrath  <roland@redhat.com>
4006
4007         * elf/rtld.c (dl_main): Fix typo in error message.
4008
4009 2002-07-31  Roland McGrath  <roland@frob.com>
4010
4011         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
4012         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
4013         sysdeps/mach/hurd/dl-sysdep.c change.
4014
4015 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
4016
4017         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
4018         -r`/build/include for kernel headers.
4019
4020         * po/fi.po: New file.
4021
4022 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
4023
4024         * configure.in (static_nss): Set to `yes' if --disable-shared.
4025
4026 2002-07-23  Bruno Haible  <bruno@clisp.org>
4027
4028         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
4029         is set.
4030
4031 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4032
4033         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
4034         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
4035         arguments.
4036
4037 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4038
4039         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
4040         alias.
4041
4042 2002-07-21  Bruno Haible  <bruno@clisp.org>
4043
4044         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
4045         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
4046         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
4047         trans_sysdep_tab_offset.
4048         (struct sysdep_segment): New type.
4049         (struct sysdep_string): New type.
4050         (SEGMENTS_END): New macro.
4051         * intl/gettextP.h (struct sysdep_string_desc): New type.
4052         (struct loaded_domain): New fields malloced, n_sysdep_strings,
4053         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
4054         orig_tab, trans_tab, hash_tab to const pointers because they point
4055         into read-only memory.
4056         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
4057         (PRI*): Define fallback values.
4058         (get_sysdep_segment_value): New function.
4059         (_nl_load_domain): Distinguish major and minor revision parts. Add
4060         support for minor revision 1 with system dependent strings.
4061         (_nl_unload_domain): Also free the 'malloced' field.
4062         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
4063         now done in loadmsgcat.c. Add support for system dependent strings.
4064
4065 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4066
4067         * posix/bug-regex7.c: New file.
4068         * posix/bug-regex8.c: New file.
4069         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
4070
4071 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4072
4073         * posix/bug-regex4.c (main): Fix typos.
4074         * posix/bug-regex6.c (main): Likewise.
4075
4076 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
4077
4078         * posix/bug-regex6.c (main): Fix warnings.
4079
4080         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
4081
4082         * iconv/iconv_prog.c (main): Improve error message for the cases
4083         where -t and/or -f parameter are missing.
4084
4085 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
4086
4087         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
4088         (re_search): Likewise.
4089         (re_match_2): Likewise.
4090         (re_search_2): Likewise.
4091         (re_search_stub): New function.
4092         (re_search_2_stub): New function.
4093         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
4094
4095 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
4096
4097         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
4098         (re_string_eoi): Use STOP instead of LEN.
4099         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
4100         (re_string_construct): Likewise.
4101         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
4102         * posix/regexec.c (re_search_internal): Add a new argument STOP
4103         so that it can handle the argument STOP of re_search_2 and re_match_2
4104         correctly.
4105         (regexec): Adapt to new I/F of re_search_internal.
4106         (re_search_stub): Likewise.
4107
4108 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
4109
4110         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
4111
4112         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
4113
4114         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
4115         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
4116         of __divdi3.
4117
4118         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
4119         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
4120         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
4121         alias for adjtimex syscall.
4122
4123         * elf/dl-minimal.c: Define __assert_fail_internal.
4124         * assert/assert.c: Likewise.
4125         * include/assert.h: Define __assert_file macro if !SHARED and not
4126         NOT_IN_libc.
4127
4128         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
4129         programs.
4130         * locale/Makefile: Likewise.
4131         * nscd/Makefile: Likewise.
4132         * catgets/Makefile: Likewise.
4133
4134 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4135
4136         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
4137         compute current position.
4138
4139         * stdio-common/tst-fseek.c (main): Improve error messages.
4140
4141         * libio/tst-freopen.c (main): Remove unused variable.
4142
4143         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
4144         succesful seek call.  Simplify error checking.
4145
4146 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4147
4148         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
4149         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4150
4151 2002-07-19  Roland McGrath  <roland@frob.com>
4152
4153         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
4154         __libc_enable_secure is set.
4155
4156 2002-07-24  Roland McGrath  <roland@frob.com>
4157
4158         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
4159         This implementation supports only IPv4.
4160         * inet/ifaddrs.h: New file.
4161         * sysdeps/generic/ifaddrs.c: New file.
4162         * sysdeps/gnu/ifaddrs.c: New file.
4163         * inet/test-ifaddrs.c: New file.
4164         * inet/Makefile (routines): Add ifaddrs.
4165         (headers): Add ifaddrs.h here.
4166         (tests): Add test-ifaddrs.
4167         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
4168
4169         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
4170         socket call to get an AF_INET socket, instead of using __opensock.
4171         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
4172
4173         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
4174         if not -1 use it instead of calling __opensock.
4175         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
4176         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
4177         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
4178
4179         * sysdeps/mach/hurd/ifreq.h: New file.
4180         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
4181         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
4182         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
4183
4184         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
4185         which gets moved around.  Calculate size of mmap'd buffer instead.
4186
4187 2002-07-24  Philip Blundell  <philb@gnu.org>
4188
4189         * sysdeps/unix/arm/brk.S: Improve schedule.
4190         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
4191         efficient instruction.
4192         (__socket): Optimize return sequence.
4193
4194 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4195
4196         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
4197         sockets on old kernels.
4198
4199 2002-07-22  Philip Blundell  <philb@gnu.org>
4200
4201         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
4202         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4203         alias.
4204
4205 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4206
4207         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
4208         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
4209
4210         * locale/programs/locarchive.c (add_locale_to_archive): Correct
4211         test to detect duplicate locales.
4212
4213         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
4214         position would be before beginning of file.
4215         (_IO_file_seekoff_mmap): Likewise.
4216         * libio/Makefile (tests): Add bug-fseek.
4217         * libio/bug-fseek.c: New file.
4218
4219         * intl/explodename.c: Remove support for CEN-style locale variables.
4220         It was never used and shouldn't be since it's not portable.
4221         * intl/finddomain.c: Likewise.
4222         * intl/l10nflist.c: Likewise.
4223         * intl/loadinfo.h: Likewise.
4224         * locale/findlocale.c: Likewise.
4225
4226 2002-07-24  Roland McGrath  <roland@frob.com>
4227
4228         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
4229         position, calculate it to take into account an active pushback buffer.
4230
4231         * libio/Makefile (tests): Add bug-ungetc.
4232         * libio/bug-ungetc.c: New file.
4233
4234 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
4235
4236         * sysdeps/generic/libc-tls.c: New file.
4237         * csu/Makefile (routines): Add libc-tls.
4238         (static-only-routines): Add libc-tls.
4239         * elf/dl-support.c (_dl_phdr): New variable.
4240         (_dl_phnum): New variable.
4241         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
4242         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
4243         for !SHARED.  First look through auxiliary vector.  If TLS always
4244         call __pthread_initialize_minimal.
4245
4246         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
4247         in mmap call is never zero.
4248
4249 2002-07-23  Andreas Jaeger  <aj@suse.de>
4250
4251         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
4252         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
4253
4254 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
4255
4256         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
4257         creation and removal of the temp file.
4258
4259         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
4260         file creation.
4261         * test-skeleton.c (create_temp_file): New function.
4262
4263 2002-07-22  Andreas Jaeger  <aj@suse.de>
4264
4265         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
4266         local label.
4267
4268 2002-07-21  Roland McGrath  <roland@frob.com>
4269
4270         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4271         put -I../include before -I../stdlib so we get the right errno.h et al.
4272         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4273         (CFLAGS-wcstof.c): Likewise.
4274         (CFLAGS-wcstold.c): Likewise.
4275         (CFLAGS-wcstod_l.c): Likewise.
4276         (CFLAGS-wcstof_l.c): Likewise.
4277         (CFLAGS-wcstold_l.c): Likewise.
4278
4279 2002-07-19  Roland McGrath  <roland@frob.com>
4280
4281         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4282
4283 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4284
4285         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4286         __ASSUME_AT_XID is defined.
4287         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4288         for 2.4.1 and up.
4289         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4290         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
4291
4292         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
4293         (CFLAGS-wcstof.c): Likewise.
4294         (CFLAGS-wcstold.c): Likewise.
4295         (CFLAGS-wcstod_l.c): Likewise.
4296         (CFLAGS-wcstof_l.c): Likewise.
4297         (CFLAGS-wcstold_l.c): Likewise.
4298
4299 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
4300
4301         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
4302         __priority_which_t): Always typedef to int for C++.
4303
4304 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
4305
4306         * configure.in: Add test for __thread support in compiler.
4307         * config.h.in: Add HAVE___THREAD.
4308         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
4309         * include/sys/errno.h: Moved to...
4310         * stdlib/sys/errno.h: ...here.  New file.
4311         * stdlib/errno.h: New file.  Moved from...
4312         * include/errno.h: ...here.  Changed into an internal header defining
4313         libc-local things like __set_errno.
4314         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
4315         bits/errno.h.
4316         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
4317         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
4318         either.
4319         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
4320         from...
4321         (_dl_start_final): ...here.  Add code to initialize tls elements from
4322         bootstrap_map.
4323         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
4324         if USE_TLS && HAVE___THREAD.
4325         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
4326         * sysdeps/mach/hurd/bits/errno.h: Likewise.
4327         * sysdeps/standalone/arm/bits/errno.h: Likewise.
4328         * sysdeps/standalone/bits/errno.h: Likewise.
4329         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
4330         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
4331         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
4332         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
4333         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
4334         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
4335         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
4336         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
4337         use GL(dl_rtld_map), use map parameter.
4338         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4339         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
4340         USE_TLS && HAVE___THREAD.
4341         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
4342         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
4343         TLS code sequence.
4344         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4345
4346         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
4347         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
4348         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
4349         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4350         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4351         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4352
4353 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
4354
4355         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
4356         MS_INVALIDATE values.
4357
4358 2002-07-17  Andreas Schwab  <schwab@suse.de>
4359             Ulrich Drepper  <drepper@redhat.com>
4360
4361         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
4362         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4363         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4364         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4365
4366 2002-07-01  H.J. Lu  <hjl@gnu.org>
4367
4368         * elf/circleload1.c (load_dso): Call "circlemod1" and check
4369         return value.
4370
4371         * elf/circlemod1.c (circlemod1): Return int.
4372         * elf/circlemod2.c (circlemod2): Likewise.
4373         * elf/circlemod2a.c (circlemod2): Likewise.
4374         * elf/circlemod3.c (circlemod3): Likewise.
4375         (circlemod3a): A new function.
4376
4377 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4378
4379         * catgets/tst-catgets.c (main): Don't expect results for
4380         untranslated messages.
4381
4382         * glibcbug.in: Fix little typo.  Remove STDIO.
4383
4384         * config.h.in: Fail if __FAST_MATH__ is defined.
4385         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
4386         (CPPFLAGS-test-idouble.c): Likewise.
4387         (CPPFLAGS-test-ildouble.c): Likewise.
4388
4389 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4390
4391         * intl/tst-gettext.sh: Pass -f option to msgfmt.
4392         * intl/tst-gettext.c: Correctly handle untranslated messages in
4393         positive tests.
4394
4395         * po/de.po: Update from translation team.
4396
4397 2002-07-02  H.J. Lu  <hjl@gnu.org>
4398
4399         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
4400         use ll/sc.
4401         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
4402
4403         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
4404         to 2.4.0 for mips.
4405
4406 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4407
4408         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
4409         TLS fail if USE_TLS is not defined.
4410
4411         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
4412         and adjust state for seek position.  [PR libc/4070]
4413         * libio/Makefile (tests): Add bug-rewind.
4414         * libio/bug-rewind.c: New file.
4415
4416 2002-07-12  Philip Blundell  <philb@gnu.org>
4417
4418         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
4419         (__backtrace): Use it.
4420         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
4421
4422 2002-07-12  Philip Blundell  <philb@gnu.org>
4423
4424         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
4425         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
4426         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
4427         (elf_machine_rela): Remove unused variable.
4428
4429         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
4430         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
4431         define.
4432
4433 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
4434
4435         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
4436
4437 2002-07-14  Andreas Jaeger  <aj@suse.de>
4438
4439         * sysdeps/x86_64/bits/link.h: Add biarch support.
4440
4441 2002-07-13  Andreas Jaeger  <aj@suse.de>
4442
4443         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
4444         Use correct indices.
4445         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
4446
4447 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4448
4449         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
4450         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
4451         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
4452         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
4453         * sysdeps/s390/s390-32/bits/link.h: Remove.
4454         * sysdeps/s390/s390-64/bits/link.h: Remove.
4455         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
4456         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
4457         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
4458         * sysdeps/s390/bits/wordsize.h: New file.
4459         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
4460         elfclass.h.
4461         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
4462         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
4463         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
4464         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
4465         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
4466         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
4467         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
4468         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
4469         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
4470         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
4471         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
4472         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
4473         resource.h.
4474         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
4475         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
4476         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
4477         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
4478         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
4479         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
4480         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
4481         sigaction.h.
4482         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
4483         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
4484         siginfo.h.
4485         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
4486         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
4487         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
4488         socket.h.
4489         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
4490         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
4491         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
4492         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
4493         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
4494         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
4495         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
4496         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
4497         procfs.h.
4498         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
4499         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
4500         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
4501         ucontext.h.
4502         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
4503         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
4504
4505 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4506
4507         * Versions.def (libc): Add GLIBC_2.3.
4508         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
4509         * stdlib/canonicalize.c: Add compatibility version for realpath
4510         and make new code available in GLIBC_2.3.
4511
4512 2002-07-06  Bruno Haible  <bruno@clisp.org>
4513
4514         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
4515
4516 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4517
4518         * resolv/res_hconf.c (_res_hconf_init): Move code into new
4519         function do_init.  Use __libc_once.
4520         (do_init): New function.
4521
4522         * iconvdata/iso8859-11.h: Removed.
4523         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
4524         (distribute): Remove iso8859-11.h.
4525         * iconvdata/tst-tables.sh: Add ISO-8859-11.
4526
4527         * stdio-common/vfscanf.c (inchar): Restore errno from previous
4528         underflow operation if c == (W)EOF.
4529
4530 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4531
4532         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
4533         non-zero, adjust exponent.
4534         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
4535         Remove NO_LONG_DOUBLE aliases.
4536         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
4537         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
4538         (__log1pl): Raise divide by zero and invalid exceptions when needed.
4539         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
4540         1**y and -1**+-Inf.
4541         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
4542         Fix BITS_PER_MP_LIMB 32 extraction.
4543         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
4544         exceptions for qNaNs.
4545         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
4546         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
4547         Raise exceptions when needed.  Don't recurse unnecessarily.
4548         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
4549         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
4550         exceptions for qNaNs.
4551         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
4552         to fix *quo return value sign.
4553         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
4554         case -Inf argument.
4555         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
4556
4557 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4558
4559         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
4560         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
4561         -DNDEBUG.
4562
4563 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4564
4565         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
4566         the result.
4567
4568         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
4569         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
4570
4571         * Versions.def (libthread_db): Add GLIBC_2.3.
4572
4573 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
4574
4575         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
4576         new stream if possible.
4577         * libio/freopen64.c (freopen64): Likewise.
4578         * libio/Makefile (tests): Add tst-freopen.
4579         * libio/tst-freopen.c: New file.
4580
4581 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4582
4583         * libio/stdio.h (obstack_printf): Add format attribute.
4584         (obstack_vprintf): Likewise.
4585
4586 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4587
4588         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
4589         resp. 16 bytes on 32-bit resp. 64-bit platforms.
4590         (re_charset_t, re_string_t): Reorder structure members for 64-bit
4591         architectures.
4592
4593 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4594
4595         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
4596         (init_dfa): ...here.
4597
4598 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
4599
4600         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
4601         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
4602         nodes in parse trees.
4603         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
4604         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
4605         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
4606         nodes which can epsilon transit.
4607         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
4608         to IS_EPSILON_NODE macro.
4609         * posix/regexec.c (update_regs): New function to update registers
4610         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4611         (proceed_next_node): Use the entities of the nodes to determine
4612         whether the node can transit to.
4613         (set_regs): Use update_regs function to update registers.
4614
4615 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4616
4617         * posix/bug-regex4.c (main): Remove duplicate setlocale.
4618         * posix/bug-regex6.c: New file.
4619         * posix/Makefile (tests): Add bug-regex6.
4620         (bug-regex6-ENV): Set LOCPATH.
4621
4622 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4623
4624         * Versions.def [libpthread]: Add GLIBC_2.2.6.
4625         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4626
4627 2002-07-06  Bruno Haible  <bruno@clisp.org>
4628
4629         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4630
4631 2002-07-06  Bruno Haible  <bruno@clisp.org>
4632
4633         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4634         declarations.
4635
4636         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4637
4638         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4639
4640         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4641         not _UTSNAME_H.
4642         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4643
4644         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4645         * sysdeps/generic/bits/ustat.h: Likewise.
4646
4647         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4648
4649 2002-07-08  Andreas Jaeger  <aj@suse.de>
4650
4651         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4652
4653 2002-07-08  Andreas Jaeger  <aj@suse.de>
4654
4655         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4656
4657 2002-07-06  Andreas Jaeger  <aj@suse.de>
4658
4659         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4660         * sysdeps/x86_64/fpu/s_copysign.S: New file.
4661         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4662         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4663         * sysdeps/x86_64/fpu/s_finitel.S: New file.
4664         * sysdeps/x86_64/fpu/s_fmax.S: New file.
4665         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4666         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4667         * sysdeps/x86_64/fpu/s_fmin.S: New file.
4668         * sysdeps/x86_64/fpu/s_fminf.S: New file.
4669         * sysdeps/x86_64/fpu/s_fminl.S: New file.
4670
4671 2002-06-05  Brian Youmans <3diff@gnu.org>
4672
4673         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4674         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4675         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4676         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4677         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4678         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4679         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4680         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4681         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4682         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4683         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4684         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4685         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4686         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4687         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4688         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4689         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4690         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4691         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4692         * sysdeps/ia64/fpu/e_log.S: Likewise.
4693         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4694         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4695         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4696         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4697         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4698         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4699         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4700         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4701         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4702         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4703         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4704         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4705         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4706         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4707         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4708         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4709         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
4710         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4711         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
4712         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
4713         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4714         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4715         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4716         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4717         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4718         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4719         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4720         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4721         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4722         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4723         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4724         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4725         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4726         * sysdeps/ia64/fpu/s_modf.S: Likewise.
4727         * sysdeps/ia64/fpu/s_modff.S: Likewise.
4728         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4729         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4730         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4731         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4732         * sysdeps/ia64/fpu/s_rint.S: Likewise.
4733         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4734         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4735         * sysdeps/ia64/fpu/s_round.S: Likewise.
4736         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4737         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4738         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4739         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4740         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4741         * sysdeps/ia64/fpu/s_significand.S: Likewise.
4742         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4743         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4744         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4745         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4746         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4747         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4748         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4749         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4750         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
4751         reflect IBM donation of math library to FSF
4752         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4753         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4754         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4755         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4756         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4757         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4758         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4759         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4760         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4761         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4762         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4763         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4764         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4765         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4766         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4767         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4768         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4769         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4770         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4771         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4772         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4773         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4774         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
4775         * sysdeps/vax/__longjmp.c: Likewise.
4776         * sysdeps/vax/setjmp.c: Likewise.
4777         * libio/filedoalloc.c: Fixed BSD copying permission notice to
4778         remove advertising clause
4779         * sysdeps/vax/htonl.s: Likewise.
4780         * sysdeps/vax/htons.s: Likewise.
4781         * libio/wfiledoalloc.c: Likewise.
4782         * stdlib/random.c: Likewise.
4783         * stdlib/random_r.c: Likewise.
4784         * sysdeps/mach/sys/reboot.h: Likewise.
4785         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
4786         * sysdeps/posix/getaddrinfo.c: Likewise.
4787         * sunrpc/des_impl.c: Updated license permission notice to Lesser
4788         GPL and corrected pointer to point to the correct license.
4789
4790 2002-07-04  Andreas Jaeger  <aj@suse.de>
4791
4792         * scripts/config.guess: New upstream version.
4793         * scripts/config.sub: Likewise.
4794
4795 2002-07-02  Andreas Schwab  <schwab@suse.de>
4796
4797         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
4798         in parallel to bumping up the buffer pointer.
4799
4800 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4801
4802         * math/libm-test.inc (acos_test): Add missing L suffix for
4803         expected result.
4804         (cpow_test): Likewise.
4805         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
4806         error for acos (0.0625).
4807
4808 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4809
4810         * locale/iso-639.def: Add entry for Ganda.
4811         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
4812         definition.
4813         (address_finish): Handle entries with two letter ISO 639 code.
4814
4815         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
4816         directory if it existed before.
4817         * iconv/iconvconfig.c: Implement --prefix option.
4818
4819         * math/libm-test.inc (cexp_test): Add missing L suffix for
4820         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
4821         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
4822         1.25 i).
4823
4824 2002-05-29  H.J. Lu  <hjl@gnu.org>
4825
4826         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
4827         is turned on.
4828
4829 2002-05-28  H.J. Lu  <hjl@gnu.org>
4830
4831         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
4832         are not dlopened on the dependency list of a dlopened object.
4833
4834 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4835
4836         * elf/dl-lookup.c (add_dependency): It is not necessary to add
4837         dependencies if they are created between objects which are created
4838         while processing RTLD_NOW for objects loaded as part of the same
4839         dlopen call.
4840
4841 2002-06-14  H.J. Lu  <hjl@gnu.org>
4842
4843         * elf/Makefile (tests): Add circleload1.
4844         (modules-names): Add circlemod1, circlemod2, circlemod3,
4845         circlemod1a, circlemod2a and circlemod3a.
4846         ($(objpfx)circleload1): New target.
4847         ($(objpfx)circleload1.out): Likewise.
4848         ($(objpfx)circlemod1.so): Likewise.
4849         ($(objpfx)circlemod2.so): Likewise.
4850         ($(objpfx)circlemod1a.so): Likewise.
4851         ($(objpfx)circlemod2a.so): Likewise.
4852         * elf/circleload1.c: New file.
4853         * elf/circlemod1.c: New file.
4854         * elf/circlemod1a.c: New file.
4855         * elf/circlemod2.c: New file.
4856         * elf/circlemod2a.c: New file.
4857         * elf/circlemod3.c: New file.
4858         * elf/circlemod3a.c: New file.
4859
4860 2002-06-18  Amos Waterland  <apw@us.ibm.com>
4861
4862         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
4863         file descriptor.
4864         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
4865         add check for fd not open for writing.
4866
4867         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
4868         completed element(s) and do not suspend thread if so.  Patch
4869         heavily modified by drepper.
4870
4871         * rt/tst-aio7.c: New file.  Regression test for problems which the
4872         above three changes fix.
4873         * rt/Makefile (tests): Add tst-aio7.
4874
4875 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4876
4877         * rt/tst-aio6.c: Fix comment.
4878
4879         * catgets/gencat.c (read_input_file): Handle more than one slash
4880         at end of line correctly [PR libc/3926].
4881         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
4882
4883         * catgets/sample.SJIS: Add test case for above bug.
4884         * catgets/test-gencat.c: Adjust test code.
4885         * catgets/test-gencat.sh: Adjust expected results.
4886
4887         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
4888         to skip relative relocations.
4889         Patch by Geoff Keating <geoffk@redhat.com>.
4890
4891 2002-05-26  Bruno Haible  <bruno@clisp.org>
4892
4893         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
4894         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
4895         All callers changed.
4896         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
4897         STANDARD_FROM_LOOP_ERR_HANDLER.
4898         (utf8_internal_loop): Likewise.
4899         (ucs2_internal_loop): Likewise.
4900         (internal_ucs2_loop): Perform error handling like in
4901         STANDARD_FROM_LOOP_ERR_HANDLER.
4902         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
4903         in STANDARD_FROM_LOOP_ERR_HANDLER.
4904         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4905         handling.
4906         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
4907         in STANDARD_FROM_LOOP_ERR_HANDLER.
4908         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4909         handling.
4910         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
4911         in STANDARD_FROM_LOOP_ERR_HANDLER.
4912         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4913         handling.
4914         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
4915         STANDARD_FROM_LOOP_ERR_HANDLER.
4916         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
4917         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
4918         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
4919         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
4920         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
4921         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
4922         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
4923         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
4924         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
4925         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
4926         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
4927         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
4928         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
4929         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
4930         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
4931         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
4932         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
4933         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
4934         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
4935         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
4936         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
4937         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
4938         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
4939         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4940         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
4941         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
4942         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
4943         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
4944         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
4945         an error, still set result = __GCONV_ILLEGAL_INPUT.
4946         (BODY for TO_LOOP): Likewise.
4947         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
4948         STANDARD_FROM_LOOP_ERR_HANDLER.
4949         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4950         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
4951         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4952         handling.
4953         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4954         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
4955         STANDARD_FROM_LOOP_ERR_HANDLER.
4956         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4957         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
4958         STANDARD_FROM_LOOP_ERR_HANDLER.
4959         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4960         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
4961         STANDARD_FROM_LOOP_ERR_HANDLER.
4962         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4963         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
4964         STANDARD_FROM_LOOP_ERR_HANDLER.
4965         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4966         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
4967         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4968         handling.
4969         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4970         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
4971         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
4972         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
4973
4974 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4975
4976         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
4977         labels in assembler instructions.
4978
4979 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
4980
4981         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
4982         not enough content is available.
4983         * libio/tst-eof.c: New file.
4984         * libio/Makefile (tests): Add tst-eof.
4985
4986         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
4987         update atime.
4988         * libio/tst-atime.c: New file.
4989         * libio/Makefile (tests): Add tst-atime.
4990
4991         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
4992         handling of overly long words.
4993
4994 2002-06-25  Andreas Jaeger  <aj@suse.de>
4995
4996         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
4997         to not use 32-bit pc relative relocations.
4998         (elf_machine_dynamic): Likewise.
4999
5000 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5001
5002         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
5003         (__GETDENTS): Check for failed getdents64 syscall.
5004         * dirent/Makefile (tests): Add bug-readdir1.
5005         * dirent/bug-readdir1.c: New file.
5006
5007 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
5008
5009         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
5010         lookups.
5011         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
5012         code.  Print TLS modid and offset for modules containing PT_TLS
5013         segments.
5014
5015 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5016
5017         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5018         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5019         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5020         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5021
5022 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5023
5024         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
5025         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
5026         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
5027         * nss/getXXent_r.c (NEW, NEW1): Define.
5028         (NEW (REENTRANT_GETNAME)): Strong alias to
5029         INTERNAL (REENTRANT_GETNAME).
5030         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
5031
5032 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5033
5034         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
5035         (_IO_file_jumps_mmap): Use it.
5036         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
5037         * libio/libioP.h: Remove _IO_wdefault_setbuf and
5038         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
5039         prototype.
5040         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
5041         (_IO_wfile_jumps_mmap): Don't use it anymore.
5042         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
5043         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
5044         _IO_wdefault_setbuf.
5045         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
5046         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
5047         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
5048
5049 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
5050
5051         * libio/Makefile (tests): Add tst-mmap-setvbuf.
5052         * libio/tst-mmap-setvbuf.c: New test.
5053
5054 2002-06-21  Andreas Jaeger  <aj@suse.de>
5055
5056         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
5057
5058 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
5059
5060         * include/unistd.h (__fork_internal): Remove.
5061         (__fork): Don't define to __fork_internal.
5062         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
5063         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
5064         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
5065         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
5066         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
5067
5068 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5069
5070         * po/hr.po: New file.
5071
5072 2002-06-11  Wolfram Gloger  <wg@malloc.de>
5073
5074         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
5075         Reported by Michael Meissner <meissner@redhat.com>.
5076
5077 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5078
5079         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
5080         Patch by Hans Boehm <hans_boehm@hp.com>.
5081
5082 2002-06-20  Andreas Jaeger  <aj@suse.de>
5083
5084         * math/libm-test.inc: Use exact values as input parameters,
5085         compute output parameters with 36 digits for 128-bit long doubles.
5086         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
5087         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
5088         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
5089
5090 2002-06-13  Stephen L Moshier  <steve@moshier.net>
5091
5092         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
5093         argument or result is subnormal.
5094
5095 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
5096
5097         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
5098         quotient.
5099         * sysdeps/i386/fpu/s_remquof.S: Likewise.
5100         * sysdeps/i386/fpu/s_remquol.S: Likewise.
5101
5102         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
5103
5104 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
5105
5106         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
5107         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
5108         Reported by Peter A. Buhr.
5109
5110 2002-06-15  Roland McGrath  <roland@frob.com>
5111
5112         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
5113         warning.
5114
5115         * sysdeps/mach/hurd/getcwd.c
5116         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
5117
5118         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
5119         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
5120
5121         * sysdeps/alpha/divrem.h: Use local label instead of global one for
5122         jump to local subroutine.
5123
5124 2002-06-14  Roland McGrath  <roland@frob.com>
5125
5126         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
5127         * sysdeps/mach/hurd/Makeconfig: ... here.
5128
5129 2002-06-13  Andreas Schwab  <schwab@suse.de>
5130
5131         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
5132         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5133         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5134
5135 2002-06-13  Roland McGrath  <roland@frob.com>
5136
5137         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
5138         * hurd/hurdstartup.c (_hurd_startup): Likewise.
5139         Use intptr_t instead of int for argc in stack layout.
5140         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
5141         (_dl_init_first): Likewise.
5142         (_hurd_stack_setup): Likewise.
5143         (init1): Add a cast.
5144         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
5145
5146         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
5147         argument to pfinet_siocgifconf RPC.
5148
5149 2002-06-13  Andreas Schwab  <schwab@suse.de>
5150
5151         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
5152         expansion order.
5153
5154 2002-06-12  Roland McGrath  <roland@frob.com>
5155
5156         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
5157         if already defined.
5158         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
5159         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
5160
5161 2002-06-11  Roland McGrath  <roland@frob.com>
5162
5163         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
5164         file on [!RTLD_STAT64].
5165         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5166
5167         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
5168         (__fdopen): Use INTUSE.
5169         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
5170
5171         * stdio-common/tmpfile64.c: File removed.
5172         * sysdeps/generic/tmpfile64.c: New file.
5173         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
5174         if not already defined.
5175         (tmpfile): Use it in place of __GT_FILE.
5176
5177         * include/unistd.h: Declare __chown_internal.
5178
5179         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
5180         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
5181
5182 2002-06-09  Roland McGrath  <roland@frob.com>
5183
5184         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
5185         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
5186         value of HURD_INTERFACE_VERSION >= 20020609.
5187         * sysdeps/mach/hurd/configure: Regenerated.
5188         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
5189         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
5190         convert a struct stat64 into a struct stat and return 0 or -1
5191         with errno set to EOVERFLOW.
5192         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
5193         for struct statfs64 to struct statfs.
5194         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
5195         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
5196         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
5197         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
5198         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
5199         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
5200         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
5201         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
5202         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
5203         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
5204         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
5205         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
5206         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
5207         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
5208         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
5209         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
5210         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
5211         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
5212         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
5213         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
5214         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
5215         Use struct stat64 for io_stat argument.
5216         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
5217         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
5218         to io_seek.
5219         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
5220         * hurd/fd-write.c (_hurd_fd_write): Likewise.
5221         * hurd/hurd/fd.h: Update decls.
5222         * sysdeps/mach/hurd/getcwd.c
5223         (_hurd_canonicalize_directory_name_internal): Use ino64_t
5224         and struct dirent64.
5225         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
5226         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
5227         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
5228         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
5229
5230 2002-06-08  Roland McGrath  <roland@frob.com>
5231
5232         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
5233         instead of unsigned long int for __allocation and __size members.
5234
5235 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5236
5237         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5238         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5239         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5240         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5241
5242 2002-06-07  Roland McGrath  <roland@frob.com>
5243
5244         * sysdeps/mach/hurd/bits/environments.h: File removed.
5245
5246 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5247
5248         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
5249         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
5250         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
5251         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
5252         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
5253         (sendfile64): Likewise.
5254         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
5255         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
5256         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
5257         Likewise.
5258         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
5259
5260         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
5261         already defined.
5262
5263 2002-06-04  Bruno Haible  <bruno@clisp.org>
5264
5265         * sysdeps/cris/stackinfo.h: New file.
5266
5267         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
5268         to an integer type before performing bit operations on it.
5269
5270 2002-06-05  Roland McGrath  <roland@frob.com>
5271
5272         * sysdeps/generic/sendfile.c: Include <errno.h>.
5273         * sysdeps/generic/sendfile64.c: Likewise.
5274
5275         * io/Makefile (routines): Add sendfile and sendfile64.
5276         (headers): Add sys/sendfile.h to the list.
5277         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5278         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5279         * io/sys/sendfile.h: ... here.
5280         * sysdeps/generic/sendfile.c: New file.
5281         * sysdeps/generic/sendfile64.c: New file.
5282
5283         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5284         Move sendfile, sendfile64 to ...
5285         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5286         * sysdeps/mach/hurd/sendfile.c: New file.
5287         * sysdeps/mach/hurd/sendfile64.c: New file.
5288
5289         * sysdeps/mach/nanosleep.c: New file.
5290
5291 2002-06-04  Roland McGrath  <roland@frob.com>
5292
5293         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
5294         * sysdeps/alpha/elf/configure: New file (generated).
5295
5296 2002-06-02  Roland McGrath  <roland@frob.com>
5297
5298         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
5299
5300 2002-06-01  Roland McGrath  <roland@frob.com>
5301
5302         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
5303         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
5304
5305 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5306
5307         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
5308         Add nsmap.
5309         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
5310         Remove nstimes setting.
5311         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
5312         * resolv/res_send.c (res_nsend): Don't close unconditionally if
5313         there is mix of IPv6 and IPv4 nameservers.
5314         Use nsmap array to find free slots and preserve nameserver ordering.
5315         Fix RES_ROTATE.
5316
5317 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5318
5319         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
5320         use this header with LFS.
5321
5322         * po/sk.po: Update from translation team.
5323
5324 2002-05-28  Andreas Schwab  <schwab@suse.de>
5325
5326         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
5327         message when finding object of wrong class.
5328
5329 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
5330
5331         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
5332         Patch by <radu@netsoft.ro>.
5333
5334 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5335
5336         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
5337         Add readahead.
5338         * sysdeps/unix/sysv/linux/readahead.c: New file.
5339         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
5340         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
5341         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
5342         Add sendfile64 alias to sendfile syscall.
5343         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5344         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5345         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5346         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
5347         syscall.
5348
5349         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
5350         special section for PIC register loading.
5351         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5352
5353         * config.h.in: Define HAVE_HIDDEN.
5354         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
5355
5356         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
5357
5358 2002-05-28  Roland McGrath  <roland@frob.com>
5359
5360         * sysdeps/mach/alpha/setfpucw.c: New file.
5361
5362 2002-05-26  Roland McGrath  <roland@frob.com>
5363
5364         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
5365         Use integer_t instead of int for IOC_VOID case.
5366
5367 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
5368
5369         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
5370
5371 2002-05-26  Bruno Haible  <bruno@clisp.org>
5372
5373         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
5374         end of the ISO-8859-7 from idx table.
5375
5376 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
5377
5378         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
5379
5380 2002-05-24  David S. Miller  <davem@redhat.com>
5381
5382         * string/bits/string2.h (memset): Do not try to optimize when
5383         not _STRING_ARCH_unaligned if GCC will do the right thing.
5384
5385 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
5386
5387         * posix/regex.c: Define `inline' as a macro into nothing for the
5388         compilers which lack the keyword.
5389         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
5390         for the compatibility of gawk.
5391         * posix/regcomp.c: Add fake implementation of isblank() for the
5392         environments which lack the function.
5393         Don't use free_charset() in case of non-i18n envs.
5394         (build_range_exp): Don't use i18n related code in case of non-i18n
5395         envs.
5396         (build_collating_symbol): Likewise.
5397         (build_equiv_class): Likewise.
5398         (build_charclass): Likewise.
5399         (re_compile_fastmap_iter): Likewise.
5400         (parse_bracket_exp): Likewise.
5401         (build_word_op): Likewise.
5402         (regfree): Don't use free_charset() in case of non-i18n envs.
5403         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
5404         re_token_type_t in case of non-i18n envs.
5405         Don't define re_charset_t in case of non-i18n envs.
5406         Change the type of wcs of re_string_t from wchar_t to wint_t,
5407         since we store also WEOF.
5408         * posix/regex_internal.c: (re_string_realloc_buffers): Change
5409         the type of wcs of re_string_t from wchar_t to wint_t.
5410         (re_string_reconstruct): Likewise.
5411         (create_ci_newstate): Don't use i18n related code in case of
5412         non-i18n envs.
5413         (create_cd_newstate): Likewise.
5414
5415 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
5416
5417         * iconv/loop.c: Fix typo.
5418
5419 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
5420
5421         * inet/ether_line.c (ether_line): Fix a typo causing only
5422         lower 4 bits of each ethernet address byte being assigned.
5423         Don't modify what line points to.
5424         * inet/tst-ether_aton.c (main): Add ether_line tests.
5425
5426 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
5427
5428         * manual/filesys.texi: Don't make readlink example leak memory
5429         when readlink fails.
5430
5431 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
5432
5433         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
5434         some more security checks.
5435
5436 2002-05-17  David S. Miller  <davem@redhat.com>
5437
5438         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
5439
5440 2002-05-16  David S. Miller  <davem@redhat.com>
5441
5442         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
5443         (elf_machine_dynamic): Use it to force PIC register to be loaded.
5444         (elf_machine_load_address): Likewise.
5445         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
5446
5447         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
5448         is unaligned, do not forget to fully initialize %g1 magic value.
5449
5450         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
5451         register definitions and provide 32-bit variants of structures
5452         during 64-bit builds.
5453
5454         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
5455         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
5456         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
5457         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
5458         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
5459         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
5460         Do not clear implicit one bit here, it must be done post-rounding.
5461         Only pad to the left using left shift if value uses less than the
5462         available fractional bits.
5463
5464 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5465
5466         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
5467         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
5468         (shared-only-routines): Likewise.
5469         * sysdeps/powerpc/libgcc-compat.c: New file.
5470         * sysdeps/wordsize-32/cmpdi2.c: Removed.
5471         * sysdeps/wordsize-32/fixdfdi.c: Removed.
5472         * sysdeps/wordsize-32/fixsfdi.c: Removed.
5473         * sysdeps/wordsize-32/shdi3.c: Removed.
5474
5475 2002-05-16  Bruno Haible  <bruno@clisp.org>
5476
5477         * MakeTAGS (libc.pot): Don't sort the output.
5478         * po/header.pot: Update to match xgettext 0.11 output.
5479
5480 2002-05-16  Bruno Haible  <bruno@clisp.org>
5481
5482         * MakeTAGS (subdirs): Remove duplicates.
5483
5484 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5485
5486         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
5487         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
5488         alias.
5489
5490 2002-05-19  Andreas Jaeger  <aj@suse.de>
5491
5492         * sysdeps/unix/sysv/linux/configure.in: Warn against an
5493         installation in /usr/local.
5494
5495 2002-05-16  Bruno Haible  <bruno@clisp.org>
5496
5497         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
5498         string as argument of #error.
5499
5500 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
5501
5502         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
5503         don't define static.  Remove old __realpath function.  TC1 of
5504         POSIX 2001 will allow the second parameter to be NULL.
5505         * stdlib/test-canon.c: Comment out test for NULL as second
5506         parameter of realpath.
5507
5508         * time/offtime.c (__offtime): Set errno if overflow is detected.
5509
5510         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
5511         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
5512         dl-brk and dl-sbrk.
5513
5514         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
5515         (fdimf): Likewise.
5516
5517 2002-05-15  Roland McGrath  <roland@frob.com>
5518
5519         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
5520
5521 2002-05-12  Bruno Haible  <bruno@clisp.org>
5522
5523         * iconvdata/testdata/EUC-JISX0213: New file.
5524         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
5525         * iconvdata/testdata/SHIFT_JISX0213: New file.
5526         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
5527         * iconvdata/testdata/ISO-2022-JP-3: New file.
5528         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
5529         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
5530         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
5531         contains comments indicating precomposed characters.
5532
5533 2002-04-21  Bruno Haible  <bruno@clisp.org>
5534
5535         * iconvdata/iso-2022-jp-3.c: New file.
5536         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
5537         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
5538         (LDFLAGS-ISO-2022-JP-3.so): New variable.
5539         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
5540         (distribute): Add iso-2022-jp-3.c.
5541
5542 2002-05-12  Bruno Haible  <bruno@clisp.org>
5543
5544         * iconvdata/tst-table-to.c (main): Restore handling of
5545         transliterations, broken by last patch.
5546
5547 2002-05-12  Bruno Haible  <bruno@clisp.org>
5548
5549         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
5550
5551 2002-05-12  Bruno Haible  <bruno@clisp.org>
5552
5553         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
5554         when there is not enough room in the output buffer.
5555         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5556
5557 2002-04-20  Bruno Haible  <bruno@clisp.org>
5558
5559         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
5560         macros.
5561         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5562         Also make this macro work if FROM_DIRECTION evaluates to 0.
5563         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5564         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
5565         of consume_incomplete.
5566         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5567         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
5568         4, not 8.
5569         * iconvdata/cp1258.c: Likewise.
5570         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5571         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
5572         not 2.
5573         * iconvdata/ibm933.c: Likewise.
5574         * iconvdata/ibm935.c: Likewise.
5575         * iconvdata/ibm937.c: Likewise.
5576         * iconvdata/ibm939.c: Likewise.
5577         * iconvdata/iso-2022-cn.c: Define
5578         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5579         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
5580         * iconvdata/iso-2022-cn-ext.c: Likewise.
5581         * iconvdata/iso-2022-jp.c: Define
5582         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5583         {MIN,MAX}_NEEDED_{FROM,TO}.
5584         * iconvdata/tcvn5712-1.c: Define
5585         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5586         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
5587         * iconvdata/euc-jisx0213.c: Define
5588         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5589         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
5590         * iconvdata/shift_jisx0213.c: Likewise.
5591
5592 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5593
5594         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
5595         shdi3, fixdfdi, fixsfdi in csu dir.
5596         (shared-only-routines): Likewise.
5597         * sysdeps/wordsize-32/cmpdi2.c: New file.
5598         * sysdeps/wordsize-32/shdi3.c: New file.
5599         * sysdeps/wordsize-32/fixdfdi.c: New file.
5600         * sysdeps/wordsize-32/fixsfdi.c: New file.
5601         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
5602         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
5603         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
5604
5605         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
5606         Only use va_arg if the argument will be used [PR libc/3259].
5607
5608 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
5609
5610         * catgets/catgets.c (catopen): Free buffer if internal catalog
5611         open fails.
5612
5613 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5614
5615         * debug/xtrace.sh: Make more robust.  For realtime tracking use
5616         non-buffering methods.
5617         * debug/pcprofiledump.c: Implement -u option.
5618         Patch by Roger Luethi <rl@hellgate.ch>.
5619
5620 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
5621
5622         * include/netinet/in.h (bindresvport_internal): Add prototype.
5623         * include/rpc/auth.h  (authunix_create_internal,
5624         authunix_create_default_internal, authnone_create_internal,
5625         authdes_pk_create_internal): Add prototypes.
5626         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5627         clntudp_create_internal, clntudp_bufcreate_internal,
5628         clntunix_create_internal): Add prototypes.
5629         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5630         svc_getreq_internal, svc_getreq_common_internal,
5631         svc_getreqset_internal, svc_getreq_poll_internal,
5632         svc_register_internal, svc_unregister_internal,
5633         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5634         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5635         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5636         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5637         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5638         * inet/rcmd.c (rcmd_af): Use __listen.
5639         (rresvport_af): Use __bind.
5640         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5641         authunix_create, authunix_create_default, authnone_create,
5642         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5643         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5644         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5645         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5646         _authenticate, add INTDEF after such function definitions.
5647         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5648         __setsockopt, __getsockname instead of non-__ variants.
5649         * sunrpc/pmap_rmt.c: Likewise.
5650         * sunrpc/rtime.c: Likewise.
5651         * sunrpc/svc_udp.c: Likewise.
5652         * sunrpc/clnt_unix.c: Likewise.
5653         * sunrpc/svc_unix.c: Likewise.
5654         * sunrpc/bindrsvprt.c: Likewise.
5655         * sunrpc/svc_tcp.c: Likewise.
5656         * sunrpc/auth_none.c: Likewise.
5657         * sunrpc/clnt_raw.c: Likewise.
5658         * sunrpc/clnt_tcp.c: Likewise.
5659         * sunrpc/auth_unix.c: Likewise.
5660         * sunrpc/key_call.c: Likewise.
5661         * sunrpc/clnt_gen.c: Likewise.
5662         * sunrpc/pm_getmaps.c: Likewise.
5663         * sunrpc/clnt_simp.c: Likewise.
5664         * sunrpc/pmap_clnt.c: Likewise.
5665         * sunrpc/svc_run.c: Likewise.
5666         * sunrpc/svc.c: Likewise.
5667         * sunrpc/svc_simple.c: Likewise.
5668         * sunrpc/pm_getport.c: Likewise.
5669         * sunrpc/auth_des.c: Likewise.
5670         * sunrpc/svc_auth.c: Likewise.
5671         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5672         __register_frame_info_table_bases, __deregister_frame_info_bases):
5673         Add INTDEF.
5674         (__register_frame_info_bases_internal,
5675         __register_frame_info_table_bases_internal,
5676         __deregister_frame_info_bases_internal): Add prototypes.
5677         (__register_frame_info, __register_frame): Use INTUSE in call to
5678         __register_frame_info_bases.
5679         (__register_frame_info_table): Similarly.
5680         (__deregister_frame_info, __deregister_frame): Similarly.
5681         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5682         sendto as weak alias.
5683         * sysdeps/mach/hurd/sendto.c: Likewise.
5684         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5685         recvfrom as weak alias.
5686         * sysdeps/mach/hurd/recvfrom.c: Likewise.
5687         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5688         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5689         recvmsg as weak alias.
5690         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5691         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5692         sendmsg as weak alias.
5693         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5694         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5695         setsockopt, add setsockopt as weak alias.
5696         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5697         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5698         weak alias.
5699         * sysdeps/mach/hurd/bind.c: Likewise.
5700         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
5701         as weak alias.
5702         * sysdeps/mach/hurd/listen.c: Likewise.
5703         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
5704         getsockname, add getsockname as weak alias.
5705         * sysdeps/mach/hurd/getsockname.c: Likewise.
5706         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
5707         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
5708         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
5709         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
5710         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
5711         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
5712         Add aliases.
5713         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5714         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5715         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5716         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5717         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
5718         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
5719         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
5720         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
5721         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
5722         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
5723         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
5724         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
5725
5726 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5727
5728         * locale/programs/localedef.h (show_archive_content): Add verbose
5729         argument.
5730         * locale/programs/localedef.c (main): Adjust caller.
5731         * locale/programs/locarchive.c (struct nameent, struct dataent): New
5732         types.
5733         (nameentcmp, dataentcmp): New functions.
5734         (xstrcmp): Remove.
5735         (show_archive_content): Print verbose listing with --list-archive -v.
5736
5737 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5738
5739         * locale/programs/locarchive.c (open_archive): Take extra argument
5740         readonly.  If true open file with O_RDONLY and don't create the
5741         archive if it doesn't exist.
5742         Adapt all callers.
5743         (close_archive): Don't do anything if fd element is -1.
5744         * locale/programs/localedef.h (open_archive): Adjust prototype.
5745         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
5746         call.
5747
5748         * malloc/malloc.c (__posix_memalign): Correct check for size of
5749         alignment value [PR libc/3444].
5750
5751         * include/stdio.h: Remove references to old stdio implementation.
5752
5753         * libio/Makefile (bug-ungetwc2-ENV): Define.
5754
5755 2002-05-13  Roland McGrath  <roland@frob.com>
5756
5757         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
5758
5759         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
5760
5761 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
5762
5763         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5764         Allocate three, not two, more than LEN when appending '/.'.
5765         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
5766         if NAME ends with '/.' if it is shorter than 2 chars.
5767
5768 2002-05-12  Roland McGrath  <roland@frob.com>
5769
5770         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
5771         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
5772
5773         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
5774         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
5775
5776 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5777
5778         * sysdeps/ia64/Makefile: Remove extra endif.
5779         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
5780
5781 2002-05-10  Andreas Schwab  <schwab@suse.de>
5782
5783         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
5784
5785 2002-05-09  Andreas Jaeger  <aj@suse.de>
5786
5787         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
5788         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
5789         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
5790
5791         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
5792         * sysdeps/wordsize-64/glob.c: ...here.
5793         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
5794         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
5795         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
5796
5797 2002-05-08  Roland McGrath  <roland@frob.com>
5798
5799         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
5800         O_NOTRANS flag in "." lookup.
5801
5802 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
5803
5804         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
5805
5806 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
5807
5808         * locale/duplocale.c (__duplocale): Update special members only
5809         when allocation succeeded.
5810
5811 2002-05-03  Roland McGrath  <roland@frob.com>
5812
5813         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
5814         we can only build libc.so.0.3(GLIBC_2.2.6) now.
5815
5816 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
5817
5818         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
5819         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
5820         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
5821         * sysdeps/ia64/ia64libgcc.S: New file.
5822
5823 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
5824
5825         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
5826
5827         * malloc/memusage.c: Distinguish anonymous mmap.
5828
5829 2002-05-01  Roland McGrath  <roland@frob.com>
5830
5831         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
5832         and use INTDEF on it.
5833         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
5834
5835         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
5836
5837         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
5838
5839 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
5840
5841         * malloc/memusage.c: Add support for tracking mmap & friends.
5842         * malloc/memusage.sh: Implement -m/--mmap option.
5843
5844 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5845
5846         * locale/programs/locarchive.c (create_archive): Add archivefname
5847         argument, create fname from it.
5848         (enlarge_archive): Honour output_prefix.
5849         (open_archive): Likewise.
5850
5851 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5852
5853         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
5854         too many stpcpy macros.
5855
5856 2002-04-26  Bruno Haible  <bruno@clisp.org>
5857
5858         * locale/programs/ld-collate.c (collate_read): Cast first argument
5859         for "%.*s" to int.
5860
5861 2002-04-26  Bruno Haible  <bruno@clisp.org>
5862
5863         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
5864         __dcngettext_internal): New declarations.
5865         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
5866         attribute declarations.
5867
5868 2002-04-30  Roland McGrath  <roland@frob.com>
5869
5870         Removed old GNU stdio implementation; GNU libio is now the only option.
5871         * configure.in: Removed --enable-libio option and @stdio@ subst var.
5872         Define USE_IN_LIBIO unconditionally.
5873         * configure: Regenerated.
5874         * Makeconfig (stdio): Set to libio by default.
5875         * config.make.in (stdio): Variable removed.
5876         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
5877         * sysdeps/unix/sysv/linux/configure: Regenerated.
5878         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
5879         * sysdeps/mach/hurd/configure: Regenerated.
5880         * stdio/.cvsignore: File removed.
5881         * stdio/Makefile: File removed.
5882         * stdio/Versions: File removed.
5883         * stdio/__fbufsize.c: File removed.
5884         * stdio/__flbf.c: File removed.
5885         * stdio/__fpending.c: File removed.
5886         * stdio/__fpurge.c: File removed.
5887         * stdio/__freadable.c: File removed.
5888         * stdio/__freading.c: File removed.
5889         * stdio/__fsetlocking.c: File removed.
5890         * stdio/__fwritable.c: File removed.
5891         * stdio/__fwriting.c: File removed.
5892         * stdio/clearerr.c: File removed.
5893         * stdio/fclose.c: File removed.
5894         * stdio/fcloseall.c: File removed.
5895         * stdio/feof.c: File removed.
5896         * stdio/ferror.c: File removed.
5897         * stdio/fflush.c: File removed.
5898         * stdio/fgetc.c: File removed.
5899         * stdio/fgetpos.c: File removed.
5900         * stdio/fgets.c: File removed.
5901         * stdio/fileno.c: File removed.
5902         * stdio/fmemopen.c: File removed.
5903         * stdio/fopen.c: File removed.
5904         * stdio/fopncook.c: File removed.
5905         * stdio/fputc.c: File removed.
5906         * stdio/fputs.c: File removed.
5907         * stdio/fread.c: File removed.
5908         * stdio/freopen.c: File removed.
5909         * stdio/fseek.c: File removed.
5910         * stdio/fsetpos.c: File removed.
5911         * stdio/ftell.c: File removed.
5912         * stdio/fwrite.c: File removed.
5913         * stdio/getc.c: File removed.
5914         * stdio/getchar.c: File removed.
5915         * stdio/getdelim.c: File removed.
5916         * stdio/gets.c: File removed.
5917         * stdio/glue.c: File removed.
5918         * stdio/internals.c: File removed.
5919         * stdio/linewrap.c: File removed.
5920         * stdio/linewrap.h: File removed.
5921         * stdio/memstream.c: File removed.
5922         * stdio/newstream.c: File removed.
5923         * stdio/obstream.c: File removed.
5924         * stdio/putc.c: File removed.
5925         * stdio/putchar.c: File removed.
5926         * stdio/puts.c: File removed.
5927         * stdio/rewind.c: File removed.
5928         * stdio/setbuf.c: File removed.
5929         * stdio/setbuffer.c: File removed.
5930         * stdio/setlinebuf.c: File removed.
5931         * stdio/setvbuf.c: File removed.
5932         * stdio/stdio.h: File removed.
5933         * stdio/ungetc.c: File removed.
5934         * stdio/vasprintf.c: File removed.
5935         * stdio/vscanf.c: File removed.
5936         * stdio/vsnprintf.c: File removed.
5937         * stdio/vsprintf.c: File removed.
5938         * stdio/vsscanf.c: File removed.
5939         * sysdeps/generic/defs.c: File removed.
5940         * sysdeps/generic/fdopen.c: File removed.
5941         * sysdeps/generic/pipestream.c: File removed.
5942         * sysdeps/generic/stdio_init.c: File removed.
5943         * sysdeps/generic/sysd-stdio.c: File removed.
5944         * sysdeps/generic/vdprintf.c: File removed.
5945         * sysdeps/mach/hurd/defs.c: File removed.
5946         * sysdeps/mach/hurd/fdopen.c: File removed.
5947         * sysdeps/mach/hurd/pipestream.c: File removed.
5948         * sysdeps/mach/hurd/stdio_init.c: File removed.
5949         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
5950         * sysdeps/mach/hurd/vdprintf.c: File removed.
5951         * sysdeps/posix/defs.c: File removed.
5952         * sysdeps/posix/fdopen.c: File removed.
5953         * sysdeps/posix/pipestream.c: File removed.
5954         * sysdeps/posix/stdio_init.c: File removed.
5955         * sysdeps/posix/vdprintf.c: File removed.
5956         * sysdeps/unix/pipestream.c: File removed.
5957         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
5958         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
5959         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
5960
5961 2002-04-29  Roland McGrath  <roland@frob.com>
5962
5963         * include/libc-symbols.h (link_warning): Use `unused' attribute.
5964
5965 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
5966
5967         * sysdeps/generic/tls.h: Describe what must be defined.
5968
5969         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
5970         glob_in_dir [PR libc/3385].
5971         * posix/globtest.sh: Add test case.
5972
5973         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
5974         //TRANSLIT twice.
5975
5976 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
5977
5978         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
5979         _internal symbol handling.
5980         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5981
5982 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5983
5984         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
5985         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
5986
5987 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
5988
5989         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
5990         not _LIBC and RE_ENABLE_I18N.
5991         (build_range_exp): Implement for not _LIBC.
5992         (build_collating_symbol): Likewise.
5993         (parse_bracket_exp): Unify redundant error handlings.
5994         Don't erase mbcset for non matching list in multibyte envs.
5995         (build_word_op): Add '_' to matching list for \w operator.
5996         * posix/regex_internal.c (re_string_construct): Invoke
5997         build_upper_buffer in case of not RE_ENABLE_I18N.
5998         (re_string_reconstruct): Don't touch cur_state in case of not
5999         RE_ENABLE_I18N.
6000         * posix/regex_internal.h (attribute_hidden): New macro in case of
6001         not _LIBC.
6002         (re_charset_t): Define range_starts/ends in case of not _LIBC.
6003         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
6004         RE_ENABLE_I18N.
6005         (transit_state_mb): Likewise.
6006         (check_node_accept_bytes): Implement the code evaluating range
6007         expression in case of not _LIBC.
6008         (find_collation_sequence_value): Hide in case of not _LIBC.
6009
6010 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
6011
6012         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
6013         i386/semctl.c.
6014         (__old_semctl, __new_semctl): Only use va_arg if the argument will
6015         be used.
6016
6017 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6018
6019         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
6020
6021         * sysdeps/ia64/strncpy.S: Fix recovery code.
6022         Patch by David Mosberger <davidm@hpl.hp.com>.
6023
6024 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6025
6026         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
6027         GLIBC_2.2.6.
6028
6029 2002-04-14  Bruno Haible  <bruno@clisp.org>
6030
6031         * posix/regex.c (re_max_failures): Add back symbol for binary
6032         compatibility.
6033
6034 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
6035
6036         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
6037         of buffer building functions.
6038         * posix/regex_internal.c (re_string_allocate): New function.
6039         (re_string_realloc_buffers): New function.
6040         (re_string_skip_chars): New function.
6041         (re_string_reconstruct): New function.
6042         (re_string_construct): Adapt it to new interface of buffer building
6043         functions.
6044         (re_string_construct_common): Likewise.
6045         (build_wcs_buffer): Likewise.
6046         (build_wcs_upper_buffer): Likewise.
6047         (build_upper_buffer): Likewise.
6048         (re_string_translate_buffer): Likewise.
6049         (re_string_context_at): Adapt it to variable length buffers.
6050         * posix/regex_internal.h (re_string_t): Add new fields to handle
6051         variable length buffers.
6052         (re_match_context_t): Likewise.
6053         * posix/regexec.c (re_search_internal): Adapt it to new interface
6054         of re_string_t and re_match_context_t.
6055         (acquire_init_state_context): Likewise.
6056         (check_matching): Likewise.
6057         (check_halt_state_context): Likewise.
6058         (proceed_next_node): Likewise.
6059         (set_regs): Likewise.
6060         (sift_states_backward): Likewise.
6061         (clean_state_log_if_need): Likewise.
6062         (sift_states_iter_mb): Likewise.
6063         (sift_states_iter_bkref): Likewise.
6064         (add_epsilon_backreference): Likewise.
6065         (transit_state): Likewise.
6066         (transit_state_sb): Likewise.
6067         (transit_state_mb): Likewise.
6068         (transit_state_bkref): Likewise.
6069         (transit_state_bkref_loop): Likewise.
6070         (check_node_accept): Likewise.
6071         (match_ctx_init): Likewise.
6072         (extend_buffers): New function.
6073
6074 2002-04-21  Bruno Haible  <bruno@clisp.org>
6075
6076         * iconvdata/tst-table.sh: For the second check, use the truncated
6077         GB18030 charmap table, like for the first check.
6078
6079 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6080
6081         * elf/dl-load.c (open_verify): Correct __lseek parameters.
6082         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
6083
6084 2002-04-23  H.J. Lu  <hjl@gnu.org>
6085
6086         * include/math.h (isfinite): Fix a typo.
6087
6088 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6089
6090         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
6091         which is created by the test suite.
6092
6093 2002-04-20  Bruno Haible  <bruno@clisp.org>
6094
6095         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
6096         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
6097
6098 2002-04-20  Bruno Haible  <bruno@clisp.org>
6099
6100         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
6101         to avoid gcc warning.
6102
6103 2002-04-20  Bruno Haible  <bruno@clisp.org>
6104
6105         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
6106         of data->__statep->__count.
6107
6108 2002-04-20  Bruno Haible  <bruno@clisp.org>
6109
6110         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
6111         tag characters.
6112         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
6113
6114 2002-04-24  Roland McGrath  <roland@frob.com>
6115
6116         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
6117         use END macro instead of our own .end directive.
6118         Use `callsys' insn mnemonic instead of `call_pal'.
6119
6120         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
6121
6122         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
6123         macro; we need this for Hurd.
6124
6125         Log entry was missing for 2002/03/24 commit of rev 1.8,
6126         goes with 2002-03-17 changes.
6127         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
6128         (sysdep_routines): Append ioperm here.
6129         (sysdep_headers): Append sys/io.h here.
6130
6131 2002-04-23  Roland McGrath  <roland@frob.com>
6132
6133         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
6134         * sysdeps/mach/hurd/sendto.c: Likewise.
6135         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
6136         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
6137         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
6138
6139 2002-04-22  Roland McGrath  <roland@frob.com>
6140
6141         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
6142         failure from i386_io_perm_* RPCs to ENOSYS.
6143
6144 2002-04-22  Andreas Jaeger  <aj@suse.de>
6145
6146         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
6147
6148         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
6149
6150         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
6151         register instead of destroying %rbx.
6152
6153 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
6154
6155         * string/string.h: Declare strerror_r also for XPG6.
6156
6157 2002-04-19  Roland McGrath  <roland@frob.com>
6158
6159         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
6160
6161 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
6162
6163         * Makefile: Add handling of xtests and xcheck targets.
6164         * MakeTAGS: Likewise.
6165         * Makeconfig: Likewise.
6166         * Makerules: Likewise.
6167         * Rules: Likewise.
6168         * manual/Makefile: Likewise.
6169         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
6170         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
6171
6172 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
6173
6174         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
6175         authnone_private_s.
6176         * sunrpc/auth_none.c: Include bits/libc-lock.h.
6177         Delete #ifdef _RPC_THREAD_SAFE_ block.
6178         (authnone_private): Make a struct, not a pointer to struct.
6179         (authnone_private_guard): New once-control variable.
6180         (authnone_create_once): New function, split out of
6181         authnone_create.  No need to allocate memory.
6182         (authnone_create): Just call authnone_create_once via
6183         __libc_once, then return &authnone_private->no_client.
6184         (authnone_marshal): Access private data via CLIENT argument,
6185         not authnone_private pointer.
6186         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
6187         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
6188         authnone_private_s.
6189
6190 2002-04-12  H.J. Lu  <hjl@gnu.org>
6191
6192         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
6193
6194 2002-04-18  Bruno Haible  <bruno@clisp.org>
6195
6196         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6197         FROM_DIRECTION): Make the FROM direction stateless.
6198         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6199         FROM_DIRECTION): Likewise.
6200
6201 2002-04-15  Bruno Haible  <bruno@clisp.org>
6202
6203         * iconvdata/JISX0213.TXT: New file.
6204         * iconvdata/jisx0213.h: New file.
6205         * iconvdata/jisx0213.c: New file.
6206         * iconvdata/euc-jisx0213.c: New file.
6207         * iconvdata/shift_jisx0213.c: New file.
6208         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
6209         * iconvdata/EUC-JISX0213.precomposed: New file.
6210         * iconvdata/SHIFT_JISX0213.precomposed: New file.
6211         * iconvdata/SHIFT_JISX0213.irreversible: New file.
6212         * iconvdata/tst-table-to.c (main): Make it work for encodings for
6213         which the "to" direction is stateful.
6214         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
6215         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
6216         SHIFT_JISX0213.
6217         (libJISX0213-routines): New variable.
6218         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
6219         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
6220         (LDFLAGS-libJISX0213.so): New variable.
6221         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
6222         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
6223         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
6224
6225 2002-04-15  Bruno Haible  <bruno@clisp.org>
6226
6227         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
6228         uint32_t.  Update to Unicode 3.2.
6229         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
6230         (BODY for TO_LOOP): Handle the ASCII range specially.
6231         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
6232         * iconvdata/testdata/BIG5HKSCS: Remove a character.
6233         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
6234
6235 2002-04-15  Bruno Haible  <bruno@clisp.org>
6236
6237         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
6238         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
6239
6240 2002-04-15  Bruno Haible  <bruno@clisp.org>
6241
6242         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
6243         (ucs4_to_cns11643): Update.
6244         * iconvdata/cns11643.c: Update to Unicode 3.2.
6245         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
6246         __cns11643_from_ucs4p2_tab): Regenerated.
6247         (__cns11643_from_ucs4p2c_tab): New array.
6248         * iconvdata/cvs11643l1.c: Update comments.
6249         * iconvdata/EUC-TW.irreversible: Remove two entries.
6250
6251 2002-04-15  Bruno Haible  <bruno@clisp.org>
6252
6253         * locale/C-translit.h.in: Update to Unicode 3.2.
6254         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
6255         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
6256
6257 2002-04-15  Bruno Haible  <bruno@clisp.org>
6258
6259         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
6260         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
6261
6262 2002-04-15  Bruno Haible  <bruno@clisp.org>
6263
6264         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
6265         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
6266         always one byte, not 0 bytes in some cases and 2 bytes in others.
6267
6268         * iconvdata/tst-table-from.c (main): Correct the usage message.
6269
6270 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6271
6272         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6273         (parse_dup_op): Fix error handling like "a{}".
6274         (parse_bracket_exp): Add error handling.
6275         (fetch_number): Add error handling for "a{<very_large_number>}".
6276
6277 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6278
6279         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6280         in case that the symbol name is too long.
6281         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6282         in case of REG_ICASE.
6283
6284 2002-04-19  Andreas Jaeger  <aj@suse.de>
6285
6286         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6287         <hartvige@mips.com>.
6288
6289 2002-04-15  H.J. Lu  <hjl@gnu.org>
6290
6291         * include/math.h (__finitel_internal): Declare only if
6292         __NO_LONG_DOUBLE_MATH is not defined.
6293         (__isinfl_internal): Likewise.
6294         (__isnanl_internal): Likewise.
6295
6296         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
6297         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6298         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6299         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6300         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6301         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6302         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6303
6304         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
6305         __fcntl_internal.
6306
6307         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
6308         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
6309
6310 2002-04-15  Bruno Haible  <bruno@clisp.org>
6311
6312         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
6313         (BODY for TO_LOOP): Likewise.
6314         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
6315         * iconvdata/tst-table.sh: Add support for encodings which contain
6316         precomposed Unicode characters, known to the iconv converter in both
6317         directions but not listed in the charmap.
6318         * iconvdata/IBM856.irreversible: New file.
6319         * iconvdata/IBM922.irreversible: New file.
6320         * iconvdata/IBM1132.irreversible: New file.
6321         * iconvdata/IBM1133.irreversible: New file.
6322         * iconvdata/IBM1160.irreversible: New file.
6323         * iconvdata/IBM1161.irreversible: New file.
6324         * iconvdata/IBM1163.irreversible: New file.
6325         * iconvdata/IBM1164.irreversible: New file.
6326         * iconvdata/ARMSCII-8.irreversible: New file.
6327         * iconvdata/TCVN5712-1.precomposed: New file.
6328         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
6329         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
6330         ARMSCII-8, TCVN5712-1.
6331         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
6332         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
6333         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
6334         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
6335
6336 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6337
6338         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
6339         for EVENING69.  Include offsets in TZ environment variable.
6340
6341 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
6342
6343         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
6344         avoid compiler warnings.
6345
6346         * locale/programs/localedef.c (main): Always call
6347         construct_output_path.
6348
6349         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
6350
6351         * locale/programs/locfile.c (to_archive): New variable.  To collect
6352         data which has to be added to the locale archive.
6353         (write_all_categories): Take new third parameter with locale name.
6354         Unless no_archive flag set add new locale data to the archive
6355         (write_locale_data): Unless no-archive flag set store generated data
6356         in to_archive data structure instead of generation output file.
6357         Add new parameter with locale category index.
6358         * locale/programs/locfile.h: Add new parameters in declaractions of
6359         write_all_categories and write_locale_data.
6360         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
6361         --add-to-archive, and --delete-from-archive options.  Pass extra
6362         parameter to write_all_categories.
6363         * locale/programs/localedef.h: Add prototypes for functions in
6364         locarchive.c.
6365         * locale/locarchive.h: New file.
6366         * locale/programs/locarchive.c: New file.
6367         * locale/Makefile (distribute): Add programs/locarchive.c and
6368         locarchive.h.
6369         (localedef-modules): Add md5 and locarchive.
6370         Add vpath to crypt subdir for md5.c.
6371
6372         * locale/programs/ld-address.c: Pass locale category ID as new second
6373         parameter to write_locale_data.
6374         * locale/programs/ld-collate.c: Likewise.
6375         * locale/programs/ld-ctype.c: Likewise.
6376         * locale/programs/ld-identification.c: Likewise.
6377         * locale/programs/ld-measurement.c: Likewise.
6378         * locale/programs/ld-messages.c: Likewise.
6379         * locale/programs/ld-monetary.c: Likewise.
6380         * locale/programs/ld-name.c: Likewise.
6381         * locale/programs/ld-numeric.c: Likewise.
6382         * locale/programs/ld-paper.c: Likewise.
6383         * locale/programs/ld-telephone.c: Likewise.
6384         * locale/programs/ld-time.c: Likewise.
6385
6386         * locale/simple-hash.c: Move compute_hashval function from here...
6387         * locale/hashval.h: ...to here.  New file.
6388         * locale/simple-hash.h: Add prototype for compute_hashval.
6389
6390         * include/libintl.h: Minor cleanups.
6391
6392 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
6393
6394         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
6395
6396 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
6397
6398         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
6399
6400 2002-04-14  Bruno Haible  <bruno@clisp.org>
6401
6402         * locale/programs/charmap.c (charmap_read): Don't access result if
6403         result == NULL.
6404
6405 2002-02-17  Andreas Schwab  <schwab@suse.de>
6406
6407         * elf/reldep7.c: New file.
6408         * elf/reldep7mod1.c: New file.
6409         * elf/reldep7mod2.c: New file.
6410         * elf/Makefile: Add rules to build and run reldep7.
6411
6412 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
6413
6414         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
6415         the end of the function.  Pass original flags to recursive call if
6416         add_dependency failed.
6417         (_dl_lookup_versioned_symbol): Likewise.
6418
6419 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
6420
6421         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
6422         early, but check whether it overflowed afterwards.
6423         * time/tst-mktime.c (main): Add new tests.
6424
6425 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
6426
6427         * debug/xtrace.sh: Fix program name in help message.
6428         Patch by Roger Luethi <rl@hellgate.ch>.
6429
6430         * include/sys/stat.h: Add prototypes for __lxstat_internal and
6431         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
6432         NOT_IN_libc.
6433         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
6434         * sysdeps/mach/hurd/lxstat.c: Likewise.
6435         * sysdeps/unix/common/lxstat.c: Likewise.
6436         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
6437         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
6438         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6439         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6440         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
6441         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
6442         * sysdeps/mach/hurd/lxstat64.c: Likewise.
6443         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
6444         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
6445
6446         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
6447         prototypes.  Add __mbrlen and __mbrtowc macros.
6448         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
6449         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
6450
6451         * include/unistd.h: Add prototype for __write_internal and add
6452         __libc_write macro is SHARED.
6453         * sysdeps/generic/write.c: Use INTDEF for __write.
6454         * sysdeps/mach/hurd/write.c: Likewise.
6455         * sysdeps/unix/sysv/aix/write.c: Likewise.
6456         * sysdeps/unix/syscalls.list: Add __libc_write alias.
6457
6458         * assert/assert.c: Replace STR_N_SIZE with something usable in
6459         macro arguments.
6460         * assert/assert-perr.c: Likewise.
6461
6462         * include/sys/socket.h: Declare __libc_sa_len_internal and define
6463         SA_LEN macro to use it if not NOT_IN_libc.
6464         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
6465
6466         * include/fcntl.h: Declare __open_internal and define __open and
6467         __libc_open macros if not NOT_IN_libc.
6468         * sysdeps/generic/open.c: Use INTDEF for __open.
6469         * sysdeps/mach/hurd/open.c: Likewise.
6470         * sysdeps/unix/sysv/aix/open.c: Likewise.
6471         * sysdeps/unix/syscalls.list: Add __open_internal alias.
6472
6473         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
6474         has correct number.
6475
6476         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
6477         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
6478         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6479         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6480
6481         * include/wctype.h: Declare __iswalpha_l_internal,
6482         __iswdigit_l_internal, __iswspace_l_internal,
6483         __iswxdigit_l_internal, and __iswctype_internal.  Define
6484         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
6485         __iswxdigit_l macros if not NOT_IN_libc.
6486         * wctype/iswctype.c: Use INTDEF for __iswctype.
6487         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
6488
6489         * include/math.h: Declare __isinf_internal, __isinfl_internal,
6490         __isnan_internal, and __isnanl_internal.
6491         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
6492         __isnan, and __isnanl.
6493         * stdio-common/printf_size.c: Likewise.
6494         * sysdeps/generic/printf_fphex.c: Likewise.
6495         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
6496         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6497         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
6498         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
6499         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6500         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6501         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6502         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6503         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
6504         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
6505         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
6506         * sysdeps/m68k/s_isinfl.c: Likewise.
6507         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
6508         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
6509
6510         * include/sys/time.h: Declare __gettimeofday_internal and define
6511         __gettimeofday macro if not NOT_IN_libc.
6512         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
6513         * sysdeps/mach/gettimeofday.c: Likewise.
6514         * sysdeps/posix/gettimeofday.c: Likewise.
6515         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
6516         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
6517         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6518         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
6519
6520         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
6521         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
6522         Remove __lstat and __fstat inline functions.
6523         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
6524         * sysdeps/mach/hurd/fxstat.c: Likewise.
6525         * sysdeps/unix/fxstat.c: Likewise.
6526         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
6527         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
6528         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6529         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
6530         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
6531         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
6532         * sysdeps/mach/hurd/fxstat64.c: Likewise.
6533         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
6534         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6535
6536         * include/unistd.h: Declare __getpid_internal and define
6537         __getpid macro if not NOT_IN_libc.
6538         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
6539         * sysdeps/generic/getpid.c: Likewise.
6540         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
6541         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
6542
6543         * include/unistd.h: Declare __getpgid_internal and define
6544         __getpgid macro if not NOT_IN_libc.
6545         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
6546         * sysdeps/mach/hurd/getpgid.c: Likewise.
6547         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
6548         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
6549         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
6550         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
6551
6552         * include/unistd.h: Declare __getpagesize_internal and define
6553         __getpagesize macro if not NOT_IN_libc.
6554         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
6555         __getpagesize.
6556         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
6557         * sysdeps/mach/getpagesize.c: Likewise.
6558         * sysdeps/posix/getpagesize.c: Likewise.
6559         * sysdeps/unix/getpagesize.c: Likewise.
6560         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6561         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
6562         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
6563         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
6564
6565 2002-04-13  Andreas Jaeger  <aj@suse.de>
6566
6567         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
6568         as clobber to reduce register pressure.
6569         (__strpbrk_cg): Likewise.
6570         (__mempcpy_by4): Likewise.
6571         (__strstr_cg): Likewise.
6572         Add prototype for __memrchr.
6573
6574 2002-04-13  Andreas Schwab  <schwab@suse.de>
6575
6576         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
6577         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
6578         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
6579
6580 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
6581
6582         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
6583         check whether the caller prefers getting the most recent version of
6584         a symbol of the earliest version.
6585         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
6586         _dl_do_lookup to also take the new parameter and pass it on.
6587         Change 'explicit' parameter of _dl_lookup_symbol and
6588         _dl_lookup_versioned_symbol to flags.  Adjust tests.
6589         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
6590         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
6591         _dl_lookup_versioned_symbol.
6592         * elf/dl-reloc.c: Likewise.
6593         * elf/dl-runtime.c: Likewise.
6594         * elf/dl-sym.c: Likewise.
6595         * sysdeps/mips/dl-machine.h: Likewise.
6596
6597 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6598
6599         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
6600         in a token.
6601         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
6602
6603 2002-04-10  Andreas Jaeger  <aj@suse.de>
6604
6605         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
6606
6607         * include/argz.h: Remove extra char from last patch.
6608
6609 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
6610
6611         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6612         * sysdeps/unix/sysv/aix/chown.c: Likewise.
6613         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6614         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6615         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6616         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6617         __chown_internal.
6618         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6619
6620         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6621         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6622         * intl/ngettext.c: Likewise.
6623
6624         * include/sys/socket.h: Declare __connect_internal and define
6625         __connect macro if not NOT_IN_libc.
6626         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6627         * sysdeps/unix/sysv/aix/connect.c: Likewise.
6628         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6629
6630         * include/unistd.h: Declare __close_internal and define __close macro
6631         if not NOT_IN_libc.
6632         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6633         WJUMP3): Add extra parenthesis to avoid expanding element names with
6634         macors like __close.
6635         * sysdeps/unix/syscalls.list: Add __close_internal alias.
6636
6637         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6638         if not NOT_IN_libc.
6639         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6640         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6641         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6642
6643         * include/unistd.h: Declare __fork_internal and define __fork macro
6644         if not NOT_IN_libc.
6645         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6646         * sysdeps/unix/sysv/aix/fork.c: Likewise.
6647         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6648
6649         * include/stdio_ext.h: Declare __fsetlocking_internal and define
6650         __fsetlocking macro to use it if not NOT_IN_libc.
6651         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6652
6653         * libio/__fbufsize.c: Correct copyright.
6654         * libio/__flbf.c: Likewise.
6655         * libio/__fpending.c: Likewise.
6656         * libio/__fpurge.c: Likewise.
6657         * libio/__freadable.c: Likewise.
6658         * libio/__freading.c: Likewise.
6659         * libio/__fsetlocking.c: Likewise.
6660         * libio/__fwritable.c: Likewise.
6661         * libio/__fwriting.c: Likewise.
6662
6663         * include/stdio.h: Declare __asprintf_internal and define __asprintf
6664         macro to use it if not NOT_IN_libc.
6665         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6666
6667         * include/mntent.h: Declare __setmntent_internal,
6668         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
6669         __getmntent_r, and __endmntent macros to use these functions if not
6670         NOT_IN_libc.
6671         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6672         __endmntent.
6673
6674         * include/math.h: Declare __finite_internal, __finitef_internal, and
6675         __finitel_internal.  Redefine isfinite macro if in libc or libm using
6676         these functions.
6677         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6678         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6679         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6680         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6681         * sysdeps/i386/fpu/s_finitef.S: Likewise.
6682         * sysdeps/i386/fpu/s_finitel.S: Likewise.
6683         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6684         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6685         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6686         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6687
6688         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
6689         to use this function if not NOT_IN_libc.
6690         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6691         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6692         * sysdeps/mach/hurd/fcntl.c: Likewise.
6693         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6694         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6695
6696         * include/argz.h: Declare __argz_count_internal and
6697         __argz_stringify_internal.
6698         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6699         __argz_stringify.
6700         * string/argz-count.c: Use INTDEF for __argz_count.
6701         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
6702
6703         * include/stdlib.h: Declare __cxa_atexit_internal and define
6704         __cxa_atexit macro if not NOT_IN_libc.
6705         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
6706         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
6707
6708         * assert/assert.c: Use INTDEF for __assert_fail.
6709         * assert/__assert.c: Use INTUSE for call to __assert_fail.
6710         * include/assert.h: Declare __assert_fail_internal.
6711
6712         * extra-lib.mk: Mark assignment to lib with override.
6713
6714 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6715
6716         * Makerules: Use cppflags-iterator.mk to add defines for all test
6717         source files.
6718
6719 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
6720
6721         * elf/elf.h: Define R_SH_TLS_xxx macros.
6722         * elf/rtld.c: Remove an extra parenthesis.
6723         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
6724         TLS_GD macros.
6725         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
6726         * sysdeps/sh/dl-lookupcfg.h: New file.
6727         * sysdeps/sh/dl-tls.h: New file.
6728         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
6729         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
6730         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
6731         R_SH_TLS_TPOFF32 relocations.
6732
6733 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6734
6735         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
6736         of NOT_IN_LIBC.
6737         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
6738         * include/stdlib.h: Likewise.
6739
6740 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
6741
6742         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
6743         instead of _RTLD_LOCAL.
6744         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
6745         * include/unistd.h: Likewise.
6746         * sysdeps/generic/ldsodefs.h: Likewise.
6747
6748         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
6749         if in libc or ld.so.
6750
6751 2002-04-08  Andreas Jaeger  <aj@suse.de>
6752
6753         * elf/cache.c (print_entry): Support x86-64.
6754
6755 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6756
6757         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
6758         with one accessing the locale data structures directly.
6759         * stdio-common/printf-prs.c: Include localeinfo.h for new
6760         MB_CUR_MAX definition.
6761
6762         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
6763         is the name of the source file without extension.
6764         * Makefile (distribute): Add cppflags-iterator.mk.
6765         * cppflags-iterator.mk: New file.
6766         * extra-lib.mk: For the sources of the library run
6767         cppflags-iterator.mk.
6768
6769         * include/libintl.h: Declare __dcgettext_internal and
6770         _libc_intl_domainname_internal.  Define __dcgettext using these
6771         two symbols if used in libc itself.
6772         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
6773         _libc_intl_domainname_internal.
6774         * argp/argp-parse.c: Likewise.
6775         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
6776         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
6777         * intl/gettext.c: Likewise.
6778         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
6779         alias.
6780         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
6781         __dcgettext.
6782         * posix/regex_internal.c (gettext): Likewise.
6783
6784 2002-04-08  Andreas Jaeger  <aj@suse.de>
6785
6786         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
6787
6788         * sysdeps/x86_64/fpu/s_llrint.S: New file.
6789         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
6790         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
6791         * sysdeps/x86_64/fpu/s_lrint.S: New file.
6792         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
6793         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
6794
6795 2002-04-08  Roland McGrath  <roland@frob.com>
6796
6797         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
6798         widening __hurd_fail value.
6799
6800 2002-04-07  Roland McGrath  <roland@frob.com>
6801
6802         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
6803         <mach/machine/alpha_instruction.h>.
6804         (_hurd_setup_sighandler): Take proper arguments for current decls.
6805         Update code to use _hurdsig_catch_fault.
6806         Use `callsys' instruction instead of `call_pal'.
6807         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
6808
6809         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
6810         (ALIGN, at, AT, fp): New macros.
6811
6812 2002-04-06  Roland McGrath  <roland@frob.com>
6813
6814         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
6815
6816         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
6817         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
6818
6819         * sysdeps/mach/hurd/bind.c: Use prototype definition.
6820         * sysdeps/mach/hurd/connect.c: Likewise.
6821         * sysdeps/mach/hurd/getsockopt.c: Likewise.
6822         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6823
6824         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
6825         __msg_sig_post RPC.
6826
6827         * hurd/catch-exc.c: Use integer_t instead of int.
6828         * hurd/hurdfault.c: Likewise.
6829
6830         * sysdeps/mach/hurd/alpha/exc2signal.c
6831         (_hurd_exception2signal): Rewritten.
6832         * sysdeps/mach/hurd/alpha/longjmp-ts.c
6833         (_hurd_longjmp_thread_state): Rewritten.
6834
6835 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
6836
6837         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
6838         DB_LOOKUP_FCT prototype.
6839         * nss/getXXent_r.c: Likewise.
6840         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
6841         * inet/getaliasname_r.c: Likewise.
6842         * inet/getnetbyad_r.c: Likewise.
6843         * inet/getnetbynm_r.c: Likewise.
6844         * inet/getnetent_r.c: Likewise.
6845         * inet/getproto_r.c: Likewise.
6846         * inet/getprtent_r.c: Likewise.
6847         * inet/getprtname_r.c: Likewise.
6848         * inet/getrpcbyname_r.c: Likewise.
6849         * inet/getrpcbynumber_r.c: Likewise.
6850         * inet/getrpcent_r.c: Likewise.
6851         * inet/getservent_r.c: Likewise.
6852         * inet/getsrvbynm_r.c: Likewise.
6853         * inet/getsrvbypt_r.c: Likewise.
6854         * shadow/getspent_r.c: Likewise.
6855         * shadow/getspnam_r.c: Likewise.
6856
6857         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
6858
6859         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
6860         Use i686-friendly PIC code.
6861         * sysdeps/i386/elf/setjmp.S: Likewise.
6862
6863         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
6864
6865         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
6866         list.
6867         * elf/Versions: Remove it here.
6868
6869 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
6870
6871         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
6872         direction.  Reported by H . J . Lu <hjl@lucon.org>.
6873
6874 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6875
6876         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
6877         test just before the test runs.
6878         * intl/tst-translit.sh: Likewise.
6879         * intl/tst-codeset.sh: Likewise.
6880
6881         * timezone/zic.c: Update from tzcode2002c.
6882         * timezone/asia: Update from tzdata2002c.
6883         * timezone/backward: Likewise.
6884         * timezone/europe: Likewise.
6885         * timezone/northamerica: Likewise.
6886         * timezone/northamerica: Likewise.
6887         * timezone/northamerica: Likewise.
6888         * timezone/southamerica: Likewise.
6889         * timezone/zone.tab: Likewise.
6890
6891 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
6892
6893         * sysdeps/generic/brk.c (__curbrk): Declare.
6894         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
6895         * sysdeps/generic/dl-sbrk.c: Likewise.
6896         * sysdeps/unix/arm/dl-brk.S: New file.
6897         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
6898         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
6899         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
6900         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
6901         * sysdeps/unix/i386/dl-brk.S: New file.
6902         * sysdeps/unix/mips/dl-brk.S: New file.
6903         * sysdeps/unix/sparc/dl-brk.S: New file.
6904         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
6905         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
6906         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
6907         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
6908
6909 2002-04-03  Andreas Schwab  <schwab@suse.de>
6910
6911         * Makefile (headers): Add gnu/lib-names.h here instead of
6912         install-others.
6913         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
6914         installation rule.
6915         (install-headers): Add dependency on install-headers-nosubdir.
6916         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
6917         instead of install-others.
6918         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
6919         installation rule.
6920
6921 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6922
6923         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
6924         Reported by Sam Roberts <sroberts@uniserve.com>.
6925
6926 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
6927
6928         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
6929         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
6930         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6931         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6932
6933 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
6934
6935         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
6936         (RTLD_START): Ditto.
6937         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
6938         dependency violation.
6939
6940 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
6941
6942         * time/mktime.c (__mktime_internal): Move check for year < 70 below
6943         all variable declarations.
6944
6945 2002-04-04  Andreas Schwab  <schwab@suse.de>
6946
6947         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
6948
6949 2002-04-04  Andreas Jaeger  <aj@suse.de>
6950
6951         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
6952         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
6953
6954         * sysdeps/x86_64/fpu/s_fabs.c: New file.
6955         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
6956         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
6957
6958         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
6959
6960         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
6961
6962         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
6963         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
6964
6965         * configure.in: Handle all mips entries the same.
6966
6967         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
6968         * sysdeps/mips/mips3/*: Likewise.
6969         * sysdeps/mips/p40/bits/endian.h: Likewise.
6970
6971 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
6972
6973         * misc/dirname.c (dirname): Ignore trailing slashes at end of
6974         non-null result [PR libc/2600].
6975
6976         * misc/tst-dirname.c: Add more tests.
6977
6978 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6979
6980         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
6981         define a code_set_name provide one based on the filename.
6982
6983         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
6984
6985 2001-12-28  Andreas Jaeger  <aj@suse.de>
6986
6987         * time/mktime.c (__mktime_internal): Check for year < 70
6988         [PR libc/2738].
6989
6990 2002-04-03  Andreas Jaeger  <aj@suse.de>
6991
6992         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
6993         shmat.
6994         Reported by Andi Kleen <ak@suse.de>.
6995
6996 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6997
6998         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
6999         * sysdeps/generic/w_lgammaf.c: Likewise.
7000         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
7001
7002         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
7003         Adjust for new output format of the backtrace functions.
7004
7005         * misc/syslog.c (vsyslog): Only use cleanup handler if
7006         _LIBC_REENTRANT is defined [PR libc/2924].
7007
7008         * libio/Makefile (tests): Add bug-ungetwc2.
7009         * libio/bug-ungetwc2.c: New file.
7010
7011         * manual/install.texi: Typographical and grammatical cleanup.
7012         Patch by Dennis Grace <dgrace@us.ibm.com>.
7013
7014         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
7015         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
7016
7017         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
7018         always "&".  Adjust callers.
7019         Add "_" prefix to several generated definitions.
7020         Patch by paul@serice.net [PR libc/3158].
7021
7022 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7023
7024         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
7025         size of _dl_arm_cap_flags.
7026         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
7027
7028         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
7029         Define as 8.
7030
7031 2002-03-22  H.J. Lu  <hjl@gnu.org>
7032
7033         * scripts/firstversions.awk: Check the first version.
7034
7035 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7036
7037         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
7038         dependencies must be stable to work correctly.
7039         Reported by martin.lubich@datacon.at.
7040
7041         * libio/bug-ungetwc1.c: New file.
7042         * libio/Makefile (tests): Add bug-ungetwc1.
7043
7044         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
7045         if stream was last used for writing.
7046
7047         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
7048         number [PR libc/3111].
7049
7050         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
7051         to ...
7052         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
7053
7054 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
7055
7056         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
7057         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
7058         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
7059         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
7060         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
7061
7062 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
7063
7064         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
7065         dynamic tags.
7066
7067 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7068
7069         * sysdeps/i386/fpu/s_fabs.S: New file.
7070         * sysdeps/i386/fpu/s_fabsf.S: New file.
7071         * sysdeps/i386/fpu/s_fabsl.S: New file.
7072         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
7073         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
7074         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
7075
7076 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7077
7078         * rt/tst-shm.c (do_test): Add one more test for size of shared
7079         memory object.
7080
7081 2002-03-29  Wolfram Gloger  <wg@malloc.de>
7082
7083         * malloc/malloc.c: Add short description and prototypes for
7084         malloc_get_state, malloc_set_state and posix_memalign, for
7085         consistency and to avoid warnings with -Wstrict-prototypes.
7086         Reported by Andreas Jaeger <aj@suse.de>.
7087
7088 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7089
7090         * po/gl.po: Update from translation team.
7091
7092 2002-03-31  Roland McGrath  <roland@frob.com>
7093
7094         * hurd/hurdselect.c (_hurd_select): Fix
7095         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
7096         Use a union rather than casts to compare mach_msg_type_t as int.
7097
7098 2002-03-25  Roland McGrath  <roland@frob.com>
7099
7100         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
7101         check off the end of NAME when it's shorter than 2 chars.
7102         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
7103
7104 2002-03-17  Roland McGrath  <roland@frob.com>
7105
7106         * sysdeps/mach/hurd/i386/sys/io.h: New file.
7107         * sysdeps/mach/hurd/i386/ioperm.c: New file.
7108         * sysdeps/mach/hurd/i386/Dist: Add them.
7109         * sysdeps/mach/hurd/i386/Versions
7110         (libc: GLIBC_2.2.6): New set, add ioperm.
7111         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
7112         (mach_interface_list): Check for mach_i386.defs.
7113         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
7114         * sysdeps/mach/configure: Regenerated.
7115
7116 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
7117
7118         * po/fr.po: Update from translation team.
7119
7120 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7121
7122         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
7123         getpriority from syscalls list.
7124
7125 2002-03-28  Andreas Jaeger  <aj@suse.de>
7126
7127         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
7128         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
7129         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
7130         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
7131
7132 2002-03-27  Andreas Jaeger  <aj@suse.de>
7133
7134         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7135         sigcontext): Follow further kernel change.
7136
7137         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
7138         kernel change.
7139
7140         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
7141         Change for struct sigcontext change.
7142
7143         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7144         Follow changes in struct sigcontext.
7145
7146         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
7147         sysycall, use wrapper instead.
7148
7149 2002-03-26  Andreas Jaeger  <aj@suse.de>
7150
7151         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
7152         read and write accesses as detailed as possible.
7153         (__memcpy_by2): Likewise.
7154         (__memcpy_g): Likewise.
7155         (memmove): Likewise.
7156         (memcmp): Likewise.
7157         (__memset_ccn_by4): Likewise.
7158         (__memset_ccn_by2): Likewise.
7159         (__memset_gcn_by4): Likewise.
7160         (__memset_gcn_by2): Likewise.
7161         (memchr): Likewise.
7162         (__memrchr): Likewise.
7163         (rawmemchr): Likewise.
7164         (__strlen_g): Likewise.
7165         (__strcpy_g): Likewise.
7166         (__mempcpy_by4): Likewise.
7167         (__mempcpy_by2): Likewise.
7168         (__mempcpy_byn): Likewise.
7169         (__stpcpy_g): Likewise.
7170         (__strncpy_by4): Likewise.
7171         (__strncpy_by2): Likewise.
7172         (__strncpy_byn): Likewise.
7173         (__strncpy_gg): Likewise.
7174         (__strcat_c): Likewise.
7175         (__strcat_g): Likewise.
7176         (__strncat_g): Likewise.
7177         (__strcmp_gg): Likewise.
7178         (__strncmp_g): Likewise.
7179         (__strchr_c): Likewise.
7180         (__strchr_g): Likewise.
7181         (__strchrnul_c): Likewise.
7182         (__strchrnul_g): Likewise.
7183         (__strrchr_c): Likewise.
7184         (__strrchr_g): Likewise.
7185         (__strrchr_c): Likewise.
7186         (__strrchr_g): Likewise.
7187         (__strcspn_c1): Likewise.
7188         (__strcspn_cg): Likewise.
7189         (__strcspn_g): Likewise.
7190         (__strcspn_g): Likewise.
7191         (__strspn_c1): Likewise.
7192         (__strspn_cg): Likewise.
7193         (__strspn_g): Likewise.
7194         (__strspn_g): Likewise.
7195         (__strpbrk_cg): Likewise.
7196         (__strpbrk_g): Likewise.
7197         (__strstr_cg): Likewise.
7198         (__strstr_g): Likewise.
7199
7200         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
7201         Michal Ludvig <mludvig@suse.cz>.
7202
7203         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
7204         compatibilty, adjust for kernel changes.
7205
7206         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7207         sigcontext): Adjust for kernel changes.
7208
7209 2002-03-25  Andreas Jaeger  <aj@suse.de>
7210
7211         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
7212         little endian.
7213         Reported by Artur Zaprzala <zybi@talex.com.pl>.
7214
7215 2002-03-24  Andreas Jaeger  <aj@suse.de>
7216
7217         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
7218
7219         * stdio-common/tst-fdopen.c (main): Remove unused variable.
7220
7221         * iconv/tst-iconv3.c (main): Use correct printf strings.
7222
7223 2002-03-18  Roland McGrath  <roland@frob.com>
7224
7225         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
7226         (CMGROUP_MAX): New macro.
7227
7228 2002-03-23  Roland McGrath  <roland@frob.com>
7229
7230         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
7231         * sysdeps/posix/shm_unlink.c: Likewise.
7232
7233 2002-03-22  Roland McGrath  <roland@frob.com>
7234
7235         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
7236         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
7237         under --enable-libio.
7238         * sysdeps/mach/hurd/configure: Regenerated.
7239
7240 2002-03-23  Roland McGrath  <roland@frob.com>
7241
7242         * sysdeps/mach/hurd/i386/Makefile
7243         (sysdep_routines, shared-only-routines): Don't add framestate,
7244         reverting 2001-10-02 change.
7245         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
7246         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
7247         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7248         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7249         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
7250         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
7251         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7252         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
7253         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
7254         Do it here instead, only if [$(unwind-find-fde) = yes].
7255
7256 2002-03-23  Andreas Jaeger  <aj@suse.de>
7257
7258         * signal/signal.h: Fix typo. Patch by Steve Kemp
7259         <skx@tardis.ed.ac.uk>.
7260
7261 2002-03-22  Andreas Jaeger  <aj@suse.de>
7262
7263         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
7264         getresuid.
7265
7266         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7267         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
7268         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7269         user_fpregs_struct): Rename fwd.
7270
7271         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7272         Follow sigcontext changes.
7273
7274 2002-03-22  Andreas Jaeger  <aj@suse.de>
7275
7276         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7277         changes for NaNs on MIPS.
7278         Patch by Hartvig Ekner <hartvige@mips.com>.
7279
7280 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7281
7282         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7283         Use realloc if too large.
7284         (addgrbyid): Likewise.
7285         * nscd/hstcache.c (addhstbyname): Likewise.
7286         (addhstbyaddr): Likewise.
7287         (addhstbynamev6): Likewise.
7288         (addhstbyaddrv6): Likewise.
7289         * nscd/pwdcache.c (addpwbyname): Likewise.
7290         (addpwbyuid): Likewise.
7291
7292 2002-03-21  Andreas Jaeger  <aj@suse.de>
7293
7294         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7295         _fpstate): Add separate struct for x86-64.
7296
7297         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7298         user_fpregs_struct): Change member names to follow kernel.
7299
7300 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
7301
7302         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
7303         Correctly close the UDP connection right away [PR libc/3120].
7304
7305 2002-03-20  Andreas Jaeger  <aj@suse.de>
7306
7307         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7308         user_fpregs_struct): Fix for changed kernel struct.
7309         (struct user_regs_struct): Likewise.
7310         (struct user): Likewise.
7311         Add 32-bit x86 compatibility.
7312
7313         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
7314
7315 2002-03-19  Andreas Jaeger  <aj@suse.de>
7316
7317         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
7318
7319 2002-03-18  Andreas Jaeger  <aj@suse.de>
7320
7321         * iconvdata/Makefile: Only run tests when shared libs are
7322         available.
7323
7324 2002-03-17  Andreas Jaeger  <aj@suse.de>
7325
7326         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
7327
7328         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
7329
7330         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
7331         bits.
7332
7333         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
7334         (CAUSE_SHIFT): New macro.
7335         Patch by Hartvig Ekner <hartvige@mips.com>.
7336
7337         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
7338         * sysdeps/generic/unwind-pe.h: Likewise.
7339
7340         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
7341         type to _IO_setb.
7342
7343         * libio/stdio.c (AL2): Define variant when visibility attribute is
7344         not supported.
7345
7346         * include/libc-symbols.h (_INTVARDEF): Define variant when
7347         visibility attribute is not supported.
7348
7349 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
7350
7351         * po/fr.po: Update from translation team.
7352
7353 2002-02-25  Bruno Haible  <bruno@clisp.org>
7354
7355         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
7356
7357 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7358
7359         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
7360         buffers if _IO_file_attach failed.
7361
7362         * libio/fileops.c (_IO_file_open): Close file descriptor if
7363         _IO_SEEKOFF call failed.
7364
7365 2002-03-15  H.J. Lu  <hjl@gnu.org>
7366             Ulrich Drepper  <drepper@redhat.com>
7367
7368         * configure.in: Check for availability of
7369         init_array/fini_array/preinit_array handling in binutils.
7370         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
7371         * config.make.in (have-initfini-array): New variable.
7372
7373 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7374
7375         * stdio-common/tst-printf.c (main): Comment out one test which
7376         checked the compiler's ability to fold floating-point constants
7377         but not really printf.
7378         (rfg3): Make s const.
7379         * stdio-common/tst-printf.sh: Adjust for removed test.
7380
7381         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
7382         internal function.  Adjust for internal_function calling convention.
7383         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
7384         as internal_function.
7385
7386         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
7387         hidden.
7388
7389         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
7390         declaration and definition.
7391         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
7392         declaration.
7393         * nss/getXXent_r.c: Likewise.
7394         * nss/nsswitch.h (db_lookup_function): Add internal_function to
7395         definition.
7396
7397         * include/time.h: Declare __localtime_r as hidden.
7398
7399         * include/aliases.h: Declare __getaliasent_r as hidden.
7400         * include/grp.h: Declare __getgrent_r as hidden.
7401         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
7402         __getservent_r, and __getprotoent_r as hidden.
7403         * include/pwd.h: Declare __getpwent_r as hidden.
7404         * include/shadow.h: Declare __getspent_r as hidden.
7405         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
7406
7407         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
7408         and __gconv_transliterate as hidden.
7409         Add internal_function to __gconv_get_path declaration.
7410         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
7411         definition.  Add attribute_hidden to __gconv_read_conf definition.
7412
7413 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
7414
7415         * elf/rtld.c: Declare _environ as hidden.
7416         * sysdeps/generic/dl-environ.c: Likewise.
7417         * sysdeps/generic/dl-sysdep.c: Likewise.
7418
7419         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
7420         _dl_mcount_internal as hidden.
7421
7422         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
7423         * sysdeps/generic/dl-brk.c: New file.
7424         * sysdeps/generic/dl-sbrk.c: New file.
7425         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
7426         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
7427
7428         * elf/dl-minimal.c (malloc): Declare _end as hidden.
7429         (__errno_location): New function.  Declare errno as hidden.
7430         * elf/rtld.c (_dl_argc): Define as hidden.
7431         (_dl_skip_args): Define as hidden.
7432         (_begin, _end): Declare as hidden.
7433         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
7434         * sysdeps/generic/entry.h (_start): Declare as hidden.
7435         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
7436         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
7437         _dl_runtime_resolve and _dl_runtime_profile as hidden.
7438         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
7439
7440 2002-03-14  Roland McGrath  <roland@frob.com>
7441
7442         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
7443
7444         * Makeconfig (%.v.i, %.v): New implicit rules.
7445         (preprocess-versions): Variable removed.
7446         ($(common-objpfx)shlib-versions.v.i): New target giving just the
7447         shlib-versions input files as dependencies.
7448         ($(common-objpfx)soversions.i): Depend on that instead of the input
7449         files.  Use it as input instead of using a pipeline.
7450         (postclean-generated): Append soversions.i, shlib-versions.v, and
7451         shlib-versions.v.i here.
7452         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
7453         the Versions.def input files as dependencies.
7454         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
7455         ($(common-objpfx)Versions.all): Depend on that instead of the input
7456         files.  Use it as input instead of using a pipeline.
7457         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
7458         (postclean-generated): Append those .v and .v.i files here.
7459
7460 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7461
7462         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
7463         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
7464         Remove.
7465
7466 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7467
7468         * sysdeps/generic/mp_clz_tab.c: New file.
7469         * sysdeps/i386/mp_clz_tab.c: New file.
7470         * sysdeps/hppa/mp_clz_tab.c: New file.
7471         * sysdeps/powerpc/mp_clz_tab.c: New file.
7472         * stdlib/Makefile (aux): Revert last patch.
7473         * math/Makefile (gmp-objs): Likewise.
7474
7475 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7476
7477         * time/strftime.c: Comment fixes for references to obsolescent
7478         standards, In most cases the simplest fix is to remove the
7479         confusing comments.  Cross-referencing all the standards properly
7480         is a bit of a pain, and it should be enough to put that info in
7481         the documentation as I did in my recent time.texi patch.
7482
7483 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7484
7485         * manual/time.texi (Formatting Calendar Time):
7486         ISO C99 also specifies the E and O modifiers.
7487         %P is a GNU extension, and is not in ISO C99.
7488         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
7489         %T is also in ISO C99.
7490         The RFC 822 example is not valid in arbitrary locales.
7491         Reword the POSIX.2 wording slightly, to make it a bit clearer
7492         that POSIX.2 formats are also supported by later POSIX versions.
7493         If a format was introduced in ISO C99 it is also required by
7494         POSIX.1-2001.
7495
7496 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7497
7498         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
7499         _sys_nerr_internal with INTVARDEF2.
7500         * include/libc-symbols.h (INTVARDEF2): New macro.
7501         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
7502         (_sys_nerr_internal): Library.
7503
7504         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
7505         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
7506
7507         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
7508
7509 2002-03-13  Wolfram Gloger  <wg@malloc.de>
7510
7511         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
7512
7513 2002-03-02  Andreas Schwab  <schwab@suse.de>
7514
7515         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
7516         'h' flag and positional arg.
7517         * stdio-common/tst-printf.c (rfg3): New function to test
7518         positional arguments.
7519         (main): Fix some warnings.
7520
7521 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7522
7523         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
7524         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7525
7526 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7527
7528         * grp/initgroups.c (__nss_group_data): Declare as hidden.
7529
7530         * include/locale.h (_nl_C_locobj): Declare as hidden.
7531
7532         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
7533         * time/strptime.c (_nl_C_LC_TIME): Likewise.
7534
7535         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
7536
7537         * include/sys/gmon.h: Declare _gmonparam as hidden.
7538
7539         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
7540         (__ctype32_wctrans): Likewise.
7541         (__ctype32_width): Likewise.
7542
7543         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
7544         use of __ttyname.
7545
7546         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
7547         Define as hidden.
7548         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
7549         hidden.  Change all users of these variables.
7550
7551         * posix/regex_internal.h (__re_error_msgid): Renamed from
7552         re_error_msgid.  Declare as hidden.
7553         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
7554         hidden.
7555
7556         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
7557         (__printf_function_table): Likewise.
7558         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
7559         hidden.
7560         (__printf_function_table): Likewise.
7561
7562         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
7563         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
7564
7565         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
7566         * nss/nsswitch.c: Declare _nss_*_database as hidden.
7567
7568         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
7569         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
7570
7571 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
7572
7573         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
7574         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7575         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7576         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7577         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7578         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7579         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7580         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7581         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
7582         _nl_C_LC_CTYPE_width: Declare as hidden.
7583         * include/locale.h: Declare _nl_locale_file_list.
7584         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
7585         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
7586         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
7587         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
7588         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
7589         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
7590         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
7591         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
7592         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
7593         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
7594         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
7595         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
7596         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7597         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7598         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7599         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7600         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7601         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7602         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7603         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
7604         _nl_C_LC_CTYPE_width, and as hidden.
7605         * locale/findlocale.c: Declare _nl_C as hidden.
7606         * locale/newlocale.c: Likewise.
7607         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
7608         _nl_locale_file_list.
7609         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7610         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7611         Define _nl_C_locobj as hidden.
7612
7613         * malloc/mtrace.c (_mtrace_file): Define as hidden.
7614         (_mtrace_line): Likewise.
7615
7616         * include/time.h: Declare __mon_yday as hidden.
7617         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7618
7619         * libio/libioP.h: Declare __libio_codecvt as hidden.
7620         * libio/fileops.c: Declare __libio_translit as hidden.
7621         * libio/iofwide.c: Define __libio_translit as hidden.
7622
7623         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7624         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7625         * login/getutline_r.c: Likewise.
7626         * login/utmpname.c: Likewise.
7627
7628         * login/utmp-private.h: Declare __libc_utmp_file_functions,
7629         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7630         __libc_utmp_file_name as hidden.
7631
7632         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7633         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7634         * locale/freelocale.c: Likewise.
7635         * locale/lc-time.c: Likewise.
7636
7637         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7638         (__libc_ptyname2): Likewise.
7639         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7640         hidden.
7641         (__libc_ptyname2): Likewise.
7642
7643         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7644         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7645         * sysdeps/generic/init-first.c: Likewise.
7646         * sysdeps/i386/init-first.c: Likewise.
7647         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7648         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7649         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7650         * sysdeps/sh/init-first.c: Likewise.
7651         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7652         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7653
7654         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7655         (_itowa_upper_digits): Likewise.
7656
7657         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7658         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7659         as hidden.
7660
7661         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7662         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7663         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7664         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7665
7666         * gmon/gmon.c (__bb_head): Define as hidden.
7667         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7668
7669         * argp/argp-parse.c (_argp_hang): Define as static.
7670
7671         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7672         handling in latest compilers.
7673
7674         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7675         define alias.
7676         * libio/fileops.c (_IO_file_jumps): Likewise.
7677         * libio/stdfiles.c (_IO_list_all): Likewise.
7678         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7679
7680         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7681         include/malloc.h.
7682         * include/malloc.h: Add __libc_malloc_initialized declaration
7683         here.  Mark variable hidden.
7684         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7685
7686         * elf/dl-open.c (__libc_argc): Declare as hidden.
7687         (__libc_argv): Likewise.
7688         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7689         (__libc_argv): Likewise.
7690         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7691         __libc_argv as hidden.
7692         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7693         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7694         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7695         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7696
7697         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7698         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7699         * stdlib/erand48.c: Likewise.
7700         * stdlib/jrand48.c: Likewise.
7701         * stdlib/lcong48.c: Likewise.
7702         * stdlib/lrand48.c: Likewise.
7703         * stdlib/mrand48.c: Likewise.
7704         * stdlib/nrand48.c: Likewise.
7705         * stdlib/seed48.c: Likewise.
7706         * stdlib/srand48.c: Likewise.
7707
7708         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
7709         (_itoa_lower_digits_internal): New declaration.
7710         (_itoa_upper_digits_internal): New declaration.
7711         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
7712         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
7713         (_itoa_upper_digits_internal): New declaration.
7714         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
7715         _itoa_lower_digits.
7716         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
7717         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
7718
7719         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
7720         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7721
7722         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
7723         (_itowa_lower_digits): Likewise.
7724         (_itowa_upper_digits): Likewise.
7725         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
7726         (_itowa_upper_digits): Likewise.
7727
7728         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
7729         not already defined.
7730         (GERMANIC_PLURAL): Declare as hidden.
7731
7732         * posix/getopt.c (__getopt_initialized): Declare as hidden.
7733         (attribute_hidden): Define as empty macro if not already defined.
7734
7735         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
7736         (__gconv_max_path_elem_len): Likewise.
7737         (__gconv_path_envvar): Likewise.
7738
7739         * math/Makefile (gmp-objs): Remove mp_clz_tab.
7740         * stdlib/Makefile (aux): Remove mp_clz_tab.
7741         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
7742
7743         * stdlib/exit.h (__exit_funcs): Declare as hidden.
7744
7745         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
7746
7747         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
7748         _nl_category_names, _nl_category_name_sizes, _nl_current,
7749         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
7750
7751         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
7752         (_nl_current_default_domain): Likewise
7753         (_nl_state_lock): Likewise.
7754         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
7755         (_nl_current_default_domain): Likewise
7756         (_nl_state_lock): Likewise.
7757         * intl/bindtextdom.c (_nl_state_lock): Likewise.
7758
7759         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
7760         (_fpioconst_pow10): Likewise.
7761
7762         * include/time.h (_tmbuf): Add attribute_hidden.
7763
7764         * time/tzset.c (tzstring_list): Define as static.
7765
7766         * include/time.h: Add attribute_hidden to __tzname_cur_max and
7767         __use_tzfile declaration.
7768
7769         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
7770         and __wcsmbs_last_locale declaration.
7771
7772 2002-02-25  Paul Eggert  <eggert@twinsun.com>
7773
7774         * timezone/Makefile (tzbases): Move systemv from here...
7775         (tzlinks): to here, since the entries in systemv were all changed
7776         from Zone to Link lines in tz-2001a.  Bug reported (and patch
7777         tested) by Peter Breitenlohner.
7778
7779 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
7780
7781         * time/tst-posixtz.c (tests): Add new tests.
7782         (main): Test whether tzset() sets daylight properly.
7783
7784 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7785
7786         * time/tzset.c (tz_compute): Move __daylight, __tzname and
7787         __tzname_cur_max setting...
7788         (tzset_internal): ...here.
7789
7790 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7791
7792         * time/tzset.c (compute_change): Don't return any value.
7793         (tz_compute): Likewise.  Don't handle southern hemisphere here.
7794         (__tz_convert): But here.
7795
7796 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7797
7798         * manual/examples/mkfsock.c: Include <string.h> as well.
7799         Patch by Alain De Carolis <alaind@wseurope.com>.
7800
7801 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
7802
7803         * posix/regexec.c (re_match): Fix incorrect register sizes.
7804         (re_search): Likewise.
7805
7806 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7807
7808         * posix/regcomp.c (regfree): Remove a disused condition.
7809         * posix/regex_internal.c (re_acquire_state): Likewise.
7810         (re_acquire_state_context): Likewise.
7811         (register_state): Remove a redundant malloc invocation.
7812         * posix/regex_internal.h: (re_state_table_entry): Simplify
7813         the structure.
7814
7815 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7816
7817         * posix/regcomp.c (regcomp): Add __builtin_expect to error
7818         handling conditions.
7819         (regerror): Likewise.
7820         (regfree): Likewise.
7821         (re_compile_internal): Likewise.
7822         (init_dfa): Likewise.
7823         (init_word_char): Likewise.
7824         (create_initial_state): Likewise.
7825         (analyze): Likewise.
7826         (analyze_tree): Likewise.
7827         (duplicate_node): Likewise.
7828         (calc_eclosure): Likewise.
7829         (calc_eclosure_iter): Likewise.
7830         (parse): Likewise.
7831         (parse_reg_exp): Likewise.
7832         (parse_branch): Likewise.
7833         (parse_expression): Likewise.
7834         (parse_subexp): Likewise.
7835         (parse_dup_op): Likewise.
7836         (parse_bracket_exp): Likewise.
7837         (build_equiv_class): Likewise.
7838         (build_charclass): Likewise.
7839         (build_word_op): Likewise.
7840         (fetch_number): Likewise.
7841         (create_tree): Likewise.
7842         (duplicate_tree): Likewise.
7843         * posix/regex.c (BE): New macro.
7844         * posix/regexec.c (re_match): Add __builtin_expect to error
7845         handling conditions.
7846         (re_match_2): Likewise.
7847         (re_search): Likewise.
7848         (re_search_internal): Likewise.
7849         (check_matching): Likewise.
7850         (proceed_next_node): Likewise.
7851         (set_regs): Likewise.
7852         (sift_states_backward): Likewise.
7853         (add_epsilon_backreference): Likewise.
7854         (transit_state): Likewise.
7855         (transit_state_sb): Likewise.
7856         (transit_state_mb): Likewise.
7857         (transit_state_bkref): Likewise.
7858         (transit_state_bkref_loop): Likewise.
7859         (build_trtable): Likewise.
7860         (group_nodes_into_DFAstates): Likewise.
7861         (match_ctx_init): Likewise.
7862         (match_ctx_add_entry): Likewise.
7863         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
7864         to error handling conditions.
7865         (re_string_construct_toupper): Likewise.
7866         (build_wcs_buffer): Likewise.
7867         (build_wcs_upper_buffer): Likewise.
7868         (build_upper_buffer): Likewise.
7869         (re_string_translate_buffer): Likewise.
7870         (re_node_set_alloc): Likewise.
7871         (re_node_set_init_1): Likewise.
7872         (re_node_set_init_2): Likewise.
7873         (re_node_set_init_copy): Likewise.
7874         (re_node_set_intersect): Likewise.
7875         (re_node_set_init_union): Likewise.
7876         (re_node_set_merge): Likewise.
7877         (re_node_set_insert): Likewise.
7878         (re_dfa_add_node): Likewise.
7879         (re_acquire_state): Likewise.
7880         (re_acquire_state_context): Likewise.
7881         (create_new_state_common): Likewise.
7882         (register_state): Likewise.
7883         (create_ci_new_state): Likewise.
7884         (create_cd_new_state): Likewise.
7885         (re_string_context_at): Remove redundant condition.
7886
7887 2002-01-16  Roger Sayle  <roger@eyesopen.com>
7888
7889         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
7890
7891         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
7892
7893 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7894
7895         * sysdeps/i386/elf/configure.in: Fix comment.
7896
7897         * sysdeps/sparc/sparc64/configure.in: New file.
7898         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
7899         if .dynamic comes before .got.
7900         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
7901
7902         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
7903         HP_TIMING_ACCUM): Fix typos.
7904
7905 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7906
7907         * string/strfry.c: Add some more randomness to the seed.
7908         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
7909
7910         * po/es.po: Update from translation team.
7911         * po/fr.po: Likewise.
7912
7913         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
7914
7915         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
7916         when determining type of format.
7917         Patch by James Antill <james@anqd.org> [PR libc/2787].
7918
7919 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
7920
7921         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
7922
7923 2002-03-11  Roland McGrath  <roland@frob.com>
7924
7925         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
7926
7927         * Versions.def (libc): Add GLIBC_2.2.6.
7928         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
7929         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
7930         __errno_location instead of __hurd_errno_location, and don't inline it.
7931         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
7932         * hurd/errno.c: New file.
7933         * hurd/Makefile (routines): Add errno.
7934
7935 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7936
7937         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
7938         ridiculously large widths and precisions [PR libc/3026].
7939
7940 2002-03-11  Andreas Jaeger  <aj@suse.de>
7941
7942         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
7943         support.
7944         Patch by Susanne Oberhauser <froh@SuSE.de>.
7945
7946 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7947
7948         * inet/rexec.c (ahostbuf): Define as static.
7949
7950         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
7951         (__ctype32_wctrans): Likewise.
7952         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
7953         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
7954         (__ctype32_wctrans): Likewise.
7955         (__ctype32_width): Likewise.
7956
7957         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
7958         They were never exported anyway.
7959
7960         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
7961         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
7962         exported.
7963         * include/sys/gmon.h: Declare _gmonparam.
7964
7965         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
7966         symbols for getdents64.  They were never exported.
7967
7968 2002-03-09  Roland McGrath  <roland@frob.com>
7969
7970         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
7971         Reported by Jon Arney <jarney1@cox.net>.
7972
7973 2002-02-23  Roland McGrath  <roland@frob.com>
7974
7975         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
7976         declaration.
7977         (__hurd_errno_location): Function removed.
7978
7979 2002-03-06  Andreas Jaeger  <aj@suse.de>
7980
7981         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
7982         32-bit.
7983
7984 2002-03-04  Andreas Jaeger  <aj@suse.de>
7985
7986         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
7987
7988         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
7989         x86-64.
7990
7991         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
7992
7993         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
7994
7995         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
7996
7997         * sysdeps/x86_64/bits/setjmp.h: New file.
7998
7999         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
8000
8001         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
8002
8003         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
8004         for x86.
8005         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
8006         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
8007
8008 2002-02-28  Bo Thorsen  <bo@suse.de>
8009
8010         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
8011         version.
8012
8013 2002-03-03  Andreas Jaeger  <aj@suse.de>
8014
8015         * sysdeps/x86_64/bits/wordsize.h: New file.
8016
8017         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
8018         * elf/tst-tlsmod1.c: Likewise.
8019
8020         * posix/regcomp.c: Get regex.h from include dir for internal
8021         prototypes.
8022
8023         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
8024         to libc-internal.h and include it.
8025         * include/libc-internal.h: Add __init_misc.
8026
8027         * misc/init-misc.c: Include libc-internal.h for prototypes.
8028
8029         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
8030
8031         * misc/error.c [_LIBC]: Include libioP.h for prototype of
8032         _IO_putc_internal.
8033
8034 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
8035
8036         * posix/regcomp.c: Compatibility changes to allow using the code
8037         outside glibc.
8038
8039 2002-02-28  Hartvig Ekner <hartvige@mips.com>
8040
8041         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
8042         compiled non-PIC.
8043
8044 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
8045
8046         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
8047         of .str elements in the returned data structure.
8048
8049         * elf/elf.h: Add Alpha TLS bits.
8050
8051 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8052
8053         * sysdeps/unix/sysv/linux/nice.c: New file.
8054
8055 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
8056
8057         * elf/Makefile (dl-routines): Add dl-origin.
8058         (elide-routines.os): Add dl-origin.
8059         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
8060         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
8061         _dl_debug_state.
8062         * include/libc-symbols.c: Define attribute_hidden depending on
8063         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
8064
8065         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
8066         * elf/dl-load.c: Likewise.
8067         * elf/rtld.c: Likewise.
8068         * include/unistd.h: Declare __libc_enable_secure_internal.
8069         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
8070         Use INTUSE with __libc_enable_secure.
8071         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8072
8073         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
8074         * elf/dl-error.c: Likewise,
8075         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
8076
8077         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
8078         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
8079         function definition.  Use INTDEF with _dl_get_origin.
8080         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8081
8082         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
8083         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
8084
8085         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
8086         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
8087         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
8088
8089         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
8090         * elf/dl-deps.c: Likewise.
8091         * elf/dl-error.c: Likewise.
8092         * elf/dl-fini.c: Likewise.
8093         * elf/dl-init.c: Likewise.
8094         * elf/dl-load.c: Likewise.
8095         * elf/dl-lookup.c: Likewise.
8096         * elf/dl-reloc.c: Likewise.
8097         * elf/dl-version.c: Likewise.
8098         * elf/do-lookup.h: Likewise.
8099         * sysdeps/arm/dl-machine.h: Likewise.
8100         * sysdeps/cris/dl-machine.h: Likewise.
8101         * sysdeps/hppa/dl-machine.h: Likewise.
8102         * sysdeps/i386/dl-machine.h: Likewise.
8103         * sysdeps/m68k/dl-machine.h: Likewise.
8104         * sysdeps/powerpc/dl-machine.h: Likewise.
8105         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8106         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8107         * sysdeps/sh/dl-machine.h: Likewise.
8108         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
8109         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
8110         * sysdeps/x86_64/dl-machine.h: Likewise.
8111         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
8112         _dl_argv[0].  Use INTUSE with _dl_argv.
8113         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
8114         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
8115
8116 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8117
8118         * elf/rtld.c (_rtld_global): Remove .protected.
8119         (_rtld_local): Strong alias to _rtld_global.
8120         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
8121         only .os object.
8122         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
8123         _rtld_local instead of _rtld_global.
8124         (_rtld_local): Add hidden extern, possibly in .sdata section.
8125         * configure.in: Add tests for visibility attribute and .sdata.
8126         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
8127         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
8128         * sysdeps/arm/dl-machine.h: Likewise.
8129         * sysdeps/generic/ldsodefs.h: Likewise.
8130         * sysdeps/hppa/dl-machine.h: Likewise.
8131         * sysdeps/cris/dl-machine.h: Likewise.
8132         * sysdeps/i386/dl-machine.h: Likewise.
8133         * sysdeps/ia64/dl-machine.h: Likewise.
8134         * sysdeps/m68k/dl-machine.h: Likewise.
8135         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8136         * sysdeps/mips/dl-machine.h: Likewise.
8137         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8138         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8139         * sysdeps/sh/dl-machine.h: Likewise.
8140         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8141         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8142         * sysdeps/x86_64/dl-machine.h: Likewise.
8143
8144 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8145
8146         * login/login.c (login): Always initialize ut_line field
8147         [PR libc/2991].
8148
8149 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8150
8151         * sysdeps/i386/Makefile (sysdep_routines): Add
8152         divdi3 in csu dir.
8153         (shared-only-routines): Likewise.
8154         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
8155         (shared-only-routines): Likewise.
8156         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
8157         (shared-only-routines): Likewise.
8158         * sysdeps/wordsize-32/divdi3.c: New file.
8159
8160 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8161
8162         * locale/iso-4217.def: Remove obsolete currencies for countries
8163         with Euro.
8164
8165 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
8166
8167         * posix/regcomp.c (regcomp): Remove a redundant condition.
8168         (init_word_char): Add a check on malloc failure.
8169         (create_initial_state): Likewise.
8170         (duplicate_node): Likewise.
8171         (calc_eclosure): Likewise.
8172         (calc_eclosure_iter): Likewise.
8173         (parse_expression): Likewise.
8174         (parse_bracket_exp): Remove unnecessary malloc invocations.
8175         (build_equiv_class): Likewise.
8176         (build_charclass): Likewise.
8177         * posix/regex_internal.c (re_node_set_intersect): Add a check
8178         on malloc failure.
8179         (re_node_set_add_intersect): Likewise.
8180         (re_node_set_merge): Likewise.
8181         (re_acquire_state): Likewise.
8182         (re_acquire_state_context): Likewise.
8183         (create_newstate_common): Likewise.
8184         (register_state): Likewise.
8185         (create_ci_newstate): Likewise.
8186         (create_cd_newstate): Likewise.
8187         * posix/regex_internal.h: Fix prototypes of re_acquire_state
8188         and re_acquire_state_context.
8189         * posix/regexec.c (regexec): Suit it to the error handling of
8190         re_search_internal.
8191         (re_match): Likewise.
8192         (re_search): Likewise.
8193         (re_search_internal): Add a check on malloc failure.
8194         (acquire_init_state_context): Likewise.
8195         (check_matching): Likewise.
8196         (proceed_next_node): Likewise.
8197         (set_regs): Likewise.
8198         (sift_states_backward): Likewise.
8199         (sift_states_iter_bkref): Likewise.
8200         (add_epsilon_backreference): Likewise.
8201         (transit_state): Likewise.
8202         (transit_state_sb): Likewise.
8203         (transit_state_mb): Likewise.
8204         (transit_state_bkref_loop): Likewise.
8205         (build_trtable): Likewise.
8206         (group_nodes_into_DFAstates): Likewise.
8207         (match_ctx_init): Likewise.
8208         (match_ctx_add_entry): Likewise.
8209
8210 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8211
8212         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
8213         l_libname if profiling is enabled [PR libc/2916].
8214
8215         * sysdeps/ia64/dl-tls.h: New file.
8216
8217 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
8218
8219         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
8220         Work around an Alpha gas bug.
8221
8222 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8223
8224         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
8225         uses read to load the catalog.
8226         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
8227
8228 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
8229
8230         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
8231         regex_internal.c, and regex_internal.h.
8232         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
8233         * posix/regex.c: Complete rewrite.
8234         * posix/regexec.c: New file.
8235         * posix/regcomp.c: New file.
8236         * posix/regex_internal.c: New file.
8237         * posix/regex_internal.h: New file.
8238         * posix/regex.h (RE_ICASE): New macro.
8239         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
8240
8241         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
8242         ungetwc.  It's a macro.
8243         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
8244         implementation.
8245         Reported by Jason Merrill <jason@redhat.com>.
8246
8247 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8248
8249         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
8250         position to fp->_offset if it is set.
8251         * stdio-common/Makefile (tests): Add tst-fdopen.
8252         * stdio-common/tst-fdopen.c: New test.
8253
8254 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8255
8256         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
8257         * stdio-common/tst-ungetc.c (main): Add another test.
8258
8259 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
8260
8261         * assert/assert-perr.c: Use INTUSE to reference functions and variables
8262         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
8263         aliases.  Add prototypes for the new aliases.
8264         * assert/assert.c: Likewise.
8265         * include/libc-symbols.h: Likewise.
8266         * include/stdio.h: Likewise.
8267         * include/netinet/in.h: Likewise.
8268         * include/rpc/auth.h: Likewise.
8269         * include/rpc/auth_unix.h: Likewise.
8270         * include/rpc/key_prot.h: Likewise.
8271         * include/rpc/pmap_prot.h: Likewise.
8272         * include/rpc/pmap_rmt.h: Likewise.
8273         * include/rpc/rpc_msg.h: Likewise.
8274         * include/rpc/xdr.h: Likewise.
8275         * inet/gethstbyad_r.c: Likewise.
8276         * inet/gethstbynm2_r.c: Likewise.
8277         * inet/gethstbynm_r.c: Likewise.
8278         * inet/gethstent_r.c: Likewise.
8279         * inet/in6_addr.c: Likewise.
8280         * libio/__fpurge.c: Likewise.
8281         * libio/filedoalloc.c: Likewise.
8282         * libio/fileops.c: Likewise.
8283         * libio/ftello.c: Likewise.
8284         * libio/ftello64.c: Likewise.
8285         * libio/genops.c: Likewise.
8286         * libio/iofclose.c: Likewise.
8287         * libio/iofdopen.c: Likewise.
8288         * libio/iofflush.c: Likewise.
8289         * libio/iofflush_u.c: Likewise.
8290         * libio/iofgetpos.c: Likewise.
8291         * libio/iofgetpos64.c: Likewise.
8292         * libio/iofgets.c: Likewise.
8293         * libio/iofgets_u.c: Likewise.
8294         * libio/iofopen.c: Likewise.
8295         * libio/iofopncook.c: Likewise.
8296         * libio/iofputs.c: Likewise.
8297         * libio/iofread.c: Likewise.
8298         * libio/iofread_u.c: Likewise.
8299         * libio/iofsetpos.c: Likewise.
8300         * libio/iofsetpos64.c: Likewise.
8301         * libio/ioftell.c: Likewise.
8302         * libio/iofwrite.c: Likewise.
8303         * libio/iogetline.c: Likewise.
8304         * libio/iogets.c: Likewise.
8305         * libio/iogetwline.c: Likewise.
8306         * libio/iolibio.h: Likewise.
8307         * libio/iopadn.c: Likewise.
8308         * libio/iopopen.c: Likewise.
8309         * libio/ioseekoff.c: Likewise.
8310         * libio/ioseekpos.c: Likewise.
8311         * libio/iosetbuffer.c: Likewise.
8312         * libio/iosetvbuf.c: Likewise.
8313         * libio/ioungetc.c: Likewise.
8314         * libio/ioungetwc.c: Likewise.
8315         * libio/iovdprintf.c: Likewise.
8316         * libio/iovsprintf.c: Likewise.
8317         * libio/iovsscanf.c: Likewise.
8318         * libio/libioP.h: Likewise.
8319         * libio/memstream.c: Likewise.
8320         * libio/obprintf.c: Likewise.
8321         * libio/oldfileops.c: Likewise.
8322         * libio/oldiofclose.c: Likewise.
8323         * libio/oldiofdopen.c: Likewise.
8324         * libio/oldiofgetpos.c: Likewise.
8325         * libio/oldiofgetpos64.c: Likewise.
8326         * libio/oldiofopen.c: Likewise.
8327         * libio/oldiofsetpos.c: Likewise.
8328         * libio/oldiofsetpos64.c: Likewise.
8329         * libio/oldiopopen.c: Likewise.
8330         * libio/oldstdfiles.c: Likewise.
8331         * libio/putc.c: Likewise.
8332         * libio/setbuf.c: Likewise.
8333         * libio/setlinebuf.c: Likewise.
8334         * libio/stdfiles.c: Likewise.
8335         * libio/stdio.c: Likewise.
8336         * libio/strops.c: Likewise.
8337         * libio/vasprintf.c: Likewise.
8338         * libio/vscanf.c: Likewise.
8339         * libio/vsnprintf.c: Likewise.
8340         * libio/vswprintf.c: Likewise.
8341         * libio/wfiledoalloc.c: Likewise.
8342         * libio/wfileops.c: Likewise.
8343         * libio/wgenops.c: Likewise.
8344         * libio/wstrops.c: Likewise.
8345         * malloc/mtrace.c: Likewise.
8346         * misc/error.c: Likewise.
8347         * misc/syslog.c: Likewise.
8348         * nss/getXXbyYY_r.c: Likewise.
8349         * nss/getXXent_r.c: Likewise.
8350         * nss/hosts-lookup.c: Likewise.
8351         * stdio-common/getw.c
8352         * stdio-common/printf-prs.c: Likewise.
8353         * stdio-common/printf_fp.c: Likewise.
8354         * stdio-common/printf_size.c: Likewise.
8355         * stdio-common/putw.c: Likewise.
8356         * stdio-common/scanf.c: Likewise.
8357         * stdio-common/sprintf.c: Likewise.
8358         * stdio-common/tmpfile64.c: Likewise.
8359         * stdio-common/vfprintf.c: Likewise.
8360         * stdio-common/vfscanf.c: Likewise.
8361         * stdlib/strfmon.c: Likewise.
8362         * sunrpc/auth_des.c: Likewise.
8363         * sunrpc/auth_none.c: Likewise.
8364         * sunrpc/auth_unix.c: Likewise.
8365         * sunrpc/authdes_prot.c: Likewise.
8366         * sunrpc/authuxprot.c: Likewise.
8367         * sunrpc/clnt_perr.c: Likewise.
8368         * sunrpc/clnt_raw.c: Likewise.
8369         * sunrpc/clnt_tcp.c: Likewise.
8370         * sunrpc/clnt_udp.c: Likewise.
8371         * sunrpc/clnt_unix.c: Likewise.
8372         * sunrpc/key_call.c: Likewise.
8373         * sunrpc/key_prot.c: Likewise.
8374         * sunrpc/openchild.c: Likewise.
8375         * sunrpc/pm_getmaps.c: Likewise.
8376         * sunrpc/pm_getport.c: Likewise.
8377         * sunrpc/pmap_clnt.c: Likewise.
8378         * sunrpc/pmap_prot.c: Likewise.
8379         * sunrpc/pmap_prot2.c: Likewise.
8380         * sunrpc/pmap_rmt.c: Likewise.
8381         * sunrpc/rpc_cmsg.c: Likewise.
8382         * sunrpc/rpc_prot.c: Likewise.
8383         * sunrpc/svc_authux.c: Likewise.
8384         * sunrpc/svc_raw.c: Likewise.
8385         * sunrpc/svc_simple.c: Likewise.
8386         * sunrpc/svc_tcp.c: Likewise.
8387         * sunrpc/svc_udp.c: Likewise.
8388         * sunrpc/svc_unix.c: Likewise.
8389         * sunrpc/xdr.c: Likewise.
8390         * sunrpc/xdr_array.c: Likewise.
8391         * sunrpc/xdr_mem.c: Likewise.
8392         * sunrpc/xdr_rec.c: Likewise.
8393         * sunrpc/xdr_ref.c: Likewise.
8394         * sunrpc/xdr_stdio.c: Likewise.
8395         * sysdeps/generic/_strerror.c: Likewise.
8396         * sysdeps/generic/printf_fphex.c: Likewise.
8397         * sysdeps/generic/tmpfile.c: Likewise.
8398         * sysdeps/gnu/errlist.awk: Likewise.
8399         * sysdeps/gnu/errlist.c: Likewise.
8400
8401         * libio/Makefile (routines): Remove iosprint.
8402         * libio/iosprintf.c: Removed
8403
8404
8405 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
8406
8407         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
8408         non_dynamic_init and exported now.
8409         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
8410         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
8411         !SHARED.
8412         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8413         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8414         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8415
8416 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
8417
8418         * elf/dl-close.c (free_slotinfo): Check for end of list and return
8419         true in this case.
8420
8421         * locale/iso-639.def: Add language codes for Walloon.
8422
8423         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
8424         total number of relocations performed.
8425
8426         * elf/sprof.c (load_profdata): If do_test provide information as
8427         to why loading failed.
8428         * elf/dl-profile.c (_dl_start_profile): Initialize all of
8429         hist_hdr.dimen.
8430
8431         * csu/set-init.c: Moved to...
8432         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
8433         * csu/Makefile: Don't compile set-init.
8434         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
8435         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
8436         to __libc_init.
8437         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8438         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8439         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
8440         __libc_init.
8441         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
8442         __libc_subinit.
8443
8444 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
8445
8446         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
8447         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
8448         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
8449         (_dl_deallocate_tls): New function.
8450         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
8451         _dl_deallocate_tls.
8452
8453 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8454
8455         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
8456         * stdio-common/tst-fseek.c (main): Add test for this.
8457
8458 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
8459
8460         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
8461
8462 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
8463
8464         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
8465         pointer before dereferencing.
8466
8467 2002-02-18  Roland McGrath  <roland@frob.com>
8468
8469         * sysdeps/mach/hurd/times.c: Fix typo in last change.
8470
8471         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
8472         Use task_policy in place of task_priority.
8473
8474         * sysdeps/generic/bits/mman.h
8475         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
8476         * sysdeps/mach/msync.c: New file.
8477
8478         * sysdeps/mach/powerpc/syscall.S: New file.
8479
8480         * mach/msg.c [MACH_MSG_OVERWRITE]
8481         (__mach_msg_trap, __mach_msg_overwrite): New functions.
8482         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
8483
8484         * sysdeps/mach/configure.in: Check for clock.defs to put into
8485         mach_interface_list.
8486         * sysdeps/mach/configure: Regenerated.
8487
8488         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
8489         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
8490         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
8491         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
8492         (mach-shortcuts): Add device_read_overwrite_request,
8493         device_read_overwrite, vm_read_overwrite, thread_switch.
8494
8495         * configure.in (base_machine): Set to $machine by default.
8496         * configure: Regenerated.
8497
8498         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
8499         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
8500         * sysdeps/mach/configure: Regenerated.
8501         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
8502
8503         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
8504
8505         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
8506
8507         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
8508         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
8509
8510 2002-02-17  Roland McGrath  <roland@frob.com>
8511
8512         * sysdeps/mach/hurd/times.c
8513         [NO_CREATION_TIME] (startup_time): New static variable.
8514         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
8515         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
8516         creation_time from task_basic_info.
8517         (__times): Use __gettimeofday instead of __host_get_time.
8518
8519         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
8520         Use untyped Mach IPC message format.
8521
8522         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
8523
8524         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
8525         _S_catch_exception_raise_state_identity,
8526         _hurdsig_fault_catch_exception_raise_state,
8527         _hurdsig_fault_catch_exception_raise_state_identity.
8528
8529         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
8530
8531         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
8532         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
8533
8534         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
8535         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
8536
8537         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
8538         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
8539         them as no-op macros.
8540         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
8541         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
8542
8543         * sysdeps/powerpc/dl-machine.h
8544         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
8545
8546         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
8547         Use untyped Mach IPC message format.
8548
8549         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
8550         Handle untyped Mach IPC message formats.
8551
8552         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
8553         Expect different argument conventions when this is defined.
8554         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
8555         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
8556         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
8557         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
8558         for OSF Mach variant.
8559         (faulted): Use mig_reply_error_t for REPLY.
8560         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
8561         in __thread_set_exception_ports call.
8562         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
8563         __mach_port_set_attributes in place of __mach_port_set_qlimit.
8564
8565         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
8566         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
8567         on Darwin, which includes bogons.
8568
8569         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
8570         variable LOADBASE so it's not declared when it's not used.
8571
8572 2002-02-16  Roland McGrath  <roland@frob.com>
8573
8574         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
8575         to use BI.creation_time.
8576
8577         * mach/Machrules (MIG): Add -x c to CPP value passed down.
8578
8579         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
8580         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
8581         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
8582         host_page_size instead of vm_statistics.
8583
8584         * sysdeps/mach/Makefile (mach-before-compile): Don't include
8585         mach_interface.h here, since not all variants use that name.
8586
8587         * sysdeps/mach/configure.in: Add some checks for Mach headers
8588         to ensure a sane installation.
8589         (mach_interface_list): Define this variable by checking for .defs
8590         files found in various variants.
8591         * configure.in (mach_interface_list): AC_SUBST this.
8592         * config.make.in (mach-interface-list): New substituted variable.
8593         * mach/Makefile (user-interfaces): Define this using the value
8594         of $(mach-interface-list) instead of mach, mach4.
8595         Updated other references to mach_interface to use it as well.
8596
8597         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
8598
8599         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
8600         mig_reply_error_t for OSF Mach variant.
8601
8602         * mach/Makefile (routines): Remove bootprivport.
8603         * mach/bootprivport.c: File removed.  It has never been used.
8604
8605         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
8606         Grok the OSF flavor of message format.
8607         (mach_msg_destroy_port): For MAKE_SEND and
8608         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
8609         no-senders notification.
8610
8611 2002-02-06  Roland McGrath  <roland@frob.com>
8612
8613         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8614         to here if 2.0 compatibility enabled ...
8615         (libc: GLIBC_2.1.3): ... from here.
8616
8617 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
8618
8619         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8620         generation counter.
8621         * elf/dl-close.c (_dl_close): Likewise.
8622
8623 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
8624
8625         * elf/Makefile: Add rules to build and run tst-tls8.
8626         * elf/tst-tls8.c: New file.
8627         * elf/tst-tlsmod4.c: New file.
8628
8629         * stdlib/test-a64l.c (tests): Add more test cases.
8630
8631         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8632         Reported by Walter Harms <WHarms@bfs.de>.
8633
8634 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
8635
8636         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8637         definitions for struct sigcontext.
8638         Suggested by David Mosberger-Tang.
8639
8640 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8641
8642         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
8643         for removing reference of module in slotinfo list.
8644         (_dl_close): Use remove_slotinfo.
8645         * sysdeps/generic/dl-tls.c: General pretty printing.
8646         (oom): Define only if SHARED.
8647         (_dl_next_tls_modid): Correct starting point for the case we assume
8648         there is a gap.  Add missing instruction grouping (doh!).  Correct
8649         tests for reaching maximum index.
8650         * elf/Makefile: Add rules to build and run tst-tls7.
8651         * elf/tst-tls7.c: New file.
8652         * elf/tst-tlsmod3.c: New file.
8653
8654         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8655         USE_TLS.
8656         * elf/tst-tlsmod2.c: Likewise.
8657
8658         * elf/dl-close.c (_dl_close): When closing an object using TLS
8659         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8660         true.  Increment dl_tls_generation only if we closed any TLS-using
8661         object.
8662         * elf/tst-tls6.c: New file.
8663         * elf/Makefile: Add rules to build and run tst-tls6.
8664
8665         * po/da.po: Update from translation team.
8666
8667         * locale/categories.def: Fix typo [PR libc/2948].
8668         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8669         [PR libc/2949].
8670         * locale/iso-4217.def: Update from official version [PR libc/2950].
8671         * glibcbug.in: Honor TMPDIR [PR libc/2951].
8672         * locale/programs/ld-collate.c (collate_finish): Bail out with a
8673         message if input is too confusion instead of using assert.
8674         (collate_read): Don't crash on unknown symbol [PR libc/2952].
8675         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8676
8677         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8678         * elf/tst-tls2.c: Likewise.
8679         * elf/tst-tls3.c: Likewise.
8680
8681 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8682
8683         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8684
8685 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8686
8687         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8688         if this is really necessary.
8689
8690         * elf/dl-close.c (_dl_close): Implement freeing entries in the
8691         slotinfo array.
8692         (free_mem): Free memory for the slotinfo array if possible.
8693
8694 2002-02-12  Andreas Schwab  <schwab@suse.de>
8695
8696         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8697
8698 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
8699
8700         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
8701         TLS_DTV_UNALLOCATE.
8702         (oom): New function.
8703         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
8704         (_dl_determine_tlsoffset): Likewise.
8705         (_dl_allocate_tls): Likewise.
8706         (__TLS_GET_ADDR): Define if not already defined.
8707         (_dl_tls_symaddr): New function.
8708         (allocate_and_init): New function.
8709         (__tls_get_addr): Actually implement handling of generation counter
8710         and deferred allocation.
8711         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
8712         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8713         _dl_tls_generation.
8714         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
8715         Declare _dl_tls_symaddr.
8716         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
8717         SHARED.
8718         * include/link.h (struct link_map):  Remove l_tls_nextimage and
8719         l_tls_previmage.
8720         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
8721         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
8722         (_dl_vsym): Likewise.
8723         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
8724         layout.
8725         (dl_main): Allow PT_TLS be present for empty segment.  Remove
8726         nextimage list handling.  Instead add all modules using TLS to
8727         dl_tls_dtv_slotinfo_list.
8728         * elf/dl-open.c (dl_open_worker): After successfully loading all
8729         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
8730         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
8731         empty segment don't do anything.  Remove handling of initimage list.
8732         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
8733         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
8734         * elf/dl-minimal.c: Define __libc_memalign.
8735         * elf/dl-support.c: Remove _dl_initimage_list.  Add
8736         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8737         _dl_tls_generation.
8738         * include/stdlib.h: Declare __libc_memalign.
8739
8740         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
8741         * elf/tst-tls4.c: New file.
8742         * elf/tst-tls5.c: New file.
8743         * elf/tst-tlsmod2.c: New file.
8744
8745         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
8746
8747         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
8748
8749         * elf/tst-tls1.c: Use test-skeleton.c.
8750         * elf/tst-tls2.c: Likewise.
8751         * elf/tst-tls3.c: Likewise.
8752
8753         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
8754
8755 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8756
8757         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
8758
8759 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
8760
8761         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
8762
8763         * elf/tst-tls3.c: New file.
8764         * elf/tst-tlsmod1.c: New file.
8765         * elf/Makefile: Add rules to build and run tst-tls3.
8766
8767         * sysdeps/i386/dl-machine.h: Include <tls.h>.
8768         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
8769         TLS relocations.
8770
8771         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
8772
8773         * po/fr.po: Update from translation team.
8774
8775         * elf/tls-macros.h: Add alternative macros for use in PIC.
8776
8777         * elf/dl-lookup.c: Include <tls.h>.
8778         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
8779
8780         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
8781         required by passing pointer to last element of the list.
8782
8783         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
8784         l_tls_initimage to a place where it actually is performed.
8785
8786         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
8787         after globfree() calls.
8788
8789         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
8790         (openaux): Pass open_mode as new last argument to _dl_map_object.
8791         (_dl_map_object_deps): Add new argument open_mode.  Initialize
8792         open_mode element of args variable with it.
8793         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
8794         _dl_map_object_deps.
8795         * elf/rtld.c (dl_main): Add zero as last parameter to
8796         _dl_map_object_deps call.
8797         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
8798         * elf/nodlopen2.c: New file.
8799         * elf/nodlopenmod2.c: New file.
8800         * elf/Makefile: Add rules to build and run nodlopen2.
8801
8802         * elf/tst-tls1.c: Move TLS helper macros to...
8803         * elf/tls-macros.h: ...here.  New file.
8804         * elf/tst-tls2.c: New file.
8805         * elf/Makefile (tests): Add tst-tls2.
8806         (distribute): Add tls-macros.h.
8807
8808         * po/sv.po: Update from translation team.
8809
8810         * elf/tst-tls1.c (main): Add complete set of tests.  Split
8811         architecture specific definitions from the actual test code.
8812
8813         * po/tr.po: Update from translation team.
8814
8815 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
8816
8817         * elf/Makefile (tests): Add tst-tls1.
8818         * elf/tst-tls1.c: New file.
8819
8820         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
8821         alignment of TCB for now.
8822
8823         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
8824         initialization image for the application itself.
8825
8826         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
8827         loop to initialize TLS block.
8828
8829 2002-02-08  Richard Henderson  <rth@redhat.com>
8830
8831         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
8832         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
8833
8834         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
8835
8836 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
8837
8838         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
8839
8840 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
8841
8842         * po/ca.po: Update from translation team.
8843         * po/sk.po: Likewise.
8844
8845         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
8846         (dl_main): Move dtv/static TLS handling before relocation.
8847         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
8848         TLS_INIT_TP to allocate and install the dtv/static TLS block.
8849         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
8850         so far uses TLS initialize GL(dl_tls_static_size) and
8851         GL(dl_tls_static_align) to account for the TCB.
8852         (_dl_allocate_tls): New function.
8853         * sysdeps/generic/ldsodefs.h (rtld_global): Add
8854         _dl_initial_dtv_malloced.
8855
8856         * configure.in: Test for __builtin_memset more realistically.
8857
8858         * csu/version.c (banner): If TLS support is available say so.
8859
8860 2002-02-04  H.J. Lu  <hjl@gnu.org>
8861
8862         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
8863         __attribute_used__.
8864         (__dl_runtime_resolve): Likewise.
8865
8866         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
8867         declaration.
8868
8869 2001-11-15  H.J. Lu  <hjl@gnu.org>
8870
8871         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
8872         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
8873
8874         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
8875
8876 2002-02-07  H.J. Lu  <hjl@gnu.org>
8877
8878         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
8879         ".set noreorder".
8880         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
8881         Likewise.
8882
8883 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8884
8885         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
8886
8887         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
8888         ___tls_get_addr_internal.
8889         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
8890
8891         * po/ko.po: Update from translation team.
8892
8893 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
8894
8895         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
8896         attribute, change __pad{1,2} type to unsigned int.
8897         (struct stat64): Remove packed attribute.
8898
8899 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8900
8901         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
8902
8903 2002-02-07  Andreas Schwab  <schwab@suse.de>
8904
8905         * configure.in: Fix check for -zcombreloc.
8906
8907 2002-02-06  H.J. Lu  <hjl@gnu.org>
8908
8909         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
8910         * configure.in: Check if __builtin_memset really works.
8911         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
8912         __GNUC_PREREQ (2, 96) before using __builtin_memset.
8913
8914 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
8915
8916         * io/bug-ftw3.c (main): Don't try the test if root.
8917
8918 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8919
8920         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
8921         constraints.
8922         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
8923         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
8924         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
8925         Likewise.
8926         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
8927         a weak alias for __clone.
8928         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
8929         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
8930         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
8931         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
8932         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
8933         a weak alias for __mmap64.
8934
8935 2002-02-05  H.J. Lu  <hjl@gnu.org>
8936
8937         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
8938         (atomic_add): Likewise.
8939         (compare_and_swap): Likewise.
8940         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
8941
8942 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8943
8944         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
8945
8946         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
8947         alignment of the TCB and store total size and alignment of static
8948         TLS block in _dl_tls_static_size and _dl_tls_static_align.
8949         tls_index is a typedef.
8950         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
8951         _dl_tls_static_align.
8952         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
8953         * elf/dl-support.c: Define _dl_tls_static_size and
8954         _dl_tls_static_align.
8955
8956 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8957
8958         * configure.in: Add --without-tls option.
8959         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
8960         --without-tls is given.
8961
8962         * sysdeps/generic/dl-tls.c: Include <tls.h>.
8963
8964         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
8965
8966 2002-02-06  Roland McGrath  <roland@frob.com>
8967
8968         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
8969         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
8970
8971         * scripts/versions.awk: Improve error message for missing version.
8972         Each version inherits from the last one only if they have the same
8973         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
8974         but not GLIBC_x and FOO_y.
8975
8976         * scripts/firstversions.awk: Handle libraries that don't have each
8977         particular version named in the third column of shlib-versions.
8978
8979         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
8980
8981 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8982
8983         * Versions.def [ld]: Add GLIBC_2.3.
8984         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
8985         * elf/Makefile (dl-routines): Add dl-tls.
8986         (distribute): Add dl-tls.h.
8987         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8988         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8989         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
8990         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
8991         along with the other info in the link map.  Change queueing of init
8992         images for double linked list.  Use _dl_next_tls_modid to compute
8993         l_tls_modid.
8994         * elf/rtld.c (_dl_start_final): Store alignment requirement
8995         along with the other info in rtld map and executable map.
8996         (dl_main): Add ld.so to the init image list if necessary.  Compute
8997         final module ID with _dl_next_tls_modid.
8998         * include/link.h (struct link_map): Add l_tls_previmage and
8999         l_tls_align.
9000         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9001         * sysdeps/i386/elf/Versions: New file.
9002         * sysdeps/generic/dl-tls.c: New file.
9003         * sysdeps/generic/dl-tls.h: New file.
9004         * sysdeps/i386/dl-tls.h: New file.
9005
9006 2002-02-06  Roland McGrath  <roland@frob.com>
9007
9008         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
9009         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
9010
9011 2002-01-05  Roland McGrath  <roland@frob.com>
9012
9013         * sysdeps/mach/configure.in: New file.
9014         * sysdeps/mach/configure: New generated file.
9015
9016         * mach/Makefile (user-interfaces): Remove default_pager_helper.
9017         It has never been used by anything.
9018
9019 2002-02-06  H.J. Lu  <hjl@gnu.org>
9020
9021         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
9022         is included.
9023
9024 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9025
9026         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
9027         attribute((packed)) to counter stupid people misusing gcc options.
9028         (struct stat64): Likewise.
9029
9030 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9031
9032         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
9033         the variables which are used as booleans.
9034
9035 2002-02-06  Andreas Jaeger  <aj@suse.de>
9036
9037         * include/libc-symbols.h (INTUSE): Renamed from INT.
9038         * elf/dl-deps.c: Change users.
9039         * sysdeps/generic/dl-sysdep.c: Likewise.
9040         * sysdeps/generic/dl-cache.c: Likewise.
9041         * elf/dl-reloc.c: Likewise.
9042         * elf/rtld.c: Likewise.
9043         * elf/dl-version.c: Likewise.
9044         * elf/dl-load.c: Likewise.
9045         * elf/dl-dst.h: Likewise.
9046         * elf/dl-init.c: Likewise.
9047         * elf/dl-error.c: Likewise.
9048         * elf/dl-fini.c: Likewise.
9049         * elf/dl-runtime.c: Likewise.
9050         * elf/do-lookup.h: Likewise.
9051
9052         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
9053         definition.
9054         * stdio-common/_itowa.h: Likewise.
9055
9056 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9057
9058         * elf/dl-minimal.c: Define _itoa_lower_digits.
9059
9060         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
9061         DT_FLAGS set.
9062
9063         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
9064         loading modules with the DF_STATIC_TLS flag set.
9065         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
9066         element.
9067         * include/link.h (struct link_map): Add l_flags field.
9068         * elf/elf.h (DF_STATIC_TLS): New definition.
9069
9070         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
9071         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
9072
9073         * elf/rtld.c (process_dl_debug): Correct printing help message.
9074         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
9075         for %s.
9076
9077         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
9078         definition and pass &errno in use of this variable.
9079         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
9080
9081 2002-02-04  Andreas Schwab  <schwab@suse.de>
9082
9083         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
9084         * locale/programs/charmap-dir.c: Wrap calls that output messages
9085         with WITH_CUR_LOCALE.  Include "localedef.h" first.
9086         * locale/programs/charmap.c: Likewise.
9087         * locale/programs/ld-address.c: Likewise.
9088         * locale/programs/ld-collate.c: Likewise.
9089         * locale/programs/ld-ctype.c: Likewise.
9090         * locale/programs/ld-identification.c: Likewise.
9091         * locale/programs/ld-measurement.c: Likewise.
9092         * locale/programs/ld-messages.c: Likewise.
9093         * locale/programs/ld-monetary.c: Likewise.
9094         * locale/programs/ld-name.c: Likewise.
9095         * locale/programs/ld-numeric.c: Likewise.
9096         * locale/programs/ld-paper.c: Likewise.
9097         * locale/programs/ld-telephone.c: Likewise.
9098         * locale/programs/ld-time.c: Likewise.
9099         * locale/programs/linereader.c: Likewise.
9100         * locale/programs/linereader.h: Likewise.
9101         * locale/programs/localedef.c: Likewise.
9102         * locale/programs/locfile.c: Likewise.
9103         * locale/programs/repertoire.c: Likewise.
9104
9105 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9106
9107         * elf/rtld.c (_dl_start_final): Determine load address to locate
9108         ehdr with GL(dl_rtld_map).l_map_start.
9109
9110         * po/ca.po: Update from translation team.
9111
9112         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
9113         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
9114         header entry.
9115         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9116         _dl_tls_module_cnt.
9117         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
9118
9119 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
9120
9121         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
9122         * include/link.h (struct link_map): Add various members for TLS
9123         information.
9124         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9125         _rtld_tlsoffset, add _dl_initimage_list.
9126         * sysdeps/i386/dl-lookupcfg.h: New file.
9127         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
9128         TLS relocation.  When using TLS we now use RESOLVE_MAP.
9129         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
9130         is used.
9131
9132         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
9133         unused.
9134
9135         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
9136         thread-pointer as soon as possible.
9137         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
9138         elements in rtld_global.
9139         * sysdeps/generic/tls.h: New file.
9140         * elf/Makefile (distribute): Add tls.h.
9141         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
9142         relocations.  Not complete yet.
9143
9144         * resolv/resolv.h: Allow user to define __need_res_state and only
9145         define __res_start structure then.
9146         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
9147
9148         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
9149         dl_cpuclock_offset initialization to _dl_start_final.
9150         (_dl_show_auxv): Avoid unnecessary sign extension.
9151         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
9152
9153 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9154
9155         * config.h.in: Add HAVE_TLS_SUPPORT.
9156         * sysdeps/i386/elf/configure.in: New file.
9157
9158 2002-02-03  Andreas Schwab  <schwab@suse.de>
9159
9160         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
9161         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
9162
9163 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
9164
9165         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
9166         alloca if the memory reqirements are too high.
9167
9168 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9169
9170         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
9171         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
9172         the former is available anyway and speed isn't important here.
9173         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
9174         * elf/dl-version.c (match_symbol): Likewise.
9175         (_dl_check_map_versions): Likewise.
9176         * elf/rtld.c (process_envvars): Likewise.
9177         (print_statistics): Likewise.
9178         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
9179         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
9180         bases.  Add assert to catch uses of unimplemented features.
9181         (__strsep): Add assert to catch uses of unimplemented features.
9182         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
9183         and avoid inline optimization.
9184         * elf/rtld.c (process_envvars): Likewise.
9185         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
9186         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
9187         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
9188
9189 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9190
9191         * stdio-common/_itoa.h: Minor simplifications of the code.
9192         * stdio-common/_itoa.c: Likewise.
9193
9194         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
9195         instead of _dl_printf for debugging info output.
9196
9197         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
9198         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
9199
9200 2002-02-01  H.J. Lu  <hjl@gnu.org>
9201
9202         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
9203         (atomic_add): Likewise.
9204         (compare_and_swap): Return 0 only when failed to compare. Use
9205         branch likely.
9206
9207         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
9208         branch likely.
9209
9210 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
9211
9212         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
9213
9214 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9215
9216         * elf/dl-minimal.c (__strsep): New minimal implementation.
9217
9218 2002-02-02  Paul Eggert  <eggert@twinsun.com>
9219
9220         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
9221         (__mktime_internal): If no tm_isdst is requested, prefer solutions
9222         with tm_isdst > 0 when the requested time falls within a
9223         spring-forward gap [PR libc/2894].
9224
9225 2002-02-03  Andreas Schwab  <schwab@suse.de>
9226
9227         * stdio-common/tst-rndseek.c: Increase timeout.
9228
9229 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9230
9231         Change ld.so to not use functions which are exported.  One cannot
9232         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
9233         definitions.
9234         * include/libc-symbols.h: Define INT and INTDEF.
9235         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
9236         _dl_signal_error_internal, _dl_map_object_internal,
9237         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
9238         _dl_lookup_versioned_symbol_internal,
9239         _dl_relocate_object_internal, _dl_debug_state_internal,
9240         _dl_start_profile_internal, and _dl_unload_cache_internal.
9241         * include/dlfcn.h: Declare _dl_catch_error_internal.
9242         * elf/rtld.c: Use INT for calls to any of the *_internal functions
9243         above.  Add INTDEF to function definitions.
9244         * elf/dl-debug.c: Likewise.
9245         * elf/dl-deps.c: Likewise.
9246         * elf/dl-dst.h: Likewise.
9247         * elf/dl-error.c: Likewise.
9248         * elf/dl-fini.c: Likewise.
9249         * elf/dl-init.c: Likewise.
9250         * elf/dl-load.c: Likewise.
9251         * elf/dl-lookup.c: Likewise.
9252         * elf/dl-misc.c: Likewise.
9253         * elf/dl-open.c: Likewise.
9254         * elf/dl-profile.c: Likewise.
9255         * elf/dl-reloc.c: Likewise.
9256         * elf/dl-runtime.c: Likewise.
9257         * elf/dl-version.c: Likewise.
9258         * elf/do-lookup.h: Likewise.
9259         * sysdeps/generic/dl-cache.c: Likewise.
9260         * sysdeps/generic/dl-sysdep.c: Likewise.
9261         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
9262         instead of _dl_init.
9263         * sysdeps/arm/dl-machine.h: Likewise.
9264         * sysdeps/cris/dl-machine.h: Likewise.
9265         * sysdeps/hppa/dl-machine.h: Likewise.
9266         * sysdeps/i386/dl-machine.h: Likewise.
9267         * sysdeps/ia64/dl-machine.h: Likewise.
9268         * sysdeps/m68k/dl-machine.h: Likewise.
9269         * sysdeps/mips/dl-machine.h: Likewise.
9270         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9271         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9272         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9273         * sysdeps/sh/dl-machine.h: Likewise.
9274         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9275         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9276         * sysdeps/x86_64/dl-machine.h: Likewise.
9277         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9278
9279         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9280         and _dl_debug_initialize.
9281
9282         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9283         more information.
9284         * elf/rtld.c (dl_main): Avoid strrchr.
9285         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9286         result of readlink.  Search from the back for '/'.
9287
9288         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9289         strncpy if possible.
9290
9291         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
9292         strncmp.
9293         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
9294         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
9295         strspn, and strcspn.
9296         (process_envvars): Don't use strcspn.
9297
9298         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
9299         (_dl_dst_substitute): Likewise.
9300
9301 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9302
9303         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
9304         code which is never used when relocating ld.so itself.
9305
9306         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
9307         starting ld.so itself.  Move l_addr variable initialization closer
9308         to use.
9309         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
9310
9311 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9312
9313         * Versions.def (libc): Add GLIBC_PRIVATE.
9314         (libdb, libnss_db, libdb1): Remove.
9315         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
9316         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
9317         (libpthread): Add GLIBC_PRIVATE.
9318         (libresolv): Likewise, remove GLIBC_2.1.
9319         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
9320         GLIBC_2.2.3, GLIBC_2.3.
9321         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
9322         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
9323         _dl_sym, _dl_vsym): Likewise.
9324         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
9325         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
9326         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
9327         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
9328         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
9329         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
9330         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
9331         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
9332         Likewise.
9333         (_dl_object_relocation_scope): Remove.
9334         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
9335         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
9336         __gconv_cache): Move to GLIBC_PRIVATE.
9337         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
9338         __internal_setnetgrent): Likewise.
9339         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
9340         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
9341         * locale/Versions (__collate_element_hash, __collate_element_strings,
9342         __collate_symbol_classes, __collate_symbol_hash,
9343         __collate_symbol_strings, _nl_current_LC_COLLATE,
9344         _nl_current_LC_CTYPE): Likewise.
9345         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
9346         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
9347         (libnss_nis, libnss_nisplus): Likewise.
9348         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
9349         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
9350         (libnss_files): Move all symbols to GLIBC_PRIVATE.
9351         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
9352         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
9353         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
9354         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
9355         __ns_get16, __ns_samename): Likewise.
9356         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
9357         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
9358         GLIBC_PRIVATE.
9359         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
9360         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
9361         __libc_connect): Likewise.
9362         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
9363         Likewise.
9364         * stdlib/Versions (__libc_system): Likewise.
9365         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
9366         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
9367         * sysdeps/ia64/fpu/Versions: Likewise.
9368         * sysdeps/ia64/Versions: Likewise.
9369         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
9370         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
9371         to GLIBC_PRIVATE.
9372         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
9373         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
9374         __libc_sigaction): Likewise.
9375         * termios/Versions (__libc_tcdrain): Likewise.
9376
9377         * misc/sys/cdefs (__attribute_noinline__): Define.
9378         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
9379         __attribute_noinline__.
9380
9381         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
9382         * elf/dl-xstat64.c: New file.
9383         * elf/dl-fxstat64.c: New file.
9384         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
9385         don't export __fxstat64 at multiple versions.
9386         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
9387         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
9388
9389 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
9390
9391         * locale/program/ld-collate.c (collate_finish): Assign a wide
9392         char collation sequence value to multi character collating
9393         elements, and avoid over writing by non-character elements.
9394
9395 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9396
9397         * elf/Makefile (distribute): Add dl-procinfo.c.
9398         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
9399         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
9400
9401 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9402
9403         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
9404         definition.
9405         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
9406         _rtld_global struct.
9407         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9408         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
9409         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9410         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
9411         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
9412         _dl_fpu_control_set): Remove unused externs.
9413         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
9414         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
9415         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
9416         related variables in _rtld_global struct.
9417         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
9418         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
9419         unused extern.
9420
9421 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9422
9423         * sysdeps/generic/dl-procinfo.c: New file.
9424
9425 2002-02-01  Andreas Schwab  <schwab@suse.de>
9426
9427         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
9428
9429 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9430
9431         * elf/rtld.c (_dl_start): Mark as internal_function.
9432         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
9433         in register.
9434         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
9435         General pretty printing.
9436
9437 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9438
9439         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
9440         * elf/dl-reloc.c: Pretty printing.
9441         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
9442         procinfo-related variables in rtld_global struct.
9443         * elf/dl-support.c: Likewise.
9444         * elf/rtld.c: Likewise.
9445         * sysdeps/i386/i686/Makefile: Likewise.
9446         * sysdeps/i386/i686/hp-timing.c: Likewise.
9447         * sysdeps/i386/i686/hp-timing.h: Likewise.
9448         * sysdeps/ia64/Makefile: Likewise.
9449         * sysdeps/ia64/hp-timing.c: Likewise.
9450         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
9451         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
9452         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
9453         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
9454         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
9455         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
9456         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
9457         * sysdeps/x86_64/Makefile: Likewise.
9458
9459         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
9460         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
9461         _dl_debug_fd to rtld_global.
9462         * elf/Versions: Likewise.
9463         * elf/dl-close.c: Likewise.
9464         * elf/dl-iteratephdr.c: Likewise.
9465         * elf/dl-lookup.c: Likewise.
9466         * elf/dl-misc.c: Likewise.
9467         * elf/dl-open.c: Likewise.
9468         * elf/dl-support.c: Likewise.
9469         * elf/do-lookup.h: Likewise.
9470         * elf/rtld.c: Likewise.
9471         * sysdeps/generic/dl-cache.c: Likewise.
9472         * sysdeps/generic/dl-sysdep.c: Likewise.
9473         * sysdeps/ia64/Versions: Likewise.
9474         * sysdeps/unix/clock_gettime.c: Likewise.
9475         * sysdeps/unix/clock_settime.c: Likewise.
9476         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9477         * sysdeps/sparc/Versions: Removed.
9478         * sysdeps/i386/i686/Versions : Removed.
9479         * sysdeps/x86_64/Versions: Removed.
9480         * configure.in: Define HAVE_PROTECTED if .protected is available.
9481         * config.h.in: Add entry for HAVE_PROTECTED.
9482
9483 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
9484
9485         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
9486         code in struct _rtld_global.  Export this struct, remove all
9487         exports for the signal variables.
9488         * sysdeps/arm/dl-machine: Likewise.
9489         * sysdeps/generic/dl-origin: Likewise.
9490         * sysdeps/generic/dl-sysdep: Likewise.
9491         * sysdeps/generic/dl-cache: Likewise.
9492         * sysdeps/hppa/dl-fptr: Likewise.
9493         * sysdeps/hppa/dl-machine: Likewise.
9494         * sysdeps/cris/dl-machine: Likewise.
9495         * sysdeps/i386/dl-machine: Likewise.
9496         * sysdeps/ia64/dl-machine: Likewise.
9497         * sysdeps/m68k/dl-machine: Likewise.
9498         * sysdeps/mach/hurd/dl-sysdep: Likewise.
9499         * sysdeps/mips/mips64/dl-machine: Likewise.
9500         * sysdeps/mips/dl-machine: Likewise.
9501         * sysdeps/powerpc/elf/libc-start: Likewise.
9502         * sysdeps/powerpc/dl-machine: Likewise.
9503         * sysdeps/powerpc/dl-start: Likewise.
9504         * sysdeps/sparc/sparc32/dl-machine: Likewise.
9505         * sysdeps/sparc/sparc64/dl-machine: Likewise.
9506         * sysdeps/sh/dl-machine: Likewise.
9507         * sysdeps/s390/s390-32/dl-machine: Likewise.
9508         * sysdeps/s390/s390-64/dl-machine: Likewise.
9509         * sysdeps/unix/sysv/aix/libc-start: Likewise.
9510         * sysdeps/unix/sysv/aix/start-libc: Likewise.
9511         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
9512         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
9513         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
9514         * sysdeps/x86_64/dl-machine: Likewise.
9515
9516 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9517
9518         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
9519         are too high.
9520
9521 2002-01-31  Andreas Schwab  <schwab@suse.de>
9522
9523         * sysdeps/posix/readv.c: Check for ssize_t overflow.
9524
9525 2002-01-31  Andreas Schwab  <schwab@suse.de>
9526
9527         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
9528         reference to _dl_pagesize.
9529
9530 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
9531
9532         * Versions.def [ld]: Add GLIBC_2.3.
9533         * elf/dl-addr.c: Move global variables for SHARED code in struct
9534         _rtld_global.  Export this struct, remove all exports for the
9535         signal variables.
9536         * elf/dl-close.c: Likewise.
9537         * elf/dl-conflict.c: Likewise.
9538         * elf/dl-debug.c: Likewise.
9539         * elf/dl-deps.c: Likewise.
9540         * elf/dl-dst.h: Likewise.
9541         * elf/dl-error.c: Likewise.
9542         * elf/dl-fini.c: Likewise.
9543         * elf/dl-init.c: Likewise.
9544         * elf/dl-iteratephdr.c: Likewise.
9545         * elf/dl-libc.c: Likewise.
9546         * elf/dl-load.c: Likewise.
9547         * elf/dl-lookup.c: Likewise.
9548         * elf/dl-minimal.c: Likewise.
9549         * elf/dl-object.c: Likewise.
9550         * elf/dl-open.c: Likewise.
9551         * elf/dl-profile.c: Likewise.
9552         * elf/dl-profstub.c: Likewise.
9553         * elf/dl-reloc.c: Likewise.
9554         * elf/dl-runtime.c: Likewise.
9555         * elf/dl-support.c: Likewise.
9556         * elf/dl-sym.c: Likewise.
9557         * elf/dl-version.c: Likewise.
9558         * elf/do-lookup.h: Likewise.
9559         * elf/do-rel.h: Likewise.
9560         * elf/dynamic-link.h: Likewise.
9561         * elf/rtld.c: Likewise.
9562         * sysdeps/generic/dl-cache.c: Likewise.
9563         * sysdeps/generic/dl-sysdep.c: Likewise.
9564         * sysdeps/generic/ldsodefs.h: Likewise.
9565         * sysdeps/generic/libc-start.c: Likewise.
9566         * sysdeps/i386/dl-machine.h: Likewise.
9567         * sysdeps/ia64/dl-fptr.c: Likewise.
9568         * sysdeps/ia64/dl-machine.h: Likewise.
9569         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
9570         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
9571         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9572         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
9573         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9574         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9575         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
9576         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
9577
9578 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9579
9580         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
9581         to avoid warning
9582         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
9583
9584         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
9585         SHARED version.
9586         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
9587
9588         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
9589
9590 2002-01-29  Ben Collins  <bcollins@debian.org>
9591
9592         * string/bits/string2.h (__mempcpy): Protect size arg for
9593         addition when using __builtin_memcpy.
9594
9595 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9596
9597         * stdlib/Makefile (tests): Add tst-qsort.
9598         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
9599
9600         * manual/signal.texi (Process Signal Mask): Document that
9601         pthread_sigmask, not sigprocmask, must be used in MT programs.
9602         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
9603
9604         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
9605         found.
9606         * misc/Makefile (tests): Add tst-hsearch.
9607         * misc/tst-hsearch.c: New file.
9608
9609 2002-01-18  Wolfram Gloger  <wg@malloc.de>
9610
9611         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9612         * malloc/malloc.h: Likewise.
9613         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9614         * malloc/arena.c: New file.
9615         * malloc/hooks.c: New file.
9616         * malloc/tst-mallocstate.c: New file.
9617         * malloc/Makefile: Add new testcase tst-mallocstate.
9618         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
9619
9620 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9621
9622         * stdlib/msort.c: Remove last patch.  The optimization violates the
9623         same rule which qsort.c had problems with.
9624
9625 2002-01-27  Paul Eggert  <eggert@twinsun.com>
9626
9627         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9628         to a pivot element that lies outside the array to be sorted, as
9629         ISO C99 requires that the comparison function be called only with
9630         addresses of array elements [PR libc/2880].
9631
9632 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9633
9634         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9635         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
9636
9637         * timezone/asia: Update from tzdata2002b.
9638         * timezone/australasia: Likewise.
9639         * timezone/backward: Likewise.
9640         * timezone/europe: Likewise.
9641         * timezone/leapseconds: Likewise.
9642         * timezone/iso3166.tab: Likewise.
9643         * timezone/zone.tab: Likewise.
9644
9645 2002-01-23  Richard Henderson  <rth@redhat.com>
9646
9647         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9648
9649 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9650
9651         * string/strxfrm.c: Allocate one more byte for rulearr and clear
9652         this element [PR libc/2855].
9653
9654         * string/strcoll.c: Handle zero-length arguments specially
9655         [PR libc/2856].
9656
9657 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9658
9659         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9660         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9661         short lengths and constant src.
9662         (strcpy): Don't optimize for gcc 3.0+.
9663         (__stpcpy): For gcc 3.0+, don't use
9664         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9665         for short string literal src.
9666
9667 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9668
9669         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9670         Set for arm, too.
9671
9672 2001-01-22  Paul Eggert  <eggert@twinsun.com>
9673
9674         * manual/llio.texi (Linked Channels, Cleaning Streams):
9675         Make it clearer that a just-opened input stream might need cleaning.
9676
9677 2002-01-21  H.J. Lu  <hjl@gnu.org>
9678
9679         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9680         Don't use label at end of compound statement.
9681
9682 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
9683
9684         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9685         Remove test for negative integer arg; sin_pi does it correctly.
9686
9687 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
9688
9689         * nscd/Makefile (distribute): Filter out xmalloc.c.
9690
9691 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
9692
9693         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9694         Set offset if read end wasn't the buffer end.
9695         (_IO_file_seekoff_mmap): New function.
9696         (_IO_file_xsgetn_mmap): New function.
9697         (_IO_file_jumps_mmap): Use the two new functions.
9698         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9699         != end buffer.
9700         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
9701         _IO_file_underflow_mmap.
9702         * libio/iofopen.c: Don't position file descriptor at end of file.
9703         * libio/tst-widetext.c: Improve error messages.
9704         * stdio-common/tst-rndseek.c: Likewise.
9705
9706 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
9707
9708         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
9709         end of enum for !_GNU_SOURCE.
9710         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
9711         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
9712         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
9713         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
9714         values unless _GNU_SOURCE.
9715
9716         * iconvdata/tcvn5712-1.c: Minor cleanups.
9717
9718 2002-01-18  Andreas Schwab  <schwab@suse.de>
9719
9720         * sysdeps/unix/sysv/linux/configure.in
9721         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
9722
9723 2002-01-16  Roger Sayle  <roger@eyesopen.com>
9724
9725         * stdlib/msort.c (msort_with_tmp): Replace implementation with
9726         more efficient "Towers of Hanoi" mergesort.
9727         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
9728         for generic, sizeof(int) and sizeof(long) variants respectively.
9729
9730 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
9731
9732         * manual/syslog.texi (openlog): Describe possible problems with
9733         first parameter.
9734         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9735
9736         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
9737         * nscd/connections.c (begin_drop_privileges): New function.
9738         (finish_drop_privileges): New function.
9739         (nscd_init): Call the new functions which also install all groups
9740         for the server user.
9741         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
9742         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9743
9744 2002-01-17  H.J. Lu  <hjl@gnu.org>
9745
9746         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
9747         `const' from `got'.
9748
9749 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9750
9751         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
9752         instructions for pointer operations.
9753         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9754
9755 2002-01-17  Andreas Jaeger  <aj@suse.de>
9756
9757         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
9758         __uint128_t build-in.
9759
9760         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
9761         PowerPC, sync with 2.2 branch.
9762
9763 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9764
9765         * posix/getconf.c: Update copyright year.
9766         * nss/getent.c: Likewise.
9767         * nscd/nscd_nischeck.c: Likewise.
9768         * iconv/iconvconfig.c: Likewise.
9769         * iconv/iconv_prog.c: Likewise.
9770         * elf/ldconfig.c: Likewise.
9771         * catgets/gencat.c: Likewise.
9772         * csu/version.c: Likewise.
9773         * elf/ldd.bash.in: Likewise.
9774         * elf/sprof.c (print_version): Likewise.
9775         * locale/programs/locale.c: Likewise.
9776         * locale/programs/localedef.c: Likewise.
9777         * nscd/nscd.c (print_version): Likewise.
9778         * debug/xtrace.sh: Likewise.
9779         * malloc/memusage.sh: Likewise.
9780         * malloc/mtrace.pl: Likewise.
9781
9782 2002-01-16  Andreas Schwab  <schwab@suse.de>
9783
9784         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
9785         reliably remove "-ia64" from rtld name.
9786
9787 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9788
9789         * iconvdata/gb18030.c: Bug fixes and support for more characters.
9790         Patch by Yu Shao <yshao@redhat.com>.
9791
9792 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9793
9794         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
9795         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
9796         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
9797
9798 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9799
9800         * sysdeps/s390/fpu/libm-test-ulps: Update.
9801
9802 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
9803
9804         * elf/elf.h: Update x86 relocations.
9805
9806 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9807
9808         * locale/programs/charmap.c (new_width): Check whether byte
9809         sequences for both ends of range have the same length.
9810
9811 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9812
9813         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
9814
9815 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9816
9817         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
9818         string literals.
9819         (__full_ieee754_sqrt): Add __attribute_used__.
9820
9821 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9822
9823         * sysdeps/generic/group_member.c (__group_member): Also check
9824         groups[0] [PR libc/2781].
9825
9826 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
9827
9828         * Makefile (distribute): Add scripts/cpp.
9829         * elf/Makefile (distribute): Add reldep6mod[01234].c,
9830         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
9831         unwind-dw2-fde.h, and dwarf2.h.
9832         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
9833         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
9834         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
9835         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
9836
9837 2002-01-07  Roland McGrath  <roland@frob.com>
9838
9839         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
9840         volatile on type of ARGC so the compiler doesn't get clever.
9841
9842 2002-01-07  Andreas Jaeger  <aj@suse.de>
9843
9844         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
9845         * sysdeps/i386/bits/byteswap.h: Likewise.
9846         * sysdeps/ia64/bits/byteswap.h: Likewise.
9847         * sysdeps/m68k/bits/byteswap.h: Likewise.
9848         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
9849         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
9850
9851 2002-01-02  Bruno Haible  <bruno@clisp.org>
9852
9853         * intl/plural.y: Fix %expect count.
9854
9855 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
9856
9857         * elf/Makefile (routines, shared-only-routines): Add
9858         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
9859         * elf/elf.h (PT_GNU_EH_FRAME): Define.
9860         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
9861         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
9862         Optimize if .eh_frame section contains no FDEs.
9863         (__register_frame, __deregister_frame_info_bases,
9864         __deregister_frame): Likewise.
9865         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
9866         DW_CFA_restore handling.
9867
9868 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
9869
9870         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
9871
9872         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
9873         for x < 0.25 and restore original range reduction method.
9874         (__ieee754_lgammal_r): Make sure signgam is set before returning.
9875
9876 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
9877
9878         * libio/fileops.c (_IO_file_underflow_mmap): New function.
9879         (_IO_file_close_mmap): New function.
9880         (_IO_file_jumps_mmap): New variable.
9881         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
9882         trying to convert rest of byte buffer.
9883         (_IO_wfile_underflow_mmap): New function.
9884         (_IO_wfile_jumps_mmap): New variable.
9885         * libio/iofopen.c (__fopen_maybe_mmap): New function.
9886         (__fopen_internal): New function.  Split out from _IO_new_fopen.
9887         (_IO_new_fopen): Call __fopen_internal.
9888         * libio/iofopen64.c: Just call __fopen_internal.
9889         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
9890         successfully.
9891         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
9892         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
9893         _IO_file_close_mmap.
9894
9895         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
9896         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
9897
9898         * stdio-common/Makefile (tests): Add tst-rndseek.
9899         * stdio-common/tst-rndseek.c: New file.
9900
9901 2002-01-05  Roland McGrath  <roland@frob.com>
9902
9903         * config.h.in (HAVE_MIG_RETCODE): New #undef.
9904         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
9905         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
9906         * sysdeps/mach/hurd/configure: Regenerated.
9907
9908 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
9909
9910         * elf/elf.h: Add more TLS definitions.
9911
9912 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
9913
9914         * include/features.h (__GLIBC_MINOR__): Bump to 3.
9915
9916 2002-01-02  Roland McGrath  <roland@frob.com>
9917
9918         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
9919         __sigisemptyset.  Don't use MASK uninitialized.
9920
9921         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
9922         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
9923         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
9924         __sigdelset, __sigaddset, __sigorset.
9925
9926         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
9927         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
9928
9929         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
9930         _hurd_ports is null.
9931
9932         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
9933         for old CMU and new OSF Mach interface flavors.
9934         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
9935         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9936
9937         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
9938
9939         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
9940         Pass extra arguments to task_create for OSF variant.
9941         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9942
9943         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
9944         conditional on [HAVE_AUX_VECTOR].
9945
9946         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
9947         mach_msg_timeout_t as type of final argument.
9948
9949         * hurd/privports.c (__get_privileged_ports):
9950         Change host_priv_t to mach_port_t in argument type.
9951         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
9952         Update decls.
9953
9954         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
9955         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
9956         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9957         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9958         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9959         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
9960
9961 2002-01-01  Roland McGrath  <roland@frob.com>
9962
9963         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
9964
9965 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
9966
9967         * include/stdlib.h: Define inlines for the _l variants of the strto*
9968         functions.
9969
9970 2002-01-01  Roland McGrath  <roland@frob.com>
9971
9972         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
9973
9974         * mach/Machrules (MIG): Set CPP as well as CC.
9975
9976 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
9977
9978         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
9979         locale to parse /proc/loadavg [PR libc/2760].
9980
9981 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
9982
9983         * elf/dl-conflict.c: Include sys/param.h.
9984         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
9985         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
9986         warning.
9987         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
9988         literals to avoid warnings.
9989
9990 2001-12-31  Andreas Jaeger  <aj@suse.de>
9991
9992         * configure.in: Don't check for gsed since we do not use it anywhere.
9993
9994 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9995
9996         * io/fts.c: Update from BSD to fix memory leaks.
9997
9998 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9999
10000         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
10001         * elf/chroot_canon.c: Likewise.
10002         * elf/dl-object.c: Likewise.
10003         * iconv/iconv_charmap.c: Likewise.
10004         * iconv/iconv_prog.c: Likewise.
10005         * libio/iogetdelim.c: Likewise.
10006         * locale/lc-time.c: Likewise.
10007         * stdlib/canonicalize.c: Likewise.
10008         * sunrpc/svc.c: Likewise.
10009         * sysdeps/generic/glob.c: Likewise.
10010
10011 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10012
10013         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
10014         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
10015         remove high order bit from the program counter.
10016         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
10017
10018 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10019
10020         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
10021         unnecessary code and add missing reloc types.
10022         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
10023         case for reloc type R_390_NONE.
10024
10025 2001-12-28  Andreas Jaeger  <aj@suse.de>
10026
10027         * io/bug-ftw3.c: Include string.h for prototypes.
10028
10029         * crypt/md5test.c (main): Remove unused variable.
10030
10031         * dlfcn/modstatic.c: Add prototype to avoid warning.
10032
10033 2001-12-26  Roland McGrath  <roland@frob.com>
10034
10035         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
10036         check only (SS->pending & MASK) for the signal to return.
10037         From Jeroen Dekkers <jeroen@dekkers.cx>.
10038
10039 2001-12-22  Roland McGrath  <roland@frob.com>
10040
10041         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
10042         Use preprocessor #if conditionals instead of `if' to avoid
10043         warnings about divide by zero in dead code.
10044
10045         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
10046         _hurd_port_init, and __hurd_self_sigstate.
10047
10048         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
10049
10050 2001-12-21  Andreas Jaeger  <aj@suse.de>
10051
10052         * elf/dblloadmod1.c: Add prototype to avoid warning.
10053         * elf/dblloadmod2.c: Likewise.
10054         * elf/dblloadmod3.c: Likewise.
10055         * elf/reldepmod5.c: Likewise.
10056         * elf/reldepmod6.c: Likewise.
10057
10058         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
10059         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
10060         used on all architectures.
10061
10062         * sunrpc/svc_tcp.c: Add noreturn attribute for
10063         svctcp_rendezvous_abort.
10064         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
10065
10066         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
10067         to avoid warning.
10068
10069 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10070
10071         * manual/llio.texi (aio_fsync): Fix a typo.
10072         Patch by Tammy Fox <tfox@redhat.com>.
10073
10074 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
10075
10076         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
10077         stack bias from child stack pointer before passing it to clone syscall.
10078
10079 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
10080
10081         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
10082         _SC_TZNAME_MAX.
10083         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
10084         Reported by Thorsten Kukuk <kukuk@suse.de>.
10085
10086         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
10087         add some casts.
10088
10089         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
10090
10091 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
10092
10093         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
10094         conforming: return EBADF if file descriptor is invalid and EINVAL
10095         if file descriptor is no valid tty.
10096         * login/tst-grantpt.c: New file.
10097         * login/Makefile (tests): Add tst-grantpt.
10098
10099 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
10100
10101         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
10102         different than implemented in last patch.
10103         * io/bug-ftw3.c: Adjust test for changed handling of
10104         inaccessibility of toplevel dir.
10105
10106 2001-12-16  Roland McGrath  <roland@frob.com>
10107
10108         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
10109         * grp/initgroups.c (internal_getgrouplist): Likewise.
10110
10111         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
10112         `default:' to silence new GCC warning.
10113         Rewrite cast of lvalue to silence new GCC warning.
10114
10115         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
10116
10117         * sysdeps/mach/hurd/spawni.c: New file, by me with a
10118         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
10119
10120 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
10121
10122         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
10123         Patch by Stephen R. van den Berg.
10124
10125         * crypt/md5.h: Define md5_uintptr.
10126
10127 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10128
10129         * libio/tst_swprintf.c (main): Add test for string argument with
10130         zero precision.
10131         * stdio-common/Makefile (tests): Add tst-sprintf.
10132         * stdio-common/tst-sprintf.c: New file.
10133
10134 2001-12-13  Andreas Schwab  <schwab@suse.de>
10135
10136         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
10137         zero precision with wide character string format.
10138
10139 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
10140
10141         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
10142         but have a user supplied buffer, return the empty buffer, not NULL.
10143
10144 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10145
10146         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
10147         Patch by Eric Sharkey <sharkey@netrics.com>.
10148
10149         * crypt/md5test.c (main): Add test for multiple calls to
10150         __md5_process_bytes to itererate over input string.
10151
10152 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
10153
10154         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
10155         from __nis_findfastest.  Take timeout value from parameter.
10156         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
10157         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
10158         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
10159
10160 2001-12-12  Andreas Jaeger  <aj@suse.de>
10161
10162         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
10163         combreloc test so that it works in this case.
10164
10165         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
10166
10167 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
10168
10169         * sysdeps/sh/Makefile: New file.
10170         * sysdeps/sh/_mcount.S: New file.
10171         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
10172         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
10173
10174 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10175
10176         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
10177         limitation [PR libc/2564].
10178
10179 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
10180
10181         * elf/Makefile (dl-routines): Add conflict.
10182         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
10183         (ld.so): Add _begin local symbol.
10184         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
10185         Define.
10186         * elf/dl-deps.c (_dl_build_local_scope): New function.
10187         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
10188         of all libraries.
10189         * elf/do-rel.h (VALIDX): Define.
10190         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
10191         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
10192         can be skipped.
10193         * elf/dl-conflict.c: New file.
10194         * elf/dl-lookup.c (_dl_debug_bindings): New function.
10195         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
10196         non-NULL.
10197         (_dl_lookup_symbol_skip): Likewise.
10198         (_dl_lookup_versioned_symbol): Likewise.
10199         (_dl_lookup_versioned_symbol_skip): Likewise.
10200         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
10201         define to ElfW(Rel).
10202         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
10203         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
10204         ranges.
10205         Don't adjust address dynamic tags if l_addr is 0.
10206         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
10207         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
10208         (VALIDX, ADDRIDX): Define.
10209         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
10210         (dl_main): Print library list for LD_TRACE_PRELINKING.
10211         If prelinking information can be used, skip relocating libraries and
10212         call _dl_resolve_conflicts instead.
10213         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
10214         * elf/dl-load.c (_dl_map_object): Don't create fake libs
10215         if LD_TRACE_PRELINKING.
10216         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
10217         + DT_ADDRNUM.
10218         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
10219         (DL_DEBUG_PRELINK): Define.
10220         (_dl_resolve_conflicts): Add prototype.
10221
10222         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
10223         .plt for prelinked libraries where prelinking info cannot be used.
10224         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
10225         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
10226         * sysdeps/arm/bits/link.h: New file.
10227         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
10228         content of .got[1].
10229         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10230         (ELF_MACHINE_PLT_REL): Define.
10231         (elf_machine_rela, elf_machine_rela_relative): New functions.
10232         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
10233         of adjusting it if prelinked and prelinking cannot be used.
10234         * sysdeps/i386/bits/link.h: New file.
10235         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
10236         content of .got[1].
10237         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10238         (ELF_MACHINE_PLT_REL): Define.
10239         (elf_machine_rela, elf_machine_rela_relative): New functions.
10240         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
10241         of adjusting it if prelinked and prelinking cannot be used.
10242         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
10243         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
10244         to find out map for R_PPC_JMP_SLOT relocs.
10245         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
10246         (OPCODE_BA): Define.
10247         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10248         libraries where prelinking info cannot be used.
10249         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
10250         (elf_machine_fixup_plt): Call sparc_fixup_plt.
10251         (elf_machine_rela): Set value to 0 if relocating conflicts.
10252         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
10253         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
10254         (sparc64_fixup_plt): Fix a typo.
10255         (elf_machine_rela): Set value to 0 if relocating conflicts.
10256         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
10257         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10258         libraries where prelinking info cannot be used.
10259         * sysdeps/sh/bits/link.h: New file.
10260         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
10261         content of .got[1].
10262         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
10263         of adjusting it if prelinked and prelinking cannot be used.
10264         * sysdeps/s390/s390-32/bits/link.h: New file.
10265         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
10266         Save original content of .got[1].
10267         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10268         of adjusting it if prelinked and prelinking cannot be used.
10269         * sysdeps/s390/s390-64/bits/link.h: New file.
10270         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10271         Save original content of .got[1].
10272         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10273         of adjusting it if prelinked and prelinking cannot be used.
10274         * sysdeps/x86_64/bits/link.h: New file.
10275         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10276         Save original content of .got[1].
10277         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10278         of adjusting it if prelinked and prelinking cannot be used.
10279
10280 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10281
10282         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10283         where appropriate instead of numbers.  Little optimizations.
10284
10285 2001-12-10  Roland McGrath  <roland@frob.com>
10286
10287         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10288         set it.
10289
10290         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
10291         set to GLIBC_2.2.5, not GLIBC_2.2.4.
10292
10293         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
10294         Fix conditionals so this is set by default for stdio and not for libio.
10295         * sysdeps/mach/hurd/configure: Regenerated.
10296
10297 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
10298
10299         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
10300
10301 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
10302
10303         * io/Makefile (tests): Add bug-ftw3.
10304         * io/bug-ftw3.c: New file.
10305
10306         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
10307         matches and GLOB_NOCHECK is set.
10308         * posix/globtest.sh: Correct expected result for NOCHECK test.
10309
10310         * po/ca.po: Update from translation team.
10311
10312 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
10313
10314         Implement transliteration of characters in strings of the locale
10315         definitions.
10316         * locale/programs/linereader.c: Adjust for additional parameter to
10317         lr_token.
10318         (get_string): If character <Uxxxx> is not found try to transliterate
10319         it.
10320         * locale/programs/ld-ctype.c: Adjust for additional parameter to
10321         lr_token.  Add const to charmap parameter of all functions.
10322         (find_translit, find_translit2): New functions.
10323         * locale/programs/charmap.c: Adjust for additional parameter to
10324         lr_token.
10325         * locale/programs/repertoire.c: Likewise.
10326         * locale/programs/linereader.h: Likewise.
10327         * locale/programs/ld-address.c: Likewise.  Add const to charmap
10328         parameter of all functions.
10329         * locale/programs/ld-collate.c: Likewise.
10330         * locale/programs/ld-identification.c: Likewise.
10331         * locale/programs/ld-measurement.c: Likewise.
10332         * locale/programs/ld-messages.c: Likewise.
10333         * locale/programs/ld-monetary.c: Likewise.
10334         * locale/programs/ld-name.c: Likewise.
10335         * locale/programs/ld-numeric.c: Likewise.
10336         * locale/programs/ld-paper.c: Likewise.
10337         * locale/programs/ld-paper.c: Likewise.
10338         * locale/programs/ld-telephone.c: Likewise.
10339         * locale/programs/ld-time.c: Likewise.
10340         * locale/programs/locfile.c: Likewise.
10341         * locale/programs/localedef.c: Likewise.
10342         * locale/programs/localedef.h: Likewise.
10343         * locale/programs/locfile.h: Likewise.  Add declaration for
10344         find_translit.
10345         * locale/programs/simple-hash.c: Add const to first parameter of
10346         find_entry, iterate_table, and lookup.
10347         * locale/programs/simple-hash.h: Likewise.
10348         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
10349         instead.
10350         * include/locale.h: Define __LC_LAST.
10351         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
10352
10353 2001-12-07  Geoff Keating  <geoffk@redhat.com>
10354
10355         * sysdeps/powerpc/Dist: Update for recent FP changes.
10356         * sysdeps/powerpc/fpu/Dist: Likewise.
10357
10358 2001-12-07  Andreas Schwab  <schwab@suse.de>
10359
10360         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
10361
10362 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10363
10364         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
10365         save/restore functions here.
10366         (libm-support): Don't define these functions here.
10367         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
10368         functions here.
10369         * sysdeps/powerpc/fe_nomask.c: Move to...
10370         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
10371         * sysdeps/powerpc/fprrest.S: Move to...
10372         * sysdeps/powerpc/fpu/fprrest.S: ... here.
10373         * sysdeps/powerpc/fprsave.S: Move to...
10374         * sysdeps/powerpc/fpu/fprsave.S: ... here.
10375
10376 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10377
10378         * sysdeps/unix/sysv/linux/opensock.c: New file.
10379
10380 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10381
10382         * config.make.in (with-fp): Define from configure.
10383         * configure.in: Substitute with_fp.
10384         * configure: Regenerate.
10385         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
10386         specified, and don't change FPU environment.
10387
10388 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10389
10390         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
10391         * assert/assert.c: Check result of __asprintf call and don't use
10392         string if it failed.
10393         * assert/assert-perr.c: Likewise.
10394         * inet/rcmd.c: Likewise.
10395         * locale/programs/localedef.c (main): Check result of
10396         construct_output_path and exit if it failed.
10397         (construct_output_path): Check result of asprintf and mkdir calls and
10398         fail if they failed.
10399         * posix/getopt.c: Check result of __asprintf calls and fail if
10400         they failed.
10401         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
10402
10403 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10404
10405         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
10406         patch.
10407         * sysdeps/generic/strncase.c: Likewise.
10408         * string/tester.c: Add tests for strcasecmp and strncasecmp.
10409
10410 2001-12-05  Geoff Keating  <geoffk@redhat.com>
10411
10412         * scripts/cpp: Test the exit status from 'type', not 'awk'.
10413
10414         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
10415         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
10416         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
10417         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
10418         * sysdeps/powerpc/fclrexcpt.c: Move to...
10419         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
10420         * sysdeps/powerpc/fpu_control.h: Move to...
10421         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
10422
10423 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10424
10425         * iconvdata/ibm1129.h: Remove duplicate mappings.
10426         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
10427         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
10428         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10429
10430         * timezone/zic.c: Fix handling of turnaround times.
10431         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
10432
10433 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
10434
10435         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
10436         overflow problem.
10437
10438 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10439
10440         * posix/regex.c: For use outside glibc defined bounded pointer
10441         macros here.  Patch by Jim Meyering <jim@meyering.net>.
10442
10443         * iconvdata/Makefile (modules): Add TCVN5712-1.
10444         * iconvdata/TESTS: Add TCVN5712-1.
10445         * iconvdata/gconv-modules: Likewise.
10446         * iconvdata/tcvn5712-1.c: New file.
10447         * iconvdata/testdata/TCVN-5712: New file.
10448         * iconvdata/testdata/TCVN-5712..UTF8: New file.
10449
10450 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
10451
10452         * iconvdata/cp1258.c: Optimize conversion from UCS4.
10453
10454 2001-12-02  Roland McGrath  <roland@frob.com>
10455
10456         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
10457
10458         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
10459         Reported by Jeff Bailey <jbailey@nisa.net>.
10460
10461         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
10462         Reported by Jeff Bailey <jbailey@nisa.net>.
10463
10464         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
10465         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
10466         Reported by Jeff Bailey <jbailey@nisa.net>.
10467
10468 2001-12-01  Roland McGrath  <roland@frob.com>
10469
10470         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
10471         missing backslash in test arguments.
10472         * sysdeps/mach/hurd/configure: Regenerated.
10473
10474 2001-11-26  Roland McGrath  <roland@frob.com>
10475
10476         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
10477         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
10478
10479 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
10480
10481         * iconvdata/Makefile (modules): Add ARMSCII-8.
10482         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
10483         * iconvdata/armscii-8.c: New file.
10484
10485 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
10486
10487         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
10488         don't match, fix {{a,b},c} globbing, clean up.
10489         Patch by Flavio Veloso <flaviovs@magnux.com>.
10490         * posix/globtest.sh: Add new tests.
10491
10492 2001-11-29  Andreas Jaeger  <aj@suse.de>
10493
10494         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
10495         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
10496
10497         * sysdeps/generic/abort.c: Include libioP.h for
10498         _IO_flush_all_lockp prototype.
10499
10500 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
10501
10502         * posix/regex.h: Define __restrict_arr correctly.
10503
10504 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10505
10506         * iconvdata/ibm1163.c: New file.
10507         * iconvdata/ibm1163.h: New file.
10508         * iconvdata/ibm1164.c: New file.
10509         * iconvdata/ibm1164.h: New file.
10510         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
10511         * iconvdata/Makefile: Likewise.
10512         * iconvdata/testdata/IBM1163: New file.
10513         * iconvdata/testdata/IBM1163..UTF8: New file.
10514         * iconvdata/testdata/IBM1164: New file.
10515         * iconvdata/testdata/IBM1164..UTF8: New file.
10516         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10517
10518         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
10519         * iconvdata/ibm1124.h: Likewise.
10520         * iconvdata/ibm1132.h: Likewise.
10521         * iconvdata/ibm1133.h: Likewise.
10522         * iconvdata/ibm1160.h: Likewise.
10523         * iconvdata/ibm1161.h: Likewise.
10524         * iconvdata/ibm1162.h: Likewise.
10525         * iconvdata/ibm856.h: Likewise.
10526         * iconvdata/ibm922.h: Likewise.
10527         * iconvdata/ibm930.h: Likewise.
10528         * iconvdata/ibm932.h: Likewise.
10529         * iconvdata/ibm933.h: Likewise.
10530         * iconvdata/ibm935.h: Likewise.
10531         * iconvdata/ibm937.h: Likewise.
10532         * iconvdata/ibm939.h: Likewise.
10533         * iconvdata/ibm943.h: Likewise.
10534         * iconvdata/ibm930.c: Pretty printing.
10535         * iconvdata/ibm937.c: Avoid access accross array boundary.
10536
10537         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
10538         the current locale's codeset.
10539         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
10540         empty input string.
10541         * iconv/iconv_prog.c: Pass empty strings as default value for to-
10542         and from-charset.  Don't determine locale's charset here.
10543
10544         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
10545         as the old _IO_flush_all but lock only if parameter is nonzero.
10546         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
10547         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
10548         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
10549         if libio is used [PR libc/2575].
10550
10551 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
10552
10553         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
10554         __signbitl): Only define for ISO C99.
10555
10556 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10557
10558         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
10559         herrnop to NETDB_INTERNAL if we run out of buffer space.
10560
10561 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10562
10563         * nss/nss_files/files-XXX.c (internal_getent): Correct input
10564         overflow test for platforms with signed char.
10565         Reported by Andrew Haley <aph@cambridge.redhat.com>.
10566
10567 2001-11-28  Bruno Haible  <bruno@clisp.org>
10568
10569         * locale/programs/simple-hash.c (lookup_2): Remove function.
10570         (insert_entry_2): Call lookup instead of lookup_2.
10571
10572 2001-03-04  Bruno Haible  <bruno@clisp.org>
10573
10574         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
10575
10576 2001-10-31  Bruno Haible  <bruno@clisp.org>
10577
10578         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
10579
10580 2001-03-21  Bruno Haible  <bruno@clisp.org>
10581
10582         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
10583         chokes on empty macro arguments.
10584         * intl/plural.y: Add #pragma for alloca on AIX 3.
10585
10586 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10587
10588         * intl/dcigettext.c (guess_category_value): Only implement for
10589         glibc.  Otherwise rely on function _nl_locale_name which isn't
10590         present in the glibc sources.
10591
10592 2001-09-24  Bruno Haible  <bruno@clisp.org>
10593
10594         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
10595         transliteration when building on a glibc system but outside glibc.
10596
10597 2001-09-22  Bruno Haible  <bruno@clisp.org>
10598
10599         * intl/plural-eval.c: New file, extracted from dcigettext.c.
10600         * intl/dcigettext.c (plural_eval): Remove function, moved to
10601         intl/plural-eval.c.
10602         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
10603         Include plural-eval.c.
10604
10605 2001-09-22  Bruno Haible  <bruno@clisp.org>
10606
10607         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
10608         don't start with a digit; nplurals must be positive.
10609
10610 2001-09-02  Bruno Haible  <bruno@clisp.org>
10611
10612         * intl/plural-exp.h: New file, extracted from gettextP.h.
10613         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10614         * intl/gettextP.h (struct expression, struct parse_args,
10615         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10616         * intl/loadmsgcat.c: Include plural-exp.h.
10617         (PLURAL_PARSE): Move macro to plural-exp.h.
10618         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10619         plural-exp.c.
10620         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
10621         EXTRACT_PLURAL_EXPRESSION.
10622         (_nl_unload_domain): Update.
10623         * intl/dcigettext.c: Include plural-exp.h.
10624         * intl/plural.y: Include plural-exp.h, not gettextP.h.
10625         (FREE_EXPRESSION): Move macro to plural-exp.h.
10626         * intl/Makefile (routines): Add plural-exp.
10627         (distribute): Add plural-exp.h.
10628
10629 2001-07-28  Bruno Haible  <bruno@clisp.org>
10630
10631         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10632         isdigit, tolower argument to 'unsigned char'.
10633         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10634         'unsigned char'.
10635         * intl/localealias.c (read_alias_file): Cast isspace argument to
10636         'unsigned char'.
10637
10638 2001-10-20  Bruno Haible  <bruno@clisp.org>
10639
10640         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10641         anyway.)
10642         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10643         with the variable 'index' in plural_lookup.
10644         * intl/l10nflist.c (strchr): Likewise.
10645         * intl/localealias.c (strchr): Likewise.
10646
10647         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10648         * intl/bindtextdom.c: Likewise.
10649         * intl/dcigettext.c: Likewise.
10650         * intl/dgettext.c: Likewise.
10651         * intl/dngettext.c: Likewise.
10652         * intl/explodename.c: Likewise.
10653         * intl/finddomain.c: Likewise.
10654         * intl/gettext.c: Likewise.
10655         * intl/l10nflist.c: Likewise.
10656         * intl/loadmsgcat.c: Likewise.
10657         * intl/localealias.c: Likewise.
10658         * intl/ngettext.c: Likewise.
10659         * intl/textdomain.c: Likewise.
10660         * intl/gettext.h: Assume <limits.h> exists.
10661
10662 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10663
10664         * stdio-common/Makefile (tests): Add scanf11.
10665         * stdio-common/scanf11.c: New file.
10666
10667 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10668
10669         * version.h (RELEASE): Define as development.
10670         (VERSION): Set to 2.2.90.
10671
10672 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10673
10674         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10675         * nis/nss_nis/nis-grp.c: Likewise.
10676         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10677
10678         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10679         * nis/nss_nis/nis-pwd.c: Likewise.
10680         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10681
10682         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10683         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10684         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10685
10686         * nscd/grpcache.c: Use strtoul instead of atol.
10687         * nscd/pwdcache.c: Likewise.
10688         * nss/getent.c: Likewise.
10689
10690 2001-11-27  Paul Eggert  <eggert@twinsun.com>
10691
10692         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10693         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10694
10695 2001-11-19  Bruno Haible  <bruno@clisp.org>
10696
10697         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10698         90%.
10699         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10700         improves the quality of the hash function, especially for short
10701         strings.
10702
10703 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10704
10705         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
10706         are found call conv_error and not input_error [PR libc/2669].
10707
10708         * math/bits/mathcalls.h: Mark ceil and floor as const.
10709         Reported by David Mosberger.
10710
10711 2001-11-21  Jim Meyering  <meyering@lucent.com>
10712
10713         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
10714         Define to be __-prefixed.
10715         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
10716
10717 2001-11-26  Andreas Jaeger  <aj@suse.de>
10718
10719         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
10720         avoid warning.
10721
10722 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
10723
10724         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
10725         initialization.
10726
10727         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
10728         unused variables.  Fix threshold for returning 1.0.
10729
10730         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
10731         argument.
10732
10733         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
10734         remove unused variables.
10735
10736         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
10737
10738         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
10739         include local math header files.
10740
10741 2001-11-22  Andreas Jaeger  <aj@suse.de>
10742
10743         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
10744         avoid warning.
10745
10746 2001-11-21  Andreas Jaeger  <aj@suse.de>
10747
10748         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
10749
10750         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
10751         sys/debugreg.h
10752
10753 2001-11-15  Andreas Jaeger  <aj@suse.de>
10754
10755         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
10756         compilers that support it.
10757
10758         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
10759         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10760         * stdlib/stdlib.h: Likewise.
10761
10762 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
10763
10764         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
10765         statement with gotos.
10766         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
10767
10768 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
10769
10770         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
10771
10772 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
10773
10774         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
10775
10776 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
10777             H.J. Lu  <hjl@gnu.org>
10778
10779         * Versions.def (libc): Add GCC_3.0.
10780         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
10781         if gcc supports this flag.
10782         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
10783         (gcc3): Allow glibc to be compiled with gcc 3.x.
10784         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
10785         * config.make.in (static-libgcc, unwind-find-fde): Add.
10786         * Makerules (build-shlib-helper, build-module-helper): Use it.
10787         * scripts/versions.awk: Make sure GLIBC_ versions come first.
10788         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
10789         necessary.
10790         (_fini): Call __deregister_frame_info_bases if
10791         __register_frame_info_bases was used to register.
10792         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
10793         for GLIBC_2.0.
10794         (__register_frame_info_bases, __register_frame_info_table_bases,
10795         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
10796         * elf/Makefile (routines): Add unwind-dw2-fde.
10797         (shared-only-routines): Add unwind-dw2-fde.
10798         * sysdeps/alpha/gccframe.h: New file.
10799         * sysdeps/arm/gccframe.h: New file.
10800         * sysdeps/generic/framestate.c: New file.
10801         * sysdeps/generic/dwarf2.h: New file.
10802         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
10803         * sysdeps/generic/unwind-dw2-fde.c: New file.
10804         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
10805         * sysdeps/generic/unwind-dw2-fde.h: New file.
10806         * sysdeps/generic/unwind-dw2.c: New file.
10807         * sysdeps/generic/unwind-pe.h: New file.
10808         * sysdeps/generic/unwind.h: New file.
10809         * sysdeps/hppa/gccframe.h: New file.
10810         * sysdeps/i386/gccframe.h: New file.
10811         * sysdeps/m68k/gccframe.h: New file.
10812         * sysdeps/mips/gccframe.h: New file.
10813         * sysdeps/powerpc/gccframe.h: New file.
10814         * sysdeps/s390/gccframe.h: New file.
10815         * sysdeps/sh/gccframe.h: New file.
10816         * sysdeps/sparc/gccframe.h: New file.
10817         * sysdeps/vax/gccframe.h: New file.
10818         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10819         Set on all architectures except ia64.
10820         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
10821         for i386.
10822         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
10823         __deregister_frame_info): Move to elf/Versions.
10824         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
10825         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
10826         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
10827         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
10828         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
10829         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
10830         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
10831         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
10832         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
10833         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
10834         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
10835         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
10836         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10837         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10838         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
10839         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
10840         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10841         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
10842
10843 2001-11-15  Jeff Law  <law@redhat.com>
10844
10845         * posix/regex.c (uintptr_t): Do not provide a definition if the
10846         system provided one.
10847
10848 2001-11-13  Roland McGrath  <roland@frob.com>
10849
10850         * stdio-common/tmpfile.c: Moved to ...
10851         * sysdeps/generic/tmpfile.c: ... here.
10852         * sysdeps/mach/hurd/tmpfile.c: New file.
10853
10854         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
10855         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
10856         (fopenport): Define as weak alias.
10857
10858         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
10859         * libio/libioP.h: ... to here.
10860
10861 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
10862
10863         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
10864         program header twice.  Construct list with the needed information.
10865
10866 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
10867
10868         * po/ca.po: Update from translation team.
10869
10870         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
10871         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
10872         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
10873         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10874
10875 2001-11-10  Andreas Jaeger  <aj@suse.de>
10876
10877         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
10878         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10879         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10880
10881 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10882
10883         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
10884         correctly.
10885         * elf/dl-load.c (is_dst): New function.
10886         (_dl_dst_count): Use is_dst to check for DST variable.
10887         (_dl_dst_substitute): Likewise.
10888
10889 2001-11-09  Roland McGrath  <roland@frob.com>
10890
10891         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
10892         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
10893         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
10894         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
10895         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
10896         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
10897         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
10898         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
10899         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
10900         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
10901         * sysdeps/mach/hurd/powerpc/Dist: New file.
10902
10903         * hurd/privports.c (__get_privileged_ports):
10904         Only contact the proc server if necessary for this call.
10905         Suggested by Neal H Walfield <neal@cs.uml.edu>.
10906         Check error return for mach_port_mod_refs.
10907
10908 2001-11-09  Andreas Schwab  <schwab@suse.de>
10909
10910         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
10911
10912 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10913
10914         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
10915         object is always the last in the list.
10916         (_dl_map_object_from_fd): Delete code to remove from object list
10917         when DF_1_NOOPEN is seen.  This is done in lose.
10918
10919 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
10920
10921         * elf/dl-object.c (_dl_new_object): Various small optimizations.
10922
10923 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
10924
10925         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
10926         HWCAP_CHECK macro code.
10927
10928         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
10929         Now returns MAP_FAILED on error.
10930         * elf/rtld.c: Adjust caller.
10931         * sysdeps/generic/dl-cache.c: Likewise.
10932         * sysdeps/generic/ldsodefs.h: Adjust description.
10933
10934         * elf/dl-version.c (match_symbol): Optimize error handling for size.
10935         (_dl_check_map_versions): Likewise.
10936
10937 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10938
10939         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
10940         _dl_signal_error directly, always use lose.  Set fd to -1 after
10941         file is closed.
10942         (lose): Don't call close if fd == -1.
10943
10944 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
10945
10946         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
10947          Also fix typo @code {mbsinit} to @code{mbsinit}.
10948
10949 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10950
10951         * elf/dl-profile.c: Replace state variable with simple flag named
10952         running.  Remove commented-out code.
10953
10954         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
10955         (_dl_init_paths): Likewise.
10956         (_dl_map_object_from_fd): Likewise.
10957         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10958
10959 2001-11-06  Roland McGrath  <roland@frob.com>
10960
10961         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
10962         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
10963
10964         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
10965         sysdeps/powerpc/elf/sysdep.h.
10966         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
10967
10968 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10969
10970         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
10971         speed.
10972         (process_envvars): Some more optimizations.
10973         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
10974
10975         * elf/elf.h: Add dynamic tag definitions for prelinking.
10976
10977         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
10978         Rewrite code to remove environment varables for SUID binaries.
10979         Small optimization in LD_PROFILE handling.
10980         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
10981         changes.
10982         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
10983
10984         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
10985
10986         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
10987         strings.  Change type of second parameter.
10988         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
10989         for last change.
10990
10991         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
10992
10993 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10994
10995         * manual/string.texi: Fix typos.
10996         * manual/examples/argp-ex2.c: Likewise.
10997
10998 2001-11-05  Roland McGrath  <roland@frob.com>
10999
11000         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
11001         the more-specific unix/sysv/linux/powerpc file and breaks everything.
11002         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
11003         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
11004         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
11005         here, put under [__ELF__].
11006
11007 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11008
11009         * manual/charset.texi: Extensive editing work.
11010         * manual/nss.texi: Likewise.
11011         Changes by Dennis Grace <dgrace@us.ibm.com>.
11012
11013 2001-11-04  Roland McGrath  <roland@frob.com>
11014
11015         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
11016         parameter to dir_mkfile.
11017
11018 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
11019
11020         * string/bits/string2.h (__strndup): If n is smaller than len, set
11021         len to n + 1.
11022         * string/tester.c (test_strndup): New function.
11023         (main): Call it.
11024
11025 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
11026
11027         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
11028
11029         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
11030         * scripts/cpp: New file.
11031
11032         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
11033         for rtld_search_dirs content.  Minor optimizations.
11034
11035 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11036
11037         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
11038         avoiding unnecessary duplication.
11039
11040 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
11041
11042         * elf/dl-load.c (_dl_map_object): If library was found using
11043         LD_LIBRARY_PATH, don't try RUNPATH list.
11044
11045 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11046
11047         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
11048         Correct second argument of register_dump call.
11049         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
11050         Likewise.
11051
11052 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11053
11054         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
11055         modules.
11056         * iconvdata/TESTS: Likewise.
11057         * iconvdata/gconv-modules: Likewise.
11058         * iconvdata/ibm1132.c: New file.
11059         * iconvdata/ibm1132.h: New file.
11060         * iconvdata/ibm1133.c: New file.
11061         * iconvdata/ibm1133.h: New file.
11062         * iconvdata/ibm1162.c: New file.
11063         * iconvdata/ibm1162.h: New file.
11064         * iconvdata/testdata/IBM1132: New file.
11065         * iconvdata/testdata/IBM1132..UTF8: New file.
11066         * iconvdata/testdata/IBM1133: New file.
11067         * iconvdata/testdata/IBM1133..UTF8: New file.
11068         * iconvdata/testdata/IBM1162: New file.
11069         * iconvdata/testdata/IBM1162..UTF8: New file.
11070         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
11071
11072         * string/string.h: Fix typo in comment.
11073         * wcsmbs/wchar.h: Likewise.
11074
11075 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11076
11077         * manual/getopt.texi (getopt_long, getopt_long_only): Include
11078         const in type of longopts parameter.
11079
11080 2001-10-29  Andreas Jaeger  <aj@suse.de>
11081
11082         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
11083
11084 2001-10-29  Kevin Ryde  <user42@zip.com.au>
11085
11086         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
11087         output, clarify `#' behaviour on 0.
11088         (Floating-Point Conversions): Clarify that %g only uses %e when
11089         the exponent would be greater than 1.
11090
11091 2001-10-28  Roland McGrath  <roland@frob.com>
11092
11093         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
11094         * sysdeps/mach/powerpc/machine-sp.h: New file.
11095         * sysdeps/mach/powerpc/sysdep.h: New file.
11096         * sysdeps/mach/powerpc/thread_state.h: New file.
11097
11098         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
11099         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
11100         expect to need the same thing on every platform.
11101
11102         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
11103         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
11104
11105         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
11106         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
11107         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
11108         Move all these assembly-related definitions to ...
11109         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
11110
11111         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
11112         by Peter Bruin <pjbruin@dds.nl>.
11113
11114         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
11115         packing results for a `poll' call.
11116
11117 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11118
11119         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
11120         correctly.
11121         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
11122         bracket expression.
11123
11124         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11125         nrules value.
11126         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
11127
11128 2001-10-24  H.J. Lu  <hjl@gnu.org>
11129
11130         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
11131         Use __BEGIN_DECLS/__END_DECLS around prototypes.
11132         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
11133
11134 2001-10-21  Jim Meyering  <meyering@lucent.com>
11135
11136         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
11137         this code would end up calling gettext even in packages built
11138         with --disable-nls.
11139         * posix/getopt.c (_): Likewise.
11140         * posix/regex.c (_): Likewise.
11141
11142 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11143
11144         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
11145         lookup not ip6.int.
11146         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
11147         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
11148
11149 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11150
11151         * misc/sys/cdefs.h (__attribute_used__): Define.
11152         * elf/rtld.c (_dl_start): Add __attribute_used__.
11153         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
11154
11155 2001-10-25  Andreas Schwab  <schwab@suse.de>
11156
11157         * stdlib/a64l.c: Expect least significant digit first.
11158         * stdlib/l64a.c: Produce least significant digit first.
11159         * stdlib/Makefile (tests): Add test-a64l.
11160         * stdlib/test-a64l.c: New file.
11161         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
11162
11163 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
11164
11165         * po/sk.po: Update from translation team.
11166
11167 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
11168
11169         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
11170
11171 2001-10-18  Andreas Schwab  <schwab@suse.de>
11172
11173         * math/libm-test.inc (print_ulps): Print ulp values rounded to
11174         next whole number.
11175         (print_function_ulps): Likewise.
11176         (print_complex_function_ulps): Likewise.
11177         (print_max_error): Likewise.
11178         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
11179
11180 2001-10-16  Andreas Schwab  <schwab@suse.de>
11181
11182         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
11183         implementation.
11184
11185         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
11186         BSD_SETJMP or BSD__SETJMP is defined, resp.
11187         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
11188         a tail call to __sigsetjmp that would require extending the
11189         caller's frame.
11190         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
11191         * sysdeps/m68k/bsd-setjmp.S: Deleted.
11192         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
11193         Reported by Jes Sorensen <jes@trained-monkey.org>.
11194
11195 2001-10-16  Andreas Jaeger  <aj@suse.de>
11196
11197         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
11198         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
11199         close PR libc/2589.
11200
11201 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
11202
11203         * po/ca.po: New file.  Contributed by the translation team.
11204
11205 2001-10-15  Ralf Baechle  <ralf@gnu.org>
11206
11207         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
11208         a varargs prototype.  Remove dependency from kernel header files.
11209
11210         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
11211         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
11212
11213 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11214
11215         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
11216         to generate hexadecimal identifier.
11217         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
11218
11219 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
11220
11221         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
11222
11223 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11224
11225         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
11226         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
11227         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11228
11229         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
11230         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11231         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
11232         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
11233         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
11234         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
11235
11236         * timezone/africa: Update from tzdata2001d.
11237         * timezone/asia: Likewise.
11238         * timezone/australasia: Likewise.
11239         * timezone/backward: Likewise.
11240         * timezone/europe: Likewise.
11241         * timezone/leapseconds: Likewise.
11242         * timezone/northamerica: Likewise.
11243         * timezone/southamerica: Likewise.
11244         * timezone/zone.tab: Likewise.
11245
11246 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11247
11248         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
11249         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
11250
11251 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
11252
11253         * elf/elf.h (PT_TLS): New definition.
11254
11255 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
11256
11257         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
11258         bits/errno.h
11259
11260 2001-10-07  Roland McGrath  <roland@frob.com>
11261
11262         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
11263
11264 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
11265
11266         * elf/elf.h: Add more ELFOSABI_* constants.
11267
11268 2001-10-04  Ben Collins  <bcollins@debian.org>
11269
11270         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11271         decleration of __need_wchar_t.
11272
11273 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11274
11275         * string/bits/string2.h (__strsep_g): Add prototype.
11276         (__strsep): Use it.
11277         * string/Versions (__strsep): Remove.
11278         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11279
11280 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11281
11282         * manua/llio.texi: Clarify file references added by mmap.
11283         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11284
11285 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11286
11287         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11288         Add sc_loadrs and sc_rbs_bas to match current kernel.
11289
11290 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11291
11292         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
11293
11294         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
11295
11296 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11297
11298         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
11299         object has been bumped because of relocation dependency, avoid
11300         duplicates in l_scope.
11301         (show_scope): Fix typos.
11302         * elf/Makefile: Add rules to build and run reldep6.
11303         * elf/reldep6.c: New file.
11304         * elf/reldep6mod0.c: New file.
11305         * elf/reldep6mod1.c: New file.
11306         * elf/reldep6mod2.c: New file.
11307         * elf/reldep6mod3.c: New file.
11308         * elf/reldep6mod4.c: New file.
11309
11310 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
11311
11312         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
11313         sparc64_fixup_plt.
11314         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
11315         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
11316         for non-lazy binding. Fix .plt[32768+] handling.
11317         (elf_machine_plt_value): Don't add addend.
11318         (elf_machine_rela): Call sparc64_fixup_plt instead of
11319         elf_machine_fixup_plt.
11320         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
11321         dynamic linker at 0xfffff800XXXXXXXX.
11322
11323         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
11324
11325 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
11326
11327         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
11328
11329 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
11330
11331         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
11332         declare __cmsg_data field if its size would be bigger than 0.
11333         (CMSG_DATA): Adjust accordingly.
11334         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11335         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
11336         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
11337         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
11338         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11339         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11340         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11341
11342 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
11343
11344         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
11345         * iconvdata/testdata/IBM1160: New file.
11346         * iconvdata/testdata/IBM1160..UTF8: New file.
11347         * iconvdata/testdata/IBM1161: New file.
11348         * iconvdata/testdata/IBM1161..UTF8: New file.
11349         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11350
11351 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11352
11353         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
11354         UL_SETFSIZE computations better.
11355
11356         * rt/Makefile: Remove use of filter for librt again.
11357
11358         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
11359         UL_SETFSIZE computations better.
11360
11361         * string/Versions: Export __strsep for GLIBC_2.2.5.
11362         * string/bits/string2.h: Define all __STRING_INLINE functions if
11363         _FORCE_INLINES is defined.
11364         Use int instead of char of parameter types.
11365         (__strsep): Don't use __strsep_g.  Don't define it.
11366         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
11367         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
11368         __strcpy_small.
11369         (__stpcpy_a_small): Renamed from __stpcpy_small.
11370         (__strcspn_c1): Don't define if _FORCE_INLINES.
11371         (__strspn_c1): Likewise.
11372
11373 2001-09-22  Ben Collins  <bcollins@debian.org>
11374
11375         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
11376         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
11377         * sysdeps/ia64/bits/sigaction.h: Likewise.
11378         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
11379
11380 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
11381
11382         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
11383
11384 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
11385
11386         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
11387
11388 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11389
11390         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
11391
11392 2001-09-20  H.J. Lu  <hjl@gnu.org>
11393
11394         * include/dlfcn.h (__RTLD_SPROF): New definiton.
11395         * elf/dl-open.c (dl_open_worker): Return immediately after loading
11396         for __RTLD_SPROF.
11397         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
11398         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
11399
11400 2001-09-20  H.J. Lu  <hjl@gnu.org>
11401
11402         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
11403         don't add 1.
11404
11405 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11406
11407         * nss/getent.c: Accept -s parameter to overwrite rules in
11408         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
11409
11410         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
11411         with as many ".0" as necessary to form a complete address
11412         inet_network understands.
11413
11414         * nss/getent.c: Various cleanups.  Use simpler and fewer function
11415         calls.
11416
11417 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11418
11419         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
11420         _JMPBUF_UNWINDS.
11421         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
11422
11423 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11424
11425         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
11426         IBM1161.
11427         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
11428         * iconvdata/ibm1160.c: New file.
11429         * iconvdata/ibm1160.h: New file.
11430         * iconvdata/ibm1161.c: New file.
11431         * iconvdata/ibm1161.h: New file.
11432         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11433
11434 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
11435
11436         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
11437         difference between base address and first PT_LOAD's virtual address,
11438         not the base address.
11439
11440 2001-09-11  Tom Rix  <trix@redhat.com>
11441
11442         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
11443         ifdef for __getopt_clean_environment.
11444         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
11445
11446 2001-09-22  Andreas Jaeger  <aj@suse.de>
11447
11448         * elf/reldep4.c (main): Add proper prototype to fix warning.
11449
11450         * elf/reldep5.c (main): Remove unused variable.
11451
11452         * math/math_private.h: Add prototypes.
11453
11454 2001-09-21  Andreas Jaeger  <aj@suse.de>
11455
11456         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
11457         * sysdeps/x86_64/Dist: New file.
11458         * sysdeps/x86_64/soft-fp/Dist: New file.
11459
11460         * sysdeps/gnu/Dist: Remove eval.c.
11461
11462 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
11463
11464         * malloc/memusage.c (realloc): Don't count already allocated
11465         memory in the sums.
11466         (me): Always use dlsym() to find the real implementations.
11467
11468         * malloc/memusage.sh: Make -n option actually do something.
11469
11470 2001-09-20  Andreas Jaeger  <aj@suse.de>
11471
11472         * elf/elf.h (R_390_NUM): Correct value.
11473
11474         * Versions.def: Add missing versions 2.2.3 for libthread_db and
11475         libpthread.
11476
11477         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
11478         for x86-64, install x86-64 into */lib64.
11479
11480         * shlib-versions: Add x86-64.
11481
11482         * elf/elf.h: Add x86-64 relocations.
11483
11484 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
11485
11486         * po/fr.po: Update from translation team.
11487
11488 2001-09-19  Andreas Jaeger  <aj@suse.de>
11489
11490         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
11491         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
11492         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
11493         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
11494         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
11495         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
11496         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
11497         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
11498         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
11499         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
11500         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
11501         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
11502         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
11503         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
11504         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
11505         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
11506         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
11507         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
11508         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
11509         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
11510         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
11511         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
11512         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
11513         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
11514         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
11515         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
11516         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
11517         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
11518         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
11519         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
11520         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
11521         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
11522         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
11523         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
11524         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
11525         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
11526         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
11527         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
11528         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
11529         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
11530         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
11531         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
11532         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
11533         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
11534         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
11535         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
11536         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
11537         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
11538         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
11539         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
11540         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
11541         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
11542         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
11543         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
11544         * sysdeps/unix/x86_64/sysdep.S: New file.
11545         * sysdeps/unix/x86_64/sysdep.h: New file.
11546         * sysdeps/x86_64/Implies: New file.
11547         * sysdeps/x86_64/Makefile: New file.
11548         * sysdeps/x86_64/Versions: New file.
11549         * sysdeps/x86_64/__longjmp.S: New file.
11550         * sysdeps/x86_64/abort-instr.h: New file.
11551         * sysdeps/x86_64/atomicity.h: New file.
11552         * sysdeps/x86_64/bits/endian.h: New file.
11553         * sysdeps/x86_64/bits/setjmp.h: New file.
11554         * sysdeps/x86_64/bits/string.h: New file.
11555         * sysdeps/x86_64/bp-asm.h: New file.
11556         * sysdeps/x86_64/bsd-_setjmp.S: New file.
11557         * sysdeps/x86_64/bsd-setjmp.S: New file.
11558         * sysdeps/x86_64/dl-machine.h: New file.
11559         * sysdeps/x86_64/elf/initfini.c: New file.
11560         * sysdeps/x86_64/elf/start.S: New file.
11561         * sysdeps/x86_64/ffs.c: New file.
11562         * sysdeps/x86_64/ffsll.c: New file.
11563         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
11564         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
11565         * sysdeps/x86_64/fpu/e_acosl.c: New file.
11566         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
11567         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
11568         * sysdeps/x86_64/fpu/e_expl.c: New file.
11569         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
11570         * sysdeps/x86_64/fpu/e_log10l.S: New file.
11571         * sysdeps/x86_64/fpu/e_log2l.S: New file.
11572         * sysdeps/x86_64/fpu/e_logl.S: New file.
11573         * sysdeps/x86_64/fpu/e_powl.S: New file.
11574         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
11575         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
11576         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
11577         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
11578         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
11579         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
11580         * sysdeps/x86_64/fpu/fegetenv.c: New file.
11581         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
11582         * sysdeps/x86_64/fpu/fegetround.c: New file.
11583         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
11584         * sysdeps/x86_64/fpu/fesetenv.c: New file.
11585         * sysdeps/x86_64/fpu/fesetround.c: New file.
11586         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
11587         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
11588         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
11589         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
11590         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
11591         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
11592         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
11593         * sysdeps/x86_64/fpu/s_atanl.c: New file.
11594         * sysdeps/x86_64/fpu/s_cosl.S: New file.
11595         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
11596         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
11597         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
11598         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
11599         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
11600         * sysdeps/x86_64/fpu/s_logbl.c: New file.
11601         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
11602         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
11603         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
11604         * sysdeps/x86_64/fpu/s_rintl.c: New file.
11605         * sysdeps/x86_64/fpu/s_significandl.c: New file.
11606         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
11607         * sysdeps/x86_64/fpu/s_sinl.S: New file.
11608         * sysdeps/x86_64/fpu/s_tanl.S: New file.
11609         * sysdeps/x86_64/gmp-mparam.h: New file.
11610         * sysdeps/x86_64/hp-timing.c: New file.
11611         * sysdeps/x86_64/hp-timing.h: New file.
11612         * sysdeps/x86_64/htonl.S: New file.
11613         * sysdeps/x86_64/memusage.h: New file.
11614         * sysdeps/x86_64/setjmp.S: New file.
11615         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11616         * sysdeps/x86_64/stackinfo.h: New file.
11617         * sysdeps/x86_64/sysdep.h: New file.
11618         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11619
11620         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11621         L Moshier.
11622
11623 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11624
11625         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11626         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11627
11628 2001-09-18  Andreas Schwab  <schwab@suse.de>
11629
11630         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11631         list, now that l_scope is a pointer.
11632
11633         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11634         scope list.
11635
11636 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11637
11638         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11639         (elf_machine_rela_relative): Add a missing declaration.
11640
11641 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
11642
11643         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11644         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11645         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11646         ldd-rewrite scripts.
11647
11648 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11649
11650         * elf/ldd.bash.in: Update copyright message.
11651
11652 2001-09-17  H.J. Lu  <hjl@gnu.org>
11653
11654         * hurd/hurdmalloc.c (bcopy): Removed.
11655         (realloc): Replace bcopy with memcpy.
11656         * hurd/path-lookup.c (file_name_path_scan): Likewise.
11657         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11658         * sunrpc/rpcinfo.c (pmapdump): Likewise.
11659
11660         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11661         (gethostbyaddr): Likewise.
11662         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11663
11664 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11665
11666         * sysdeps/gnu/eval.c: Removed.
11667
11668 2001-09-18  Andreas Jaeger  <aj@suse.de>
11669
11670         * sysdeps/i386/fpu/s_logbl.S: Move to ...
11671         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11672
11673         * sysdeps/i386/fpu/s_rintl.S: Move to ...
11674         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11675
11676         * sysdeps/i386/fpu/s_significandl.S: Move to ...
11677         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11678
11679 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
11680
11681         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11682         nrules value.
11683
11684 2001-09-14  H.J. Lu  <hjl@gnu.org>
11685
11686         * sysdeps/mips/fpu/libm-test-ulps: Updated.
11687
11688 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
11689
11690         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11691         Patch by Florian La Roche <laroche@redhat.com>.
11692
11693         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11694
11695         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11696         ETHER_CRC_LEN.
11697
11698 2001-09-14  Andreas Schwab  <schwab@suse.de>
11699
11700         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
11701         Sumner <bls@sgi.com>.
11702         * posix/execlp.c: Likewise.
11703
11704 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
11705
11706         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
11707         is already found earlier in the search scope.
11708
11709 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11710
11711         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
11712         filter.
11713
11714 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
11715
11716         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
11717
11718 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
11719
11720         * config.h.in: Enforce optimization to be used.
11721         * Makeconfig (preprocess-versions): Define ASSEMBLER.
11722         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
11723         * posix/Makefile (annexc-CFLAGS): Define to -O.
11724         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
11725
11726 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
11727
11728         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
11729         Patch by Stephan Kulow.
11730
11731 2001-09-08  Ben Collins  <bcollins@debian.org>
11732
11733         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
11734         usage of RESOLVE() (r_type, not reloc->r_type).
11735
11736 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11737
11738         * elf/dl-object.c: Avoid allocating extra memory block for name.
11739         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
11740         allocated separately.
11741         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11742
11743 2001-09-08  H.J. Lu  <hjl@gnu.org>
11744
11745         * po/zh_TW.po: Fix a typo.
11746
11747 2001-09-07  Tom Rix  <trix@redhat.com>
11748
11749         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
11750
11751 2001-08-26  Tom Rix  <trix@redhat.com>
11752
11753         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
11754         command line options.
11755         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
11756         * sysdeps/unix/sysv/aix/start.c: Removed.
11757         * sysdeps/unix/sysv/aix/start-libc.c: New file.
11758         * sysdeps/unix/sysv/aix/init-first.c: New file.
11759         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
11760
11761 2001-09-08  Ben Collins  <bcollins@debian.org>
11762
11763         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
11764         * sysdeps/generic/dl-machine.h: Likewise.
11765         * sysdeps/hppa/dl-fptr.c: Likewise.
11766         * sysdeps/ia64/dl-fptr.c: Likewise.
11767         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11768         * sysdeps/mips/dl-machine.h: Likewise.
11769         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11770         * sysdeps/powerpc/dl-machine.c: Likewise.
11771
11772 2001-09-07  Ben Collins  <bcollins@debian.org>
11773
11774         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
11775
11776         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
11777
11778 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11779
11780         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
11781         dependencies if necessary.
11782
11783         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
11784         loaded directly) determine length if l_initfini list by iterating
11785         over its elements.  Minor optimizations.
11786         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
11787         for dependency objects.
11788         If object was already loaded check whether any of the dependencies
11789         is already on the relocation dependency list.  If yes, remove the
11790         latter.  Minor optimizations.
11791         * elf/dl-lookup.c (add_dependency): Add check for self reference of
11792         maps here.  Search l_initfini list only if the object was loaded
11793         directly and not only as a dependency.
11794         (_dl_lookup_symbol): Add relocation dependency also if object
11795         is not in global scope.  Remove test for self-reference here.
11796         (_dl_lookup_versioned_symbol): Likewise.
11797         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
11798         element of first name record.
11799         * elf/loadtest.c: Add some more test to recognize early if an object
11800         wasn't unloaded.
11801         * elf/Makefile: Add rules to build and run reldep5.
11802         * elf/reldep5.c: New file.
11803         * elf/reldepmod5.c: New file.
11804         * elf/reldepmod6.c: New file.
11805
11806         * elf/reldep2.c: Fix typo.
11807
11808 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
11809
11810         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
11811         elements.  Change l_scope to be a pointer only.
11812         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
11813         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
11814         here add searchlist of newly open file to the dependency's scope.
11815         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
11816         only searchlist from its scope.  Free own scope array if necessary.
11817         * elf/Makefile (tests): Add dblload and dblunload now.
11818
11819 2001-09-06  Andreas Jaeger  <aj@suse.de>
11820
11821         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
11822         Stephen L Moshier.
11823
11824 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
11825
11826         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
11827         they both fail.
11828         * elf/dblload.c: New file.
11829         * elf/dblloadmod1.c: New file.
11830         * elf/dblloadmod2.c: New file.
11831         * elf/dblloadmod3.c: New file.
11832         * elf/dblunload.c: New file.
11833
11834 2001-09-04  Richard Henderson  <rth@redhat.com>
11835
11836         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
11837         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
11838
11839 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11840
11841         Correct very misleading message for error in failed runtime relocation.
11842         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
11843         place of the error.
11844         (_dl_signal_cerror): Likewise.
11845         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
11846         * elf/dl-close.c: Likewise.
11847         * elf/dl-deps.c: Likewise.
11848         * elf/dl-load.c: Likewise.
11849         * elf/dl-lookup.c: Likewise.
11850         * elf/dl-open.c: Likewise.
11851         * elf/dl-reloc.c: Likewise.
11852         * elf/dl-sym.c: Likewise.
11853         * elf/dl-version.c: Likewise.
11854         * sysdeps/generic/dl-sysdep.c: Likewise.
11855
11856 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11857
11858         * iconv/strtab.c (strtabinit): Initialize null Strent.
11859         (newstring): Move len == 0 handling...
11860         (strtabadd): ...here.
11861         If len == 1, return null Strent.
11862         When inserting a suffix of an existing string, check if
11863         it is not equal to some suffix already recorded.
11864         Copy left and right members over if adding longer string.
11865
11866 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11867
11868         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
11869
11870         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
11871         (__syscall_gethostname): Add prototype.
11872
11873 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11874
11875         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
11876
11877 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
11878
11879         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
11880
11881 2001-08-27  Roland McGrath  <roland@frob.com>
11882
11883         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
11884         short, copy that much into NAME anyway before returning error.
11885
11886 2001-09-01  Richard Henderson  <rth@redhat.com>
11887
11888         * sysdeps/alpha/elf/Dist: Remove file.
11889         * sysdeps/alpha/elf/Makefile: Remove file.
11890         * sysdeps/alpha/elf/crtbegin.S: Remove file.
11891         * sysdeps/alpha/elf/crtend.S: Remove file.
11892         * sysdeps/alpha/elf/initfini.c: New file.
11893
11894 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
11895
11896         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
11897         * iconv/tst-iconv3.c: Likewise.
11898
11899 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
11900
11901         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
11902
11903 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
11904
11905         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
11906         export it.
11907         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
11908         * iconv/iconv_prog.c (insert_cache): New function.
11909         (print_known_names): If cache is used call insert_cache to use the
11910         information from the cache [PR libc/2509].
11911
11912 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
11913
11914         * time/strptime.c (strptime_internal): Recognize 'l' format and
11915         handle it like 'I' for symmetry with strftime.
11916
11917 2001-08-31  Richard Henderson  <rth@redhat.com>
11918
11919         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
11920         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
11921         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
11922         (print_statistics): Make scalar unsigned long long.
11923         * sysdeps/alpha/hp-timing.h: New file.
11924
11925 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11926
11927         * stdio-common/perror.c (perror): Save errno early, pass it
11928         down to perror_internal.
11929         (perror_internal): Add errnum argument.
11930
11931 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11932
11933         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
11934         Don't add old memory content for R_ALPHA_REFQUAD.
11935
11936 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11937
11938         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
11939         memory correctly.
11940
11941         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
11942         instead of open, __close instead of close, __getpagesize instead
11943         of getpagesize.
11944
11945         * string/argz-stringify.c (__argz_stringify): Use __strnlen
11946         instead of strnlen.
11947         * include/string.h (strndupa): Redefine here to use __strnlen
11948         instead of strnlen.
11949         * string/strndup.c (__strndup): Use __strnlen not strnlen.
11950
11951         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
11952         connected).
11953
11954 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11955
11956         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
11957         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
11958         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
11959         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
11960         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
11961         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
11962         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
11963
11964 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11965
11966         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
11967
11968 2001-08-30  Andreas Jaeger  <aj@suse.de>
11969
11970         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
11971         contributed Stephen L Moshier.
11972
11973 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11974
11975         * sunrpc/etc.rpc (sgi_fam): Add.
11976
11977 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11978
11979         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
11980
11981 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11982
11983         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
11984         first is from a previous call.
11985         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
11986
11987 2001-08-29  Andreas Schwab  <schwab@suse.de>
11988
11989         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
11990
11991 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11992
11993         * config.make.in (INSTALL_SCRIPT): Define.
11994         * Makeconfig (INSTALL_SCRIPT): Define.
11995         * Makerules (do-install-script): New macro to install scripts using
11996         INSTALL_SCRIPT.
11997         (install-bin-script): New rule to install scripts with
11998         do-install-script.
11999         (install-bin-script-nosubdir): New rule.
12000         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
12001         (distinfo-vars): Add $(install-bin-script).
12002         * Rules (others): Likewise.
12003         * Makefile (glibcbug): Install with install-bin-script.
12004         * debug/Makefile (xtrace): Likewise.
12005         (catchsegv): Likewise.
12006         * elf/Makefile (ldd): Likewise.
12007         * malloc/Makefile (mtrace): Likewise.
12008         * timezone/Makefile (tzselect): Likewise.
12009
12010 2001-08-29  H.J. Lu  <hjl@gnu.org>
12011
12012         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
12013         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
12014         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
12015
12016 2001-08-29  Andreas Schwab  <schwab@suse.de>
12017
12018         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
12019
12020 2001-08-28  H.J. Lu  <hjl@gnu.org>
12021
12022         * Makeconfig (combreloc-LDFLAGS): New variable.
12023         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
12024         * config.make.in (have-z-combreloc): New variable.
12025         * configure.in: Substitute libc_cv_z_combreloc.
12026
12027 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12028
12029         * po/sv.po: Update from translation team.
12030         * po/fr.po: Likewise.
12031         * po/da.po: Likewise.
12032
12033 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12034
12035         * Makerules: Fix a typo: MD% -> MD5.
12036
12037 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
12038
12039         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
12040         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
12041
12042 2001-08-28  Andreas Jaeger  <aj@suse.de>
12043
12044         * manual/libc-texinfo.sh: Add entry about free manuals.
12045
12046         * manual/contrib.texi (Contributors): Fix cross reference.
12047
12048         * manual/libc.texinfo (Copying): Include freemanuals.
12049
12050         * manual/Makefile (appendices): Add freemanuals.
12051
12052         * manual/freemanuals.texi: New file.
12053         Patch by Brian Youmans <3diff@gnu.org>.
12054
12055         * manual/libm-err-tab.pl: Pretty print more platforms, print a
12056         smaller table.
12057
12058         * manual/math.texi (Errors in Math Functions): Fix grammar, start
12059         table on separate page.
12060         Patch by Brian Youmans <3diff@gnu.org>.
12061
12062 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12063
12064         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
12065         the connection went down after we first used it try to connect
12066         again and resend the message before printing to the console.
12067         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
12068
12069 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12070
12071         * string/tst-strlen.c (main): Test strnlen (, -1) too.
12072         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
12073         bit set.
12074
12075 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12076
12077         * iconv/strtab.c (searchstring): Use correct length for comparison.
12078         (strtabadd): Account total size correct if new string has old string as
12079         substring.
12080
12081 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12082
12083         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
12084
12085 2001-08-27  Andreas Jaeger  <aj@suse.de>
12086
12087         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
12088
12089         * math/libm-test.inc (j0_test): Add extra tests.
12090         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
12091         not x, in Hankel approximation.
12092         Patches by Stephen L Moshier.
12093
12094 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12095
12096         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
12097         link_map.
12098
12099         * configure.in: Fix test for .rela.dyn section.
12100
12101         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
12102
12103 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12104
12105         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
12106         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
12107         Pass type_class to _dl_lookup_*.
12108         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
12109         Pass around just type_class instead of noexec, noplt pair.
12110         (_dl_lookup_versioned_symbol): Likewise.
12111         (_dl_lookup_symbol_skip): Pass around just type_class instead of
12112         noexec, noplt pair.
12113         (_dl_lookup_versioned_symbol_skip): Likewise.
12114         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
12115         * elf/do-lookup.h (do_lookup): Likewise.
12116         * include/link.h (struct link_map): Replace noexec and noplt fields
12117         in l_lookup_cache with type_class field.
12118         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
12119         ELF_RTYPE_CLASS_COPY): Define.
12120         Adjust prototypes for _dl_lookup_symbol and
12121         _dl_lookup_versioned_symbol.
12122         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
12123         elf_machine_lookup_noexec_p): Remove.
12124         (elf_machine_type_class): Define.
12125         * sysdeps/arm/dl-machine.h: Likewise.
12126         * sysdeps/hppa/dl-machine.h: Likewise.
12127         * sysdeps/cris/dl-machine.h: Likewise.
12128         * sysdeps/i386/dl-machine.h: Likewise.
12129         * sysdeps/ia64/dl-machine.h: Likewise.
12130         * sysdeps/m68k/dl-machine.h: Likewise.
12131         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12132         * sysdeps/mips/dl-machine.h: Likewise.
12133         * sysdeps/powerpc/dl-machine.h: Likewise.
12134         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12135         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12136         * sysdeps/sh/dl-machine.h: Likewise.
12137         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12138         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12139
12140 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12141
12142         * manual/message.texi (Advanced gettext functions): Change
12143         description of plural forms for Slovak.
12144         Reported by Marcel Telka <marcel@telka.sk>.
12145
12146         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
12147         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
12148
12149 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12150
12151         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
12152         typo.  Patch by Florian La Roche <laroche@redhat.com>.
12153
12154 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12155
12156         * include/link.h (struct link_map): Add l_lookup_cache element.
12157         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
12158         (RESOLVE_MAP): Likewise.
12159         (_dl_relocate_object): Remove cache initialization.
12160         * elf/dl-lookup.c: Rip out cache handling code.
12161         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
12162         declarations.
12163
12164         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
12165         remove some __builtin_expect.
12166         (_dl_lookup_versioned_symbol): Likewise.
12167
12168         * config.h.in: Add HAVE_Z_COMBRELOC.
12169         * configure.in: Add test for -z combreloc.
12170
12171         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
12172         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
12173         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
12174         case to almost no code.
12175
12176 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
12177
12178         * po/tr.po: Update from translation team.
12179
12180 2001-08-24  Andreas Jaeger  <aj@suse.de>
12181
12182         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
12183         make clean works.
12184
12185 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12186
12187         * elf/rtld.c (print_statistics): Printf % after percent values.
12188         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
12189
12190         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
12191         don't have to compute the hash value and initialize current_value.
12192         Move reference_name variable to where it is needed.
12193         (_dl_lookup_versioned_symbol): Likewise.
12194
12195 2001-08-24  Roland McGrath  <roland@frob.com>
12196
12197         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
12198         Just test that strerror returns non-null for a few errno codes.
12199
12200 2001-08-23  Roland McGrath  <roland@frob.com>
12201
12202         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
12203         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
12204
12205         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
12206
12207         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
12208         __mach_reply_port.
12209
12210 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12211
12212         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
12213         returns NULL.
12214
12215         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
12216         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
12217         doesn't do it.
12218         * elf/rtld.c: Include <sys/param.h>.
12219         * elf/dl-reloc.c: Likewise.
12220
12221 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12222
12223         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
12224         empty to prevent junk from being generated.
12225         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
12226
12227 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12228
12229         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
12230         records.  Rename endrel to relative, initialize it to r, and use it
12231         in elf_machine_rel_relative calls.  Point r after relative relocs.
12232
12233 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12234
12235         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
12236         of R_386_NONE.
12237
12238 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12239
12240         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
12241         necessary.  Undefine newly defined macros at the end.
12242         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
12243         Rename from elf_machine_rel_relative.
12244         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
12245         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
12246         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
12247         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
12248         Likewise.
12249         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
12250         Likewise.
12251         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
12252         Fix argument types.
12253         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
12254         Fix argument types.
12255         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
12256         Likewise.  Fix argument types.
12257         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
12258         Likewise.  Fix argument types.
12259         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
12260         Fix argument types.
12261         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
12262         ElfW(Rel) in argument.
12263         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
12264         function.
12265
12266 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
12267
12268         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12269
12270 2001-08-24  Andreas Jaeger  <aj@suse.de>
12271
12272         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12273         Stephen L Moshier <moshier@mediaone.net>.
12274
12275 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12276
12277         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12278         first if RELCOUNT is set.
12279
12280         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12281         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12282         elf_machine_rel_relative.
12283         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12284         Minor optimizations.
12285         * sysdeps/arm/dl-machine.h: Likewise.
12286         * sysdeps/cris/dl-machine.h: Likewise.
12287         * sysdeps/hppa/dl-machine.h: Likewise.
12288         * sysdeps/i386/dl-machine.h: Likewise.
12289         * sysdeps/ia64/dl-machine.h: Likewise.
12290         * sysdeps/m68k/dl-machine.h: Likewise.
12291         * sysdeps/mips/dl-machine.h: Likewise.
12292         * sysdeps/powerpc/dl-machine.h: Likewise.
12293         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12294         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12295         * sysdeps/sh/dl-machine.h: Likewise.
12296         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12297         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12298
12299 2001-08-23  Roland McGrath  <roland@frob.com>
12300
12301         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
12302
12303         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
12304         sysdeps/mach version.  Implement counting ("recursive") mutexes
12305         on top of cthreads mutexes.
12306         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
12307
12308         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
12309         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
12310         (__libc_cleanup_region_start, __libc_cleanup_region_end,
12311         __libc_clean_end): Define these to call the cleanup function after
12312         normal exit when they're supposed to.
12313
12314         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
12315         Take new first arg DOIT, a boolean saying whether to really install
12316         any cleanup handler.
12317         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
12318         (__libc_cleanup_end): Likewise.
12319         * sysdeps/generic/bits/libc-lock.h: Same changes.
12320         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
12321         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
12322         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
12323         Likewise.
12324         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
12325         * sysdeps/generic/bits/stdio-lock.h
12326         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
12327
12328 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12329
12330         * elf/ldconfig.c (search_dir): Remove stale symlinks.
12331
12332 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12333
12334         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
12335         functions.
12336         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
12337         lookups in cache.
12338         (_dl_lookup_versioned_symbol): Likewise.
12339         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
12340         relocation lookup.
12341         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
12342         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
12343         (lookup_cache, lookup_cache_versioned): Add declarations.
12344
12345 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12346
12347         * stdlib/tst-random.c (main): Swap parameters in fail call.
12348         Patch by Pete Bevin <pete@petebevin.com>.
12349
12350 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12351
12352         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
12353
12354 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12355
12356         * malloc/obstack.c: Indent preprocessor directives.
12357         Patch by Jim Meyering <meyering@ascend.com>.
12358
12359         * po/ja.po: Update from translation team.
12360
12361 2001-08-23  Roland McGrath  <roland@frob.com>
12362
12363         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
12364
12365         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
12366         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
12367
12368 2001-08-22  Roland McGrath  <roland@frob.com>
12369
12370         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
12371         __libc_lock_define_recursive.
12372         * elf/dl-open.c: Don't declare it here any more.
12373         * elf/dl-close.c: Likewise.
12374         * elf/dl-lookup.c: Likewise.
12375         * elf/dl-iteratephdr.c: Likewise.
12376         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
12377         __libc_lock_unlock_recursive.
12378         * elf/dl-close.c (_dl_close): Likewise
12379         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
12380         * elf/dl-open.c (_dl_open): Likewise
12381
12382         * sysdeps/generic/bits/libc-lock.h
12383         (__libc_lock_define_recursive): New macro.
12384         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
12385         (_IO_lock_lock): Use __libc_lock_lock_recursive.
12386         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
12387
12388         * conform/conformtest.pl (checknamespace): Sort the output list.
12389
12390         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
12391         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
12392         definitions conditional on [__USE_XOPEN].
12393
12394         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
12395         these unconditionally, not only use [__USE_BSD], so as to match
12396         the sysdeps/unix/sysv/linux files.
12397
12398 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12399
12400         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
12401         avoid warnings.
12402
12403         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
12404         DL_LOOKUP_ADDRESS.
12405
12406 2001-08-22  Roland McGrath  <roland@frob.com>
12407
12408         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
12409         conditionalization of sa_handler/sa_sigaction member types to
12410         match the sysdeps/unix/sysv/linux file.
12411
12412 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12413
12414         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
12415         symbol sizes a bit better.
12416
12417         * sysdeps/ia64/strncpy.S: Complete rewrite.
12418         Contributed by Jakub Jelinek <jakub@redhat.com>.
12419
12420         * string/stratcliff.c (main): Add strncpy test.
12421
12422 2001-08-22  Roland McGrath  <roland@frob.com>
12423
12424         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
12425         and don't declare unsetenv or _environ directly.
12426         (unsetenv): Return int, not void.  Use __environ instead of _environ.
12427
12428 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
12429
12430         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
12431         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
12432         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
12433         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
12434         test for cmsg struct size.
12435
12436 2001-04-23  Paul Eggert  <eggert@twinsun.com>
12437
12438         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
12439         Rename __argc to ___argc in prototypes to avoid compatibility
12440         problems with systems that reserve the identifier "__argc".
12441         Similarly for __argv.
12442
12443 2001-08-21  Roland McGrath  <roland@frob.com>
12444
12445         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
12446
12447         * mach/Makefile (tests): Removed.
12448         * mach/hello.c: File removed.
12449
12450 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12451
12452         * po/sv.po: Update from translation team.
12453
12454         * stdio-common/vfscanf.c: Fix handling of %l[].
12455         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
12456
12457         * libio/Makefile (tests): Add tst-sscanf.
12458         * libio/tst-sscanf.c: New file.
12459
12460         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
12461         * malloc/mtrace.c (tr_where): dli_sname always points to a
12462         non-empty string if != NULL.
12463         Reported by Tim Janik <timj@gtk.org>.
12464
12465 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
12466
12467         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
12468         buf.  Free resources on failure.
12469         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
12470         (makefd_xprt): Likewise.
12471         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
12472         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
12473         * sunrpc/auth_unix.c (authunix_create): Likewise.
12474
12475 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
12476
12477         * string/strnlen.c: Remove.
12478         * sysdeps/generic/strnlen.c: New file.
12479         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
12480
12481 2001-08-21  Roland McGrath  <roland@frob.com>
12482
12483         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
12484         as a macro, not an extern inline function.
12485
12486         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
12487         * Versions.def (libc): Add GLIBC_2.2.5 set.
12488         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
12489         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
12490
12491 2001-08-20  Roland McGrath  <roland@frob.com>
12492
12493         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
12494         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
12495
12496 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12497
12498         * string/bits/string2.h: Remove strnlen optimization here.
12499         * sysdeps/i386/i486/bits/string.h: Add it here.
12500
12501 2001-08-21  Wolfram Gloger  <wg@malloc.de>
12502
12503         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
12504
12505 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12506
12507         * po/gl.po: Update from translation team.
12508
12509 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12510
12511         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
12512         * misc/err.c (convert_and_print): Likewise.
12513
12514         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
12515         function calls.
12516
12517 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12518
12519         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
12520         change of the gregset_t type.
12521         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12522
12523 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12524
12525         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
12526
12527 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12528
12529         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
12530
12531         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
12532
12533 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
12534
12535         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
12536         before calling the cthreads initialization code.
12537
12538 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12539
12540         * argp/argp-help.c: Fix two problems introduced in last change.
12541
12542         * include/dirent.h: Include <dirstream.h> first.
12543
12544 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
12545
12546         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
12547
12548         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
12549         * sunrpc/xdr_rec.c: Likewise.
12550         * sunrpc/xdr_mem.c: Likewise.
12551         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
12552         * sunrpc/rpc_cmsg.c: Likewise.
12553         * sunrpc/getrpcport.c (getrpcport): Likewise.
12554         * sunrpc/clnt_simp.c (callrpc): Likewise.
12555         * sunrpc/clnt_gen.c (clnt_create): Likewise.
12556         * string/envz.c: Likewise.
12557
12558         * po/ko.po: Update from translation team.
12559
12560         * argp/argp-help.c: Handle wide oriented stderr stream.
12561
12562 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
12563
12564         * sysdeps/generic/strtol.c: Little optimizations.  Add some
12565         __builtin_expect.
12566
12567         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
12568
12569         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
12570         * wcsmbs/wcwidth.c (wcwdith): Likewise.
12571         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
12572
12573         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
12574
12575         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
12576
12577         * time/time.h (struct timespec): Use __time_t for tv_sec element.
12578
12579         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
12580         wchar_t for function declarations and defintions.
12581
12582         * misc/sys/select.h: Define __need_time_t before including <time.h>.
12583         Define suseconds_t if it hasn't happened yet.
12584
12585         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
12586
12587         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
12588
12589         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
12590         <stddef.h>.
12591
12592         * conform/data/stddef.h-data: Remove wint_t.
12593
12594         * conform/conformtest.pl: Change namespace test to take #undef
12595         lines into account.
12596
12597         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
12598
12599         * conform/data/sys/socket.h-data: Add sockatmark.
12600
12601 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12602
12603         * io/fts.c: Update from recent BSD source.
12604
12605 2001-08-17  Roland McGrath  <roland@frob.com>
12606
12607         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
12608         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
12609         Likewise.
12610
12611 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12612
12613         * locale/duplocale.c (__duplocale): Also initialize the special
12614         __ctype_* elements.
12615
12616         * conform/data/netdb.h-data: Adjust gai_strerror return type.
12617
12618 2001-08-17  Andreas Jaeger  <aj@suse.de>
12619
12620         * misc/getpass.c: Include wchar.h for prototypes.
12621         * malloc/obstack.c: Likewise.
12622
12623 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12624
12625         * sunrpc/svc_simple.c (universal): Use __write instead of write.
12626
12627         * wcsmbs/wcscoll.c: Also define __wcscoll.
12628         * include/wchar.h: Declare __wcscoll.
12629
12630         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12631         * libio/vwprintf.c: Likewise.
12632         * libio/wprintf.c: Likewise.
12633
12634         * iconv/gconv_cache.c: Use __munmap instead of munmap.
12635
12636 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
12637
12638         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12639         instead of mbrtowc.
12640         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12641         wcslen, and __wcscoll instead of wcscoll.
12642
12643         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12644
12645         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12646         __getuid instead of getuid.
12647
12648         * stdio-common/perror.c (perror): Use __close instead of close.
12649         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12650         * libio/freopen.c (freopen): Likewise.
12651         * libio/freopen64.c (freopen64): Likewise.
12652
12653         * libio/tst-ungetwc2.c (main): Define str const.
12654
12655         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12656         * libio/fwprintf.c: Also define __fwprintf.
12657         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12658         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12659         * assert/assert-perr.c: Likewise.
12660         * assert/assert.c: Likewise.
12661         * gmon/gmon.c: Likewise.
12662         * inet/rcmd.c: Likewise.
12663         * malloc/obstack.c: Likewise.
12664         * misc/err.c: Likewise.
12665         * misc/error.c: Likewise.
12666         * misc/getpass.c: Likewise.
12667         * posix/getopt.c: Likewise.
12668         * resolv/res_hconf.c: Likewise.
12669         * stdio-common/perror.c: Likewise.
12670         * stdio-common/psignal.c: Likewise.
12671         * stdlib/fmtmsg.c: Likewise.
12672         * sunrpc/auth_unix.c: Likewise.
12673         * sunrpc/clnt_perr.c: Likewise.
12674         * sunrpc/clnt_tcp.c: Likewise.
12675         * sunrpc/clnt_udp.c: Likewise.
12676         * sunrpc/clnt_unix.c: Likewise.
12677         * sunrpc/svc_simple.c: Likewise.
12678         * sunrpc/svc_tcp.c: Likewise.
12679         * sunrpc/svc_udp.c: Likewise.
12680         * sunrpc/svc_unix.c: Likewise.
12681         * sunrpc/xdr.c: Likewise.
12682         * sunrpc/xdr_array.c: Likewise.
12683         * sunrpc/xdr_rec.c: Likewise.
12684         * sunrpc/xdr_ref.c: Likewise.
12685         * sysdeps/generic/wordexp.c: Likewise.
12686
12687         * po/it.po: Update from translation team.
12688
12689         * misc/err.c: Handle wide oriented stderr stream.
12690
12691 2001-08-14  Tom Rix  <trix@redhat.com>
12692
12693         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12694         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12695
12696 2001-08-13  Tom Rix  <trix@redhat.com>
12697
12698         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12699         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12700         and __intptr_t.
12701
12702 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12703
12704         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
12705         Store the access registers to the ucontext structure.
12706         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
12707         Likewise.
12708
12709         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
12710         Load the access registers from the ucontext structure.
12711         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
12712         Likewise.
12713
12714         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
12715         offsets to the new ucontext layout.
12716         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
12717
12718         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
12719         of the ucontext structure.
12720         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12721
12722 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
12723
12724         * misc/error.c (error): Handle wide oriented stderr stream correctly.
12725         (error_at_line): Likewise.
12726
12727         * stdio-common/perror.c (perror): Implement according to standard.
12728         The stream orientation must not be changed if the stream was not
12729         oriented before the call.
12730         * stdio-common/Makefile (tests): Add tst-perror.
12731         * stdio-common/tst-perror.c: New file.
12732
12733
12734 See ChangeLog.12 for earlier changes.