MIPS specific optimizations.
[glibc.git] / ChangeLog
blob424a83bf2cb965c6d627a86e35a56f94a36089fb
1 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
3         * include/math.h (__finite_internal, __finitef_internal,
4         __finitel_internal, __isinf_internal, __isnan_internal): Remove.
5         (isfinite): Remove.
6         (__finite, __isinf, __isnan, __finitef, __isinff, __isnanf, __finitel,
7         __isinfl, __isnanl): Add hidden_proto.
8         (__fpclassify, __fpclassifyf, __fpclassifyl, __expm1l): Add
9         libm_hidden_proto.
10         * math/Makefile (libm-calls): Add s_isinf and s_isnan.
11         * stdio-common/printf_fp.c (__printf_fp): Remove INTUSE from
12         __is{inf,nan} calls.
13         * stdio-common/printf_size.c (printf_size): Likewise.
14         * sysdeps/generic/printf_fphex.c (__printf_fphex): Likewise.
15         * sysdeps/generic/s_ldexp.c (__ldexp): Likewise.
16         * sysdeps/generic/s_ldexpf.c (__ldexpf): Likewise.
17         * sysdeps/generic/s_ldexpl.c (__ldexpl): Likewise.
18         * sysdeps/generic/s_expm1l.c (__expm1l): Add libm_hidden_def.
19         * sysdeps/i386/fpu/s_finite.S (__finite_internal): Remove alias.
20         (__finite): Add hidden_def.
21         * sysdeps/i386/fpu/s_finitef.S (__finitef_internal): Remove alias.
22         (__finitef): Add hidden_def.
23         * sysdeps/i386/fpu/s_finitel.S (__finitel_internal): Remove alias.
24         (__finitel): Add hidden_def.
25         * sysdeps/i386/fpu/s_isinfl.c (__isinfl): Remove INTDEF.  Add
26         hidden_def.
27         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
28         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Add
29         libm_hidden_def.
30         * sysdeps/i386/fpu/s_expm1l.S (__expm1l): Likewise.
31         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Remove INTDEF.  Add
32         hidden_def.
33         * sysdeps/ieee754/dbl-64/s_isinf.c (__isinf): Likewise.
34         (__isinfl): Remove INTDEF.
35         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Remove INTDEF.  Add
36         hidden_def.
37         (__isnanl): Remove INTDEF.
38         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Add
39         libm_hidden_def.
40         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Use __sin and __cos
41         instead of sin and cos.
42         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Remove INTDEF.
43         Add hidden_def.
44         * sysdeps/ieee754/flt-32/s_isinff.c (__isinff): Likewise.
45         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
46         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Add
47         libm_hidden_def.
48         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Remove INTDEF.
49         Add hidden_def.
50         * sysdeps/ieee754/ldbl-128/s_isinfl.c (__isinfl): Likewise.
51         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
52         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl): Add
53         libm_hidden_def.
54         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add
55         libm_hidden_def.
56         * sysdeps/ieee754/ldbl-96/s_finitel.c (__finitel): Remove INTDEF.
57         Add hidden_def.
58         * sysdeps/ieee754/ldbl-96/s_isinfl.c (__isinfl): Likewise.
59         * sysdeps/ieee754/ldbl-96/s_isnanl.c (__isnanl): Likewise.
60         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c (__fpclassifyl): Add
61         libm_hidden_def.
62         * sysdeps/ia64/fpu/s_finite.S (__finite_internal, __finitef_internal,
63         __finitel_internal): Remove aliases.
64         (__finite, __finitef, __finitel): Add hidden_def.
65         * sysdeps/ia64/fpu/s_isnan.S (__isnan_internal, __isnanf_internal,
66         __isnanl_internal): Remove aliases.
67         (__isnan, __isnanf, __isnanl): Add hidden_def.
68         * sysdeps/ia64/fpu/s_isinf.S (__isinf_internal, __isinff_internal,
69         __isinfl_internal): Remove aliases.
70         (__isinf, __isinff, __isinfl): Add hidden_def.
71         * sysdeps/ia64/fpu/s_fpclassify.S (__fpclassify, __fpclassifyf,
72         __fpclassifyl): Add libm_hidden_def.
73         * sysdeps/ia64/fpu/s_expm1l.S (__expm1l): Likewise.
74         * sysdeps/m68k/s_isinfl.c (__isinfl): Remove INTDEF.  Add hidden_def.
75         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Remove.
76         (hidden_defx): Define and use.
77         * sysdeps/m68k/fpu/s_fpclassifyl.c (__fpclassifyl): Add
78         libm_hidden_def.
79         * sysdeps/m68k/fpu/s_expm1l.c (__expm1l): Likewise.
80         * sysdeps/m68k/s_isnanl.c (__isnanl): Add hidden_def.
81         * sysdeps/powerpc/fpu/s_isnan.c (__isnan, __isnanf, __isnanl):
82         Remove INTDEF.
83         (__isnan, __isnanf): Add hidden_def.
84         * sysdeps/x86_64/fpu/s_finitel.S (__finitel_internal): Remove alias.
85         (__finitel): Add libm_hidden_def.
86         * sysdeps/x86_64/fpu/s_expm1l.S (__expm1l): Likewise.
88         * include/fenv.h (feraiseexcept, fesetenv): Add libm_hidden_proto.
89         * sysdeps/alpha/fpu/fesetenv.c (fesetenv): Add libm_hidden_ver.
90         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
91         * sysdeps/arm/fpu/fesetenv.c (fesetenv): Likewise.
92         * sysdeps/arm/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
93         * sysdeps/generic/fesetenv.c (fesetenv): Likewise.
94         * sysdeps/generic/fraiseexcpt.c (feraiseexcept): Likewise.
95         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
96         * sysdeps/i386/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
97         * sysdeps/m68k/fpu/fesetenv.c (fesetenv): Likewise.
98         * sysdeps/m68k/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
99         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Likewise.
100         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
101         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Likewise.
102         * sysdeps/powerpc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
103         * sysdeps/sparc/fpu/fesetenv.c (fesetenv): Likewise.
104         * sysdeps/sparc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
105         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Add libm_hidden_def.
106         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
107         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Likewise.
108         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
109         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
110         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
111         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
112         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
113         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Likewise.
114         * sysdeps/x86_64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
116 2002-09-09  Steven Munroe  <sjmunroe@us.ibm.com>
118         * elf/elf.h: Add powerpc64 specific elf relocation and dynamic types.
120 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
122         * elf/dl-error.c (_dl_signal_cerror): Don't print anything if only
123         LD_DEBUG=statistics or LD_TRACE_PRELINKING.
125 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
127         * string/stratcliff.c: Some more strncpy tests.
128         Patch by Daniel Jacobowitz <drow@mvista.com>.
130 2002-09-08  Roland McGrath  <roland@redhat.com>
132         * resolv/resolv.h: Include <sys/types.h> for u_long even in
133         the [__need_res_state] case.
134         Reported by Bruno Haible <bruno@clisp.org>.
136 2002-09-04  Bruno Haible  <bruno@clisp.org>
138         * sysdeps/generic/bits/ustat.h: Comment fix.
139         * io/sys/sendfile.h: Comment fix.
140         * sysdeps/posix/pread.c: Comment fix.
141         * sysdeps/posix/pread64.c: Comment fix.
142         * sysdeps/posix/pwrite.c: Comment fix.
143         * sysdeps/posix/pwrite64.c: Comment fix.
145 2002-09-06  Roland McGrath  <roland@redhat.com>
147         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
148         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
149         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
150         (_UTSNAME_MACHINE_LENGTH): Likewise.
151         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
153 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
155         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
156         test for filesystem type name of mount points.
158         * include/errno.h: Use errno definition with __thread for now only
159         in libc and ld.so.
161         * test-skeleton.c (main): Improve error message for unexpected
162         signal case.
164 2002-09-05  Roland McGrath  <roland@redhat.com>
166         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
167         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
169 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
171         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
172         case of failure.
174 2002-09-04  Bruno Haible  <bruno@clisp.org>
176         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
177         sigset_get_old_mask): Turn into inline functions.
178         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
179         sigset_get_old_mask): Likewise.
180         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
181         sigset_get_old_mask): Likewise.
182         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
183         syntax.
185         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
187         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
188         default definitions.
189         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
190         _sys_nerr_internal instead of _sys_nerr.
192         * nscd/connections.c (handle_request): Declare CALLER inside #if.
194 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
196         * sysdeps/powerpc/__longjmp.S: Moved to...
197         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
198         * sysdeps/powerpc/add_n.S: Moved to...
199         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
200         * sysdeps/powerpc/addmul_1.S: Moved to...
201         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
202         * sysdeps/powerpc/atomicity.h: Moved to...
203         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
204         * sysdeps/powerpc/backtrace.c: Moved to...
205         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
206         * sysdeps/powerpc/bp-asm.h: Moved to...
207         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
208         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
209         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
210         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
211         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
212         * sysdeps/powerpc/dl-machine.c: Moved to...
213         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
214         * sysdeps/powerpc/dl-machine.h: Moved to...
215         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
216         * sysdeps/powerpc/dl-start.S: Moved to...
217         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
218         * sysdeps/powerpc/gprrest0.S: Moved to...
219         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
220         * sysdeps/powerpc/gprrest1.S: Moved to...
221         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
222         * sysdeps/powerpc/gprsave0.S: Moved to...
223         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
224         * sysdeps/powerpc/gprsave1.S: Moved to...
225         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
226         * sysdeps/powerpc/lshift.S: Moved to...
227         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
228         * sysdeps/powerpc/memset.S: Moved to...
229         * sysdeps/powerpc/powerpc32/memset.S: ...here.
230         * sysdeps/powerpc/mul_1.S: Moved to...
231         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
232         * sysdeps/powerpc/ppc-mcount.S: Moved to...
233         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
234         * sysdeps/powerpc/register-dump.h: Moved to...
235         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
236         * sysdeps/powerpc/rshift.S: Moved to...
237         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
238         * sysdeps/powerpc/setjmp.S: Moved to...
239         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
240         * sysdeps/powerpc/stpcpy.S: Moved to...
241         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
242         * sysdeps/powerpc/strchr.S: Moved to...
243         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
244         * sysdeps/powerpc/strcmp.S: Moved to...
245         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
246         * sysdeps/powerpc/strcpy.S: Moved to...
247         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
248         * sysdeps/powerpc/strlen.S: Moved to...
249         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
250         * sysdeps/powerpc/sub_n.S: Moved to...
251         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
252         * sysdeps/powerpc/submul_1.S: Moved to...
253         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
254         * sysdeps/powerpc/elf/bzero.S: Moved to...
255         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
256         * sysdeps/powerpc/elf/start.S: Moved to...
257         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
258         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
259         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
260         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
261         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
262         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
263         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
264         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
265         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
266         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
267         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
268         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
269         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
270         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
271         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
272         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
273         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
274         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
276         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
277         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
278         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
280         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
281         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
282         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
284         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
285         powerpc/powerpc64.
287 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
289         * FAQ.in: Add powerpc64 to supported targets list. Also state the
290         minimum gcc version is 3.2
291         * README: Add powerpc64 to supported targets list.
292         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
293         Add powerpc64 and machine=powerpc/powerpc64.
294         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
295         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
296         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
297         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
298         * sysdeps/powerpc/powerpc32/Dist: New file.
299         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
300         * sysdeps/powerpc/powerpc32/Implies: New file.
301         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
302         ($(with-fp) = no): Move test to powerpc32/Makefile.
303         ($(subdir) = misc): Move to powerpc32/Makefile.
304         ($(build-shared) = yes): Move to powerpc32/Makefile.
305         ($(subdir) = csu): Move to powerpc32/Makefile.
306         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
307         * sysdeps/powerpc/powerpc32/Makefile: New file.
308         * sysdeps/powerpc/Versions: Remove libgcc functions.
309         * sysdeps/powerpc/powerpc32/Versions: New file.
310         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
311         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
312         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
313         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
314         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
315         ($machine): Add powerpc/powerpc64 to if ... | for
316         libc_cv_slibdir=/libc64.
317         (powerpc*): Set ldd_rewrite_script.
318         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
319         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
320         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
321         Add clone.S.
322         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
323         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
324         functions.  Remove GLIBC_2.2 functions except getrlimit and
325         setrlimit.  Moved them to ...
326         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
328 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
330         * libio/tst-atime.c: Include <errno.h>.
331         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
333 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
335         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
336         warnings of some compilers.
337         (build_collating_symbol): Change the type of characters from
338         "unsigned char" to "char", and append a cast to "char*" pointer in
339         array subscript.
340         (build_collating_symbol): Likewise.
341         (build_equiv_class): Likewise.
342         (build_charclass): Likewise.
343         (re_compile_pattern): Remove incorrect cast.
344         (re_compile_fastmap_iter): Change the type of characters from
345         "unsigned char" to "char", and append a cast to "char*" pointer
346         in array subscript.
347         (parse_bracket_exp): Likewise.
348         * posix/regex_internal.c (re_string_construct_common): Likewise.
349         (re_string_allocate): Likewise.
350         (re_string_construct): Likewise.
351         (re_string_realloc_buffers): Likewise.
352         (build_wcs_buffer): Likewise.
353         (re_string_reconstruct): Likewise.
354         * posix/regex_internal.h: Change the type of characters in
355         re_string_t and bracket_elem_t from "unsigned char" to "char".
356         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
357         warnings of some compilers.
358         (transit_state_bkref_loop): Change the type of characters from
359         "unsigned char" to "char", and append a cast to "char*" pointer in
360         array subscript.
361         (check_node_accept_bytes): Likewise.
362         (find_collation_sequence_value): Likewise.
364 2002-09-04  Roland McGrath  <roland@redhat.com>
366         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
367         from 1024 to 65536, to avoid buffer overrun.
369 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
371         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
373 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
375         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
376         for filesystem.
378 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
380         * posix/bug-regex11.c: New test.
381         * posix/Makefile (tests): Add bug-regex11.
383 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
385         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
386         newlocale.
388 2002-09-02  Roland McGrath  <roland@redhat.com>
390         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
391         __pthread_initialize_minimal and __libc_check_standard_fds to
392         match the generic version.
394         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
395         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
397         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
398         warnings on platorms where char is unsigned.
400 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
402         * version.h (VERSION): Bump to 2.2.93.
404         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
406 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
408         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
409         as relocated.
411 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
413         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
415 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
417         * locale/localeinfo.h (struct locale_data): Add private.ctype.
418         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
419         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
420         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
421         (__wcsmbs_load_conv): Remove const from argument.
422         (_nl_cleanup_ctype): New proto.
423         (get_gconv_fcts): New function.
424         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
425         (__wcsmbs_to_wc): Rename back to...
426         (to_wc): ... this.
427         (__wcsmbs_gconv_fcts): Rename to...
428         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
429         (lock): Removed.
430         (__libc_setlocale_lock): New extern.
431         (__wcsmbs_load_conv): Remove const from argument.
432         Initialize new_category->private.ctype instead of a global
433         variable.
434         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
435         update_function_ptrs.  No locking is necessary.
436         (_nl_cleanup_ctype): New function.
437         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
438         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
439         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
440         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
441         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
442         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
443         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
444         * wcsmbs/wctob.c (wctob): Likewise.
445         * stdlib/mblen.c (mblen): Likewise.
446         * stdlib/mbtowc.c (mbtowc): Likewise.
447         * stdlib/wctomb.c (wctomb): Likewise.
448         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
449         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
450         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
451         Removed.
453 2002-09-02  Roland McGrath  <roland@frob.com>
455         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
457 2002-09-01  Roland McGrath  <roland@redhat.com>
459         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
460         Variable declarations removed.
461         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
462         these functions to replace them.
463         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
464         functions plus an indirection rather than the old global variables.
465         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
466         Macros removed.
467         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
468         inline functions.
469         * ctype/ctype-info.c: Revert last reversion back the other way.
470         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
471         Define real function versions of include/ctype.h inlines here.
472         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
473         __ctype_tolower_loc, __ctype_toupper_loc.
474         * locale/lc-ctype.c: Revert last reversion back the other way.
475         (_nl_postload_ctype): If current thread uses the global locale,
476         update its tsd vars.
477         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
478         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
479         CTYPE_TOLOWER, CTYPE_TOUPPER.
481         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
482         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
483         from __libc_tsd_threadvar_location.
484         (__libc_tsd_set, __libc_tsd_get): Update uses.
486 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
488         * ctype/ctype.h: Undo the patch before the last one.  Put back the
489         macro definitions for the standard functions to access the
490         classification and mapping arrays.
491         * include/ctype.h: Partly revert last patch.  Move the macro
492         definitions for the exported functions back to the public header.
493         #undef all the macros defined here before redefining.
494         * ctype/ctype-info.c: Revert last patch.
495         * locale/lc-ctype.c: Revert last patch.
497         * ctype/Makefile (routines): Add isctype.
498         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
499         * ctype/ctype.h: Add declaration of isctype.
500         * include/ctype.h: Declare __isctype.
501         * ctype/isctype.c: New file.
503 2002-09-01  Roland McGrath  <roland@redhat.com>
505         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
506         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
508         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
510         * locale/findlocale.c (_nl_remove_locale): Don't search in
511         _nl_locale_file_list if DATA->alloc is ld_archive.
512         Use _nl_unload_locale to do the rest of the work.
514         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
515         of new structure to UNDELETABLE.
517         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
518         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
519         towlower, towupper): Macros removed.
520         * ctype/ctype.h (__tobody): Put parens around macro argument.
521         (__isctype): Macro removed.
522         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
523         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
524         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
525         tolower, toupper): Macros and inlines removed.
526         * include/ctype.h [! NOT_IN_libc]
527         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
528         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
529         tolower, toupper): Define here instead, using _NL_CURRENT.
530         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
531         using _NL_CURRENT.
532         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
533         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
534         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
535         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
536         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
537         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
538         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
539         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
540         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
541         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
542         (ISSORTMASK): Update use.
543         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
544         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
545         (_nss_files_getENTNAME_r): Likewise.
546         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
547         Likewise.
549         * Makerules (all-nonlib): Renamed from all-tests.
550         Include $(others) here too.
551         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
552         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
553         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
554         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
555         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
556         the program modules via cppflags-iterator.mk.
557         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
558         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
560 2002-08-31  Roland McGrath  <roland@redhat.com>
562         * posix/tst-getconf.sh: If no third arg, work with static linking.
564         * locale/categories.def (LC_TIME): No more _nl_postload_time.
566         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
567         [_NL_CURRENT_INDIRECT].
569 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
571         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
573 2002-08-31  Roland McGrath  <roland@redhat.com>
575         * locale/newlocale.c (__newlocale): Don't use strdup for names.
576         Instead, make the single allocation of the structure larger to hold
577         the name strings.
578         * locale/duplocale.c (__duplocale): Don't strdup names individually.
579         Instead, calculate size for a single allocation and copy into it.
580         * locale/freelocale.c (__freelocale): Don't free names individually.
582         * locale/newlocale.c (__newlocale): Don't leak old data or names.
584         * locale/xlocale.h (__locale_struct): Move __names member last,
585         for binary compatibility.
587         * locale/duplocale.c (__duplocale): Free names from the right array.
589         * locale/uselocale.c (__uselocale): Return previous locale when
590         setting a new one.
592         * locale/newlocale.c: Commit changes from 2002-08-30
593         batch where I failed to commit this file:
594         (__newlocale): Fill in __names array.
596 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
598         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
599         errlist-compat.c if versioning==yes.
601 2002-08-31  Andreas Jaeger  <aj@suse.de>
603         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
604         external functions with hidden attribute.
605         (elf_machine_rela): Optimize.
607         * sysdeps/x86_64/memset.S: New file.
608         * sysdeps/x86_64/bzero.S: New file.
609         * sysdeps/x86_64/stpcpy.S: New file.
610         * sysdeps/x86_64/strcat.S: New file.
611         * sysdeps/x86_64/strchr.S: New file.
612         * sysdeps/x86_64/strcpy.S: New file.
613         * sysdeps/x86_64/strcspn.S: New file.
614         * sysdeps/x86_64/strlen.S: New file.
615         * sysdeps/x86_64/strpbrk.S: New file.
616         * sysdeps/x86_64/strspn.S: New file.
617         * sysdeps/x86_64/strcmp.S: New file.
618         * sysdeps/x86_64/strtok_r.S: New file.
619         * sysdeps/x86_64/strtok.S: New file.
620         * sysdeps/x86_64/memcpy.S: New file.
621         * sysdeps/x86_64/mempcpy.S: New file.
623         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
625         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
627 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
629         * stdio-common/Makefile (generated): Add errlist-compat.c.
631         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
633         * locale/localeinfo.h: Pretty printing.
635         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
636         form_number handling.
638 2002-08-31  Andreas Jaeger  <aj@suse.de>
640         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
641         double tests.
643         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
644         __start_context.
646         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
648         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
650         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
651         registers used for passing args.
653         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
654         all needed registers.
656         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
657         registers.
659         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
660         registers.
662 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
664         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
665         always_inline attribute.
667 2002-08-30  Roland McGrath  <roland@redhat.com>
669         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
670         presume it's the stub and bail without error.
672         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
673         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
675         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
677         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
678         macros replace the i686 versions for 64-bit mode.
680         * locale/duplocale.c: Include <string.h>.
682         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
683         [_LIBC] (category_to_name): Don't define the function.  Instead
684         define a macro using _nl_category_names.
686         * locale/xlocale.h (struct __locale_struct): New member `__names'.
687         * locale/xlocale.c (_nl_C_locobj): Update initializer.
688         * locale/global-locale.c (_nl_global_locale): Likewise.
689         * locale/duplocale.c (__duplocale): strdup __names elements.
690         * locale/freelocale.c (__freelocale): Free __names elements.
691         * locale/localename.c (_nl_current_names): Variable removed.
692         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
693         * locale/localeinfo.h (_nl_current_names): Removed decl.
694         * locale/setlocale.c: Use _nl_global_locale->__names in place of
695         _nl_current_names throughout.
697         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
699         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
700         and sys_nerr in the output file.
702         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
703         * scripts/cpp: Just use the environment variable.
705         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
706         * libio/tst-mmap-offend.c (do_test): Likewise.
707         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
708         * libio/tst-mmap-eofsync.c (do_test): Likewise.
709         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
711         * locale/localename.c: If the current locale is the global locale, use
712         _nl_current_names; otherwise use the locale object.
714 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
716         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
717         'm' to enable mmap I/O.
718         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
719         former wasn't used (anymore?).
720         (_IO_FLAGS2_MMAP): New define.
721         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
722         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
723         _IO_FLAGS2_MMAP bit is set.
724         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
725         Enable mmap-using mode only if 'm' was set.
727 2002-08-29  Roland McGrath  <roland@frob.com>
729         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
731         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
732         Change argument type from int to intptr_t.
734         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
735         initializer on [! _HURD_THREADVAR_H] (bad kludge).
736         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
737         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
738         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
740         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
742         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
744         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
746         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
747         * assert/assert-perr.c: Add libc_hidden_def.
748         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
750         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
751         found at all.
752         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
753         sys_errlist stuff to ...
754         * sysdeps/unix/sysv/linux/Versions: ... here.
756         * mach/mach.h: Include <features.h>.
758 2002-08-29  Roland McGrath  <roland@redhat.com>
760         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
761         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
762         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
764         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
766         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
767         (norm_add_slashes): alloca -> __alloca
769 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
771         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
772         string_malloced, it is unlikely to be set.
773         Only call free with non-NULL workspace.
774         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
775         -mcpu=ultrasparc, not only tune for it.
776         (ASFLAGS*): Set unconditionally.
778         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
779         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
780         p_vaddr/p_offset when computing LOADADDR.
782 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
784         * version.h (VERSION): Bump to 2.2.92.
786         * time/Makefile (tst-ftime_l-ENV): New variable.
788         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
790         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
791         <U017A>, <U017D> and <U0179>. Add missing mappings.
792         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
794         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
795         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
796         (struct tostruct): Use ACRINDEX as type for link field.
797         (statuc gmonparam): Likewise for froms.
798         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
799         kcount and froms.
800         (write_call_graph): Use correct type for from_index and to_index.
801         * gmon/mcount.c: Use correct types for frompcindex and toindex
802         variables.
803         Patches by Dan Kegel <dank@kegel.com>.
805         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
806         canonical name.
808         * time/strptime.c (ISSPACE): New #define.  Use isspace or
809         __isspace_l.  Replace calls to isspace.
810         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
812 2002-08-29  Roland McGrath  <roland@redhat.com>
814         * string/tst-strxfrm.c: Remove __ from function names.
816 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
818         * include/wchar.h: Declare __mbsrtowcs_l.
819         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
820         * wcsmbs/mbsrtowcs.c: Add support for compilation with
821         USE_IN_EXTENDED_LOCALE_MODEL.
822         * wcsmbs/mbsrtowcs_l: New file.
823         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
824         define as static.  Change all uses.
825         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
826         Change all callers.
827         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
828         * time/strftime.c: When translating for the extended locale model
829         use the _l functions.
830         * time/Makefile (tests): Add tst-ftime_l.
831         * time/tst-ftime_l.c: New file.
833 2002-08-28  Roland McGrath  <roland@redhat.com>
835         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
836         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
837         from _nl_find_locale ok if for _nl_C_name.
839         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
840         iterator to refer to each category's _nl_current_LC_FOO symbol, so
841         we know they are all linked in.
843         * NEWS: Added 2.2.6 text from 2.2 branch version.
845         * time/strptime.c (strptime_internal): Remove spurious const.
847         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
848         _nl_select_era_entry): Moved to ...
849         * time/era.c: ... here, new file.
850         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
851         Add internal_function to definitions.  Take an additional argument
852         giving the `struct locale_data *' to use.
853         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
854         _nl_parse_alt_digit): Moved to ...
855         * time/alt_digit.c: ... here, new file.
856         * time/lc-time-cleanup.c: New file.
857         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
858         * locale/localeinfo.h (_nl_postload_time): Remove decl.
859         (_nl_cleanup_time): Declare it.
860         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
861         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
862         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
863         * time/strftime.c: Pass locale data to helper functions.
864         * time/strptime.c: Likewise.
866         * locale/localeinfo.h (struct locale_data): New member `private'
867         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
868         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
869         * locale/C-collate.c: Update initializer.
870         * locale/C-identification.c: Likewise.
871         * locale/C-measurement.c: Likewise.
872         * locale/C-telephone.c: Likewise.
873         * locale/C-address.c: Likewise.
874         * locale/C-name.c: Likewise.
875         * locale/C-paper.c: Likewise.
876         * locale/C-time.c: Likewise.
877         * locale/C-numeric.c: Likewise.
878         * locale/C-monetary.c: Likewise.
879         * locale/C-messages.c : Likewise.
880         * locale/C-ctype.c: Likewise.
882         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
883         Redefine this too.
885 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
887         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
888         (_rtld_global): Use it.
890         * sysdeps/gnu/Dist: Remove errlist-compat.c.
891         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
892         object directory.  Pass all Versions files to the awk script.
893         * sysdeps/gnu/errlist-compat.c: Removed.
894         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
895         first Versions file in the search path which has them.
896         Allow multiple errlist symbol versions to have the same count of
897         errors.
898         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
899         of "errlist-compat.c".
900         * sysdeps/gnu/errlist.c: Regenerated.
901         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
902         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
903         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
904         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
905         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
906         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
907         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
908         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
909         ECANCELLED if not defined by kernel headers.
910         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
911         already defined by kernel headers.
912         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
913         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
914         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
915         is a macro.
916         * Versions.def (GLIBC_2.3) [librt]: Add.
918         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
920 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
922         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
923         missing comma to .type directive.
925 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
927         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
928         unconditionally.
929         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
930         check.
931         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
933 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
935         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
936         check to close_and_out close.  Replace return NULL statements where
937         fd might be >= 0 with goto close_and_out.  Close the file descriptor
938         when it is no longer needed.
940 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
942         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
943         string constants.
944         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
945         * sysdeps/arm/dl-machine.h: Likewise.
946         * sysdeps/cris/dl-machine.h: Likewise.
947         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
948         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
950 2002-08-28  Roland McGrath  <roland@redhat.com>
952         * Makeconfig (default_cflags): Revert unintended change.
954 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
956         * version.h (VERSION): Bump to 2.2.91.
958         * configure.in: Disable TLS support by default for now.
960         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
962         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
963         warnings.
965         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
967         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
968         fprintf/fwprintf calls.
970 2002-08-28  Roland McGrath  <roland@redhat.com>
972         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
973         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
975         * locale/setlocale.c: Declare postload functions weak.
977         * elf/tst-tls1-static.c: New file.
978         * elf/tst-tls2-static.c: New file.
979         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
981         Make uselocale support static linking.
982         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
983         This file again just defines _nl_C_locobj.
984         (_nl_C_locobj): Use a categories.def iterator in the initializer.
985         * locale/global-locale.c: New file.  Define _nl_global_locale here,
986         using all weak references in the initializer.
987         * locale/Makefile (aux): Add global-locale.
988         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
989         these unconditional, along with the tsd decl.
990         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
991         Define it under these conditions.
992         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
993         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
994         `extern __thread struct locale_data *const *'.
995         [NL_CURRENT_INDIRECT]
996         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
997         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
998         the thread variable _nl_current_LC_FOO and also a special absolute
999         symbol _nl_current_LC_FOO_used.
1000         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
1001         Set each _nl_current_LC_FOO symbol to point into the new locale,
1002         using weak references to test if _nl_current_LC_FOO_used was linked in.
1003         * locale/setlocale.c [! SHARED]: Replace this conditional ...
1004         [NL_CURRENT_INDIRECT]: ... with this one.
1005         (_nl_current, _nl_C): Variables removed.
1006         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
1007         weak references to _nl_current_LC_FOO_used.
1008         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
1009         (free_category): New function, broken out of ...
1010         (free_mem): ... here.  Call that.
1011         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
1012         instead of a loop.
1014         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
1015         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
1016         it is already absolute.
1018         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
1019         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
1020         [$(build-static) = yes] (tests-static): New variable.
1021         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
1023 2002-08-26  Christoph Hellwig  <hch@lst.de>
1025         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
1026         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
1028 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1030         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
1032         * sysdeps/s390/Dist: Add bits/link.h.
1034         * sysdeps/sh/Dist: New file.
1036         * sysdeps/ia64/Dist: Add ia64libgcc.S.
1038         * sysdeps/wordsize-32/Dist: New file.
1040         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
1041         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1042         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1044         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
1045         sys/personality.h.
1047         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
1048         sparc/dl-brk.S.
1050         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
1052         * sysdeps/unix/bsd/sun/Dist: New file.
1054         * sysdeps/unix/bsd/osf/Dist: New file.
1056         * sysdeps/unix/bsd/hp/Dist: New file.
1058         * sysdeps/unix/arm/Dist: New file.
1060         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
1062         * sysdeps/mach/hurd/Dist: Add set-init.c.
1064         * sysdeps/i386/Dist: Add bits/link.h.
1066         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
1068         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
1070         * locale/Makefile (distribute): Add hashval.h.
1072         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
1074         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
1076         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
1077         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
1078         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
1079         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
1080         implementations.
1081         * libio/stdio.h: Likewise.
1082         * locale/locale.h: Likewise.
1083         * math/math.h: Likewise.
1084         * math/bits/mathcalls.h: Likewise.
1085         * setjmp/setjmp.h: Likewise.
1086         * signal/signal.h: Likewise.
1087         * stdlib/stdlib.h: Likewise.
1088         * string/string.h: Likewise.
1089         * time/time.h: Likewise.
1090         * wcsmbs/wchar.h: Likewise.
1091         * wctype/wctype.h: Likewise.
1093 2002-08-28  Roland McGrath  <roland@redhat.com>
1095         * locale/tst-C-locale.c (run_test): Remove __ from function names.
1097 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1098             Roland McGrath <roland@redhat.com>
1100         * locale/hashval.h (compute_hashval): Use prototype defn.
1101         (hashval_t): New macro, defined to unsigned long int
1102         if not already defined.
1103         (compute_hashval): Return hashval_t instead of unsigned long int.
1104         * locale/loadarchive.c (hashval_t): New macro.
1105         * locale/programs/locarchive.c: Include hashval.h directly instead
1106         of simple-hash.h.
1107         (compute_hashval, hashval_t): Define these macros first.
1108         (insert_name): Use archive_hashval instead of compute_hashval.
1109         (add_locale, delete_locales_from_archive): Likewise.
1111 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1113         * locale/programs/locarchive.c (insert_name): Suppress warnings about
1114         hash collisions if be_quiet.
1116 2002-08-27  Roland McGrath  <roland@redhat.com>
1118         * locale/locale.h (__newlocale, __duplocale, __freelocale,
1119         __uselocale): Don't declare these any more.
1120         * include/locale.h (__uselocale): Declare here instead, using __typeof.
1122         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
1123         and treat it as an EOF return.
1124         * sysdeps/unix/readdir_r.c: Likewise.
1126         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
1127         From Alexandre Oliva <aoliva@redhat.com>.
1128         * sysdeps/gnu/errlist-compat.c: Regenerated.
1130 2002-08-27  Brian Youmans  <3diff@gnu.org>
1132         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
1133         wording at request of copyright holder Stephen Moshier.
1134         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1135         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1136         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1137         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1138         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1139         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1140         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1141         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1142         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1143         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1144         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1145         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1146         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1147         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1149 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1151         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1152         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1153         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1154         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1155         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1156         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1157         * wctype/iswctype_l.c (iswctype_l): Likewise.
1159 2002-08-27  Roland McGrath  <roland@redhat.com>
1161         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1163         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1164         * stdlib/stdlib.h: Don't declare __*_l names.
1165         * include/stdlib.h: Declare them here instead.
1166         * include/string.h: Don't declare __*_l names.
1167         * string/string.h: Declare them here instead.
1168         * time/time.h: Don't declare __*_l names.
1169         * include/time.h: Declare them here instead.
1170         * wcsmbs/wchar.h: Don't declare __*_l names.
1171         * include/wchar.h: Declare them here instead.
1172         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
1173         Don't declare __*_l names.
1174         * include/wctype.h: Declare them here instead.
1175         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
1176         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
1177         * locale/langinfo.h: Don't declare __nl_langinfo_l.
1178         * include/langinfo.h: Declare it here with __typeof.
1180         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
1181         instead, taking an extra __locale_t argument.
1182         * time/Makefile (routines): Add strptime_l.
1183         * time/time.h (__strptime_l, strptime_l): Declare them.
1184         * time/strptime_l.c: New file.
1186         * time/time.h (__strftime_l, strftime_l): Declare them.
1187         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
1188         * time/strftime_l.c: New file.
1189         * time/wcsftime_l.c: New file.
1190         * time/Makefile (routines): Add strftime_l, wcsftime_l.
1191         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
1192         strftime_l, wcsftime_l.
1193         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
1194         or __wcsftime_l instead, taking an extra __locale_t argument.
1196         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
1197         (libc: GLIBC_2.3): ... here.
1199 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1201         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
1203         * Makefile (distribute): Add LICENSES.
1205         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
1206         sys/debugreg.h.
1208         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
1210         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
1212         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
1214         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
1216         * sysdeps/mach/hurd/alpha/Dist: New file.
1218         * sysdeps/arm/Dist: Add bits/link.h.
1220         * sunrpc/Makefile: Distribute thrsvc.
1222         * stdio-common/Makefile: Remove more left-overs from old stdio.
1224         * include/linewrap.h: Removed.
1226         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
1228         * intl/Makefile (distribute): Add plural-eval.c.
1230 2002-08-27  Roland McGrath  <roland@redhat.com>
1232         * manual/sysinfo.texi (Mount Information): Correct file name to macro
1233         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
1234         Say mtab is in either /var/run or /etc.
1236 2002-08-26  Roland McGrath  <roland@redhat.com>
1238         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
1239         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1241         * sysdeps/gnu/Versions: New file.
1242         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
1243         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
1244         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
1245         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
1246         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
1247         and _sys_nerr_internal instead of anything else.  Make it include
1248         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
1249         Make it emit some asm magic if [EMIT_ERR_MAX].
1250         * sysdeps/gnu/errlist.c: Regenerated.
1251         * sysdeps/gnu/errlist-compat.awk: New file.
1252         * sysdeps/gnu/errlist-compat.c: New file (generated).
1253         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
1254         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
1255         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
1256         (SYS_ERRLIST, SYS_NERR): Macros removed.
1257         (sys_nerr, _sys_nerr): Remove these weak aliases.
1258         * sysdeps/unix/sysv/linux/errlist.c: File removed.
1259         * sysdeps/unix/sysv/linux/errlist.h: File removed.
1260         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
1262         * include/libc-symbols.h (declare_symbol): New macro.
1263         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
1264         * configure.in: New check to define it.
1265         * configure: Regenerated.
1267 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1269         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
1270         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
1272         * Make-dist: Remove traces of old stdio.
1273         * Makeconfig: Likewise.
1275         * locale/Makefile (localedef-aux): New variable.  Only md5
1276         assigned to it.  These files are not ddistributed in this directory.
1278         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
1279         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
1280         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
1282         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
1284         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
1285         set h_errno to NO_RECOVERY [PR libc/4360].
1287 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1289         * libio/Makefile (tests): Add bug-fopena+.
1290         * libio/bug-fopena+.c: New file.
1291         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
1292         file for _IO_IS_APPENDING if file isn't opened for reading, too.
1294         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
1296         * locale/xlocale.c: Fix the last change.  The variable still has
1297         to end in _data.
1298         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
1299         (__libc_tsd_set): Add _data prefix to variable name.
1301 2002-08-26  Roland McGrath  <roland@redhat.com>
1303         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
1304         macro with inline function.
1305         (sigset_get_old_mask): Likewise.
1306         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
1307         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1308         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1309         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
1310         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
1311         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
1312         values.
1313         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
1314         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
1316 2002-07-06  Bruno Haible  <bruno@clisp.org>
1318         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
1319         sigset_get_old_mask): Make it work with larger sigset_t.
1320         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
1321         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1322         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1324 2002-08-26  Roland McGrath  <roland@redhat.com>
1326         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
1327         * manual/filesys.texi (File Times): Document lutimes and futimes.
1328         * misc/Makefile (routines): Add them.
1329         * misc/Versions (libc: GLIBC_2.3): Likewise.
1330         * sysdeps/generic/lutimes.c: New file.
1331         * sysdeps/generic/futimes.c: New file.
1332         * sysdeps/mach/hurd/lutimes.c: New file.
1333         * sysdeps/mach/hurd/futimes.c: New file.
1335         * manual/filesys.texi (File Times): Add explicit note about null
1336         pointer argument to utimes.
1338 2002-08-26  Roland McGrath  <roland@frob.com>
1340         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
1341         (__ifreq): Add a cast.  Remove an unused variable.
1343         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
1344         _HURD_THREADVAR_LOCALE.
1346 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
1348         * posix/regexec.c (re_search_stub): Return correct match length
1349         if start != 0.
1350         * posix/bug-regex10.c: New test.
1351         * posix/Makefile (tests): Add bug-regex10.
1353 2002-08-26  Brian Youmans  <3diff@gnu.org>
1355         * COPYING.LIB: Replaced with fresh copy from
1356         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
1357         suggested copying permission notice now says version 2.1 instead
1358         of version 2.
1360         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
1361         from Library GPL.
1362         * crypt/crypt_util.c: Likewise.
1363         * crypt/ufc.c: Likewise.
1364         * elf/dl-conflict.c: Likewise.
1365         * elf/dl-iteratephdr.c: Likewise.
1366         * iconv/iconvconfig.h: Likewise.
1367         * malloc/arena.c: Likewise.
1368         * malloc/hooks.c: Likewise.
1369         * malloc/malloc.c: Likewise.
1370         * posix/glob/Makefile.ami: Likewise.
1371         * posix/glob/Makefile.in: Likewise.
1372         * stdlib/gmp-impl.h: Likewise.
1373         * stdlib/gmp.h: Likewise.
1374         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
1375         * sysdeps/generic/strnlen.c: Likewise.
1376         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
1377         * sysdeps/mach/hurd/recvmsg.c: Likewise.
1378         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1379         * sysdeps/mach/hurd/spawni.c: Likewise.
1380         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1381         * sysdeps/mach/powerpc/sysdep.h: Likewise.
1382         * sysdeps/mach/powerpc/thread_state.h: Likewise.
1383         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1384         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
1385         * sysdeps/x86_64/gmp-mparam.h: Likewise.
1387         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
1388         Lesser GPL copying permission notice from 2 to 2.1.
1389         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
1390         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
1391         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1392         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
1393         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1394         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1395         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1396         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1397         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1398         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1399         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1400         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1401         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1402         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1403         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1404         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1405         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1406         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1407         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1408         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1409         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1410         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1411         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1412         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1413         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1414         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1415         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1416         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1417         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1418         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1419         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1420         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1421         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1422         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1423         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1424         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1425         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1426         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1427         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1428         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1429         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1430         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1431         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1432         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1433         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1434         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1435         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1436         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1437         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1438         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1439         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1440         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1441         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1442         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1443         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1445         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
1446         Moshier and Lesser GPL copying permission notice, per license from
1447         Moshier.
1448         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1449         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1450         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1451         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1452         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1453         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1454         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1455         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1456         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1457         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1458         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1459         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1460         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1461         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1463         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
1464         notice, per license from copyright holder Stephen Moshier.
1465         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1466         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1467         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1468         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1469         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1470         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1471         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1472         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1473         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1475 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1477         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
1478         (shared-only-routines): Likewise.
1480 2002-08-26  Roland McGrath  <roland@redhat.com>
1482         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
1483         name of "", store a null pointer instead.
1485         * configure.in (elf): Set to yes for freebsd*, netbsd*.
1486         * configure: Regenerated.
1488         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1489         Initialize this instead of __libc_tsd_LOCALE_data.
1491         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1492         ptsname_r to EINVAL.
1494         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1496         * rt/Makefile: Revert last change, it was inappropriate to presume aio
1497         implementations depend on pthreads.
1498         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1499         * rt/tst-aio64.c (do_test): Likewise.
1500         * rt/tst-aio2.c (do_test): Likewise.
1501         * rt/tst-aio3.c (do_test): Likewise.
1502         * rt/tst-aio4.c (do_test): Likewise.
1503         * rt/tst-aio5.c (do_test): Likewise.
1504         * rt/tst-aio6.c (do_test): Likewise.
1505         * rt/tst-aio7.c (do_test): Likewise.
1507         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1508         void so as to avoid compiler warnings.
1510         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1511         _IO_wide_data_FD, which is never used here.
1513         * libio/iofread.c
1514         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1515         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1516         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1518         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1519         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1521         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1522         (closelog): Likewise.
1524 2002-07-06  Bruno Haible  <bruno@clisp.org>
1526         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1528         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1529         * sysdeps/unix/alpha/pipe.S: ... here.
1530         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1532         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1534         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1535         * sysdeps/unix/i386/fork.S: Likewise.
1536         * sysdeps/unix/i386/pipe.S: Likewise.
1537         * sysdeps/unix/i386/wait.S: Likewise.
1539         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1540         * sysdeps/unix/arm/fork.S: Likewise.
1542         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1543         arguments.
1544         (DO_CALL): Swap argument order.
1545         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1546         arguments.
1547         (DO_CALL): Swap argument order.
1548         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1549         arguments.
1550         (DO_CALL): Swap argument order.
1551         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1552         arguments.
1553         (DO_CALL): Swap argument order.
1554         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1555         arguments.
1556         (DO_CALL): Swap argument order.
1557         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1558         arguments.
1559         (DO_CALL): Swap argument order.
1560         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1561         arguments.
1562         (DO_CALL): Swap argument order.
1564         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1565         (L): Define right for ELF.
1566         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1567         Now defined in sysdeps/i386/sysdep.h.
1569         * sysdeps/posix/readv.c: Ansify function definition.
1570         * sysdeps/posix/writev.c: Likewise.
1572         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1573         have the same size. Avoid direct cast from size_t to off_t.
1575         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
1576         nul byte in entry[n].ut_user.
1577         (simulate_logout): Likewise.
1579         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
1580         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
1581         existence of corresponding members of 'struct utmp'.
1582         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
1583         !_HAVE_UT_TYPE.
1585         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
1586         allocate a buffer of at least BUFSIZ bytes, not just of
1587         sizeof (struct dirent).
1589         * sysdeps/generic/glob.c: Include <limits.h>.
1590         (NAME_MAX): Define a fallback.
1591         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
1592         stack.
1593         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
1594         (main): Allocate enough room for a 'struct dirent64' on the stack.
1595         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
1596         'struct dirent'.
1598         * sysdeps/unix/sysv/linux/init-first.c: Don't include
1599         kernel-features.h.
1601         * inet/htontest.c: Include <sys/types.h>.
1603         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
1605         * include/sys/sysctl.h: Comment fix.
1607         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
1608         _dl_load_lock.
1609         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
1611         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
1613         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
1614         (__getpeername): New alias.
1615         (__getsockname): New alias.
1616         (__socket): New alias.
1618         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
1620         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
1621         (__fcntl_internal): New alias.
1622         (__profil): New alias.
1624 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1626         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
1627         entry was for getaddr* lookup or not.  Add only matching cache
1628         entry.  Change all callers [PR libc/4317].
1630         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
1631         finding the read position [PR libc/4265].
1632         * libio/Makefile (tests): Add bug-rewind2.
1633         * libio/bug-rewind2.c: New file.
1635         * libio/bug-rewind.c: Fix creation of temp file.
1637 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1639         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
1640         neither SUCCESS nor TRYAGAIN [PR libc/4259].
1641         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
1642         to ENOENT if no entry is found.
1643         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
1644         failure.
1645         * nis/nss_compat/compat-initgroups.c: Likewise.
1646         * nis/nss_compat/compat-pwd.c: Likewise.
1647         * nis/nss_compat/compat-spwd.c: Likewise.
1648         * nis/nss_nis/nis-alias.c: Likewise.
1649         * nis/nss_nis/nis-ethers.c: Likewise.
1650         * nis/nss_nis/nis-grp.c: Likewise.
1651         * nis/nss_nis/nis-hosts.c: Likewise.
1652         * nis/nss_nis/nis-initgroups.c: Likewise.
1653         * nis/nss_nis/nis-netgrp.c: Likewise.
1654         * nis/nss_nis/nis-network.c: Likewise.
1655         * nis/nss_nis/nis-proto.c: Likewise.
1656         * nis/nss_nis/nis-publickey.c: Likewise.
1657         * nis/nss_nis/nis-pwd.c: Likewise.
1658         * nis/nss_nis/nis-rpc.c: Likewise.
1659         * nis/nss_nis/nis-service.c: Likewise.
1660         * nis/nss_nis/nis-spwd.c: Likewise.
1661         * resolv/nss_dns/dns-host.c: Likewise.
1662         * resolv/nss_dns/dns-network.c: Likewise.
1663         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
1664         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1665         * nis/nss_nisplus/nisplus-grp.c: Likewise.
1666         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1667         * nis/nss_nisplus/nisplus-network.c: Likewise.
1668         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1669         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1670         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1671         * nis/nss_nisplus/nisplus-service.c: Likewise.
1672         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1673         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
1674         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
1675         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
1676         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
1678         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
1679         declaring __restore and __restore_rt as hidden (if possible).
1681 2002-08-25  Roland McGrath  <roland@redhat.com>
1683         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
1685         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
1686         (getutent_r_file, internal_getut_r): Updated all callers.
1687         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
1689 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1691         * locale/programs/locale.c: Don't print aliases for non-existing
1692         locales for 'locale -a'.
1693         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
1695 2002-07-19  H.J. Lu  <hjl@gnu.org>
1697         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
1699 2002-07-16  H.J. Lu  <hjl@gnu.org>
1701         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1702         sys/personality.h.
1703         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
1705 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1707         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
1708         not moved ahead of the fputs call.
1709         * elf/tst-tlsmod2.c (in_dso): Likewise.
1710         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1711         * elf/tst-tlsmod4.c (in_dso): Likewise.
1713 2002-08-25  Andreas Schwab  <schwab@suse.de>
1715         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
1717 2002-08-25  Roland McGrath  <roland@redhat.com>
1719         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
1720         resetting handler, to avoid the possibility of a spurious SIGALRM
1721         delivered to the user's handler.
1722         Reported by Amit D. Chaudhary <amitc@brocade.com>,
1724         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
1725         set -fkeep-inline-functions, which is not needed for the current file.
1727         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
1728         (_dl_setup_hash): Add attribute_hidden.
1729         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
1730         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
1731         (_dl_new_object, _dl_map_object_deps): Likewise.
1732         (_dl_map_object_deps_internal): Remove decl.
1733         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
1735         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
1736         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
1737         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
1738         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
1739         instead relying on the compiler to produce only GOTOFF variable refs.
1741 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1743         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
1745         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
1746         inline to avoid defining it in every file which includes this header.
1748         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
1749         defining DONT_USE_BOOTSTRAP_MAP.
1751         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
1752         * libio/tst-mmap-setvbuf.c (main): Likewise.
1753         * libio/tst-widetext.c (main): Likewise.
1755         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
1756         message.
1757         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1758         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1760         * sysdeps/i386/elf/configure.in: Unconditionally define
1761         PI_STATIC_AND_HIDDEN.
1762         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
1763         PI_STATIC_AND_HIDDEN is defined as well.
1764         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
1766 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
1768         * sysdeps/ia64/bzero.S: Define __bzero as well.
1770         * locale/programs/charmap.c (charmap_new_char): Don't use
1771         ULONG_MAX as maximum UCS4 value.
1773         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
1775         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
1777         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
1778         * malloc/malloc.c (mALLINFo): Likewise.
1780         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
1782         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
1783         examining result of _IO_do_flush call.
1785         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
1786         Use prec not spec when sizing buffers.
1788         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
1789         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
1790         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
1791         * stdio-common/vfscanf.c (inchar): Likewise.
1792         * misc/efgcvt_r.c (fcvt_r): Likewise.
1793         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
1794         * elf/readlib.c (process_file): Likewise.
1795         * elf/sprof.c (load_profdata): Likewise.
1796         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
1797         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
1798         * locale/programs/charmap.c (charmap_read): Likewise.
1799         * libio/fileops.c: Likewise.
1800         * libio/fmemopen.c: Likewise.
1801         * stdlib/strtod.c: Likewise.
1802         * elf/dl-load.c: Likewise.
1803         * iconv/iconvconfig.c: Likewise.
1804         * iconv/iconv_prog.c (process_block): Likewise.
1805         * elf/rtld.c (dl_main): Likewise.
1807         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
1808         macro to calm down the compiler.
1810         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
1812         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
1814         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
1815         placement of errno definition.
1816         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
1817         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
1818         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
1819         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1820         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1822         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
1823         from 1024 to 65536, to avoid buffer overrun.
1825 2002-08-16  Paul Eggert  <eggert@twinsun.com>
1827         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
1828         from 1024 to 65536, to avoid buffer overrun.
1829         * resolv/res_query.c (MAXPACKET): Likewise.
1831 2002-08-24  Andreas Jaeger  <aj@suse.de>
1833         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
1835 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
1837         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
1838         two52 locally.
1839         (log2): Likewise.
1840         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
1841         Patch by Simon Gee <simong@agile.tv>.
1843         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
1844         Prefer reading /proc/stat since it is more uniform across
1845         architectures.
1847         * manual/texinfo.tex: Update to latest official version.
1849         * sysvipc/sys/shm.h: Remove SHMLBA definition.
1850         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
1851         * sysdeps/gnu/bits/shm.h: Likewise.
1852         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
1853         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
1854         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
1855         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
1856         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1857         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
1858         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
1859         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
1860         since this is what the kernel says.
1862         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
1863         since ssize_t is needed as well.  Replace const with __const.
1865 2002-08-23  Roland McGrath  <roland@redhat.com>
1867         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
1868         __malloc_hook, __realloc_hook, __memalign_hook,
1869         __after_morecore_hook): Variable definitions moved to ...
1870         * malloc/malloc.c: ... here, so as to be before all references.
1872         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
1873         global variable reference in an unused asm parameter, to ensure the
1874         compiler has set up the GOT register before we use it.
1876         * malloc/hooks.c: Move variable definitions ahead of uses.
1877         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
1878         initializers that make reference to variables they define.
1880 2002-08-23  Andreas Jaeger  <aj@suse.de>
1882         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
1883         alloca, free, qsort.
1885         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
1887         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
1888         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1890         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
1891         <hch@lst.de>.
1892         * sysdeps/generic/fgetxattr.c: New file.
1893         * sysdeps/generic/flistxattr.c: New file.
1894         * sysdeps/generic/fremovexattr.c: New file.
1895         * sysdeps/generic/fsetxattr.c: New file.
1896         * sysdeps/generic/getxattr.c: New file.
1897         * sysdeps/generic/listxattr.c: New file.
1898         * sysdeps/generic/lgetxattr.c: New file.
1899         * sysdeps/generic/llistxattr.c: New file.
1900         * sysdeps/generic/lremovexattr.c: New file.
1901         * sysdeps/generic/lsetxattr.c: New file.
1902         * sysdeps/generic/removexattr.c: New file.
1903         * sysdeps/generic/setxattr.c: New file.
1904         * misc/Makefile (headers): Add sys/xattr.h.
1905         (routines): Add *xattr calls.
1906         * misc/Versions: Add *xattr calls with version 2.3.
1907         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
1908         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1909         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1910         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1911         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1912         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1913         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1914         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1916 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
1918         * sysdeps/powerpc/elf/libc-start.c
1919         (__cache_line_size): Declare.
1920         (__aux_init_cache): New function.
1921         (__libc_start_main): Change type of `auxvec' parameter to
1922         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
1923         __aux_init_cache.
1924         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1925         (__cache_line_size): Declare.
1926         (__aux_init_cache): New function.
1927         (DL_PLATFORM_INIT): Define.
1928         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
1929         value to select the correct stride for dcbz.
1931 2002-08-22  Andreas Jaeger  <aj@suse.de>
1933         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
1934         shmat.
1936 2002-08-22  Roland McGrath  <roland@redhat.com>
1938         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
1939         position indicated by locrectab against file bounds before rounding to
1940         page size.  In mapping loop, always set TO before breaking out of
1941         contiguous range coalescing loop.
1943         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
1944         (or MAP_COPY if available) instead of MAP_SHARED.
1946         * scripts/firstversions.awk: When encountering a version newer than
1947         the specified earliest version, be sure to emit the specified earliest
1948         version first if any renaming of an older version to that has been.
1950 2002-08-21  Roland McGrath  <roland@redhat.com>
1952         * configure.in: Make GCC version check require 3.[2-9]* and no others.
1953         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
1954         (Configuring and compiling): Don't mention older GCC versions any more.
1955         * INSTALL: Regenerated.
1957         * manual/install.texi (Configuring and compiling, Installation,
1958         Running make install, Linux): Linux -> GNU/Linux where appropriate.
1960         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
1961         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
1962         and with noinline otherwise.  Remove hack alloca use to prevent
1963         inlining, we can ask for it explicitly nowadays.
1965         * dlfcn/bug-dlsym1.c: New file.
1966         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
1967         * dlfcn/Makefile (distribute): Add them.
1968         (tests): Add bug-dlsym1 here.
1969         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
1970         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
1971         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
1973 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
1975         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
1976         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
1977         before relocation.
1978         (_dl_start): Don't use local bootstrap_map variable if
1979         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
1980         pass bootstrap_map to _dl_start_final in this case either.  Don't
1981         pass start_time to _dl_start_final ever.
1982         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
1984         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
1985         This cripples the scope lists necessary to search for symbols in
1986         dependencies which are not in the global scope.
1988         * include/setjmp.h (__libc_longjmp): Add declaration.
1990 2002-08-21  Andreas Jaeger  <aj@suse.de>
1992         * sysdeps/x86_64/_mcount.S: Fix assembler.
1994         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
1995         with biarch support.
1997 2002-08-21  Andreas Jaeger  <aj@suse.de>
1999         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
2001         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
2003         * sysdeps/x86_64/machine-gmon.h: New file.
2004         * sysdeps/x86_64/_mcount.S: New file.
2006 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2008         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
2009         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
2010         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
2011         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
2012         to TL_INIT_TP.  Otherwise pass 1.
2013         * include/link.h (struct link_map): Add l_tls_tp_initialized.
2014         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
2016 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2018         * locale/programs/localedef.c (add_to_readlist): Error about
2019         circular dependencies only if the locale in question hasn't
2020         been finished.
2021         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
2022         CTYPE_LOCALE to load_locale.
2023         * locale/programs/locfile.c (locfile_read): Don't include
2024         unneeded but available locales in locale_mask.
2026         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
2027         print any messages about enlarging archive.
2029 2002-08-20  Brian Youmans  <3diff@gnu.org>
2031         * manual/contrib.texi: Removed licenses, added acknowledgements
2032         for contributions by Intel, IBM, Craig Metz.
2033         * LICENSES: New file, contains the text of all non-FSF licenses in the
2034         distribution that require putting the notice in the accompanying
2035         documentation.
2036         * README.template, README: Mention LICENSES.
2038         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
2039         new one modelled on the modern BSD license, per recent letter
2040         of permission from CMU.
2041         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
2043         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
2044         from IBM to FSF, per the recent Software Letter.  Changed the
2045         distribution terms from GPL to LGPL.
2047         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
2048         copying permission notice (Lesser GPL), per recent IBM Software Letter.
2049         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2050         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2051         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2052         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2053         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2054         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2055         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2056         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2058         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
2059         from IBM to FSF, per the recent Software Letter.  Corrected the
2060         text of the copying permission notice to say Lesser GPL instead
2061         of GPL in warranty disclaimer paragraph.
2062         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2063         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2064         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2065         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2066         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2067         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2068         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2069         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2070         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2071         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2072         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2073         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2074         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2075         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2076         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2077         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2078         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2079         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2080         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2081         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2082         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2084         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
2085         permission notice to say Lesser GPL instead of GPL in warranty
2086         disclaimer paragraph.
2087         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2088         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2089         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2090         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2091         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2092         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2093         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2094         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2095         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2096         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2097         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2098         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2099         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2100         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2101         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2102         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2103         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2104         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2105         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2106         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2107         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2108         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2109         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
2111 2002-08-20  Roland McGrath  <roland@redhat.com>
2113         Fix ABI compatibility with libc compiled with old tools on powerpc.
2114         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2115         and Jack Howarth <howarth@bromo.med.uc.edu>.
2116         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
2117         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
2118         pass -DHAVE_DOT_HIDDEN for these files.
2119         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
2120         __floatdisf.
2121         * sysdeps/powerpc/divdi3.c: New file.
2122         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
2123         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
2125 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
2127         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
2128         partially overlapping mappings.  Remove unneeded (char *) casts.
2129         Never allow duplication of ranges in mapped areas.
2131 2002-08-20  Roland McGrath  <roland@redhat.com>
2133         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
2134         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
2136 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2138         * include/unistd.h: Don't hide _exit.
2140         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
2141         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
2142         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
2143         argument 1 to TLS_INIT_TP.
2144         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2146         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2148         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2149         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2150         memory allocation to...
2151         (allocate_dtv): ...here.  New function.
2152         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2153         call allocate_dtv instead of _dl_allocate_tls_storage.
2154         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2155         (_dl_get_tls_static_info): New function.
2156         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2157         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2159 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2161         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2162         immediately if result == NULL.
2164 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2166         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2168 2002-08-18  Roland McGrath  <roland@frob.com>
2170         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
2171         instead of __file_name_split.
2172         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
2174         * sysdeps/mach/hurd/dl-sysdep.c
2175         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
2176         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
2178 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2180         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
2181         in change before last: MAX -> MIN.
2183 2002-08-15  Roland McGrath  <roland@redhat.com>
2185         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
2186         if seek would go past it.
2187         (mmap_remap_check): If file position is at or past EOF after check,
2188         leave read pointers at EOF and don't seek.
2190         * libio/tst-mmap-offend.c: New file.
2191         * libio/Makefile (tests): Add it.
2193         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
2194         the name as passed, rather than the name in the archive dictionary.
2196 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
2198         * csu/Makefile: Define elide-routines.os not static-only-routines.
2200         * include/sched.h (__clone): Add varargs at the end.
2202         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
2203         case.
2204         (TLS_INIT_HELPER): If defined, use it.
2205         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2207 2002-08-15  Roland McGrath  <roland@redhat.com>
2209         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
2210         on L->l_prev; it can happen under rtld --verify too.
2212         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
2213         header separately, just map an initial window of 2MB from the file
2214         and remap if that is not large enough to cover the whole header.
2216 2002-08-15  Andreas Jaeger  <aj@suse.de>
2218         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
2219         version 2.3.
2220         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2221         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2222         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2223         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2224         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2225         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2226         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2227         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2228         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
2229         Patch by Andreas Gruenbacher <agruen@suse.de>.
2231         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
2233 2002-08-14  Roland McGrath  <roland@redhat.com>
2235         * locale/locarchive.h (struct locale_category_data): Give this name to
2236         the type of locale_data_t's elements.
2237         * locale/programs/locarchive.c (cmpcategorysize): New static function.
2238         (add_locale): Use that to sort the categories by size and put all
2239         those that fit into two pages into the LC_ALL block, instead of
2240         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
2241         (show_archive_content): Detect categories inside LC_ALL block
2242         directly, instead of hard-coding.
2243         (oldlocrecentcmp): Compare just on file locations used.
2245 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
2247         * locale/programs/locarchive.c (struct oldlocrecent): New type.
2248         (oldlocrecentcmp): New function.
2249         (enlarge_archive): Re-add locales in the order they were added
2250         to the archive.
2251         (add_locale): Put all the small locale files together, if the small
2252         locale file block would occupy less pages if page size aligned, align
2253         it.
2254         (show_archive_content): Adjust for locale archives optimized for speed.
2256 2002-08-14  Roland McGrath  <roland@frob.com>
2258         * configure.in: Use "MISSING" as not-found value for MIG.
2259         * sysdeps/mach/configure.in: Fatal if mig not found.
2260         * configure, sysdeps/mach/configure: Regenerated.
2262 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2264         * locale/loadarchive.c (archfname): Add missing slash.
2266         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
2267         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
2269 2002-08-12  Roland McGrath  <roland@redhat.com>
2271         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
2272         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
2273         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
2274         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
2275         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
2276         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
2277         * sysdeps/generic/waitpid.c: Likewise.
2279         * include/net/if.h: New file.  Use libc_hidden_proto
2280         for if_nametoindex and if_indextoname.
2281         * sysdeps/generic/if_index.c: Add libc_hidden_def.
2282         * sysdeps/mach/hurd/if_index.c: Likewise.
2283         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2285         * include/grp.h (setgroups): Add libc_hidden_proto.
2286         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
2287         * sysdeps/mach/hurd/setgroups.c: Likewise.
2288         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
2289         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2291 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2293         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
2294         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
2295         * sysdeps/generic/setegid.c (setegid): Likewise.
2296         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
2297         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
2298         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
2299         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
2300         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
2301         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
2302         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
2303         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
2304         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
2305         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
2306         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
2307         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
2308         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
2310         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
2311         __lxstat_internal, __lxstat64_internal): Remove.
2312         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
2313         Add hidden_proto.
2314         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
2315         Remove INTDEF where present, remove #undef at the beginning.
2316         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
2317         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
2318         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
2319         * sysdeps/generic/xstat.c (__xstat): Likewise.
2320         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
2321         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
2322         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
2323         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
2324         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
2325         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
2326         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
2327         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
2328         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
2329         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
2330         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
2331         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
2332         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
2333         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
2334         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
2335         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
2336         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
2337         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
2338         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
2339         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
2340         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
2341         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
2342         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
2343         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
2344         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
2345         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
2346         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
2347         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
2348         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
2349         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
2350         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
2351         * sysdeps/unix/xstat.c (__xstat): Likewise.
2353         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
2354         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
2355         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
2356         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
2357         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
2358         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
2359         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
2361         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
2362         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
2363         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
2364         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
2365         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
2366         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
2367         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
2368         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
2369         Likewise.
2370         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
2371         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
2372         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
2373         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
2374         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
2375         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
2376         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
2377         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
2379         * include/string.h (strcoll): Add libc_hidden_proto.
2380         * string/strcoll.c (strcoll): Add libc_hidden_def.
2382         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
2384 2002-08-11  Philip Blundell  <philb@gnu.org>
2386         * sysdeps/arm/Makefile: New file.
2388 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2390         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
2391         by another '|', end of regex or enclosing ')', clear branch.
2392         * posix/bug-regex9.c: New test.
2393         * posix/Makefile (tests): Add bug-regex9.
2395 2002-08-12  Roland McGrath  <roland@redhat.com>
2397         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
2398         start count condition, use TOTAL instead of variable that was never
2399         set.  Fix outer loop termination condition to TOTAL >= after update.
2401         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
2402         dl_tls_static_align and dl_tls_static_nelem.
2404 2002-08-11  Roland McGrath  <roland@redhat.com>
2406         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
2407         of the TLS macros, otherwise the compiler might not have initialized
2408         the PIC register yet when we use the PLT via asm.
2409         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2410         * elf/tst-tlsmod2.c (in_dso): Likewise.
2412         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
2414         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
2415         Evaluate argument exactly once.  Remove __volatile__ from asm's.
2417         * include/unistd.h: Use libc_hidden_proto for getdomainname
2418         and getlogin_r.
2419         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
2420         * sysdeps/mach/hurd/getdomain.c: Likewise.
2421         * sysdeps/unix/getlogin_r.c: Likewise.
2422         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
2423         * sysdeps/generic/getlogin_r.c: Likewise.
2425         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
2426         * sunrpc/rtime.c: Add libc_hidden_def.
2428         * include/string.h: Use libc_hidden_proto for basename.
2429         * string/basename.c [_LIBC]: Add libc_hidden_def.
2431         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
2433         * locale/loadarchive.c: munmap -> __munmap throughout.
2435         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
2436         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
2437         * sysdeps/generic/gai_strerror.c: Likewise.
2439         * include/sys/errno.h: New file.
2441         * include/signal.h: No libc_hidden_proto for raise,
2442         __libc_current_sigrtmin, __libc_current_sigrtmax.
2443         These need to be overridden by linuxthreads.
2444         * sysdeps/posix/raise.c: Reverted.
2445         * sysdeps/generic/raise.c: Reverted.
2446         * signal/allocrtsig.c: Reverted.
2448         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
2450 2002-08-10  Roland McGrath  <roland@redhat.com>
2452         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
2453         * locale/localeinfo.h: Declare it.
2454         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
2455         current locale if it's not in the file list.
2456         Call _nl_archive_subfreeres.
2458 2002-08-10  Andreas Jaeger  <aj@suse.de>
2460         * sysdeps/i386/strchr.S: Add comment.
2462 2002-08-10  Roland McGrath  <roland@redhat.com>
2464         * include/wchar.h (putwc): Use libc_hidden_proto.
2465         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
2466         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
2467         * stdio-common/dprintf.c: Add libc_hidden_def.
2468         * stdio-common/fprintf.c: Likewise.
2469         * stdio-common/sprintf.c: Likewise.
2470         * stdio-common/sscanf.c: Likewise.
2471         * libio/iofwrite.c: Likewise.
2472         * libio/memstream.c: Likewise.
2473         * libio/putwc.c: Likewise.
2474         * stdio-common/perror.c: Likewise.
2475         * sysdeps/posix/remove.c: Likewise.
2476         * sysdeps/generic/remove.c: Likewise.
2477         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
2478         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
2480 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
2482         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2483         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
2484         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2485         towlower, towupper): Add libc_hidden_weak.
2487         * include/bits/dlfcn.h: New file.
2488         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2490         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2491         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2492         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2493         * include/pwd.h (_nss_files_parse_pwent): Likewise.
2494         * include/shadow.h (_nss_files_parse_spent): Likewise.
2495         * include/netdb.h (_nss_files_parse_protoent,
2496         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2497         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2498         (LINE_PARSER): Use it.
2499         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2500         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2502         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2503         #endif.
2505         * manual/debug.texi (%MENU%): Remove trailing dot.
2506         Reported by <hayastan132@hotmail.com>.
2508         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2509         aliases.
2510         (lseek): Dummy.
2511         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2512         Likewise.
2514 2002-08-09  Roland McGrath  <roland@redhat.com>
2516         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2517         name to find codeset name (if any) and normalize it.  If the
2518         normalized name differs, look up only that in the archive.
2519         * locale/programs/locarchive.c (add_locale_to_archive): If the name
2520         contains a codeset, normalize the codeset store only the normalized
2521         name in the archive.  If not, add an alias containing the locale's
2522         normalized codeset name.  Apply codeset name normalization when
2523         matching entries in the alias file.
2525         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2526         decrement HEAD->namehash_used here.
2527         (add_locale): Only need to insert name string when name_offset != 0.
2529         * locale/programs/localedef.c (options): Add -A/--alias-file.
2530         (alias_file): New variable.
2531         (parse_opt): Grok -A, set that.
2532         * locale/programs/localedef.h: Declare it.
2534         * locale/locarchive.h (struct locrecent): Add `refs' member.
2535         * locale/programs/locarchive.c (insert_name): New function, broken out
2536         of ...
2537         (add_locale_to_archive): ... here.  Call that.
2538         (add_alias): New function.
2539         (add_locale): New static function, add_locale_to_archive renamed.
2540         (add_locale_to_archive): Call that and use add_alias to add an alias
2541         for the name with codeset if the given name lacks it.
2542         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2544         * locale/Makefile (routines): Add loadarchive.
2545         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2546         (_nl_load_locale_from_archive): New function.
2547         * locale/localeinfo.h: Declare it.
2548         * locale/findlocale.c (_nl_find_locale): If using default locale path,
2549         try _nl_load_locale_from_archive first.
2551         * locale/loadlocale.c (_nl_intern_locale_data): New function,
2552         broken out of _nl_load_locale.
2553         (_nl_load_locale): Call that.
2554         * locale/localeinfo.h: Declare it.
2555         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2556         (struct locale_data): Remove unused member `options'.
2557         * locale/findlocale.c (_nl_remove_locale): Update uses.
2558         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2559         * locale/C-collate.c: Update initializer.
2560         * locale/C-identification.c: Likewise.
2561         * locale/C-measurement.c: Likewise.
2562         * locale/C-telephone.c: Likewise.
2563         * locale/C-address.c: Likewise.
2564         * locale/C-name.c: Likewise.
2565         * locale/C-paper.c: Likewise.
2566         * locale/C-time.c: Likewise.
2567         * locale/C-numeric.c: Likewise.
2568         * locale/C-monetary.c: Likewise.
2569         * locale/C-messages.c : Likewise.
2570         * locale/C-ctype.c: Likewise.
2572         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2573         use CHAR_BIT instead of BITSPERBYTE.
2575         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
2576         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
2577         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
2578         (_nl_remove_locale): Likewise.
2579         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2581         * locale/findlocale.c (_nl_default_locale_path): New variable.
2582         (_nl_find_locale): If LOCALE_PATH is null, default to that.
2583         * locale/localeinfo.h: Declare it.
2584         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
2585         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
2586         * locale/newlocale.c (__newlocale): Likewise.
2588         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
2589         * inet/rexec.c (rexec_af): Add libc_hidden_def.
2590         * sysdeps/generic/morecore.c: Likewise.
2591         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
2592         (__libc_current_sigrtmax): Likewise.
2594 2002-08-08  Roland McGrath  <roland@redhat.com>
2596         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
2597         * catgets/open_catalog.c (__open_catalog): Likewise.
2599         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
2600         from typo INITIAL_NUM_NANES.
2601         (create_archive): Update use.
2603 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2605         * sysdeps/unix/sysv/linux/sigwait.c: New file.
2607 2002-08-08  Roland McGrath  <roland@frob.com>
2609         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
2611 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2613         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
2614         else and undefine after including wcstol_l.c.
2615         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
2617 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2619         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
2621 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
2623         * configure.in: Make the test for broken_alias_attribute stricter.
2625 2002-05-24  Robert Love  <rml@tech9.net>
2627         * posix/Makefile (routines): Add sched_getaffinity and
2628         sched_setaffinity.
2629         * posix/sched.h: Add declarations for sched_getaffinity and
2630         sched_setaffinity.
2631         * sysdeps/generic/sched_getaffinity.c: New file.
2632         * sysdeps/generic/sched_setaffinity.c: New file.
2633         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
2634         sched_setaffinity.
2636 2002-08-06  Andreas Schwab  <schwab@suse.de>
2638         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
2640 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2642         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
2643         message.
2645         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
2646         It is known to be defined.
2648         * include/string.h: Define index and rindex only if _ISOMAC is not
2649         defined.
2651         * elf/rtld.c: Include <errno.h>.
2652         * sysdeps/generic/libc-tls.c: Likewise.
2654 2002-08-07  Roland McGrath  <roland@redhat.com>
2656         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
2657         it internally.
2658         (precsize_aton): Likewise.
2660         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
2661         the static symbols added in the last change (doofus is me).
2663         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
2664         loop to notice missing categories in a composite name.
2666         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
2667         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
2668         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
2669         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
2671 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2673         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2675 2002-08-07  Roland McGrath  <roland@redhat.com>
2677         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
2678         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
2679         Reported by Jakub Jelinek  <jakub@redhat.com>.
2681 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2683         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
2684         division.
2686 2002-08-06  Roland McGrath  <roland@redhat.com>
2688         * include/getopt.h: Put private decls inside [_GETOPT_H].
2689         Use libc_hidden_proto for getopt_long, getopt_long_only.
2690         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
2691         Add libc_hidden_def.
2693         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
2694         Define as a macro for __dl_iterate_phdr.
2696         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
2697         made static.  Add __ name as a strong alias.
2698         (internal_endnetgrent): Likewise.
2699         (internal_getnetgrent_r): Likewise.
2701         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
2702         with no __ prefix.
2703         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
2704         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
2705         all *_l functions with no __ prefix.
2706         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
2707         * ctype/ctype_l.c: Likewise.
2708         * locale/nl_langinfo.c: Likewise.
2709         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
2710         * stdlib/stdlib.h [__USE_GNU]: Likewise.
2711         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
2712         * wctype/wctype.h [__USE_GNU]: Likewise.
2713         * string/strcoll_l.c (strcoll_l): Define as weak alias.
2714         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
2715         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
2716         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
2717         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
2718         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
2719         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
2720         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
2721         (__wcscasecmp_l): Add libc_hidden_def.
2722         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
2723         (__wcsncasecmp_l): Add libc_hidden_def.
2724         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
2725         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
2726         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
2727         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
2728         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
2729         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
2730         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
2731         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
2732         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
2733         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
2734         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
2735         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
2736         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
2737         * wctype/wctype_l.c (wctype_l) Define as weak alias.
2739 2002-08-05  Roland McGrath  <roland@redhat.com>
2741         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
2742         netname2user, host2netname, user2netname, key_gendes.
2743         * sunrpc/netname.c: Add libc_hidden_def.
2744         * sunrpc/key_call.c: Likewise.
2746         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
2747         freeaddrinfo.
2748         * inet/getnameinfo.c: Add libc_hidden_def.
2749         * sysdeps/generic/getaddrinfo.c: Likewise.
2750         * sysdeps/posix/getaddrinfo.c: Likewise.
2752         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
2753         * wcsmbs/wmemchr.c: Add libc_hidden_def.
2754         * wcsmbs/wmemset.c: Add libc_hidden_def.
2756         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
2757         (index, rindex): Define as macros for strchr, strrchr.
2759         * string/envz.c (envz_strip): index -> strchr
2761         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
2762         * sunrpc/rpc_prot.c: Add libc_hidden_def.
2764         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
2765         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
2767         * include/stdlib.h: Use libc_hidden_proto for wctomb.
2768         * stdlib/wctomb.c: Add libc_hidden_def.
2770         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
2771         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
2772         * resolv/herror.c: Likewise.
2773         * inet/rcmd.c: Add libc_hidden_def.
2774         * inet/ruserpass.c: Likewise.
2775         * inet/getnetgrent_r.c: Likewise.
2777         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
2778         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
2779         for svcerr_auth, svcerr_noprog, svcerr_progvers.
2780         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
2781         libc_hidden_def.
2782         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
2783         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
2785         * sysdeps/posix/system.c (do_system): New function, guts broken out of
2786         __libc_system.
2787         (__libc_system): Call it, putting just the line == NULL test here.
2789         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
2790         variables work right.
2792         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
2793         * elf/dl-close.c (_dl_close): Likewise.
2795         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
2796         in6addr_any, in6addr_loopback.  Remove decls for
2797         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
2798         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
2799         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
2800         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
2801         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
2802         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
2803         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
2804         in6addr_loopback.
2805         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
2807         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
2808         ether_aton_r.
2809         * inet/ether_aton_r.c: Add libc_hidden_def.
2810         * inet/ether_ntoa_r.c: Likewise.
2812         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
2813         xprt_unregister.
2814         * sunrpc/svc.c: Add libc_hidden_def.
2815         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
2816         pmap_set, pmap_unset.
2817         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
2818         * sunrpc/pm_getport.c: Likewise.
2819         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
2820         * sunrpc/publickey.c: Add libc_hidden_def.
2822 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2824         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
2825         the other memset call in this function.
2827         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
2828         at correct index.  Clear BSS region now that memalign is used.
2830 2002-08-05  Roland McGrath  <roland@redhat.com>
2832         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
2833         * sysdeps/generic/uname.c: Add libc_hidden_def.
2834         * sysdeps/mach/hurd/uname.c: Likewise.
2836 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
2838         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
2839         wcspbrk): Add libc_hidden_proto.
2840         * time/strftime.c (my_strftime): Add libc_hidden_def.
2841         (strftime): Remove libc_hidden_def.
2842         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
2843         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
2844         * wcsmbs/wcsspn.c (wcsspn): Likewise.
2845         * wcsmbs/wcscmp.c (wcscmp): Likewise.
2846         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
2847         * wcsmbs/wcscoll.c (wcscoll): Likewise.
2849         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
2850         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2851         __rpc_thread_createerr): Add libc_hidden_proto.
2852         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
2853         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2854         __rpc_thread_createerr): Add libc_hidden_def.
2856         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
2857         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
2858         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
2859         clnt_perror, clnt_sperror): Add libc_hidden_def.
2860         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
2862         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
2863         libc_hidden_proto.
2864         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
2865         * sunrpc/des_soft.c (des_setparity): Likewise.
2867         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
2868         Add libc_hidden_proto.
2869         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
2870         Add libc_hidden_def.
2872 2002-08-05  Roland McGrath  <roland@redhat.com>
2874         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
2875         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
2876         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
2877         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
2878         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
2879         old data, abandoning the original memory allocated by rtld at startup,
2880         instead of calling realloc normally.
2882 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2884         * po/fr.po: Update from translation team.
2886 2002-08-04  Roland McGrath  <roland@redhat.com>
2888         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
2889         then generate a dummy module under the given name, obeying the
2890         normal rules for the "caller" field.
2892         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
2893         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
2895         * include/pthread.h: Don't declare __pthread_initialize_minimal as
2896         weak here; we declare it weak or strong in the one place we use it.
2897         * sysdeps/generic/libc-start.c: ... which is here.
2898         Don't make the decl weak if [USE_TLS], since static programs need TLS
2899         setup even when single-threaded.
2901         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
2903         * elf/Makefile (test-srcs): Add $(modules-names) to it.
2904         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
2905         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
2906         all these variables.
2908 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2910         * include/stdio.h: Don't define macro magic to redirect function
2911         calls if _ISOMAC is defined.
2913         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
2914         ldouble asin tests.
2916 2002-08-04  Roland McGrath  <roland@redhat.com>
2918         * stdlib/lrand48_r.c: Add libc_hidden_def.
2920         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
2921         TCB with __libc_memalign instead of mmap.
2922         (_dl_deallocate_tls): Free it with free instead of munmap.
2924         * Makerules (cpp-srcs-left): When setting this to run
2925         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
2926         words.  Combine the two loops into one on the concatenated list,
2927         including those as well as $(test-srcs).
2929         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
2930         since we align here with optimally minimal waste anyway.
2931         (malloc): Just call that.
2933         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
2934         the right variable.
2936         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
2937         to compute memory location for l_tls_initimage.
2938         * elf/rtld.c (_dl_start): Likewise.
2939         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
2941         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
2942         because the .d file is generated in the non-shared case and
2943         so fails to catch them otherwise.
2945         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
2946         split out of _dl_allocate_tls.
2947         (_dl_allocate_tls_init): Likewise.
2948         (_dl_allocate_tls): Call those.
2949         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
2950         * elf/rtld.c (dl_main): Call them separately instead of calling
2951         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
2952         is finished, so that the initializer data has been relocated before we
2953         copy it into the main thread's TLS block.
2955         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
2956         loop conditions, prevented the last used module from being initialized.
2958 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
2960         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
2961         if glob resp. globfree are not macros.
2962         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
2963         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
2964         Add libc_hidden_ver.
2965         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
2966         libc_hidden_def.
2967         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
2968         instead of libc_hidden_weak.
2969         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
2970         libc_hidden_ver instead of libc_hidden_def.
2971         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
2972         libc_hidden_ver instead of libc_hidden_def.
2973         (wcstoll, wcstoq): Remove libc_hidden_weak.
2974         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
2975         libc_hidden_ver.
2976         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
2977         libc_hidden_ver.
2978         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
2979         libc_hidden_ver.
2980         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
2981         libc_hidden_ver.
2983 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2985         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
2986         to access _sys_siglist.
2987         * string/strsignal.c: Likewise.
2988         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
2989         * sysdeps/gnu/siglist.c: Likewise.
2990         * sysdeps/unix/siglist.c: Likewise.
2991         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
2993         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
2995         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
2997         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
2998         alias and use it.
2999         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
3001         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
3002         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
3003         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
3005         * include/time.h: Add libc_hidden_proto for __gmtime_r.
3006         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
3008         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
3009         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
3010         and __gconv_get_cache respectively.
3011         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
3012         defined static.  Change all users.
3013         (__gconv_get_cache): New function.
3014         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
3015         (__gconv_get_alias_db): New function.
3016         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
3017         (__conv_modules_db): Likewise.
3018         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
3019         and __gconv_get_alias_db.
3020         * iconv/iconv_prog.c: Use the new functions instead of accessing the
3021         variables.
3023         * include/stdlib.h: Add prototype and libc_hidden_proto for
3024         __default_morecore.
3025         * sysdeps/generic/morecore.c: Include <stdlib.h>.
3027         * malloc/obstack.c: Remove fputs macro.
3029         * malloc/mtrace.c: Remove fopen macro.
3031 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3033         * manual/debug.texi: Fix spelling to programmatically.
3034         Reported by <hayastan132@hotmail.com>.
3036 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3038         * include/libio.h: Add libc_hidden_proto for __uflow.
3039         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
3040         fgetpos to _IO_* names.
3041         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
3042         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
3043         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
3044         putwc_unlocked, vswscanf.
3045         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
3046         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
3047         * libio/fseek.c: Likewise.
3048         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
3049         not fopencookie.
3050         * libio/genops.c (__uflow): Add libc_hidden_def.
3051         * libio/iofflush_u.c (fflush_unlocked): Likewise.
3052         * libio/iofgets_u.c (fgets_unlocked): Likewise.
3053         * libio/iofputs_u.c (fputs_unlocked): Likewise.
3054         * libio/iofputws_u.c (fputws_unlocked): Likewise.
3055         * libio/iofread_u.c (fread_unlocked): Likewise.
3056         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3057         * libio/iovswscanf.c (vswscanf): Likewise.
3058         * libio/putwc_u.c (putwc_unlocked): Likewise.
3059         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
3060         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
3061         * malloc/mtrace.c: Likewise.
3063         * sunrpc/clnt_perr.c: Remove fputs macro.
3064         * sunrpc/svc_simple.c: Likewise.
3065         * sunrpc/svc_tcp.c: Likewise.
3066         * sunrpc/svc_udp.c: Likewise.
3067         * sunrpc/xdr_rec.c: Likewise.
3068         * sunrpc/xdr_ref.c: Likewise.
3070         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
3071         iconv_prog, linereader, and charmap-dir.
3072         * locale/Makefile: Likewise for locale and charmap-dir.
3073         * malloc/Makefile: Likewise for memusagestat.
3074         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
3075         * sunrpc/Makefile: Likewise for rpc_main.
3076         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
3077         * timezone/Makefile: Likewise for zic.
3079         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
3081         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
3082         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
3083         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
3084         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
3085         _dl_close.
3087         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
3088         __wunderflow.
3089         * libio/genops.c (__underflow): Add libc_hidden_def.
3090         * libio/wgenops.c (__wuflow): Likewise.
3091         (__wunderflow): Likewise.
3093         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
3094         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
3096         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
3097         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
3099         * include/string.h: Add libc_hidden_proto for __strverscmp.
3100         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
3102         * include/unistd.h: Add libc_hidden_proto for __sysconf.
3103         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
3104         * sysdeps/posix/sysconf.c: Likewise.
3105         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
3106         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
3108         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
3109         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3110         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3111         __iswxdigit_l, __towlower_l, __towupper_l.
3112         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
3113         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
3115         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
3116         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
3117         * sysdeps/mach/hurd/xmknod.c: Likewise.
3118         * sysdeps/unix/xmknod.c: Likewise.
3119         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
3120         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
3121         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
3123         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
3125 2002-08-03  Roland McGrath  <roland@redhat.com>
3127         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
3128         setpriority.
3129         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
3130         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
3131         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
3132         * sysdeps/mach/hurd/setpriority.c: Likewise.
3133         * sysdeps/mach/hurd/getpriority.c: Likewise.
3134         * sysdeps/generic/setpriority.c: Likewise.
3135         * sysdeps/generic/getpriority.c: Likewise.
3137         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
3138         * malloc/mcheck.c: Add libc_hidden_def.
3140         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
3141         * misc/hsearch_r.c: Add libc_hidden_def.
3143         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3144         * posix/fnmatch.c: Add libc_hidden_weak.
3146         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3147         execl, execle, execlp, execvp, getpid, getsid.
3148         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3149         * sysdeps/unix/alarm.c: Likewise.
3150         * posix/confstr.c: Likewise.
3151         * posix/execvp.c: Likewise.
3152         * posix/execlp.c: Likewise.
3153         * posix/execle.c: Likewise.
3154         * posix/execl.c: Likewise.
3155         * sysdeps/generic/getsid.c: Likewise.
3156         * sysdeps/mach/hurd/getsid.c: Likewise.
3157         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3158         * sysdeps/mach/hurd/getpid.c: Likewise.
3160         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3161         qecvt_r, qfcvt_r, lrand48_r.
3162         * misc/efgcvt_r.c: Add libc_hidden_def.
3164         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3165         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
3167         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
3168         * locale/nl_langinfo.c: Add libc_hidden_def.
3170         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
3171         * sysdeps/generic/glob.c: Add libc_hidden_def.
3172         * sysdeps/generic/glob64.c: Likewise.
3173         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
3175         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
3177         * elf/Makefile (CFLAGS-vismod2.c): New variable.
3179         * locale/setlocale.c (_nl_current_names): Variable moved ...
3180         * locale/localename.c (_nl_current_names): ... here, new file.
3181         Make it global, with attribute_hidden.
3182         * locale/localeinfo.h: Declare it.
3183         * locale/Makefile (aux): Add localename.
3184         * locale/localename.c (__current_locale_name): New function.
3185         * include/locale.h (__current_locale_name): Declare it.
3186         * intl/dcigettext.c (guess_category_value): Use that instead of
3187         calling setlocale.
3189         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
3190         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
3191         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
3192         * locale/newlocale.c: Add alias to __ name.
3193         * locale/duplocale.c: Likewise.
3194         * locale/freelocale.c: Likewise.
3195         * locale/uselocale.c: New file.
3196         * locale/Makefile (routines): Add it.
3197         * locale/Versions (libc: GLIBC_2.3): New set.
3198         Add newlocale, duplocale, freelocale, uselocale.
3199         (libc: GLIBC_PRIVATE): Add __uselocale.
3201         * locale/localeinfo.h [SHARED]
3202         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
3203         (_NL_CURRENT_DATA): Define using that.
3204         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
3205         (_NL_CURRENT_DEFINE): Define to empty.
3206         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
3207         conditionalized on this.
3208         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
3209         taking initializer of _nl_C_locobj.
3210         [SHARED] (_nl_global_locale): New variable, using that initializer.
3211         (_nl_C_locobj): Use new macro for initialzier.
3212         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
3213         [! SHARED] (CATEGORY_USED): New macro.
3214         [SHARED] (CATEGORY_USED, _nl_C): New macros.
3215         (setdata, setlocale): Use that macro instead of examining _nl_current.
3216         (setdata): Set the slot in _nl_global_locale.
3217         Conditionalize setting of _nl_current on [! SHARED].
3218         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
3219         declaration as an extern.
3220         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
3222         * include/locale.h: Use libc_hidden_proto for setlocale.
3223         * locale/setlocale.c: Add libc_hidden_def.
3225         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
3227         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
3228         * misc/hsearch_r.c: Add libc_hidden_def.
3229         * misc/lsearch.c: Likewise.
3231         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
3232         endttyent.
3233         * misc/getttyent.c: Add libc_hidden_def.
3235         * include/mcheck.h: Use libc_hidden_proto for mcheck.
3236         * malloc/mcheck.c: Add libc_hidden_def.
3238         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
3239         * include/argz.h: Use libc_hidden_proto for argz_delete.
3240         * string/argz-delete.c: Add libc_hidden_def.
3241         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
3243         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
3244         HIDDEN_JUMPTARGET for _exit.
3245         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
3246         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
3247         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3248         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
3250         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
3251         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
3252         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
3253         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
3255         * include/stdlib.h: Use libc_hidden_proto for abort,
3256         __strtof_internal, __strtod_internal, __strtold_internal,
3257         __strtol_internal, __strtoll_internal, __strtoul_internal,
3258         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
3259         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
3260         __strtoul_l_internal, __strtoull_l_internal.
3261         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
3262         __wcstod_internal, __wcstold_internal, __wcstol_internal,
3263         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
3264         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
3265         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
3266         __wcsncasecmp_l.
3267         * sysdeps/generic/abort.c: Add libc_hidden_def.
3268         * stdlib/strtod.c: Likewise.
3269         * sysdeps/generic/strtol.c: Likewise.
3270         * sysdeps/wordsize-64/strtol.c: Likewise.
3271         * sysdeps/wordsize-64/wcstol.c: Likewise.
3272         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
3274         * include/stdlib.h: Use libc_hidden_proto for qsort.
3275         * stdlib/msort.c: Add libc_hidden_def.
3277         * include/utime.h: Use libc_hidden_proto for utime.
3278         * sysdeps/generic/utime.c: Add libc_hidden_def.
3279         * sysdeps/unix/utime.c: Likewise.
3281         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
3282         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
3283         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3284         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
3285         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
3287         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
3288         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
3289         and __libc_current_sigrtmax.
3290         * signal/sigismem.c: Add libc_hidden_def.
3291         * signal/sigfillset.c: Likewise.
3292         * signal/sigempty.c: Likewise.
3293         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
3294         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
3295         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
3296         * sysdeps/posix/raise.c: Likewise.
3297         * sysdeps/generic/raise.c: Likewise.
3299 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3301         * include/string.h: Use libc_hidden_proto for __stpcpy.
3302         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
3303         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
3304         * sysdeps/generic/stpcpy.c: Likewise.
3305         * sysdeps/i386/stpcpy.S: Likewise.
3306         * sysdeps/i386/i586/stpcpy.S: Likewise.
3307         * sysdeps/powerpc/stpcpy.S: Likewise.
3308         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
3309         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3311         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
3312         __strncasecmp_l, __strdup, __strndup, __strerror_r.
3313         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
3314         libc_hidden_def.
3315         * string/strdup.c (__strdup): Likewise.
3316         * string/strndup.c (__strndup): Likewise.
3317         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
3318         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
3320 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3322         * include/libio.h: New file.
3323         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
3324         * libio/iolibio.h: #include <libio.h>, not "libio.h".
3325         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
3326         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
3327         * sysdeps/unix/common/syscalls.list: Likewise.
3328         * sysdeps/unix/inet/syscalls.list: Likewise.
3329         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
3330         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3331         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3332         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3333         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3334         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3335         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3336         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3337         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3338         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
3339         * sysdeps/unix/syscalls.list: Likewise.
3341 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3342             Ulrich Drepper  <drepper@redhat.com>
3344         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
3345         the arguments is big enough to cause an overflow.
3347 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3349         * assert/assert.c: Use hidden_def not INTDEF.
3351 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3353         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
3354         not defined.
3356 2002-08-03  Roland McGrath  <roland@redhat.com>
3358         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
3359         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
3360         verr, verrx.
3361         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
3362         * misc/syslog.c: Add libc_hidden_def.
3363         * misc/err.c: Likewise.
3364         * stdlib/exit.c: Likewise.
3365         * stdlib/bsearch.c: Likewise.
3366         * sysdeps/generic/getenv.c: Likewise.
3368         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
3370         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
3371         libc_hidden_weak for every system call symbol defined.
3373         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
3374         timelocal, localtime, strftime.
3375         * time/asctime.c: Add libc_hidden_def.
3376         * time/mktime.c: Likewise.
3377         * time/localtime.c: Likewise.
3378         * time/strftime.c: Likewise.
3379         * time/strptime.c: Likewise.
3380         * sysdeps/generic/time.c: Likewise.
3381         * sysdeps/unix/time.c: Likewise.
3382         * sysdeps/unix/sysv/i386/time.S: Likewise.
3383         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
3385         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
3386         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
3387         * resolv/inet_ntop.c: Likewise.
3388         * resolv/inet_pton.c: Likewise.
3389         * inet/inet_mkadr.c: Add libc_hidden_def.
3390         * inet/inet_netof.c: Likewise.
3391         * resolv/inet_addr.c: Likewise.
3393         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
3394         clauses from conditionals for now.  Will have to be fixed later
3395         for older compilers.
3397         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
3399 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3401         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
3402         broken alias attribute handling.
3403         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
3405 2002-08-02  Roland McGrath  <roland@frob.com>
3407         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
3408         since it sets the variables we use in a -D switch.
3410 2002-08-02  Roland McGrath  <roland@redhat.com>
3412         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
3413         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
3414         matches long int, not int.
3416         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
3417         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
3418         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3419         * wctype/wctrans.c (wctrans): Likewise.
3420         * wctype/wctype.c (__wctype): Likewise.
3421         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
3423 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3425         * assert/assert.c (__assert_fail): Fix typo in comment.
3427         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
3428         * sunrpc/rpc_thread.c: Define it without static.
3429         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
3431 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3433         * assert/assert.c (__assert_fail): Remove undef.
3434         Replace INTDEF with libc_hidden_def.
3435         * assert/__assert.c (__assert): Remove INTUSE.
3436         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
3437         libc_hidden_weak.
3438         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
3439         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
3440         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
3441         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
3442         libm_hiden_ver): Define.
3443         * include/assert.h (__assert_fail_internal): Remove.
3444         (__assert_fail): Add prototype.  Add hidden_proto.
3445         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
3446         libc_hidden_proto.
3447         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
3448         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
3449         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
3450         Add libc_hidden_proto.
3451         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
3452         __fcntl): Add libc_hidden_proto.  Remove macros.
3453         (__open_internal, __fcntl_internal): Remove.
3454         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
3455         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
3456         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
3457         libc_hiden_proto.
3458         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
3459         libc_hidden_def.
3460         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
3461         Add libc_hidden_def.
3462         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
3463         * sysdeps/generic/open.c (__open): Remove undef.
3464         Add libc_hidden_def.  Remove INTDEF.
3465         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
3466         Add libc_hidden_def.
3467         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
3468         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
3469         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
3470         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3471         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3472         (__libc_fcntl): Add libc_hidden_def.
3473         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
3474         (__open): Remove INTDEF2.  Add libc_hidden_weak.
3475         (__libc_open): Add libc_hidden_def.
3476         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
3477         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
3478         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3479         Add libc_hidden_def.
3480         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
3481         Add libc_hidden_def.
3482         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
3483         undef.
3484         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3485         (__libc_fcntl): Add libc_hidden_def.
3486         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3487         __getpgid_internal, __chown_internal): Remove.
3488         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3489         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3490         __GI___chown): Add.
3491         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3492         __getpid_internal, __open_internal, __write_internal): Remove.
3493         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3494         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3495         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3496         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3497         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3498         Replace INTDEF with libc_hidden_def.
3499         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3500         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3501         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3502         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3503         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3504         Add libc_hidden_proto.
3505         * include/sys/poll.h (__poll): Add libc_hidden_proto.
3506         * include/sys/select.h (__select): Likewise.
3507         * include/sys/socket.h (__send): Likewise.
3508         * include/sys/statfs.h (__statfs): Likewise.
3509         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3510         __getpid, __getpgid, __setpgid, __close, __read, __write,
3511         __getpagesize, __sbrk): Likewise.
3512         (__chown_internal, __dup2_internal, __getpid_internal,
3513         __getpgid_internal, __close_internal, __write_internal,
3514         __getpagesize_internal): Remove.
3515         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3516         Remove macros.
3517         * include/printf.h (__printf_fp): Add libc_hidden_proto.
3518         * include/sched.h (__sched_setscheduler): Likewise.
3519         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3520         * include/stdlib.h (__secure_getenv): Likewise.
3521         * include/signal.h (__sigaction, __sigsuspend): Likewise.
3522         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3523         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3524         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3525         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3526         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3527         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3528         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3529         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3530         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3531         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3532         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3533         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3534         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3535         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3536         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3537         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3538         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3539         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3540         * libio/genops.c (__overflow): Add libc_hidden_def.
3541         * libio/iovdprintf.c: Remove libio.h include.
3542         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3543         libc_hidden_weak): Define to nothing if not defined.
3544         (__overflow, __woverflow): Add libc_hidden_proto.
3545         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3546         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3547         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3548         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3549         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3550         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3551         and libc_hidden_def.
3552         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3553         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3554         (__getpgid): Add libc_hidden_proto.
3555         (__bsd_getpgrp): Remove INTUSE.
3556         * resolv/res_init.c (__res_ninit, __res_randomid): Add
3557         libc_hidden_def.
3558         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3559         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3560         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3561         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3562         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3563         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3564         __rpc_thread_createerr): Add libc_hidden_def.
3565         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3566         libc_hidden_def.
3567         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3568         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3569         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3570         * sysdeps/generic/chown.c (__chown): Likewise.
3571         * sysdeps/generic/close.c (__close): Likewise.
3572         * sysdeps/generic/dup2.c (__dup2): Likewise.
3573         * sysdeps/generic/pipe.c (__pipe): Likewise.
3574         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3575         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
3576         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
3577         * sysdeps/generic/read.c (__libc_read): Likewise.
3578         (__read): Add libc_hidden_weak.
3579         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
3580         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
3581         * sysdeps/generic/select.c (__select): Likewise.
3582         * sysdeps/generic/send.c (__send): Likewise.
3583         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
3584         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
3585         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
3586         * sysdeps/generic/statfs.c (__statfs): Likewise.
3587         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
3588         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
3589         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
3590         Remove undef and INTDEF.
3591         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
3592         * sysdeps/generic/getpid.c (__getpid): Likewise.
3593         * sysdeps/generic/write.c (__libc_write): Likewise.
3594         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3595         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
3596         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3597         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
3598         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
3599         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
3600         Remove undef and INTDEF.
3601         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
3602         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3603         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
3604         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
3605         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
3606         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3607         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
3608         (__pipe): Add libc_hidden_def.
3609         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
3610         libc_hidden_weak.
3611         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
3612         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
3613         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
3614         (__read): Add libc_hidden_weak.
3615         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
3616         (__libc_pwrite64): Add libc_hidden_def.
3617         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3618         * sysdeps/mach/hurd/select.c (__select): Likewise.
3619         * sysdeps/mach/hurd/send.c (__send): Likewise.
3620         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3621         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3622         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3623         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3624         * sysdeps/posix/dup2.c: Likewise.
3625         Remove undef and INTDEF.
3626         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
3627         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
3628         (__pwrite64): Add libc_hidden_weak.
3629         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
3630         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
3631         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
3632         * sysdeps/standalone/close.c (__close): Likewise.
3633         * sysdeps/standalone/write.c (__libc_write): Likewise.
3634         (__write): Add libc_hidden_weak.
3635         * sysdeps/standalone/read.c (__read): Likewise.
3636         (__libc_read): Add libc_hidden_def.
3637         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
3638         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
3639         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
3640         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
3641         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
3642         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
3643         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
3644         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
3645         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
3646         __GI___sigaction): Add.
3647         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
3648         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
3649         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
3650         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
3651         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
3652         __GI___setpgid): Add.
3653         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
3654         Remove undef and INTDEF.
3655         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
3656         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
3657         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
3658         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
3659         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
3660         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
3661         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
3662         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
3663         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
3664         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
3665         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
3666         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
3667         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
3668         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
3669         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
3670         __GI___statfs, __GI___send): Add.
3671         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
3672         libc_hidden_ver resp. libc_hidden_def.
3673         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
3674         libc_hidden_def.
3675         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
3676         Likewise.  Remove undef and INTDEF.
3677         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
3678         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
3679         __GI___statfs, __GI___send): Add.
3680         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
3681         libc_hidden_def.
3682         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
3683         Likewise.
3684         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
3685         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
3686         libc_hidden_ver resp. libc_hidden_def.
3687         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
3688         __GI___send): Add.
3689         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
3690         Add libc_hidden_weak.
3691         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
3692         Add libc_hidden_def.
3693         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
3694         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
3695         libc_hidden_weak.
3696         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
3697         resp. libc_hidden_def.
3698         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
3699         libc_hidden_weak.
3700         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
3701         INTDEF.
3702         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
3703         Likewise.  Remove undef.
3704         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
3705         libc_hidden_weak.
3706         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
3707         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
3708         libc_hidden_weak.
3709         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
3710         libc_hidden_def.
3711         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
3712         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
3713         Likewise.  Remove undef and INTDEF.
3714         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
3715         libc_hidden_def.
3716         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
3717         libc_hidden_weak.
3718         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
3719         libc_hidden_def.
3720         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
3721         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
3722         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
3723         libc_hidden_weak.
3724         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
3725         Add libc_hidden_def.
3726         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
3727         __GI___statfs): Add.
3728         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
3729         libc_hidden_weak.
3730         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
3731         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
3732         Remove undef and INTDEF.
3733         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
3734         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
3735         libc_hidden_def.
3736         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
3737         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
3738         libc_hidden_weak.
3739         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
3740         libc_hidden_def.
3741         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
3742         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
3743         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
3744         Add.
3745         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
3746         libc_hidden_def.  Remove undef and INTDEF.
3747         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
3748         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
3749         libc_hidden_def.
3750         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
3751         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
3752         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
3753         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
3754         Remove undef and INTDEF.
3755         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
3756         broken visibility attribute handling.
3757         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
3759 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3761         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
3762         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
3764         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
3765         previous patch.
3767 2002-06-29  Todd Fries  <todd@openbsd.org>
3769         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
3771 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3773         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
3775 2002-07-30  Roland McGrath  <roland@redhat.com>
3777         * resolv/resolv.h (_res): Define macro unconditionally.
3778         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
3779         * include/resolv.h: ... here.
3780         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
3781         as a __thread variable.
3782         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
3783         a __thread variable instead of a global.
3784         * resolv/res_data.c [_LIBC]: Don't #undef _res.
3786         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
3787         time we test it.
3789         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
3791         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
3792         decls of memset and memcpy.
3794         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
3795         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
3797         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
3799         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
3800         (__libc_tsd_define): Define using __thread.
3802         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
3803         (__rpc_thread_variables): Use __libc_tsd_get.
3804         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
3805         __rpc_thread_variables, which might allocate what we're about to free.
3807         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
3808         thread-local variable.
3809         * resolv/netdb.h (h_errno): Define macro unconditionally.
3810         [_LIBC] (__set_h_errno): Macro moved to ...
3811         * include/netdb.h: ... here.
3812         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
3813         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
3814         [! _LIBC_REENTRANT]: #undef h_errno here.
3816         * include/errno.h: Protect from multiple inclusion.
3818         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
3819         before defining them, since Linux's <linux/posix_types.h> might have
3820         defined them.
3822 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3824         * malloc/malloc.c (public_cALLOc): Check for overflow on
3825         multiplication.
3826         * sunrpc/xdr_array.c (xdr_array): Likewise.
3827         * sunrpc/rpc/types.h (mem_free): Add comment.
3828         Patch by Solar Designer <solar@openwall.com>.
3830 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3832         * sysdeps/unix/sysv/linux/kernel-features.h
3833         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
3835 2002-08-01  Roland McGrath  <roland@redhat.com>
3837         * libio/fileops.c (_IO_file_sync_mmap): New function.
3838         (_IO_file_jumps_mmap): Use it.
3839         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
3840         repeat the stat check and resize the mapped buffer as necessary.
3842 2002-07-31  Roland McGrath  <roland@redhat.com>
3844         * libio/fileops.c (decide_maybe_mmap): New static function.
3845         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
3846         mmap the file contents.  Then switch the jump tables to the mmap
3847         tables if it worked, or the vanilla file tables if not.
3848         (_IO_file_underflow_maybe_mmap): New function.
3849         (_IO_file_seekoff_maybe_mmap): New function.
3850         (_IO_file_xsgetn_maybe_mmap): New function.
3851         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
3852         * libio/libioP.h: Declare those.
3853         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
3854         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
3855         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
3856         If the stream is read-only, set its jump tables to those new ones.
3857         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
3858         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
3859         We need the tables set before _IO_file_attach.
3861         * libio/tst-mmap-eofsync.c: New file.
3862         * libio/tst-mmap-fflushsync.c: New file.
3863         * libio/bug-mmap-fflush.c: New file.
3864         * libio/tst-mmap2-eofsync.c: New file.
3865         * libio/Makefile (tests): Add them.
3867         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
3868         _IO_file_underflow_mmap fails, it already set the appropriate bit.
3870 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
3872         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
3873         Declarations moved to <bits/sys_errlist.h>.  Include that file.
3874         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
3875         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
3876         declare sys_errlist and sys_nerr.
3877         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
3878         provide declarations.
3880 2002-07-31  Roland McGrath  <roland@redhat.com>
3882         * elf/rtld.c (dl_main): Fix typo in error message.
3884 2002-07-31  Roland McGrath  <roland@frob.com>
3886         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
3887         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
3888         sysdeps/mach/hurd/dl-sysdep.c change.
3890 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
3892         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
3893         -r`/build/include for kernel headers.
3895         * po/fi.po: New file.
3897 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
3899         * configure.in (static_nss): Set to `yes' if --disable-shared.
3901 2002-07-23  Bruno Haible  <bruno@clisp.org>
3903         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
3904         is set.
3906 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3908         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
3909         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
3910         arguments.
3912 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3914         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
3915         alias.
3917 2002-07-21  Bruno Haible  <bruno@clisp.org>
3919         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
3920         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
3921         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
3922         trans_sysdep_tab_offset.
3923         (struct sysdep_segment): New type.
3924         (struct sysdep_string): New type.
3925         (SEGMENTS_END): New macro.
3926         * intl/gettextP.h (struct sysdep_string_desc): New type.
3927         (struct loaded_domain): New fields malloced, n_sysdep_strings,
3928         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
3929         orig_tab, trans_tab, hash_tab to const pointers because they point
3930         into read-only memory.
3931         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
3932         (PRI*): Define fallback values.
3933         (get_sysdep_segment_value): New function.
3934         (_nl_load_domain): Distinguish major and minor revision parts. Add
3935         support for minor revision 1 with system dependent strings.
3936         (_nl_unload_domain): Also free the 'malloced' field.
3937         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
3938         now done in loadmsgcat.c. Add support for system dependent strings.
3940 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
3942         * posix/bug-regex7.c: New file.
3943         * posix/bug-regex8.c: New file.
3944         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
3946 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
3948         * posix/bug-regex4.c (main): Fix typos.
3949         * posix/bug-regex6.c (main): Likewise.
3951 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
3953         * posix/bug-regex6.c (main): Fix warnings.
3955         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
3957         * iconv/iconv_prog.c (main): Improve error message for the cases
3958         where -t and/or -f parameter are missing.
3960 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
3962         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
3963         (re_search): Likewise.
3964         (re_match_2): Likewise.
3965         (re_search_2): Likewise.
3966         (re_search_stub): New function.
3967         (re_search_2_stub): New function.
3968         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
3970 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
3972         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
3973         (re_string_eoi): Use STOP instead of LEN.
3974         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
3975         (re_string_construct): Likewise.
3976         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
3977         * posix/regexec.c (re_search_internal): Add a new argument STOP
3978         so that it can handle the argument STOP of re_search_2 and re_match_2
3979         correctly.
3980         (regexec): Adapt to new I/F of re_search_internal.
3981         (re_search_stub): Likewise.
3983 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
3985         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
3987         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
3989         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
3990         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
3991         of __divdi3.
3993         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
3994         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
3995         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
3996         alias for adjtimex syscall.
3998         * elf/dl-minimal.c: Define __assert_fail_internal.
3999         * assert/assert.c: Likewise.
4000         * include/assert.h: Define __assert_file macro if !SHARED and not
4001         NOT_IN_libc.
4003         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
4004         programs.
4005         * locale/Makefile: Likewise.
4006         * nscd/Makefile: Likewise.
4007         * catgets/Makefile: Likewise.
4009 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4011         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
4012         compute current position.
4014         * stdio-common/tst-fseek.c (main): Improve error messages.
4016         * libio/tst-freopen.c (main): Remove unused variable.
4018         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
4019         succesful seek call.  Simplify error checking.
4021 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4023         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
4024         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4026 2002-07-19  Roland McGrath  <roland@frob.com>
4028         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
4029         __libc_enable_secure is set.
4031 2002-07-24  Roland McGrath  <roland@frob.com>
4033         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
4034         This implementation supports only IPv4.
4035         * inet/ifaddrs.h: New file.
4036         * sysdeps/generic/ifaddrs.c: New file.
4037         * sysdeps/gnu/ifaddrs.c: New file.
4038         * inet/test-ifaddrs.c: New file.
4039         * inet/Makefile (routines): Add ifaddrs.
4040         (headers): Add ifaddrs.h here.
4041         (tests): Add test-ifaddrs.
4042         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
4044         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
4045         socket call to get an AF_INET socket, instead of using __opensock.
4046         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
4048         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
4049         if not -1 use it instead of calling __opensock.
4050         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
4051         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
4052         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
4054         * sysdeps/mach/hurd/ifreq.h: New file.
4055         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
4056         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
4057         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
4059         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
4060         which gets moved around.  Calculate size of mmap'd buffer instead.
4062 2002-07-24  Philip Blundell  <philb@gnu.org>
4064         * sysdeps/unix/arm/brk.S: Improve schedule.
4065         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
4066         efficient instruction.
4067         (__socket): Optimize return sequence.
4069 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4071         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
4072         sockets on old kernels.
4074 2002-07-22  Philip Blundell  <philb@gnu.org>
4076         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
4077         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4078         alias.
4080 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4082         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
4083         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
4085         * locale/programs/locarchive.c (add_locale_to_archive): Correct
4086         test to detect duplicate locales.
4088         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
4089         position would be before beginning of file.
4090         (_IO_file_seekoff_mmap): Likewise.
4091         * libio/Makefile (tests): Add bug-fseek.
4092         * libio/bug-fseek.c: New file.
4094         * intl/explodename.c: Remove support for CEN-style locale variables.
4095         It was never used and shouldn't be since it's not portable.
4096         * intl/finddomain.c: Likewise.
4097         * intl/l10nflist.c: Likewise.
4098         * intl/loadinfo.h: Likewise.
4099         * locale/findlocale.c: Likewise.
4101 2002-07-24  Roland McGrath  <roland@frob.com>
4103         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
4104         position, calculate it to take into account an active pushback buffer.
4106         * libio/Makefile (tests): Add bug-ungetc.
4107         * libio/bug-ungetc.c: New file.
4109 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
4111         * sysdeps/generic/libc-tls.c: New file.
4112         * csu/Makefile (routines): Add libc-tls.
4113         (static-only-routines): Add libc-tls.
4114         * elf/dl-support.c (_dl_phdr): New variable.
4115         (_dl_phnum): New variable.
4116         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
4117         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
4118         for !SHARED.  First look through auxiliary vector.  If TLS always
4119         call __pthread_initialize_minimal.
4121         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
4122         in mmap call is never zero.
4124 2002-07-23  Andreas Jaeger  <aj@suse.de>
4126         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
4127         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
4129 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
4131         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
4132         creation and removal of the temp file.
4134         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
4135         file creation.
4136         * test-skeleton.c (create_temp_file): New function.
4138 2002-07-22  Andreas Jaeger  <aj@suse.de>
4140         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
4141         local label.
4143 2002-07-21  Roland McGrath  <roland@frob.com>
4145         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4146         put -I../include before -I../stdlib so we get the right errno.h et al.
4147         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4148         (CFLAGS-wcstof.c): Likewise.
4149         (CFLAGS-wcstold.c): Likewise.
4150         (CFLAGS-wcstod_l.c): Likewise.
4151         (CFLAGS-wcstof_l.c): Likewise.
4152         (CFLAGS-wcstold_l.c): Likewise.
4154 2002-07-19  Roland McGrath  <roland@frob.com>
4156         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4158 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4160         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4161         __ASSUME_AT_XID is defined.
4162         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4163         for 2.4.1 and up.
4164         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4165         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
4167         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
4168         (CFLAGS-wcstof.c): Likewise.
4169         (CFLAGS-wcstold.c): Likewise.
4170         (CFLAGS-wcstod_l.c): Likewise.
4171         (CFLAGS-wcstof_l.c): Likewise.
4172         (CFLAGS-wcstold_l.c): Likewise.
4174 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
4176         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
4177         __priority_which_t): Always typedef to int for C++.
4179 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
4181         * configure.in: Add test for __thread support in compiler.
4182         * config.h.in: Add HAVE___THREAD.
4183         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
4184         * include/sys/errno.h: Moved to...
4185         * stdlib/sys/errno.h: ...here.  New file.
4186         * stdlib/errno.h: New file.  Moved from...
4187         * include/errno.h: ...here.  Changed into an internal header defining
4188         libc-local things like __set_errno.
4189         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
4190         bits/errno.h.
4191         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
4192         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
4193         either.
4194         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
4195         from...
4196         (_dl_start_final): ...here.  Add code to initialize tls elements from
4197         bootstrap_map.
4198         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
4199         if USE_TLS && HAVE___THREAD.
4200         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
4201         * sysdeps/mach/hurd/bits/errno.h: Likewise.
4202         * sysdeps/standalone/arm/bits/errno.h: Likewise.
4203         * sysdeps/standalone/bits/errno.h: Likewise.
4204         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
4205         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
4206         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
4207         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
4208         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
4209         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
4210         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
4211         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
4212         use GL(dl_rtld_map), use map parameter.
4213         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4214         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
4215         USE_TLS && HAVE___THREAD.
4216         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
4217         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
4218         TLS code sequence.
4219         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4221         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
4222         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
4223         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
4224         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4225         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4226         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4228 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
4230         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
4231         MS_INVALIDATE values.
4233 2002-07-17  Andreas Schwab  <schwab@suse.de>
4234             Ulrich Drepper  <drepper@redhat.com>
4236         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
4237         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4238         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4239         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4241 2002-07-01  H.J. Lu  <hjl@gnu.org>
4243         * elf/circleload1.c (load_dso): Call "circlemod1" and check
4244         return value.
4246         * elf/circlemod1.c (circlemod1): Return int.
4247         * elf/circlemod2.c (circlemod2): Likewise.
4248         * elf/circlemod2a.c (circlemod2): Likewise.
4249         * elf/circlemod3.c (circlemod3): Likewise.
4250         (circlemod3a): A new function.
4252 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4254         * catgets/tst-catgets.c (main): Don't expect results for
4255         untranslated messages.
4257         * glibcbug.in: Fix little typo.  Remove STDIO.
4259         * config.h.in: Fail if __FAST_MATH__ is defined.
4260         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
4261         (CPPFLAGS-test-idouble.c): Likewise.
4262         (CPPFLAGS-test-ildouble.c): Likewise.
4264 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4266         * intl/tst-gettext.sh: Pass -f option to msgfmt.
4267         * intl/tst-gettext.c: Correctly handle untranslated messages in
4268         positive tests.
4270         * po/de.po: Update from translation team.
4272 2002-07-02  H.J. Lu  <hjl@gnu.org>
4274         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
4275         use ll/sc.
4276         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
4278         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
4279         to 2.4.0 for mips.
4281 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4283         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
4284         TLS fail if USE_TLS is not defined.
4286         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
4287         and adjust state for seek position.  [PR libc/4070]
4288         * libio/Makefile (tests): Add bug-rewind.
4289         * libio/bug-rewind.c: New file.
4291 2002-07-12  Philip Blundell  <philb@gnu.org>
4293         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
4294         (__backtrace): Use it.
4295         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
4297 2002-07-12  Philip Blundell  <philb@gnu.org>
4299         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
4300         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
4301         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
4302         (elf_machine_rela): Remove unused variable.
4304         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
4305         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
4306         define.
4308 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
4310         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
4312 2002-07-14  Andreas Jaeger  <aj@suse.de>
4314         * sysdeps/x86_64/bits/link.h: Add biarch support.
4316 2002-07-13  Andreas Jaeger  <aj@suse.de>
4318         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
4319         Use correct indices.
4320         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
4322 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4324         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
4325         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
4326         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
4327         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
4328         * sysdeps/s390/s390-32/bits/link.h: Remove.
4329         * sysdeps/s390/s390-64/bits/link.h: Remove.
4330         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
4331         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
4332         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
4333         * sysdeps/s390/bits/wordsize.h: New file.
4334         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
4335         elfclass.h.
4336         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
4337         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
4338         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
4339         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
4340         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
4341         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
4342         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
4343         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
4344         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
4345         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
4346         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
4347         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
4348         resource.h.
4349         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
4350         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
4351         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
4352         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
4353         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
4354         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
4355         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
4356         sigaction.h.
4357         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
4358         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
4359         siginfo.h.
4360         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
4361         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
4362         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
4363         socket.h.
4364         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
4365         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
4366         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
4367         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
4368         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
4369         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
4370         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
4371         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
4372         procfs.h.
4373         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
4374         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
4375         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
4376         ucontext.h.
4377         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
4378         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
4380 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4382         * Versions.def (libc): Add GLIBC_2.3.
4383         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
4384         * stdlib/canonicalize.c: Add compatibility version for realpath
4385         and make new code available in GLIBC_2.3.
4387 2002-07-06  Bruno Haible  <bruno@clisp.org>
4389         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
4391 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4393         * resolv/res_hconf.c (_res_hconf_init): Move code into new
4394         function do_init.  Use __libc_once.
4395         (do_init): New function.
4397         * iconvdata/iso8859-11.h: Removed.
4398         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
4399         (distribute): Remove iso8859-11.h.
4400         * iconvdata/tst-tables.sh: Add ISO-8859-11.
4402         * stdio-common/vfscanf.c (inchar): Restore errno from previous
4403         underflow operation if c == (W)EOF.
4405 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4407         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
4408         non-zero, adjust exponent.
4409         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
4410         Remove NO_LONG_DOUBLE aliases.
4411         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
4412         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
4413         (__log1pl): Raise divide by zero and invalid exceptions when needed.
4414         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
4415         1**y and -1**+-Inf.
4416         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
4417         Fix BITS_PER_MP_LIMB 32 extraction.
4418         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
4419         exceptions for qNaNs.
4420         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
4421         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
4422         Raise exceptions when needed.  Don't recurse unnecessarily.
4423         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
4424         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
4425         exceptions for qNaNs.
4426         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
4427         to fix *quo return value sign.
4428         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
4429         case -Inf argument.
4430         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
4432 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4434         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
4435         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
4436         -DNDEBUG.
4438 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4440         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
4441         the result.
4443         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
4444         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
4446         * Versions.def (libthread_db): Add GLIBC_2.3.
4448 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
4450         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
4451         new stream if possible.
4452         * libio/freopen64.c (freopen64): Likewise.
4453         * libio/Makefile (tests): Add tst-freopen.
4454         * libio/tst-freopen.c: New file.
4456 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4458         * libio/stdio.h (obstack_printf): Add format attribute.
4459         (obstack_vprintf): Likewise.
4461 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4463         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
4464         resp. 16 bytes on 32-bit resp. 64-bit platforms.
4465         (re_charset_t, re_string_t): Reorder structure members for 64-bit
4466         architectures.
4468 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4470         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
4471         (init_dfa): ...here.
4473 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
4475         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
4476         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
4477         nodes in parse trees.
4478         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
4479         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
4480         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
4481         nodes which can epsilon transit.
4482         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
4483         to IS_EPSILON_NODE macro.
4484         * posix/regexec.c (update_regs): New function to update registers
4485         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4486         (proceed_next_node): Use the entities of the nodes to determine
4487         whether the node can transit to.
4488         (set_regs): Use update_regs function to update registers.
4490 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4492         * posix/bug-regex4.c (main): Remove duplicate setlocale.
4493         * posix/bug-regex6.c: New file.
4494         * posix/Makefile (tests): Add bug-regex6.
4495         (bug-regex6-ENV): Set LOCPATH.
4497 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4499         * Versions.def [libpthread]: Add GLIBC_2.2.6.
4500         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4502 2002-07-06  Bruno Haible  <bruno@clisp.org>
4504         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4506 2002-07-06  Bruno Haible  <bruno@clisp.org>
4508         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4509         declarations.
4511         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4513         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4515         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4516         not _UTSNAME_H.
4517         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4519         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4520         * sysdeps/generic/bits/ustat.h: Likewise.
4522         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4524 2002-07-08  Andreas Jaeger  <aj@suse.de>
4526         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4528 2002-07-08  Andreas Jaeger  <aj@suse.de>
4530         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4532 2002-07-06  Andreas Jaeger  <aj@suse.de>
4534         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4535         * sysdeps/x86_64/fpu/s_copysign.S: New file.
4536         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4537         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4538         * sysdeps/x86_64/fpu/s_finitel.S: New file.
4539         * sysdeps/x86_64/fpu/s_fmax.S: New file.
4540         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4541         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4542         * sysdeps/x86_64/fpu/s_fmin.S: New file.
4543         * sysdeps/x86_64/fpu/s_fminf.S: New file.
4544         * sysdeps/x86_64/fpu/s_fminl.S: New file.
4546 2002-06-05  Brian Youmans <3diff@gnu.org>
4548         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4549         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4550         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4551         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4552         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4553         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4554         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4555         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4556         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4557         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4558         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4559         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4560         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4561         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4562         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4563         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4564         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4565         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4566         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4567         * sysdeps/ia64/fpu/e_log.S: Likewise.
4568         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4569         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4570         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4571         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4572         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4573         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4574         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4575         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4576         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4577         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4578         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4579         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4580         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4581         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4582         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4583         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4584         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
4585         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4586         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
4587         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
4588         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4589         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4590         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4591         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4592         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4593         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4594         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4595         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4596         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4597         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4598         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4599         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4600         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4601         * sysdeps/ia64/fpu/s_modf.S: Likewise.
4602         * sysdeps/ia64/fpu/s_modff.S: Likewise.
4603         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4604         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4605         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4606         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4607         * sysdeps/ia64/fpu/s_rint.S: Likewise.
4608         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4609         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4610         * sysdeps/ia64/fpu/s_round.S: Likewise.
4611         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4612         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4613         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4614         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4615         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4616         * sysdeps/ia64/fpu/s_significand.S: Likewise.
4617         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4618         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4619         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4620         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4621         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4622         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4623         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4624         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4625         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
4626         reflect IBM donation of math library to FSF
4627         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4628         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4629         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4630         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4631         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4632         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4633         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4634         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4635         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4636         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4637         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4638         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4639         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4640         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4641         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4642         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4643         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4644         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4645         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4646         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4647         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4648         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4649         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
4650         * sysdeps/vax/__longjmp.c: Likewise.
4651         * sysdeps/vax/setjmp.c: Likewise.
4652         * libio/filedoalloc.c: Fixed BSD copying permission notice to
4653         remove advertising clause
4654         * sysdeps/vax/htonl.s: Likewise.
4655         * sysdeps/vax/htons.s: Likewise.
4656         * libio/wfiledoalloc.c: Likewise.
4657         * stdlib/random.c: Likewise.
4658         * stdlib/random_r.c: Likewise.
4659         * sysdeps/mach/sys/reboot.h: Likewise.
4660         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
4661         * sysdeps/posix/getaddrinfo.c: Likewise.
4662         * sunrpc/des_impl.c: Updated license permission notice to Lesser
4663         GPL and corrected pointer to point to the correct license.
4665 2002-07-04  Andreas Jaeger  <aj@suse.de>
4667         * scripts/config.guess: New upstream version.
4668         * scripts/config.sub: Likewise.
4670 2002-07-02  Andreas Schwab  <schwab@suse.de>
4672         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
4673         in parallel to bumping up the buffer pointer.
4675 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4677         * math/libm-test.inc (acos_test): Add missing L suffix for
4678         expected result.
4679         (cpow_test): Likewise.
4680         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
4681         error for acos (0.0625).
4683 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4685         * locale/iso-639.def: Add entry for Ganda.
4686         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
4687         definition.
4688         (address_finish): Handle entries with two letter ISO 639 code.
4690         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
4691         directory if it existed before.
4692         * iconv/iconvconfig.c: Implement --prefix option.
4694         * math/libm-test.inc (cexp_test): Add missing L suffix for
4695         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
4696         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
4697         1.25 i).
4699 2002-05-29  H.J. Lu  <hjl@gnu.org>
4701         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
4702         is turned on.
4704 2002-05-28  H.J. Lu  <hjl@gnu.org>
4706         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
4707         are not dlopened on the dependency list of a dlopened object.
4709 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4711         * elf/dl-lookup.c (add_dependency): It is not necessary to add
4712         dependencies if they are created between objects which are created
4713         while processing RTLD_NOW for objects loaded as part of the same
4714         dlopen call.
4716 2002-06-14  H.J. Lu  <hjl@gnu.org>
4718         * elf/Makefile (tests): Add circleload1.
4719         (modules-names): Add circlemod1, circlemod2, circlemod3,
4720         circlemod1a, circlemod2a and circlemod3a.
4721         ($(objpfx)circleload1): New target.
4722         ($(objpfx)circleload1.out): Likewise.
4723         ($(objpfx)circlemod1.so): Likewise.
4724         ($(objpfx)circlemod2.so): Likewise.
4725         ($(objpfx)circlemod1a.so): Likewise.
4726         ($(objpfx)circlemod2a.so): Likewise.
4727         * elf/circleload1.c: New file.
4728         * elf/circlemod1.c: New file.
4729         * elf/circlemod1a.c: New file.
4730         * elf/circlemod2.c: New file.
4731         * elf/circlemod2a.c: New file.
4732         * elf/circlemod3.c: New file.
4733         * elf/circlemod3a.c: New file.
4735 2002-06-18  Amos Waterland  <apw@us.ibm.com>
4737         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
4738         file descriptor.
4739         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
4740         add check for fd not open for writing.
4742         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
4743         completed element(s) and do not suspend thread if so.  Patch
4744         heavily modified by drepper.
4746         * rt/tst-aio7.c: New file.  Regression test for problems which the
4747         above three changes fix.
4748         * rt/Makefile (tests): Add tst-aio7.
4750 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4752         * rt/tst-aio6.c: Fix comment.
4754         * catgets/gencat.c (read_input_file): Handle more than one slash
4755         at end of line correctly [PR libc/3926].
4756         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
4758         * catgets/sample.SJIS: Add test case for above bug.
4759         * catgets/test-gencat.c: Adjust test code.
4760         * catgets/test-gencat.sh: Adjust expected results.
4762         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
4763         to skip relative relocations.
4764         Patch by Geoff Keating <geoffk@redhat.com>.
4766 2002-05-26  Bruno Haible  <bruno@clisp.org>
4768         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
4769         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
4770         All callers changed.
4771         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
4772         STANDARD_FROM_LOOP_ERR_HANDLER.
4773         (utf8_internal_loop): Likewise.
4774         (ucs2_internal_loop): Likewise.
4775         (internal_ucs2_loop): Perform error handling like in
4776         STANDARD_FROM_LOOP_ERR_HANDLER.
4777         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
4778         in STANDARD_FROM_LOOP_ERR_HANDLER.
4779         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4780         handling.
4781         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
4782         in STANDARD_FROM_LOOP_ERR_HANDLER.
4783         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4784         handling.
4785         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
4786         in STANDARD_FROM_LOOP_ERR_HANDLER.
4787         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4788         handling.
4789         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
4790         STANDARD_FROM_LOOP_ERR_HANDLER.
4791         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
4792         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
4793         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
4794         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
4795         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
4796         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
4797         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
4798         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
4799         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
4800         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
4801         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
4802         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
4803         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
4804         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
4805         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
4806         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
4807         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
4808         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
4809         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
4810         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
4811         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
4812         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
4813         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
4814         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4815         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
4816         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
4817         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
4818         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
4819         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
4820         an error, still set result = __GCONV_ILLEGAL_INPUT.
4821         (BODY for TO_LOOP): Likewise.
4822         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
4823         STANDARD_FROM_LOOP_ERR_HANDLER.
4824         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4825         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
4826         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4827         handling.
4828         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4829         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
4830         STANDARD_FROM_LOOP_ERR_HANDLER.
4831         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4832         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
4833         STANDARD_FROM_LOOP_ERR_HANDLER.
4834         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4835         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
4836         STANDARD_FROM_LOOP_ERR_HANDLER.
4837         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4838         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
4839         STANDARD_FROM_LOOP_ERR_HANDLER.
4840         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4841         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
4842         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4843         handling.
4844         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4845         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
4846         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
4847         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
4849 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4851         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
4852         labels in assembler instructions.
4854 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
4856         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
4857         not enough content is available.
4858         * libio/tst-eof.c: New file.
4859         * libio/Makefile (tests): Add tst-eof.
4861         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
4862         update atime.
4863         * libio/tst-atime.c: New file.
4864         * libio/Makefile (tests): Add tst-atime.
4866         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
4867         handling of overly long words.
4869 2002-06-25  Andreas Jaeger  <aj@suse.de>
4871         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
4872         to not use 32-bit pc relative relocations.
4873         (elf_machine_dynamic): Likewise.
4875 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4877         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
4878         (__GETDENTS): Check for failed getdents64 syscall.
4879         * dirent/Makefile (tests): Add bug-readdir1.
4880         * dirent/bug-readdir1.c: New file.
4882 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
4884         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
4885         lookups.
4886         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
4887         code.  Print TLS modid and offset for modules containing PT_TLS
4888         segments.
4890 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
4892         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4893         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4894         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4895         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4897 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4899         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
4900         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
4901         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
4902         * nss/getXXent_r.c (NEW, NEW1): Define.
4903         (NEW (REENTRANT_GETNAME)): Strong alias to
4904         INTERNAL (REENTRANT_GETNAME).
4905         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
4907 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4909         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
4910         (_IO_file_jumps_mmap): Use it.
4911         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
4912         * libio/libioP.h: Remove _IO_wdefault_setbuf and
4913         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
4914         prototype.
4915         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
4916         (_IO_wfile_jumps_mmap): Don't use it anymore.
4917         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
4918         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
4919         _IO_wdefault_setbuf.
4920         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
4921         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
4922         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
4924 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
4926         * libio/Makefile (tests): Add tst-mmap-setvbuf.
4927         * libio/tst-mmap-setvbuf.c: New test.
4929 2002-06-21  Andreas Jaeger  <aj@suse.de>
4931         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
4933 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
4935         * include/unistd.h (__fork_internal): Remove.
4936         (__fork): Don't define to __fork_internal.
4937         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
4938         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
4939         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
4940         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
4941         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
4943 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
4945         * po/hr.po: New file.
4947 2002-06-11  Wolfram Gloger  <wg@malloc.de>
4949         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
4950         Reported by Michael Meissner <meissner@redhat.com>.
4952 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
4954         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
4955         Patch by Hans Boehm <hans_boehm@hp.com>.
4957 2002-06-20  Andreas Jaeger  <aj@suse.de>
4959         * math/libm-test.inc: Use exact values as input parameters,
4960         compute output parameters with 36 digits for 128-bit long doubles.
4961         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
4962         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
4963         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
4965 2002-06-13  Stephen L Moshier  <steve@moshier.net>
4967         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
4968         argument or result is subnormal.
4970 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
4972         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
4973         quotient.
4974         * sysdeps/i386/fpu/s_remquof.S: Likewise.
4975         * sysdeps/i386/fpu/s_remquol.S: Likewise.
4977         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
4979 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
4981         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
4982         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
4983         Reported by Peter A. Buhr.
4985 2002-06-15  Roland McGrath  <roland@frob.com>
4987         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
4988         warning.
4990         * sysdeps/mach/hurd/getcwd.c
4991         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
4993         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
4994         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
4996         * sysdeps/alpha/divrem.h: Use local label instead of global one for
4997         jump to local subroutine.
4999 2002-06-14  Roland McGrath  <roland@frob.com>
5001         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
5002         * sysdeps/mach/hurd/Makeconfig: ... here.
5004 2002-06-13  Andreas Schwab  <schwab@suse.de>
5006         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
5007         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5008         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5010 2002-06-13  Roland McGrath  <roland@frob.com>
5012         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
5013         * hurd/hurdstartup.c (_hurd_startup): Likewise.
5014         Use intptr_t instead of int for argc in stack layout.
5015         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
5016         (_dl_init_first): Likewise.
5017         (_hurd_stack_setup): Likewise.
5018         (init1): Add a cast.
5019         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
5021         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
5022         argument to pfinet_siocgifconf RPC.
5024 2002-06-13  Andreas Schwab  <schwab@suse.de>
5026         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
5027         expansion order.
5029 2002-06-12  Roland McGrath  <roland@frob.com>
5031         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
5032         if already defined.
5033         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
5034         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
5036 2002-06-11  Roland McGrath  <roland@frob.com>
5038         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
5039         file on [!RTLD_STAT64].
5040         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5042         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
5043         (__fdopen): Use INTUSE.
5044         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
5046         * stdio-common/tmpfile64.c: File removed.
5047         * sysdeps/generic/tmpfile64.c: New file.
5048         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
5049         if not already defined.
5050         (tmpfile): Use it in place of __GT_FILE.
5052         * include/unistd.h: Declare __chown_internal.
5054         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
5055         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
5057 2002-06-09  Roland McGrath  <roland@frob.com>
5059         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
5060         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
5061         value of HURD_INTERFACE_VERSION >= 20020609.
5062         * sysdeps/mach/hurd/configure: Regenerated.
5063         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
5064         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
5065         convert a struct stat64 into a struct stat and return 0 or -1
5066         with errno set to EOVERFLOW.
5067         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
5068         for struct statfs64 to struct statfs.
5069         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
5070         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
5071         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
5072         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
5073         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
5074         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
5075         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
5076         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
5077         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
5078         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
5079         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
5080         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
5081         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
5082         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
5083         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
5084         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
5085         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
5086         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
5087         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
5088         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
5089         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
5090         Use struct stat64 for io_stat argument.
5091         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
5092         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
5093         to io_seek.
5094         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
5095         * hurd/fd-write.c (_hurd_fd_write): Likewise.
5096         * hurd/hurd/fd.h: Update decls.
5097         * sysdeps/mach/hurd/getcwd.c
5098         (_hurd_canonicalize_directory_name_internal): Use ino64_t
5099         and struct dirent64.
5100         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
5101         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
5102         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
5103         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
5105 2002-06-08  Roland McGrath  <roland@frob.com>
5107         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
5108         instead of unsigned long int for __allocation and __size members.
5110 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5112         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5113         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5114         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5115         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5117 2002-06-07  Roland McGrath  <roland@frob.com>
5119         * sysdeps/mach/hurd/bits/environments.h: File removed.
5121 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5123         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
5124         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
5125         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
5126         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
5127         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
5128         (sendfile64): Likewise.
5129         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
5130         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
5131         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
5132         Likewise.
5133         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
5135         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
5136         already defined.
5138 2002-06-04  Bruno Haible  <bruno@clisp.org>
5140         * sysdeps/cris/stackinfo.h: New file.
5142         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
5143         to an integer type before performing bit operations on it.
5145 2002-06-05  Roland McGrath  <roland@frob.com>
5147         * sysdeps/generic/sendfile.c: Include <errno.h>.
5148         * sysdeps/generic/sendfile64.c: Likewise.
5150         * io/Makefile (routines): Add sendfile and sendfile64.
5151         (headers): Add sys/sendfile.h to the list.
5152         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5153         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5154         * io/sys/sendfile.h: ... here.
5155         * sysdeps/generic/sendfile.c: New file.
5156         * sysdeps/generic/sendfile64.c: New file.
5158         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5159         Move sendfile, sendfile64 to ...
5160         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5161         * sysdeps/mach/hurd/sendfile.c: New file.
5162         * sysdeps/mach/hurd/sendfile64.c: New file.
5164         * sysdeps/mach/nanosleep.c: New file.
5166 2002-06-04  Roland McGrath  <roland@frob.com>
5168         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
5169         * sysdeps/alpha/elf/configure: New file (generated).
5171 2002-06-02  Roland McGrath  <roland@frob.com>
5173         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
5175 2002-06-01  Roland McGrath  <roland@frob.com>
5177         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
5178         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
5180 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5182         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
5183         Add nsmap.
5184         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
5185         Remove nstimes setting.
5186         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
5187         * resolv/res_send.c (res_nsend): Don't close unconditionally if
5188         there is mix of IPv6 and IPv4 nameservers.
5189         Use nsmap array to find free slots and preserve nameserver ordering.
5190         Fix RES_ROTATE.
5192 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5194         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
5195         use this header with LFS.
5197         * po/sk.po: Update from translation team.
5199 2002-05-28  Andreas Schwab  <schwab@suse.de>
5201         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
5202         message when finding object of wrong class.
5204 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
5206         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
5207         Patch by <radu@netsoft.ro>.
5209 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5211         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
5212         Add readahead.
5213         * sysdeps/unix/sysv/linux/readahead.c: New file.
5214         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
5215         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
5216         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
5217         Add sendfile64 alias to sendfile syscall.
5218         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5219         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5220         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5221         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
5222         syscall.
5224         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
5225         special section for PIC register loading.
5226         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5228         * config.h.in: Define HAVE_HIDDEN.
5229         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
5231         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
5233 2002-05-28  Roland McGrath  <roland@frob.com>
5235         * sysdeps/mach/alpha/setfpucw.c: New file.
5237 2002-05-26  Roland McGrath  <roland@frob.com>
5239         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
5240         Use integer_t instead of int for IOC_VOID case.
5242 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
5244         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
5246 2002-05-26  Bruno Haible  <bruno@clisp.org>
5248         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
5249         end of the ISO-8859-7 from idx table.
5251 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
5253         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
5255 2002-05-24  David S. Miller  <davem@redhat.com>
5257         * string/bits/string2.h (memset): Do not try to optimize when
5258         not _STRING_ARCH_unaligned if GCC will do the right thing.
5260 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
5262         * posix/regex.c: Define `inline' as a macro into nothing for the
5263         compilers which lack the keyword.
5264         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
5265         for the compatibility of gawk.
5266         * posix/regcomp.c: Add fake implementation of isblank() for the
5267         environments which lack the function.
5268         Don't use free_charset() in case of non-i18n envs.
5269         (build_range_exp): Don't use i18n related code in case of non-i18n
5270         envs.
5271         (build_collating_symbol): Likewise.
5272         (build_equiv_class): Likewise.
5273         (build_charclass): Likewise.
5274         (re_compile_fastmap_iter): Likewise.
5275         (parse_bracket_exp): Likewise.
5276         (build_word_op): Likewise.
5277         (regfree): Don't use free_charset() in case of non-i18n envs.
5278         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
5279         re_token_type_t in case of non-i18n envs.
5280         Don't define re_charset_t in case of non-i18n envs.
5281         Change the type of wcs of re_string_t from wchar_t to wint_t,
5282         since we store also WEOF.
5283         * posix/regex_internal.c: (re_string_realloc_buffers): Change
5284         the type of wcs of re_string_t from wchar_t to wint_t.
5285         (re_string_reconstruct): Likewise.
5286         (create_ci_newstate): Don't use i18n related code in case of
5287         non-i18n envs.
5288         (create_cd_newstate): Likewise.
5290 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
5292         * iconv/loop.c: Fix typo.
5294 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
5296         * inet/ether_line.c (ether_line): Fix a typo causing only
5297         lower 4 bits of each ethernet address byte being assigned.
5298         Don't modify what line points to.
5299         * inet/tst-ether_aton.c (main): Add ether_line tests.
5301 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
5303         * manual/filesys.texi: Don't make readlink example leak memory
5304         when readlink fails.
5306 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
5308         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
5309         some more security checks.
5311 2002-05-17  David S. Miller  <davem@redhat.com>
5313         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
5315 2002-05-16  David S. Miller  <davem@redhat.com>
5317         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
5318         (elf_machine_dynamic): Use it to force PIC register to be loaded.
5319         (elf_machine_load_address): Likewise.
5320         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
5322         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
5323         is unaligned, do not forget to fully initialize %g1 magic value.
5325         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
5326         register definitions and provide 32-bit variants of structures
5327         during 64-bit builds.
5329         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
5330         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
5331         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
5332         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
5333         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
5334         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
5335         Do not clear implicit one bit here, it must be done post-rounding.
5336         Only pad to the left using left shift if value uses less than the
5337         available fractional bits.
5339 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5341         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
5342         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
5343         (shared-only-routines): Likewise.
5344         * sysdeps/powerpc/libgcc-compat.c: New file.
5345         * sysdeps/wordsize-32/cmpdi2.c: Removed.
5346         * sysdeps/wordsize-32/fixdfdi.c: Removed.
5347         * sysdeps/wordsize-32/fixsfdi.c: Removed.
5348         * sysdeps/wordsize-32/shdi3.c: Removed.
5350 2002-05-16  Bruno Haible  <bruno@clisp.org>
5352         * MakeTAGS (libc.pot): Don't sort the output.
5353         * po/header.pot: Update to match xgettext 0.11 output.
5355 2002-05-16  Bruno Haible  <bruno@clisp.org>
5357         * MakeTAGS (subdirs): Remove duplicates.
5359 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5361         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
5362         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
5363         alias.
5365 2002-05-19  Andreas Jaeger  <aj@suse.de>
5367         * sysdeps/unix/sysv/linux/configure.in: Warn against an
5368         installation in /usr/local.
5370 2002-05-16  Bruno Haible  <bruno@clisp.org>
5372         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
5373         string as argument of #error.
5375 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
5377         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
5378         don't define static.  Remove old __realpath function.  TC1 of
5379         POSIX 2001 will allow the second parameter to be NULL.
5380         * stdlib/test-canon.c: Comment out test for NULL as second
5381         parameter of realpath.
5383         * time/offtime.c (__offtime): Set errno if overflow is detected.
5385         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
5386         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
5387         dl-brk and dl-sbrk.
5389         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
5390         (fdimf): Likewise.
5392 2002-05-15  Roland McGrath  <roland@frob.com>
5394         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
5396 2002-05-12  Bruno Haible  <bruno@clisp.org>
5398         * iconvdata/testdata/EUC-JISX0213: New file.
5399         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
5400         * iconvdata/testdata/SHIFT_JISX0213: New file.
5401         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
5402         * iconvdata/testdata/ISO-2022-JP-3: New file.
5403         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
5404         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
5405         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
5406         contains comments indicating precomposed characters.
5408 2002-04-21  Bruno Haible  <bruno@clisp.org>
5410         * iconvdata/iso-2022-jp-3.c: New file.
5411         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
5412         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
5413         (LDFLAGS-ISO-2022-JP-3.so): New variable.
5414         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
5415         (distribute): Add iso-2022-jp-3.c.
5417 2002-05-12  Bruno Haible  <bruno@clisp.org>
5419         * iconvdata/tst-table-to.c (main): Restore handling of
5420         transliterations, broken by last patch.
5422 2002-05-12  Bruno Haible  <bruno@clisp.org>
5424         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
5426 2002-05-12  Bruno Haible  <bruno@clisp.org>
5428         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
5429         when there is not enough room in the output buffer.
5430         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5432 2002-04-20  Bruno Haible  <bruno@clisp.org>
5434         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
5435         macros.
5436         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5437         Also make this macro work if FROM_DIRECTION evaluates to 0.
5438         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5439         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
5440         of consume_incomplete.
5441         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5442         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
5443         4, not 8.
5444         * iconvdata/cp1258.c: Likewise.
5445         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5446         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
5447         not 2.
5448         * iconvdata/ibm933.c: Likewise.
5449         * iconvdata/ibm935.c: Likewise.
5450         * iconvdata/ibm937.c: Likewise.
5451         * iconvdata/ibm939.c: Likewise.
5452         * iconvdata/iso-2022-cn.c: Define
5453         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5454         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
5455         * iconvdata/iso-2022-cn-ext.c: Likewise.
5456         * iconvdata/iso-2022-jp.c: Define
5457         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5458         {MIN,MAX}_NEEDED_{FROM,TO}.
5459         * iconvdata/tcvn5712-1.c: Define
5460         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5461         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
5462         * iconvdata/euc-jisx0213.c: Define
5463         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5464         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
5465         * iconvdata/shift_jisx0213.c: Likewise.
5467 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5469         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
5470         shdi3, fixdfdi, fixsfdi in csu dir.
5471         (shared-only-routines): Likewise.
5472         * sysdeps/wordsize-32/cmpdi2.c: New file.
5473         * sysdeps/wordsize-32/shdi3.c: New file.
5474         * sysdeps/wordsize-32/fixdfdi.c: New file.
5475         * sysdeps/wordsize-32/fixsfdi.c: New file.
5476         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
5477         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
5478         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
5480         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
5481         Only use va_arg if the argument will be used [PR libc/3259].
5483 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
5485         * catgets/catgets.c (catopen): Free buffer if internal catalog
5486         open fails.
5488 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5490         * debug/xtrace.sh: Make more robust.  For realtime tracking use
5491         non-buffering methods.
5492         * debug/pcprofiledump.c: Implement -u option.
5493         Patch by Roger Luethi <rl@hellgate.ch>.
5495 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
5497         * include/netinet/in.h (bindresvport_internal): Add prototype.
5498         * include/rpc/auth.h  (authunix_create_internal,
5499         authunix_create_default_internal, authnone_create_internal,
5500         authdes_pk_create_internal): Add prototypes.
5501         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5502         clntudp_create_internal, clntudp_bufcreate_internal,
5503         clntunix_create_internal): Add prototypes.
5504         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5505         svc_getreq_internal, svc_getreq_common_internal,
5506         svc_getreqset_internal, svc_getreq_poll_internal,
5507         svc_register_internal, svc_unregister_internal,
5508         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5509         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5510         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5511         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5512         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5513         * inet/rcmd.c (rcmd_af): Use __listen.
5514         (rresvport_af): Use __bind.
5515         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5516         authunix_create, authunix_create_default, authnone_create,
5517         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5518         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5519         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5520         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5521         _authenticate, add INTDEF after such function definitions.
5522         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5523         __setsockopt, __getsockname instead of non-__ variants.
5524         * sunrpc/pmap_rmt.c: Likewise.
5525         * sunrpc/rtime.c: Likewise.
5526         * sunrpc/svc_udp.c: Likewise.
5527         * sunrpc/clnt_unix.c: Likewise.
5528         * sunrpc/svc_unix.c: Likewise.
5529         * sunrpc/bindrsvprt.c: Likewise.
5530         * sunrpc/svc_tcp.c: Likewise.
5531         * sunrpc/auth_none.c: Likewise.
5532         * sunrpc/clnt_raw.c: Likewise.
5533         * sunrpc/clnt_tcp.c: Likewise.
5534         * sunrpc/auth_unix.c: Likewise.
5535         * sunrpc/key_call.c: Likewise.
5536         * sunrpc/clnt_gen.c: Likewise.
5537         * sunrpc/pm_getmaps.c: Likewise.
5538         * sunrpc/clnt_simp.c: Likewise.
5539         * sunrpc/pmap_clnt.c: Likewise.
5540         * sunrpc/svc_run.c: Likewise.
5541         * sunrpc/svc.c: Likewise.
5542         * sunrpc/svc_simple.c: Likewise.
5543         * sunrpc/pm_getport.c: Likewise.
5544         * sunrpc/auth_des.c: Likewise.
5545         * sunrpc/svc_auth.c: Likewise.
5546         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5547         __register_frame_info_table_bases, __deregister_frame_info_bases):
5548         Add INTDEF.
5549         (__register_frame_info_bases_internal,
5550         __register_frame_info_table_bases_internal,
5551         __deregister_frame_info_bases_internal): Add prototypes.
5552         (__register_frame_info, __register_frame): Use INTUSE in call to
5553         __register_frame_info_bases.
5554         (__register_frame_info_table): Similarly.
5555         (__deregister_frame_info, __deregister_frame): Similarly.
5556         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5557         sendto as weak alias.
5558         * sysdeps/mach/hurd/sendto.c: Likewise.
5559         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5560         recvfrom as weak alias.
5561         * sysdeps/mach/hurd/recvfrom.c: Likewise.
5562         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5563         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5564         recvmsg as weak alias.
5565         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5566         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5567         sendmsg as weak alias.
5568         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5569         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5570         setsockopt, add setsockopt as weak alias.
5571         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5572         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5573         weak alias.
5574         * sysdeps/mach/hurd/bind.c: Likewise.
5575         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
5576         as weak alias.
5577         * sysdeps/mach/hurd/listen.c: Likewise.
5578         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
5579         getsockname, add getsockname as weak alias.
5580         * sysdeps/mach/hurd/getsockname.c: Likewise.
5581         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
5582         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
5583         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
5584         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
5585         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
5586         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
5587         Add aliases.
5588         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5589         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5590         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5591         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5592         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
5593         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
5594         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
5595         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
5596         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
5597         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
5598         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
5599         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
5601 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5603         * locale/programs/localedef.h (show_archive_content): Add verbose
5604         argument.
5605         * locale/programs/localedef.c (main): Adjust caller.
5606         * locale/programs/locarchive.c (struct nameent, struct dataent): New
5607         types.
5608         (nameentcmp, dataentcmp): New functions.
5609         (xstrcmp): Remove.
5610         (show_archive_content): Print verbose listing with --list-archive -v.
5612 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5614         * locale/programs/locarchive.c (open_archive): Take extra argument
5615         readonly.  If true open file with O_RDONLY and don't create the
5616         archive if it doesn't exist.
5617         Adapt all callers.
5618         (close_archive): Don't do anything if fd element is -1.
5619         * locale/programs/localedef.h (open_archive): Adjust prototype.
5620         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
5621         call.
5623         * malloc/malloc.c (__posix_memalign): Correct check for size of
5624         alignment value [PR libc/3444].
5626         * include/stdio.h: Remove references to old stdio implementation.
5628         * libio/Makefile (bug-ungetwc2-ENV): Define.
5630 2002-05-13  Roland McGrath  <roland@frob.com>
5632         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
5634         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
5636 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
5638         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5639         Allocate three, not two, more than LEN when appending '/.'.
5640         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
5641         if NAME ends with '/.' if it is shorter than 2 chars.
5643 2002-05-12  Roland McGrath  <roland@frob.com>
5645         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
5646         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
5648         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
5649         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
5651 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5653         * sysdeps/ia64/Makefile: Remove extra endif.
5654         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
5656 2002-05-10  Andreas Schwab  <schwab@suse.de>
5658         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
5660 2002-05-09  Andreas Jaeger  <aj@suse.de>
5662         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
5663         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
5664         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
5666         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
5667         * sysdeps/wordsize-64/glob.c: ...here.
5668         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
5669         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
5670         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
5672 2002-05-08  Roland McGrath  <roland@frob.com>
5674         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
5675         O_NOTRANS flag in "." lookup.
5677 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
5679         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
5681 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
5683         * locale/duplocale.c (__duplocale): Update special members only
5684         when allocation succeeded.
5686 2002-05-03  Roland McGrath  <roland@frob.com>
5688         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
5689         we can only build libc.so.0.3(GLIBC_2.2.6) now.
5691 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
5693         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
5694         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
5695         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
5696         * sysdeps/ia64/ia64libgcc.S: New file.
5698 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
5700         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
5702         * malloc/memusage.c: Distinguish anonymous mmap.
5704 2002-05-01  Roland McGrath  <roland@frob.com>
5706         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
5707         and use INTDEF on it.
5708         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
5710         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
5712         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
5714 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
5716         * malloc/memusage.c: Add support for tracking mmap & friends.
5717         * malloc/memusage.sh: Implement -m/--mmap option.
5719 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5721         * locale/programs/locarchive.c (create_archive): Add archivefname
5722         argument, create fname from it.
5723         (enlarge_archive): Honour output_prefix.
5724         (open_archive): Likewise.
5726 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5728         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
5729         too many stpcpy macros.
5731 2002-04-26  Bruno Haible  <bruno@clisp.org>
5733         * locale/programs/ld-collate.c (collate_read): Cast first argument
5734         for "%.*s" to int.
5736 2002-04-26  Bruno Haible  <bruno@clisp.org>
5738         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
5739         __dcngettext_internal): New declarations.
5740         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
5741         attribute declarations.
5743 2002-04-30  Roland McGrath  <roland@frob.com>
5745         Removed old GNU stdio implementation; GNU libio is now the only option.
5746         * configure.in: Removed --enable-libio option and @stdio@ subst var.
5747         Define USE_IN_LIBIO unconditionally.
5748         * configure: Regenerated.
5749         * Makeconfig (stdio): Set to libio by default.
5750         * config.make.in (stdio): Variable removed.
5751         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
5752         * sysdeps/unix/sysv/linux/configure: Regenerated.
5753         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
5754         * sysdeps/mach/hurd/configure: Regenerated.
5755         * stdio/.cvsignore: File removed.
5756         * stdio/Makefile: File removed.
5757         * stdio/Versions: File removed.
5758         * stdio/__fbufsize.c: File removed.
5759         * stdio/__flbf.c: File removed.
5760         * stdio/__fpending.c: File removed.
5761         * stdio/__fpurge.c: File removed.
5762         * stdio/__freadable.c: File removed.
5763         * stdio/__freading.c: File removed.
5764         * stdio/__fsetlocking.c: File removed.
5765         * stdio/__fwritable.c: File removed.
5766         * stdio/__fwriting.c: File removed.
5767         * stdio/clearerr.c: File removed.
5768         * stdio/fclose.c: File removed.
5769         * stdio/fcloseall.c: File removed.
5770         * stdio/feof.c: File removed.
5771         * stdio/ferror.c: File removed.
5772         * stdio/fflush.c: File removed.
5773         * stdio/fgetc.c: File removed.
5774         * stdio/fgetpos.c: File removed.
5775         * stdio/fgets.c: File removed.
5776         * stdio/fileno.c: File removed.
5777         * stdio/fmemopen.c: File removed.
5778         * stdio/fopen.c: File removed.
5779         * stdio/fopncook.c: File removed.
5780         * stdio/fputc.c: File removed.
5781         * stdio/fputs.c: File removed.
5782         * stdio/fread.c: File removed.
5783         * stdio/freopen.c: File removed.
5784         * stdio/fseek.c: File removed.
5785         * stdio/fsetpos.c: File removed.
5786         * stdio/ftell.c: File removed.
5787         * stdio/fwrite.c: File removed.
5788         * stdio/getc.c: File removed.
5789         * stdio/getchar.c: File removed.
5790         * stdio/getdelim.c: File removed.
5791         * stdio/gets.c: File removed.
5792         * stdio/glue.c: File removed.
5793         * stdio/internals.c: File removed.
5794         * stdio/linewrap.c: File removed.
5795         * stdio/linewrap.h: File removed.
5796         * stdio/memstream.c: File removed.
5797         * stdio/newstream.c: File removed.
5798         * stdio/obstream.c: File removed.
5799         * stdio/putc.c: File removed.
5800         * stdio/putchar.c: File removed.
5801         * stdio/puts.c: File removed.
5802         * stdio/rewind.c: File removed.
5803         * stdio/setbuf.c: File removed.
5804         * stdio/setbuffer.c: File removed.
5805         * stdio/setlinebuf.c: File removed.
5806         * stdio/setvbuf.c: File removed.
5807         * stdio/stdio.h: File removed.
5808         * stdio/ungetc.c: File removed.
5809         * stdio/vasprintf.c: File removed.
5810         * stdio/vscanf.c: File removed.
5811         * stdio/vsnprintf.c: File removed.
5812         * stdio/vsprintf.c: File removed.
5813         * stdio/vsscanf.c: File removed.
5814         * sysdeps/generic/defs.c: File removed.
5815         * sysdeps/generic/fdopen.c: File removed.
5816         * sysdeps/generic/pipestream.c: File removed.
5817         * sysdeps/generic/stdio_init.c: File removed.
5818         * sysdeps/generic/sysd-stdio.c: File removed.
5819         * sysdeps/generic/vdprintf.c: File removed.
5820         * sysdeps/mach/hurd/defs.c: File removed.
5821         * sysdeps/mach/hurd/fdopen.c: File removed.
5822         * sysdeps/mach/hurd/pipestream.c: File removed.
5823         * sysdeps/mach/hurd/stdio_init.c: File removed.
5824         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
5825         * sysdeps/mach/hurd/vdprintf.c: File removed.
5826         * sysdeps/posix/defs.c: File removed.
5827         * sysdeps/posix/fdopen.c: File removed.
5828         * sysdeps/posix/pipestream.c: File removed.
5829         * sysdeps/posix/stdio_init.c: File removed.
5830         * sysdeps/posix/vdprintf.c: File removed.
5831         * sysdeps/unix/pipestream.c: File removed.
5832         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
5833         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
5834         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
5836 2002-04-29  Roland McGrath  <roland@frob.com>
5838         * include/libc-symbols.h (link_warning): Use `unused' attribute.
5840 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
5842         * sysdeps/generic/tls.h: Describe what must be defined.
5844         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
5845         glob_in_dir [PR libc/3385].
5846         * posix/globtest.sh: Add test case.
5848         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
5849         //TRANSLIT twice.
5851 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
5853         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
5854         _internal symbol handling.
5855         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5857 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5859         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
5860         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
5862 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
5864         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
5865         not _LIBC and RE_ENABLE_I18N.
5866         (build_range_exp): Implement for not _LIBC.
5867         (build_collating_symbol): Likewise.
5868         (parse_bracket_exp): Unify redundant error handlings.
5869         Don't erase mbcset for non matching list in multibyte envs.
5870         (build_word_op): Add '_' to matching list for \w operator.
5871         * posix/regex_internal.c (re_string_construct): Invoke
5872         build_upper_buffer in case of not RE_ENABLE_I18N.
5873         (re_string_reconstruct): Don't touch cur_state in case of not
5874         RE_ENABLE_I18N.
5875         * posix/regex_internal.h (attribute_hidden): New macro in case of
5876         not _LIBC.
5877         (re_charset_t): Define range_starts/ends in case of not _LIBC.
5878         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
5879         RE_ENABLE_I18N.
5880         (transit_state_mb): Likewise.
5881         (check_node_accept_bytes): Implement the code evaluating range
5882         expression in case of not _LIBC.
5883         (find_collation_sequence_value): Hide in case of not _LIBC.
5885 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
5887         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
5888         i386/semctl.c.
5889         (__old_semctl, __new_semctl): Only use va_arg if the argument will
5890         be used.
5892 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5894         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
5896         * sysdeps/ia64/strncpy.S: Fix recovery code.
5897         Patch by David Mosberger <davidm@hpl.hp.com>.
5899 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5901         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
5902         GLIBC_2.2.6.
5904 2002-04-14  Bruno Haible  <bruno@clisp.org>
5906         * posix/regex.c (re_max_failures): Add back symbol for binary
5907         compatibility.
5909 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
5911         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
5912         of buffer building functions.
5913         * posix/regex_internal.c (re_string_allocate): New function.
5914         (re_string_realloc_buffers): New function.
5915         (re_string_skip_chars): New function.
5916         (re_string_reconstruct): New function.
5917         (re_string_construct): Adapt it to new interface of buffer building
5918         functions.
5919         (re_string_construct_common): Likewise.
5920         (build_wcs_buffer): Likewise.
5921         (build_wcs_upper_buffer): Likewise.
5922         (build_upper_buffer): Likewise.
5923         (re_string_translate_buffer): Likewise.
5924         (re_string_context_at): Adapt it to variable length buffers.
5925         * posix/regex_internal.h (re_string_t): Add new fields to handle
5926         variable length buffers.
5927         (re_match_context_t): Likewise.
5928         * posix/regexec.c (re_search_internal): Adapt it to new interface
5929         of re_string_t and re_match_context_t.
5930         (acquire_init_state_context): Likewise.
5931         (check_matching): Likewise.
5932         (check_halt_state_context): Likewise.
5933         (proceed_next_node): Likewise.
5934         (set_regs): Likewise.
5935         (sift_states_backward): Likewise.
5936         (clean_state_log_if_need): Likewise.
5937         (sift_states_iter_mb): Likewise.
5938         (sift_states_iter_bkref): Likewise.
5939         (add_epsilon_backreference): Likewise.
5940         (transit_state): Likewise.
5941         (transit_state_sb): Likewise.
5942         (transit_state_mb): Likewise.
5943         (transit_state_bkref): Likewise.
5944         (transit_state_bkref_loop): Likewise.
5945         (check_node_accept): Likewise.
5946         (match_ctx_init): Likewise.
5947         (extend_buffers): New function.
5949 2002-04-21  Bruno Haible  <bruno@clisp.org>
5951         * iconvdata/tst-table.sh: For the second check, use the truncated
5952         GB18030 charmap table, like for the first check.
5954 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5956         * elf/dl-load.c (open_verify): Correct __lseek parameters.
5957         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
5959 2002-04-23  H.J. Lu  <hjl@gnu.org>
5961         * include/math.h (isfinite): Fix a typo.
5963 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5965         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
5966         which is created by the test suite.
5968 2002-04-20  Bruno Haible  <bruno@clisp.org>
5970         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
5971         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
5973 2002-04-20  Bruno Haible  <bruno@clisp.org>
5975         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
5976         to avoid gcc warning.
5978 2002-04-20  Bruno Haible  <bruno@clisp.org>
5980         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
5981         of data->__statep->__count.
5983 2002-04-20  Bruno Haible  <bruno@clisp.org>
5985         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
5986         tag characters.
5987         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
5989 2002-04-24  Roland McGrath  <roland@frob.com>
5991         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
5992         use END macro instead of our own .end directive.
5993         Use `callsys' insn mnemonic instead of `call_pal'.
5995         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
5997         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
5998         macro; we need this for Hurd.
6000         Log entry was missing for 2002/03/24 commit of rev 1.8,
6001         goes with 2002-03-17 changes.
6002         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
6003         (sysdep_routines): Append ioperm here.
6004         (sysdep_headers): Append sys/io.h here.
6006 2002-04-23  Roland McGrath  <roland@frob.com>
6008         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
6009         * sysdeps/mach/hurd/sendto.c: Likewise.
6010         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
6011         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
6012         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
6014 2002-04-22  Roland McGrath  <roland@frob.com>
6016         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
6017         failure from i386_io_perm_* RPCs to ENOSYS.
6019 2002-04-22  Andreas Jaeger  <aj@suse.de>
6021         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
6023         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
6025         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
6026         register instead of destroying %rbx.
6028 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
6030         * string/string.h: Declare strerror_r also for XPG6.
6032 2002-04-19  Roland McGrath  <roland@frob.com>
6034         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
6036 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
6038         * Makefile: Add handling of xtests and xcheck targets.
6039         * MakeTAGS: Likewise.
6040         * Makeconfig: Likewise.
6041         * Makerules: Likewise.
6042         * Rules: Likewise.
6043         * manual/Makefile: Likewise.
6044         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
6045         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
6047 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
6049         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
6050         authnone_private_s.
6051         * sunrpc/auth_none.c: Include bits/libc-lock.h.
6052         Delete #ifdef _RPC_THREAD_SAFE_ block.
6053         (authnone_private): Make a struct, not a pointer to struct.
6054         (authnone_private_guard): New once-control variable.
6055         (authnone_create_once): New function, split out of
6056         authnone_create.  No need to allocate memory.
6057         (authnone_create): Just call authnone_create_once via
6058         __libc_once, then return &authnone_private->no_client.
6059         (authnone_marshal): Access private data via CLIENT argument,
6060         not authnone_private pointer.
6061         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
6062         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
6063         authnone_private_s.
6065 2002-04-12  H.J. Lu  <hjl@gnu.org>
6067         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
6069 2002-04-18  Bruno Haible  <bruno@clisp.org>
6071         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6072         FROM_DIRECTION): Make the FROM direction stateless.
6073         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6074         FROM_DIRECTION): Likewise.
6076 2002-04-15  Bruno Haible  <bruno@clisp.org>
6078         * iconvdata/JISX0213.TXT: New file.
6079         * iconvdata/jisx0213.h: New file.
6080         * iconvdata/jisx0213.c: New file.
6081         * iconvdata/euc-jisx0213.c: New file.
6082         * iconvdata/shift_jisx0213.c: New file.
6083         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
6084         * iconvdata/EUC-JISX0213.precomposed: New file.
6085         * iconvdata/SHIFT_JISX0213.precomposed: New file.
6086         * iconvdata/SHIFT_JISX0213.irreversible: New file.
6087         * iconvdata/tst-table-to.c (main): Make it work for encodings for
6088         which the "to" direction is stateful.
6089         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
6090         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
6091         SHIFT_JISX0213.
6092         (libJISX0213-routines): New variable.
6093         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
6094         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
6095         (LDFLAGS-libJISX0213.so): New variable.
6096         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
6097         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
6098         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
6100 2002-04-15  Bruno Haible  <bruno@clisp.org>
6102         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
6103         uint32_t.  Update to Unicode 3.2.
6104         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
6105         (BODY for TO_LOOP): Handle the ASCII range specially.
6106         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
6107         * iconvdata/testdata/BIG5HKSCS: Remove a character.
6108         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
6110 2002-04-15  Bruno Haible  <bruno@clisp.org>
6112         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
6113         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
6115 2002-04-15  Bruno Haible  <bruno@clisp.org>
6117         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
6118         (ucs4_to_cns11643): Update.
6119         * iconvdata/cns11643.c: Update to Unicode 3.2.
6120         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
6121         __cns11643_from_ucs4p2_tab): Regenerated.
6122         (__cns11643_from_ucs4p2c_tab): New array.
6123         * iconvdata/cvs11643l1.c: Update comments.
6124         * iconvdata/EUC-TW.irreversible: Remove two entries.
6126 2002-04-15  Bruno Haible  <bruno@clisp.org>
6128         * locale/C-translit.h.in: Update to Unicode 3.2.
6129         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
6130         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
6132 2002-04-15  Bruno Haible  <bruno@clisp.org>
6134         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
6135         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
6137 2002-04-15  Bruno Haible  <bruno@clisp.org>
6139         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
6140         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
6141         always one byte, not 0 bytes in some cases and 2 bytes in others.
6143         * iconvdata/tst-table-from.c (main): Correct the usage message.
6145 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6147         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6148         (parse_dup_op): Fix error handling like "a{}".
6149         (parse_bracket_exp): Add error handling.
6150         (fetch_number): Add error handling for "a{<very_large_number>}".
6152 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6154         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6155         in case that the symbol name is too long.
6156         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6157         in case of REG_ICASE.
6159 2002-04-19  Andreas Jaeger  <aj@suse.de>
6161         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6162         <hartvige@mips.com>.
6164 2002-04-15  H.J. Lu  <hjl@gnu.org>
6166         * include/math.h (__finitel_internal): Declare only if
6167         __NO_LONG_DOUBLE_MATH is not defined.
6168         (__isinfl_internal): Likewise.
6169         (__isnanl_internal): Likewise.
6171         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
6172         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6173         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6174         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6175         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6176         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6177         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6179         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
6180         __fcntl_internal.
6182         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
6183         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
6185 2002-04-15  Bruno Haible  <bruno@clisp.org>
6187         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
6188         (BODY for TO_LOOP): Likewise.
6189         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
6190         * iconvdata/tst-table.sh: Add support for encodings which contain
6191         precomposed Unicode characters, known to the iconv converter in both
6192         directions but not listed in the charmap.
6193         * iconvdata/IBM856.irreversible: New file.
6194         * iconvdata/IBM922.irreversible: New file.
6195         * iconvdata/IBM1132.irreversible: New file.
6196         * iconvdata/IBM1133.irreversible: New file.
6197         * iconvdata/IBM1160.irreversible: New file.
6198         * iconvdata/IBM1161.irreversible: New file.
6199         * iconvdata/IBM1163.irreversible: New file.
6200         * iconvdata/IBM1164.irreversible: New file.
6201         * iconvdata/ARMSCII-8.irreversible: New file.
6202         * iconvdata/TCVN5712-1.precomposed: New file.
6203         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
6204         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
6205         ARMSCII-8, TCVN5712-1.
6206         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
6207         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
6208         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
6209         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
6211 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6213         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
6214         for EVENING69.  Include offsets in TZ environment variable.
6216 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
6218         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
6219         avoid compiler warnings.
6221         * locale/programs/localedef.c (main): Always call
6222         construct_output_path.
6224         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
6226         * locale/programs/locfile.c (to_archive): New variable.  To collect
6227         data which has to be added to the locale archive.
6228         (write_all_categories): Take new third parameter with locale name.
6229         Unless no_archive flag set add new locale data to the archive
6230         (write_locale_data): Unless no-archive flag set store generated data
6231         in to_archive data structure instead of generation output file.
6232         Add new parameter with locale category index.
6233         * locale/programs/locfile.h: Add new parameters in declaractions of
6234         write_all_categories and write_locale_data.
6235         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
6236         --add-to-archive, and --delete-from-archive options.  Pass extra
6237         parameter to write_all_categories.
6238         * locale/programs/localedef.h: Add prototypes for functions in
6239         locarchive.c.
6240         * locale/locarchive.h: New file.
6241         * locale/programs/locarchive.c: New file.
6242         * locale/Makefile (distribute): Add programs/locarchive.c and
6243         locarchive.h.
6244         (localedef-modules): Add md5 and locarchive.
6245         Add vpath to crypt subdir for md5.c.
6247         * locale/programs/ld-address.c: Pass locale category ID as new second
6248         parameter to write_locale_data.
6249         * locale/programs/ld-collate.c: Likewise.
6250         * locale/programs/ld-ctype.c: Likewise.
6251         * locale/programs/ld-identification.c: Likewise.
6252         * locale/programs/ld-measurement.c: Likewise.
6253         * locale/programs/ld-messages.c: Likewise.
6254         * locale/programs/ld-monetary.c: Likewise.
6255         * locale/programs/ld-name.c: Likewise.
6256         * locale/programs/ld-numeric.c: Likewise.
6257         * locale/programs/ld-paper.c: Likewise.
6258         * locale/programs/ld-telephone.c: Likewise.
6259         * locale/programs/ld-time.c: Likewise.
6261         * locale/simple-hash.c: Move compute_hashval function from here...
6262         * locale/hashval.h: ...to here.  New file.
6263         * locale/simple-hash.h: Add prototype for compute_hashval.
6265         * include/libintl.h: Minor cleanups.
6267 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
6269         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
6271 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
6273         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
6275 2002-04-14  Bruno Haible  <bruno@clisp.org>
6277         * locale/programs/charmap.c (charmap_read): Don't access result if
6278         result == NULL.
6280 2002-02-17  Andreas Schwab  <schwab@suse.de>
6282         * elf/reldep7.c: New file.
6283         * elf/reldep7mod1.c: New file.
6284         * elf/reldep7mod2.c: New file.
6285         * elf/Makefile: Add rules to build and run reldep7.
6287 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
6289         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
6290         the end of the function.  Pass original flags to recursive call if
6291         add_dependency failed.
6292         (_dl_lookup_versioned_symbol): Likewise.
6294 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
6296         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
6297         early, but check whether it overflowed afterwards.
6298         * time/tst-mktime.c (main): Add new tests.
6300 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
6302         * debug/xtrace.sh: Fix program name in help message.
6303         Patch by Roger Luethi <rl@hellgate.ch>.
6305         * include/sys/stat.h: Add prototypes for __lxstat_internal and
6306         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
6307         NOT_IN_libc.
6308         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
6309         * sysdeps/mach/hurd/lxstat.c: Likewise.
6310         * sysdeps/unix/common/lxstat.c: Likewise.
6311         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
6312         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
6313         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6314         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6315         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
6316         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
6317         * sysdeps/mach/hurd/lxstat64.c: Likewise.
6318         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
6319         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
6321         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
6322         prototypes.  Add __mbrlen and __mbrtowc macros.
6323         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
6324         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
6326         * include/unistd.h: Add prototype for __write_internal and add
6327         __libc_write macro is SHARED.
6328         * sysdeps/generic/write.c: Use INTDEF for __write.
6329         * sysdeps/mach/hurd/write.c: Likewise.
6330         * sysdeps/unix/sysv/aix/write.c: Likewise.
6331         * sysdeps/unix/syscalls.list: Add __libc_write alias.
6333         * assert/assert.c: Replace STR_N_SIZE with something usable in
6334         macro arguments.
6335         * assert/assert-perr.c: Likewise.
6337         * include/sys/socket.h: Declare __libc_sa_len_internal and define
6338         SA_LEN macro to use it if not NOT_IN_libc.
6339         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
6341         * include/fcntl.h: Declare __open_internal and define __open and
6342         __libc_open macros if not NOT_IN_libc.
6343         * sysdeps/generic/open.c: Use INTDEF for __open.
6344         * sysdeps/mach/hurd/open.c: Likewise.
6345         * sysdeps/unix/sysv/aix/open.c: Likewise.
6346         * sysdeps/unix/syscalls.list: Add __open_internal alias.
6348         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
6349         has correct number.
6351         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
6352         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
6353         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6354         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6356         * include/wctype.h: Declare __iswalpha_l_internal,
6357         __iswdigit_l_internal, __iswspace_l_internal,
6358         __iswxdigit_l_internal, and __iswctype_internal.  Define
6359         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
6360         __iswxdigit_l macros if not NOT_IN_libc.
6361         * wctype/iswctype.c: Use INTDEF for __iswctype.
6362         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
6364         * include/math.h: Declare __isinf_internal, __isinfl_internal,
6365         __isnan_internal, and __isnanl_internal.
6366         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
6367         __isnan, and __isnanl.
6368         * stdio-common/printf_size.c: Likewise.
6369         * sysdeps/generic/printf_fphex.c: Likewise.
6370         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
6371         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6372         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
6373         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
6374         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6375         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6376         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6377         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6378         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
6379         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
6380         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
6381         * sysdeps/m68k/s_isinfl.c: Likewise.
6382         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
6383         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
6385         * include/sys/time.h: Declare __gettimeofday_internal and define
6386         __gettimeofday macro if not NOT_IN_libc.
6387         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
6388         * sysdeps/mach/gettimeofday.c: Likewise.
6389         * sysdeps/posix/gettimeofday.c: Likewise.
6390         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
6391         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
6392         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6393         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
6395         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
6396         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
6397         Remove __lstat and __fstat inline functions.
6398         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
6399         * sysdeps/mach/hurd/fxstat.c: Likewise.
6400         * sysdeps/unix/fxstat.c: Likewise.
6401         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
6402         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
6403         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6404         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
6405         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
6406         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
6407         * sysdeps/mach/hurd/fxstat64.c: Likewise.
6408         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
6409         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6411         * include/unistd.h: Declare __getpid_internal and define
6412         __getpid macro if not NOT_IN_libc.
6413         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
6414         * sysdeps/generic/getpid.c: Likewise.
6415         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
6416         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
6418         * include/unistd.h: Declare __getpgid_internal and define
6419         __getpgid macro if not NOT_IN_libc.
6420         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
6421         * sysdeps/mach/hurd/getpgid.c: Likewise.
6422         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
6423         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
6424         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
6425         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
6427         * include/unistd.h: Declare __getpagesize_internal and define
6428         __getpagesize macro if not NOT_IN_libc.
6429         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
6430         __getpagesize.
6431         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
6432         * sysdeps/mach/getpagesize.c: Likewise.
6433         * sysdeps/posix/getpagesize.c: Likewise.
6434         * sysdeps/unix/getpagesize.c: Likewise.
6435         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6436         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
6437         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
6438         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
6440 2002-04-13  Andreas Jaeger  <aj@suse.de>
6442         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
6443         as clobber to reduce register pressure.
6444         (__strpbrk_cg): Likewise.
6445         (__mempcpy_by4): Likewise.
6446         (__strstr_cg): Likewise.
6447         Add prototype for __memrchr.
6449 2002-04-13  Andreas Schwab  <schwab@suse.de>
6451         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
6452         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
6453         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
6455 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
6457         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
6458         check whether the caller prefers getting the most recent version of
6459         a symbol of the earliest version.
6460         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
6461         _dl_do_lookup to also take the new parameter and pass it on.
6462         Change 'explicit' parameter of _dl_lookup_symbol and
6463         _dl_lookup_versioned_symbol to flags.  Adjust tests.
6464         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
6465         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
6466         _dl_lookup_versioned_symbol.
6467         * elf/dl-reloc.c: Likewise.
6468         * elf/dl-runtime.c: Likewise.
6469         * elf/dl-sym.c: Likewise.
6470         * sysdeps/mips/dl-machine.h: Likewise.
6472 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6474         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
6475         in a token.
6476         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
6478 2002-04-10  Andreas Jaeger  <aj@suse.de>
6480         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
6482         * include/argz.h: Remove extra char from last patch.
6484 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
6486         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6487         * sysdeps/unix/sysv/aix/chown.c: Likewise.
6488         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6489         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6490         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6491         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6492         __chown_internal.
6493         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6495         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6496         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6497         * intl/ngettext.c: Likewise.
6499         * include/sys/socket.h: Declare __connect_internal and define
6500         __connect macro if not NOT_IN_libc.
6501         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6502         * sysdeps/unix/sysv/aix/connect.c: Likewise.
6503         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6505         * include/unistd.h: Declare __close_internal and define __close macro
6506         if not NOT_IN_libc.
6507         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6508         WJUMP3): Add extra parenthesis to avoid expanding element names with
6509         macors like __close.
6510         * sysdeps/unix/syscalls.list: Add __close_internal alias.
6512         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6513         if not NOT_IN_libc.
6514         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6515         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6516         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6518         * include/unistd.h: Declare __fork_internal and define __fork macro
6519         if not NOT_IN_libc.
6520         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6521         * sysdeps/unix/sysv/aix/fork.c: Likewise.
6522         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6524         * include/stdio_ext.h: Declare __fsetlocking_internal and define
6525         __fsetlocking macro to use it if not NOT_IN_libc.
6526         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6528         * libio/__fbufsize.c: Correct copyright.
6529         * libio/__flbf.c: Likewise.
6530         * libio/__fpending.c: Likewise.
6531         * libio/__fpurge.c: Likewise.
6532         * libio/__freadable.c: Likewise.
6533         * libio/__freading.c: Likewise.
6534         * libio/__fsetlocking.c: Likewise.
6535         * libio/__fwritable.c: Likewise.
6536         * libio/__fwriting.c: Likewise.
6538         * include/stdio.h: Declare __asprintf_internal and define __asprintf
6539         macro to use it if not NOT_IN_libc.
6540         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6542         * include/mntent.h: Declare __setmntent_internal,
6543         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
6544         __getmntent_r, and __endmntent macros to use these functions if not
6545         NOT_IN_libc.
6546         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6547         __endmntent.
6549         * include/math.h: Declare __finite_internal, __finitef_internal, and
6550         __finitel_internal.  Redefine isfinite macro if in libc or libm using
6551         these functions.
6552         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6553         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6554         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6555         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6556         * sysdeps/i386/fpu/s_finitef.S: Likewise.
6557         * sysdeps/i386/fpu/s_finitel.S: Likewise.
6558         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6559         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6560         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6561         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6563         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
6564         to use this function if not NOT_IN_libc.
6565         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6566         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6567         * sysdeps/mach/hurd/fcntl.c: Likewise.
6568         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6569         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6571         * include/argz.h: Declare __argz_count_internal and
6572         __argz_stringify_internal.
6573         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6574         __argz_stringify.
6575         * string/argz-count.c: Use INTDEF for __argz_count.
6576         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
6578         * include/stdlib.h: Declare __cxa_atexit_internal and define
6579         __cxa_atexit macro if not NOT_IN_libc.
6580         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
6581         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
6583         * assert/assert.c: Use INTDEF for __assert_fail.
6584         * assert/__assert.c: Use INTUSE for call to __assert_fail.
6585         * include/assert.h: Declare __assert_fail_internal.
6587         * extra-lib.mk: Mark assignment to lib with override.
6589 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6591         * Makerules: Use cppflags-iterator.mk to add defines for all test
6592         source files.
6594 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
6596         * elf/elf.h: Define R_SH_TLS_xxx macros.
6597         * elf/rtld.c: Remove an extra parenthesis.
6598         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
6599         TLS_GD macros.
6600         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
6601         * sysdeps/sh/dl-lookupcfg.h: New file.
6602         * sysdeps/sh/dl-tls.h: New file.
6603         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
6604         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
6605         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
6606         R_SH_TLS_TPOFF32 relocations.
6608 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6610         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
6611         of NOT_IN_LIBC.
6612         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
6613         * include/stdlib.h: Likewise.
6615 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
6617         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
6618         instead of _RTLD_LOCAL.
6619         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
6620         * include/unistd.h: Likewise.
6621         * sysdeps/generic/ldsodefs.h: Likewise.
6623         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
6624         if in libc or ld.so.
6626 2002-04-08  Andreas Jaeger  <aj@suse.de>
6628         * elf/cache.c (print_entry): Support x86-64.
6630 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6632         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
6633         with one accessing the locale data structures directly.
6634         * stdio-common/printf-prs.c: Include localeinfo.h for new
6635         MB_CUR_MAX definition.
6637         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
6638         is the name of the source file without extension.
6639         * Makefile (distribute): Add cppflags-iterator.mk.
6640         * cppflags-iterator.mk: New file.
6641         * extra-lib.mk: For the sources of the library run
6642         cppflags-iterator.mk.
6644         * include/libintl.h: Declare __dcgettext_internal and
6645         _libc_intl_domainname_internal.  Define __dcgettext using these
6646         two symbols if used in libc itself.
6647         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
6648         _libc_intl_domainname_internal.
6649         * argp/argp-parse.c: Likewise.
6650         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
6651         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
6652         * intl/gettext.c: Likewise.
6653         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
6654         alias.
6655         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
6656         __dcgettext.
6657         * posix/regex_internal.c (gettext): Likewise.
6659 2002-04-08  Andreas Jaeger  <aj@suse.de>
6661         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
6663         * sysdeps/x86_64/fpu/s_llrint.S: New file.
6664         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
6665         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
6666         * sysdeps/x86_64/fpu/s_lrint.S: New file.
6667         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
6668         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
6670 2002-04-08  Roland McGrath  <roland@frob.com>
6672         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
6673         widening __hurd_fail value.
6675 2002-04-07  Roland McGrath  <roland@frob.com>
6677         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
6678         <mach/machine/alpha_instruction.h>.
6679         (_hurd_setup_sighandler): Take proper arguments for current decls.
6680         Update code to use _hurdsig_catch_fault.
6681         Use `callsys' instruction instead of `call_pal'.
6682         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
6684         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
6685         (ALIGN, at, AT, fp): New macros.
6687 2002-04-06  Roland McGrath  <roland@frob.com>
6689         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
6691         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
6692         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
6694         * sysdeps/mach/hurd/bind.c: Use prototype definition.
6695         * sysdeps/mach/hurd/connect.c: Likewise.
6696         * sysdeps/mach/hurd/getsockopt.c: Likewise.
6697         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6699         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
6700         __msg_sig_post RPC.
6702         * hurd/catch-exc.c: Use integer_t instead of int.
6703         * hurd/hurdfault.c: Likewise.
6705         * sysdeps/mach/hurd/alpha/exc2signal.c
6706         (_hurd_exception2signal): Rewritten.
6707         * sysdeps/mach/hurd/alpha/longjmp-ts.c
6708         (_hurd_longjmp_thread_state): Rewritten.
6710 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
6712         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
6713         DB_LOOKUP_FCT prototype.
6714         * nss/getXXent_r.c: Likewise.
6715         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
6716         * inet/getaliasname_r.c: Likewise.
6717         * inet/getnetbyad_r.c: Likewise.
6718         * inet/getnetbynm_r.c: Likewise.
6719         * inet/getnetent_r.c: Likewise.
6720         * inet/getproto_r.c: Likewise.
6721         * inet/getprtent_r.c: Likewise.
6722         * inet/getprtname_r.c: Likewise.
6723         * inet/getrpcbyname_r.c: Likewise.
6724         * inet/getrpcbynumber_r.c: Likewise.
6725         * inet/getrpcent_r.c: Likewise.
6726         * inet/getservent_r.c: Likewise.
6727         * inet/getsrvbynm_r.c: Likewise.
6728         * inet/getsrvbypt_r.c: Likewise.
6729         * shadow/getspent_r.c: Likewise.
6730         * shadow/getspnam_r.c: Likewise.
6732         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
6734         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
6735         Use i686-friendly PIC code.
6736         * sysdeps/i386/elf/setjmp.S: Likewise.
6738         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
6740         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
6741         list.
6742         * elf/Versions: Remove it here.
6744 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
6746         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
6747         direction.  Reported by H . J . Lu <hjl@lucon.org>.
6749 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6751         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
6752         test just before the test runs.
6753         * intl/tst-translit.sh: Likewise.
6754         * intl/tst-codeset.sh: Likewise.
6756         * timezone/zic.c: Update from tzcode2002c.
6757         * timezone/asia: Update from tzdata2002c.
6758         * timezone/backward: Likewise.
6759         * timezone/europe: Likewise.
6760         * timezone/northamerica: Likewise.
6761         * timezone/northamerica: Likewise.
6762         * timezone/northamerica: Likewise.
6763         * timezone/southamerica: Likewise.
6764         * timezone/zone.tab: Likewise.
6766 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
6768         * sysdeps/generic/brk.c (__curbrk): Declare.
6769         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
6770         * sysdeps/generic/dl-sbrk.c: Likewise.
6771         * sysdeps/unix/arm/dl-brk.S: New file.
6772         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
6773         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
6774         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
6775         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
6776         * sysdeps/unix/i386/dl-brk.S: New file.
6777         * sysdeps/unix/mips/dl-brk.S: New file.
6778         * sysdeps/unix/sparc/dl-brk.S: New file.
6779         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
6780         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
6781         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
6782         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
6784 2002-04-03  Andreas Schwab  <schwab@suse.de>
6786         * Makefile (headers): Add gnu/lib-names.h here instead of
6787         install-others.
6788         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
6789         installation rule.
6790         (install-headers): Add dependency on install-headers-nosubdir.
6791         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
6792         instead of install-others.
6793         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
6794         installation rule.
6796 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6798         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
6799         Reported by Sam Roberts <sroberts@uniserve.com>.
6801 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
6803         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
6804         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
6805         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6806         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6808 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
6810         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
6811         (RTLD_START): Ditto.
6812         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
6813         dependency violation.
6815 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
6817         * time/mktime.c (__mktime_internal): Move check for year < 70 below
6818         all variable declarations.
6820 2002-04-04  Andreas Schwab  <schwab@suse.de>
6822         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
6824 2002-04-04  Andreas Jaeger  <aj@suse.de>
6826         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
6827         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
6829         * sysdeps/x86_64/fpu/s_fabs.c: New file.
6830         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
6831         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
6833         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
6835         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
6837         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
6838         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
6840         * configure.in: Handle all mips entries the same.
6842         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
6843         * sysdeps/mips/mips3/*: Likewise.
6844         * sysdeps/mips/p40/bits/endian.h: Likewise.
6846 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
6848         * misc/dirname.c (dirname): Ignore trailing slashes at end of
6849         non-null result [PR libc/2600].
6851         * misc/tst-dirname.c: Add more tests.
6853 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6855         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
6856         define a code_set_name provide one based on the filename.
6858         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
6860 2001-12-28  Andreas Jaeger  <aj@suse.de>
6862         * time/mktime.c (__mktime_internal): Check for year < 70
6863         [PR libc/2738].
6865 2002-04-03  Andreas Jaeger  <aj@suse.de>
6867         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
6868         shmat.
6869         Reported by Andi Kleen <ak@suse.de>.
6871 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6873         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
6874         * sysdeps/generic/w_lgammaf.c: Likewise.
6875         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
6877         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
6878         Adjust for new output format of the backtrace functions.
6880         * misc/syslog.c (vsyslog): Only use cleanup handler if
6881         _LIBC_REENTRANT is defined [PR libc/2924].
6883         * libio/Makefile (tests): Add bug-ungetwc2.
6884         * libio/bug-ungetwc2.c: New file.
6886         * manual/install.texi: Typographical and grammatical cleanup.
6887         Patch by Dennis Grace <dgrace@us.ibm.com>.
6889         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
6890         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
6892         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
6893         always "&".  Adjust callers.
6894         Add "_" prefix to several generated definitions.
6895         Patch by paul@serice.net [PR libc/3158].
6897 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6899         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
6900         size of _dl_arm_cap_flags.
6901         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
6903         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
6904         Define as 8.
6906 2002-03-22  H.J. Lu  <hjl@gnu.org>
6908         * scripts/firstversions.awk: Check the first version.
6910 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6912         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
6913         dependencies must be stable to work correctly.
6914         Reported by martin.lubich@datacon.at.
6916         * libio/bug-ungetwc1.c: New file.
6917         * libio/Makefile (tests): Add bug-ungetwc1.
6919         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
6920         if stream was last used for writing.
6922         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
6923         number [PR libc/3111].
6925         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
6926         to ...
6927         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
6929 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
6931         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
6932         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
6933         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
6934         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
6935         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
6937 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
6939         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
6940         dynamic tags.
6942 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
6944         * sysdeps/i386/fpu/s_fabs.S: New file.
6945         * sysdeps/i386/fpu/s_fabsf.S: New file.
6946         * sysdeps/i386/fpu/s_fabsl.S: New file.
6947         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
6948         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
6949         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
6951 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6953         * rt/tst-shm.c (do_test): Add one more test for size of shared
6954         memory object.
6956 2002-03-29  Wolfram Gloger  <wg@malloc.de>
6958         * malloc/malloc.c: Add short description and prototypes for
6959         malloc_get_state, malloc_set_state and posix_memalign, for
6960         consistency and to avoid warnings with -Wstrict-prototypes.
6961         Reported by Andreas Jaeger <aj@suse.de>.
6963 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6965         * po/gl.po: Update from translation team.
6967 2002-03-31  Roland McGrath  <roland@frob.com>
6969         * hurd/hurdselect.c (_hurd_select): Fix
6970         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
6971         Use a union rather than casts to compare mach_msg_type_t as int.
6973 2002-03-25  Roland McGrath  <roland@frob.com>
6975         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
6976         check off the end of NAME when it's shorter than 2 chars.
6977         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
6979 2002-03-17  Roland McGrath  <roland@frob.com>
6981         * sysdeps/mach/hurd/i386/sys/io.h: New file.
6982         * sysdeps/mach/hurd/i386/ioperm.c: New file.
6983         * sysdeps/mach/hurd/i386/Dist: Add them.
6984         * sysdeps/mach/hurd/i386/Versions
6985         (libc: GLIBC_2.2.6): New set, add ioperm.
6986         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
6987         (mach_interface_list): Check for mach_i386.defs.
6988         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
6989         * sysdeps/mach/configure: Regenerated.
6991 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
6993         * po/fr.po: Update from translation team.
6995 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6997         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
6998         getpriority from syscalls list.
7000 2002-03-28  Andreas Jaeger  <aj@suse.de>
7002         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
7003         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
7004         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
7005         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
7007 2002-03-27  Andreas Jaeger  <aj@suse.de>
7009         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7010         sigcontext): Follow further kernel change.
7012         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
7013         kernel change.
7015         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
7016         Change for struct sigcontext change.
7018         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7019         Follow changes in struct sigcontext.
7021         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
7022         sysycall, use wrapper instead.
7024 2002-03-26  Andreas Jaeger  <aj@suse.de>
7026         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
7027         read and write accesses as detailed as possible.
7028         (__memcpy_by2): Likewise.
7029         (__memcpy_g): Likewise.
7030         (memmove): Likewise.
7031         (memcmp): Likewise.
7032         (__memset_ccn_by4): Likewise.
7033         (__memset_ccn_by2): Likewise.
7034         (__memset_gcn_by4): Likewise.
7035         (__memset_gcn_by2): Likewise.
7036         (memchr): Likewise.
7037         (__memrchr): Likewise.
7038         (rawmemchr): Likewise.
7039         (__strlen_g): Likewise.
7040         (__strcpy_g): Likewise.
7041         (__mempcpy_by4): Likewise.
7042         (__mempcpy_by2): Likewise.
7043         (__mempcpy_byn): Likewise.
7044         (__stpcpy_g): Likewise.
7045         (__strncpy_by4): Likewise.
7046         (__strncpy_by2): Likewise.
7047         (__strncpy_byn): Likewise.
7048         (__strncpy_gg): Likewise.
7049         (__strcat_c): Likewise.
7050         (__strcat_g): Likewise.
7051         (__strncat_g): Likewise.
7052         (__strcmp_gg): Likewise.
7053         (__strncmp_g): Likewise.
7054         (__strchr_c): Likewise.
7055         (__strchr_g): Likewise.
7056         (__strchrnul_c): Likewise.
7057         (__strchrnul_g): Likewise.
7058         (__strrchr_c): Likewise.
7059         (__strrchr_g): Likewise.
7060         (__strrchr_c): Likewise.
7061         (__strrchr_g): Likewise.
7062         (__strcspn_c1): Likewise.
7063         (__strcspn_cg): Likewise.
7064         (__strcspn_g): Likewise.
7065         (__strcspn_g): Likewise.
7066         (__strspn_c1): Likewise.
7067         (__strspn_cg): Likewise.
7068         (__strspn_g): Likewise.
7069         (__strspn_g): Likewise.
7070         (__strpbrk_cg): Likewise.
7071         (__strpbrk_g): Likewise.
7072         (__strstr_cg): Likewise.
7073         (__strstr_g): Likewise.
7075         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
7076         Michal Ludvig <mludvig@suse.cz>.
7078         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
7079         compatibilty, adjust for kernel changes.
7081         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7082         sigcontext): Adjust for kernel changes.
7084 2002-03-25  Andreas Jaeger  <aj@suse.de>
7086         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
7087         little endian.
7088         Reported by Artur Zaprzala <zybi@talex.com.pl>.
7090 2002-03-24  Andreas Jaeger  <aj@suse.de>
7092         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
7094         * stdio-common/tst-fdopen.c (main): Remove unused variable.
7096         * iconv/tst-iconv3.c (main): Use correct printf strings.
7098 2002-03-18  Roland McGrath  <roland@frob.com>
7100         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
7101         (CMGROUP_MAX): New macro.
7103 2002-03-23  Roland McGrath  <roland@frob.com>
7105         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
7106         * sysdeps/posix/shm_unlink.c: Likewise.
7108 2002-03-22  Roland McGrath  <roland@frob.com>
7110         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
7111         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
7112         under --enable-libio.
7113         * sysdeps/mach/hurd/configure: Regenerated.
7115 2002-03-23  Roland McGrath  <roland@frob.com>
7117         * sysdeps/mach/hurd/i386/Makefile
7118         (sysdep_routines, shared-only-routines): Don't add framestate,
7119         reverting 2001-10-02 change.
7120         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
7121         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
7122         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7123         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7124         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
7125         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
7126         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7127         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
7128         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
7129         Do it here instead, only if [$(unwind-find-fde) = yes].
7131 2002-03-23  Andreas Jaeger  <aj@suse.de>
7133         * signal/signal.h: Fix typo. Patch by Steve Kemp
7134         <skx@tardis.ed.ac.uk>.
7136 2002-03-22  Andreas Jaeger  <aj@suse.de>
7138         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
7139         getresuid.
7141         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7142         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
7143         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7144         user_fpregs_struct): Rename fwd.
7146         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7147         Follow sigcontext changes.
7149 2002-03-22  Andreas Jaeger  <aj@suse.de>
7151         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7152         changes for NaNs on MIPS.
7153         Patch by Hartvig Ekner <hartvige@mips.com>.
7155 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7157         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7158         Use realloc if too large.
7159         (addgrbyid): Likewise.
7160         * nscd/hstcache.c (addhstbyname): Likewise.
7161         (addhstbyaddr): Likewise.
7162         (addhstbynamev6): Likewise.
7163         (addhstbyaddrv6): Likewise.
7164         * nscd/pwdcache.c (addpwbyname): Likewise.
7165         (addpwbyuid): Likewise.
7167 2002-03-21  Andreas Jaeger  <aj@suse.de>
7169         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7170         _fpstate): Add separate struct for x86-64.
7172         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7173         user_fpregs_struct): Change member names to follow kernel.
7175 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
7177         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
7178         Correctly close the UDP connection right away [PR libc/3120].
7180 2002-03-20  Andreas Jaeger  <aj@suse.de>
7182         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7183         user_fpregs_struct): Fix for changed kernel struct.
7184         (struct user_regs_struct): Likewise.
7185         (struct user): Likewise.
7186         Add 32-bit x86 compatibility.
7188         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
7190 2002-03-19  Andreas Jaeger  <aj@suse.de>
7192         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
7194 2002-03-18  Andreas Jaeger  <aj@suse.de>
7196         * iconvdata/Makefile: Only run tests when shared libs are
7197         available.
7199 2002-03-17  Andreas Jaeger  <aj@suse.de>
7201         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
7203         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
7205         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
7206         bits.
7208         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
7209         (CAUSE_SHIFT): New macro.
7210         Patch by Hartvig Ekner <hartvige@mips.com>.
7212         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
7213         * sysdeps/generic/unwind-pe.h: Likewise.
7215         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
7216         type to _IO_setb.
7218         * libio/stdio.c (AL2): Define variant when visibility attribute is
7219         not supported.
7221         * include/libc-symbols.h (_INTVARDEF): Define variant when
7222         visibility attribute is not supported.
7224 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
7226         * po/fr.po: Update from translation team.
7228 2002-02-25  Bruno Haible  <bruno@clisp.org>
7230         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
7232 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7234         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
7235         buffers if _IO_file_attach failed.
7237         * libio/fileops.c (_IO_file_open): Close file descriptor if
7238         _IO_SEEKOFF call failed.
7240 2002-03-15  H.J. Lu  <hjl@gnu.org>
7241             Ulrich Drepper  <drepper@redhat.com>
7243         * configure.in: Check for availability of
7244         init_array/fini_array/preinit_array handling in binutils.
7245         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
7246         * config.make.in (have-initfini-array): New variable.
7248 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7250         * stdio-common/tst-printf.c (main): Comment out one test which
7251         checked the compiler's ability to fold floating-point constants
7252         but not really printf.
7253         (rfg3): Make s const.
7254         * stdio-common/tst-printf.sh: Adjust for removed test.
7256         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
7257         internal function.  Adjust for internal_function calling convention.
7258         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
7259         as internal_function.
7261         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
7262         hidden.
7264         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
7265         declaration and definition.
7266         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
7267         declaration.
7268         * nss/getXXent_r.c: Likewise.
7269         * nss/nsswitch.h (db_lookup_function): Add internal_function to
7270         definition.
7272         * include/time.h: Declare __localtime_r as hidden.
7274         * include/aliases.h: Declare __getaliasent_r as hidden.
7275         * include/grp.h: Declare __getgrent_r as hidden.
7276         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
7277         __getservent_r, and __getprotoent_r as hidden.
7278         * include/pwd.h: Declare __getpwent_r as hidden.
7279         * include/shadow.h: Declare __getspent_r as hidden.
7280         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
7282         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
7283         and __gconv_transliterate as hidden.
7284         Add internal_function to __gconv_get_path declaration.
7285         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
7286         definition.  Add attribute_hidden to __gconv_read_conf definition.
7288 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
7290         * elf/rtld.c: Declare _environ as hidden.
7291         * sysdeps/generic/dl-environ.c: Likewise.
7292         * sysdeps/generic/dl-sysdep.c: Likewise.
7294         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
7295         _dl_mcount_internal as hidden.
7297         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
7298         * sysdeps/generic/dl-brk.c: New file.
7299         * sysdeps/generic/dl-sbrk.c: New file.
7300         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
7301         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
7303         * elf/dl-minimal.c (malloc): Declare _end as hidden.
7304         (__errno_location): New function.  Declare errno as hidden.
7305         * elf/rtld.c (_dl_argc): Define as hidden.
7306         (_dl_skip_args): Define as hidden.
7307         (_begin, _end): Declare as hidden.
7308         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
7309         * sysdeps/generic/entry.h (_start): Declare as hidden.
7310         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
7311         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
7312         _dl_runtime_resolve and _dl_runtime_profile as hidden.
7313         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
7315 2002-03-14  Roland McGrath  <roland@frob.com>
7317         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
7319         * Makeconfig (%.v.i, %.v): New implicit rules.
7320         (preprocess-versions): Variable removed.
7321         ($(common-objpfx)shlib-versions.v.i): New target giving just the
7322         shlib-versions input files as dependencies.
7323         ($(common-objpfx)soversions.i): Depend on that instead of the input
7324         files.  Use it as input instead of using a pipeline.
7325         (postclean-generated): Append soversions.i, shlib-versions.v, and
7326         shlib-versions.v.i here.
7327         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
7328         the Versions.def input files as dependencies.
7329         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
7330         ($(common-objpfx)Versions.all): Depend on that instead of the input
7331         files.  Use it as input instead of using a pipeline.
7332         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
7333         (postclean-generated): Append those .v and .v.i files here.
7335 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7337         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
7338         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
7339         Remove.
7341 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7343         * sysdeps/generic/mp_clz_tab.c: New file.
7344         * sysdeps/i386/mp_clz_tab.c: New file.
7345         * sysdeps/hppa/mp_clz_tab.c: New file.
7346         * sysdeps/powerpc/mp_clz_tab.c: New file.
7347         * stdlib/Makefile (aux): Revert last patch.
7348         * math/Makefile (gmp-objs): Likewise.
7350 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7352         * time/strftime.c: Comment fixes for references to obsolescent
7353         standards, In most cases the simplest fix is to remove the
7354         confusing comments.  Cross-referencing all the standards properly
7355         is a bit of a pain, and it should be enough to put that info in
7356         the documentation as I did in my recent time.texi patch.
7358 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7360         * manual/time.texi (Formatting Calendar Time):
7361         ISO C99 also specifies the E and O modifiers.
7362         %P is a GNU extension, and is not in ISO C99.
7363         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
7364         %T is also in ISO C99.
7365         The RFC 822 example is not valid in arbitrary locales.
7366         Reword the POSIX.2 wording slightly, to make it a bit clearer
7367         that POSIX.2 formats are also supported by later POSIX versions.
7368         If a format was introduced in ISO C99 it is also required by
7369         POSIX.1-2001.
7371 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7373         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
7374         _sys_nerr_internal with INTVARDEF2.
7375         * include/libc-symbols.h (INTVARDEF2): New macro.
7376         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
7377         (_sys_nerr_internal): Library.
7379         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
7380         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
7382         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
7384 2002-03-13  Wolfram Gloger  <wg@malloc.de>
7386         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
7388 2002-03-02  Andreas Schwab  <schwab@suse.de>
7390         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
7391         'h' flag and positional arg.
7392         * stdio-common/tst-printf.c (rfg3): New function to test
7393         positional arguments.
7394         (main): Fix some warnings.
7396 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7398         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
7399         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7401 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7403         * grp/initgroups.c (__nss_group_data): Declare as hidden.
7405         * include/locale.h (_nl_C_locobj): Declare as hidden.
7407         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
7408         * time/strptime.c (_nl_C_LC_TIME): Likewise.
7410         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
7412         * include/sys/gmon.h: Declare _gmonparam as hidden.
7414         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
7415         (__ctype32_wctrans): Likewise.
7416         (__ctype32_width): Likewise.
7418         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
7419         use of __ttyname.
7421         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
7422         Define as hidden.
7423         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
7424         hidden.  Change all users of these variables.
7426         * posix/regex_internal.h (__re_error_msgid): Renamed from
7427         re_error_msgid.  Declare as hidden.
7428         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
7429         hidden.
7431         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
7432         (__printf_function_table): Likewise.
7433         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
7434         hidden.
7435         (__printf_function_table): Likewise.
7437         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
7438         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
7440         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
7441         * nss/nsswitch.c: Declare _nss_*_database as hidden.
7443         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
7444         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
7446 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
7448         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
7449         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7450         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7451         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7452         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7453         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7454         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7455         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7456         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
7457         _nl_C_LC_CTYPE_width: Declare as hidden.
7458         * include/locale.h: Declare _nl_locale_file_list.
7459         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
7460         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
7461         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
7462         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
7463         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
7464         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
7465         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
7466         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
7467         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
7468         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
7469         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
7470         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
7471         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7472         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7473         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7474         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7475         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7476         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7477         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7478         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
7479         _nl_C_LC_CTYPE_width, and as hidden.
7480         * locale/findlocale.c: Declare _nl_C as hidden.
7481         * locale/newlocale.c: Likewise.
7482         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
7483         _nl_locale_file_list.
7484         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7485         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7486         Define _nl_C_locobj as hidden.
7488         * malloc/mtrace.c (_mtrace_file): Define as hidden.
7489         (_mtrace_line): Likewise.
7491         * include/time.h: Declare __mon_yday as hidden.
7492         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7494         * libio/libioP.h: Declare __libio_codecvt as hidden.
7495         * libio/fileops.c: Declare __libio_translit as hidden.
7496         * libio/iofwide.c: Define __libio_translit as hidden.
7498         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7499         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7500         * login/getutline_r.c: Likewise.
7501         * login/utmpname.c: Likewise.
7503         * login/utmp-private.h: Declare __libc_utmp_file_functions,
7504         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7505         __libc_utmp_file_name as hidden.
7507         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7508         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7509         * locale/freelocale.c: Likewise.
7510         * locale/lc-time.c: Likewise.
7512         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7513         (__libc_ptyname2): Likewise.
7514         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7515         hidden.
7516         (__libc_ptyname2): Likewise.
7518         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7519         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7520         * sysdeps/generic/init-first.c: Likewise.
7521         * sysdeps/i386/init-first.c: Likewise.
7522         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7523         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7524         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7525         * sysdeps/sh/init-first.c: Likewise.
7526         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7527         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7529         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7530         (_itowa_upper_digits): Likewise.
7532         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7533         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7534         as hidden.
7536         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7537         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7538         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7539         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7541         * gmon/gmon.c (__bb_head): Define as hidden.
7542         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7544         * argp/argp-parse.c (_argp_hang): Define as static.
7546         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7547         handling in latest compilers.
7549         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7550         define alias.
7551         * libio/fileops.c (_IO_file_jumps): Likewise.
7552         * libio/stdfiles.c (_IO_list_all): Likewise.
7553         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7555         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7556         include/malloc.h.
7557         * include/malloc.h: Add __libc_malloc_initialized declaration
7558         here.  Mark variable hidden.
7559         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7561         * elf/dl-open.c (__libc_argc): Declare as hidden.
7562         (__libc_argv): Likewise.
7563         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7564         (__libc_argv): Likewise.
7565         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7566         __libc_argv as hidden.
7567         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7568         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7569         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7570         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7572         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7573         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7574         * stdlib/erand48.c: Likewise.
7575         * stdlib/jrand48.c: Likewise.
7576         * stdlib/lcong48.c: Likewise.
7577         * stdlib/lrand48.c: Likewise.
7578         * stdlib/mrand48.c: Likewise.
7579         * stdlib/nrand48.c: Likewise.
7580         * stdlib/seed48.c: Likewise.
7581         * stdlib/srand48.c: Likewise.
7583         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
7584         (_itoa_lower_digits_internal): New declaration.
7585         (_itoa_upper_digits_internal): New declaration.
7586         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
7587         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
7588         (_itoa_upper_digits_internal): New declaration.
7589         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
7590         _itoa_lower_digits.
7591         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
7592         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
7594         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
7595         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7597         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
7598         (_itowa_lower_digits): Likewise.
7599         (_itowa_upper_digits): Likewise.
7600         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
7601         (_itowa_upper_digits): Likewise.
7603         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
7604         not already defined.
7605         (GERMANIC_PLURAL): Declare as hidden.
7607         * posix/getopt.c (__getopt_initialized): Declare as hidden.
7608         (attribute_hidden): Define as empty macro if not already defined.
7610         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
7611         (__gconv_max_path_elem_len): Likewise.
7612         (__gconv_path_envvar): Likewise.
7614         * math/Makefile (gmp-objs): Remove mp_clz_tab.
7615         * stdlib/Makefile (aux): Remove mp_clz_tab.
7616         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
7618         * stdlib/exit.h (__exit_funcs): Declare as hidden.
7620         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
7622         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
7623         _nl_category_names, _nl_category_name_sizes, _nl_current,
7624         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
7626         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
7627         (_nl_current_default_domain): Likewise
7628         (_nl_state_lock): Likewise.
7629         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
7630         (_nl_current_default_domain): Likewise
7631         (_nl_state_lock): Likewise.
7632         * intl/bindtextdom.c (_nl_state_lock): Likewise.
7634         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
7635         (_fpioconst_pow10): Likewise.
7637         * include/time.h (_tmbuf): Add attribute_hidden.
7639         * time/tzset.c (tzstring_list): Define as static.
7641         * include/time.h: Add attribute_hidden to __tzname_cur_max and
7642         __use_tzfile declaration.
7644         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
7645         and __wcsmbs_last_locale declaration.
7647 2002-02-25  Paul Eggert  <eggert@twinsun.com>
7649         * timezone/Makefile (tzbases): Move systemv from here...
7650         (tzlinks): to here, since the entries in systemv were all changed
7651         from Zone to Link lines in tz-2001a.  Bug reported (and patch
7652         tested) by Peter Breitenlohner.
7654 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
7656         * time/tst-posixtz.c (tests): Add new tests.
7657         (main): Test whether tzset() sets daylight properly.
7659 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7661         * time/tzset.c (tz_compute): Move __daylight, __tzname and
7662         __tzname_cur_max setting...
7663         (tzset_internal): ...here.
7665 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7667         * time/tzset.c (compute_change): Don't return any value.
7668         (tz_compute): Likewise.  Don't handle southern hemisphere here.
7669         (__tz_convert): But here.
7671 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7673         * manual/examples/mkfsock.c: Include <string.h> as well.
7674         Patch by Alain De Carolis <alaind@wseurope.com>.
7676 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
7678         * posix/regexec.c (re_match): Fix incorrect register sizes.
7679         (re_search): Likewise.
7681 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7683         * posix/regcomp.c (regfree): Remove a disused condition.
7684         * posix/regex_internal.c (re_acquire_state): Likewise.
7685         (re_acquire_state_context): Likewise.
7686         (register_state): Remove a redundant malloc invocation.
7687         * posix/regex_internal.h: (re_state_table_entry): Simplify
7688         the structure.
7690 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7692         * posix/regcomp.c (regcomp): Add __builtin_expect to error
7693         handling conditions.
7694         (regerror): Likewise.
7695         (regfree): Likewise.
7696         (re_compile_internal): Likewise.
7697         (init_dfa): Likewise.
7698         (init_word_char): Likewise.
7699         (create_initial_state): Likewise.
7700         (analyze): Likewise.
7701         (analyze_tree): Likewise.
7702         (duplicate_node): Likewise.
7703         (calc_eclosure): Likewise.
7704         (calc_eclosure_iter): Likewise.
7705         (parse): Likewise.
7706         (parse_reg_exp): Likewise.
7707         (parse_branch): Likewise.
7708         (parse_expression): Likewise.
7709         (parse_subexp): Likewise.
7710         (parse_dup_op): Likewise.
7711         (parse_bracket_exp): Likewise.
7712         (build_equiv_class): Likewise.
7713         (build_charclass): Likewise.
7714         (build_word_op): Likewise.
7715         (fetch_number): Likewise.
7716         (create_tree): Likewise.
7717         (duplicate_tree): Likewise.
7718         * posix/regex.c (BE): New macro.
7719         * posix/regexec.c (re_match): Add __builtin_expect to error
7720         handling conditions.
7721         (re_match_2): Likewise.
7722         (re_search): Likewise.
7723         (re_search_internal): Likewise.
7724         (check_matching): Likewise.
7725         (proceed_next_node): Likewise.
7726         (set_regs): Likewise.
7727         (sift_states_backward): Likewise.
7728         (add_epsilon_backreference): Likewise.
7729         (transit_state): Likewise.
7730         (transit_state_sb): Likewise.
7731         (transit_state_mb): Likewise.
7732         (transit_state_bkref): Likewise.
7733         (transit_state_bkref_loop): Likewise.
7734         (build_trtable): Likewise.
7735         (group_nodes_into_DFAstates): Likewise.
7736         (match_ctx_init): Likewise.
7737         (match_ctx_add_entry): Likewise.
7738         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
7739         to error handling conditions.
7740         (re_string_construct_toupper): Likewise.
7741         (build_wcs_buffer): Likewise.
7742         (build_wcs_upper_buffer): Likewise.
7743         (build_upper_buffer): Likewise.
7744         (re_string_translate_buffer): Likewise.
7745         (re_node_set_alloc): Likewise.
7746         (re_node_set_init_1): Likewise.
7747         (re_node_set_init_2): Likewise.
7748         (re_node_set_init_copy): Likewise.
7749         (re_node_set_intersect): Likewise.
7750         (re_node_set_init_union): Likewise.
7751         (re_node_set_merge): Likewise.
7752         (re_node_set_insert): Likewise.
7753         (re_dfa_add_node): Likewise.
7754         (re_acquire_state): Likewise.
7755         (re_acquire_state_context): Likewise.
7756         (create_new_state_common): Likewise.
7757         (register_state): Likewise.
7758         (create_ci_new_state): Likewise.
7759         (create_cd_new_state): Likewise.
7760         (re_string_context_at): Remove redundant condition.
7762 2002-01-16  Roger Sayle  <roger@eyesopen.com>
7764         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
7766         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
7768 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7770         * sysdeps/i386/elf/configure.in: Fix comment.
7772         * sysdeps/sparc/sparc64/configure.in: New file.
7773         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
7774         if .dynamic comes before .got.
7775         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
7777         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
7778         HP_TIMING_ACCUM): Fix typos.
7780 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7782         * string/strfry.c: Add some more randomness to the seed.
7783         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
7785         * po/es.po: Update from translation team.
7786         * po/fr.po: Likewise.
7788         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
7790         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
7791         when determining type of format.
7792         Patch by James Antill <james@anqd.org> [PR libc/2787].
7794 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
7796         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
7798 2002-03-11  Roland McGrath  <roland@frob.com>
7800         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
7802         * Versions.def (libc): Add GLIBC_2.2.6.
7803         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
7804         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
7805         __errno_location instead of __hurd_errno_location, and don't inline it.
7806         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
7807         * hurd/errno.c: New file.
7808         * hurd/Makefile (routines): Add errno.
7810 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7812         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
7813         ridiculously large widths and precisions [PR libc/3026].
7815 2002-03-11  Andreas Jaeger  <aj@suse.de>
7817         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
7818         support.
7819         Patch by Susanne Oberhauser <froh@SuSE.de>.
7821 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7823         * inet/rexec.c (ahostbuf): Define as static.
7825         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
7826         (__ctype32_wctrans): Likewise.
7827         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
7828         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
7829         (__ctype32_wctrans): Likewise.
7830         (__ctype32_width): Likewise.
7832         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
7833         They were never exported anyway.
7835         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
7836         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
7837         exported.
7838         * include/sys/gmon.h: Declare _gmonparam.
7840         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
7841         symbols for getdents64.  They were never exported.
7843 2002-03-09  Roland McGrath  <roland@frob.com>
7845         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
7846         Reported by Jon Arney <jarney1@cox.net>.
7848 2002-02-23  Roland McGrath  <roland@frob.com>
7850         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
7851         declaration.
7852         (__hurd_errno_location): Function removed.
7854 2002-03-06  Andreas Jaeger  <aj@suse.de>
7856         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
7857         32-bit.
7859 2002-03-04  Andreas Jaeger  <aj@suse.de>
7861         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
7863         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
7864         x86-64.
7866         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
7868         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
7870         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
7872         * sysdeps/x86_64/bits/setjmp.h: New file.
7874         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
7876         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
7878         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
7879         for x86.
7880         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
7881         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
7883 2002-02-28  Bo Thorsen  <bo@suse.de>
7885         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
7886         version.
7888 2002-03-03  Andreas Jaeger  <aj@suse.de>
7890         * sysdeps/x86_64/bits/wordsize.h: New file.
7892         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
7893         * elf/tst-tlsmod1.c: Likewise.
7895         * posix/regcomp.c: Get regex.h from include dir for internal
7896         prototypes.
7898         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
7899         to libc-internal.h and include it.
7900         * include/libc-internal.h: Add __init_misc.
7902         * misc/init-misc.c: Include libc-internal.h for prototypes.
7904         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
7906         * misc/error.c [_LIBC]: Include libioP.h for prototype of
7907         _IO_putc_internal.
7909 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
7911         * posix/regcomp.c: Compatibility changes to allow using the code
7912         outside glibc.
7914 2002-02-28  Hartvig Ekner <hartvige@mips.com>
7916         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
7917         compiled non-PIC.
7919 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
7921         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
7922         of .str elements in the returned data structure.
7924         * elf/elf.h: Add Alpha TLS bits.
7926 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7928         * sysdeps/unix/sysv/linux/nice.c: New file.
7930 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
7932         * elf/Makefile (dl-routines): Add dl-origin.
7933         (elide-routines.os): Add dl-origin.
7934         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
7935         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
7936         _dl_debug_state.
7937         * include/libc-symbols.c: Define attribute_hidden depending on
7938         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
7940         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
7941         * elf/dl-load.c: Likewise.
7942         * elf/rtld.c: Likewise.
7943         * include/unistd.h: Declare __libc_enable_secure_internal.
7944         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
7945         Use INTUSE with __libc_enable_secure.
7946         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
7948         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
7949         * elf/dl-error.c: Likewise,
7950         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
7952         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
7953         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
7954         function definition.  Use INTDEF with _dl_get_origin.
7955         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
7957         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
7958         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
7960         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
7961         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
7962         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
7964         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
7965         * elf/dl-deps.c: Likewise.
7966         * elf/dl-error.c: Likewise.
7967         * elf/dl-fini.c: Likewise.
7968         * elf/dl-init.c: Likewise.
7969         * elf/dl-load.c: Likewise.
7970         * elf/dl-lookup.c: Likewise.
7971         * elf/dl-reloc.c: Likewise.
7972         * elf/dl-version.c: Likewise.
7973         * elf/do-lookup.h: Likewise.
7974         * sysdeps/arm/dl-machine.h: Likewise.
7975         * sysdeps/cris/dl-machine.h: Likewise.
7976         * sysdeps/hppa/dl-machine.h: Likewise.
7977         * sysdeps/i386/dl-machine.h: Likewise.
7978         * sysdeps/m68k/dl-machine.h: Likewise.
7979         * sysdeps/powerpc/dl-machine.h: Likewise.
7980         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7981         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7982         * sysdeps/sh/dl-machine.h: Likewise.
7983         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
7984         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
7985         * sysdeps/x86_64/dl-machine.h: Likewise.
7986         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
7987         _dl_argv[0].  Use INTUSE with _dl_argv.
7988         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
7989         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
7991 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7993         * elf/rtld.c (_rtld_global): Remove .protected.
7994         (_rtld_local): Strong alias to _rtld_global.
7995         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
7996         only .os object.
7997         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
7998         _rtld_local instead of _rtld_global.
7999         (_rtld_local): Add hidden extern, possibly in .sdata section.
8000         * configure.in: Add tests for visibility attribute and .sdata.
8001         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
8002         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
8003         * sysdeps/arm/dl-machine.h: Likewise.
8004         * sysdeps/generic/ldsodefs.h: Likewise.
8005         * sysdeps/hppa/dl-machine.h: Likewise.
8006         * sysdeps/cris/dl-machine.h: Likewise.
8007         * sysdeps/i386/dl-machine.h: Likewise.
8008         * sysdeps/ia64/dl-machine.h: Likewise.
8009         * sysdeps/m68k/dl-machine.h: Likewise.
8010         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8011         * sysdeps/mips/dl-machine.h: Likewise.
8012         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8013         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8014         * sysdeps/sh/dl-machine.h: Likewise.
8015         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8016         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8017         * sysdeps/x86_64/dl-machine.h: Likewise.
8019 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8021         * login/login.c (login): Always initialize ut_line field
8022         [PR libc/2991].
8024 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8026         * sysdeps/i386/Makefile (sysdep_routines): Add
8027         divdi3 in csu dir.
8028         (shared-only-routines): Likewise.
8029         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
8030         (shared-only-routines): Likewise.
8031         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
8032         (shared-only-routines): Likewise.
8033         * sysdeps/wordsize-32/divdi3.c: New file.
8035 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8037         * locale/iso-4217.def: Remove obsolete currencies for countries
8038         with Euro.
8040 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
8042         * posix/regcomp.c (regcomp): Remove a redundant condition.
8043         (init_word_char): Add a check on malloc failure.
8044         (create_initial_state): Likewise.
8045         (duplicate_node): Likewise.
8046         (calc_eclosure): Likewise.
8047         (calc_eclosure_iter): Likewise.
8048         (parse_expression): Likewise.
8049         (parse_bracket_exp): Remove unnecessary malloc invocations.
8050         (build_equiv_class): Likewise.
8051         (build_charclass): Likewise.
8052         * posix/regex_internal.c (re_node_set_intersect): Add a check
8053         on malloc failure.
8054         (re_node_set_add_intersect): Likewise.
8055         (re_node_set_merge): Likewise.
8056         (re_acquire_state): Likewise.
8057         (re_acquire_state_context): Likewise.
8058         (create_newstate_common): Likewise.
8059         (register_state): Likewise.
8060         (create_ci_newstate): Likewise.
8061         (create_cd_newstate): Likewise.
8062         * posix/regex_internal.h: Fix prototypes of re_acquire_state
8063         and re_acquire_state_context.
8064         * posix/regexec.c (regexec): Suit it to the error handling of
8065         re_search_internal.
8066         (re_match): Likewise.
8067         (re_search): Likewise.
8068         (re_search_internal): Add a check on malloc failure.
8069         (acquire_init_state_context): Likewise.
8070         (check_matching): Likewise.
8071         (proceed_next_node): Likewise.
8072         (set_regs): Likewise.
8073         (sift_states_backward): Likewise.
8074         (sift_states_iter_bkref): Likewise.
8075         (add_epsilon_backreference): Likewise.
8076         (transit_state): Likewise.
8077         (transit_state_sb): Likewise.
8078         (transit_state_mb): Likewise.
8079         (transit_state_bkref_loop): Likewise.
8080         (build_trtable): Likewise.
8081         (group_nodes_into_DFAstates): Likewise.
8082         (match_ctx_init): Likewise.
8083         (match_ctx_add_entry): Likewise.
8085 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8087         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
8088         l_libname if profiling is enabled [PR libc/2916].
8090         * sysdeps/ia64/dl-tls.h: New file.
8092 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
8094         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
8095         Work around an Alpha gas bug.
8097 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8099         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
8100         uses read to load the catalog.
8101         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
8103 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
8105         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
8106         regex_internal.c, and regex_internal.h.
8107         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
8108         * posix/regex.c: Complete rewrite.
8109         * posix/regexec.c: New file.
8110         * posix/regcomp.c: New file.
8111         * posix/regex_internal.c: New file.
8112         * posix/regex_internal.h: New file.
8113         * posix/regex.h (RE_ICASE): New macro.
8114         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
8116         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
8117         ungetwc.  It's a macro.
8118         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
8119         implementation.
8120         Reported by Jason Merrill <jason@redhat.com>.
8122 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8124         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
8125         position to fp->_offset if it is set.
8126         * stdio-common/Makefile (tests): Add tst-fdopen.
8127         * stdio-common/tst-fdopen.c: New test.
8129 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8131         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
8132         * stdio-common/tst-ungetc.c (main): Add another test.
8134 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
8136         * assert/assert-perr.c: Use INTUSE to reference functions and variables
8137         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
8138         aliases.  Add prototypes for the new aliases.
8139         * assert/assert.c: Likewise.
8140         * include/libc-symbols.h: Likewise.
8141         * include/stdio.h: Likewise.
8142         * include/netinet/in.h: Likewise.
8143         * include/rpc/auth.h: Likewise.
8144         * include/rpc/auth_unix.h: Likewise.
8145         * include/rpc/key_prot.h: Likewise.
8146         * include/rpc/pmap_prot.h: Likewise.
8147         * include/rpc/pmap_rmt.h: Likewise.
8148         * include/rpc/rpc_msg.h: Likewise.
8149         * include/rpc/xdr.h: Likewise.
8150         * inet/gethstbyad_r.c: Likewise.
8151         * inet/gethstbynm2_r.c: Likewise.
8152         * inet/gethstbynm_r.c: Likewise.
8153         * inet/gethstent_r.c: Likewise.
8154         * inet/in6_addr.c: Likewise.
8155         * libio/__fpurge.c: Likewise.
8156         * libio/filedoalloc.c: Likewise.
8157         * libio/fileops.c: Likewise.
8158         * libio/ftello.c: Likewise.
8159         * libio/ftello64.c: Likewise.
8160         * libio/genops.c: Likewise.
8161         * libio/iofclose.c: Likewise.
8162         * libio/iofdopen.c: Likewise.
8163         * libio/iofflush.c: Likewise.
8164         * libio/iofflush_u.c: Likewise.
8165         * libio/iofgetpos.c: Likewise.
8166         * libio/iofgetpos64.c: Likewise.
8167         * libio/iofgets.c: Likewise.
8168         * libio/iofgets_u.c: Likewise.
8169         * libio/iofopen.c: Likewise.
8170         * libio/iofopncook.c: Likewise.
8171         * libio/iofputs.c: Likewise.
8172         * libio/iofread.c: Likewise.
8173         * libio/iofread_u.c: Likewise.
8174         * libio/iofsetpos.c: Likewise.
8175         * libio/iofsetpos64.c: Likewise.
8176         * libio/ioftell.c: Likewise.
8177         * libio/iofwrite.c: Likewise.
8178         * libio/iogetline.c: Likewise.
8179         * libio/iogets.c: Likewise.
8180         * libio/iogetwline.c: Likewise.
8181         * libio/iolibio.h: Likewise.
8182         * libio/iopadn.c: Likewise.
8183         * libio/iopopen.c: Likewise.
8184         * libio/ioseekoff.c: Likewise.
8185         * libio/ioseekpos.c: Likewise.
8186         * libio/iosetbuffer.c: Likewise.
8187         * libio/iosetvbuf.c: Likewise.
8188         * libio/ioungetc.c: Likewise.
8189         * libio/ioungetwc.c: Likewise.
8190         * libio/iovdprintf.c: Likewise.
8191         * libio/iovsprintf.c: Likewise.
8192         * libio/iovsscanf.c: Likewise.
8193         * libio/libioP.h: Likewise.
8194         * libio/memstream.c: Likewise.
8195         * libio/obprintf.c: Likewise.
8196         * libio/oldfileops.c: Likewise.
8197         * libio/oldiofclose.c: Likewise.
8198         * libio/oldiofdopen.c: Likewise.
8199         * libio/oldiofgetpos.c: Likewise.
8200         * libio/oldiofgetpos64.c: Likewise.
8201         * libio/oldiofopen.c: Likewise.
8202         * libio/oldiofsetpos.c: Likewise.
8203         * libio/oldiofsetpos64.c: Likewise.
8204         * libio/oldiopopen.c: Likewise.
8205         * libio/oldstdfiles.c: Likewise.
8206         * libio/putc.c: Likewise.
8207         * libio/setbuf.c: Likewise.
8208         * libio/setlinebuf.c: Likewise.
8209         * libio/stdfiles.c: Likewise.
8210         * libio/stdio.c: Likewise.
8211         * libio/strops.c: Likewise.
8212         * libio/vasprintf.c: Likewise.
8213         * libio/vscanf.c: Likewise.
8214         * libio/vsnprintf.c: Likewise.
8215         * libio/vswprintf.c: Likewise.
8216         * libio/wfiledoalloc.c: Likewise.
8217         * libio/wfileops.c: Likewise.
8218         * libio/wgenops.c: Likewise.
8219         * libio/wstrops.c: Likewise.
8220         * malloc/mtrace.c: Likewise.
8221         * misc/error.c: Likewise.
8222         * misc/syslog.c: Likewise.
8223         * nss/getXXbyYY_r.c: Likewise.
8224         * nss/getXXent_r.c: Likewise.
8225         * nss/hosts-lookup.c: Likewise.
8226         * stdio-common/getw.c
8227         * stdio-common/printf-prs.c: Likewise.
8228         * stdio-common/printf_fp.c: Likewise.
8229         * stdio-common/printf_size.c: Likewise.
8230         * stdio-common/putw.c: Likewise.
8231         * stdio-common/scanf.c: Likewise.
8232         * stdio-common/sprintf.c: Likewise.
8233         * stdio-common/tmpfile64.c: Likewise.
8234         * stdio-common/vfprintf.c: Likewise.
8235         * stdio-common/vfscanf.c: Likewise.
8236         * stdlib/strfmon.c: Likewise.
8237         * sunrpc/auth_des.c: Likewise.
8238         * sunrpc/auth_none.c: Likewise.
8239         * sunrpc/auth_unix.c: Likewise.
8240         * sunrpc/authdes_prot.c: Likewise.
8241         * sunrpc/authuxprot.c: Likewise.
8242         * sunrpc/clnt_perr.c: Likewise.
8243         * sunrpc/clnt_raw.c: Likewise.
8244         * sunrpc/clnt_tcp.c: Likewise.
8245         * sunrpc/clnt_udp.c: Likewise.
8246         * sunrpc/clnt_unix.c: Likewise.
8247         * sunrpc/key_call.c: Likewise.
8248         * sunrpc/key_prot.c: Likewise.
8249         * sunrpc/openchild.c: Likewise.
8250         * sunrpc/pm_getmaps.c: Likewise.
8251         * sunrpc/pm_getport.c: Likewise.
8252         * sunrpc/pmap_clnt.c: Likewise.
8253         * sunrpc/pmap_prot.c: Likewise.
8254         * sunrpc/pmap_prot2.c: Likewise.
8255         * sunrpc/pmap_rmt.c: Likewise.
8256         * sunrpc/rpc_cmsg.c: Likewise.
8257         * sunrpc/rpc_prot.c: Likewise.
8258         * sunrpc/svc_authux.c: Likewise.
8259         * sunrpc/svc_raw.c: Likewise.
8260         * sunrpc/svc_simple.c: Likewise.
8261         * sunrpc/svc_tcp.c: Likewise.
8262         * sunrpc/svc_udp.c: Likewise.
8263         * sunrpc/svc_unix.c: Likewise.
8264         * sunrpc/xdr.c: Likewise.
8265         * sunrpc/xdr_array.c: Likewise.
8266         * sunrpc/xdr_mem.c: Likewise.
8267         * sunrpc/xdr_rec.c: Likewise.
8268         * sunrpc/xdr_ref.c: Likewise.
8269         * sunrpc/xdr_stdio.c: Likewise.
8270         * sysdeps/generic/_strerror.c: Likewise.
8271         * sysdeps/generic/printf_fphex.c: Likewise.
8272         * sysdeps/generic/tmpfile.c: Likewise.
8273         * sysdeps/gnu/errlist.awk: Likewise.
8274         * sysdeps/gnu/errlist.c: Likewise.
8276         * libio/Makefile (routines): Remove iosprint.
8277         * libio/iosprintf.c: Removed
8280 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
8282         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
8283         non_dynamic_init and exported now.
8284         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
8285         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
8286         !SHARED.
8287         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8288         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8289         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8291 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
8293         * elf/dl-close.c (free_slotinfo): Check for end of list and return
8294         true in this case.
8296         * locale/iso-639.def: Add language codes for Walloon.
8298         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
8299         total number of relocations performed.
8301         * elf/sprof.c (load_profdata): If do_test provide information as
8302         to why loading failed.
8303         * elf/dl-profile.c (_dl_start_profile): Initialize all of
8304         hist_hdr.dimen.
8306         * csu/set-init.c: Moved to...
8307         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
8308         * csu/Makefile: Don't compile set-init.
8309         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
8310         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
8311         to __libc_init.
8312         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8313         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8314         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
8315         __libc_init.
8316         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
8317         __libc_subinit.
8319 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
8321         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
8322         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
8323         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
8324         (_dl_deallocate_tls): New function.
8325         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
8326         _dl_deallocate_tls.
8328 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8330         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
8331         * stdio-common/tst-fseek.c (main): Add test for this.
8333 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
8335         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
8337 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
8339         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
8340         pointer before dereferencing.
8342 2002-02-18  Roland McGrath  <roland@frob.com>
8344         * sysdeps/mach/hurd/times.c: Fix typo in last change.
8346         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
8347         Use task_policy in place of task_priority.
8349         * sysdeps/generic/bits/mman.h
8350         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
8351         * sysdeps/mach/msync.c: New file.
8353         * sysdeps/mach/powerpc/syscall.S: New file.
8355         * mach/msg.c [MACH_MSG_OVERWRITE]
8356         (__mach_msg_trap, __mach_msg_overwrite): New functions.
8357         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
8359         * sysdeps/mach/configure.in: Check for clock.defs to put into
8360         mach_interface_list.
8361         * sysdeps/mach/configure: Regenerated.
8363         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
8364         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
8365         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
8366         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
8367         (mach-shortcuts): Add device_read_overwrite_request,
8368         device_read_overwrite, vm_read_overwrite, thread_switch.
8370         * configure.in (base_machine): Set to $machine by default.
8371         * configure: Regenerated.
8373         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
8374         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
8375         * sysdeps/mach/configure: Regenerated.
8376         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
8378         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
8380         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
8382         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
8383         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
8385 2002-02-17  Roland McGrath  <roland@frob.com>
8387         * sysdeps/mach/hurd/times.c
8388         [NO_CREATION_TIME] (startup_time): New static variable.
8389         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
8390         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
8391         creation_time from task_basic_info.
8392         (__times): Use __gettimeofday instead of __host_get_time.
8394         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
8395         Use untyped Mach IPC message format.
8397         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
8399         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
8400         _S_catch_exception_raise_state_identity,
8401         _hurdsig_fault_catch_exception_raise_state,
8402         _hurdsig_fault_catch_exception_raise_state_identity.
8404         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
8406         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
8407         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
8409         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
8410         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
8412         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
8413         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
8414         them as no-op macros.
8415         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
8416         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
8418         * sysdeps/powerpc/dl-machine.h
8419         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
8421         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
8422         Use untyped Mach IPC message format.
8424         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
8425         Handle untyped Mach IPC message formats.
8427         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
8428         Expect different argument conventions when this is defined.
8429         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
8430         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
8431         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
8432         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
8433         for OSF Mach variant.
8434         (faulted): Use mig_reply_error_t for REPLY.
8435         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
8436         in __thread_set_exception_ports call.
8437         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
8438         __mach_port_set_attributes in place of __mach_port_set_qlimit.
8440         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
8441         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
8442         on Darwin, which includes bogons.
8444         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
8445         variable LOADBASE so it's not declared when it's not used.
8447 2002-02-16  Roland McGrath  <roland@frob.com>
8449         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
8450         to use BI.creation_time.
8452         * mach/Machrules (MIG): Add -x c to CPP value passed down.
8454         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
8455         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
8456         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
8457         host_page_size instead of vm_statistics.
8459         * sysdeps/mach/Makefile (mach-before-compile): Don't include
8460         mach_interface.h here, since not all variants use that name.
8462         * sysdeps/mach/configure.in: Add some checks for Mach headers
8463         to ensure a sane installation.
8464         (mach_interface_list): Define this variable by checking for .defs
8465         files found in various variants.
8466         * configure.in (mach_interface_list): AC_SUBST this.
8467         * config.make.in (mach-interface-list): New substituted variable.
8468         * mach/Makefile (user-interfaces): Define this using the value
8469         of $(mach-interface-list) instead of mach, mach4.
8470         Updated other references to mach_interface to use it as well.
8472         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
8474         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
8475         mig_reply_error_t for OSF Mach variant.
8477         * mach/Makefile (routines): Remove bootprivport.
8478         * mach/bootprivport.c: File removed.  It has never been used.
8480         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
8481         Grok the OSF flavor of message format.
8482         (mach_msg_destroy_port): For MAKE_SEND and
8483         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
8484         no-senders notification.
8486 2002-02-06  Roland McGrath  <roland@frob.com>
8488         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8489         to here if 2.0 compatibility enabled ...
8490         (libc: GLIBC_2.1.3): ... from here.
8492 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
8494         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8495         generation counter.
8496         * elf/dl-close.c (_dl_close): Likewise.
8498 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
8500         * elf/Makefile: Add rules to build and run tst-tls8.
8501         * elf/tst-tls8.c: New file.
8502         * elf/tst-tlsmod4.c: New file.
8504         * stdlib/test-a64l.c (tests): Add more test cases.
8506         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8507         Reported by Walter Harms <WHarms@bfs.de>.
8509 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
8511         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8512         definitions for struct sigcontext.
8513         Suggested by David Mosberger-Tang.
8515 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8517         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
8518         for removing reference of module in slotinfo list.
8519         (_dl_close): Use remove_slotinfo.
8520         * sysdeps/generic/dl-tls.c: General pretty printing.
8521         (oom): Define only if SHARED.
8522         (_dl_next_tls_modid): Correct starting point for the case we assume
8523         there is a gap.  Add missing instruction grouping (doh!).  Correct
8524         tests for reaching maximum index.
8525         * elf/Makefile: Add rules to build and run tst-tls7.
8526         * elf/tst-tls7.c: New file.
8527         * elf/tst-tlsmod3.c: New file.
8529         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8530         USE_TLS.
8531         * elf/tst-tlsmod2.c: Likewise.
8533         * elf/dl-close.c (_dl_close): When closing an object using TLS
8534         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8535         true.  Increment dl_tls_generation only if we closed any TLS-using
8536         object.
8537         * elf/tst-tls6.c: New file.
8538         * elf/Makefile: Add rules to build and run tst-tls6.
8540         * po/da.po: Update from translation team.
8542         * locale/categories.def: Fix typo [PR libc/2948].
8543         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8544         [PR libc/2949].
8545         * locale/iso-4217.def: Update from official version [PR libc/2950].
8546         * glibcbug.in: Honor TMPDIR [PR libc/2951].
8547         * locale/programs/ld-collate.c (collate_finish): Bail out with a
8548         message if input is too confusion instead of using assert.
8549         (collate_read): Don't crash on unknown symbol [PR libc/2952].
8550         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8552         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8553         * elf/tst-tls2.c: Likewise.
8554         * elf/tst-tls3.c: Likewise.
8556 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8558         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8560 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8562         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8563         if this is really necessary.
8565         * elf/dl-close.c (_dl_close): Implement freeing entries in the
8566         slotinfo array.
8567         (free_mem): Free memory for the slotinfo array if possible.
8569 2002-02-12  Andreas Schwab  <schwab@suse.de>
8571         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8573 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
8575         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
8576         TLS_DTV_UNALLOCATE.
8577         (oom): New function.
8578         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
8579         (_dl_determine_tlsoffset): Likewise.
8580         (_dl_allocate_tls): Likewise.
8581         (__TLS_GET_ADDR): Define if not already defined.
8582         (_dl_tls_symaddr): New function.
8583         (allocate_and_init): New function.
8584         (__tls_get_addr): Actually implement handling of generation counter
8585         and deferred allocation.
8586         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
8587         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8588         _dl_tls_generation.
8589         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
8590         Declare _dl_tls_symaddr.
8591         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
8592         SHARED.
8593         * include/link.h (struct link_map):  Remove l_tls_nextimage and
8594         l_tls_previmage.
8595         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
8596         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
8597         (_dl_vsym): Likewise.
8598         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
8599         layout.
8600         (dl_main): Allow PT_TLS be present for empty segment.  Remove
8601         nextimage list handling.  Instead add all modules using TLS to
8602         dl_tls_dtv_slotinfo_list.
8603         * elf/dl-open.c (dl_open_worker): After successfully loading all
8604         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
8605         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
8606         empty segment don't do anything.  Remove handling of initimage list.
8607         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
8608         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
8609         * elf/dl-minimal.c: Define __libc_memalign.
8610         * elf/dl-support.c: Remove _dl_initimage_list.  Add
8611         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8612         _dl_tls_generation.
8613         * include/stdlib.h: Declare __libc_memalign.
8615         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
8616         * elf/tst-tls4.c: New file.
8617         * elf/tst-tls5.c: New file.
8618         * elf/tst-tlsmod2.c: New file.
8620         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
8622         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
8624         * elf/tst-tls1.c: Use test-skeleton.c.
8625         * elf/tst-tls2.c: Likewise.
8626         * elf/tst-tls3.c: Likewise.
8628         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
8630 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8632         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
8634 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
8636         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
8638         * elf/tst-tls3.c: New file.
8639         * elf/tst-tlsmod1.c: New file.
8640         * elf/Makefile: Add rules to build and run tst-tls3.
8642         * sysdeps/i386/dl-machine.h: Include <tls.h>.
8643         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
8644         TLS relocations.
8646         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
8648         * po/fr.po: Update from translation team.
8650         * elf/tls-macros.h: Add alternative macros for use in PIC.
8652         * elf/dl-lookup.c: Include <tls.h>.
8653         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
8655         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
8656         required by passing pointer to last element of the list.
8658         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
8659         l_tls_initimage to a place where it actually is performed.
8661         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
8662         after globfree() calls.
8664         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
8665         (openaux): Pass open_mode as new last argument to _dl_map_object.
8666         (_dl_map_object_deps): Add new argument open_mode.  Initialize
8667         open_mode element of args variable with it.
8668         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
8669         _dl_map_object_deps.
8670         * elf/rtld.c (dl_main): Add zero as last parameter to
8671         _dl_map_object_deps call.
8672         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
8673         * elf/nodlopen2.c: New file.
8674         * elf/nodlopenmod2.c: New file.
8675         * elf/Makefile: Add rules to build and run nodlopen2.
8677         * elf/tst-tls1.c: Move TLS helper macros to...
8678         * elf/tls-macros.h: ...here.  New file.
8679         * elf/tst-tls2.c: New file.
8680         * elf/Makefile (tests): Add tst-tls2.
8681         (distribute): Add tls-macros.h.
8683         * po/sv.po: Update from translation team.
8685         * elf/tst-tls1.c (main): Add complete set of tests.  Split
8686         architecture specific definitions from the actual test code.
8688         * po/tr.po: Update from translation team.
8690 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
8692         * elf/Makefile (tests): Add tst-tls1.
8693         * elf/tst-tls1.c: New file.
8695         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
8696         alignment of TCB for now.
8698         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
8699         initialization image for the application itself.
8701         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
8702         loop to initialize TLS block.
8704 2002-02-08  Richard Henderson  <rth@redhat.com>
8706         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
8707         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
8709         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
8711 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
8713         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
8715 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
8717         * po/ca.po: Update from translation team.
8718         * po/sk.po: Likewise.
8720         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
8721         (dl_main): Move dtv/static TLS handling before relocation.
8722         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
8723         TLS_INIT_TP to allocate and install the dtv/static TLS block.
8724         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
8725         so far uses TLS initialize GL(dl_tls_static_size) and
8726         GL(dl_tls_static_align) to account for the TCB.
8727         (_dl_allocate_tls): New function.
8728         * sysdeps/generic/ldsodefs.h (rtld_global): Add
8729         _dl_initial_dtv_malloced.
8731         * configure.in: Test for __builtin_memset more realistically.
8733         * csu/version.c (banner): If TLS support is available say so.
8735 2002-02-04  H.J. Lu  <hjl@gnu.org>
8737         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
8738         __attribute_used__.
8739         (__dl_runtime_resolve): Likewise.
8741         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
8742         declaration.
8744 2001-11-15  H.J. Lu  <hjl@gnu.org>
8746         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
8747         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
8749         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
8751 2002-02-07  H.J. Lu  <hjl@gnu.org>
8753         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
8754         ".set noreorder".
8755         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
8756         Likewise.
8758 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8760         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
8762         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
8763         ___tls_get_addr_internal.
8764         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
8766         * po/ko.po: Update from translation team.
8768 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
8770         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
8771         attribute, change __pad{1,2} type to unsigned int.
8772         (struct stat64): Remove packed attribute.
8774 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8776         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
8778 2002-02-07  Andreas Schwab  <schwab@suse.de>
8780         * configure.in: Fix check for -zcombreloc.
8782 2002-02-06  H.J. Lu  <hjl@gnu.org>
8784         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
8785         * configure.in: Check if __builtin_memset really works.
8786         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
8787         __GNUC_PREREQ (2, 96) before using __builtin_memset.
8789 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
8791         * io/bug-ftw3.c (main): Don't try the test if root.
8793 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8795         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
8796         constraints.
8797         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
8798         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
8799         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
8800         Likewise.
8801         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
8802         a weak alias for __clone.
8803         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
8804         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
8805         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
8806         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
8807         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
8808         a weak alias for __mmap64.
8810 2002-02-05  H.J. Lu  <hjl@gnu.org>
8812         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
8813         (atomic_add): Likewise.
8814         (compare_and_swap): Likewise.
8815         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
8817 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8819         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
8821         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
8822         alignment of the TCB and store total size and alignment of static
8823         TLS block in _dl_tls_static_size and _dl_tls_static_align.
8824         tls_index is a typedef.
8825         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
8826         _dl_tls_static_align.
8827         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
8828         * elf/dl-support.c: Define _dl_tls_static_size and
8829         _dl_tls_static_align.
8831 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8833         * configure.in: Add --without-tls option.
8834         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
8835         --without-tls is given.
8837         * sysdeps/generic/dl-tls.c: Include <tls.h>.
8839         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
8841 2002-02-06  Roland McGrath  <roland@frob.com>
8843         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
8844         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
8846         * scripts/versions.awk: Improve error message for missing version.
8847         Each version inherits from the last one only if they have the same
8848         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
8849         but not GLIBC_x and FOO_y.
8851         * scripts/firstversions.awk: Handle libraries that don't have each
8852         particular version named in the third column of shlib-versions.
8854         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
8856 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8858         * Versions.def [ld]: Add GLIBC_2.3.
8859         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
8860         * elf/Makefile (dl-routines): Add dl-tls.
8861         (distribute): Add dl-tls.h.
8862         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8863         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8864         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
8865         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
8866         along with the other info in the link map.  Change queueing of init
8867         images for double linked list.  Use _dl_next_tls_modid to compute
8868         l_tls_modid.
8869         * elf/rtld.c (_dl_start_final): Store alignment requirement
8870         along with the other info in rtld map and executable map.
8871         (dl_main): Add ld.so to the init image list if necessary.  Compute
8872         final module ID with _dl_next_tls_modid.
8873         * include/link.h (struct link_map): Add l_tls_previmage and
8874         l_tls_align.
8875         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8876         * sysdeps/i386/elf/Versions: New file.
8877         * sysdeps/generic/dl-tls.c: New file.
8878         * sysdeps/generic/dl-tls.h: New file.
8879         * sysdeps/i386/dl-tls.h: New file.
8881 2002-02-06  Roland McGrath  <roland@frob.com>
8883         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
8884         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
8886 2002-01-05  Roland McGrath  <roland@frob.com>
8888         * sysdeps/mach/configure.in: New file.
8889         * sysdeps/mach/configure: New generated file.
8891         * mach/Makefile (user-interfaces): Remove default_pager_helper.
8892         It has never been used by anything.
8894 2002-02-06  H.J. Lu  <hjl@gnu.org>
8896         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
8897         is included.
8899 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8901         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
8902         attribute((packed)) to counter stupid people misusing gcc options.
8903         (struct stat64): Likewise.
8905 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8907         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
8908         the variables which are used as booleans.
8910 2002-02-06  Andreas Jaeger  <aj@suse.de>
8912         * include/libc-symbols.h (INTUSE): Renamed from INT.
8913         * elf/dl-deps.c: Change users.
8914         * sysdeps/generic/dl-sysdep.c: Likewise.
8915         * sysdeps/generic/dl-cache.c: Likewise.
8916         * elf/dl-reloc.c: Likewise.
8917         * elf/rtld.c: Likewise.
8918         * elf/dl-version.c: Likewise.
8919         * elf/dl-load.c: Likewise.
8920         * elf/dl-dst.h: Likewise.
8921         * elf/dl-init.c: Likewise.
8922         * elf/dl-error.c: Likewise.
8923         * elf/dl-fini.c: Likewise.
8924         * elf/dl-runtime.c: Likewise.
8925         * elf/do-lookup.h: Likewise.
8927         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
8928         definition.
8929         * stdio-common/_itowa.h: Likewise.
8931 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8933         * elf/dl-minimal.c: Define _itoa_lower_digits.
8935         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
8936         DT_FLAGS set.
8938         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
8939         loading modules with the DF_STATIC_TLS flag set.
8940         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
8941         element.
8942         * include/link.h (struct link_map): Add l_flags field.
8943         * elf/elf.h (DF_STATIC_TLS): New definition.
8945         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
8946         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
8948         * elf/rtld.c (process_dl_debug): Correct printing help message.
8949         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
8950         for %s.
8952         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
8953         definition and pass &errno in use of this variable.
8954         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
8956 2002-02-04  Andreas Schwab  <schwab@suse.de>
8958         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
8959         * locale/programs/charmap-dir.c: Wrap calls that output messages
8960         with WITH_CUR_LOCALE.  Include "localedef.h" first.
8961         * locale/programs/charmap.c: Likewise.
8962         * locale/programs/ld-address.c: Likewise.
8963         * locale/programs/ld-collate.c: Likewise.
8964         * locale/programs/ld-ctype.c: Likewise.
8965         * locale/programs/ld-identification.c: Likewise.
8966         * locale/programs/ld-measurement.c: Likewise.
8967         * locale/programs/ld-messages.c: Likewise.
8968         * locale/programs/ld-monetary.c: Likewise.
8969         * locale/programs/ld-name.c: Likewise.
8970         * locale/programs/ld-numeric.c: Likewise.
8971         * locale/programs/ld-paper.c: Likewise.
8972         * locale/programs/ld-telephone.c: Likewise.
8973         * locale/programs/ld-time.c: Likewise.
8974         * locale/programs/linereader.c: Likewise.
8975         * locale/programs/linereader.h: Likewise.
8976         * locale/programs/localedef.c: Likewise.
8977         * locale/programs/locfile.c: Likewise.
8978         * locale/programs/repertoire.c: Likewise.
8980 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8982         * elf/rtld.c (_dl_start_final): Determine load address to locate
8983         ehdr with GL(dl_rtld_map).l_map_start.
8985         * po/ca.po: Update from translation team.
8987         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
8988         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
8989         header entry.
8990         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
8991         _dl_tls_module_cnt.
8992         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
8994 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
8996         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
8997         * include/link.h (struct link_map): Add various members for TLS
8998         information.
8999         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9000         _rtld_tlsoffset, add _dl_initimage_list.
9001         * sysdeps/i386/dl-lookupcfg.h: New file.
9002         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
9003         TLS relocation.  When using TLS we now use RESOLVE_MAP.
9004         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
9005         is used.
9007         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
9008         unused.
9010         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
9011         thread-pointer as soon as possible.
9012         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
9013         elements in rtld_global.
9014         * sysdeps/generic/tls.h: New file.
9015         * elf/Makefile (distribute): Add tls.h.
9016         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
9017         relocations.  Not complete yet.
9019         * resolv/resolv.h: Allow user to define __need_res_state and only
9020         define __res_start structure then.
9021         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
9023         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
9024         dl_cpuclock_offset initialization to _dl_start_final.
9025         (_dl_show_auxv): Avoid unnecessary sign extension.
9026         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
9028 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9030         * config.h.in: Add HAVE_TLS_SUPPORT.
9031         * sysdeps/i386/elf/configure.in: New file.
9033 2002-02-03  Andreas Schwab  <schwab@suse.de>
9035         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
9036         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
9038 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
9040         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
9041         alloca if the memory reqirements are too high.
9043 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9045         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
9046         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
9047         the former is available anyway and speed isn't important here.
9048         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
9049         * elf/dl-version.c (match_symbol): Likewise.
9050         (_dl_check_map_versions): Likewise.
9051         * elf/rtld.c (process_envvars): Likewise.
9052         (print_statistics): Likewise.
9053         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
9054         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
9055         bases.  Add assert to catch uses of unimplemented features.
9056         (__strsep): Add assert to catch uses of unimplemented features.
9057         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
9058         and avoid inline optimization.
9059         * elf/rtld.c (process_envvars): Likewise.
9060         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
9061         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
9062         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
9064 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9066         * stdio-common/_itoa.h: Minor simplifications of the code.
9067         * stdio-common/_itoa.c: Likewise.
9069         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
9070         instead of _dl_printf for debugging info output.
9072         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
9073         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
9075 2002-02-01  H.J. Lu  <hjl@gnu.org>
9077         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
9078         (atomic_add): Likewise.
9079         (compare_and_swap): Return 0 only when failed to compare. Use
9080         branch likely.
9082         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
9083         branch likely.
9085 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
9087         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
9089 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9091         * elf/dl-minimal.c (__strsep): New minimal implementation.
9093 2002-02-02  Paul Eggert  <eggert@twinsun.com>
9095         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
9096         (__mktime_internal): If no tm_isdst is requested, prefer solutions
9097         with tm_isdst > 0 when the requested time falls within a
9098         spring-forward gap [PR libc/2894].
9100 2002-02-03  Andreas Schwab  <schwab@suse.de>
9102         * stdio-common/tst-rndseek.c: Increase timeout.
9104 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9106         Change ld.so to not use functions which are exported.  One cannot
9107         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
9108         definitions.
9109         * include/libc-symbols.h: Define INT and INTDEF.
9110         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
9111         _dl_signal_error_internal, _dl_map_object_internal,
9112         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
9113         _dl_lookup_versioned_symbol_internal,
9114         _dl_relocate_object_internal, _dl_debug_state_internal,
9115         _dl_start_profile_internal, and _dl_unload_cache_internal.
9116         * include/dlfcn.h: Declare _dl_catch_error_internal.
9117         * elf/rtld.c: Use INT for calls to any of the *_internal functions
9118         above.  Add INTDEF to function definitions.
9119         * elf/dl-debug.c: Likewise.
9120         * elf/dl-deps.c: Likewise.
9121         * elf/dl-dst.h: Likewise.
9122         * elf/dl-error.c: Likewise.
9123         * elf/dl-fini.c: Likewise.
9124         * elf/dl-init.c: Likewise.
9125         * elf/dl-load.c: Likewise.
9126         * elf/dl-lookup.c: Likewise.
9127         * elf/dl-misc.c: Likewise.
9128         * elf/dl-open.c: Likewise.
9129         * elf/dl-profile.c: Likewise.
9130         * elf/dl-reloc.c: Likewise.
9131         * elf/dl-runtime.c: Likewise.
9132         * elf/dl-version.c: Likewise.
9133         * elf/do-lookup.h: Likewise.
9134         * sysdeps/generic/dl-cache.c: Likewise.
9135         * sysdeps/generic/dl-sysdep.c: Likewise.
9136         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
9137         instead of _dl_init.
9138         * sysdeps/arm/dl-machine.h: Likewise.
9139         * sysdeps/cris/dl-machine.h: Likewise.
9140         * sysdeps/hppa/dl-machine.h: Likewise.
9141         * sysdeps/i386/dl-machine.h: Likewise.
9142         * sysdeps/ia64/dl-machine.h: Likewise.
9143         * sysdeps/m68k/dl-machine.h: Likewise.
9144         * sysdeps/mips/dl-machine.h: Likewise.
9145         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9146         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9147         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9148         * sysdeps/sh/dl-machine.h: Likewise.
9149         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9150         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9151         * sysdeps/x86_64/dl-machine.h: Likewise.
9152         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9154         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9155         and _dl_debug_initialize.
9157         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9158         more information.
9159         * elf/rtld.c (dl_main): Avoid strrchr.
9160         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9161         result of readlink.  Search from the back for '/'.
9163         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9164         strncpy if possible.
9166         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
9167         strncmp.
9168         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
9169         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
9170         strspn, and strcspn.
9171         (process_envvars): Don't use strcspn.
9173         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
9174         (_dl_dst_substitute): Likewise.
9176 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9178         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
9179         code which is never used when relocating ld.so itself.
9181         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
9182         starting ld.so itself.  Move l_addr variable initialization closer
9183         to use.
9184         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
9186 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9188         * Versions.def (libc): Add GLIBC_PRIVATE.
9189         (libdb, libnss_db, libdb1): Remove.
9190         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
9191         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
9192         (libpthread): Add GLIBC_PRIVATE.
9193         (libresolv): Likewise, remove GLIBC_2.1.
9194         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
9195         GLIBC_2.2.3, GLIBC_2.3.
9196         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
9197         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
9198         _dl_sym, _dl_vsym): Likewise.
9199         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
9200         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
9201         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
9202         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
9203         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
9204         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
9205         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
9206         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
9207         Likewise.
9208         (_dl_object_relocation_scope): Remove.
9209         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
9210         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
9211         __gconv_cache): Move to GLIBC_PRIVATE.
9212         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
9213         __internal_setnetgrent): Likewise.
9214         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
9215         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
9216         * locale/Versions (__collate_element_hash, __collate_element_strings,
9217         __collate_symbol_classes, __collate_symbol_hash,
9218         __collate_symbol_strings, _nl_current_LC_COLLATE,
9219         _nl_current_LC_CTYPE): Likewise.
9220         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
9221         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
9222         (libnss_nis, libnss_nisplus): Likewise.
9223         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
9224         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
9225         (libnss_files): Move all symbols to GLIBC_PRIVATE.
9226         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
9227         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
9228         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
9229         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
9230         __ns_get16, __ns_samename): Likewise.
9231         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
9232         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
9233         GLIBC_PRIVATE.
9234         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
9235         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
9236         __libc_connect): Likewise.
9237         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
9238         Likewise.
9239         * stdlib/Versions (__libc_system): Likewise.
9240         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
9241         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
9242         * sysdeps/ia64/fpu/Versions: Likewise.
9243         * sysdeps/ia64/Versions: Likewise.
9244         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
9245         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
9246         to GLIBC_PRIVATE.
9247         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
9248         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
9249         __libc_sigaction): Likewise.
9250         * termios/Versions (__libc_tcdrain): Likewise.
9252         * misc/sys/cdefs (__attribute_noinline__): Define.
9253         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
9254         __attribute_noinline__.
9256         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
9257         * elf/dl-xstat64.c: New file.
9258         * elf/dl-fxstat64.c: New file.
9259         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
9260         don't export __fxstat64 at multiple versions.
9261         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
9262         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
9264 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
9266         * locale/program/ld-collate.c (collate_finish): Assign a wide
9267         char collation sequence value to multi character collating
9268         elements, and avoid over writing by non-character elements.
9270 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9272         * elf/Makefile (distribute): Add dl-procinfo.c.
9273         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
9274         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
9276 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9278         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
9279         definition.
9280         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
9281         _rtld_global struct.
9282         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9283         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
9284         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9285         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
9286         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
9287         _dl_fpu_control_set): Remove unused externs.
9288         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
9289         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
9290         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
9291         related variables in _rtld_global struct.
9292         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
9293         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
9294         unused extern.
9296 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9298         * sysdeps/generic/dl-procinfo.c: New file.
9300 2002-02-01  Andreas Schwab  <schwab@suse.de>
9302         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
9304 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9306         * elf/rtld.c (_dl_start): Mark as internal_function.
9307         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
9308         in register.
9309         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
9310         General pretty printing.
9312 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9314         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
9315         * elf/dl-reloc.c: Pretty printing.
9316         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
9317         procinfo-related variables in rtld_global struct.
9318         * elf/dl-support.c: Likewise.
9319         * elf/rtld.c: Likewise.
9320         * sysdeps/i386/i686/Makefile: Likewise.
9321         * sysdeps/i386/i686/hp-timing.c: Likewise.
9322         * sysdeps/i386/i686/hp-timing.h: Likewise.
9323         * sysdeps/ia64/Makefile: Likewise.
9324         * sysdeps/ia64/hp-timing.c: Likewise.
9325         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
9326         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
9327         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
9328         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
9329         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
9330         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
9331         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
9332         * sysdeps/x86_64/Makefile: Likewise.
9334         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
9335         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
9336         _dl_debug_fd to rtld_global.
9337         * elf/Versions: Likewise.
9338         * elf/dl-close.c: Likewise.
9339         * elf/dl-iteratephdr.c: Likewise.
9340         * elf/dl-lookup.c: Likewise.
9341         * elf/dl-misc.c: Likewise.
9342         * elf/dl-open.c: Likewise.
9343         * elf/dl-support.c: Likewise.
9344         * elf/do-lookup.h: Likewise.
9345         * elf/rtld.c: Likewise.
9346         * sysdeps/generic/dl-cache.c: Likewise.
9347         * sysdeps/generic/dl-sysdep.c: Likewise.
9348         * sysdeps/ia64/Versions: Likewise.
9349         * sysdeps/unix/clock_gettime.c: Likewise.
9350         * sysdeps/unix/clock_settime.c: Likewise.
9351         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9352         * sysdeps/sparc/Versions: Removed.
9353         * sysdeps/i386/i686/Versions : Removed.
9354         * sysdeps/x86_64/Versions: Removed.
9355         * configure.in: Define HAVE_PROTECTED if .protected is available.
9356         * config.h.in: Add entry for HAVE_PROTECTED.
9358 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
9360         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
9361         code in struct _rtld_global.  Export this struct, remove all
9362         exports for the signal variables.
9363         * sysdeps/arm/dl-machine: Likewise.
9364         * sysdeps/generic/dl-origin: Likewise.
9365         * sysdeps/generic/dl-sysdep: Likewise.
9366         * sysdeps/generic/dl-cache: Likewise.
9367         * sysdeps/hppa/dl-fptr: Likewise.
9368         * sysdeps/hppa/dl-machine: Likewise.
9369         * sysdeps/cris/dl-machine: Likewise.
9370         * sysdeps/i386/dl-machine: Likewise.
9371         * sysdeps/ia64/dl-machine: Likewise.
9372         * sysdeps/m68k/dl-machine: Likewise.
9373         * sysdeps/mach/hurd/dl-sysdep: Likewise.
9374         * sysdeps/mips/mips64/dl-machine: Likewise.
9375         * sysdeps/mips/dl-machine: Likewise.
9376         * sysdeps/powerpc/elf/libc-start: Likewise.
9377         * sysdeps/powerpc/dl-machine: Likewise.
9378         * sysdeps/powerpc/dl-start: Likewise.
9379         * sysdeps/sparc/sparc32/dl-machine: Likewise.
9380         * sysdeps/sparc/sparc64/dl-machine: Likewise.
9381         * sysdeps/sh/dl-machine: Likewise.
9382         * sysdeps/s390/s390-32/dl-machine: Likewise.
9383         * sysdeps/s390/s390-64/dl-machine: Likewise.
9384         * sysdeps/unix/sysv/aix/libc-start: Likewise.
9385         * sysdeps/unix/sysv/aix/start-libc: Likewise.
9386         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
9387         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
9388         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
9389         * sysdeps/x86_64/dl-machine: Likewise.
9391 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9393         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
9394         are too high.
9396 2002-01-31  Andreas Schwab  <schwab@suse.de>
9398         * sysdeps/posix/readv.c: Check for ssize_t overflow.
9400 2002-01-31  Andreas Schwab  <schwab@suse.de>
9402         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
9403         reference to _dl_pagesize.
9405 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
9407         * Versions.def [ld]: Add GLIBC_2.3.
9408         * elf/dl-addr.c: Move global variables for SHARED code in struct
9409         _rtld_global.  Export this struct, remove all exports for the
9410         signal variables.
9411         * elf/dl-close.c: Likewise.
9412         * elf/dl-conflict.c: Likewise.
9413         * elf/dl-debug.c: Likewise.
9414         * elf/dl-deps.c: Likewise.
9415         * elf/dl-dst.h: Likewise.
9416         * elf/dl-error.c: Likewise.
9417         * elf/dl-fini.c: Likewise.
9418         * elf/dl-init.c: Likewise.
9419         * elf/dl-iteratephdr.c: Likewise.
9420         * elf/dl-libc.c: Likewise.
9421         * elf/dl-load.c: Likewise.
9422         * elf/dl-lookup.c: Likewise.
9423         * elf/dl-minimal.c: Likewise.
9424         * elf/dl-object.c: Likewise.
9425         * elf/dl-open.c: Likewise.
9426         * elf/dl-profile.c: Likewise.
9427         * elf/dl-profstub.c: Likewise.
9428         * elf/dl-reloc.c: Likewise.
9429         * elf/dl-runtime.c: Likewise.
9430         * elf/dl-support.c: Likewise.
9431         * elf/dl-sym.c: Likewise.
9432         * elf/dl-version.c: Likewise.
9433         * elf/do-lookup.h: Likewise.
9434         * elf/do-rel.h: Likewise.
9435         * elf/dynamic-link.h: Likewise.
9436         * elf/rtld.c: Likewise.
9437         * sysdeps/generic/dl-cache.c: Likewise.
9438         * sysdeps/generic/dl-sysdep.c: Likewise.
9439         * sysdeps/generic/ldsodefs.h: Likewise.
9440         * sysdeps/generic/libc-start.c: Likewise.
9441         * sysdeps/i386/dl-machine.h: Likewise.
9442         * sysdeps/ia64/dl-fptr.c: Likewise.
9443         * sysdeps/ia64/dl-machine.h: Likewise.
9444         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
9445         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
9446         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9447         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
9448         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9449         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9450         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
9451         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
9453 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9455         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
9456         to avoid warning
9457         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
9459         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
9460         SHARED version.
9461         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
9463         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
9465 2002-01-29  Ben Collins  <bcollins@debian.org>
9467         * string/bits/string2.h (__mempcpy): Protect size arg for
9468         addition when using __builtin_memcpy.
9470 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9472         * stdlib/Makefile (tests): Add tst-qsort.
9473         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
9475         * manual/signal.texi (Process Signal Mask): Document that
9476         pthread_sigmask, not sigprocmask, must be used in MT programs.
9477         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
9479         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
9480         found.
9481         * misc/Makefile (tests): Add tst-hsearch.
9482         * misc/tst-hsearch.c: New file.
9484 2002-01-18  Wolfram Gloger  <wg@malloc.de>
9486         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9487         * malloc/malloc.h: Likewise.
9488         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9489         * malloc/arena.c: New file.
9490         * malloc/hooks.c: New file.
9491         * malloc/tst-mallocstate.c: New file.
9492         * malloc/Makefile: Add new testcase tst-mallocstate.
9493         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
9495 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9497         * stdlib/msort.c: Remove last patch.  The optimization violates the
9498         same rule which qsort.c had problems with.
9500 2002-01-27  Paul Eggert  <eggert@twinsun.com>
9502         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9503         to a pivot element that lies outside the array to be sorted, as
9504         ISO C99 requires that the comparison function be called only with
9505         addresses of array elements [PR libc/2880].
9507 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9509         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9510         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
9512         * timezone/asia: Update from tzdata2002b.
9513         * timezone/australasia: Likewise.
9514         * timezone/backward: Likewise.
9515         * timezone/europe: Likewise.
9516         * timezone/leapseconds: Likewise.
9517         * timezone/iso3166.tab: Likewise.
9518         * timezone/zone.tab: Likewise.
9520 2002-01-23  Richard Henderson  <rth@redhat.com>
9522         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9524 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9526         * string/strxfrm.c: Allocate one more byte for rulearr and clear
9527         this element [PR libc/2855].
9529         * string/strcoll.c: Handle zero-length arguments specially
9530         [PR libc/2856].
9532 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9534         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9535         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9536         short lengths and constant src.
9537         (strcpy): Don't optimize for gcc 3.0+.
9538         (__stpcpy): For gcc 3.0+, don't use
9539         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9540         for short string literal src.
9542 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9544         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9545         Set for arm, too.
9547 2001-01-22  Paul Eggert  <eggert@twinsun.com>
9549         * manual/llio.texi (Linked Channels, Cleaning Streams):
9550         Make it clearer that a just-opened input stream might need cleaning.
9552 2002-01-21  H.J. Lu  <hjl@gnu.org>
9554         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9555         Don't use label at end of compound statement.
9557 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
9559         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9560         Remove test for negative integer arg; sin_pi does it correctly.
9562 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
9564         * nscd/Makefile (distribute): Filter out xmalloc.c.
9566 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
9568         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9569         Set offset if read end wasn't the buffer end.
9570         (_IO_file_seekoff_mmap): New function.
9571         (_IO_file_xsgetn_mmap): New function.
9572         (_IO_file_jumps_mmap): Use the two new functions.
9573         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9574         != end buffer.
9575         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
9576         _IO_file_underflow_mmap.
9577         * libio/iofopen.c: Don't position file descriptor at end of file.
9578         * libio/tst-widetext.c: Improve error messages.
9579         * stdio-common/tst-rndseek.c: Likewise.
9581 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
9583         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
9584         end of enum for !_GNU_SOURCE.
9585         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
9586         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
9587         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
9588         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
9589         values unless _GNU_SOURCE.
9591         * iconvdata/tcvn5712-1.c: Minor cleanups.
9593 2002-01-18  Andreas Schwab  <schwab@suse.de>
9595         * sysdeps/unix/sysv/linux/configure.in
9596         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
9598 2002-01-16  Roger Sayle  <roger@eyesopen.com>
9600         * stdlib/msort.c (msort_with_tmp): Replace implementation with
9601         more efficient "Towers of Hanoi" mergesort.
9602         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
9603         for generic, sizeof(int) and sizeof(long) variants respectively.
9605 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
9607         * manual/syslog.texi (openlog): Describe possible problems with
9608         first parameter.
9609         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9611         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
9612         * nscd/connections.c (begin_drop_privileges): New function.
9613         (finish_drop_privileges): New function.
9614         (nscd_init): Call the new functions which also install all groups
9615         for the server user.
9616         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
9617         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9619 2002-01-17  H.J. Lu  <hjl@gnu.org>
9621         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
9622         `const' from `got'.
9624 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9626         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
9627         instructions for pointer operations.
9628         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9630 2002-01-17  Andreas Jaeger  <aj@suse.de>
9632         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
9633         __uint128_t build-in.
9635         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
9636         PowerPC, sync with 2.2 branch.
9638 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9640         * posix/getconf.c: Update copyright year.
9641         * nss/getent.c: Likewise.
9642         * nscd/nscd_nischeck.c: Likewise.
9643         * iconv/iconvconfig.c: Likewise.
9644         * iconv/iconv_prog.c: Likewise.
9645         * elf/ldconfig.c: Likewise.
9646         * catgets/gencat.c: Likewise.
9647         * csu/version.c: Likewise.
9648         * elf/ldd.bash.in: Likewise.
9649         * elf/sprof.c (print_version): Likewise.
9650         * locale/programs/locale.c: Likewise.
9651         * locale/programs/localedef.c: Likewise.
9652         * nscd/nscd.c (print_version): Likewise.
9653         * debug/xtrace.sh: Likewise.
9654         * malloc/memusage.sh: Likewise.
9655         * malloc/mtrace.pl: Likewise.
9657 2002-01-16  Andreas Schwab  <schwab@suse.de>
9659         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
9660         reliably remove "-ia64" from rtld name.
9662 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9664         * iconvdata/gb18030.c: Bug fixes and support for more characters.
9665         Patch by Yu Shao <yshao@redhat.com>.
9667 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9669         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
9670         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
9671         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
9673 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9675         * sysdeps/s390/fpu/libm-test-ulps: Update.
9677 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
9679         * elf/elf.h: Update x86 relocations.
9681 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9683         * locale/programs/charmap.c (new_width): Check whether byte
9684         sequences for both ends of range have the same length.
9686 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9688         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
9690 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9692         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
9693         string literals.
9694         (__full_ieee754_sqrt): Add __attribute_used__.
9696 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9698         * sysdeps/generic/group_member.c (__group_member): Also check
9699         groups[0] [PR libc/2781].
9701 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
9703         * Makefile (distribute): Add scripts/cpp.
9704         * elf/Makefile (distribute): Add reldep6mod[01234].c,
9705         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
9706         unwind-dw2-fde.h, and dwarf2.h.
9707         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
9708         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
9709         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
9710         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
9712 2002-01-07  Roland McGrath  <roland@frob.com>
9714         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
9715         volatile on type of ARGC so the compiler doesn't get clever.
9717 2002-01-07  Andreas Jaeger  <aj@suse.de>
9719         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
9720         * sysdeps/i386/bits/byteswap.h: Likewise.
9721         * sysdeps/ia64/bits/byteswap.h: Likewise.
9722         * sysdeps/m68k/bits/byteswap.h: Likewise.
9723         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
9724         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
9726 2002-01-02  Bruno Haible  <bruno@clisp.org>
9728         * intl/plural.y: Fix %expect count.
9730 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
9732         * elf/Makefile (routines, shared-only-routines): Add
9733         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
9734         * elf/elf.h (PT_GNU_EH_FRAME): Define.
9735         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
9736         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
9737         Optimize if .eh_frame section contains no FDEs.
9738         (__register_frame, __deregister_frame_info_bases,
9739         __deregister_frame): Likewise.
9740         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
9741         DW_CFA_restore handling.
9743 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
9745         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
9747         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
9748         for x < 0.25 and restore original range reduction method.
9749         (__ieee754_lgammal_r): Make sure signgam is set before returning.
9751 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
9753         * libio/fileops.c (_IO_file_underflow_mmap): New function.
9754         (_IO_file_close_mmap): New function.
9755         (_IO_file_jumps_mmap): New variable.
9756         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
9757         trying to convert rest of byte buffer.
9758         (_IO_wfile_underflow_mmap): New function.
9759         (_IO_wfile_jumps_mmap): New variable.
9760         * libio/iofopen.c (__fopen_maybe_mmap): New function.
9761         (__fopen_internal): New function.  Split out from _IO_new_fopen.
9762         (_IO_new_fopen): Call __fopen_internal.
9763         * libio/iofopen64.c: Just call __fopen_internal.
9764         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
9765         successfully.
9766         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
9767         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
9768         _IO_file_close_mmap.
9770         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
9771         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
9773         * stdio-common/Makefile (tests): Add tst-rndseek.
9774         * stdio-common/tst-rndseek.c: New file.
9776 2002-01-05  Roland McGrath  <roland@frob.com>
9778         * config.h.in (HAVE_MIG_RETCODE): New #undef.
9779         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
9780         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
9781         * sysdeps/mach/hurd/configure: Regenerated.
9783 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
9785         * elf/elf.h: Add more TLS definitions.
9787 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
9789         * include/features.h (__GLIBC_MINOR__): Bump to 3.
9791 2002-01-02  Roland McGrath  <roland@frob.com>
9793         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
9794         __sigisemptyset.  Don't use MASK uninitialized.
9796         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
9797         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
9798         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
9799         __sigdelset, __sigaddset, __sigorset.
9801         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
9802         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
9804         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
9805         _hurd_ports is null.
9807         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
9808         for old CMU and new OSF Mach interface flavors.
9809         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
9810         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9812         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
9814         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
9815         Pass extra arguments to task_create for OSF variant.
9816         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9818         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
9819         conditional on [HAVE_AUX_VECTOR].
9821         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
9822         mach_msg_timeout_t as type of final argument.
9824         * hurd/privports.c (__get_privileged_ports):
9825         Change host_priv_t to mach_port_t in argument type.
9826         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
9827         Update decls.
9829         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
9830         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
9831         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9832         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9833         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9834         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
9836 2002-01-01  Roland McGrath  <roland@frob.com>
9838         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
9840 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
9842         * include/stdlib.h: Define inlines for the _l variants of the strto*
9843         functions.
9845 2002-01-01  Roland McGrath  <roland@frob.com>
9847         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
9849         * mach/Machrules (MIG): Set CPP as well as CC.
9851 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
9853         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
9854         locale to parse /proc/loadavg [PR libc/2760].
9856 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
9858         * elf/dl-conflict.c: Include sys/param.h.
9859         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
9860         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
9861         warning.
9862         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
9863         literals to avoid warnings.
9865 2001-12-31  Andreas Jaeger  <aj@suse.de>
9867         * configure.in: Don't check for gsed since we do not use it anywhere.
9869 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9871         * io/fts.c: Update from BSD to fix memory leaks.
9873 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9875         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
9876         * elf/chroot_canon.c: Likewise.
9877         * elf/dl-object.c: Likewise.
9878         * iconv/iconv_charmap.c: Likewise.
9879         * iconv/iconv_prog.c: Likewise.
9880         * libio/iogetdelim.c: Likewise.
9881         * locale/lc-time.c: Likewise.
9882         * stdlib/canonicalize.c: Likewise.
9883         * sunrpc/svc.c: Likewise.
9884         * sysdeps/generic/glob.c: Likewise.
9886 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9888         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
9889         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
9890         remove high order bit from the program counter.
9891         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
9893 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9895         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
9896         unnecessary code and add missing reloc types.
9897         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
9898         case for reloc type R_390_NONE.
9900 2001-12-28  Andreas Jaeger  <aj@suse.de>
9902         * io/bug-ftw3.c: Include string.h for prototypes.
9904         * crypt/md5test.c (main): Remove unused variable.
9906         * dlfcn/modstatic.c: Add prototype to avoid warning.
9908 2001-12-26  Roland McGrath  <roland@frob.com>
9910         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
9911         check only (SS->pending & MASK) for the signal to return.
9912         From Jeroen Dekkers <jeroen@dekkers.cx>.
9914 2001-12-22  Roland McGrath  <roland@frob.com>
9916         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
9917         Use preprocessor #if conditionals instead of `if' to avoid
9918         warnings about divide by zero in dead code.
9920         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
9921         _hurd_port_init, and __hurd_self_sigstate.
9923         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
9925 2001-12-21  Andreas Jaeger  <aj@suse.de>
9927         * elf/dblloadmod1.c: Add prototype to avoid warning.
9928         * elf/dblloadmod2.c: Likewise.
9929         * elf/dblloadmod3.c: Likewise.
9930         * elf/reldepmod5.c: Likewise.
9931         * elf/reldepmod6.c: Likewise.
9933         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
9934         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
9935         used on all architectures.
9937         * sunrpc/svc_tcp.c: Add noreturn attribute for
9938         svctcp_rendezvous_abort.
9939         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
9941         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
9942         to avoid warning.
9944 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
9946         * manual/llio.texi (aio_fsync): Fix a typo.
9947         Patch by Tammy Fox <tfox@redhat.com>.
9949 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
9951         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
9952         stack bias from child stack pointer before passing it to clone syscall.
9954 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
9956         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
9957         _SC_TZNAME_MAX.
9958         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
9959         Reported by Thorsten Kukuk <kukuk@suse.de>.
9961         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
9962         add some casts.
9964         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
9966 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
9968         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
9969         conforming: return EBADF if file descriptor is invalid and EINVAL
9970         if file descriptor is no valid tty.
9971         * login/tst-grantpt.c: New file.
9972         * login/Makefile (tests): Add tst-grantpt.
9974 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
9976         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
9977         different than implemented in last patch.
9978         * io/bug-ftw3.c: Adjust test for changed handling of
9979         inaccessibility of toplevel dir.
9981 2001-12-16  Roland McGrath  <roland@frob.com>
9983         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
9984         * grp/initgroups.c (internal_getgrouplist): Likewise.
9986         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
9987         `default:' to silence new GCC warning.
9988         Rewrite cast of lvalue to silence new GCC warning.
9990         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
9992         * sysdeps/mach/hurd/spawni.c: New file, by me with a
9993         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
9995 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
9997         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
9998         Patch by Stephen R. van den Berg.
10000         * crypt/md5.h: Define md5_uintptr.
10002 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10004         * libio/tst_swprintf.c (main): Add test for string argument with
10005         zero precision.
10006         * stdio-common/Makefile (tests): Add tst-sprintf.
10007         * stdio-common/tst-sprintf.c: New file.
10009 2001-12-13  Andreas Schwab  <schwab@suse.de>
10011         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
10012         zero precision with wide character string format.
10014 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
10016         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
10017         but have a user supplied buffer, return the empty buffer, not NULL.
10019 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10021         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
10022         Patch by Eric Sharkey <sharkey@netrics.com>.
10024         * crypt/md5test.c (main): Add test for multiple calls to
10025         __md5_process_bytes to itererate over input string.
10027 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
10029         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
10030         from __nis_findfastest.  Take timeout value from parameter.
10031         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
10032         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
10033         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
10035 2001-12-12  Andreas Jaeger  <aj@suse.de>
10037         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
10038         combreloc test so that it works in this case.
10040         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
10042 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
10044         * sysdeps/sh/Makefile: New file.
10045         * sysdeps/sh/_mcount.S: New file.
10046         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
10047         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
10049 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10051         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
10052         limitation [PR libc/2564].
10054 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
10056         * elf/Makefile (dl-routines): Add conflict.
10057         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
10058         (ld.so): Add _begin local symbol.
10059         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
10060         Define.
10061         * elf/dl-deps.c (_dl_build_local_scope): New function.
10062         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
10063         of all libraries.
10064         * elf/do-rel.h (VALIDX): Define.
10065         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
10066         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
10067         can be skipped.
10068         * elf/dl-conflict.c: New file.
10069         * elf/dl-lookup.c (_dl_debug_bindings): New function.
10070         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
10071         non-NULL.
10072         (_dl_lookup_symbol_skip): Likewise.
10073         (_dl_lookup_versioned_symbol): Likewise.
10074         (_dl_lookup_versioned_symbol_skip): Likewise.
10075         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
10076         define to ElfW(Rel).
10077         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
10078         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
10079         ranges.
10080         Don't adjust address dynamic tags if l_addr is 0.
10081         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
10082         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
10083         (VALIDX, ADDRIDX): Define.
10084         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
10085         (dl_main): Print library list for LD_TRACE_PRELINKING.
10086         If prelinking information can be used, skip relocating libraries and
10087         call _dl_resolve_conflicts instead.
10088         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
10089         * elf/dl-load.c (_dl_map_object): Don't create fake libs
10090         if LD_TRACE_PRELINKING.
10091         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
10092         + DT_ADDRNUM.
10093         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
10094         (DL_DEBUG_PRELINK): Define.
10095         (_dl_resolve_conflicts): Add prototype.
10097         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
10098         .plt for prelinked libraries where prelinking info cannot be used.
10099         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
10100         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
10101         * sysdeps/arm/bits/link.h: New file.
10102         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
10103         content of .got[1].
10104         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10105         (ELF_MACHINE_PLT_REL): Define.
10106         (elf_machine_rela, elf_machine_rela_relative): New functions.
10107         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
10108         of adjusting it if prelinked and prelinking cannot be used.
10109         * sysdeps/i386/bits/link.h: New file.
10110         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
10111         content of .got[1].
10112         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10113         (ELF_MACHINE_PLT_REL): Define.
10114         (elf_machine_rela, elf_machine_rela_relative): New functions.
10115         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
10116         of adjusting it if prelinked and prelinking cannot be used.
10117         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
10118         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
10119         to find out map for R_PPC_JMP_SLOT relocs.
10120         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
10121         (OPCODE_BA): Define.
10122         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10123         libraries where prelinking info cannot be used.
10124         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
10125         (elf_machine_fixup_plt): Call sparc_fixup_plt.
10126         (elf_machine_rela): Set value to 0 if relocating conflicts.
10127         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
10128         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
10129         (sparc64_fixup_plt): Fix a typo.
10130         (elf_machine_rela): Set value to 0 if relocating conflicts.
10131         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
10132         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10133         libraries where prelinking info cannot be used.
10134         * sysdeps/sh/bits/link.h: New file.
10135         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
10136         content of .got[1].
10137         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
10138         of adjusting it if prelinked and prelinking cannot be used.
10139         * sysdeps/s390/s390-32/bits/link.h: New file.
10140         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
10141         Save original content of .got[1].
10142         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10143         of adjusting it if prelinked and prelinking cannot be used.
10144         * sysdeps/s390/s390-64/bits/link.h: New file.
10145         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10146         Save original content of .got[1].
10147         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10148         of adjusting it if prelinked and prelinking cannot be used.
10149         * sysdeps/x86_64/bits/link.h: New file.
10150         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10151         Save original content of .got[1].
10152         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10153         of adjusting it if prelinked and prelinking cannot be used.
10155 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10157         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10158         where appropriate instead of numbers.  Little optimizations.
10160 2001-12-10  Roland McGrath  <roland@frob.com>
10162         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10163         set it.
10165         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
10166         set to GLIBC_2.2.5, not GLIBC_2.2.4.
10168         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
10169         Fix conditionals so this is set by default for stdio and not for libio.
10170         * sysdeps/mach/hurd/configure: Regenerated.
10172 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
10174         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
10176 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
10178         * io/Makefile (tests): Add bug-ftw3.
10179         * io/bug-ftw3.c: New file.
10181         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
10182         matches and GLOB_NOCHECK is set.
10183         * posix/globtest.sh: Correct expected result for NOCHECK test.
10185         * po/ca.po: Update from translation team.
10187 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
10189         Implement transliteration of characters in strings of the locale
10190         definitions.
10191         * locale/programs/linereader.c: Adjust for additional parameter to
10192         lr_token.
10193         (get_string): If character <Uxxxx> is not found try to transliterate
10194         it.
10195         * locale/programs/ld-ctype.c: Adjust for additional parameter to
10196         lr_token.  Add const to charmap parameter of all functions.
10197         (find_translit, find_translit2): New functions.
10198         * locale/programs/charmap.c: Adjust for additional parameter to
10199         lr_token.
10200         * locale/programs/repertoire.c: Likewise.
10201         * locale/programs/linereader.h: Likewise.
10202         * locale/programs/ld-address.c: Likewise.  Add const to charmap
10203         parameter of all functions.
10204         * locale/programs/ld-collate.c: Likewise.
10205         * locale/programs/ld-identification.c: Likewise.
10206         * locale/programs/ld-measurement.c: Likewise.
10207         * locale/programs/ld-messages.c: Likewise.
10208         * locale/programs/ld-monetary.c: Likewise.
10209         * locale/programs/ld-name.c: Likewise.
10210         * locale/programs/ld-numeric.c: Likewise.
10211         * locale/programs/ld-paper.c: Likewise.
10212         * locale/programs/ld-paper.c: Likewise.
10213         * locale/programs/ld-telephone.c: Likewise.
10214         * locale/programs/ld-time.c: Likewise.
10215         * locale/programs/locfile.c: Likewise.
10216         * locale/programs/localedef.c: Likewise.
10217         * locale/programs/localedef.h: Likewise.
10218         * locale/programs/locfile.h: Likewise.  Add declaration for
10219         find_translit.
10220         * locale/programs/simple-hash.c: Add const to first parameter of
10221         find_entry, iterate_table, and lookup.
10222         * locale/programs/simple-hash.h: Likewise.
10223         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
10224         instead.
10225         * include/locale.h: Define __LC_LAST.
10226         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
10228 2001-12-07  Geoff Keating  <geoffk@redhat.com>
10230         * sysdeps/powerpc/Dist: Update for recent FP changes.
10231         * sysdeps/powerpc/fpu/Dist: Likewise.
10233 2001-12-07  Andreas Schwab  <schwab@suse.de>
10235         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
10237 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10239         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
10240         save/restore functions here.
10241         (libm-support): Don't define these functions here.
10242         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
10243         functions here.
10244         * sysdeps/powerpc/fe_nomask.c: Move to...
10245         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
10246         * sysdeps/powerpc/fprrest.S: Move to...
10247         * sysdeps/powerpc/fpu/fprrest.S: ... here.
10248         * sysdeps/powerpc/fprsave.S: Move to...
10249         * sysdeps/powerpc/fpu/fprsave.S: ... here.
10251 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10253         * sysdeps/unix/sysv/linux/opensock.c: New file.
10255 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10257         * config.make.in (with-fp): Define from configure.
10258         * configure.in: Substitute with_fp.
10259         * configure: Regenerate.
10260         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
10261         specified, and don't change FPU environment.
10263 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10265         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
10266         * assert/assert.c: Check result of __asprintf call and don't use
10267         string if it failed.
10268         * assert/assert-perr.c: Likewise.
10269         * inet/rcmd.c: Likewise.
10270         * locale/programs/localedef.c (main): Check result of
10271         construct_output_path and exit if it failed.
10272         (construct_output_path): Check result of asprintf and mkdir calls and
10273         fail if they failed.
10274         * posix/getopt.c: Check result of __asprintf calls and fail if
10275         they failed.
10276         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
10278 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10280         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
10281         patch.
10282         * sysdeps/generic/strncase.c: Likewise.
10283         * string/tester.c: Add tests for strcasecmp and strncasecmp.
10285 2001-12-05  Geoff Keating  <geoffk@redhat.com>
10287         * scripts/cpp: Test the exit status from 'type', not 'awk'.
10289         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
10290         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
10291         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
10292         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
10293         * sysdeps/powerpc/fclrexcpt.c: Move to...
10294         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
10295         * sysdeps/powerpc/fpu_control.h: Move to...
10296         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
10298 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10300         * iconvdata/ibm1129.h: Remove duplicate mappings.
10301         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
10302         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
10303         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10305         * timezone/zic.c: Fix handling of turnaround times.
10306         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
10308 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
10310         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
10311         overflow problem.
10313 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10315         * posix/regex.c: For use outside glibc defined bounded pointer
10316         macros here.  Patch by Jim Meyering <jim@meyering.net>.
10318         * iconvdata/Makefile (modules): Add TCVN5712-1.
10319         * iconvdata/TESTS: Add TCVN5712-1.
10320         * iconvdata/gconv-modules: Likewise.
10321         * iconvdata/tcvn5712-1.c: New file.
10322         * iconvdata/testdata/TCVN-5712: New file.
10323         * iconvdata/testdata/TCVN-5712..UTF8: New file.
10325 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
10327         * iconvdata/cp1258.c: Optimize conversion from UCS4.
10329 2001-12-02  Roland McGrath  <roland@frob.com>
10331         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
10333         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
10334         Reported by Jeff Bailey <jbailey@nisa.net>.
10336         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
10337         Reported by Jeff Bailey <jbailey@nisa.net>.
10339         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
10340         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
10341         Reported by Jeff Bailey <jbailey@nisa.net>.
10343 2001-12-01  Roland McGrath  <roland@frob.com>
10345         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
10346         missing backslash in test arguments.
10347         * sysdeps/mach/hurd/configure: Regenerated.
10349 2001-11-26  Roland McGrath  <roland@frob.com>
10351         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
10352         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
10354 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
10356         * iconvdata/Makefile (modules): Add ARMSCII-8.
10357         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
10358         * iconvdata/armscii-8.c: New file.
10360 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
10362         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
10363         don't match, fix {{a,b},c} globbing, clean up.
10364         Patch by Flavio Veloso <flaviovs@magnux.com>.
10365         * posix/globtest.sh: Add new tests.
10367 2001-11-29  Andreas Jaeger  <aj@suse.de>
10369         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
10370         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
10372         * sysdeps/generic/abort.c: Include libioP.h for
10373         _IO_flush_all_lockp prototype.
10375 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
10377         * posix/regex.h: Define __restrict_arr correctly.
10379 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10381         * iconvdata/ibm1163.c: New file.
10382         * iconvdata/ibm1163.h: New file.
10383         * iconvdata/ibm1164.c: New file.
10384         * iconvdata/ibm1164.h: New file.
10385         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
10386         * iconvdata/Makefile: Likewise.
10387         * iconvdata/testdata/IBM1163: New file.
10388         * iconvdata/testdata/IBM1163..UTF8: New file.
10389         * iconvdata/testdata/IBM1164: New file.
10390         * iconvdata/testdata/IBM1164..UTF8: New file.
10391         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10393         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
10394         * iconvdata/ibm1124.h: Likewise.
10395         * iconvdata/ibm1132.h: Likewise.
10396         * iconvdata/ibm1133.h: Likewise.
10397         * iconvdata/ibm1160.h: Likewise.
10398         * iconvdata/ibm1161.h: Likewise.
10399         * iconvdata/ibm1162.h: Likewise.
10400         * iconvdata/ibm856.h: Likewise.
10401         * iconvdata/ibm922.h: Likewise.
10402         * iconvdata/ibm930.h: Likewise.
10403         * iconvdata/ibm932.h: Likewise.
10404         * iconvdata/ibm933.h: Likewise.
10405         * iconvdata/ibm935.h: Likewise.
10406         * iconvdata/ibm937.h: Likewise.
10407         * iconvdata/ibm939.h: Likewise.
10408         * iconvdata/ibm943.h: Likewise.
10409         * iconvdata/ibm930.c: Pretty printing.
10410         * iconvdata/ibm937.c: Avoid access accross array boundary.
10412         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
10413         the current locale's codeset.
10414         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
10415         empty input string.
10416         * iconv/iconv_prog.c: Pass empty strings as default value for to-
10417         and from-charset.  Don't determine locale's charset here.
10419         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
10420         as the old _IO_flush_all but lock only if parameter is nonzero.
10421         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
10422         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
10423         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
10424         if libio is used [PR libc/2575].
10426 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
10428         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
10429         __signbitl): Only define for ISO C99.
10431 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10433         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
10434         herrnop to NETDB_INTERNAL if we run out of buffer space.
10436 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10438         * nss/nss_files/files-XXX.c (internal_getent): Correct input
10439         overflow test for platforms with signed char.
10440         Reported by Andrew Haley <aph@cambridge.redhat.com>.
10442 2001-11-28  Bruno Haible  <bruno@clisp.org>
10444         * locale/programs/simple-hash.c (lookup_2): Remove function.
10445         (insert_entry_2): Call lookup instead of lookup_2.
10447 2001-03-04  Bruno Haible  <bruno@clisp.org>
10449         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
10451 2001-10-31  Bruno Haible  <bruno@clisp.org>
10453         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
10455 2001-03-21  Bruno Haible  <bruno@clisp.org>
10457         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
10458         chokes on empty macro arguments.
10459         * intl/plural.y: Add #pragma for alloca on AIX 3.
10461 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10463         * intl/dcigettext.c (guess_category_value): Only implement for
10464         glibc.  Otherwise rely on function _nl_locale_name which isn't
10465         present in the glibc sources.
10467 2001-09-24  Bruno Haible  <bruno@clisp.org>
10469         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
10470         transliteration when building on a glibc system but outside glibc.
10472 2001-09-22  Bruno Haible  <bruno@clisp.org>
10474         * intl/plural-eval.c: New file, extracted from dcigettext.c.
10475         * intl/dcigettext.c (plural_eval): Remove function, moved to
10476         intl/plural-eval.c.
10477         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
10478         Include plural-eval.c.
10480 2001-09-22  Bruno Haible  <bruno@clisp.org>
10482         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
10483         don't start with a digit; nplurals must be positive.
10485 2001-09-02  Bruno Haible  <bruno@clisp.org>
10487         * intl/plural-exp.h: New file, extracted from gettextP.h.
10488         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10489         * intl/gettextP.h (struct expression, struct parse_args,
10490         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10491         * intl/loadmsgcat.c: Include plural-exp.h.
10492         (PLURAL_PARSE): Move macro to plural-exp.h.
10493         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10494         plural-exp.c.
10495         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
10496         EXTRACT_PLURAL_EXPRESSION.
10497         (_nl_unload_domain): Update.
10498         * intl/dcigettext.c: Include plural-exp.h.
10499         * intl/plural.y: Include plural-exp.h, not gettextP.h.
10500         (FREE_EXPRESSION): Move macro to plural-exp.h.
10501         * intl/Makefile (routines): Add plural-exp.
10502         (distribute): Add plural-exp.h.
10504 2001-07-28  Bruno Haible  <bruno@clisp.org>
10506         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10507         isdigit, tolower argument to 'unsigned char'.
10508         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10509         'unsigned char'.
10510         * intl/localealias.c (read_alias_file): Cast isspace argument to
10511         'unsigned char'.
10513 2001-10-20  Bruno Haible  <bruno@clisp.org>
10515         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10516         anyway.)
10517         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10518         with the variable 'index' in plural_lookup.
10519         * intl/l10nflist.c (strchr): Likewise.
10520         * intl/localealias.c (strchr): Likewise.
10522         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10523         * intl/bindtextdom.c: Likewise.
10524         * intl/dcigettext.c: Likewise.
10525         * intl/dgettext.c: Likewise.
10526         * intl/dngettext.c: Likewise.
10527         * intl/explodename.c: Likewise.
10528         * intl/finddomain.c: Likewise.
10529         * intl/gettext.c: Likewise.
10530         * intl/l10nflist.c: Likewise.
10531         * intl/loadmsgcat.c: Likewise.
10532         * intl/localealias.c: Likewise.
10533         * intl/ngettext.c: Likewise.
10534         * intl/textdomain.c: Likewise.
10535         * intl/gettext.h: Assume <limits.h> exists.
10537 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10539         * stdio-common/Makefile (tests): Add scanf11.
10540         * stdio-common/scanf11.c: New file.
10542 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10544         * version.h (RELEASE): Define as development.
10545         (VERSION): Set to 2.2.90.
10547 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10549         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10550         * nis/nss_nis/nis-grp.c: Likewise.
10551         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10553         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10554         * nis/nss_nis/nis-pwd.c: Likewise.
10555         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10557         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10558         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10559         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10561         * nscd/grpcache.c: Use strtoul instead of atol.
10562         * nscd/pwdcache.c: Likewise.
10563         * nss/getent.c: Likewise.
10565 2001-11-27  Paul Eggert  <eggert@twinsun.com>
10567         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10568         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10570 2001-11-19  Bruno Haible  <bruno@clisp.org>
10572         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10573         90%.
10574         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10575         improves the quality of the hash function, especially for short
10576         strings.
10578 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10580         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
10581         are found call conv_error and not input_error [PR libc/2669].
10583         * math/bits/mathcalls.h: Mark ceil and floor as const.
10584         Reported by David Mosberger.
10586 2001-11-21  Jim Meyering  <meyering@lucent.com>
10588         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
10589         Define to be __-prefixed.
10590         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
10592 2001-11-26  Andreas Jaeger  <aj@suse.de>
10594         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
10595         avoid warning.
10597 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
10599         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
10600         initialization.
10602         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
10603         unused variables.  Fix threshold for returning 1.0.
10605         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
10606         argument.
10608         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
10609         remove unused variables.
10611         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
10613         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
10614         include local math header files.
10616 2001-11-22  Andreas Jaeger  <aj@suse.de>
10618         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
10619         avoid warning.
10621 2001-11-21  Andreas Jaeger  <aj@suse.de>
10623         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
10625         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
10626         sys/debugreg.h
10628 2001-11-15  Andreas Jaeger  <aj@suse.de>
10630         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
10631         compilers that support it.
10633         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
10634         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10635         * stdlib/stdlib.h: Likewise.
10637 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
10639         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
10640         statement with gotos.
10641         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
10643 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
10645         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
10647 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
10649         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
10651 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
10652             H.J. Lu  <hjl@gnu.org>
10654         * Versions.def (libc): Add GCC_3.0.
10655         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
10656         if gcc supports this flag.
10657         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
10658         (gcc3): Allow glibc to be compiled with gcc 3.x.
10659         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
10660         * config.make.in (static-libgcc, unwind-find-fde): Add.
10661         * Makerules (build-shlib-helper, build-module-helper): Use it.
10662         * scripts/versions.awk: Make sure GLIBC_ versions come first.
10663         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
10664         necessary.
10665         (_fini): Call __deregister_frame_info_bases if
10666         __register_frame_info_bases was used to register.
10667         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
10668         for GLIBC_2.0.
10669         (__register_frame_info_bases, __register_frame_info_table_bases,
10670         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
10671         * elf/Makefile (routines): Add unwind-dw2-fde.
10672         (shared-only-routines): Add unwind-dw2-fde.
10673         * sysdeps/alpha/gccframe.h: New file.
10674         * sysdeps/arm/gccframe.h: New file.
10675         * sysdeps/generic/framestate.c: New file.
10676         * sysdeps/generic/dwarf2.h: New file.
10677         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
10678         * sysdeps/generic/unwind-dw2-fde.c: New file.
10679         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
10680         * sysdeps/generic/unwind-dw2-fde.h: New file.
10681         * sysdeps/generic/unwind-dw2.c: New file.
10682         * sysdeps/generic/unwind-pe.h: New file.
10683         * sysdeps/generic/unwind.h: New file.
10684         * sysdeps/hppa/gccframe.h: New file.
10685         * sysdeps/i386/gccframe.h: New file.
10686         * sysdeps/m68k/gccframe.h: New file.
10687         * sysdeps/mips/gccframe.h: New file.
10688         * sysdeps/powerpc/gccframe.h: New file.
10689         * sysdeps/s390/gccframe.h: New file.
10690         * sysdeps/sh/gccframe.h: New file.
10691         * sysdeps/sparc/gccframe.h: New file.
10692         * sysdeps/vax/gccframe.h: New file.
10693         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10694         Set on all architectures except ia64.
10695         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
10696         for i386.
10697         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
10698         __deregister_frame_info): Move to elf/Versions.
10699         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
10700         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
10701         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
10702         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
10703         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
10704         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
10705         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
10706         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
10707         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
10708         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
10709         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
10710         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
10711         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10712         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10713         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
10714         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
10715         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10716         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
10718 2001-11-15  Jeff Law  <law@redhat.com>
10720         * posix/regex.c (uintptr_t): Do not provide a definition if the
10721         system provided one.
10723 2001-11-13  Roland McGrath  <roland@frob.com>
10725         * stdio-common/tmpfile.c: Moved to ...
10726         * sysdeps/generic/tmpfile.c: ... here.
10727         * sysdeps/mach/hurd/tmpfile.c: New file.
10729         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
10730         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
10731         (fopenport): Define as weak alias.
10733         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
10734         * libio/libioP.h: ... to here.
10736 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
10738         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
10739         program header twice.  Construct list with the needed information.
10741 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
10743         * po/ca.po: Update from translation team.
10745         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
10746         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
10747         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
10748         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10750 2001-11-10  Andreas Jaeger  <aj@suse.de>
10752         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
10753         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10754         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10756 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10758         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
10759         correctly.
10760         * elf/dl-load.c (is_dst): New function.
10761         (_dl_dst_count): Use is_dst to check for DST variable.
10762         (_dl_dst_substitute): Likewise.
10764 2001-11-09  Roland McGrath  <roland@frob.com>
10766         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
10767         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
10768         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
10769         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
10770         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
10771         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
10772         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
10773         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
10774         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
10775         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
10776         * sysdeps/mach/hurd/powerpc/Dist: New file.
10778         * hurd/privports.c (__get_privileged_ports):
10779         Only contact the proc server if necessary for this call.
10780         Suggested by Neal H Walfield <neal@cs.uml.edu>.
10781         Check error return for mach_port_mod_refs.
10783 2001-11-09  Andreas Schwab  <schwab@suse.de>
10785         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
10787 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10789         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
10790         object is always the last in the list.
10791         (_dl_map_object_from_fd): Delete code to remove from object list
10792         when DF_1_NOOPEN is seen.  This is done in lose.
10794 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
10796         * elf/dl-object.c (_dl_new_object): Various small optimizations.
10798 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
10800         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
10801         HWCAP_CHECK macro code.
10803         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
10804         Now returns MAP_FAILED on error.
10805         * elf/rtld.c: Adjust caller.
10806         * sysdeps/generic/dl-cache.c: Likewise.
10807         * sysdeps/generic/ldsodefs.h: Adjust description.
10809         * elf/dl-version.c (match_symbol): Optimize error handling for size.
10810         (_dl_check_map_versions): Likewise.
10812 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10814         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
10815         _dl_signal_error directly, always use lose.  Set fd to -1 after
10816         file is closed.
10817         (lose): Don't call close if fd == -1.
10819 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
10821         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
10822          Also fix typo @code {mbsinit} to @code{mbsinit}.
10824 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10826         * elf/dl-profile.c: Replace state variable with simple flag named
10827         running.  Remove commented-out code.
10829         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
10830         (_dl_init_paths): Likewise.
10831         (_dl_map_object_from_fd): Likewise.
10832         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10834 2001-11-06  Roland McGrath  <roland@frob.com>
10836         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
10837         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
10839         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
10840         sysdeps/powerpc/elf/sysdep.h.
10841         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
10843 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10845         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
10846         speed.
10847         (process_envvars): Some more optimizations.
10848         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
10850         * elf/elf.h: Add dynamic tag definitions for prelinking.
10852         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
10853         Rewrite code to remove environment varables for SUID binaries.
10854         Small optimization in LD_PROFILE handling.
10855         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
10856         changes.
10857         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
10859         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
10861         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
10862         strings.  Change type of second parameter.
10863         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
10864         for last change.
10866         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
10868 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10870         * manual/string.texi: Fix typos.
10871         * manual/examples/argp-ex2.c: Likewise.
10873 2001-11-05  Roland McGrath  <roland@frob.com>
10875         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
10876         the more-specific unix/sysv/linux/powerpc file and breaks everything.
10877         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
10878         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
10879         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
10880         here, put under [__ELF__].
10882 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10884         * manual/charset.texi: Extensive editing work.
10885         * manual/nss.texi: Likewise.
10886         Changes by Dennis Grace <dgrace@us.ibm.com>.
10888 2001-11-04  Roland McGrath  <roland@frob.com>
10890         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
10891         parameter to dir_mkfile.
10893 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
10895         * string/bits/string2.h (__strndup): If n is smaller than len, set
10896         len to n + 1.
10897         * string/tester.c (test_strndup): New function.
10898         (main): Call it.
10900 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
10902         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
10904         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
10905         * scripts/cpp: New file.
10907         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
10908         for rtld_search_dirs content.  Minor optimizations.
10910 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
10912         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
10913         avoiding unnecessary duplication.
10915 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
10917         * elf/dl-load.c (_dl_map_object): If library was found using
10918         LD_LIBRARY_PATH, don't try RUNPATH list.
10920 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10922         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
10923         Correct second argument of register_dump call.
10924         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
10925         Likewise.
10927 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
10929         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
10930         modules.
10931         * iconvdata/TESTS: Likewise.
10932         * iconvdata/gconv-modules: Likewise.
10933         * iconvdata/ibm1132.c: New file.
10934         * iconvdata/ibm1132.h: New file.
10935         * iconvdata/ibm1133.c: New file.
10936         * iconvdata/ibm1133.h: New file.
10937         * iconvdata/ibm1162.c: New file.
10938         * iconvdata/ibm1162.h: New file.
10939         * iconvdata/testdata/IBM1132: New file.
10940         * iconvdata/testdata/IBM1132..UTF8: New file.
10941         * iconvdata/testdata/IBM1133: New file.
10942         * iconvdata/testdata/IBM1133..UTF8: New file.
10943         * iconvdata/testdata/IBM1162: New file.
10944         * iconvdata/testdata/IBM1162..UTF8: New file.
10945         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
10947         * string/string.h: Fix typo in comment.
10948         * wcsmbs/wchar.h: Likewise.
10950 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10952         * manual/getopt.texi (getopt_long, getopt_long_only): Include
10953         const in type of longopts parameter.
10955 2001-10-29  Andreas Jaeger  <aj@suse.de>
10957         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
10959 2001-10-29  Kevin Ryde  <user42@zip.com.au>
10961         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
10962         output, clarify `#' behaviour on 0.
10963         (Floating-Point Conversions): Clarify that %g only uses %e when
10964         the exponent would be greater than 1.
10966 2001-10-28  Roland McGrath  <roland@frob.com>
10968         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
10969         * sysdeps/mach/powerpc/machine-sp.h: New file.
10970         * sysdeps/mach/powerpc/sysdep.h: New file.
10971         * sysdeps/mach/powerpc/thread_state.h: New file.
10973         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
10974         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
10975         expect to need the same thing on every platform.
10977         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
10978         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
10980         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
10981         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
10982         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
10983         Move all these assembly-related definitions to ...
10984         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
10986         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
10987         by Peter Bruin <pjbruin@dds.nl>.
10989         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
10990         packing results for a `poll' call.
10992 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
10994         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
10995         correctly.
10996         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
10997         bracket expression.
10999         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11000         nrules value.
11001         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
11003 2001-10-24  H.J. Lu  <hjl@gnu.org>
11005         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
11006         Use __BEGIN_DECLS/__END_DECLS around prototypes.
11007         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
11009 2001-10-21  Jim Meyering  <meyering@lucent.com>
11011         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
11012         this code would end up calling gettext even in packages built
11013         with --disable-nls.
11014         * posix/getopt.c (_): Likewise.
11015         * posix/regex.c (_): Likewise.
11017 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11019         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
11020         lookup not ip6.int.
11021         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
11022         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
11024 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11026         * misc/sys/cdefs.h (__attribute_used__): Define.
11027         * elf/rtld.c (_dl_start): Add __attribute_used__.
11028         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
11030 2001-10-25  Andreas Schwab  <schwab@suse.de>
11032         * stdlib/a64l.c: Expect least significant digit first.
11033         * stdlib/l64a.c: Produce least significant digit first.
11034         * stdlib/Makefile (tests): Add test-a64l.
11035         * stdlib/test-a64l.c: New file.
11036         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
11038 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
11040         * po/sk.po: Update from translation team.
11042 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
11044         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
11046 2001-10-18  Andreas Schwab  <schwab@suse.de>
11048         * math/libm-test.inc (print_ulps): Print ulp values rounded to
11049         next whole number.
11050         (print_function_ulps): Likewise.
11051         (print_complex_function_ulps): Likewise.
11052         (print_max_error): Likewise.
11053         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
11055 2001-10-16  Andreas Schwab  <schwab@suse.de>
11057         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
11058         implementation.
11060         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
11061         BSD_SETJMP or BSD__SETJMP is defined, resp.
11062         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
11063         a tail call to __sigsetjmp that would require extending the
11064         caller's frame.
11065         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
11066         * sysdeps/m68k/bsd-setjmp.S: Deleted.
11067         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
11068         Reported by Jes Sorensen <jes@trained-monkey.org>.
11070 2001-10-16  Andreas Jaeger  <aj@suse.de>
11072         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
11073         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
11074         close PR libc/2589.
11076 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
11078         * po/ca.po: New file.  Contributed by the translation team.
11080 2001-10-15  Ralf Baechle  <ralf@gnu.org>
11082         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
11083         a varargs prototype.  Remove dependency from kernel header files.
11085         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
11086         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
11088 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11090         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
11091         to generate hexadecimal identifier.
11092         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
11094 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
11096         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
11098 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11100         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
11101         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
11102         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11104         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
11105         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11106         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
11107         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
11108         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
11109         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
11111         * timezone/africa: Update from tzdata2001d.
11112         * timezone/asia: Likewise.
11113         * timezone/australasia: Likewise.
11114         * timezone/backward: Likewise.
11115         * timezone/europe: Likewise.
11116         * timezone/leapseconds: Likewise.
11117         * timezone/northamerica: Likewise.
11118         * timezone/southamerica: Likewise.
11119         * timezone/zone.tab: Likewise.
11121 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11123         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
11124         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
11126 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
11128         * elf/elf.h (PT_TLS): New definition.
11130 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
11132         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
11133         bits/errno.h
11135 2001-10-07  Roland McGrath  <roland@frob.com>
11137         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
11139 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
11141         * elf/elf.h: Add more ELFOSABI_* constants.
11143 2001-10-04  Ben Collins  <bcollins@debian.org>
11145         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11146         decleration of __need_wchar_t.
11148 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11150         * string/bits/string2.h (__strsep_g): Add prototype.
11151         (__strsep): Use it.
11152         * string/Versions (__strsep): Remove.
11153         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11155 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11157         * manua/llio.texi: Clarify file references added by mmap.
11158         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11160 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11162         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11163         Add sc_loadrs and sc_rbs_bas to match current kernel.
11165 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11167         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
11169         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
11171 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11173         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
11174         object has been bumped because of relocation dependency, avoid
11175         duplicates in l_scope.
11176         (show_scope): Fix typos.
11177         * elf/Makefile: Add rules to build and run reldep6.
11178         * elf/reldep6.c: New file.
11179         * elf/reldep6mod0.c: New file.
11180         * elf/reldep6mod1.c: New file.
11181         * elf/reldep6mod2.c: New file.
11182         * elf/reldep6mod3.c: New file.
11183         * elf/reldep6mod4.c: New file.
11185 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
11187         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
11188         sparc64_fixup_plt.
11189         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
11190         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
11191         for non-lazy binding. Fix .plt[32768+] handling.
11192         (elf_machine_plt_value): Don't add addend.
11193         (elf_machine_rela): Call sparc64_fixup_plt instead of
11194         elf_machine_fixup_plt.
11195         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
11196         dynamic linker at 0xfffff800XXXXXXXX.
11198         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
11200 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
11202         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
11204 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
11206         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
11207         declare __cmsg_data field if its size would be bigger than 0.
11208         (CMSG_DATA): Adjust accordingly.
11209         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11210         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
11211         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
11212         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
11213         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11214         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11215         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11217 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
11219         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
11220         * iconvdata/testdata/IBM1160: New file.
11221         * iconvdata/testdata/IBM1160..UTF8: New file.
11222         * iconvdata/testdata/IBM1161: New file.
11223         * iconvdata/testdata/IBM1161..UTF8: New file.
11224         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11226 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11228         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
11229         UL_SETFSIZE computations better.
11231         * rt/Makefile: Remove use of filter for librt again.
11233         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
11234         UL_SETFSIZE computations better.
11236         * string/Versions: Export __strsep for GLIBC_2.2.5.
11237         * string/bits/string2.h: Define all __STRING_INLINE functions if
11238         _FORCE_INLINES is defined.
11239         Use int instead of char of parameter types.
11240         (__strsep): Don't use __strsep_g.  Don't define it.
11241         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
11242         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
11243         __strcpy_small.
11244         (__stpcpy_a_small): Renamed from __stpcpy_small.
11245         (__strcspn_c1): Don't define if _FORCE_INLINES.
11246         (__strspn_c1): Likewise.
11248 2001-09-22  Ben Collins  <bcollins@debian.org>
11250         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
11251         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
11252         * sysdeps/ia64/bits/sigaction.h: Likewise.
11253         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
11255 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
11257         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
11259 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
11261         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
11263 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11265         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
11267 2001-09-20  H.J. Lu  <hjl@gnu.org>
11269         * include/dlfcn.h (__RTLD_SPROF): New definiton.
11270         * elf/dl-open.c (dl_open_worker): Return immediately after loading
11271         for __RTLD_SPROF.
11272         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
11273         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
11275 2001-09-20  H.J. Lu  <hjl@gnu.org>
11277         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
11278         don't add 1.
11280 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11282         * nss/getent.c: Accept -s parameter to overwrite rules in
11283         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
11285         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
11286         with as many ".0" as necessary to form a complete address
11287         inet_network understands.
11289         * nss/getent.c: Various cleanups.  Use simpler and fewer function
11290         calls.
11292 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11294         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
11295         _JMPBUF_UNWINDS.
11296         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
11298 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11300         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
11301         IBM1161.
11302         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
11303         * iconvdata/ibm1160.c: New file.
11304         * iconvdata/ibm1160.h: New file.
11305         * iconvdata/ibm1161.c: New file.
11306         * iconvdata/ibm1161.h: New file.
11307         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11309 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
11311         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
11312         difference between base address and first PT_LOAD's virtual address,
11313         not the base address.
11315 2001-09-11  Tom Rix  <trix@redhat.com>
11317         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
11318         ifdef for __getopt_clean_environment.
11319         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
11321 2001-09-22  Andreas Jaeger  <aj@suse.de>
11323         * elf/reldep4.c (main): Add proper prototype to fix warning.
11325         * elf/reldep5.c (main): Remove unused variable.
11327         * math/math_private.h: Add prototypes.
11329 2001-09-21  Andreas Jaeger  <aj@suse.de>
11331         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
11332         * sysdeps/x86_64/Dist: New file.
11333         * sysdeps/x86_64/soft-fp/Dist: New file.
11335         * sysdeps/gnu/Dist: Remove eval.c.
11337 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
11339         * malloc/memusage.c (realloc): Don't count already allocated
11340         memory in the sums.
11341         (me): Always use dlsym() to find the real implementations.
11343         * malloc/memusage.sh: Make -n option actually do something.
11345 2001-09-20  Andreas Jaeger  <aj@suse.de>
11347         * elf/elf.h (R_390_NUM): Correct value.
11349         * Versions.def: Add missing versions 2.2.3 for libthread_db and
11350         libpthread.
11352         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
11353         for x86-64, install x86-64 into */lib64.
11355         * shlib-versions: Add x86-64.
11357         * elf/elf.h: Add x86-64 relocations.
11359 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
11361         * po/fr.po: Update from translation team.
11363 2001-09-19  Andreas Jaeger  <aj@suse.de>
11365         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
11366         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
11367         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
11368         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
11369         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
11370         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
11371         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
11372         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
11373         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
11374         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
11375         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
11376         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
11377         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
11378         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
11379         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
11380         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
11381         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
11382         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
11383         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
11384         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
11385         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
11386         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
11387         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
11388         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
11389         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
11390         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
11391         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
11392         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
11393         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
11394         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
11395         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
11396         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
11397         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
11398         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
11399         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
11400         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
11401         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
11402         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
11403         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
11404         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
11405         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
11406         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
11407         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
11408         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
11409         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
11410         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
11411         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
11412         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
11413         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
11414         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
11415         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
11416         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
11417         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
11418         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
11419         * sysdeps/unix/x86_64/sysdep.S: New file.
11420         * sysdeps/unix/x86_64/sysdep.h: New file.
11421         * sysdeps/x86_64/Implies: New file.
11422         * sysdeps/x86_64/Makefile: New file.
11423         * sysdeps/x86_64/Versions: New file.
11424         * sysdeps/x86_64/__longjmp.S: New file.
11425         * sysdeps/x86_64/abort-instr.h: New file.
11426         * sysdeps/x86_64/atomicity.h: New file.
11427         * sysdeps/x86_64/bits/endian.h: New file.
11428         * sysdeps/x86_64/bits/setjmp.h: New file.
11429         * sysdeps/x86_64/bits/string.h: New file.
11430         * sysdeps/x86_64/bp-asm.h: New file.
11431         * sysdeps/x86_64/bsd-_setjmp.S: New file.
11432         * sysdeps/x86_64/bsd-setjmp.S: New file.
11433         * sysdeps/x86_64/dl-machine.h: New file.
11434         * sysdeps/x86_64/elf/initfini.c: New file.
11435         * sysdeps/x86_64/elf/start.S: New file.
11436         * sysdeps/x86_64/ffs.c: New file.
11437         * sysdeps/x86_64/ffsll.c: New file.
11438         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
11439         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
11440         * sysdeps/x86_64/fpu/e_acosl.c: New file.
11441         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
11442         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
11443         * sysdeps/x86_64/fpu/e_expl.c: New file.
11444         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
11445         * sysdeps/x86_64/fpu/e_log10l.S: New file.
11446         * sysdeps/x86_64/fpu/e_log2l.S: New file.
11447         * sysdeps/x86_64/fpu/e_logl.S: New file.
11448         * sysdeps/x86_64/fpu/e_powl.S: New file.
11449         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
11450         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
11451         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
11452         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
11453         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
11454         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
11455         * sysdeps/x86_64/fpu/fegetenv.c: New file.
11456         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
11457         * sysdeps/x86_64/fpu/fegetround.c: New file.
11458         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
11459         * sysdeps/x86_64/fpu/fesetenv.c: New file.
11460         * sysdeps/x86_64/fpu/fesetround.c: New file.
11461         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
11462         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
11463         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
11464         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
11465         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
11466         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
11467         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
11468         * sysdeps/x86_64/fpu/s_atanl.c: New file.
11469         * sysdeps/x86_64/fpu/s_cosl.S: New file.
11470         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
11471         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
11472         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
11473         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
11474         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
11475         * sysdeps/x86_64/fpu/s_logbl.c: New file.
11476         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
11477         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
11478         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
11479         * sysdeps/x86_64/fpu/s_rintl.c: New file.
11480         * sysdeps/x86_64/fpu/s_significandl.c: New file.
11481         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
11482         * sysdeps/x86_64/fpu/s_sinl.S: New file.
11483         * sysdeps/x86_64/fpu/s_tanl.S: New file.
11484         * sysdeps/x86_64/gmp-mparam.h: New file.
11485         * sysdeps/x86_64/hp-timing.c: New file.
11486         * sysdeps/x86_64/hp-timing.h: New file.
11487         * sysdeps/x86_64/htonl.S: New file.
11488         * sysdeps/x86_64/memusage.h: New file.
11489         * sysdeps/x86_64/setjmp.S: New file.
11490         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11491         * sysdeps/x86_64/stackinfo.h: New file.
11492         * sysdeps/x86_64/sysdep.h: New file.
11493         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11495         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11496         L Moshier.
11498 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11500         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11501         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11503 2001-09-18  Andreas Schwab  <schwab@suse.de>
11505         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11506         list, now that l_scope is a pointer.
11508         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11509         scope list.
11511 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11513         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11514         (elf_machine_rela_relative): Add a missing declaration.
11516 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
11518         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11519         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11520         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11521         ldd-rewrite scripts.
11523 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11525         * elf/ldd.bash.in: Update copyright message.
11527 2001-09-17  H.J. Lu  <hjl@gnu.org>
11529         * hurd/hurdmalloc.c (bcopy): Removed.
11530         (realloc): Replace bcopy with memcpy.
11531         * hurd/path-lookup.c (file_name_path_scan): Likewise.
11532         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11533         * sunrpc/rpcinfo.c (pmapdump): Likewise.
11535         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11536         (gethostbyaddr): Likewise.
11537         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11539 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11541         * sysdeps/gnu/eval.c: Removed.
11543 2001-09-18  Andreas Jaeger  <aj@suse.de>
11545         * sysdeps/i386/fpu/s_logbl.S: Move to ...
11546         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11548         * sysdeps/i386/fpu/s_rintl.S: Move to ...
11549         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11551         * sysdeps/i386/fpu/s_significandl.S: Move to ...
11552         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11554 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
11556         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11557         nrules value.
11559 2001-09-14  H.J. Lu  <hjl@gnu.org>
11561         * sysdeps/mips/fpu/libm-test-ulps: Updated.
11563 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
11565         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11566         Patch by Florian La Roche <laroche@redhat.com>.
11568         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11570         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11571         ETHER_CRC_LEN.
11573 2001-09-14  Andreas Schwab  <schwab@suse.de>
11575         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
11576         Sumner <bls@sgi.com>.
11577         * posix/execlp.c: Likewise.
11579 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
11581         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
11582         is already found earlier in the search scope.
11584 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11586         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
11587         filter.
11589 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
11591         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
11593 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
11595         * config.h.in: Enforce optimization to be used.
11596         * Makeconfig (preprocess-versions): Define ASSEMBLER.
11597         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
11598         * posix/Makefile (annexc-CFLAGS): Define to -O.
11599         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
11601 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
11603         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
11604         Patch by Stephan Kulow.
11606 2001-09-08  Ben Collins  <bcollins@debian.org>
11608         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
11609         usage of RESOLVE() (r_type, not reloc->r_type).
11611 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11613         * elf/dl-object.c: Avoid allocating extra memory block for name.
11614         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
11615         allocated separately.
11616         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11618 2001-09-08  H.J. Lu  <hjl@gnu.org>
11620         * po/zh_TW.po: Fix a typo.
11622 2001-09-07  Tom Rix  <trix@redhat.com>
11624         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
11626 2001-08-26  Tom Rix  <trix@redhat.com>
11628         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
11629         command line options.
11630         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
11631         * sysdeps/unix/sysv/aix/start.c: Removed.
11632         * sysdeps/unix/sysv/aix/start-libc.c: New file.
11633         * sysdeps/unix/sysv/aix/init-first.c: New file.
11634         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
11636 2001-09-08  Ben Collins  <bcollins@debian.org>
11638         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
11639         * sysdeps/generic/dl-machine.h: Likewise.
11640         * sysdeps/hppa/dl-fptr.c: Likewise.
11641         * sysdeps/ia64/dl-fptr.c: Likewise.
11642         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11643         * sysdeps/mips/dl-machine.h: Likewise.
11644         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11645         * sysdeps/powerpc/dl-machine.c: Likewise.
11647 2001-09-07  Ben Collins  <bcollins@debian.org>
11649         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
11651         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
11653 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11655         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
11656         dependencies if necessary.
11658         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
11659         loaded directly) determine length if l_initfini list by iterating
11660         over its elements.  Minor optimizations.
11661         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
11662         for dependency objects.
11663         If object was already loaded check whether any of the dependencies
11664         is already on the relocation dependency list.  If yes, remove the
11665         latter.  Minor optimizations.
11666         * elf/dl-lookup.c (add_dependency): Add check for self reference of
11667         maps here.  Search l_initfini list only if the object was loaded
11668         directly and not only as a dependency.
11669         (_dl_lookup_symbol): Add relocation dependency also if object
11670         is not in global scope.  Remove test for self-reference here.
11671         (_dl_lookup_versioned_symbol): Likewise.
11672         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
11673         element of first name record.
11674         * elf/loadtest.c: Add some more test to recognize early if an object
11675         wasn't unloaded.
11676         * elf/Makefile: Add rules to build and run reldep5.
11677         * elf/reldep5.c: New file.
11678         * elf/reldepmod5.c: New file.
11679         * elf/reldepmod6.c: New file.
11681         * elf/reldep2.c: Fix typo.
11683 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
11685         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
11686         elements.  Change l_scope to be a pointer only.
11687         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
11688         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
11689         here add searchlist of newly open file to the dependency's scope.
11690         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
11691         only searchlist from its scope.  Free own scope array if necessary.
11692         * elf/Makefile (tests): Add dblload and dblunload now.
11694 2001-09-06  Andreas Jaeger  <aj@suse.de>
11696         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
11697         Stephen L Moshier.
11699 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
11701         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
11702         they both fail.
11703         * elf/dblload.c: New file.
11704         * elf/dblloadmod1.c: New file.
11705         * elf/dblloadmod2.c: New file.
11706         * elf/dblloadmod3.c: New file.
11707         * elf/dblunload.c: New file.
11709 2001-09-04  Richard Henderson  <rth@redhat.com>
11711         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
11712         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
11714 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11716         Correct very misleading message for error in failed runtime relocation.
11717         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
11718         place of the error.
11719         (_dl_signal_cerror): Likewise.
11720         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
11721         * elf/dl-close.c: Likewise.
11722         * elf/dl-deps.c: Likewise.
11723         * elf/dl-load.c: Likewise.
11724         * elf/dl-lookup.c: Likewise.
11725         * elf/dl-open.c: Likewise.
11726         * elf/dl-reloc.c: Likewise.
11727         * elf/dl-sym.c: Likewise.
11728         * elf/dl-version.c: Likewise.
11729         * sysdeps/generic/dl-sysdep.c: Likewise.
11731 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11733         * iconv/strtab.c (strtabinit): Initialize null Strent.
11734         (newstring): Move len == 0 handling...
11735         (strtabadd): ...here.
11736         If len == 1, return null Strent.
11737         When inserting a suffix of an existing string, check if
11738         it is not equal to some suffix already recorded.
11739         Copy left and right members over if adding longer string.
11741 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11743         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
11745         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
11746         (__syscall_gethostname): Add prototype.
11748 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11750         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
11752 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
11754         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
11756 2001-08-27  Roland McGrath  <roland@frob.com>
11758         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
11759         short, copy that much into NAME anyway before returning error.
11761 2001-09-01  Richard Henderson  <rth@redhat.com>
11763         * sysdeps/alpha/elf/Dist: Remove file.
11764         * sysdeps/alpha/elf/Makefile: Remove file.
11765         * sysdeps/alpha/elf/crtbegin.S: Remove file.
11766         * sysdeps/alpha/elf/crtend.S: Remove file.
11767         * sysdeps/alpha/elf/initfini.c: New file.
11769 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
11771         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
11772         * iconv/tst-iconv3.c: Likewise.
11774 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
11776         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
11778 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
11780         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
11781         export it.
11782         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
11783         * iconv/iconv_prog.c (insert_cache): New function.
11784         (print_known_names): If cache is used call insert_cache to use the
11785         information from the cache [PR libc/2509].
11787 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
11789         * time/strptime.c (strptime_internal): Recognize 'l' format and
11790         handle it like 'I' for symmetry with strftime.
11792 2001-08-31  Richard Henderson  <rth@redhat.com>
11794         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
11795         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
11796         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
11797         (print_statistics): Make scalar unsigned long long.
11798         * sysdeps/alpha/hp-timing.h: New file.
11800 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11802         * stdio-common/perror.c (perror): Save errno early, pass it
11803         down to perror_internal.
11804         (perror_internal): Add errnum argument.
11806 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11808         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
11809         Don't add old memory content for R_ALPHA_REFQUAD.
11811 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11813         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
11814         memory correctly.
11816         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
11817         instead of open, __close instead of close, __getpagesize instead
11818         of getpagesize.
11820         * string/argz-stringify.c (__argz_stringify): Use __strnlen
11821         instead of strnlen.
11822         * include/string.h (strndupa): Redefine here to use __strnlen
11823         instead of strnlen.
11824         * string/strndup.c (__strndup): Use __strnlen not strnlen.
11826         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
11827         connected).
11829 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11831         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
11832         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
11833         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
11834         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
11835         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
11836         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
11837         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
11839 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11841         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
11843 2001-08-30  Andreas Jaeger  <aj@suse.de>
11845         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
11846         contributed Stephen L Moshier.
11848 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11850         * sunrpc/etc.rpc (sgi_fam): Add.
11852 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11854         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
11856 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11858         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
11859         first is from a previous call.
11860         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
11862 2001-08-29  Andreas Schwab  <schwab@suse.de>
11864         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
11866 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11868         * config.make.in (INSTALL_SCRIPT): Define.
11869         * Makeconfig (INSTALL_SCRIPT): Define.
11870         * Makerules (do-install-script): New macro to install scripts using
11871         INSTALL_SCRIPT.
11872         (install-bin-script): New rule to install scripts with
11873         do-install-script.
11874         (install-bin-script-nosubdir): New rule.
11875         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
11876         (distinfo-vars): Add $(install-bin-script).
11877         * Rules (others): Likewise.
11878         * Makefile (glibcbug): Install with install-bin-script.
11879         * debug/Makefile (xtrace): Likewise.
11880         (catchsegv): Likewise.
11881         * elf/Makefile (ldd): Likewise.
11882         * malloc/Makefile (mtrace): Likewise.
11883         * timezone/Makefile (tzselect): Likewise.
11885 2001-08-29  H.J. Lu  <hjl@gnu.org>
11887         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
11888         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
11889         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
11891 2001-08-29  Andreas Schwab  <schwab@suse.de>
11893         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
11895 2001-08-28  H.J. Lu  <hjl@gnu.org>
11897         * Makeconfig (combreloc-LDFLAGS): New variable.
11898         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
11899         * config.make.in (have-z-combreloc): New variable.
11900         * configure.in: Substitute libc_cv_z_combreloc.
11902 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11904         * po/sv.po: Update from translation team.
11905         * po/fr.po: Likewise.
11906         * po/da.po: Likewise.
11908 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11910         * Makerules: Fix a typo: MD% -> MD5.
11912 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
11914         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
11915         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
11917 2001-08-28  Andreas Jaeger  <aj@suse.de>
11919         * manual/libc-texinfo.sh: Add entry about free manuals.
11921         * manual/contrib.texi (Contributors): Fix cross reference.
11923         * manual/libc.texinfo (Copying): Include freemanuals.
11925         * manual/Makefile (appendices): Add freemanuals.
11927         * manual/freemanuals.texi: New file.
11928         Patch by Brian Youmans <3diff@gnu.org>.
11930         * manual/libm-err-tab.pl: Pretty print more platforms, print a
11931         smaller table.
11933         * manual/math.texi (Errors in Math Functions): Fix grammar, start
11934         table on separate page.
11935         Patch by Brian Youmans <3diff@gnu.org>.
11937 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
11939         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
11940         the connection went down after we first used it try to connect
11941         again and resend the message before printing to the console.
11942         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
11944 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
11946         * string/tst-strlen.c (main): Test strnlen (, -1) too.
11947         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
11948         bit set.
11950 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
11952         * iconv/strtab.c (searchstring): Use correct length for comparison.
11953         (strtabadd): Account total size correct if new string has old string as
11954         substring.
11956 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
11958         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
11960 2001-08-27  Andreas Jaeger  <aj@suse.de>
11962         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
11964         * math/libm-test.inc (j0_test): Add extra tests.
11965         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
11966         not x, in Hankel approximation.
11967         Patches by Stephen L Moshier.
11969 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11971         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
11972         link_map.
11974         * configure.in: Fix test for .rela.dyn section.
11976         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
11978 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
11980         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
11981         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
11982         Pass type_class to _dl_lookup_*.
11983         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
11984         Pass around just type_class instead of noexec, noplt pair.
11985         (_dl_lookup_versioned_symbol): Likewise.
11986         (_dl_lookup_symbol_skip): Pass around just type_class instead of
11987         noexec, noplt pair.
11988         (_dl_lookup_versioned_symbol_skip): Likewise.
11989         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
11990         * elf/do-lookup.h (do_lookup): Likewise.
11991         * include/link.h (struct link_map): Replace noexec and noplt fields
11992         in l_lookup_cache with type_class field.
11993         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
11994         ELF_RTYPE_CLASS_COPY): Define.
11995         Adjust prototypes for _dl_lookup_symbol and
11996         _dl_lookup_versioned_symbol.
11997         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
11998         elf_machine_lookup_noexec_p): Remove.
11999         (elf_machine_type_class): Define.
12000         * sysdeps/arm/dl-machine.h: Likewise.
12001         * sysdeps/hppa/dl-machine.h: Likewise.
12002         * sysdeps/cris/dl-machine.h: Likewise.
12003         * sysdeps/i386/dl-machine.h: Likewise.
12004         * sysdeps/ia64/dl-machine.h: Likewise.
12005         * sysdeps/m68k/dl-machine.h: Likewise.
12006         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12007         * sysdeps/mips/dl-machine.h: Likewise.
12008         * sysdeps/powerpc/dl-machine.h: Likewise.
12009         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12010         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12011         * sysdeps/sh/dl-machine.h: Likewise.
12012         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12013         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12015 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12017         * manual/message.texi (Advanced gettext functions): Change
12018         description of plural forms for Slovak.
12019         Reported by Marcel Telka <marcel@telka.sk>.
12021         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
12022         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
12024 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12026         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
12027         typo.  Patch by Florian La Roche <laroche@redhat.com>.
12029 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12031         * include/link.h (struct link_map): Add l_lookup_cache element.
12032         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
12033         (RESOLVE_MAP): Likewise.
12034         (_dl_relocate_object): Remove cache initialization.
12035         * elf/dl-lookup.c: Rip out cache handling code.
12036         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
12037         declarations.
12039         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
12040         remove some __builtin_expect.
12041         (_dl_lookup_versioned_symbol): Likewise.
12043         * config.h.in: Add HAVE_Z_COMBRELOC.
12044         * configure.in: Add test for -z combreloc.
12046         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
12047         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
12048         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
12049         case to almost no code.
12051 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
12053         * po/tr.po: Update from translation team.
12055 2001-08-24  Andreas Jaeger  <aj@suse.de>
12057         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
12058         make clean works.
12060 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12062         * elf/rtld.c (print_statistics): Printf % after percent values.
12063         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
12065         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
12066         don't have to compute the hash value and initialize current_value.
12067         Move reference_name variable to where it is needed.
12068         (_dl_lookup_versioned_symbol): Likewise.
12070 2001-08-24  Roland McGrath  <roland@frob.com>
12072         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
12073         Just test that strerror returns non-null for a few errno codes.
12075 2001-08-23  Roland McGrath  <roland@frob.com>
12077         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
12078         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
12080         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
12082         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
12083         __mach_reply_port.
12085 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12087         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
12088         returns NULL.
12090         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
12091         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
12092         doesn't do it.
12093         * elf/rtld.c: Include <sys/param.h>.
12094         * elf/dl-reloc.c: Likewise.
12096 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12098         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
12099         empty to prevent junk from being generated.
12100         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
12102 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12104         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
12105         records.  Rename endrel to relative, initialize it to r, and use it
12106         in elf_machine_rel_relative calls.  Point r after relative relocs.
12108 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12110         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
12111         of R_386_NONE.
12113 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12115         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
12116         necessary.  Undefine newly defined macros at the end.
12117         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
12118         Rename from elf_machine_rel_relative.
12119         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
12120         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
12121         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
12122         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
12123         Likewise.
12124         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
12125         Likewise.
12126         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
12127         Fix argument types.
12128         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
12129         Fix argument types.
12130         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
12131         Likewise.  Fix argument types.
12132         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
12133         Likewise.  Fix argument types.
12134         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
12135         Fix argument types.
12136         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
12137         ElfW(Rel) in argument.
12138         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
12139         function.
12141 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
12143         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12145 2001-08-24  Andreas Jaeger  <aj@suse.de>
12147         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12148         Stephen L Moshier <moshier@mediaone.net>.
12150 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12152         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12153         first if RELCOUNT is set.
12155         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12156         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12157         elf_machine_rel_relative.
12158         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12159         Minor optimizations.
12160         * sysdeps/arm/dl-machine.h: Likewise.
12161         * sysdeps/cris/dl-machine.h: Likewise.
12162         * sysdeps/hppa/dl-machine.h: Likewise.
12163         * sysdeps/i386/dl-machine.h: Likewise.
12164         * sysdeps/ia64/dl-machine.h: Likewise.
12165         * sysdeps/m68k/dl-machine.h: Likewise.
12166         * sysdeps/mips/dl-machine.h: Likewise.
12167         * sysdeps/powerpc/dl-machine.h: Likewise.
12168         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12169         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12170         * sysdeps/sh/dl-machine.h: Likewise.
12171         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12172         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12174 2001-08-23  Roland McGrath  <roland@frob.com>
12176         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
12178         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
12179         sysdeps/mach version.  Implement counting ("recursive") mutexes
12180         on top of cthreads mutexes.
12181         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
12183         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
12184         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
12185         (__libc_cleanup_region_start, __libc_cleanup_region_end,
12186         __libc_clean_end): Define these to call the cleanup function after
12187         normal exit when they're supposed to.
12189         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
12190         Take new first arg DOIT, a boolean saying whether to really install
12191         any cleanup handler.
12192         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
12193         (__libc_cleanup_end): Likewise.
12194         * sysdeps/generic/bits/libc-lock.h: Same changes.
12195         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
12196         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
12197         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
12198         Likewise.
12199         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
12200         * sysdeps/generic/bits/stdio-lock.h
12201         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
12203 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12205         * elf/ldconfig.c (search_dir): Remove stale symlinks.
12207 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12209         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
12210         functions.
12211         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
12212         lookups in cache.
12213         (_dl_lookup_versioned_symbol): Likewise.
12214         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
12215         relocation lookup.
12216         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
12217         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
12218         (lookup_cache, lookup_cache_versioned): Add declarations.
12220 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12222         * stdlib/tst-random.c (main): Swap parameters in fail call.
12223         Patch by Pete Bevin <pete@petebevin.com>.
12225 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12227         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
12229 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12231         * malloc/obstack.c: Indent preprocessor directives.
12232         Patch by Jim Meyering <meyering@ascend.com>.
12234         * po/ja.po: Update from translation team.
12236 2001-08-23  Roland McGrath  <roland@frob.com>
12238         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
12240         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
12241         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
12243 2001-08-22  Roland McGrath  <roland@frob.com>
12245         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
12246         __libc_lock_define_recursive.
12247         * elf/dl-open.c: Don't declare it here any more.
12248         * elf/dl-close.c: Likewise.
12249         * elf/dl-lookup.c: Likewise.
12250         * elf/dl-iteratephdr.c: Likewise.
12251         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
12252         __libc_lock_unlock_recursive.
12253         * elf/dl-close.c (_dl_close): Likewise
12254         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
12255         * elf/dl-open.c (_dl_open): Likewise
12257         * sysdeps/generic/bits/libc-lock.h
12258         (__libc_lock_define_recursive): New macro.
12259         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
12260         (_IO_lock_lock): Use __libc_lock_lock_recursive.
12261         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
12263         * conform/conformtest.pl (checknamespace): Sort the output list.
12265         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
12266         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
12267         definitions conditional on [__USE_XOPEN].
12269         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
12270         these unconditionally, not only use [__USE_BSD], so as to match
12271         the sysdeps/unix/sysv/linux files.
12273 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12275         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
12276         avoid warnings.
12278         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
12279         DL_LOOKUP_ADDRESS.
12281 2001-08-22  Roland McGrath  <roland@frob.com>
12283         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
12284         conditionalization of sa_handler/sa_sigaction member types to
12285         match the sysdeps/unix/sysv/linux file.
12287 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12289         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
12290         symbol sizes a bit better.
12292         * sysdeps/ia64/strncpy.S: Complete rewrite.
12293         Contributed by Jakub Jelinek <jakub@redhat.com>.
12295         * string/stratcliff.c (main): Add strncpy test.
12297 2001-08-22  Roland McGrath  <roland@frob.com>
12299         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
12300         and don't declare unsetenv or _environ directly.
12301         (unsetenv): Return int, not void.  Use __environ instead of _environ.
12303 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
12305         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
12306         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
12307         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
12308         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
12309         test for cmsg struct size.
12311 2001-04-23  Paul Eggert  <eggert@twinsun.com>
12313         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
12314         Rename __argc to ___argc in prototypes to avoid compatibility
12315         problems with systems that reserve the identifier "__argc".
12316         Similarly for __argv.
12318 2001-08-21  Roland McGrath  <roland@frob.com>
12320         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
12322         * mach/Makefile (tests): Removed.
12323         * mach/hello.c: File removed.
12325 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12327         * po/sv.po: Update from translation team.
12329         * stdio-common/vfscanf.c: Fix handling of %l[].
12330         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
12332         * libio/Makefile (tests): Add tst-sscanf.
12333         * libio/tst-sscanf.c: New file.
12335         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
12336         * malloc/mtrace.c (tr_where): dli_sname always points to a
12337         non-empty string if != NULL.
12338         Reported by Tim Janik <timj@gtk.org>.
12340 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
12342         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
12343         buf.  Free resources on failure.
12344         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
12345         (makefd_xprt): Likewise.
12346         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
12347         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
12348         * sunrpc/auth_unix.c (authunix_create): Likewise.
12350 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
12352         * string/strnlen.c: Remove.
12353         * sysdeps/generic/strnlen.c: New file.
12354         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
12356 2001-08-21  Roland McGrath  <roland@frob.com>
12358         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
12359         as a macro, not an extern inline function.
12361         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
12362         * Versions.def (libc): Add GLIBC_2.2.5 set.
12363         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
12364         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
12366 2001-08-20  Roland McGrath  <roland@frob.com>
12368         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
12369         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
12371 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12373         * string/bits/string2.h: Remove strnlen optimization here.
12374         * sysdeps/i386/i486/bits/string.h: Add it here.
12376 2001-08-21  Wolfram Gloger  <wg@malloc.de>
12378         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
12380 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12382         * po/gl.po: Update from translation team.
12384 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12386         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
12387         * misc/err.c (convert_and_print): Likewise.
12389         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
12390         function calls.
12392 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12394         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
12395         change of the gregset_t type.
12396         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12398 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12400         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
12402 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12404         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
12406         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
12408 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
12410         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
12411         before calling the cthreads initialization code.
12413 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12415         * argp/argp-help.c: Fix two problems introduced in last change.
12417         * include/dirent.h: Include <dirstream.h> first.
12419 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
12421         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
12423         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
12424         * sunrpc/xdr_rec.c: Likewise.
12425         * sunrpc/xdr_mem.c: Likewise.
12426         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
12427         * sunrpc/rpc_cmsg.c: Likewise.
12428         * sunrpc/getrpcport.c (getrpcport): Likewise.
12429         * sunrpc/clnt_simp.c (callrpc): Likewise.
12430         * sunrpc/clnt_gen.c (clnt_create): Likewise.
12431         * string/envz.c: Likewise.
12433         * po/ko.po: Update from translation team.
12435         * argp/argp-help.c: Handle wide oriented stderr stream.
12437 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
12439         * sysdeps/generic/strtol.c: Little optimizations.  Add some
12440         __builtin_expect.
12442         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
12444         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
12445         * wcsmbs/wcwidth.c (wcwdith): Likewise.
12446         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
12448         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
12450         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
12452         * time/time.h (struct timespec): Use __time_t for tv_sec element.
12454         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
12455         wchar_t for function declarations and defintions.
12457         * misc/sys/select.h: Define __need_time_t before including <time.h>.
12458         Define suseconds_t if it hasn't happened yet.
12460         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
12462         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
12464         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
12465         <stddef.h>.
12467         * conform/data/stddef.h-data: Remove wint_t.
12469         * conform/conformtest.pl: Change namespace test to take #undef
12470         lines into account.
12472         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
12474         * conform/data/sys/socket.h-data: Add sockatmark.
12476 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12478         * io/fts.c: Update from recent BSD source.
12480 2001-08-17  Roland McGrath  <roland@frob.com>
12482         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
12483         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
12484         Likewise.
12486 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12488         * locale/duplocale.c (__duplocale): Also initialize the special
12489         __ctype_* elements.
12491         * conform/data/netdb.h-data: Adjust gai_strerror return type.
12493 2001-08-17  Andreas Jaeger  <aj@suse.de>
12495         * misc/getpass.c: Include wchar.h for prototypes.
12496         * malloc/obstack.c: Likewise.
12498 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12500         * sunrpc/svc_simple.c (universal): Use __write instead of write.
12502         * wcsmbs/wcscoll.c: Also define __wcscoll.
12503         * include/wchar.h: Declare __wcscoll.
12505         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12506         * libio/vwprintf.c: Likewise.
12507         * libio/wprintf.c: Likewise.
12509         * iconv/gconv_cache.c: Use __munmap instead of munmap.
12511 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
12513         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12514         instead of mbrtowc.
12515         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12516         wcslen, and __wcscoll instead of wcscoll.
12518         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12520         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12521         __getuid instead of getuid.
12523         * stdio-common/perror.c (perror): Use __close instead of close.
12524         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12525         * libio/freopen.c (freopen): Likewise.
12526         * libio/freopen64.c (freopen64): Likewise.
12528         * libio/tst-ungetwc2.c (main): Define str const.
12530         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12531         * libio/fwprintf.c: Also define __fwprintf.
12532         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12533         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12534         * assert/assert-perr.c: Likewise.
12535         * assert/assert.c: Likewise.
12536         * gmon/gmon.c: Likewise.
12537         * inet/rcmd.c: Likewise.
12538         * malloc/obstack.c: Likewise.
12539         * misc/err.c: Likewise.
12540         * misc/error.c: Likewise.
12541         * misc/getpass.c: Likewise.
12542         * posix/getopt.c: Likewise.
12543         * resolv/res_hconf.c: Likewise.
12544         * stdio-common/perror.c: Likewise.
12545         * stdio-common/psignal.c: Likewise.
12546         * stdlib/fmtmsg.c: Likewise.
12547         * sunrpc/auth_unix.c: Likewise.
12548         * sunrpc/clnt_perr.c: Likewise.
12549         * sunrpc/clnt_tcp.c: Likewise.
12550         * sunrpc/clnt_udp.c: Likewise.
12551         * sunrpc/clnt_unix.c: Likewise.
12552         * sunrpc/svc_simple.c: Likewise.
12553         * sunrpc/svc_tcp.c: Likewise.
12554         * sunrpc/svc_udp.c: Likewise.
12555         * sunrpc/svc_unix.c: Likewise.
12556         * sunrpc/xdr.c: Likewise.
12557         * sunrpc/xdr_array.c: Likewise.
12558         * sunrpc/xdr_rec.c: Likewise.
12559         * sunrpc/xdr_ref.c: Likewise.
12560         * sysdeps/generic/wordexp.c: Likewise.
12562         * po/it.po: Update from translation team.
12564         * misc/err.c: Handle wide oriented stderr stream.
12566 2001-08-14  Tom Rix  <trix@redhat.com>
12568         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12569         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12571 2001-08-13  Tom Rix  <trix@redhat.com>
12573         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12574         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12575         and __intptr_t.
12577 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12579         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
12580         Store the access registers to the ucontext structure.
12581         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
12582         Likewise.
12584         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
12585         Load the access registers from the ucontext structure.
12586         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
12587         Likewise.
12589         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
12590         offsets to the new ucontext layout.
12591         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
12593         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
12594         of the ucontext structure.
12595         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12597 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
12599         * misc/error.c (error): Handle wide oriented stderr stream correctly.
12600         (error_at_line): Likewise.
12602         * stdio-common/perror.c (perror): Implement according to standard.
12603         The stream orientation must not be changed if the stream was not
12604         oriented before the call.
12605         * stdio-common/Makefile (tests): Add tst-perror.
12606         * stdio-common/tst-perror.c: New file.
12609 See ChangeLog.12 for earlier changes.