Define dl_iterate_phdr to test which uses -nostdlib.
[glibc.git] / ChangeLog
blobca778e0f68cd41c01242f87af15c81f9ee7f7af3
1 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
3         * sysdeps/i386/dl-machine.h (elf_machine_rel)
4         (case R_386_TLS_DTPMOD32): Don't use addend.
5         [case R_386_TLS_TPOFF32]: Remove redundant SYM_MAP != NULL check.
6         (elf_machine_rela): Add support for TLS relocs.
8 2002-09-14  Roland McGrath  <roland@redhat.com>
10         * Makefile (manual/%): Add this pattern target to the iconvdata/% rule.
12 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
14         * stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64
15         specific asm macros for multiple percision integer math.
17 2002-06-04  Steven Munroe  <sjmunroe@us.ibm.com>
19         * sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro.
20         * elf/cache.c (print_entry): Add case for FLAG_POWERPC_LIB64.
21         Remove per-machine conditionals for FLAG_* cases.
22         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h: New file.
23         * sysdeps/unix/sysv/linux/powerpc/readelflib.c: New file.
24         * sysdeps/unix/sysv/linux/powerpc/powerpc64/dl-cache.h: New file.
26 2002-09-10  Alan Modra <amodra@bigpond.net.au>
28         * csu/gmon-start.c [!TEXT_START]: Define TEXT_START if not already
29         defined in entry.h.
30         (__gmon_start__) [!ENTRY_POINT_DECL]: Use TEXT_START macro to obtain
31         lowest address for profiling in  __monstartup call.
32         * sysdeps/powerpc/powerpc64/elf/entry.h: New file.
34 2002-09-14  Roland McGrath  <roland@redhat.com>
36         * sysdeps/unix/sysv/linux/pread.c: __NR_pread64 may be defined
37         instead of __NR_pread.
38         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
39         * sysdeps/unix/sysv/linux/pwrite.c: __NR_pwrite64 may be defined
40         instead of __NR_pwrite.
41         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
43 2002-09-13  Roland McGrath  <roland@redhat.com>
45         * manual/libc.texinfo: @ifinfo -> @ifnottex around copyright notice.
47 2002-09-13  Andreas Jaeger  <aj@suse.de>
49         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add readahead
50         syscall.  Patch by Guido Guenther <agx@sigxcpu.org>.
52 2002-09-12  Ulrich Drepper  <drepper@redhat.com>
54         * elf/elf.h: Correct DT_LOOS and DT_HIOS values.
56 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
58         * sysdeps/powerpc/fpu/s_isnan.c: #undef __isnanf and isnanf after
59         reading the headers.
61 2002-09-12  Roland McGrath  <roland@redhat.com>
63         * elf/rtld.c (_dl_start_final): Move _begin, _end decls outside the fn.
64         (_dl_start) [DONT_USE_BOOTSTRAP_MAP]: Use &_begin instead of l_addr to
65         find the ELF header.
67         * elf/rtld.c (dl_main) [USE_TLS]: Adjust l_tls_initimage of main
68         executable if needed, in case it's actually a shared object.
70 2002-09-11  Roland McGrath  <roland@redhat.com>
72         * elf/dl-load.c (_dl_map_object_from_fd): Use l_addr instead of
73         l_map_start to adjust l_tls_initimage.
75         * nss/getnssent_r.c (__nss_getent_r): Use EAGAIN instead of errno
76         when using h_errno and it's not set to NETDB_INTERNAL.
77         * nss/getXXbyYY_r.c [NEED_H_ERRNO]: Likewise.
79         * Makefile ($(common-objpfx)testrun.sh): New target.
80         (others): Depend on it.
81         (postclean-generated): Append it.
83         * nss/bug-erange.c: New file.
84         * nss/Makefile (tests): Add it.
86         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Return errno
87         instead of always EAGAIN when status is NSS_STATUS_TRYAGAIN.
89         * sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without
90         strncmp, keeps the code smaller for a non-performance-critical case.
92         * sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,
93         no longer wrongly matches arbitrary prefixes of NAME.
94         Reported by Jakub Jelinek <jakub@redhat.com>.
96 2002-09-11  Jakub Jelinek  <jakub@redhat.com>
98         * posix/bug-regex11.c (tests): New array.
99         (main): Rewritten to run more different tests.
101 2002-09-10  Roland McGrath  <roland@redhat.com>
103         * nscd/Makefile (CPPFLAGS-nscd, CPPFLAGS-nscd_conf, CPPFLAGS-dbg_log)
104         (CPPFLAGS-connections, CPPFLAGS-hstcache): Variables removed.
105         Instead, catch all of $(nscd-modules) via cppflags-iterator.mk.
107         * sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
108         well so we don't get it declared by include/math.h's hidden_proto.
109         Then do hidden_proto for __isnanf locally so hidden_def works right.
111         * posix/bug-regex5.c (main): Use `union locale_data_value' rather than
112         a cast to turn nl_langinfo return value into an integer.
114 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
116         * posix/regexec.c (build_trtable): Fix the destination of
117         newline to prevent wrong states from overwriting.
118         Append break statements to optimization.
120 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
122         * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if.
123         (build_range_exp): Add castings to strlen invocations.
124         (build_collating_symbol): Restore the type of characters from "char"
125         to "unsigned char", and supplement castings.
126         (build_collating_symbol): Likewise.
127         (build_equiv_class): Likewise.
128         (build_charclass): Likewise.
129         (seek_collating_symbol_entry): Likewise.
130         (parse_bracket_exp): Likewise.
131         (build_word_op): Supplement a casting.
132         * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if.
133         (re_string_allocate): Fix castings.
134         (re_string_construct): Likewise.
135         (re_string_construct_common): Likewise.
136         (re_string_realloc_buffers): Likewise.
137         (build_wcs_buffer): Likewise.
138         (build_wcs_upper_buffer): Likewise.
139         (re_string_skip_chars): Likewise.
140         (re_string_reconstruct): Likewise.
141         * posix/regex_internal.h: Restore the type of characters in
142         re_string_t and bracket_elem_t from "char" to "unsigned char".
143         (re_string_elem_size_at): Fix castings.
144         * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if.
145         (transit_state_bkref_loop): Restore the type of characters from
146         "char" to "unsigned char", and append a cast to "char*" pointer in
147         array subscript.
148         (check_node_accept_bytes): Likewise.
149         (find_collation_sequence_value): Likewise.
151 2002-09-10  Hartvig Ekner  <hartvige@mips.com>
153         * sysdeps/mips/memcpy.S: New file.
154         * sysdeps/mips/memset.S: New file.
155         * sysdeps/mips/fpu/e_sqrt.c:  New file.
156         * sysdeps/mips/fpu/e_sqrtf.c: New file.
158         * fpu/fclrexcpt.c: Cleaned up the FPU exception stuff - was not
159         functional before. Also removed all SHLIB_COMPAT stuff.
160         * fpu/fegetenv.c: Likewise.
161         * fpu/fesetenv.c:: Likewise.
162         * fpu/feupdateenv.c: Likewise.
163         * fpu/fgetexcptflg.c: Likewise.
164         * fpu/fraiseexcpt.c: Likewise.
166         * sysdeps/mips/fpu/fsetexcptflg.c: New file.
168 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
170         * include/math.h (__finite_internal, __finitef_internal,
171         __finitel_internal, __isinf_internal, __isnan_internal): Remove.
172         (isfinite): Remove.
173         (__finite, __isinf, __isnan, __finitef, __isinff, __isnanf, __finitel,
174         __isinfl, __isnanl): Add hidden_proto.
175         (__fpclassify, __fpclassifyf, __fpclassifyl, __expm1l): Add
176         libm_hidden_proto.
177         * math/Makefile (libm-calls): Add s_isinf and s_isnan.
178         * stdio-common/printf_fp.c (__printf_fp): Remove INTUSE from
179         __is{inf,nan} calls.
180         * stdio-common/printf_size.c (printf_size): Likewise.
181         * sysdeps/generic/printf_fphex.c (__printf_fphex): Likewise.
182         * sysdeps/generic/s_ldexp.c (__ldexp): Likewise.
183         * sysdeps/generic/s_ldexpf.c (__ldexpf): Likewise.
184         * sysdeps/generic/s_ldexpl.c (__ldexpl): Likewise.
185         * sysdeps/generic/s_expm1l.c (__expm1l): Add libm_hidden_def.
186         * sysdeps/i386/fpu/s_finite.S (__finite_internal): Remove alias.
187         (__finite): Add hidden_def.
188         * sysdeps/i386/fpu/s_finitef.S (__finitef_internal): Remove alias.
189         (__finitef): Add hidden_def.
190         * sysdeps/i386/fpu/s_finitel.S (__finitel_internal): Remove alias.
191         (__finitel): Add hidden_def.
192         * sysdeps/i386/fpu/s_isinfl.c (__isinfl): Remove INTDEF.  Add
193         hidden_def.
194         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
195         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Add
196         libm_hidden_def.
197         * sysdeps/i386/fpu/s_expm1l.S (__expm1l): Likewise.
198         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Remove INTDEF.  Add
199         hidden_def.
200         * sysdeps/ieee754/dbl-64/s_isinf.c (__isinf): Likewise.
201         (__isinfl): Remove INTDEF.
202         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Remove INTDEF.  Add
203         hidden_def.
204         (__isnanl): Remove INTDEF.
205         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Add
206         libm_hidden_def.
207         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Use __sin and __cos
208         instead of sin and cos.
209         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Remove INTDEF.
210         Add hidden_def.
211         * sysdeps/ieee754/flt-32/s_isinff.c (__isinff): Likewise.
212         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
213         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Add
214         libm_hidden_def.
215         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Remove INTDEF.
216         Add hidden_def.
217         * sysdeps/ieee754/ldbl-128/s_isinfl.c (__isinfl): Likewise.
218         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
219         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl): Add
220         libm_hidden_def.
221         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add
222         libm_hidden_def.
223         * sysdeps/ieee754/ldbl-96/s_finitel.c (__finitel): Remove INTDEF.
224         Add hidden_def.
225         * sysdeps/ieee754/ldbl-96/s_isinfl.c (__isinfl): Likewise.
226         * sysdeps/ieee754/ldbl-96/s_isnanl.c (__isnanl): Likewise.
227         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c (__fpclassifyl): Add
228         libm_hidden_def.
229         * sysdeps/ia64/fpu/s_finite.S (__finite_internal, __finitef_internal,
230         __finitel_internal): Remove aliases.
231         (__finite, __finitef, __finitel): Add hidden_def.
232         * sysdeps/ia64/fpu/s_isnan.S (__isnan_internal, __isnanf_internal,
233         __isnanl_internal): Remove aliases.
234         (__isnan, __isnanf, __isnanl): Add hidden_def.
235         * sysdeps/ia64/fpu/s_isinf.S (__isinf_internal, __isinff_internal,
236         __isinfl_internal): Remove aliases.
237         (__isinf, __isinff, __isinfl): Add hidden_def.
238         * sysdeps/ia64/fpu/s_fpclassify.S (__fpclassify, __fpclassifyf,
239         __fpclassifyl): Add libm_hidden_def.
240         * sysdeps/ia64/fpu/s_expm1l.S (__expm1l): Likewise.
241         * sysdeps/m68k/s_isinfl.c (__isinfl): Remove INTDEF.  Add hidden_def.
242         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Remove.
243         (hidden_defx): Define and use.
244         * sysdeps/m68k/fpu/s_fpclassifyl.c (__fpclassifyl): Add
245         libm_hidden_def.
246         * sysdeps/m68k/fpu/s_expm1l.c (__expm1l): Likewise.
247         * sysdeps/m68k/s_isnanl.c (__isnanl): Add hidden_def.
248         * sysdeps/powerpc/fpu/s_isnan.c (__isnan, __isnanf, __isnanl):
249         Remove INTDEF.
250         (__isnan, __isnanf): Add hidden_def.
251         * sysdeps/x86_64/fpu/s_finitel.S (__finitel_internal): Remove alias.
252         (__finitel): Add libm_hidden_def.
253         * sysdeps/x86_64/fpu/s_expm1l.S (__expm1l): Likewise.
255         * include/fenv.h (feraiseexcept, fesetenv): Add libm_hidden_proto.
256         * sysdeps/alpha/fpu/fesetenv.c (fesetenv): Add libm_hidden_ver.
257         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
258         * sysdeps/arm/fpu/fesetenv.c (fesetenv): Likewise.
259         * sysdeps/arm/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
260         * sysdeps/generic/fesetenv.c (fesetenv): Likewise.
261         * sysdeps/generic/fraiseexcpt.c (feraiseexcept): Likewise.
262         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
263         * sysdeps/i386/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
264         * sysdeps/m68k/fpu/fesetenv.c (fesetenv): Likewise.
265         * sysdeps/m68k/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
266         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Likewise.
267         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
268         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Likewise.
269         * sysdeps/powerpc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
270         * sysdeps/sparc/fpu/fesetenv.c (fesetenv): Likewise.
271         * sysdeps/sparc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
272         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Add libm_hidden_def.
273         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
274         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Likewise.
275         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
276         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
277         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
278         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
279         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
280         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Likewise.
281         * sysdeps/x86_64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
283 2002-09-09  Steven Munroe  <sjmunroe@us.ibm.com>
285         * elf/elf.h: Add powerpc64 specific elf relocation and dynamic types.
287 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
289         * elf/dl-error.c (_dl_signal_cerror): Don't print anything if only
290         LD_DEBUG=statistics or LD_TRACE_PRELINKING.
292 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
294         * string/stratcliff.c: Some more strncpy tests.
295         Patch by Daniel Jacobowitz <drow@mvista.com>.
297 2002-09-08  Roland McGrath  <roland@redhat.com>
299         * resolv/resolv.h: Include <sys/types.h> for u_long even in
300         the [__need_res_state] case.
301         Reported by Bruno Haible <bruno@clisp.org>.
303 2002-09-04  Bruno Haible  <bruno@clisp.org>
305         * sysdeps/generic/bits/ustat.h: Comment fix.
306         * io/sys/sendfile.h: Comment fix.
307         * sysdeps/posix/pread.c: Comment fix.
308         * sysdeps/posix/pread64.c: Comment fix.
309         * sysdeps/posix/pwrite.c: Comment fix.
310         * sysdeps/posix/pwrite64.c: Comment fix.
312 2002-09-06  Roland McGrath  <roland@redhat.com>
314         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
315         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
316         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
317         (_UTSNAME_MACHINE_LENGTH): Likewise.
318         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
320 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
322         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
323         test for filesystem type name of mount points.
325         * include/errno.h: Use errno definition with __thread for now only
326         in libc and ld.so.
328         * test-skeleton.c (main): Improve error message for unexpected
329         signal case.
331 2002-09-05  Roland McGrath  <roland@redhat.com>
333         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
334         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
336 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
338         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
339         case of failure.
341 2002-09-04  Bruno Haible  <bruno@clisp.org>
343         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
344         sigset_get_old_mask): Turn into inline functions.
345         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
346         sigset_get_old_mask): Likewise.
347         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
348         sigset_get_old_mask): Likewise.
349         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
350         syntax.
352         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
354         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
355         default definitions.
356         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
357         _sys_nerr_internal instead of _sys_nerr.
359         * nscd/connections.c (handle_request): Declare CALLER inside #if.
361 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
363         * sysdeps/powerpc/__longjmp.S: Moved to...
364         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
365         * sysdeps/powerpc/add_n.S: Moved to...
366         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
367         * sysdeps/powerpc/addmul_1.S: Moved to...
368         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
369         * sysdeps/powerpc/atomicity.h: Moved to...
370         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
371         * sysdeps/powerpc/backtrace.c: Moved to...
372         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
373         * sysdeps/powerpc/bp-asm.h: Moved to...
374         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
375         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
376         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
377         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
378         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
379         * sysdeps/powerpc/dl-machine.c: Moved to...
380         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
381         * sysdeps/powerpc/dl-machine.h: Moved to...
382         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
383         * sysdeps/powerpc/dl-start.S: Moved to...
384         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
385         * sysdeps/powerpc/gprrest0.S: Moved to...
386         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
387         * sysdeps/powerpc/gprrest1.S: Moved to...
388         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
389         * sysdeps/powerpc/gprsave0.S: Moved to...
390         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
391         * sysdeps/powerpc/gprsave1.S: Moved to...
392         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
393         * sysdeps/powerpc/lshift.S: Moved to...
394         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
395         * sysdeps/powerpc/memset.S: Moved to...
396         * sysdeps/powerpc/powerpc32/memset.S: ...here.
397         * sysdeps/powerpc/mul_1.S: Moved to...
398         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
399         * sysdeps/powerpc/ppc-mcount.S: Moved to...
400         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
401         * sysdeps/powerpc/register-dump.h: Moved to...
402         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
403         * sysdeps/powerpc/rshift.S: Moved to...
404         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
405         * sysdeps/powerpc/setjmp.S: Moved to...
406         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
407         * sysdeps/powerpc/stpcpy.S: Moved to...
408         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
409         * sysdeps/powerpc/strchr.S: Moved to...
410         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
411         * sysdeps/powerpc/strcmp.S: Moved to...
412         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
413         * sysdeps/powerpc/strcpy.S: Moved to...
414         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
415         * sysdeps/powerpc/strlen.S: Moved to...
416         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
417         * sysdeps/powerpc/sub_n.S: Moved to...
418         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
419         * sysdeps/powerpc/submul_1.S: Moved to...
420         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
421         * sysdeps/powerpc/elf/bzero.S: Moved to...
422         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
423         * sysdeps/powerpc/elf/start.S: Moved to...
424         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
425         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
426         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
427         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
428         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
429         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
430         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
431         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
432         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
433         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
434         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
435         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
436         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
437         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
439         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
441         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
443         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
445         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
447         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
449         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
451         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
452         powerpc/powerpc64.
454 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
456         * FAQ.in: Add powerpc64 to supported targets list. Also state the
457         minimum gcc version is 3.2
458         * README: Add powerpc64 to supported targets list.
459         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
460         Add powerpc64 and machine=powerpc/powerpc64.
461         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
462         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
463         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
464         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
465         * sysdeps/powerpc/powerpc32/Dist: New file.
466         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
467         * sysdeps/powerpc/powerpc32/Implies: New file.
468         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
469         ($(with-fp) = no): Move test to powerpc32/Makefile.
470         ($(subdir) = misc): Move to powerpc32/Makefile.
471         ($(build-shared) = yes): Move to powerpc32/Makefile.
472         ($(subdir) = csu): Move to powerpc32/Makefile.
473         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
474         * sysdeps/powerpc/powerpc32/Makefile: New file.
475         * sysdeps/powerpc/Versions: Remove libgcc functions.
476         * sysdeps/powerpc/powerpc32/Versions: New file.
477         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
478         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
479         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
480         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
481         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
482         ($machine): Add powerpc/powerpc64 to if ... | for
483         libc_cv_slibdir=/libc64.
484         (powerpc*): Set ldd_rewrite_script.
485         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
486         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
488         Add clone.S.
489         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
490         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
491         functions.  Remove GLIBC_2.2 functions except getrlimit and
492         setrlimit.  Moved them to ...
493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
495 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
497         * libio/tst-atime.c: Include <errno.h>.
498         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
500 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
502         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
503         warnings of some compilers.
504         (build_collating_symbol): Change the type of characters from
505         "unsigned char" to "char", and append a cast to "char*" pointer in
506         array subscript.
507         (build_collating_symbol): Likewise.
508         (build_equiv_class): Likewise.
509         (build_charclass): Likewise.
510         (re_compile_pattern): Remove incorrect cast.
511         (re_compile_fastmap_iter): Change the type of characters from
512         "unsigned char" to "char", and append a cast to "char*" pointer
513         in array subscript.
514         (parse_bracket_exp): Likewise.
515         * posix/regex_internal.c (re_string_construct_common): Likewise.
516         (re_string_allocate): Likewise.
517         (re_string_construct): Likewise.
518         (re_string_realloc_buffers): Likewise.
519         (build_wcs_buffer): Likewise.
520         (re_string_reconstruct): Likewise.
521         * posix/regex_internal.h: Change the type of characters in
522         re_string_t and bracket_elem_t from "unsigned char" to "char".
523         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
524         warnings of some compilers.
525         (transit_state_bkref_loop): Change the type of characters from
526         "unsigned char" to "char", and append a cast to "char*" pointer in
527         array subscript.
528         (check_node_accept_bytes): Likewise.
529         (find_collation_sequence_value): Likewise.
531 2002-09-04  Roland McGrath  <roland@redhat.com>
533         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
534         from 1024 to 65536, to avoid buffer overrun.
536 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
538         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
540 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
542         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
543         for filesystem.
545 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
547         * posix/bug-regex11.c: New test.
548         * posix/Makefile (tests): Add bug-regex11.
550 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
552         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
553         newlocale.
555 2002-09-02  Roland McGrath  <roland@redhat.com>
557         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
558         __pthread_initialize_minimal and __libc_check_standard_fds to
559         match the generic version.
561         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
562         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
564         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
565         warnings on platorms where char is unsigned.
567 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
569         * version.h (VERSION): Bump to 2.2.93.
571         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
573 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
575         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
576         as relocated.
578 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
580         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
582 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
584         * locale/localeinfo.h (struct locale_data): Add private.ctype.
585         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
586         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
587         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
588         (__wcsmbs_load_conv): Remove const from argument.
589         (_nl_cleanup_ctype): New proto.
590         (get_gconv_fcts): New function.
591         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
592         (__wcsmbs_to_wc): Rename back to...
593         (to_wc): ... this.
594         (__wcsmbs_gconv_fcts): Rename to...
595         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
596         (lock): Removed.
597         (__libc_setlocale_lock): New extern.
598         (__wcsmbs_load_conv): Remove const from argument.
599         Initialize new_category->private.ctype instead of a global
600         variable.
601         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
602         update_function_ptrs.  No locking is necessary.
603         (_nl_cleanup_ctype): New function.
604         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
605         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
606         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
607         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
608         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
609         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
610         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
611         * wcsmbs/wctob.c (wctob): Likewise.
612         * stdlib/mblen.c (mblen): Likewise.
613         * stdlib/mbtowc.c (mbtowc): Likewise.
614         * stdlib/wctomb.c (wctomb): Likewise.
615         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
616         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
617         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
618         Removed.
620 2002-09-02  Roland McGrath  <roland@frob.com>
622         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
624 2002-09-01  Roland McGrath  <roland@redhat.com>
626         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
627         Variable declarations removed.
628         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
629         these functions to replace them.
630         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
631         functions plus an indirection rather than the old global variables.
632         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
633         Macros removed.
634         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
635         inline functions.
636         * ctype/ctype-info.c: Revert last reversion back the other way.
637         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
638         Define real function versions of include/ctype.h inlines here.
639         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
640         __ctype_tolower_loc, __ctype_toupper_loc.
641         * locale/lc-ctype.c: Revert last reversion back the other way.
642         (_nl_postload_ctype): If current thread uses the global locale,
643         update its tsd vars.
644         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
645         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
646         CTYPE_TOLOWER, CTYPE_TOUPPER.
648         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
649         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
650         from __libc_tsd_threadvar_location.
651         (__libc_tsd_set, __libc_tsd_get): Update uses.
653 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
655         * ctype/ctype.h: Undo the patch before the last one.  Put back the
656         macro definitions for the standard functions to access the
657         classification and mapping arrays.
658         * include/ctype.h: Partly revert last patch.  Move the macro
659         definitions for the exported functions back to the public header.
660         #undef all the macros defined here before redefining.
661         * ctype/ctype-info.c: Revert last patch.
662         * locale/lc-ctype.c: Revert last patch.
664         * ctype/Makefile (routines): Add isctype.
665         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
666         * ctype/ctype.h: Add declaration of isctype.
667         * include/ctype.h: Declare __isctype.
668         * ctype/isctype.c: New file.
670 2002-09-01  Roland McGrath  <roland@redhat.com>
672         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
673         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
675         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
677         * locale/findlocale.c (_nl_remove_locale): Don't search in
678         _nl_locale_file_list if DATA->alloc is ld_archive.
679         Use _nl_unload_locale to do the rest of the work.
681         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
682         of new structure to UNDELETABLE.
684         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
685         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
686         towlower, towupper): Macros removed.
687         * ctype/ctype.h (__tobody): Put parens around macro argument.
688         (__isctype): Macro removed.
689         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
690         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
691         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
692         tolower, toupper): Macros and inlines removed.
693         * include/ctype.h [! NOT_IN_libc]
694         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
695         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
696         tolower, toupper): Define here instead, using _NL_CURRENT.
697         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
698         using _NL_CURRENT.
699         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
700         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
701         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
702         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
703         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
704         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
705         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
706         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
707         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
708         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
709         (ISSORTMASK): Update use.
710         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
711         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
712         (_nss_files_getENTNAME_r): Likewise.
713         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
714         Likewise.
716         * Makerules (all-nonlib): Renamed from all-tests.
717         Include $(others) here too.
718         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
719         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
720         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
721         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
722         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
723         the program modules via cppflags-iterator.mk.
724         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
725         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
727 2002-08-31  Roland McGrath  <roland@redhat.com>
729         * posix/tst-getconf.sh: If no third arg, work with static linking.
731         * locale/categories.def (LC_TIME): No more _nl_postload_time.
733         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
734         [_NL_CURRENT_INDIRECT].
736 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
738         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
740 2002-08-31  Roland McGrath  <roland@redhat.com>
742         * locale/newlocale.c (__newlocale): Don't use strdup for names.
743         Instead, make the single allocation of the structure larger to hold
744         the name strings.
745         * locale/duplocale.c (__duplocale): Don't strdup names individually.
746         Instead, calculate size for a single allocation and copy into it.
747         * locale/freelocale.c (__freelocale): Don't free names individually.
749         * locale/newlocale.c (__newlocale): Don't leak old data or names.
751         * locale/xlocale.h (__locale_struct): Move __names member last,
752         for binary compatibility.
754         * locale/duplocale.c (__duplocale): Free names from the right array.
756         * locale/uselocale.c (__uselocale): Return previous locale when
757         setting a new one.
759         * locale/newlocale.c: Commit changes from 2002-08-30
760         batch where I failed to commit this file:
761         (__newlocale): Fill in __names array.
763 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
765         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
766         errlist-compat.c if versioning==yes.
768 2002-08-31  Andreas Jaeger  <aj@suse.de>
770         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
771         external functions with hidden attribute.
772         (elf_machine_rela): Optimize.
774         * sysdeps/x86_64/memset.S: New file.
775         * sysdeps/x86_64/bzero.S: New file.
776         * sysdeps/x86_64/stpcpy.S: New file.
777         * sysdeps/x86_64/strcat.S: New file.
778         * sysdeps/x86_64/strchr.S: New file.
779         * sysdeps/x86_64/strcpy.S: New file.
780         * sysdeps/x86_64/strcspn.S: New file.
781         * sysdeps/x86_64/strlen.S: New file.
782         * sysdeps/x86_64/strpbrk.S: New file.
783         * sysdeps/x86_64/strspn.S: New file.
784         * sysdeps/x86_64/strcmp.S: New file.
785         * sysdeps/x86_64/strtok_r.S: New file.
786         * sysdeps/x86_64/strtok.S: New file.
787         * sysdeps/x86_64/memcpy.S: New file.
788         * sysdeps/x86_64/mempcpy.S: New file.
790         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
792         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
794 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
796         * stdio-common/Makefile (generated): Add errlist-compat.c.
798         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
800         * locale/localeinfo.h: Pretty printing.
802         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
803         form_number handling.
805 2002-08-31  Andreas Jaeger  <aj@suse.de>
807         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
808         double tests.
810         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
811         __start_context.
813         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
815         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
817         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
818         registers used for passing args.
820         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
821         all needed registers.
823         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
824         registers.
826         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
827         registers.
829 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
831         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
832         always_inline attribute.
834 2002-08-30  Roland McGrath  <roland@redhat.com>
836         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
837         presume it's the stub and bail without error.
839         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
840         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
842         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
844         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
845         macros replace the i686 versions for 64-bit mode.
847         * locale/duplocale.c: Include <string.h>.
849         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
850         [_LIBC] (category_to_name): Don't define the function.  Instead
851         define a macro using _nl_category_names.
853         * locale/xlocale.h (struct __locale_struct): New member `__names'.
854         * locale/xlocale.c (_nl_C_locobj): Update initializer.
855         * locale/global-locale.c (_nl_global_locale): Likewise.
856         * locale/duplocale.c (__duplocale): strdup __names elements.
857         * locale/freelocale.c (__freelocale): Free __names elements.
858         * locale/localename.c (_nl_current_names): Variable removed.
859         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
860         * locale/localeinfo.h (_nl_current_names): Removed decl.
861         * locale/setlocale.c: Use _nl_global_locale->__names in place of
862         _nl_current_names throughout.
864         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
866         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
867         and sys_nerr in the output file.
869         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
870         * scripts/cpp: Just use the environment variable.
872         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
873         * libio/tst-mmap-offend.c (do_test): Likewise.
874         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
875         * libio/tst-mmap-eofsync.c (do_test): Likewise.
876         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
878         * locale/localename.c: If the current locale is the global locale, use
879         _nl_current_names; otherwise use the locale object.
881 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
883         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
884         'm' to enable mmap I/O.
885         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
886         former wasn't used (anymore?).
887         (_IO_FLAGS2_MMAP): New define.
888         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
889         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
890         _IO_FLAGS2_MMAP bit is set.
891         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
892         Enable mmap-using mode only if 'm' was set.
894 2002-08-29  Roland McGrath  <roland@frob.com>
896         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
898         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
899         Change argument type from int to intptr_t.
901         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
902         initializer on [! _HURD_THREADVAR_H] (bad kludge).
903         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
904         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
905         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
907         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
909         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
911         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
913         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
914         * assert/assert-perr.c: Add libc_hidden_def.
915         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
917         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
918         found at all.
919         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
920         sys_errlist stuff to ...
921         * sysdeps/unix/sysv/linux/Versions: ... here.
923         * mach/mach.h: Include <features.h>.
925 2002-08-29  Roland McGrath  <roland@redhat.com>
927         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
928         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
929         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
931         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
933         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
934         (norm_add_slashes): alloca -> __alloca
936 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
938         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
939         string_malloced, it is unlikely to be set.
940         Only call free with non-NULL workspace.
941         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
942         -mcpu=ultrasparc, not only tune for it.
943         (ASFLAGS*): Set unconditionally.
945         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
946         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
947         p_vaddr/p_offset when computing LOADADDR.
949 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
951         * version.h (VERSION): Bump to 2.2.92.
953         * time/Makefile (tst-ftime_l-ENV): New variable.
955         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
957         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
958         <U017A>, <U017D> and <U0179>. Add missing mappings.
959         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
961         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
962         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
963         (struct tostruct): Use ACRINDEX as type for link field.
964         (statuc gmonparam): Likewise for froms.
965         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
966         kcount and froms.
967         (write_call_graph): Use correct type for from_index and to_index.
968         * gmon/mcount.c: Use correct types for frompcindex and toindex
969         variables.
970         Patches by Dan Kegel <dank@kegel.com>.
972         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
973         canonical name.
975         * time/strptime.c (ISSPACE): New #define.  Use isspace or
976         __isspace_l.  Replace calls to isspace.
977         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
979 2002-08-29  Roland McGrath  <roland@redhat.com>
981         * string/tst-strxfrm.c: Remove __ from function names.
983 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
985         * include/wchar.h: Declare __mbsrtowcs_l.
986         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
987         * wcsmbs/mbsrtowcs.c: Add support for compilation with
988         USE_IN_EXTENDED_LOCALE_MODEL.
989         * wcsmbs/mbsrtowcs_l: New file.
990         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
991         define as static.  Change all uses.
992         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
993         Change all callers.
994         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
995         * time/strftime.c: When translating for the extended locale model
996         use the _l functions.
997         * time/Makefile (tests): Add tst-ftime_l.
998         * time/tst-ftime_l.c: New file.
1000 2002-08-28  Roland McGrath  <roland@redhat.com>
1002         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
1003         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
1004         from _nl_find_locale ok if for _nl_C_name.
1006         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
1007         iterator to refer to each category's _nl_current_LC_FOO symbol, so
1008         we know they are all linked in.
1010         * NEWS: Added 2.2.6 text from 2.2 branch version.
1012         * time/strptime.c (strptime_internal): Remove spurious const.
1014         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
1015         _nl_select_era_entry): Moved to ...
1016         * time/era.c: ... here, new file.
1017         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
1018         Add internal_function to definitions.  Take an additional argument
1019         giving the `struct locale_data *' to use.
1020         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
1021         _nl_parse_alt_digit): Moved to ...
1022         * time/alt_digit.c: ... here, new file.
1023         * time/lc-time-cleanup.c: New file.
1024         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
1025         * locale/localeinfo.h (_nl_postload_time): Remove decl.
1026         (_nl_cleanup_time): Declare it.
1027         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
1028         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
1029         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
1030         * time/strftime.c: Pass locale data to helper functions.
1031         * time/strptime.c: Likewise.
1033         * locale/localeinfo.h (struct locale_data): New member `private'
1034         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
1035         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
1036         * locale/C-collate.c: Update initializer.
1037         * locale/C-identification.c: Likewise.
1038         * locale/C-measurement.c: Likewise.
1039         * locale/C-telephone.c: Likewise.
1040         * locale/C-address.c: Likewise.
1041         * locale/C-name.c: Likewise.
1042         * locale/C-paper.c: Likewise.
1043         * locale/C-time.c: Likewise.
1044         * locale/C-numeric.c: Likewise.
1045         * locale/C-monetary.c: Likewise.
1046         * locale/C-messages.c : Likewise.
1047         * locale/C-ctype.c: Likewise.
1049         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
1050         Redefine this too.
1052 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1054         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
1055         (_rtld_global): Use it.
1057         * sysdeps/gnu/Dist: Remove errlist-compat.c.
1058         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
1059         object directory.  Pass all Versions files to the awk script.
1060         * sysdeps/gnu/errlist-compat.c: Removed.
1061         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
1062         first Versions file in the search path which has them.
1063         Allow multiple errlist symbol versions to have the same count of
1064         errors.
1065         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
1066         of "errlist-compat.c".
1067         * sysdeps/gnu/errlist.c: Regenerated.
1068         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
1069         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
1070         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1071         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
1072         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
1073         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
1074         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
1075         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
1076         ECANCELLED if not defined by kernel headers.
1077         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
1078         already defined by kernel headers.
1079         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
1080         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
1081         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
1082         is a macro.
1083         * Versions.def (GLIBC_2.3) [librt]: Add.
1085         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
1087 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1089         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
1090         missing comma to .type directive.
1092 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1094         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
1095         unconditionally.
1096         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
1097         check.
1098         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
1100 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1102         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
1103         check to close_and_out close.  Replace return NULL statements where
1104         fd might be >= 0 with goto close_and_out.  Close the file descriptor
1105         when it is no longer needed.
1107 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1109         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
1110         string constants.
1111         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1112         * sysdeps/arm/dl-machine.h: Likewise.
1113         * sysdeps/cris/dl-machine.h: Likewise.
1114         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
1115         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1117 2002-08-28  Roland McGrath  <roland@redhat.com>
1119         * Makeconfig (default_cflags): Revert unintended change.
1121 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1123         * version.h (VERSION): Bump to 2.2.91.
1125         * configure.in: Disable TLS support by default for now.
1127         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
1129         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
1130         warnings.
1132         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
1134         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
1135         fprintf/fwprintf calls.
1137 2002-08-28  Roland McGrath  <roland@redhat.com>
1139         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
1140         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
1142         * locale/setlocale.c: Declare postload functions weak.
1144         * elf/tst-tls1-static.c: New file.
1145         * elf/tst-tls2-static.c: New file.
1146         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
1148         Make uselocale support static linking.
1149         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
1150         This file again just defines _nl_C_locobj.
1151         (_nl_C_locobj): Use a categories.def iterator in the initializer.
1152         * locale/global-locale.c: New file.  Define _nl_global_locale here,
1153         using all weak references in the initializer.
1154         * locale/Makefile (aux): Add global-locale.
1155         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
1156         these unconditional, along with the tsd decl.
1157         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
1158         Define it under these conditions.
1159         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
1160         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
1161         `extern __thread struct locale_data *const *'.
1162         [NL_CURRENT_INDIRECT]
1163         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
1164         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
1165         the thread variable _nl_current_LC_FOO and also a special absolute
1166         symbol _nl_current_LC_FOO_used.
1167         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
1168         Set each _nl_current_LC_FOO symbol to point into the new locale,
1169         using weak references to test if _nl_current_LC_FOO_used was linked in.
1170         * locale/setlocale.c [! SHARED]: Replace this conditional ...
1171         [NL_CURRENT_INDIRECT]: ... with this one.
1172         (_nl_current, _nl_C): Variables removed.
1173         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
1174         weak references to _nl_current_LC_FOO_used.
1175         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
1176         (free_category): New function, broken out of ...
1177         (free_mem): ... here.  Call that.
1178         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
1179         instead of a loop.
1181         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
1182         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
1183         it is already absolute.
1185         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
1186         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
1187         [$(build-static) = yes] (tests-static): New variable.
1188         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
1190 2002-08-26  Christoph Hellwig  <hch@lst.de>
1192         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
1193         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
1195 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1197         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
1199         * sysdeps/s390/Dist: Add bits/link.h.
1201         * sysdeps/sh/Dist: New file.
1203         * sysdeps/ia64/Dist: Add ia64libgcc.S.
1205         * sysdeps/wordsize-32/Dist: New file.
1207         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
1208         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1209         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1211         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
1212         sys/personality.h.
1214         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
1215         sparc/dl-brk.S.
1217         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
1219         * sysdeps/unix/bsd/sun/Dist: New file.
1221         * sysdeps/unix/bsd/osf/Dist: New file.
1223         * sysdeps/unix/bsd/hp/Dist: New file.
1225         * sysdeps/unix/arm/Dist: New file.
1227         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
1229         * sysdeps/mach/hurd/Dist: Add set-init.c.
1231         * sysdeps/i386/Dist: Add bits/link.h.
1233         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
1235         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
1237         * locale/Makefile (distribute): Add hashval.h.
1239         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
1241         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
1243         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
1244         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
1245         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
1246         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
1247         implementations.
1248         * libio/stdio.h: Likewise.
1249         * locale/locale.h: Likewise.
1250         * math/math.h: Likewise.
1251         * math/bits/mathcalls.h: Likewise.
1252         * setjmp/setjmp.h: Likewise.
1253         * signal/signal.h: Likewise.
1254         * stdlib/stdlib.h: Likewise.
1255         * string/string.h: Likewise.
1256         * time/time.h: Likewise.
1257         * wcsmbs/wchar.h: Likewise.
1258         * wctype/wctype.h: Likewise.
1260 2002-08-28  Roland McGrath  <roland@redhat.com>
1262         * locale/tst-C-locale.c (run_test): Remove __ from function names.
1264 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1265             Roland McGrath <roland@redhat.com>
1267         * locale/hashval.h (compute_hashval): Use prototype defn.
1268         (hashval_t): New macro, defined to unsigned long int
1269         if not already defined.
1270         (compute_hashval): Return hashval_t instead of unsigned long int.
1271         * locale/loadarchive.c (hashval_t): New macro.
1272         * locale/programs/locarchive.c: Include hashval.h directly instead
1273         of simple-hash.h.
1274         (compute_hashval, hashval_t): Define these macros first.
1275         (insert_name): Use archive_hashval instead of compute_hashval.
1276         (add_locale, delete_locales_from_archive): Likewise.
1278 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1280         * locale/programs/locarchive.c (insert_name): Suppress warnings about
1281         hash collisions if be_quiet.
1283 2002-08-27  Roland McGrath  <roland@redhat.com>
1285         * locale/locale.h (__newlocale, __duplocale, __freelocale,
1286         __uselocale): Don't declare these any more.
1287         * include/locale.h (__uselocale): Declare here instead, using __typeof.
1289         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
1290         and treat it as an EOF return.
1291         * sysdeps/unix/readdir_r.c: Likewise.
1293         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
1294         From Alexandre Oliva <aoliva@redhat.com>.
1295         * sysdeps/gnu/errlist-compat.c: Regenerated.
1297 2002-08-27  Brian Youmans  <3diff@gnu.org>
1299         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
1300         wording at request of copyright holder Stephen Moshier.
1301         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1302         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1303         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1304         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1305         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1306         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1307         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1308         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1309         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1310         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1311         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1312         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1313         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1314         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1316 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1318         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1319         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1320         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1321         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1322         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1323         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1324         * wctype/iswctype_l.c (iswctype_l): Likewise.
1326 2002-08-27  Roland McGrath  <roland@redhat.com>
1328         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1330         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1331         * stdlib/stdlib.h: Don't declare __*_l names.
1332         * include/stdlib.h: Declare them here instead.
1333         * include/string.h: Don't declare __*_l names.
1334         * string/string.h: Declare them here instead.
1335         * time/time.h: Don't declare __*_l names.
1336         * include/time.h: Declare them here instead.
1337         * wcsmbs/wchar.h: Don't declare __*_l names.
1338         * include/wchar.h: Declare them here instead.
1339         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
1340         Don't declare __*_l names.
1341         * include/wctype.h: Declare them here instead.
1342         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
1343         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
1344         * locale/langinfo.h: Don't declare __nl_langinfo_l.
1345         * include/langinfo.h: Declare it here with __typeof.
1347         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
1348         instead, taking an extra __locale_t argument.
1349         * time/Makefile (routines): Add strptime_l.
1350         * time/time.h (__strptime_l, strptime_l): Declare them.
1351         * time/strptime_l.c: New file.
1353         * time/time.h (__strftime_l, strftime_l): Declare them.
1354         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
1355         * time/strftime_l.c: New file.
1356         * time/wcsftime_l.c: New file.
1357         * time/Makefile (routines): Add strftime_l, wcsftime_l.
1358         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
1359         strftime_l, wcsftime_l.
1360         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
1361         or __wcsftime_l instead, taking an extra __locale_t argument.
1363         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
1364         (libc: GLIBC_2.3): ... here.
1366 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1368         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
1370         * Makefile (distribute): Add LICENSES.
1372         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
1373         sys/debugreg.h.
1375         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
1377         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
1379         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
1381         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
1383         * sysdeps/mach/hurd/alpha/Dist: New file.
1385         * sysdeps/arm/Dist: Add bits/link.h.
1387         * sunrpc/Makefile: Distribute thrsvc.
1389         * stdio-common/Makefile: Remove more left-overs from old stdio.
1391         * include/linewrap.h: Removed.
1393         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
1395         * intl/Makefile (distribute): Add plural-eval.c.
1397 2002-08-27  Roland McGrath  <roland@redhat.com>
1399         * manual/sysinfo.texi (Mount Information): Correct file name to macro
1400         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
1401         Say mtab is in either /var/run or /etc.
1403 2002-08-26  Roland McGrath  <roland@redhat.com>
1405         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
1406         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1408         * sysdeps/gnu/Versions: New file.
1409         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
1410         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
1411         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
1412         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
1413         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
1414         and _sys_nerr_internal instead of anything else.  Make it include
1415         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
1416         Make it emit some asm magic if [EMIT_ERR_MAX].
1417         * sysdeps/gnu/errlist.c: Regenerated.
1418         * sysdeps/gnu/errlist-compat.awk: New file.
1419         * sysdeps/gnu/errlist-compat.c: New file (generated).
1420         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
1421         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
1422         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
1423         (SYS_ERRLIST, SYS_NERR): Macros removed.
1424         (sys_nerr, _sys_nerr): Remove these weak aliases.
1425         * sysdeps/unix/sysv/linux/errlist.c: File removed.
1426         * sysdeps/unix/sysv/linux/errlist.h: File removed.
1427         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
1429         * include/libc-symbols.h (declare_symbol): New macro.
1430         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
1431         * configure.in: New check to define it.
1432         * configure: Regenerated.
1434 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1436         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
1437         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
1439         * Make-dist: Remove traces of old stdio.
1440         * Makeconfig: Likewise.
1442         * locale/Makefile (localedef-aux): New variable.  Only md5
1443         assigned to it.  These files are not ddistributed in this directory.
1445         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
1446         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
1447         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
1449         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
1451         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
1452         set h_errno to NO_RECOVERY [PR libc/4360].
1454 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1456         * libio/Makefile (tests): Add bug-fopena+.
1457         * libio/bug-fopena+.c: New file.
1458         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
1459         file for _IO_IS_APPENDING if file isn't opened for reading, too.
1461         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
1463         * locale/xlocale.c: Fix the last change.  The variable still has
1464         to end in _data.
1465         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
1466         (__libc_tsd_set): Add _data prefix to variable name.
1468 2002-08-26  Roland McGrath  <roland@redhat.com>
1470         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
1471         macro with inline function.
1472         (sigset_get_old_mask): Likewise.
1473         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
1474         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1475         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1476         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
1477         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
1478         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
1479         values.
1480         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
1481         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
1483 2002-07-06  Bruno Haible  <bruno@clisp.org>
1485         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
1486         sigset_get_old_mask): Make it work with larger sigset_t.
1487         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
1488         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1489         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1491 2002-08-26  Roland McGrath  <roland@redhat.com>
1493         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
1494         * manual/filesys.texi (File Times): Document lutimes and futimes.
1495         * misc/Makefile (routines): Add them.
1496         * misc/Versions (libc: GLIBC_2.3): Likewise.
1497         * sysdeps/generic/lutimes.c: New file.
1498         * sysdeps/generic/futimes.c: New file.
1499         * sysdeps/mach/hurd/lutimes.c: New file.
1500         * sysdeps/mach/hurd/futimes.c: New file.
1502         * manual/filesys.texi (File Times): Add explicit note about null
1503         pointer argument to utimes.
1505 2002-08-26  Roland McGrath  <roland@frob.com>
1507         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
1508         (__ifreq): Add a cast.  Remove an unused variable.
1510         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
1511         _HURD_THREADVAR_LOCALE.
1513 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
1515         * posix/regexec.c (re_search_stub): Return correct match length
1516         if start != 0.
1517         * posix/bug-regex10.c: New test.
1518         * posix/Makefile (tests): Add bug-regex10.
1520 2002-08-26  Brian Youmans  <3diff@gnu.org>
1522         * COPYING.LIB: Replaced with fresh copy from
1523         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
1524         suggested copying permission notice now says version 2.1 instead
1525         of version 2.
1527         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
1528         from Library GPL.
1529         * crypt/crypt_util.c: Likewise.
1530         * crypt/ufc.c: Likewise.
1531         * elf/dl-conflict.c: Likewise.
1532         * elf/dl-iteratephdr.c: Likewise.
1533         * iconv/iconvconfig.h: Likewise.
1534         * malloc/arena.c: Likewise.
1535         * malloc/hooks.c: Likewise.
1536         * malloc/malloc.c: Likewise.
1537         * posix/glob/Makefile.ami: Likewise.
1538         * posix/glob/Makefile.in: Likewise.
1539         * stdlib/gmp-impl.h: Likewise.
1540         * stdlib/gmp.h: Likewise.
1541         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
1542         * sysdeps/generic/strnlen.c: Likewise.
1543         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
1544         * sysdeps/mach/hurd/recvmsg.c: Likewise.
1545         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1546         * sysdeps/mach/hurd/spawni.c: Likewise.
1547         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1548         * sysdeps/mach/powerpc/sysdep.h: Likewise.
1549         * sysdeps/mach/powerpc/thread_state.h: Likewise.
1550         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1551         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
1552         * sysdeps/x86_64/gmp-mparam.h: Likewise.
1554         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
1555         Lesser GPL copying permission notice from 2 to 2.1.
1556         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
1557         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
1558         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1559         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
1560         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1561         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1562         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1563         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1564         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1565         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1566         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1567         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1568         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1569         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1570         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1571         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1572         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1573         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1574         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1575         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1576         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1577         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1578         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1579         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1580         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1581         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1582         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1583         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1584         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1585         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1586         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1587         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1588         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1589         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1590         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1591         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1592         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1593         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1594         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1595         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1596         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1597         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1598         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1599         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1600         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1601         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1602         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1603         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1604         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1605         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1606         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1607         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1608         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1609         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1610         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1612         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
1613         Moshier and Lesser GPL copying permission notice, per license from
1614         Moshier.
1615         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1616         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1617         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1618         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1619         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1620         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1621         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1622         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1623         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1624         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1625         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1626         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1627         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1628         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1630         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
1631         notice, per license from copyright holder Stephen Moshier.
1632         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1633         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1634         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1635         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1636         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1637         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1638         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1639         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1640         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1642 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1644         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
1645         (shared-only-routines): Likewise.
1647 2002-08-26  Roland McGrath  <roland@redhat.com>
1649         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
1650         name of "", store a null pointer instead.
1652         * configure.in (elf): Set to yes for freebsd*, netbsd*.
1653         * configure: Regenerated.
1655         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1656         Initialize this instead of __libc_tsd_LOCALE_data.
1658         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1659         ptsname_r to EINVAL.
1661         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1663         * rt/Makefile: Revert last change, it was inappropriate to presume aio
1664         implementations depend on pthreads.
1665         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1666         * rt/tst-aio64.c (do_test): Likewise.
1667         * rt/tst-aio2.c (do_test): Likewise.
1668         * rt/tst-aio3.c (do_test): Likewise.
1669         * rt/tst-aio4.c (do_test): Likewise.
1670         * rt/tst-aio5.c (do_test): Likewise.
1671         * rt/tst-aio6.c (do_test): Likewise.
1672         * rt/tst-aio7.c (do_test): Likewise.
1674         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1675         void so as to avoid compiler warnings.
1677         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1678         _IO_wide_data_FD, which is never used here.
1680         * libio/iofread.c
1681         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1682         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1683         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1685         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1686         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1688         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1689         (closelog): Likewise.
1691 2002-07-06  Bruno Haible  <bruno@clisp.org>
1693         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1695         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1696         * sysdeps/unix/alpha/pipe.S: ... here.
1697         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1699         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1701         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1702         * sysdeps/unix/i386/fork.S: Likewise.
1703         * sysdeps/unix/i386/pipe.S: Likewise.
1704         * sysdeps/unix/i386/wait.S: Likewise.
1706         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1707         * sysdeps/unix/arm/fork.S: Likewise.
1709         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1710         arguments.
1711         (DO_CALL): Swap argument order.
1712         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1713         arguments.
1714         (DO_CALL): Swap argument order.
1715         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1716         arguments.
1717         (DO_CALL): Swap argument order.
1718         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1719         arguments.
1720         (DO_CALL): Swap argument order.
1721         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1722         arguments.
1723         (DO_CALL): Swap argument order.
1724         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1725         arguments.
1726         (DO_CALL): Swap argument order.
1727         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1728         arguments.
1729         (DO_CALL): Swap argument order.
1731         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1732         (L): Define right for ELF.
1733         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1734         Now defined in sysdeps/i386/sysdep.h.
1736         * sysdeps/posix/readv.c: Ansify function definition.
1737         * sysdeps/posix/writev.c: Likewise.
1739         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1740         have the same size. Avoid direct cast from size_t to off_t.
1742         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
1743         nul byte in entry[n].ut_user.
1744         (simulate_logout): Likewise.
1746         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
1747         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
1748         existence of corresponding members of 'struct utmp'.
1749         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
1750         !_HAVE_UT_TYPE.
1752         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
1753         allocate a buffer of at least BUFSIZ bytes, not just of
1754         sizeof (struct dirent).
1756         * sysdeps/generic/glob.c: Include <limits.h>.
1757         (NAME_MAX): Define a fallback.
1758         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
1759         stack.
1760         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
1761         (main): Allocate enough room for a 'struct dirent64' on the stack.
1762         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
1763         'struct dirent'.
1765         * sysdeps/unix/sysv/linux/init-first.c: Don't include
1766         kernel-features.h.
1768         * inet/htontest.c: Include <sys/types.h>.
1770         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
1772         * include/sys/sysctl.h: Comment fix.
1774         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
1775         _dl_load_lock.
1776         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
1778         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
1780         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
1781         (__getpeername): New alias.
1782         (__getsockname): New alias.
1783         (__socket): New alias.
1785         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
1787         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
1788         (__fcntl_internal): New alias.
1789         (__profil): New alias.
1791 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1793         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
1794         entry was for getaddr* lookup or not.  Add only matching cache
1795         entry.  Change all callers [PR libc/4317].
1797         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
1798         finding the read position [PR libc/4265].
1799         * libio/Makefile (tests): Add bug-rewind2.
1800         * libio/bug-rewind2.c: New file.
1802         * libio/bug-rewind.c: Fix creation of temp file.
1804 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1806         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
1807         neither SUCCESS nor TRYAGAIN [PR libc/4259].
1808         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
1809         to ENOENT if no entry is found.
1810         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
1811         failure.
1812         * nis/nss_compat/compat-initgroups.c: Likewise.
1813         * nis/nss_compat/compat-pwd.c: Likewise.
1814         * nis/nss_compat/compat-spwd.c: Likewise.
1815         * nis/nss_nis/nis-alias.c: Likewise.
1816         * nis/nss_nis/nis-ethers.c: Likewise.
1817         * nis/nss_nis/nis-grp.c: Likewise.
1818         * nis/nss_nis/nis-hosts.c: Likewise.
1819         * nis/nss_nis/nis-initgroups.c: Likewise.
1820         * nis/nss_nis/nis-netgrp.c: Likewise.
1821         * nis/nss_nis/nis-network.c: Likewise.
1822         * nis/nss_nis/nis-proto.c: Likewise.
1823         * nis/nss_nis/nis-publickey.c: Likewise.
1824         * nis/nss_nis/nis-pwd.c: Likewise.
1825         * nis/nss_nis/nis-rpc.c: Likewise.
1826         * nis/nss_nis/nis-service.c: Likewise.
1827         * nis/nss_nis/nis-spwd.c: Likewise.
1828         * resolv/nss_dns/dns-host.c: Likewise.
1829         * resolv/nss_dns/dns-network.c: Likewise.
1830         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
1831         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1832         * nis/nss_nisplus/nisplus-grp.c: Likewise.
1833         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1834         * nis/nss_nisplus/nisplus-network.c: Likewise.
1835         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1836         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1837         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1838         * nis/nss_nisplus/nisplus-service.c: Likewise.
1839         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1840         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
1841         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
1842         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
1843         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
1845         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
1846         declaring __restore and __restore_rt as hidden (if possible).
1848 2002-08-25  Roland McGrath  <roland@redhat.com>
1850         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
1852         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
1853         (getutent_r_file, internal_getut_r): Updated all callers.
1854         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
1856 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1858         * locale/programs/locale.c: Don't print aliases for non-existing
1859         locales for 'locale -a'.
1860         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
1862 2002-07-19  H.J. Lu  <hjl@gnu.org>
1864         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
1866 2002-07-16  H.J. Lu  <hjl@gnu.org>
1868         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1869         sys/personality.h.
1870         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
1872 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1874         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
1875         not moved ahead of the fputs call.
1876         * elf/tst-tlsmod2.c (in_dso): Likewise.
1877         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1878         * elf/tst-tlsmod4.c (in_dso): Likewise.
1880 2002-08-25  Andreas Schwab  <schwab@suse.de>
1882         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
1884 2002-08-25  Roland McGrath  <roland@redhat.com>
1886         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
1887         resetting handler, to avoid the possibility of a spurious SIGALRM
1888         delivered to the user's handler.
1889         Reported by Amit D. Chaudhary <amitc@brocade.com>,
1891         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
1892         set -fkeep-inline-functions, which is not needed for the current file.
1894         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
1895         (_dl_setup_hash): Add attribute_hidden.
1896         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
1897         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
1898         (_dl_new_object, _dl_map_object_deps): Likewise.
1899         (_dl_map_object_deps_internal): Remove decl.
1900         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
1902         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
1903         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
1904         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
1905         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
1906         instead relying on the compiler to produce only GOTOFF variable refs.
1908 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1910         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
1912         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
1913         inline to avoid defining it in every file which includes this header.
1915         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
1916         defining DONT_USE_BOOTSTRAP_MAP.
1918         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
1919         * libio/tst-mmap-setvbuf.c (main): Likewise.
1920         * libio/tst-widetext.c (main): Likewise.
1922         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
1923         message.
1924         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1925         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1927         * sysdeps/i386/elf/configure.in: Unconditionally define
1928         PI_STATIC_AND_HIDDEN.
1929         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
1930         PI_STATIC_AND_HIDDEN is defined as well.
1931         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
1933 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
1935         * sysdeps/ia64/bzero.S: Define __bzero as well.
1937         * locale/programs/charmap.c (charmap_new_char): Don't use
1938         ULONG_MAX as maximum UCS4 value.
1940         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
1942         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
1944         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
1945         * malloc/malloc.c (mALLINFo): Likewise.
1947         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
1949         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
1950         examining result of _IO_do_flush call.
1952         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
1953         Use prec not spec when sizing buffers.
1955         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
1956         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
1957         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
1958         * stdio-common/vfscanf.c (inchar): Likewise.
1959         * misc/efgcvt_r.c (fcvt_r): Likewise.
1960         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
1961         * elf/readlib.c (process_file): Likewise.
1962         * elf/sprof.c (load_profdata): Likewise.
1963         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
1964         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
1965         * locale/programs/charmap.c (charmap_read): Likewise.
1966         * libio/fileops.c: Likewise.
1967         * libio/fmemopen.c: Likewise.
1968         * stdlib/strtod.c: Likewise.
1969         * elf/dl-load.c: Likewise.
1970         * iconv/iconvconfig.c: Likewise.
1971         * iconv/iconv_prog.c (process_block): Likewise.
1972         * elf/rtld.c (dl_main): Likewise.
1974         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
1975         macro to calm down the compiler.
1977         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
1979         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
1981         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
1982         placement of errno definition.
1983         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
1984         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
1985         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
1986         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1987         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1989         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
1990         from 1024 to 65536, to avoid buffer overrun.
1992 2002-08-16  Paul Eggert  <eggert@twinsun.com>
1994         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
1995         from 1024 to 65536, to avoid buffer overrun.
1996         * resolv/res_query.c (MAXPACKET): Likewise.
1998 2002-08-24  Andreas Jaeger  <aj@suse.de>
2000         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
2002 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
2004         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
2005         two52 locally.
2006         (log2): Likewise.
2007         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
2008         Patch by Simon Gee <simong@agile.tv>.
2010         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
2011         Prefer reading /proc/stat since it is more uniform across
2012         architectures.
2014         * manual/texinfo.tex: Update to latest official version.
2016         * sysvipc/sys/shm.h: Remove SHMLBA definition.
2017         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
2018         * sysdeps/gnu/bits/shm.h: Likewise.
2019         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2020         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2021         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
2022         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2023         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2024         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2025         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2026         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
2027         since this is what the kernel says.
2029         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
2030         since ssize_t is needed as well.  Replace const with __const.
2032 2002-08-23  Roland McGrath  <roland@redhat.com>
2034         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
2035         __malloc_hook, __realloc_hook, __memalign_hook,
2036         __after_morecore_hook): Variable definitions moved to ...
2037         * malloc/malloc.c: ... here, so as to be before all references.
2039         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
2040         global variable reference in an unused asm parameter, to ensure the
2041         compiler has set up the GOT register before we use it.
2043         * malloc/hooks.c: Move variable definitions ahead of uses.
2044         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
2045         initializers that make reference to variables they define.
2047 2002-08-23  Andreas Jaeger  <aj@suse.de>
2049         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
2050         alloca, free, qsort.
2052         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
2054         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
2055         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2057         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
2058         <hch@lst.de>.
2059         * sysdeps/generic/fgetxattr.c: New file.
2060         * sysdeps/generic/flistxattr.c: New file.
2061         * sysdeps/generic/fremovexattr.c: New file.
2062         * sysdeps/generic/fsetxattr.c: New file.
2063         * sysdeps/generic/getxattr.c: New file.
2064         * sysdeps/generic/listxattr.c: New file.
2065         * sysdeps/generic/lgetxattr.c: New file.
2066         * sysdeps/generic/llistxattr.c: New file.
2067         * sysdeps/generic/lremovexattr.c: New file.
2068         * sysdeps/generic/lsetxattr.c: New file.
2069         * sysdeps/generic/removexattr.c: New file.
2070         * sysdeps/generic/setxattr.c: New file.
2071         * misc/Makefile (headers): Add sys/xattr.h.
2072         (routines): Add *xattr calls.
2073         * misc/Versions: Add *xattr calls with version 2.3.
2074         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
2075         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2076         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2077         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2078         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2079         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2080         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2081         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2083 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
2085         * sysdeps/powerpc/elf/libc-start.c
2086         (__cache_line_size): Declare.
2087         (__aux_init_cache): New function.
2088         (__libc_start_main): Change type of `auxvec' parameter to
2089         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
2090         __aux_init_cache.
2091         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2092         (__cache_line_size): Declare.
2093         (__aux_init_cache): New function.
2094         (DL_PLATFORM_INIT): Define.
2095         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
2096         value to select the correct stride for dcbz.
2098 2002-08-22  Andreas Jaeger  <aj@suse.de>
2100         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
2101         shmat.
2103 2002-08-22  Roland McGrath  <roland@redhat.com>
2105         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
2106         position indicated by locrectab against file bounds before rounding to
2107         page size.  In mapping loop, always set TO before breaking out of
2108         contiguous range coalescing loop.
2110         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
2111         (or MAP_COPY if available) instead of MAP_SHARED.
2113         * scripts/firstversions.awk: When encountering a version newer than
2114         the specified earliest version, be sure to emit the specified earliest
2115         version first if any renaming of an older version to that has been.
2117 2002-08-21  Roland McGrath  <roland@redhat.com>
2119         * configure.in: Make GCC version check require 3.[2-9]* and no others.
2120         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
2121         (Configuring and compiling): Don't mention older GCC versions any more.
2122         * INSTALL: Regenerated.
2124         * manual/install.texi (Configuring and compiling, Installation,
2125         Running make install, Linux): Linux -> GNU/Linux where appropriate.
2127         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
2128         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
2129         and with noinline otherwise.  Remove hack alloca use to prevent
2130         inlining, we can ask for it explicitly nowadays.
2132         * dlfcn/bug-dlsym1.c: New file.
2133         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
2134         * dlfcn/Makefile (distribute): Add them.
2135         (tests): Add bug-dlsym1 here.
2136         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
2137         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
2138         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
2140 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
2142         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
2143         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
2144         before relocation.
2145         (_dl_start): Don't use local bootstrap_map variable if
2146         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
2147         pass bootstrap_map to _dl_start_final in this case either.  Don't
2148         pass start_time to _dl_start_final ever.
2149         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
2151         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
2152         This cripples the scope lists necessary to search for symbols in
2153         dependencies which are not in the global scope.
2155         * include/setjmp.h (__libc_longjmp): Add declaration.
2157 2002-08-21  Andreas Jaeger  <aj@suse.de>
2159         * sysdeps/x86_64/_mcount.S: Fix assembler.
2161         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
2162         with biarch support.
2164 2002-08-21  Andreas Jaeger  <aj@suse.de>
2166         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
2168         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
2170         * sysdeps/x86_64/machine-gmon.h: New file.
2171         * sysdeps/x86_64/_mcount.S: New file.
2173 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2175         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
2176         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
2177         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
2178         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
2179         to TL_INIT_TP.  Otherwise pass 1.
2180         * include/link.h (struct link_map): Add l_tls_tp_initialized.
2181         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
2183 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2185         * locale/programs/localedef.c (add_to_readlist): Error about
2186         circular dependencies only if the locale in question hasn't
2187         been finished.
2188         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
2189         CTYPE_LOCALE to load_locale.
2190         * locale/programs/locfile.c (locfile_read): Don't include
2191         unneeded but available locales in locale_mask.
2193         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
2194         print any messages about enlarging archive.
2196 2002-08-20  Brian Youmans  <3diff@gnu.org>
2198         * manual/contrib.texi: Removed licenses, added acknowledgements
2199         for contributions by Intel, IBM, Craig Metz.
2200         * LICENSES: New file, contains the text of all non-FSF licenses in the
2201         distribution that require putting the notice in the accompanying
2202         documentation.
2203         * README.template, README: Mention LICENSES.
2205         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
2206         new one modelled on the modern BSD license, per recent letter
2207         of permission from CMU.
2208         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
2210         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
2211         from IBM to FSF, per the recent Software Letter.  Changed the
2212         distribution terms from GPL to LGPL.
2214         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
2215         copying permission notice (Lesser GPL), per recent IBM Software Letter.
2216         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2217         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2218         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2219         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2220         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2221         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2222         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2223         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2225         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
2226         from IBM to FSF, per the recent Software Letter.  Corrected the
2227         text of the copying permission notice to say Lesser GPL instead
2228         of GPL in warranty disclaimer paragraph.
2229         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2230         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2231         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2232         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2233         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2234         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2235         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2236         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2237         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2238         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2239         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2240         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2241         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2242         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2243         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2244         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2245         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2246         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2247         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2248         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2249         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2251         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
2252         permission notice to say Lesser GPL instead of GPL in warranty
2253         disclaimer paragraph.
2254         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2255         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2256         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2257         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2258         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2259         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2260         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2261         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2262         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2263         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2264         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2265         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2266         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2267         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2268         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2269         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2270         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2271         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2272         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2273         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2274         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2275         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2276         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
2278 2002-08-20  Roland McGrath  <roland@redhat.com>
2280         Fix ABI compatibility with libc compiled with old tools on powerpc.
2281         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2282         and Jack Howarth <howarth@bromo.med.uc.edu>.
2283         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
2284         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
2285         pass -DHAVE_DOT_HIDDEN for these files.
2286         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
2287         __floatdisf.
2288         * sysdeps/powerpc/divdi3.c: New file.
2289         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
2290         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
2292 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
2294         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
2295         partially overlapping mappings.  Remove unneeded (char *) casts.
2296         Never allow duplication of ranges in mapped areas.
2298 2002-08-20  Roland McGrath  <roland@redhat.com>
2300         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
2301         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
2303 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2305         * include/unistd.h: Don't hide _exit.
2307         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
2308         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
2309         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
2310         argument 1 to TLS_INIT_TP.
2311         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2313         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2315         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2316         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2317         memory allocation to...
2318         (allocate_dtv): ...here.  New function.
2319         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2320         call allocate_dtv instead of _dl_allocate_tls_storage.
2321         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2322         (_dl_get_tls_static_info): New function.
2323         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2324         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2326 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2328         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2329         immediately if result == NULL.
2331 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2333         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2335 2002-08-18  Roland McGrath  <roland@frob.com>
2337         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
2338         instead of __file_name_split.
2339         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
2341         * sysdeps/mach/hurd/dl-sysdep.c
2342         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
2343         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
2345 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2347         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
2348         in change before last: MAX -> MIN.
2350 2002-08-15  Roland McGrath  <roland@redhat.com>
2352         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
2353         if seek would go past it.
2354         (mmap_remap_check): If file position is at or past EOF after check,
2355         leave read pointers at EOF and don't seek.
2357         * libio/tst-mmap-offend.c: New file.
2358         * libio/Makefile (tests): Add it.
2360         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
2361         the name as passed, rather than the name in the archive dictionary.
2363 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
2365         * csu/Makefile: Define elide-routines.os not static-only-routines.
2367         * include/sched.h (__clone): Add varargs at the end.
2369         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
2370         case.
2371         (TLS_INIT_HELPER): If defined, use it.
2372         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2374 2002-08-15  Roland McGrath  <roland@redhat.com>
2376         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
2377         on L->l_prev; it can happen under rtld --verify too.
2379         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
2380         header separately, just map an initial window of 2MB from the file
2381         and remap if that is not large enough to cover the whole header.
2383 2002-08-15  Andreas Jaeger  <aj@suse.de>
2385         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
2386         version 2.3.
2387         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2388         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2389         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2390         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2391         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2392         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2393         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2394         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2395         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
2396         Patch by Andreas Gruenbacher <agruen@suse.de>.
2398         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
2400 2002-08-14  Roland McGrath  <roland@redhat.com>
2402         * locale/locarchive.h (struct locale_category_data): Give this name to
2403         the type of locale_data_t's elements.
2404         * locale/programs/locarchive.c (cmpcategorysize): New static function.
2405         (add_locale): Use that to sort the categories by size and put all
2406         those that fit into two pages into the LC_ALL block, instead of
2407         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
2408         (show_archive_content): Detect categories inside LC_ALL block
2409         directly, instead of hard-coding.
2410         (oldlocrecentcmp): Compare just on file locations used.
2412 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
2414         * locale/programs/locarchive.c (struct oldlocrecent): New type.
2415         (oldlocrecentcmp): New function.
2416         (enlarge_archive): Re-add locales in the order they were added
2417         to the archive.
2418         (add_locale): Put all the small locale files together, if the small
2419         locale file block would occupy less pages if page size aligned, align
2420         it.
2421         (show_archive_content): Adjust for locale archives optimized for speed.
2423 2002-08-14  Roland McGrath  <roland@frob.com>
2425         * configure.in: Use "MISSING" as not-found value for MIG.
2426         * sysdeps/mach/configure.in: Fatal if mig not found.
2427         * configure, sysdeps/mach/configure: Regenerated.
2429 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2431         * locale/loadarchive.c (archfname): Add missing slash.
2433         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
2434         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
2436 2002-08-12  Roland McGrath  <roland@redhat.com>
2438         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
2439         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
2440         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
2441         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
2442         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
2443         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
2444         * sysdeps/generic/waitpid.c: Likewise.
2446         * include/net/if.h: New file.  Use libc_hidden_proto
2447         for if_nametoindex and if_indextoname.
2448         * sysdeps/generic/if_index.c: Add libc_hidden_def.
2449         * sysdeps/mach/hurd/if_index.c: Likewise.
2450         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2452         * include/grp.h (setgroups): Add libc_hidden_proto.
2453         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
2454         * sysdeps/mach/hurd/setgroups.c: Likewise.
2455         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
2456         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2458 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2460         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
2461         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
2462         * sysdeps/generic/setegid.c (setegid): Likewise.
2463         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
2464         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
2465         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
2466         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
2467         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
2468         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
2469         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
2470         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
2471         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
2472         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
2473         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
2474         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
2475         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
2477         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
2478         __lxstat_internal, __lxstat64_internal): Remove.
2479         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
2480         Add hidden_proto.
2481         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
2482         Remove INTDEF where present, remove #undef at the beginning.
2483         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
2484         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
2485         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
2486         * sysdeps/generic/xstat.c (__xstat): Likewise.
2487         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
2488         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
2489         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
2490         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
2491         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
2492         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
2493         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
2494         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
2495         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
2496         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
2497         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
2498         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
2499         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
2500         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
2501         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
2502         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
2503         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
2504         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
2505         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
2506         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
2507         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
2508         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
2509         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
2510         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
2511         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
2512         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
2513         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
2514         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
2515         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
2516         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
2517         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
2518         * sysdeps/unix/xstat.c (__xstat): Likewise.
2520         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
2521         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
2522         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
2523         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
2524         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
2525         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
2526         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
2528         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
2529         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
2530         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
2531         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
2532         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
2533         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
2534         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
2535         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
2536         Likewise.
2537         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
2538         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
2539         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
2540         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
2541         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
2542         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
2543         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
2544         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
2546         * include/string.h (strcoll): Add libc_hidden_proto.
2547         * string/strcoll.c (strcoll): Add libc_hidden_def.
2549         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
2551 2002-08-11  Philip Blundell  <philb@gnu.org>
2553         * sysdeps/arm/Makefile: New file.
2555 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2557         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
2558         by another '|', end of regex or enclosing ')', clear branch.
2559         * posix/bug-regex9.c: New test.
2560         * posix/Makefile (tests): Add bug-regex9.
2562 2002-08-12  Roland McGrath  <roland@redhat.com>
2564         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
2565         start count condition, use TOTAL instead of variable that was never
2566         set.  Fix outer loop termination condition to TOTAL >= after update.
2568         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
2569         dl_tls_static_align and dl_tls_static_nelem.
2571 2002-08-11  Roland McGrath  <roland@redhat.com>
2573         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
2574         of the TLS macros, otherwise the compiler might not have initialized
2575         the PIC register yet when we use the PLT via asm.
2576         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2577         * elf/tst-tlsmod2.c (in_dso): Likewise.
2579         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
2581         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
2582         Evaluate argument exactly once.  Remove __volatile__ from asm's.
2584         * include/unistd.h: Use libc_hidden_proto for getdomainname
2585         and getlogin_r.
2586         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
2587         * sysdeps/mach/hurd/getdomain.c: Likewise.
2588         * sysdeps/unix/getlogin_r.c: Likewise.
2589         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
2590         * sysdeps/generic/getlogin_r.c: Likewise.
2592         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
2593         * sunrpc/rtime.c: Add libc_hidden_def.
2595         * include/string.h: Use libc_hidden_proto for basename.
2596         * string/basename.c [_LIBC]: Add libc_hidden_def.
2598         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
2600         * locale/loadarchive.c: munmap -> __munmap throughout.
2602         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
2603         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
2604         * sysdeps/generic/gai_strerror.c: Likewise.
2606         * include/sys/errno.h: New file.
2608         * include/signal.h: No libc_hidden_proto for raise,
2609         __libc_current_sigrtmin, __libc_current_sigrtmax.
2610         These need to be overridden by linuxthreads.
2611         * sysdeps/posix/raise.c: Reverted.
2612         * sysdeps/generic/raise.c: Reverted.
2613         * signal/allocrtsig.c: Reverted.
2615         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
2617 2002-08-10  Roland McGrath  <roland@redhat.com>
2619         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
2620         * locale/localeinfo.h: Declare it.
2621         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
2622         current locale if it's not in the file list.
2623         Call _nl_archive_subfreeres.
2625 2002-08-10  Andreas Jaeger  <aj@suse.de>
2627         * sysdeps/i386/strchr.S: Add comment.
2629 2002-08-10  Roland McGrath  <roland@redhat.com>
2631         * include/wchar.h (putwc): Use libc_hidden_proto.
2632         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
2633         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
2634         * stdio-common/dprintf.c: Add libc_hidden_def.
2635         * stdio-common/fprintf.c: Likewise.
2636         * stdio-common/sprintf.c: Likewise.
2637         * stdio-common/sscanf.c: Likewise.
2638         * libio/iofwrite.c: Likewise.
2639         * libio/memstream.c: Likewise.
2640         * libio/putwc.c: Likewise.
2641         * stdio-common/perror.c: Likewise.
2642         * sysdeps/posix/remove.c: Likewise.
2643         * sysdeps/generic/remove.c: Likewise.
2644         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
2645         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
2647 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
2649         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2650         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
2651         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2652         towlower, towupper): Add libc_hidden_weak.
2654         * include/bits/dlfcn.h: New file.
2655         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2657         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2658         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2659         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2660         * include/pwd.h (_nss_files_parse_pwent): Likewise.
2661         * include/shadow.h (_nss_files_parse_spent): Likewise.
2662         * include/netdb.h (_nss_files_parse_protoent,
2663         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2664         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2665         (LINE_PARSER): Use it.
2666         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2667         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2669         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2670         #endif.
2672         * manual/debug.texi (%MENU%): Remove trailing dot.
2673         Reported by <hayastan132@hotmail.com>.
2675         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2676         aliases.
2677         (lseek): Dummy.
2678         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2679         Likewise.
2681 2002-08-09  Roland McGrath  <roland@redhat.com>
2683         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2684         name to find codeset name (if any) and normalize it.  If the
2685         normalized name differs, look up only that in the archive.
2686         * locale/programs/locarchive.c (add_locale_to_archive): If the name
2687         contains a codeset, normalize the codeset store only the normalized
2688         name in the archive.  If not, add an alias containing the locale's
2689         normalized codeset name.  Apply codeset name normalization when
2690         matching entries in the alias file.
2692         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2693         decrement HEAD->namehash_used here.
2694         (add_locale): Only need to insert name string when name_offset != 0.
2696         * locale/programs/localedef.c (options): Add -A/--alias-file.
2697         (alias_file): New variable.
2698         (parse_opt): Grok -A, set that.
2699         * locale/programs/localedef.h: Declare it.
2701         * locale/locarchive.h (struct locrecent): Add `refs' member.
2702         * locale/programs/locarchive.c (insert_name): New function, broken out
2703         of ...
2704         (add_locale_to_archive): ... here.  Call that.
2705         (add_alias): New function.
2706         (add_locale): New static function, add_locale_to_archive renamed.
2707         (add_locale_to_archive): Call that and use add_alias to add an alias
2708         for the name with codeset if the given name lacks it.
2709         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2711         * locale/Makefile (routines): Add loadarchive.
2712         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2713         (_nl_load_locale_from_archive): New function.
2714         * locale/localeinfo.h: Declare it.
2715         * locale/findlocale.c (_nl_find_locale): If using default locale path,
2716         try _nl_load_locale_from_archive first.
2718         * locale/loadlocale.c (_nl_intern_locale_data): New function,
2719         broken out of _nl_load_locale.
2720         (_nl_load_locale): Call that.
2721         * locale/localeinfo.h: Declare it.
2722         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2723         (struct locale_data): Remove unused member `options'.
2724         * locale/findlocale.c (_nl_remove_locale): Update uses.
2725         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2726         * locale/C-collate.c: Update initializer.
2727         * locale/C-identification.c: Likewise.
2728         * locale/C-measurement.c: Likewise.
2729         * locale/C-telephone.c: Likewise.
2730         * locale/C-address.c: Likewise.
2731         * locale/C-name.c: Likewise.
2732         * locale/C-paper.c: Likewise.
2733         * locale/C-time.c: Likewise.
2734         * locale/C-numeric.c: Likewise.
2735         * locale/C-monetary.c: Likewise.
2736         * locale/C-messages.c : Likewise.
2737         * locale/C-ctype.c: Likewise.
2739         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2740         use CHAR_BIT instead of BITSPERBYTE.
2742         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
2743         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
2744         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
2745         (_nl_remove_locale): Likewise.
2746         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2748         * locale/findlocale.c (_nl_default_locale_path): New variable.
2749         (_nl_find_locale): If LOCALE_PATH is null, default to that.
2750         * locale/localeinfo.h: Declare it.
2751         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
2752         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
2753         * locale/newlocale.c (__newlocale): Likewise.
2755         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
2756         * inet/rexec.c (rexec_af): Add libc_hidden_def.
2757         * sysdeps/generic/morecore.c: Likewise.
2758         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
2759         (__libc_current_sigrtmax): Likewise.
2761 2002-08-08  Roland McGrath  <roland@redhat.com>
2763         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
2764         * catgets/open_catalog.c (__open_catalog): Likewise.
2766         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
2767         from typo INITIAL_NUM_NANES.
2768         (create_archive): Update use.
2770 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2772         * sysdeps/unix/sysv/linux/sigwait.c: New file.
2774 2002-08-08  Roland McGrath  <roland@frob.com>
2776         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
2778 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2780         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
2781         else and undefine after including wcstol_l.c.
2782         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
2784 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2786         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
2788 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
2790         * configure.in: Make the test for broken_alias_attribute stricter.
2792 2002-05-24  Robert Love  <rml@tech9.net>
2794         * posix/Makefile (routines): Add sched_getaffinity and
2795         sched_setaffinity.
2796         * posix/sched.h: Add declarations for sched_getaffinity and
2797         sched_setaffinity.
2798         * sysdeps/generic/sched_getaffinity.c: New file.
2799         * sysdeps/generic/sched_setaffinity.c: New file.
2800         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
2801         sched_setaffinity.
2803 2002-08-06  Andreas Schwab  <schwab@suse.de>
2805         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
2807 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2809         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
2810         message.
2812         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
2813         It is known to be defined.
2815         * include/string.h: Define index and rindex only if _ISOMAC is not
2816         defined.
2818         * elf/rtld.c: Include <errno.h>.
2819         * sysdeps/generic/libc-tls.c: Likewise.
2821 2002-08-07  Roland McGrath  <roland@redhat.com>
2823         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
2824         it internally.
2825         (precsize_aton): Likewise.
2827         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
2828         the static symbols added in the last change (doofus is me).
2830         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
2831         loop to notice missing categories in a composite name.
2833         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
2834         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
2835         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
2836         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
2838 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2840         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2842 2002-08-07  Roland McGrath  <roland@redhat.com>
2844         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
2845         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
2846         Reported by Jakub Jelinek  <jakub@redhat.com>.
2848 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2850         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
2851         division.
2853 2002-08-06  Roland McGrath  <roland@redhat.com>
2855         * include/getopt.h: Put private decls inside [_GETOPT_H].
2856         Use libc_hidden_proto for getopt_long, getopt_long_only.
2857         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
2858         Add libc_hidden_def.
2860         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
2861         Define as a macro for __dl_iterate_phdr.
2863         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
2864         made static.  Add __ name as a strong alias.
2865         (internal_endnetgrent): Likewise.
2866         (internal_getnetgrent_r): Likewise.
2868         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
2869         with no __ prefix.
2870         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
2871         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
2872         all *_l functions with no __ prefix.
2873         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
2874         * ctype/ctype_l.c: Likewise.
2875         * locale/nl_langinfo.c: Likewise.
2876         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
2877         * stdlib/stdlib.h [__USE_GNU]: Likewise.
2878         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
2879         * wctype/wctype.h [__USE_GNU]: Likewise.
2880         * string/strcoll_l.c (strcoll_l): Define as weak alias.
2881         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
2882         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
2883         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
2884         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
2885         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
2886         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
2887         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
2888         (__wcscasecmp_l): Add libc_hidden_def.
2889         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
2890         (__wcsncasecmp_l): Add libc_hidden_def.
2891         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
2892         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
2893         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
2894         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
2895         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
2896         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
2897         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
2898         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
2899         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
2900         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
2901         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
2902         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
2903         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
2904         * wctype/wctype_l.c (wctype_l) Define as weak alias.
2906 2002-08-05  Roland McGrath  <roland@redhat.com>
2908         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
2909         netname2user, host2netname, user2netname, key_gendes.
2910         * sunrpc/netname.c: Add libc_hidden_def.
2911         * sunrpc/key_call.c: Likewise.
2913         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
2914         freeaddrinfo.
2915         * inet/getnameinfo.c: Add libc_hidden_def.
2916         * sysdeps/generic/getaddrinfo.c: Likewise.
2917         * sysdeps/posix/getaddrinfo.c: Likewise.
2919         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
2920         * wcsmbs/wmemchr.c: Add libc_hidden_def.
2921         * wcsmbs/wmemset.c: Add libc_hidden_def.
2923         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
2924         (index, rindex): Define as macros for strchr, strrchr.
2926         * string/envz.c (envz_strip): index -> strchr
2928         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
2929         * sunrpc/rpc_prot.c: Add libc_hidden_def.
2931         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
2932         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
2934         * include/stdlib.h: Use libc_hidden_proto for wctomb.
2935         * stdlib/wctomb.c: Add libc_hidden_def.
2937         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
2938         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
2939         * resolv/herror.c: Likewise.
2940         * inet/rcmd.c: Add libc_hidden_def.
2941         * inet/ruserpass.c: Likewise.
2942         * inet/getnetgrent_r.c: Likewise.
2944         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
2945         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
2946         for svcerr_auth, svcerr_noprog, svcerr_progvers.
2947         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
2948         libc_hidden_def.
2949         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
2950         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
2952         * sysdeps/posix/system.c (do_system): New function, guts broken out of
2953         __libc_system.
2954         (__libc_system): Call it, putting just the line == NULL test here.
2956         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
2957         variables work right.
2959         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
2960         * elf/dl-close.c (_dl_close): Likewise.
2962         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
2963         in6addr_any, in6addr_loopback.  Remove decls for
2964         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
2965         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
2966         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
2967         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
2968         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
2969         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
2970         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
2971         in6addr_loopback.
2972         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
2974         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
2975         ether_aton_r.
2976         * inet/ether_aton_r.c: Add libc_hidden_def.
2977         * inet/ether_ntoa_r.c: Likewise.
2979         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
2980         xprt_unregister.
2981         * sunrpc/svc.c: Add libc_hidden_def.
2982         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
2983         pmap_set, pmap_unset.
2984         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
2985         * sunrpc/pm_getport.c: Likewise.
2986         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
2987         * sunrpc/publickey.c: Add libc_hidden_def.
2989 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2991         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
2992         the other memset call in this function.
2994         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
2995         at correct index.  Clear BSS region now that memalign is used.
2997 2002-08-05  Roland McGrath  <roland@redhat.com>
2999         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
3000         * sysdeps/generic/uname.c: Add libc_hidden_def.
3001         * sysdeps/mach/hurd/uname.c: Likewise.
3003 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
3005         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
3006         wcspbrk): Add libc_hidden_proto.
3007         * time/strftime.c (my_strftime): Add libc_hidden_def.
3008         (strftime): Remove libc_hidden_def.
3009         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
3010         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
3011         * wcsmbs/wcsspn.c (wcsspn): Likewise.
3012         * wcsmbs/wcscmp.c (wcscmp): Likewise.
3013         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
3014         * wcsmbs/wcscoll.c (wcscoll): Likewise.
3016         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
3017         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3018         __rpc_thread_createerr): Add libc_hidden_proto.
3019         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
3020         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3021         __rpc_thread_createerr): Add libc_hidden_def.
3023         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
3024         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
3025         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
3026         clnt_perror, clnt_sperror): Add libc_hidden_def.
3027         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
3029         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
3030         libc_hidden_proto.
3031         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
3032         * sunrpc/des_soft.c (des_setparity): Likewise.
3034         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
3035         Add libc_hidden_proto.
3036         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
3037         Add libc_hidden_def.
3039 2002-08-05  Roland McGrath  <roland@redhat.com>
3041         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
3042         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
3043         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
3044         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
3045         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
3046         old data, abandoning the original memory allocated by rtld at startup,
3047         instead of calling realloc normally.
3049 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3051         * po/fr.po: Update from translation team.
3053 2002-08-04  Roland McGrath  <roland@redhat.com>
3055         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
3056         then generate a dummy module under the given name, obeying the
3057         normal rules for the "caller" field.
3059         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
3060         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
3062         * include/pthread.h: Don't declare __pthread_initialize_minimal as
3063         weak here; we declare it weak or strong in the one place we use it.
3064         * sysdeps/generic/libc-start.c: ... which is here.
3065         Don't make the decl weak if [USE_TLS], since static programs need TLS
3066         setup even when single-threaded.
3068         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
3070         * elf/Makefile (test-srcs): Add $(modules-names) to it.
3071         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
3072         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
3073         all these variables.
3075 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3077         * include/stdio.h: Don't define macro magic to redirect function
3078         calls if _ISOMAC is defined.
3080         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
3081         ldouble asin tests.
3083 2002-08-04  Roland McGrath  <roland@redhat.com>
3085         * stdlib/lrand48_r.c: Add libc_hidden_def.
3087         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
3088         TCB with __libc_memalign instead of mmap.
3089         (_dl_deallocate_tls): Free it with free instead of munmap.
3091         * Makerules (cpp-srcs-left): When setting this to run
3092         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
3093         words.  Combine the two loops into one on the concatenated list,
3094         including those as well as $(test-srcs).
3096         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
3097         since we align here with optimally minimal waste anyway.
3098         (malloc): Just call that.
3100         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
3101         the right variable.
3103         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
3104         to compute memory location for l_tls_initimage.
3105         * elf/rtld.c (_dl_start): Likewise.
3106         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3108         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
3109         because the .d file is generated in the non-shared case and
3110         so fails to catch them otherwise.
3112         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
3113         split out of _dl_allocate_tls.
3114         (_dl_allocate_tls_init): Likewise.
3115         (_dl_allocate_tls): Call those.
3116         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
3117         * elf/rtld.c (dl_main): Call them separately instead of calling
3118         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
3119         is finished, so that the initializer data has been relocated before we
3120         copy it into the main thread's TLS block.
3122         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
3123         loop conditions, prevented the last used module from being initialized.
3125 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3127         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
3128         if glob resp. globfree are not macros.
3129         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
3130         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
3131         Add libc_hidden_ver.
3132         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
3133         libc_hidden_def.
3134         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
3135         instead of libc_hidden_weak.
3136         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
3137         libc_hidden_ver instead of libc_hidden_def.
3138         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
3139         libc_hidden_ver instead of libc_hidden_def.
3140         (wcstoll, wcstoq): Remove libc_hidden_weak.
3141         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
3142         libc_hidden_ver.
3143         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
3144         libc_hidden_ver.
3145         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
3146         libc_hidden_ver.
3147         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
3148         libc_hidden_ver.
3150 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3152         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
3153         to access _sys_siglist.
3154         * string/strsignal.c: Likewise.
3155         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
3156         * sysdeps/gnu/siglist.c: Likewise.
3157         * sysdeps/unix/siglist.c: Likewise.
3158         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
3160         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
3162         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
3164         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
3165         alias and use it.
3166         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
3168         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
3169         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
3170         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
3172         * include/time.h: Add libc_hidden_proto for __gmtime_r.
3173         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
3175         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
3176         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
3177         and __gconv_get_cache respectively.
3178         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
3179         defined static.  Change all users.
3180         (__gconv_get_cache): New function.
3181         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
3182         (__gconv_get_alias_db): New function.
3183         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
3184         (__conv_modules_db): Likewise.
3185         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
3186         and __gconv_get_alias_db.
3187         * iconv/iconv_prog.c: Use the new functions instead of accessing the
3188         variables.
3190         * include/stdlib.h: Add prototype and libc_hidden_proto for
3191         __default_morecore.
3192         * sysdeps/generic/morecore.c: Include <stdlib.h>.
3194         * malloc/obstack.c: Remove fputs macro.
3196         * malloc/mtrace.c: Remove fopen macro.
3198 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3200         * manual/debug.texi: Fix spelling to programmatically.
3201         Reported by <hayastan132@hotmail.com>.
3203 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3205         * include/libio.h: Add libc_hidden_proto for __uflow.
3206         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
3207         fgetpos to _IO_* names.
3208         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
3209         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
3210         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
3211         putwc_unlocked, vswscanf.
3212         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
3213         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
3214         * libio/fseek.c: Likewise.
3215         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
3216         not fopencookie.
3217         * libio/genops.c (__uflow): Add libc_hidden_def.
3218         * libio/iofflush_u.c (fflush_unlocked): Likewise.
3219         * libio/iofgets_u.c (fgets_unlocked): Likewise.
3220         * libio/iofputs_u.c (fputs_unlocked): Likewise.
3221         * libio/iofputws_u.c (fputws_unlocked): Likewise.
3222         * libio/iofread_u.c (fread_unlocked): Likewise.
3223         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3224         * libio/iovswscanf.c (vswscanf): Likewise.
3225         * libio/putwc_u.c (putwc_unlocked): Likewise.
3226         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
3227         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
3228         * malloc/mtrace.c: Likewise.
3230         * sunrpc/clnt_perr.c: Remove fputs macro.
3231         * sunrpc/svc_simple.c: Likewise.
3232         * sunrpc/svc_tcp.c: Likewise.
3233         * sunrpc/svc_udp.c: Likewise.
3234         * sunrpc/xdr_rec.c: Likewise.
3235         * sunrpc/xdr_ref.c: Likewise.
3237         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
3238         iconv_prog, linereader, and charmap-dir.
3239         * locale/Makefile: Likewise for locale and charmap-dir.
3240         * malloc/Makefile: Likewise for memusagestat.
3241         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
3242         * sunrpc/Makefile: Likewise for rpc_main.
3243         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
3244         * timezone/Makefile: Likewise for zic.
3246         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
3248         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
3249         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
3250         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
3251         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
3252         _dl_close.
3254         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
3255         __wunderflow.
3256         * libio/genops.c (__underflow): Add libc_hidden_def.
3257         * libio/wgenops.c (__wuflow): Likewise.
3258         (__wunderflow): Likewise.
3260         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
3261         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
3263         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
3264         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
3266         * include/string.h: Add libc_hidden_proto for __strverscmp.
3267         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
3269         * include/unistd.h: Add libc_hidden_proto for __sysconf.
3270         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
3271         * sysdeps/posix/sysconf.c: Likewise.
3272         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
3273         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
3275         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
3276         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3277         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3278         __iswxdigit_l, __towlower_l, __towupper_l.
3279         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
3280         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
3282         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
3283         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
3284         * sysdeps/mach/hurd/xmknod.c: Likewise.
3285         * sysdeps/unix/xmknod.c: Likewise.
3286         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
3287         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
3288         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
3290         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
3292 2002-08-03  Roland McGrath  <roland@redhat.com>
3294         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
3295         setpriority.
3296         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
3297         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
3298         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
3299         * sysdeps/mach/hurd/setpriority.c: Likewise.
3300         * sysdeps/mach/hurd/getpriority.c: Likewise.
3301         * sysdeps/generic/setpriority.c: Likewise.
3302         * sysdeps/generic/getpriority.c: Likewise.
3304         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
3305         * malloc/mcheck.c: Add libc_hidden_def.
3307         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
3308         * misc/hsearch_r.c: Add libc_hidden_def.
3310         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3311         * posix/fnmatch.c: Add libc_hidden_weak.
3313         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3314         execl, execle, execlp, execvp, getpid, getsid.
3315         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3316         * sysdeps/unix/alarm.c: Likewise.
3317         * posix/confstr.c: Likewise.
3318         * posix/execvp.c: Likewise.
3319         * posix/execlp.c: Likewise.
3320         * posix/execle.c: Likewise.
3321         * posix/execl.c: Likewise.
3322         * sysdeps/generic/getsid.c: Likewise.
3323         * sysdeps/mach/hurd/getsid.c: Likewise.
3324         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3325         * sysdeps/mach/hurd/getpid.c: Likewise.
3327         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3328         qecvt_r, qfcvt_r, lrand48_r.
3329         * misc/efgcvt_r.c: Add libc_hidden_def.
3331         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3332         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
3334         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
3335         * locale/nl_langinfo.c: Add libc_hidden_def.
3337         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
3338         * sysdeps/generic/glob.c: Add libc_hidden_def.
3339         * sysdeps/generic/glob64.c: Likewise.
3340         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
3342         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
3344         * elf/Makefile (CFLAGS-vismod2.c): New variable.
3346         * locale/setlocale.c (_nl_current_names): Variable moved ...
3347         * locale/localename.c (_nl_current_names): ... here, new file.
3348         Make it global, with attribute_hidden.
3349         * locale/localeinfo.h: Declare it.
3350         * locale/Makefile (aux): Add localename.
3351         * locale/localename.c (__current_locale_name): New function.
3352         * include/locale.h (__current_locale_name): Declare it.
3353         * intl/dcigettext.c (guess_category_value): Use that instead of
3354         calling setlocale.
3356         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
3357         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
3358         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
3359         * locale/newlocale.c: Add alias to __ name.
3360         * locale/duplocale.c: Likewise.
3361         * locale/freelocale.c: Likewise.
3362         * locale/uselocale.c: New file.
3363         * locale/Makefile (routines): Add it.
3364         * locale/Versions (libc: GLIBC_2.3): New set.
3365         Add newlocale, duplocale, freelocale, uselocale.
3366         (libc: GLIBC_PRIVATE): Add __uselocale.
3368         * locale/localeinfo.h [SHARED]
3369         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
3370         (_NL_CURRENT_DATA): Define using that.
3371         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
3372         (_NL_CURRENT_DEFINE): Define to empty.
3373         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
3374         conditionalized on this.
3375         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
3376         taking initializer of _nl_C_locobj.
3377         [SHARED] (_nl_global_locale): New variable, using that initializer.
3378         (_nl_C_locobj): Use new macro for initialzier.
3379         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
3380         [! SHARED] (CATEGORY_USED): New macro.
3381         [SHARED] (CATEGORY_USED, _nl_C): New macros.
3382         (setdata, setlocale): Use that macro instead of examining _nl_current.
3383         (setdata): Set the slot in _nl_global_locale.
3384         Conditionalize setting of _nl_current on [! SHARED].
3385         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
3386         declaration as an extern.
3387         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
3389         * include/locale.h: Use libc_hidden_proto for setlocale.
3390         * locale/setlocale.c: Add libc_hidden_def.
3392         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
3394         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
3395         * misc/hsearch_r.c: Add libc_hidden_def.
3396         * misc/lsearch.c: Likewise.
3398         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
3399         endttyent.
3400         * misc/getttyent.c: Add libc_hidden_def.
3402         * include/mcheck.h: Use libc_hidden_proto for mcheck.
3403         * malloc/mcheck.c: Add libc_hidden_def.
3405         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
3406         * include/argz.h: Use libc_hidden_proto for argz_delete.
3407         * string/argz-delete.c: Add libc_hidden_def.
3408         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
3410         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
3411         HIDDEN_JUMPTARGET for _exit.
3412         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
3413         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
3414         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3415         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
3417         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
3418         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
3419         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
3420         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
3422         * include/stdlib.h: Use libc_hidden_proto for abort,
3423         __strtof_internal, __strtod_internal, __strtold_internal,
3424         __strtol_internal, __strtoll_internal, __strtoul_internal,
3425         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
3426         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
3427         __strtoul_l_internal, __strtoull_l_internal.
3428         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
3429         __wcstod_internal, __wcstold_internal, __wcstol_internal,
3430         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
3431         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
3432         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
3433         __wcsncasecmp_l.
3434         * sysdeps/generic/abort.c: Add libc_hidden_def.
3435         * stdlib/strtod.c: Likewise.
3436         * sysdeps/generic/strtol.c: Likewise.
3437         * sysdeps/wordsize-64/strtol.c: Likewise.
3438         * sysdeps/wordsize-64/wcstol.c: Likewise.
3439         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
3441         * include/stdlib.h: Use libc_hidden_proto for qsort.
3442         * stdlib/msort.c: Add libc_hidden_def.
3444         * include/utime.h: Use libc_hidden_proto for utime.
3445         * sysdeps/generic/utime.c: Add libc_hidden_def.
3446         * sysdeps/unix/utime.c: Likewise.
3448         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
3449         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
3450         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3451         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
3452         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
3454         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
3455         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
3456         and __libc_current_sigrtmax.
3457         * signal/sigismem.c: Add libc_hidden_def.
3458         * signal/sigfillset.c: Likewise.
3459         * signal/sigempty.c: Likewise.
3460         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
3461         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
3462         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
3463         * sysdeps/posix/raise.c: Likewise.
3464         * sysdeps/generic/raise.c: Likewise.
3466 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3468         * include/string.h: Use libc_hidden_proto for __stpcpy.
3469         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
3470         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
3471         * sysdeps/generic/stpcpy.c: Likewise.
3472         * sysdeps/i386/stpcpy.S: Likewise.
3473         * sysdeps/i386/i586/stpcpy.S: Likewise.
3474         * sysdeps/powerpc/stpcpy.S: Likewise.
3475         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
3476         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3478         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
3479         __strncasecmp_l, __strdup, __strndup, __strerror_r.
3480         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
3481         libc_hidden_def.
3482         * string/strdup.c (__strdup): Likewise.
3483         * string/strndup.c (__strndup): Likewise.
3484         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
3485         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
3487 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3489         * include/libio.h: New file.
3490         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
3491         * libio/iolibio.h: #include <libio.h>, not "libio.h".
3492         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
3493         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
3494         * sysdeps/unix/common/syscalls.list: Likewise.
3495         * sysdeps/unix/inet/syscalls.list: Likewise.
3496         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
3497         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3498         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3499         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3500         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3501         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3502         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3503         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3504         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3505         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
3506         * sysdeps/unix/syscalls.list: Likewise.
3508 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3509             Ulrich Drepper  <drepper@redhat.com>
3511         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
3512         the arguments is big enough to cause an overflow.
3514 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3516         * assert/assert.c: Use hidden_def not INTDEF.
3518 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3520         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
3521         not defined.
3523 2002-08-03  Roland McGrath  <roland@redhat.com>
3525         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
3526         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
3527         verr, verrx.
3528         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
3529         * misc/syslog.c: Add libc_hidden_def.
3530         * misc/err.c: Likewise.
3531         * stdlib/exit.c: Likewise.
3532         * stdlib/bsearch.c: Likewise.
3533         * sysdeps/generic/getenv.c: Likewise.
3535         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
3537         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
3538         libc_hidden_weak for every system call symbol defined.
3540         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
3541         timelocal, localtime, strftime.
3542         * time/asctime.c: Add libc_hidden_def.
3543         * time/mktime.c: Likewise.
3544         * time/localtime.c: Likewise.
3545         * time/strftime.c: Likewise.
3546         * time/strptime.c: Likewise.
3547         * sysdeps/generic/time.c: Likewise.
3548         * sysdeps/unix/time.c: Likewise.
3549         * sysdeps/unix/sysv/i386/time.S: Likewise.
3550         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
3552         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
3553         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
3554         * resolv/inet_ntop.c: Likewise.
3555         * resolv/inet_pton.c: Likewise.
3556         * inet/inet_mkadr.c: Add libc_hidden_def.
3557         * inet/inet_netof.c: Likewise.
3558         * resolv/inet_addr.c: Likewise.
3560         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
3561         clauses from conditionals for now.  Will have to be fixed later
3562         for older compilers.
3564         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
3566 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3568         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
3569         broken alias attribute handling.
3570         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
3572 2002-08-02  Roland McGrath  <roland@frob.com>
3574         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
3575         since it sets the variables we use in a -D switch.
3577 2002-08-02  Roland McGrath  <roland@redhat.com>
3579         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
3580         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
3581         matches long int, not int.
3583         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
3584         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
3585         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3586         * wctype/wctrans.c (wctrans): Likewise.
3587         * wctype/wctype.c (__wctype): Likewise.
3588         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
3590 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3592         * assert/assert.c (__assert_fail): Fix typo in comment.
3594         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
3595         * sunrpc/rpc_thread.c: Define it without static.
3596         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
3598 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3600         * assert/assert.c (__assert_fail): Remove undef.
3601         Replace INTDEF with libc_hidden_def.
3602         * assert/__assert.c (__assert): Remove INTUSE.
3603         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
3604         libc_hidden_weak.
3605         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
3606         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
3607         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
3608         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
3609         libm_hiden_ver): Define.
3610         * include/assert.h (__assert_fail_internal): Remove.
3611         (__assert_fail): Add prototype.  Add hidden_proto.
3612         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
3613         libc_hidden_proto.
3614         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
3615         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
3616         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
3617         Add libc_hidden_proto.
3618         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
3619         __fcntl): Add libc_hidden_proto.  Remove macros.
3620         (__open_internal, __fcntl_internal): Remove.
3621         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
3622         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
3623         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
3624         libc_hiden_proto.
3625         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
3626         libc_hidden_def.
3627         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
3628         Add libc_hidden_def.
3629         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
3630         * sysdeps/generic/open.c (__open): Remove undef.
3631         Add libc_hidden_def.  Remove INTDEF.
3632         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
3633         Add libc_hidden_def.
3634         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
3635         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
3636         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
3637         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3638         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3639         (__libc_fcntl): Add libc_hidden_def.
3640         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
3641         (__open): Remove INTDEF2.  Add libc_hidden_weak.
3642         (__libc_open): Add libc_hidden_def.
3643         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
3644         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
3645         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3646         Add libc_hidden_def.
3647         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
3648         Add libc_hidden_def.
3649         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
3650         undef.
3651         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3652         (__libc_fcntl): Add libc_hidden_def.
3653         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3654         __getpgid_internal, __chown_internal): Remove.
3655         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3656         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3657         __GI___chown): Add.
3658         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3659         __getpid_internal, __open_internal, __write_internal): Remove.
3660         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3661         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3662         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3663         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3664         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3665         Replace INTDEF with libc_hidden_def.
3666         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3667         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3668         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3669         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3670         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3671         Add libc_hidden_proto.
3672         * include/sys/poll.h (__poll): Add libc_hidden_proto.
3673         * include/sys/select.h (__select): Likewise.
3674         * include/sys/socket.h (__send): Likewise.
3675         * include/sys/statfs.h (__statfs): Likewise.
3676         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3677         __getpid, __getpgid, __setpgid, __close, __read, __write,
3678         __getpagesize, __sbrk): Likewise.
3679         (__chown_internal, __dup2_internal, __getpid_internal,
3680         __getpgid_internal, __close_internal, __write_internal,
3681         __getpagesize_internal): Remove.
3682         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3683         Remove macros.
3684         * include/printf.h (__printf_fp): Add libc_hidden_proto.
3685         * include/sched.h (__sched_setscheduler): Likewise.
3686         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3687         * include/stdlib.h (__secure_getenv): Likewise.
3688         * include/signal.h (__sigaction, __sigsuspend): Likewise.
3689         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3690         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3691         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3692         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3693         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3694         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3695         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3696         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3697         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3698         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3699         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3700         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3701         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3702         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3703         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3704         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3705         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3706         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3707         * libio/genops.c (__overflow): Add libc_hidden_def.
3708         * libio/iovdprintf.c: Remove libio.h include.
3709         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3710         libc_hidden_weak): Define to nothing if not defined.
3711         (__overflow, __woverflow): Add libc_hidden_proto.
3712         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3713         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3714         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3715         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3716         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3717         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3718         and libc_hidden_def.
3719         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3720         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3721         (__getpgid): Add libc_hidden_proto.
3722         (__bsd_getpgrp): Remove INTUSE.
3723         * resolv/res_init.c (__res_ninit, __res_randomid): Add
3724         libc_hidden_def.
3725         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3726         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3727         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3728         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3729         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3730         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3731         __rpc_thread_createerr): Add libc_hidden_def.
3732         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3733         libc_hidden_def.
3734         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3735         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3736         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3737         * sysdeps/generic/chown.c (__chown): Likewise.
3738         * sysdeps/generic/close.c (__close): Likewise.
3739         * sysdeps/generic/dup2.c (__dup2): Likewise.
3740         * sysdeps/generic/pipe.c (__pipe): Likewise.
3741         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3742         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
3743         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
3744         * sysdeps/generic/read.c (__libc_read): Likewise.
3745         (__read): Add libc_hidden_weak.
3746         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
3747         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
3748         * sysdeps/generic/select.c (__select): Likewise.
3749         * sysdeps/generic/send.c (__send): Likewise.
3750         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
3751         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
3752         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
3753         * sysdeps/generic/statfs.c (__statfs): Likewise.
3754         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
3755         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
3756         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
3757         Remove undef and INTDEF.
3758         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
3759         * sysdeps/generic/getpid.c (__getpid): Likewise.
3760         * sysdeps/generic/write.c (__libc_write): Likewise.
3761         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3762         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
3763         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3764         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
3765         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
3766         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
3767         Remove undef and INTDEF.
3768         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
3769         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3770         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
3771         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
3772         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
3773         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3774         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
3775         (__pipe): Add libc_hidden_def.
3776         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
3777         libc_hidden_weak.
3778         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
3779         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
3780         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
3781         (__read): Add libc_hidden_weak.
3782         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
3783         (__libc_pwrite64): Add libc_hidden_def.
3784         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3785         * sysdeps/mach/hurd/select.c (__select): Likewise.
3786         * sysdeps/mach/hurd/send.c (__send): Likewise.
3787         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3788         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3789         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3790         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3791         * sysdeps/posix/dup2.c: Likewise.
3792         Remove undef and INTDEF.
3793         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
3794         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
3795         (__pwrite64): Add libc_hidden_weak.
3796         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
3797         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
3798         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
3799         * sysdeps/standalone/close.c (__close): Likewise.
3800         * sysdeps/standalone/write.c (__libc_write): Likewise.
3801         (__write): Add libc_hidden_weak.
3802         * sysdeps/standalone/read.c (__read): Likewise.
3803         (__libc_read): Add libc_hidden_def.
3804         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
3805         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
3806         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
3807         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
3808         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
3809         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
3810         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
3811         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
3812         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
3813         __GI___sigaction): Add.
3814         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
3815         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
3816         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
3817         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
3818         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
3819         __GI___setpgid): Add.
3820         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
3821         Remove undef and INTDEF.
3822         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
3823         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
3824         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
3825         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
3826         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
3827         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
3828         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
3829         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
3830         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
3831         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
3832         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
3833         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
3834         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
3835         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
3836         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
3837         __GI___statfs, __GI___send): Add.
3838         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
3839         libc_hidden_ver resp. libc_hidden_def.
3840         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
3841         libc_hidden_def.
3842         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
3843         Likewise.  Remove undef and INTDEF.
3844         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
3845         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
3846         __GI___statfs, __GI___send): Add.
3847         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
3848         libc_hidden_def.
3849         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
3850         Likewise.
3851         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
3852         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
3853         libc_hidden_ver resp. libc_hidden_def.
3854         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
3855         __GI___send): Add.
3856         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
3857         Add libc_hidden_weak.
3858         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
3859         Add libc_hidden_def.
3860         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
3861         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
3862         libc_hidden_weak.
3863         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
3864         resp. libc_hidden_def.
3865         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
3866         libc_hidden_weak.
3867         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
3868         INTDEF.
3869         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
3870         Likewise.  Remove undef.
3871         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
3872         libc_hidden_weak.
3873         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
3874         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
3875         libc_hidden_weak.
3876         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
3877         libc_hidden_def.
3878         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
3879         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
3880         Likewise.  Remove undef and INTDEF.
3881         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
3882         libc_hidden_def.
3883         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
3884         libc_hidden_weak.
3885         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
3886         libc_hidden_def.
3887         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
3888         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
3889         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
3890         libc_hidden_weak.
3891         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
3892         Add libc_hidden_def.
3893         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
3894         __GI___statfs): Add.
3895         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
3896         libc_hidden_weak.
3897         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
3898         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
3899         Remove undef and INTDEF.
3900         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
3901         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
3902         libc_hidden_def.
3903         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
3904         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
3905         libc_hidden_weak.
3906         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
3907         libc_hidden_def.
3908         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
3909         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
3910         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
3911         Add.
3912         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
3913         libc_hidden_def.  Remove undef and INTDEF.
3914         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
3915         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
3916         libc_hidden_def.
3917         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
3918         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
3919         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
3920         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
3921         Remove undef and INTDEF.
3922         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
3923         broken visibility attribute handling.
3924         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
3926 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3928         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
3929         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
3931         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
3932         previous patch.
3934 2002-06-29  Todd Fries  <todd@openbsd.org>
3936         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
3938 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3940         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
3942 2002-07-30  Roland McGrath  <roland@redhat.com>
3944         * resolv/resolv.h (_res): Define macro unconditionally.
3945         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
3946         * include/resolv.h: ... here.
3947         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
3948         as a __thread variable.
3949         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
3950         a __thread variable instead of a global.
3951         * resolv/res_data.c [_LIBC]: Don't #undef _res.
3953         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
3954         time we test it.
3956         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
3958         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
3959         decls of memset and memcpy.
3961         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
3962         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
3964         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
3966         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
3967         (__libc_tsd_define): Define using __thread.
3969         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
3970         (__rpc_thread_variables): Use __libc_tsd_get.
3971         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
3972         __rpc_thread_variables, which might allocate what we're about to free.
3974         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
3975         thread-local variable.
3976         * resolv/netdb.h (h_errno): Define macro unconditionally.
3977         [_LIBC] (__set_h_errno): Macro moved to ...
3978         * include/netdb.h: ... here.
3979         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
3980         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
3981         [! _LIBC_REENTRANT]: #undef h_errno here.
3983         * include/errno.h: Protect from multiple inclusion.
3985         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
3986         before defining them, since Linux's <linux/posix_types.h> might have
3987         defined them.
3989 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3991         * malloc/malloc.c (public_cALLOc): Check for overflow on
3992         multiplication.
3993         * sunrpc/xdr_array.c (xdr_array): Likewise.
3994         * sunrpc/rpc/types.h (mem_free): Add comment.
3995         Patch by Solar Designer <solar@openwall.com>.
3997 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3999         * sysdeps/unix/sysv/linux/kernel-features.h
4000         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
4002 2002-08-01  Roland McGrath  <roland@redhat.com>
4004         * libio/fileops.c (_IO_file_sync_mmap): New function.
4005         (_IO_file_jumps_mmap): Use it.
4006         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
4007         repeat the stat check and resize the mapped buffer as necessary.
4009 2002-07-31  Roland McGrath  <roland@redhat.com>
4011         * libio/fileops.c (decide_maybe_mmap): New static function.
4012         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
4013         mmap the file contents.  Then switch the jump tables to the mmap
4014         tables if it worked, or the vanilla file tables if not.
4015         (_IO_file_underflow_maybe_mmap): New function.
4016         (_IO_file_seekoff_maybe_mmap): New function.
4017         (_IO_file_xsgetn_maybe_mmap): New function.
4018         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
4019         * libio/libioP.h: Declare those.
4020         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
4021         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
4022         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
4023         If the stream is read-only, set its jump tables to those new ones.
4024         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
4025         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
4026         We need the tables set before _IO_file_attach.
4028         * libio/tst-mmap-eofsync.c: New file.
4029         * libio/tst-mmap-fflushsync.c: New file.
4030         * libio/bug-mmap-fflush.c: New file.
4031         * libio/tst-mmap2-eofsync.c: New file.
4032         * libio/Makefile (tests): Add them.
4034         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
4035         _IO_file_underflow_mmap fails, it already set the appropriate bit.
4037 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
4039         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
4040         Declarations moved to <bits/sys_errlist.h>.  Include that file.
4041         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
4042         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
4043         declare sys_errlist and sys_nerr.
4044         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
4045         provide declarations.
4047 2002-07-31  Roland McGrath  <roland@redhat.com>
4049         * elf/rtld.c (dl_main): Fix typo in error message.
4051 2002-07-31  Roland McGrath  <roland@frob.com>
4053         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
4054         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
4055         sysdeps/mach/hurd/dl-sysdep.c change.
4057 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
4059         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
4060         -r`/build/include for kernel headers.
4062         * po/fi.po: New file.
4064 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
4066         * configure.in (static_nss): Set to `yes' if --disable-shared.
4068 2002-07-23  Bruno Haible  <bruno@clisp.org>
4070         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
4071         is set.
4073 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4075         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
4076         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
4077         arguments.
4079 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4081         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
4082         alias.
4084 2002-07-21  Bruno Haible  <bruno@clisp.org>
4086         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
4087         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
4088         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
4089         trans_sysdep_tab_offset.
4090         (struct sysdep_segment): New type.
4091         (struct sysdep_string): New type.
4092         (SEGMENTS_END): New macro.
4093         * intl/gettextP.h (struct sysdep_string_desc): New type.
4094         (struct loaded_domain): New fields malloced, n_sysdep_strings,
4095         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
4096         orig_tab, trans_tab, hash_tab to const pointers because they point
4097         into read-only memory.
4098         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
4099         (PRI*): Define fallback values.
4100         (get_sysdep_segment_value): New function.
4101         (_nl_load_domain): Distinguish major and minor revision parts. Add
4102         support for minor revision 1 with system dependent strings.
4103         (_nl_unload_domain): Also free the 'malloced' field.
4104         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
4105         now done in loadmsgcat.c. Add support for system dependent strings.
4107 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4109         * posix/bug-regex7.c: New file.
4110         * posix/bug-regex8.c: New file.
4111         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
4113 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4115         * posix/bug-regex4.c (main): Fix typos.
4116         * posix/bug-regex6.c (main): Likewise.
4118 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
4120         * posix/bug-regex6.c (main): Fix warnings.
4122         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
4124         * iconv/iconv_prog.c (main): Improve error message for the cases
4125         where -t and/or -f parameter are missing.
4127 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
4129         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
4130         (re_search): Likewise.
4131         (re_match_2): Likewise.
4132         (re_search_2): Likewise.
4133         (re_search_stub): New function.
4134         (re_search_2_stub): New function.
4135         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
4137 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
4139         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
4140         (re_string_eoi): Use STOP instead of LEN.
4141         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
4142         (re_string_construct): Likewise.
4143         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
4144         * posix/regexec.c (re_search_internal): Add a new argument STOP
4145         so that it can handle the argument STOP of re_search_2 and re_match_2
4146         correctly.
4147         (regexec): Adapt to new I/F of re_search_internal.
4148         (re_search_stub): Likewise.
4150 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
4152         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
4154         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
4156         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
4157         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
4158         of __divdi3.
4160         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
4161         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
4162         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
4163         alias for adjtimex syscall.
4165         * elf/dl-minimal.c: Define __assert_fail_internal.
4166         * assert/assert.c: Likewise.
4167         * include/assert.h: Define __assert_file macro if !SHARED and not
4168         NOT_IN_libc.
4170         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
4171         programs.
4172         * locale/Makefile: Likewise.
4173         * nscd/Makefile: Likewise.
4174         * catgets/Makefile: Likewise.
4176 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4178         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
4179         compute current position.
4181         * stdio-common/tst-fseek.c (main): Improve error messages.
4183         * libio/tst-freopen.c (main): Remove unused variable.
4185         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
4186         succesful seek call.  Simplify error checking.
4188 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4190         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
4191         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4193 2002-07-19  Roland McGrath  <roland@frob.com>
4195         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
4196         __libc_enable_secure is set.
4198 2002-07-24  Roland McGrath  <roland@frob.com>
4200         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
4201         This implementation supports only IPv4.
4202         * inet/ifaddrs.h: New file.
4203         * sysdeps/generic/ifaddrs.c: New file.
4204         * sysdeps/gnu/ifaddrs.c: New file.
4205         * inet/test-ifaddrs.c: New file.
4206         * inet/Makefile (routines): Add ifaddrs.
4207         (headers): Add ifaddrs.h here.
4208         (tests): Add test-ifaddrs.
4209         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
4211         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
4212         socket call to get an AF_INET socket, instead of using __opensock.
4213         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
4215         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
4216         if not -1 use it instead of calling __opensock.
4217         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
4218         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
4219         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
4221         * sysdeps/mach/hurd/ifreq.h: New file.
4222         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
4223         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
4224         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
4226         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
4227         which gets moved around.  Calculate size of mmap'd buffer instead.
4229 2002-07-24  Philip Blundell  <philb@gnu.org>
4231         * sysdeps/unix/arm/brk.S: Improve schedule.
4232         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
4233         efficient instruction.
4234         (__socket): Optimize return sequence.
4236 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4238         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
4239         sockets on old kernels.
4241 2002-07-22  Philip Blundell  <philb@gnu.org>
4243         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
4244         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4245         alias.
4247 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4249         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
4250         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
4252         * locale/programs/locarchive.c (add_locale_to_archive): Correct
4253         test to detect duplicate locales.
4255         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
4256         position would be before beginning of file.
4257         (_IO_file_seekoff_mmap): Likewise.
4258         * libio/Makefile (tests): Add bug-fseek.
4259         * libio/bug-fseek.c: New file.
4261         * intl/explodename.c: Remove support for CEN-style locale variables.
4262         It was never used and shouldn't be since it's not portable.
4263         * intl/finddomain.c: Likewise.
4264         * intl/l10nflist.c: Likewise.
4265         * intl/loadinfo.h: Likewise.
4266         * locale/findlocale.c: Likewise.
4268 2002-07-24  Roland McGrath  <roland@frob.com>
4270         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
4271         position, calculate it to take into account an active pushback buffer.
4273         * libio/Makefile (tests): Add bug-ungetc.
4274         * libio/bug-ungetc.c: New file.
4276 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
4278         * sysdeps/generic/libc-tls.c: New file.
4279         * csu/Makefile (routines): Add libc-tls.
4280         (static-only-routines): Add libc-tls.
4281         * elf/dl-support.c (_dl_phdr): New variable.
4282         (_dl_phnum): New variable.
4283         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
4284         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
4285         for !SHARED.  First look through auxiliary vector.  If TLS always
4286         call __pthread_initialize_minimal.
4288         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
4289         in mmap call is never zero.
4291 2002-07-23  Andreas Jaeger  <aj@suse.de>
4293         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
4294         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
4296 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
4298         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
4299         creation and removal of the temp file.
4301         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
4302         file creation.
4303         * test-skeleton.c (create_temp_file): New function.
4305 2002-07-22  Andreas Jaeger  <aj@suse.de>
4307         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
4308         local label.
4310 2002-07-21  Roland McGrath  <roland@frob.com>
4312         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4313         put -I../include before -I../stdlib so we get the right errno.h et al.
4314         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4315         (CFLAGS-wcstof.c): Likewise.
4316         (CFLAGS-wcstold.c): Likewise.
4317         (CFLAGS-wcstod_l.c): Likewise.
4318         (CFLAGS-wcstof_l.c): Likewise.
4319         (CFLAGS-wcstold_l.c): Likewise.
4321 2002-07-19  Roland McGrath  <roland@frob.com>
4323         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4325 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4327         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4328         __ASSUME_AT_XID is defined.
4329         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4330         for 2.4.1 and up.
4331         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4332         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
4334         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
4335         (CFLAGS-wcstof.c): Likewise.
4336         (CFLAGS-wcstold.c): Likewise.
4337         (CFLAGS-wcstod_l.c): Likewise.
4338         (CFLAGS-wcstof_l.c): Likewise.
4339         (CFLAGS-wcstold_l.c): Likewise.
4341 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
4343         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
4344         __priority_which_t): Always typedef to int for C++.
4346 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
4348         * configure.in: Add test for __thread support in compiler.
4349         * config.h.in: Add HAVE___THREAD.
4350         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
4351         * include/sys/errno.h: Moved to...
4352         * stdlib/sys/errno.h: ...here.  New file.
4353         * stdlib/errno.h: New file.  Moved from...
4354         * include/errno.h: ...here.  Changed into an internal header defining
4355         libc-local things like __set_errno.
4356         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
4357         bits/errno.h.
4358         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
4359         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
4360         either.
4361         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
4362         from...
4363         (_dl_start_final): ...here.  Add code to initialize tls elements from
4364         bootstrap_map.
4365         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
4366         if USE_TLS && HAVE___THREAD.
4367         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
4368         * sysdeps/mach/hurd/bits/errno.h: Likewise.
4369         * sysdeps/standalone/arm/bits/errno.h: Likewise.
4370         * sysdeps/standalone/bits/errno.h: Likewise.
4371         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
4372         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
4373         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
4374         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
4375         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
4376         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
4377         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
4378         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
4379         use GL(dl_rtld_map), use map parameter.
4380         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4381         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
4382         USE_TLS && HAVE___THREAD.
4383         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
4384         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
4385         TLS code sequence.
4386         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4388         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
4389         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
4390         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
4391         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4392         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4393         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4395 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
4397         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
4398         MS_INVALIDATE values.
4400 2002-07-17  Andreas Schwab  <schwab@suse.de>
4401             Ulrich Drepper  <drepper@redhat.com>
4403         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
4404         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4405         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4406         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4408 2002-07-01  H.J. Lu  <hjl@gnu.org>
4410         * elf/circleload1.c (load_dso): Call "circlemod1" and check
4411         return value.
4413         * elf/circlemod1.c (circlemod1): Return int.
4414         * elf/circlemod2.c (circlemod2): Likewise.
4415         * elf/circlemod2a.c (circlemod2): Likewise.
4416         * elf/circlemod3.c (circlemod3): Likewise.
4417         (circlemod3a): A new function.
4419 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4421         * catgets/tst-catgets.c (main): Don't expect results for
4422         untranslated messages.
4424         * glibcbug.in: Fix little typo.  Remove STDIO.
4426         * config.h.in: Fail if __FAST_MATH__ is defined.
4427         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
4428         (CPPFLAGS-test-idouble.c): Likewise.
4429         (CPPFLAGS-test-ildouble.c): Likewise.
4431 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4433         * intl/tst-gettext.sh: Pass -f option to msgfmt.
4434         * intl/tst-gettext.c: Correctly handle untranslated messages in
4435         positive tests.
4437         * po/de.po: Update from translation team.
4439 2002-07-02  H.J. Lu  <hjl@gnu.org>
4441         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
4442         use ll/sc.
4443         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
4445         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
4446         to 2.4.0 for mips.
4448 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4450         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
4451         TLS fail if USE_TLS is not defined.
4453         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
4454         and adjust state for seek position.  [PR libc/4070]
4455         * libio/Makefile (tests): Add bug-rewind.
4456         * libio/bug-rewind.c: New file.
4458 2002-07-12  Philip Blundell  <philb@gnu.org>
4460         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
4461         (__backtrace): Use it.
4462         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
4464 2002-07-12  Philip Blundell  <philb@gnu.org>
4466         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
4467         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
4468         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
4469         (elf_machine_rela): Remove unused variable.
4471         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
4472         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
4473         define.
4475 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
4477         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
4479 2002-07-14  Andreas Jaeger  <aj@suse.de>
4481         * sysdeps/x86_64/bits/link.h: Add biarch support.
4483 2002-07-13  Andreas Jaeger  <aj@suse.de>
4485         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
4486         Use correct indices.
4487         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
4489 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4491         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
4492         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
4493         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
4494         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
4495         * sysdeps/s390/s390-32/bits/link.h: Remove.
4496         * sysdeps/s390/s390-64/bits/link.h: Remove.
4497         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
4498         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
4499         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
4500         * sysdeps/s390/bits/wordsize.h: New file.
4501         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
4502         elfclass.h.
4503         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
4504         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
4505         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
4506         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
4507         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
4508         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
4509         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
4510         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
4511         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
4512         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
4513         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
4514         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
4515         resource.h.
4516         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
4517         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
4518         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
4519         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
4520         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
4521         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
4522         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
4523         sigaction.h.
4524         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
4525         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
4526         siginfo.h.
4527         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
4528         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
4529         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
4530         socket.h.
4531         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
4532         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
4533         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
4534         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
4535         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
4536         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
4537         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
4538         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
4539         procfs.h.
4540         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
4541         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
4542         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
4543         ucontext.h.
4544         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
4545         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
4547 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4549         * Versions.def (libc): Add GLIBC_2.3.
4550         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
4551         * stdlib/canonicalize.c: Add compatibility version for realpath
4552         and make new code available in GLIBC_2.3.
4554 2002-07-06  Bruno Haible  <bruno@clisp.org>
4556         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
4558 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4560         * resolv/res_hconf.c (_res_hconf_init): Move code into new
4561         function do_init.  Use __libc_once.
4562         (do_init): New function.
4564         * iconvdata/iso8859-11.h: Removed.
4565         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
4566         (distribute): Remove iso8859-11.h.
4567         * iconvdata/tst-tables.sh: Add ISO-8859-11.
4569         * stdio-common/vfscanf.c (inchar): Restore errno from previous
4570         underflow operation if c == (W)EOF.
4572 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4574         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
4575         non-zero, adjust exponent.
4576         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
4577         Remove NO_LONG_DOUBLE aliases.
4578         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
4579         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
4580         (__log1pl): Raise divide by zero and invalid exceptions when needed.
4581         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
4582         1**y and -1**+-Inf.
4583         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
4584         Fix BITS_PER_MP_LIMB 32 extraction.
4585         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
4586         exceptions for qNaNs.
4587         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
4588         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
4589         Raise exceptions when needed.  Don't recurse unnecessarily.
4590         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
4591         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
4592         exceptions for qNaNs.
4593         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
4594         to fix *quo return value sign.
4595         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
4596         case -Inf argument.
4597         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
4599 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4601         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
4602         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
4603         -DNDEBUG.
4605 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4607         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
4608         the result.
4610         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
4611         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
4613         * Versions.def (libthread_db): Add GLIBC_2.3.
4615 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
4617         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
4618         new stream if possible.
4619         * libio/freopen64.c (freopen64): Likewise.
4620         * libio/Makefile (tests): Add tst-freopen.
4621         * libio/tst-freopen.c: New file.
4623 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4625         * libio/stdio.h (obstack_printf): Add format attribute.
4626         (obstack_vprintf): Likewise.
4628 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4630         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
4631         resp. 16 bytes on 32-bit resp. 64-bit platforms.
4632         (re_charset_t, re_string_t): Reorder structure members for 64-bit
4633         architectures.
4635 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4637         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
4638         (init_dfa): ...here.
4640 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
4642         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
4643         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
4644         nodes in parse trees.
4645         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
4646         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
4647         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
4648         nodes which can epsilon transit.
4649         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
4650         to IS_EPSILON_NODE macro.
4651         * posix/regexec.c (update_regs): New function to update registers
4652         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4653         (proceed_next_node): Use the entities of the nodes to determine
4654         whether the node can transit to.
4655         (set_regs): Use update_regs function to update registers.
4657 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4659         * posix/bug-regex4.c (main): Remove duplicate setlocale.
4660         * posix/bug-regex6.c: New file.
4661         * posix/Makefile (tests): Add bug-regex6.
4662         (bug-regex6-ENV): Set LOCPATH.
4664 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4666         * Versions.def [libpthread]: Add GLIBC_2.2.6.
4667         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4669 2002-07-06  Bruno Haible  <bruno@clisp.org>
4671         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4673 2002-07-06  Bruno Haible  <bruno@clisp.org>
4675         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4676         declarations.
4678         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4680         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4682         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4683         not _UTSNAME_H.
4684         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4686         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4687         * sysdeps/generic/bits/ustat.h: Likewise.
4689         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4691 2002-07-08  Andreas Jaeger  <aj@suse.de>
4693         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4695 2002-07-08  Andreas Jaeger  <aj@suse.de>
4697         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4699 2002-07-06  Andreas Jaeger  <aj@suse.de>
4701         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4702         * sysdeps/x86_64/fpu/s_copysign.S: New file.
4703         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4704         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4705         * sysdeps/x86_64/fpu/s_finitel.S: New file.
4706         * sysdeps/x86_64/fpu/s_fmax.S: New file.
4707         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4708         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4709         * sysdeps/x86_64/fpu/s_fmin.S: New file.
4710         * sysdeps/x86_64/fpu/s_fminf.S: New file.
4711         * sysdeps/x86_64/fpu/s_fminl.S: New file.
4713 2002-06-05  Brian Youmans <3diff@gnu.org>
4715         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4716         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4717         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4718         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4719         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4720         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4721         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4722         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4723         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4724         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4725         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4726         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4727         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4728         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4729         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4730         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4731         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4732         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4733         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4734         * sysdeps/ia64/fpu/e_log.S: Likewise.
4735         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4736         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4737         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4738         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4739         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4740         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4741         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4742         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4743         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4744         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4745         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4746         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4747         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4748         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4749         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4750         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4751         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
4752         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4753         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
4754         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
4755         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4756         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4757         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4758         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4759         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4760         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4761         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4762         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4763         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4764         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4765         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4766         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4767         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4768         * sysdeps/ia64/fpu/s_modf.S: Likewise.
4769         * sysdeps/ia64/fpu/s_modff.S: Likewise.
4770         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4771         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4772         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4773         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4774         * sysdeps/ia64/fpu/s_rint.S: Likewise.
4775         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4776         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4777         * sysdeps/ia64/fpu/s_round.S: Likewise.
4778         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4779         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4780         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4781         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4782         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4783         * sysdeps/ia64/fpu/s_significand.S: Likewise.
4784         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4785         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4786         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4787         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4788         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4789         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4790         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4791         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4792         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
4793         reflect IBM donation of math library to FSF
4794         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4795         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4796         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4797         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4798         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4799         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4800         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4801         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4802         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4803         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4804         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4805         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4806         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4807         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4808         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4809         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4810         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4811         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4812         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4813         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4814         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4815         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4816         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
4817         * sysdeps/vax/__longjmp.c: Likewise.
4818         * sysdeps/vax/setjmp.c: Likewise.
4819         * libio/filedoalloc.c: Fixed BSD copying permission notice to
4820         remove advertising clause
4821         * sysdeps/vax/htonl.s: Likewise.
4822         * sysdeps/vax/htons.s: Likewise.
4823         * libio/wfiledoalloc.c: Likewise.
4824         * stdlib/random.c: Likewise.
4825         * stdlib/random_r.c: Likewise.
4826         * sysdeps/mach/sys/reboot.h: Likewise.
4827         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
4828         * sysdeps/posix/getaddrinfo.c: Likewise.
4829         * sunrpc/des_impl.c: Updated license permission notice to Lesser
4830         GPL and corrected pointer to point to the correct license.
4832 2002-07-04  Andreas Jaeger  <aj@suse.de>
4834         * scripts/config.guess: New upstream version.
4835         * scripts/config.sub: Likewise.
4837 2002-07-02  Andreas Schwab  <schwab@suse.de>
4839         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
4840         in parallel to bumping up the buffer pointer.
4842 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4844         * math/libm-test.inc (acos_test): Add missing L suffix for
4845         expected result.
4846         (cpow_test): Likewise.
4847         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
4848         error for acos (0.0625).
4850 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4852         * locale/iso-639.def: Add entry for Ganda.
4853         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
4854         definition.
4855         (address_finish): Handle entries with two letter ISO 639 code.
4857         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
4858         directory if it existed before.
4859         * iconv/iconvconfig.c: Implement --prefix option.
4861         * math/libm-test.inc (cexp_test): Add missing L suffix for
4862         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
4863         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
4864         1.25 i).
4866 2002-05-29  H.J. Lu  <hjl@gnu.org>
4868         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
4869         is turned on.
4871 2002-05-28  H.J. Lu  <hjl@gnu.org>
4873         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
4874         are not dlopened on the dependency list of a dlopened object.
4876 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4878         * elf/dl-lookup.c (add_dependency): It is not necessary to add
4879         dependencies if they are created between objects which are created
4880         while processing RTLD_NOW for objects loaded as part of the same
4881         dlopen call.
4883 2002-06-14  H.J. Lu  <hjl@gnu.org>
4885         * elf/Makefile (tests): Add circleload1.
4886         (modules-names): Add circlemod1, circlemod2, circlemod3,
4887         circlemod1a, circlemod2a and circlemod3a.
4888         ($(objpfx)circleload1): New target.
4889         ($(objpfx)circleload1.out): Likewise.
4890         ($(objpfx)circlemod1.so): Likewise.
4891         ($(objpfx)circlemod2.so): Likewise.
4892         ($(objpfx)circlemod1a.so): Likewise.
4893         ($(objpfx)circlemod2a.so): Likewise.
4894         * elf/circleload1.c: New file.
4895         * elf/circlemod1.c: New file.
4896         * elf/circlemod1a.c: New file.
4897         * elf/circlemod2.c: New file.
4898         * elf/circlemod2a.c: New file.
4899         * elf/circlemod3.c: New file.
4900         * elf/circlemod3a.c: New file.
4902 2002-06-18  Amos Waterland  <apw@us.ibm.com>
4904         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
4905         file descriptor.
4906         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
4907         add check for fd not open for writing.
4909         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
4910         completed element(s) and do not suspend thread if so.  Patch
4911         heavily modified by drepper.
4913         * rt/tst-aio7.c: New file.  Regression test for problems which the
4914         above three changes fix.
4915         * rt/Makefile (tests): Add tst-aio7.
4917 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4919         * rt/tst-aio6.c: Fix comment.
4921         * catgets/gencat.c (read_input_file): Handle more than one slash
4922         at end of line correctly [PR libc/3926].
4923         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
4925         * catgets/sample.SJIS: Add test case for above bug.
4926         * catgets/test-gencat.c: Adjust test code.
4927         * catgets/test-gencat.sh: Adjust expected results.
4929         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
4930         to skip relative relocations.
4931         Patch by Geoff Keating <geoffk@redhat.com>.
4933 2002-05-26  Bruno Haible  <bruno@clisp.org>
4935         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
4936         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
4937         All callers changed.
4938         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
4939         STANDARD_FROM_LOOP_ERR_HANDLER.
4940         (utf8_internal_loop): Likewise.
4941         (ucs2_internal_loop): Likewise.
4942         (internal_ucs2_loop): Perform error handling like in
4943         STANDARD_FROM_LOOP_ERR_HANDLER.
4944         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
4945         in STANDARD_FROM_LOOP_ERR_HANDLER.
4946         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4947         handling.
4948         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
4949         in STANDARD_FROM_LOOP_ERR_HANDLER.
4950         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4951         handling.
4952         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
4953         in STANDARD_FROM_LOOP_ERR_HANDLER.
4954         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4955         handling.
4956         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
4957         STANDARD_FROM_LOOP_ERR_HANDLER.
4958         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
4959         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
4960         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
4961         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
4962         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
4963         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
4964         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
4965         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
4966         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
4967         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
4968         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
4969         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
4970         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
4971         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
4972         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
4973         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
4974         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
4975         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
4976         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
4977         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
4978         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
4979         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
4980         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
4981         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4982         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
4983         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
4984         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
4985         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
4986         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
4987         an error, still set result = __GCONV_ILLEGAL_INPUT.
4988         (BODY for TO_LOOP): Likewise.
4989         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
4990         STANDARD_FROM_LOOP_ERR_HANDLER.
4991         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4992         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
4993         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4994         handling.
4995         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4996         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
4997         STANDARD_FROM_LOOP_ERR_HANDLER.
4998         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4999         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
5000         STANDARD_FROM_LOOP_ERR_HANDLER.
5001         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5002         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
5003         STANDARD_FROM_LOOP_ERR_HANDLER.
5004         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5005         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
5006         STANDARD_FROM_LOOP_ERR_HANDLER.
5007         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5008         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
5009         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5010         handling.
5011         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5012         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
5013         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
5014         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
5016 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5018         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
5019         labels in assembler instructions.
5021 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
5023         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
5024         not enough content is available.
5025         * libio/tst-eof.c: New file.
5026         * libio/Makefile (tests): Add tst-eof.
5028         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
5029         update atime.
5030         * libio/tst-atime.c: New file.
5031         * libio/Makefile (tests): Add tst-atime.
5033         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
5034         handling of overly long words.
5036 2002-06-25  Andreas Jaeger  <aj@suse.de>
5038         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
5039         to not use 32-bit pc relative relocations.
5040         (elf_machine_dynamic): Likewise.
5042 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5044         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
5045         (__GETDENTS): Check for failed getdents64 syscall.
5046         * dirent/Makefile (tests): Add bug-readdir1.
5047         * dirent/bug-readdir1.c: New file.
5049 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
5051         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
5052         lookups.
5053         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
5054         code.  Print TLS modid and offset for modules containing PT_TLS
5055         segments.
5057 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5059         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5060         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5061         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5062         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5064 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5066         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
5067         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
5068         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
5069         * nss/getXXent_r.c (NEW, NEW1): Define.
5070         (NEW (REENTRANT_GETNAME)): Strong alias to
5071         INTERNAL (REENTRANT_GETNAME).
5072         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
5074 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5076         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
5077         (_IO_file_jumps_mmap): Use it.
5078         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
5079         * libio/libioP.h: Remove _IO_wdefault_setbuf and
5080         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
5081         prototype.
5082         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
5083         (_IO_wfile_jumps_mmap): Don't use it anymore.
5084         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
5085         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
5086         _IO_wdefault_setbuf.
5087         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
5088         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
5089         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
5091 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
5093         * libio/Makefile (tests): Add tst-mmap-setvbuf.
5094         * libio/tst-mmap-setvbuf.c: New test.
5096 2002-06-21  Andreas Jaeger  <aj@suse.de>
5098         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
5100 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
5102         * include/unistd.h (__fork_internal): Remove.
5103         (__fork): Don't define to __fork_internal.
5104         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
5105         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
5106         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
5107         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
5108         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
5110 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5112         * po/hr.po: New file.
5114 2002-06-11  Wolfram Gloger  <wg@malloc.de>
5116         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
5117         Reported by Michael Meissner <meissner@redhat.com>.
5119 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5121         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
5122         Patch by Hans Boehm <hans_boehm@hp.com>.
5124 2002-06-20  Andreas Jaeger  <aj@suse.de>
5126         * math/libm-test.inc: Use exact values as input parameters,
5127         compute output parameters with 36 digits for 128-bit long doubles.
5128         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
5129         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
5130         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
5132 2002-06-13  Stephen L Moshier  <steve@moshier.net>
5134         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
5135         argument or result is subnormal.
5137 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
5139         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
5140         quotient.
5141         * sysdeps/i386/fpu/s_remquof.S: Likewise.
5142         * sysdeps/i386/fpu/s_remquol.S: Likewise.
5144         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
5146 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
5148         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
5149         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
5150         Reported by Peter A. Buhr.
5152 2002-06-15  Roland McGrath  <roland@frob.com>
5154         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
5155         warning.
5157         * sysdeps/mach/hurd/getcwd.c
5158         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
5160         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
5161         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
5163         * sysdeps/alpha/divrem.h: Use local label instead of global one for
5164         jump to local subroutine.
5166 2002-06-14  Roland McGrath  <roland@frob.com>
5168         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
5169         * sysdeps/mach/hurd/Makeconfig: ... here.
5171 2002-06-13  Andreas Schwab  <schwab@suse.de>
5173         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
5174         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5175         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5177 2002-06-13  Roland McGrath  <roland@frob.com>
5179         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
5180         * hurd/hurdstartup.c (_hurd_startup): Likewise.
5181         Use intptr_t instead of int for argc in stack layout.
5182         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
5183         (_dl_init_first): Likewise.
5184         (_hurd_stack_setup): Likewise.
5185         (init1): Add a cast.
5186         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
5188         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
5189         argument to pfinet_siocgifconf RPC.
5191 2002-06-13  Andreas Schwab  <schwab@suse.de>
5193         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
5194         expansion order.
5196 2002-06-12  Roland McGrath  <roland@frob.com>
5198         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
5199         if already defined.
5200         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
5201         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
5203 2002-06-11  Roland McGrath  <roland@frob.com>
5205         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
5206         file on [!RTLD_STAT64].
5207         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5209         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
5210         (__fdopen): Use INTUSE.
5211         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
5213         * stdio-common/tmpfile64.c: File removed.
5214         * sysdeps/generic/tmpfile64.c: New file.
5215         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
5216         if not already defined.
5217         (tmpfile): Use it in place of __GT_FILE.
5219         * include/unistd.h: Declare __chown_internal.
5221         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
5222         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
5224 2002-06-09  Roland McGrath  <roland@frob.com>
5226         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
5227         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
5228         value of HURD_INTERFACE_VERSION >= 20020609.
5229         * sysdeps/mach/hurd/configure: Regenerated.
5230         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
5231         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
5232         convert a struct stat64 into a struct stat and return 0 or -1
5233         with errno set to EOVERFLOW.
5234         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
5235         for struct statfs64 to struct statfs.
5236         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
5237         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
5238         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
5239         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
5240         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
5241         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
5242         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
5243         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
5244         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
5245         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
5246         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
5247         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
5248         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
5249         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
5250         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
5251         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
5252         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
5253         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
5254         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
5255         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
5256         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
5257         Use struct stat64 for io_stat argument.
5258         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
5259         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
5260         to io_seek.
5261         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
5262         * hurd/fd-write.c (_hurd_fd_write): Likewise.
5263         * hurd/hurd/fd.h: Update decls.
5264         * sysdeps/mach/hurd/getcwd.c
5265         (_hurd_canonicalize_directory_name_internal): Use ino64_t
5266         and struct dirent64.
5267         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
5268         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
5269         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
5270         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
5272 2002-06-08  Roland McGrath  <roland@frob.com>
5274         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
5275         instead of unsigned long int for __allocation and __size members.
5277 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5279         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5280         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5281         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5282         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5284 2002-06-07  Roland McGrath  <roland@frob.com>
5286         * sysdeps/mach/hurd/bits/environments.h: File removed.
5288 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5290         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
5291         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
5292         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
5293         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
5294         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
5295         (sendfile64): Likewise.
5296         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
5297         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
5298         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
5299         Likewise.
5300         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
5302         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
5303         already defined.
5305 2002-06-04  Bruno Haible  <bruno@clisp.org>
5307         * sysdeps/cris/stackinfo.h: New file.
5309         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
5310         to an integer type before performing bit operations on it.
5312 2002-06-05  Roland McGrath  <roland@frob.com>
5314         * sysdeps/generic/sendfile.c: Include <errno.h>.
5315         * sysdeps/generic/sendfile64.c: Likewise.
5317         * io/Makefile (routines): Add sendfile and sendfile64.
5318         (headers): Add sys/sendfile.h to the list.
5319         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5320         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5321         * io/sys/sendfile.h: ... here.
5322         * sysdeps/generic/sendfile.c: New file.
5323         * sysdeps/generic/sendfile64.c: New file.
5325         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5326         Move sendfile, sendfile64 to ...
5327         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5328         * sysdeps/mach/hurd/sendfile.c: New file.
5329         * sysdeps/mach/hurd/sendfile64.c: New file.
5331         * sysdeps/mach/nanosleep.c: New file.
5333 2002-06-04  Roland McGrath  <roland@frob.com>
5335         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
5336         * sysdeps/alpha/elf/configure: New file (generated).
5338 2002-06-02  Roland McGrath  <roland@frob.com>
5340         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
5342 2002-06-01  Roland McGrath  <roland@frob.com>
5344         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
5345         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
5347 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5349         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
5350         Add nsmap.
5351         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
5352         Remove nstimes setting.
5353         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
5354         * resolv/res_send.c (res_nsend): Don't close unconditionally if
5355         there is mix of IPv6 and IPv4 nameservers.
5356         Use nsmap array to find free slots and preserve nameserver ordering.
5357         Fix RES_ROTATE.
5359 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5361         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
5362         use this header with LFS.
5364         * po/sk.po: Update from translation team.
5366 2002-05-28  Andreas Schwab  <schwab@suse.de>
5368         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
5369         message when finding object of wrong class.
5371 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
5373         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
5374         Patch by <radu@netsoft.ro>.
5376 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5378         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
5379         Add readahead.
5380         * sysdeps/unix/sysv/linux/readahead.c: New file.
5381         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
5382         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
5383         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
5384         Add sendfile64 alias to sendfile syscall.
5385         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5386         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5387         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5388         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
5389         syscall.
5391         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
5392         special section for PIC register loading.
5393         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5395         * config.h.in: Define HAVE_HIDDEN.
5396         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
5398         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
5400 2002-05-28  Roland McGrath  <roland@frob.com>
5402         * sysdeps/mach/alpha/setfpucw.c: New file.
5404 2002-05-26  Roland McGrath  <roland@frob.com>
5406         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
5407         Use integer_t instead of int for IOC_VOID case.
5409 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
5411         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
5413 2002-05-26  Bruno Haible  <bruno@clisp.org>
5415         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
5416         end of the ISO-8859-7 from idx table.
5418 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
5420         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
5422 2002-05-24  David S. Miller  <davem@redhat.com>
5424         * string/bits/string2.h (memset): Do not try to optimize when
5425         not _STRING_ARCH_unaligned if GCC will do the right thing.
5427 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
5429         * posix/regex.c: Define `inline' as a macro into nothing for the
5430         compilers which lack the keyword.
5431         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
5432         for the compatibility of gawk.
5433         * posix/regcomp.c: Add fake implementation of isblank() for the
5434         environments which lack the function.
5435         Don't use free_charset() in case of non-i18n envs.
5436         (build_range_exp): Don't use i18n related code in case of non-i18n
5437         envs.
5438         (build_collating_symbol): Likewise.
5439         (build_equiv_class): Likewise.
5440         (build_charclass): Likewise.
5441         (re_compile_fastmap_iter): Likewise.
5442         (parse_bracket_exp): Likewise.
5443         (build_word_op): Likewise.
5444         (regfree): Don't use free_charset() in case of non-i18n envs.
5445         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
5446         re_token_type_t in case of non-i18n envs.
5447         Don't define re_charset_t in case of non-i18n envs.
5448         Change the type of wcs of re_string_t from wchar_t to wint_t,
5449         since we store also WEOF.
5450         * posix/regex_internal.c: (re_string_realloc_buffers): Change
5451         the type of wcs of re_string_t from wchar_t to wint_t.
5452         (re_string_reconstruct): Likewise.
5453         (create_ci_newstate): Don't use i18n related code in case of
5454         non-i18n envs.
5455         (create_cd_newstate): Likewise.
5457 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
5459         * iconv/loop.c: Fix typo.
5461 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
5463         * inet/ether_line.c (ether_line): Fix a typo causing only
5464         lower 4 bits of each ethernet address byte being assigned.
5465         Don't modify what line points to.
5466         * inet/tst-ether_aton.c (main): Add ether_line tests.
5468 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
5470         * manual/filesys.texi: Don't make readlink example leak memory
5471         when readlink fails.
5473 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
5475         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
5476         some more security checks.
5478 2002-05-17  David S. Miller  <davem@redhat.com>
5480         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
5482 2002-05-16  David S. Miller  <davem@redhat.com>
5484         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
5485         (elf_machine_dynamic): Use it to force PIC register to be loaded.
5486         (elf_machine_load_address): Likewise.
5487         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
5489         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
5490         is unaligned, do not forget to fully initialize %g1 magic value.
5492         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
5493         register definitions and provide 32-bit variants of structures
5494         during 64-bit builds.
5496         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
5497         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
5498         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
5499         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
5500         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
5501         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
5502         Do not clear implicit one bit here, it must be done post-rounding.
5503         Only pad to the left using left shift if value uses less than the
5504         available fractional bits.
5506 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5508         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
5509         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
5510         (shared-only-routines): Likewise.
5511         * sysdeps/powerpc/libgcc-compat.c: New file.
5512         * sysdeps/wordsize-32/cmpdi2.c: Removed.
5513         * sysdeps/wordsize-32/fixdfdi.c: Removed.
5514         * sysdeps/wordsize-32/fixsfdi.c: Removed.
5515         * sysdeps/wordsize-32/shdi3.c: Removed.
5517 2002-05-16  Bruno Haible  <bruno@clisp.org>
5519         * MakeTAGS (libc.pot): Don't sort the output.
5520         * po/header.pot: Update to match xgettext 0.11 output.
5522 2002-05-16  Bruno Haible  <bruno@clisp.org>
5524         * MakeTAGS (subdirs): Remove duplicates.
5526 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5528         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
5529         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
5530         alias.
5532 2002-05-19  Andreas Jaeger  <aj@suse.de>
5534         * sysdeps/unix/sysv/linux/configure.in: Warn against an
5535         installation in /usr/local.
5537 2002-05-16  Bruno Haible  <bruno@clisp.org>
5539         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
5540         string as argument of #error.
5542 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
5544         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
5545         don't define static.  Remove old __realpath function.  TC1 of
5546         POSIX 2001 will allow the second parameter to be NULL.
5547         * stdlib/test-canon.c: Comment out test for NULL as second
5548         parameter of realpath.
5550         * time/offtime.c (__offtime): Set errno if overflow is detected.
5552         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
5553         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
5554         dl-brk and dl-sbrk.
5556         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
5557         (fdimf): Likewise.
5559 2002-05-15  Roland McGrath  <roland@frob.com>
5561         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
5563 2002-05-12  Bruno Haible  <bruno@clisp.org>
5565         * iconvdata/testdata/EUC-JISX0213: New file.
5566         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
5567         * iconvdata/testdata/SHIFT_JISX0213: New file.
5568         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
5569         * iconvdata/testdata/ISO-2022-JP-3: New file.
5570         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
5571         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
5572         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
5573         contains comments indicating precomposed characters.
5575 2002-04-21  Bruno Haible  <bruno@clisp.org>
5577         * iconvdata/iso-2022-jp-3.c: New file.
5578         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
5579         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
5580         (LDFLAGS-ISO-2022-JP-3.so): New variable.
5581         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
5582         (distribute): Add iso-2022-jp-3.c.
5584 2002-05-12  Bruno Haible  <bruno@clisp.org>
5586         * iconvdata/tst-table-to.c (main): Restore handling of
5587         transliterations, broken by last patch.
5589 2002-05-12  Bruno Haible  <bruno@clisp.org>
5591         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
5593 2002-05-12  Bruno Haible  <bruno@clisp.org>
5595         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
5596         when there is not enough room in the output buffer.
5597         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5599 2002-04-20  Bruno Haible  <bruno@clisp.org>
5601         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
5602         macros.
5603         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5604         Also make this macro work if FROM_DIRECTION evaluates to 0.
5605         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5606         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
5607         of consume_incomplete.
5608         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5609         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
5610         4, not 8.
5611         * iconvdata/cp1258.c: Likewise.
5612         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5613         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
5614         not 2.
5615         * iconvdata/ibm933.c: Likewise.
5616         * iconvdata/ibm935.c: Likewise.
5617         * iconvdata/ibm937.c: Likewise.
5618         * iconvdata/ibm939.c: Likewise.
5619         * iconvdata/iso-2022-cn.c: Define
5620         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5621         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
5622         * iconvdata/iso-2022-cn-ext.c: Likewise.
5623         * iconvdata/iso-2022-jp.c: Define
5624         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5625         {MIN,MAX}_NEEDED_{FROM,TO}.
5626         * iconvdata/tcvn5712-1.c: Define
5627         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5628         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
5629         * iconvdata/euc-jisx0213.c: Define
5630         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5631         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
5632         * iconvdata/shift_jisx0213.c: Likewise.
5634 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5636         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
5637         shdi3, fixdfdi, fixsfdi in csu dir.
5638         (shared-only-routines): Likewise.
5639         * sysdeps/wordsize-32/cmpdi2.c: New file.
5640         * sysdeps/wordsize-32/shdi3.c: New file.
5641         * sysdeps/wordsize-32/fixdfdi.c: New file.
5642         * sysdeps/wordsize-32/fixsfdi.c: New file.
5643         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
5644         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
5645         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
5647         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
5648         Only use va_arg if the argument will be used [PR libc/3259].
5650 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
5652         * catgets/catgets.c (catopen): Free buffer if internal catalog
5653         open fails.
5655 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5657         * debug/xtrace.sh: Make more robust.  For realtime tracking use
5658         non-buffering methods.
5659         * debug/pcprofiledump.c: Implement -u option.
5660         Patch by Roger Luethi <rl@hellgate.ch>.
5662 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
5664         * include/netinet/in.h (bindresvport_internal): Add prototype.
5665         * include/rpc/auth.h  (authunix_create_internal,
5666         authunix_create_default_internal, authnone_create_internal,
5667         authdes_pk_create_internal): Add prototypes.
5668         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5669         clntudp_create_internal, clntudp_bufcreate_internal,
5670         clntunix_create_internal): Add prototypes.
5671         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5672         svc_getreq_internal, svc_getreq_common_internal,
5673         svc_getreqset_internal, svc_getreq_poll_internal,
5674         svc_register_internal, svc_unregister_internal,
5675         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5676         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5677         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5678         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5679         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5680         * inet/rcmd.c (rcmd_af): Use __listen.
5681         (rresvport_af): Use __bind.
5682         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5683         authunix_create, authunix_create_default, authnone_create,
5684         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5685         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5686         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5687         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5688         _authenticate, add INTDEF after such function definitions.
5689         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5690         __setsockopt, __getsockname instead of non-__ variants.
5691         * sunrpc/pmap_rmt.c: Likewise.
5692         * sunrpc/rtime.c: Likewise.
5693         * sunrpc/svc_udp.c: Likewise.
5694         * sunrpc/clnt_unix.c: Likewise.
5695         * sunrpc/svc_unix.c: Likewise.
5696         * sunrpc/bindrsvprt.c: Likewise.
5697         * sunrpc/svc_tcp.c: Likewise.
5698         * sunrpc/auth_none.c: Likewise.
5699         * sunrpc/clnt_raw.c: Likewise.
5700         * sunrpc/clnt_tcp.c: Likewise.
5701         * sunrpc/auth_unix.c: Likewise.
5702         * sunrpc/key_call.c: Likewise.
5703         * sunrpc/clnt_gen.c: Likewise.
5704         * sunrpc/pm_getmaps.c: Likewise.
5705         * sunrpc/clnt_simp.c: Likewise.
5706         * sunrpc/pmap_clnt.c: Likewise.
5707         * sunrpc/svc_run.c: Likewise.
5708         * sunrpc/svc.c: Likewise.
5709         * sunrpc/svc_simple.c: Likewise.
5710         * sunrpc/pm_getport.c: Likewise.
5711         * sunrpc/auth_des.c: Likewise.
5712         * sunrpc/svc_auth.c: Likewise.
5713         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5714         __register_frame_info_table_bases, __deregister_frame_info_bases):
5715         Add INTDEF.
5716         (__register_frame_info_bases_internal,
5717         __register_frame_info_table_bases_internal,
5718         __deregister_frame_info_bases_internal): Add prototypes.
5719         (__register_frame_info, __register_frame): Use INTUSE in call to
5720         __register_frame_info_bases.
5721         (__register_frame_info_table): Similarly.
5722         (__deregister_frame_info, __deregister_frame): Similarly.
5723         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5724         sendto as weak alias.
5725         * sysdeps/mach/hurd/sendto.c: Likewise.
5726         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5727         recvfrom as weak alias.
5728         * sysdeps/mach/hurd/recvfrom.c: Likewise.
5729         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5730         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5731         recvmsg as weak alias.
5732         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5733         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5734         sendmsg as weak alias.
5735         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5736         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5737         setsockopt, add setsockopt as weak alias.
5738         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5739         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5740         weak alias.
5741         * sysdeps/mach/hurd/bind.c: Likewise.
5742         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
5743         as weak alias.
5744         * sysdeps/mach/hurd/listen.c: Likewise.
5745         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
5746         getsockname, add getsockname as weak alias.
5747         * sysdeps/mach/hurd/getsockname.c: Likewise.
5748         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
5749         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
5750         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
5751         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
5752         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
5753         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
5754         Add aliases.
5755         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5756         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5757         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5758         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5759         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
5760         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
5761         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
5762         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
5763         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
5764         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
5765         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
5766         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
5768 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5770         * locale/programs/localedef.h (show_archive_content): Add verbose
5771         argument.
5772         * locale/programs/localedef.c (main): Adjust caller.
5773         * locale/programs/locarchive.c (struct nameent, struct dataent): New
5774         types.
5775         (nameentcmp, dataentcmp): New functions.
5776         (xstrcmp): Remove.
5777         (show_archive_content): Print verbose listing with --list-archive -v.
5779 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5781         * locale/programs/locarchive.c (open_archive): Take extra argument
5782         readonly.  If true open file with O_RDONLY and don't create the
5783         archive if it doesn't exist.
5784         Adapt all callers.
5785         (close_archive): Don't do anything if fd element is -1.
5786         * locale/programs/localedef.h (open_archive): Adjust prototype.
5787         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
5788         call.
5790         * malloc/malloc.c (__posix_memalign): Correct check for size of
5791         alignment value [PR libc/3444].
5793         * include/stdio.h: Remove references to old stdio implementation.
5795         * libio/Makefile (bug-ungetwc2-ENV): Define.
5797 2002-05-13  Roland McGrath  <roland@frob.com>
5799         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
5801         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
5803 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
5805         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5806         Allocate three, not two, more than LEN when appending '/.'.
5807         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
5808         if NAME ends with '/.' if it is shorter than 2 chars.
5810 2002-05-12  Roland McGrath  <roland@frob.com>
5812         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
5813         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
5815         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
5816         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
5818 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5820         * sysdeps/ia64/Makefile: Remove extra endif.
5821         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
5823 2002-05-10  Andreas Schwab  <schwab@suse.de>
5825         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
5827 2002-05-09  Andreas Jaeger  <aj@suse.de>
5829         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
5830         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
5831         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
5833         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
5834         * sysdeps/wordsize-64/glob.c: ...here.
5835         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
5836         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
5837         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
5839 2002-05-08  Roland McGrath  <roland@frob.com>
5841         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
5842         O_NOTRANS flag in "." lookup.
5844 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
5846         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
5848 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
5850         * locale/duplocale.c (__duplocale): Update special members only
5851         when allocation succeeded.
5853 2002-05-03  Roland McGrath  <roland@frob.com>
5855         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
5856         we can only build libc.so.0.3(GLIBC_2.2.6) now.
5858 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
5860         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
5861         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
5862         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
5863         * sysdeps/ia64/ia64libgcc.S: New file.
5865 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
5867         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
5869         * malloc/memusage.c: Distinguish anonymous mmap.
5871 2002-05-01  Roland McGrath  <roland@frob.com>
5873         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
5874         and use INTDEF on it.
5875         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
5877         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
5879         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
5881 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
5883         * malloc/memusage.c: Add support for tracking mmap & friends.
5884         * malloc/memusage.sh: Implement -m/--mmap option.
5886 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5888         * locale/programs/locarchive.c (create_archive): Add archivefname
5889         argument, create fname from it.
5890         (enlarge_archive): Honour output_prefix.
5891         (open_archive): Likewise.
5893 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5895         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
5896         too many stpcpy macros.
5898 2002-04-26  Bruno Haible  <bruno@clisp.org>
5900         * locale/programs/ld-collate.c (collate_read): Cast first argument
5901         for "%.*s" to int.
5903 2002-04-26  Bruno Haible  <bruno@clisp.org>
5905         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
5906         __dcngettext_internal): New declarations.
5907         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
5908         attribute declarations.
5910 2002-04-30  Roland McGrath  <roland@frob.com>
5912         Removed old GNU stdio implementation; GNU libio is now the only option.
5913         * configure.in: Removed --enable-libio option and @stdio@ subst var.
5914         Define USE_IN_LIBIO unconditionally.
5915         * configure: Regenerated.
5916         * Makeconfig (stdio): Set to libio by default.
5917         * config.make.in (stdio): Variable removed.
5918         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
5919         * sysdeps/unix/sysv/linux/configure: Regenerated.
5920         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
5921         * sysdeps/mach/hurd/configure: Regenerated.
5922         * stdio/.cvsignore: File removed.
5923         * stdio/Makefile: File removed.
5924         * stdio/Versions: File removed.
5925         * stdio/__fbufsize.c: File removed.
5926         * stdio/__flbf.c: File removed.
5927         * stdio/__fpending.c: File removed.
5928         * stdio/__fpurge.c: File removed.
5929         * stdio/__freadable.c: File removed.
5930         * stdio/__freading.c: File removed.
5931         * stdio/__fsetlocking.c: File removed.
5932         * stdio/__fwritable.c: File removed.
5933         * stdio/__fwriting.c: File removed.
5934         * stdio/clearerr.c: File removed.
5935         * stdio/fclose.c: File removed.
5936         * stdio/fcloseall.c: File removed.
5937         * stdio/feof.c: File removed.
5938         * stdio/ferror.c: File removed.
5939         * stdio/fflush.c: File removed.
5940         * stdio/fgetc.c: File removed.
5941         * stdio/fgetpos.c: File removed.
5942         * stdio/fgets.c: File removed.
5943         * stdio/fileno.c: File removed.
5944         * stdio/fmemopen.c: File removed.
5945         * stdio/fopen.c: File removed.
5946         * stdio/fopncook.c: File removed.
5947         * stdio/fputc.c: File removed.
5948         * stdio/fputs.c: File removed.
5949         * stdio/fread.c: File removed.
5950         * stdio/freopen.c: File removed.
5951         * stdio/fseek.c: File removed.
5952         * stdio/fsetpos.c: File removed.
5953         * stdio/ftell.c: File removed.
5954         * stdio/fwrite.c: File removed.
5955         * stdio/getc.c: File removed.
5956         * stdio/getchar.c: File removed.
5957         * stdio/getdelim.c: File removed.
5958         * stdio/gets.c: File removed.
5959         * stdio/glue.c: File removed.
5960         * stdio/internals.c: File removed.
5961         * stdio/linewrap.c: File removed.
5962         * stdio/linewrap.h: File removed.
5963         * stdio/memstream.c: File removed.
5964         * stdio/newstream.c: File removed.
5965         * stdio/obstream.c: File removed.
5966         * stdio/putc.c: File removed.
5967         * stdio/putchar.c: File removed.
5968         * stdio/puts.c: File removed.
5969         * stdio/rewind.c: File removed.
5970         * stdio/setbuf.c: File removed.
5971         * stdio/setbuffer.c: File removed.
5972         * stdio/setlinebuf.c: File removed.
5973         * stdio/setvbuf.c: File removed.
5974         * stdio/stdio.h: File removed.
5975         * stdio/ungetc.c: File removed.
5976         * stdio/vasprintf.c: File removed.
5977         * stdio/vscanf.c: File removed.
5978         * stdio/vsnprintf.c: File removed.
5979         * stdio/vsprintf.c: File removed.
5980         * stdio/vsscanf.c: File removed.
5981         * sysdeps/generic/defs.c: File removed.
5982         * sysdeps/generic/fdopen.c: File removed.
5983         * sysdeps/generic/pipestream.c: File removed.
5984         * sysdeps/generic/stdio_init.c: File removed.
5985         * sysdeps/generic/sysd-stdio.c: File removed.
5986         * sysdeps/generic/vdprintf.c: File removed.
5987         * sysdeps/mach/hurd/defs.c: File removed.
5988         * sysdeps/mach/hurd/fdopen.c: File removed.
5989         * sysdeps/mach/hurd/pipestream.c: File removed.
5990         * sysdeps/mach/hurd/stdio_init.c: File removed.
5991         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
5992         * sysdeps/mach/hurd/vdprintf.c: File removed.
5993         * sysdeps/posix/defs.c: File removed.
5994         * sysdeps/posix/fdopen.c: File removed.
5995         * sysdeps/posix/pipestream.c: File removed.
5996         * sysdeps/posix/stdio_init.c: File removed.
5997         * sysdeps/posix/vdprintf.c: File removed.
5998         * sysdeps/unix/pipestream.c: File removed.
5999         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
6000         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
6001         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
6003 2002-04-29  Roland McGrath  <roland@frob.com>
6005         * include/libc-symbols.h (link_warning): Use `unused' attribute.
6007 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
6009         * sysdeps/generic/tls.h: Describe what must be defined.
6011         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
6012         glob_in_dir [PR libc/3385].
6013         * posix/globtest.sh: Add test case.
6015         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
6016         //TRANSLIT twice.
6018 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
6020         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
6021         _internal symbol handling.
6022         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6024 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6026         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
6027         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
6029 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
6031         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
6032         not _LIBC and RE_ENABLE_I18N.
6033         (build_range_exp): Implement for not _LIBC.
6034         (build_collating_symbol): Likewise.
6035         (parse_bracket_exp): Unify redundant error handlings.
6036         Don't erase mbcset for non matching list in multibyte envs.
6037         (build_word_op): Add '_' to matching list for \w operator.
6038         * posix/regex_internal.c (re_string_construct): Invoke
6039         build_upper_buffer in case of not RE_ENABLE_I18N.
6040         (re_string_reconstruct): Don't touch cur_state in case of not
6041         RE_ENABLE_I18N.
6042         * posix/regex_internal.h (attribute_hidden): New macro in case of
6043         not _LIBC.
6044         (re_charset_t): Define range_starts/ends in case of not _LIBC.
6045         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
6046         RE_ENABLE_I18N.
6047         (transit_state_mb): Likewise.
6048         (check_node_accept_bytes): Implement the code evaluating range
6049         expression in case of not _LIBC.
6050         (find_collation_sequence_value): Hide in case of not _LIBC.
6052 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
6054         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
6055         i386/semctl.c.
6056         (__old_semctl, __new_semctl): Only use va_arg if the argument will
6057         be used.
6059 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6061         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
6063         * sysdeps/ia64/strncpy.S: Fix recovery code.
6064         Patch by David Mosberger <davidm@hpl.hp.com>.
6066 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6068         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
6069         GLIBC_2.2.6.
6071 2002-04-14  Bruno Haible  <bruno@clisp.org>
6073         * posix/regex.c (re_max_failures): Add back symbol for binary
6074         compatibility.
6076 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
6078         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
6079         of buffer building functions.
6080         * posix/regex_internal.c (re_string_allocate): New function.
6081         (re_string_realloc_buffers): New function.
6082         (re_string_skip_chars): New function.
6083         (re_string_reconstruct): New function.
6084         (re_string_construct): Adapt it to new interface of buffer building
6085         functions.
6086         (re_string_construct_common): Likewise.
6087         (build_wcs_buffer): Likewise.
6088         (build_wcs_upper_buffer): Likewise.
6089         (build_upper_buffer): Likewise.
6090         (re_string_translate_buffer): Likewise.
6091         (re_string_context_at): Adapt it to variable length buffers.
6092         * posix/regex_internal.h (re_string_t): Add new fields to handle
6093         variable length buffers.
6094         (re_match_context_t): Likewise.
6095         * posix/regexec.c (re_search_internal): Adapt it to new interface
6096         of re_string_t and re_match_context_t.
6097         (acquire_init_state_context): Likewise.
6098         (check_matching): Likewise.
6099         (check_halt_state_context): Likewise.
6100         (proceed_next_node): Likewise.
6101         (set_regs): Likewise.
6102         (sift_states_backward): Likewise.
6103         (clean_state_log_if_need): Likewise.
6104         (sift_states_iter_mb): Likewise.
6105         (sift_states_iter_bkref): Likewise.
6106         (add_epsilon_backreference): Likewise.
6107         (transit_state): Likewise.
6108         (transit_state_sb): Likewise.
6109         (transit_state_mb): Likewise.
6110         (transit_state_bkref): Likewise.
6111         (transit_state_bkref_loop): Likewise.
6112         (check_node_accept): Likewise.
6113         (match_ctx_init): Likewise.
6114         (extend_buffers): New function.
6116 2002-04-21  Bruno Haible  <bruno@clisp.org>
6118         * iconvdata/tst-table.sh: For the second check, use the truncated
6119         GB18030 charmap table, like for the first check.
6121 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6123         * elf/dl-load.c (open_verify): Correct __lseek parameters.
6124         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
6126 2002-04-23  H.J. Lu  <hjl@gnu.org>
6128         * include/math.h (isfinite): Fix a typo.
6130 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6132         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
6133         which is created by the test suite.
6135 2002-04-20  Bruno Haible  <bruno@clisp.org>
6137         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
6138         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
6140 2002-04-20  Bruno Haible  <bruno@clisp.org>
6142         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
6143         to avoid gcc warning.
6145 2002-04-20  Bruno Haible  <bruno@clisp.org>
6147         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
6148         of data->__statep->__count.
6150 2002-04-20  Bruno Haible  <bruno@clisp.org>
6152         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
6153         tag characters.
6154         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
6156 2002-04-24  Roland McGrath  <roland@frob.com>
6158         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
6159         use END macro instead of our own .end directive.
6160         Use `callsys' insn mnemonic instead of `call_pal'.
6162         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
6164         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
6165         macro; we need this for Hurd.
6167         Log entry was missing for 2002/03/24 commit of rev 1.8,
6168         goes with 2002-03-17 changes.
6169         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
6170         (sysdep_routines): Append ioperm here.
6171         (sysdep_headers): Append sys/io.h here.
6173 2002-04-23  Roland McGrath  <roland@frob.com>
6175         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
6176         * sysdeps/mach/hurd/sendto.c: Likewise.
6177         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
6178         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
6179         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
6181 2002-04-22  Roland McGrath  <roland@frob.com>
6183         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
6184         failure from i386_io_perm_* RPCs to ENOSYS.
6186 2002-04-22  Andreas Jaeger  <aj@suse.de>
6188         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
6190         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
6192         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
6193         register instead of destroying %rbx.
6195 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
6197         * string/string.h: Declare strerror_r also for XPG6.
6199 2002-04-19  Roland McGrath  <roland@frob.com>
6201         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
6203 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
6205         * Makefile: Add handling of xtests and xcheck targets.
6206         * MakeTAGS: Likewise.
6207         * Makeconfig: Likewise.
6208         * Makerules: Likewise.
6209         * Rules: Likewise.
6210         * manual/Makefile: Likewise.
6211         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
6212         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
6214 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
6216         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
6217         authnone_private_s.
6218         * sunrpc/auth_none.c: Include bits/libc-lock.h.
6219         Delete #ifdef _RPC_THREAD_SAFE_ block.
6220         (authnone_private): Make a struct, not a pointer to struct.
6221         (authnone_private_guard): New once-control variable.
6222         (authnone_create_once): New function, split out of
6223         authnone_create.  No need to allocate memory.
6224         (authnone_create): Just call authnone_create_once via
6225         __libc_once, then return &authnone_private->no_client.
6226         (authnone_marshal): Access private data via CLIENT argument,
6227         not authnone_private pointer.
6228         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
6229         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
6230         authnone_private_s.
6232 2002-04-12  H.J. Lu  <hjl@gnu.org>
6234         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
6236 2002-04-18  Bruno Haible  <bruno@clisp.org>
6238         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6239         FROM_DIRECTION): Make the FROM direction stateless.
6240         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6241         FROM_DIRECTION): Likewise.
6243 2002-04-15  Bruno Haible  <bruno@clisp.org>
6245         * iconvdata/JISX0213.TXT: New file.
6246         * iconvdata/jisx0213.h: New file.
6247         * iconvdata/jisx0213.c: New file.
6248         * iconvdata/euc-jisx0213.c: New file.
6249         * iconvdata/shift_jisx0213.c: New file.
6250         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
6251         * iconvdata/EUC-JISX0213.precomposed: New file.
6252         * iconvdata/SHIFT_JISX0213.precomposed: New file.
6253         * iconvdata/SHIFT_JISX0213.irreversible: New file.
6254         * iconvdata/tst-table-to.c (main): Make it work for encodings for
6255         which the "to" direction is stateful.
6256         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
6257         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
6258         SHIFT_JISX0213.
6259         (libJISX0213-routines): New variable.
6260         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
6261         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
6262         (LDFLAGS-libJISX0213.so): New variable.
6263         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
6264         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
6265         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
6267 2002-04-15  Bruno Haible  <bruno@clisp.org>
6269         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
6270         uint32_t.  Update to Unicode 3.2.
6271         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
6272         (BODY for TO_LOOP): Handle the ASCII range specially.
6273         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
6274         * iconvdata/testdata/BIG5HKSCS: Remove a character.
6275         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
6277 2002-04-15  Bruno Haible  <bruno@clisp.org>
6279         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
6280         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
6282 2002-04-15  Bruno Haible  <bruno@clisp.org>
6284         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
6285         (ucs4_to_cns11643): Update.
6286         * iconvdata/cns11643.c: Update to Unicode 3.2.
6287         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
6288         __cns11643_from_ucs4p2_tab): Regenerated.
6289         (__cns11643_from_ucs4p2c_tab): New array.
6290         * iconvdata/cvs11643l1.c: Update comments.
6291         * iconvdata/EUC-TW.irreversible: Remove two entries.
6293 2002-04-15  Bruno Haible  <bruno@clisp.org>
6295         * locale/C-translit.h.in: Update to Unicode 3.2.
6296         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
6297         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
6299 2002-04-15  Bruno Haible  <bruno@clisp.org>
6301         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
6302         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
6304 2002-04-15  Bruno Haible  <bruno@clisp.org>
6306         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
6307         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
6308         always one byte, not 0 bytes in some cases and 2 bytes in others.
6310         * iconvdata/tst-table-from.c (main): Correct the usage message.
6312 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6314         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6315         (parse_dup_op): Fix error handling like "a{}".
6316         (parse_bracket_exp): Add error handling.
6317         (fetch_number): Add error handling for "a{<very_large_number>}".
6319 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6321         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6322         in case that the symbol name is too long.
6323         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6324         in case of REG_ICASE.
6326 2002-04-19  Andreas Jaeger  <aj@suse.de>
6328         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6329         <hartvige@mips.com>.
6331 2002-04-15  H.J. Lu  <hjl@gnu.org>
6333         * include/math.h (__finitel_internal): Declare only if
6334         __NO_LONG_DOUBLE_MATH is not defined.
6335         (__isinfl_internal): Likewise.
6336         (__isnanl_internal): Likewise.
6338         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
6339         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6340         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6341         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6342         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6343         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6344         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6346         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
6347         __fcntl_internal.
6349         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
6350         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
6352 2002-04-15  Bruno Haible  <bruno@clisp.org>
6354         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
6355         (BODY for TO_LOOP): Likewise.
6356         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
6357         * iconvdata/tst-table.sh: Add support for encodings which contain
6358         precomposed Unicode characters, known to the iconv converter in both
6359         directions but not listed in the charmap.
6360         * iconvdata/IBM856.irreversible: New file.
6361         * iconvdata/IBM922.irreversible: New file.
6362         * iconvdata/IBM1132.irreversible: New file.
6363         * iconvdata/IBM1133.irreversible: New file.
6364         * iconvdata/IBM1160.irreversible: New file.
6365         * iconvdata/IBM1161.irreversible: New file.
6366         * iconvdata/IBM1163.irreversible: New file.
6367         * iconvdata/IBM1164.irreversible: New file.
6368         * iconvdata/ARMSCII-8.irreversible: New file.
6369         * iconvdata/TCVN5712-1.precomposed: New file.
6370         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
6371         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
6372         ARMSCII-8, TCVN5712-1.
6373         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
6374         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
6375         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
6376         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
6378 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6380         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
6381         for EVENING69.  Include offsets in TZ environment variable.
6383 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
6385         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
6386         avoid compiler warnings.
6388         * locale/programs/localedef.c (main): Always call
6389         construct_output_path.
6391         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
6393         * locale/programs/locfile.c (to_archive): New variable.  To collect
6394         data which has to be added to the locale archive.
6395         (write_all_categories): Take new third parameter with locale name.
6396         Unless no_archive flag set add new locale data to the archive
6397         (write_locale_data): Unless no-archive flag set store generated data
6398         in to_archive data structure instead of generation output file.
6399         Add new parameter with locale category index.
6400         * locale/programs/locfile.h: Add new parameters in declaractions of
6401         write_all_categories and write_locale_data.
6402         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
6403         --add-to-archive, and --delete-from-archive options.  Pass extra
6404         parameter to write_all_categories.
6405         * locale/programs/localedef.h: Add prototypes for functions in
6406         locarchive.c.
6407         * locale/locarchive.h: New file.
6408         * locale/programs/locarchive.c: New file.
6409         * locale/Makefile (distribute): Add programs/locarchive.c and
6410         locarchive.h.
6411         (localedef-modules): Add md5 and locarchive.
6412         Add vpath to crypt subdir for md5.c.
6414         * locale/programs/ld-address.c: Pass locale category ID as new second
6415         parameter to write_locale_data.
6416         * locale/programs/ld-collate.c: Likewise.
6417         * locale/programs/ld-ctype.c: Likewise.
6418         * locale/programs/ld-identification.c: Likewise.
6419         * locale/programs/ld-measurement.c: Likewise.
6420         * locale/programs/ld-messages.c: Likewise.
6421         * locale/programs/ld-monetary.c: Likewise.
6422         * locale/programs/ld-name.c: Likewise.
6423         * locale/programs/ld-numeric.c: Likewise.
6424         * locale/programs/ld-paper.c: Likewise.
6425         * locale/programs/ld-telephone.c: Likewise.
6426         * locale/programs/ld-time.c: Likewise.
6428         * locale/simple-hash.c: Move compute_hashval function from here...
6429         * locale/hashval.h: ...to here.  New file.
6430         * locale/simple-hash.h: Add prototype for compute_hashval.
6432         * include/libintl.h: Minor cleanups.
6434 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
6436         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
6438 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
6440         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
6442 2002-04-14  Bruno Haible  <bruno@clisp.org>
6444         * locale/programs/charmap.c (charmap_read): Don't access result if
6445         result == NULL.
6447 2002-02-17  Andreas Schwab  <schwab@suse.de>
6449         * elf/reldep7.c: New file.
6450         * elf/reldep7mod1.c: New file.
6451         * elf/reldep7mod2.c: New file.
6452         * elf/Makefile: Add rules to build and run reldep7.
6454 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
6456         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
6457         the end of the function.  Pass original flags to recursive call if
6458         add_dependency failed.
6459         (_dl_lookup_versioned_symbol): Likewise.
6461 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
6463         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
6464         early, but check whether it overflowed afterwards.
6465         * time/tst-mktime.c (main): Add new tests.
6467 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
6469         * debug/xtrace.sh: Fix program name in help message.
6470         Patch by Roger Luethi <rl@hellgate.ch>.
6472         * include/sys/stat.h: Add prototypes for __lxstat_internal and
6473         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
6474         NOT_IN_libc.
6475         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
6476         * sysdeps/mach/hurd/lxstat.c: Likewise.
6477         * sysdeps/unix/common/lxstat.c: Likewise.
6478         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
6479         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
6480         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6481         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6482         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
6483         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
6484         * sysdeps/mach/hurd/lxstat64.c: Likewise.
6485         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
6486         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
6488         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
6489         prototypes.  Add __mbrlen and __mbrtowc macros.
6490         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
6491         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
6493         * include/unistd.h: Add prototype for __write_internal and add
6494         __libc_write macro is SHARED.
6495         * sysdeps/generic/write.c: Use INTDEF for __write.
6496         * sysdeps/mach/hurd/write.c: Likewise.
6497         * sysdeps/unix/sysv/aix/write.c: Likewise.
6498         * sysdeps/unix/syscalls.list: Add __libc_write alias.
6500         * assert/assert.c: Replace STR_N_SIZE with something usable in
6501         macro arguments.
6502         * assert/assert-perr.c: Likewise.
6504         * include/sys/socket.h: Declare __libc_sa_len_internal and define
6505         SA_LEN macro to use it if not NOT_IN_libc.
6506         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
6508         * include/fcntl.h: Declare __open_internal and define __open and
6509         __libc_open macros if not NOT_IN_libc.
6510         * sysdeps/generic/open.c: Use INTDEF for __open.
6511         * sysdeps/mach/hurd/open.c: Likewise.
6512         * sysdeps/unix/sysv/aix/open.c: Likewise.
6513         * sysdeps/unix/syscalls.list: Add __open_internal alias.
6515         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
6516         has correct number.
6518         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
6519         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
6520         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6521         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6523         * include/wctype.h: Declare __iswalpha_l_internal,
6524         __iswdigit_l_internal, __iswspace_l_internal,
6525         __iswxdigit_l_internal, and __iswctype_internal.  Define
6526         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
6527         __iswxdigit_l macros if not NOT_IN_libc.
6528         * wctype/iswctype.c: Use INTDEF for __iswctype.
6529         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
6531         * include/math.h: Declare __isinf_internal, __isinfl_internal,
6532         __isnan_internal, and __isnanl_internal.
6533         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
6534         __isnan, and __isnanl.
6535         * stdio-common/printf_size.c: Likewise.
6536         * sysdeps/generic/printf_fphex.c: Likewise.
6537         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
6538         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6539         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
6540         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
6541         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6542         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6543         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6544         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6545         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
6546         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
6547         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
6548         * sysdeps/m68k/s_isinfl.c: Likewise.
6549         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
6550         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
6552         * include/sys/time.h: Declare __gettimeofday_internal and define
6553         __gettimeofday macro if not NOT_IN_libc.
6554         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
6555         * sysdeps/mach/gettimeofday.c: Likewise.
6556         * sysdeps/posix/gettimeofday.c: Likewise.
6557         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
6558         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
6559         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6560         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
6562         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
6563         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
6564         Remove __lstat and __fstat inline functions.
6565         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
6566         * sysdeps/mach/hurd/fxstat.c: Likewise.
6567         * sysdeps/unix/fxstat.c: Likewise.
6568         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
6569         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
6570         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6571         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
6572         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
6573         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
6574         * sysdeps/mach/hurd/fxstat64.c: Likewise.
6575         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
6576         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6578         * include/unistd.h: Declare __getpid_internal and define
6579         __getpid macro if not NOT_IN_libc.
6580         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
6581         * sysdeps/generic/getpid.c: Likewise.
6582         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
6583         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
6585         * include/unistd.h: Declare __getpgid_internal and define
6586         __getpgid macro if not NOT_IN_libc.
6587         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
6588         * sysdeps/mach/hurd/getpgid.c: Likewise.
6589         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
6590         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
6591         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
6592         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
6594         * include/unistd.h: Declare __getpagesize_internal and define
6595         __getpagesize macro if not NOT_IN_libc.
6596         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
6597         __getpagesize.
6598         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
6599         * sysdeps/mach/getpagesize.c: Likewise.
6600         * sysdeps/posix/getpagesize.c: Likewise.
6601         * sysdeps/unix/getpagesize.c: Likewise.
6602         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6603         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
6604         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
6605         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
6607 2002-04-13  Andreas Jaeger  <aj@suse.de>
6609         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
6610         as clobber to reduce register pressure.
6611         (__strpbrk_cg): Likewise.
6612         (__mempcpy_by4): Likewise.
6613         (__strstr_cg): Likewise.
6614         Add prototype for __memrchr.
6616 2002-04-13  Andreas Schwab  <schwab@suse.de>
6618         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
6619         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
6620         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
6622 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
6624         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
6625         check whether the caller prefers getting the most recent version of
6626         a symbol of the earliest version.
6627         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
6628         _dl_do_lookup to also take the new parameter and pass it on.
6629         Change 'explicit' parameter of _dl_lookup_symbol and
6630         _dl_lookup_versioned_symbol to flags.  Adjust tests.
6631         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
6632         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
6633         _dl_lookup_versioned_symbol.
6634         * elf/dl-reloc.c: Likewise.
6635         * elf/dl-runtime.c: Likewise.
6636         * elf/dl-sym.c: Likewise.
6637         * sysdeps/mips/dl-machine.h: Likewise.
6639 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6641         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
6642         in a token.
6643         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
6645 2002-04-10  Andreas Jaeger  <aj@suse.de>
6647         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
6649         * include/argz.h: Remove extra char from last patch.
6651 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
6653         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6654         * sysdeps/unix/sysv/aix/chown.c: Likewise.
6655         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6656         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6657         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6658         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6659         __chown_internal.
6660         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6662         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6663         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6664         * intl/ngettext.c: Likewise.
6666         * include/sys/socket.h: Declare __connect_internal and define
6667         __connect macro if not NOT_IN_libc.
6668         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6669         * sysdeps/unix/sysv/aix/connect.c: Likewise.
6670         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6672         * include/unistd.h: Declare __close_internal and define __close macro
6673         if not NOT_IN_libc.
6674         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6675         WJUMP3): Add extra parenthesis to avoid expanding element names with
6676         macors like __close.
6677         * sysdeps/unix/syscalls.list: Add __close_internal alias.
6679         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6680         if not NOT_IN_libc.
6681         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6682         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6683         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6685         * include/unistd.h: Declare __fork_internal and define __fork macro
6686         if not NOT_IN_libc.
6687         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6688         * sysdeps/unix/sysv/aix/fork.c: Likewise.
6689         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6691         * include/stdio_ext.h: Declare __fsetlocking_internal and define
6692         __fsetlocking macro to use it if not NOT_IN_libc.
6693         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6695         * libio/__fbufsize.c: Correct copyright.
6696         * libio/__flbf.c: Likewise.
6697         * libio/__fpending.c: Likewise.
6698         * libio/__fpurge.c: Likewise.
6699         * libio/__freadable.c: Likewise.
6700         * libio/__freading.c: Likewise.
6701         * libio/__fsetlocking.c: Likewise.
6702         * libio/__fwritable.c: Likewise.
6703         * libio/__fwriting.c: Likewise.
6705         * include/stdio.h: Declare __asprintf_internal and define __asprintf
6706         macro to use it if not NOT_IN_libc.
6707         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6709         * include/mntent.h: Declare __setmntent_internal,
6710         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
6711         __getmntent_r, and __endmntent macros to use these functions if not
6712         NOT_IN_libc.
6713         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6714         __endmntent.
6716         * include/math.h: Declare __finite_internal, __finitef_internal, and
6717         __finitel_internal.  Redefine isfinite macro if in libc or libm using
6718         these functions.
6719         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6720         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6721         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6722         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6723         * sysdeps/i386/fpu/s_finitef.S: Likewise.
6724         * sysdeps/i386/fpu/s_finitel.S: Likewise.
6725         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6726         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6727         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6728         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6730         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
6731         to use this function if not NOT_IN_libc.
6732         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6733         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6734         * sysdeps/mach/hurd/fcntl.c: Likewise.
6735         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6736         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6738         * include/argz.h: Declare __argz_count_internal and
6739         __argz_stringify_internal.
6740         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6741         __argz_stringify.
6742         * string/argz-count.c: Use INTDEF for __argz_count.
6743         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
6745         * include/stdlib.h: Declare __cxa_atexit_internal and define
6746         __cxa_atexit macro if not NOT_IN_libc.
6747         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
6748         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
6750         * assert/assert.c: Use INTDEF for __assert_fail.
6751         * assert/__assert.c: Use INTUSE for call to __assert_fail.
6752         * include/assert.h: Declare __assert_fail_internal.
6754         * extra-lib.mk: Mark assignment to lib with override.
6756 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6758         * Makerules: Use cppflags-iterator.mk to add defines for all test
6759         source files.
6761 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
6763         * elf/elf.h: Define R_SH_TLS_xxx macros.
6764         * elf/rtld.c: Remove an extra parenthesis.
6765         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
6766         TLS_GD macros.
6767         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
6768         * sysdeps/sh/dl-lookupcfg.h: New file.
6769         * sysdeps/sh/dl-tls.h: New file.
6770         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
6771         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
6772         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
6773         R_SH_TLS_TPOFF32 relocations.
6775 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6777         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
6778         of NOT_IN_LIBC.
6779         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
6780         * include/stdlib.h: Likewise.
6782 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
6784         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
6785         instead of _RTLD_LOCAL.
6786         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
6787         * include/unistd.h: Likewise.
6788         * sysdeps/generic/ldsodefs.h: Likewise.
6790         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
6791         if in libc or ld.so.
6793 2002-04-08  Andreas Jaeger  <aj@suse.de>
6795         * elf/cache.c (print_entry): Support x86-64.
6797 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6799         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
6800         with one accessing the locale data structures directly.
6801         * stdio-common/printf-prs.c: Include localeinfo.h for new
6802         MB_CUR_MAX definition.
6804         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
6805         is the name of the source file without extension.
6806         * Makefile (distribute): Add cppflags-iterator.mk.
6807         * cppflags-iterator.mk: New file.
6808         * extra-lib.mk: For the sources of the library run
6809         cppflags-iterator.mk.
6811         * include/libintl.h: Declare __dcgettext_internal and
6812         _libc_intl_domainname_internal.  Define __dcgettext using these
6813         two symbols if used in libc itself.
6814         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
6815         _libc_intl_domainname_internal.
6816         * argp/argp-parse.c: Likewise.
6817         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
6818         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
6819         * intl/gettext.c: Likewise.
6820         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
6821         alias.
6822         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
6823         __dcgettext.
6824         * posix/regex_internal.c (gettext): Likewise.
6826 2002-04-08  Andreas Jaeger  <aj@suse.de>
6828         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
6830         * sysdeps/x86_64/fpu/s_llrint.S: New file.
6831         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
6832         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
6833         * sysdeps/x86_64/fpu/s_lrint.S: New file.
6834         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
6835         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
6837 2002-04-08  Roland McGrath  <roland@frob.com>
6839         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
6840         widening __hurd_fail value.
6842 2002-04-07  Roland McGrath  <roland@frob.com>
6844         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
6845         <mach/machine/alpha_instruction.h>.
6846         (_hurd_setup_sighandler): Take proper arguments for current decls.
6847         Update code to use _hurdsig_catch_fault.
6848         Use `callsys' instruction instead of `call_pal'.
6849         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
6851         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
6852         (ALIGN, at, AT, fp): New macros.
6854 2002-04-06  Roland McGrath  <roland@frob.com>
6856         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
6858         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
6859         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
6861         * sysdeps/mach/hurd/bind.c: Use prototype definition.
6862         * sysdeps/mach/hurd/connect.c: Likewise.
6863         * sysdeps/mach/hurd/getsockopt.c: Likewise.
6864         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6866         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
6867         __msg_sig_post RPC.
6869         * hurd/catch-exc.c: Use integer_t instead of int.
6870         * hurd/hurdfault.c: Likewise.
6872         * sysdeps/mach/hurd/alpha/exc2signal.c
6873         (_hurd_exception2signal): Rewritten.
6874         * sysdeps/mach/hurd/alpha/longjmp-ts.c
6875         (_hurd_longjmp_thread_state): Rewritten.
6877 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
6879         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
6880         DB_LOOKUP_FCT prototype.
6881         * nss/getXXent_r.c: Likewise.
6882         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
6883         * inet/getaliasname_r.c: Likewise.
6884         * inet/getnetbyad_r.c: Likewise.
6885         * inet/getnetbynm_r.c: Likewise.
6886         * inet/getnetent_r.c: Likewise.
6887         * inet/getproto_r.c: Likewise.
6888         * inet/getprtent_r.c: Likewise.
6889         * inet/getprtname_r.c: Likewise.
6890         * inet/getrpcbyname_r.c: Likewise.
6891         * inet/getrpcbynumber_r.c: Likewise.
6892         * inet/getrpcent_r.c: Likewise.
6893         * inet/getservent_r.c: Likewise.
6894         * inet/getsrvbynm_r.c: Likewise.
6895         * inet/getsrvbypt_r.c: Likewise.
6896         * shadow/getspent_r.c: Likewise.
6897         * shadow/getspnam_r.c: Likewise.
6899         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
6901         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
6902         Use i686-friendly PIC code.
6903         * sysdeps/i386/elf/setjmp.S: Likewise.
6905         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
6907         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
6908         list.
6909         * elf/Versions: Remove it here.
6911 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
6913         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
6914         direction.  Reported by H . J . Lu <hjl@lucon.org>.
6916 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6918         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
6919         test just before the test runs.
6920         * intl/tst-translit.sh: Likewise.
6921         * intl/tst-codeset.sh: Likewise.
6923         * timezone/zic.c: Update from tzcode2002c.
6924         * timezone/asia: Update from tzdata2002c.
6925         * timezone/backward: Likewise.
6926         * timezone/europe: Likewise.
6927         * timezone/northamerica: Likewise.
6928         * timezone/northamerica: Likewise.
6929         * timezone/northamerica: Likewise.
6930         * timezone/southamerica: Likewise.
6931         * timezone/zone.tab: Likewise.
6933 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
6935         * sysdeps/generic/brk.c (__curbrk): Declare.
6936         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
6937         * sysdeps/generic/dl-sbrk.c: Likewise.
6938         * sysdeps/unix/arm/dl-brk.S: New file.
6939         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
6940         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
6941         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
6942         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
6943         * sysdeps/unix/i386/dl-brk.S: New file.
6944         * sysdeps/unix/mips/dl-brk.S: New file.
6945         * sysdeps/unix/sparc/dl-brk.S: New file.
6946         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
6947         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
6948         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
6949         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
6951 2002-04-03  Andreas Schwab  <schwab@suse.de>
6953         * Makefile (headers): Add gnu/lib-names.h here instead of
6954         install-others.
6955         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
6956         installation rule.
6957         (install-headers): Add dependency on install-headers-nosubdir.
6958         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
6959         instead of install-others.
6960         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
6961         installation rule.
6963 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6965         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
6966         Reported by Sam Roberts <sroberts@uniserve.com>.
6968 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
6970         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
6971         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
6972         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6973         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6975 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
6977         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
6978         (RTLD_START): Ditto.
6979         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
6980         dependency violation.
6982 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
6984         * time/mktime.c (__mktime_internal): Move check for year < 70 below
6985         all variable declarations.
6987 2002-04-04  Andreas Schwab  <schwab@suse.de>
6989         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
6991 2002-04-04  Andreas Jaeger  <aj@suse.de>
6993         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
6994         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
6996         * sysdeps/x86_64/fpu/s_fabs.c: New file.
6997         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
6998         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
7000         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
7002         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
7004         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
7005         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
7007         * configure.in: Handle all mips entries the same.
7009         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
7010         * sysdeps/mips/mips3/*: Likewise.
7011         * sysdeps/mips/p40/bits/endian.h: Likewise.
7013 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
7015         * misc/dirname.c (dirname): Ignore trailing slashes at end of
7016         non-null result [PR libc/2600].
7018         * misc/tst-dirname.c: Add more tests.
7020 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7022         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
7023         define a code_set_name provide one based on the filename.
7025         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
7027 2001-12-28  Andreas Jaeger  <aj@suse.de>
7029         * time/mktime.c (__mktime_internal): Check for year < 70
7030         [PR libc/2738].
7032 2002-04-03  Andreas Jaeger  <aj@suse.de>
7034         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
7035         shmat.
7036         Reported by Andi Kleen <ak@suse.de>.
7038 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7040         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
7041         * sysdeps/generic/w_lgammaf.c: Likewise.
7042         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
7044         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
7045         Adjust for new output format of the backtrace functions.
7047         * misc/syslog.c (vsyslog): Only use cleanup handler if
7048         _LIBC_REENTRANT is defined [PR libc/2924].
7050         * libio/Makefile (tests): Add bug-ungetwc2.
7051         * libio/bug-ungetwc2.c: New file.
7053         * manual/install.texi: Typographical and grammatical cleanup.
7054         Patch by Dennis Grace <dgrace@us.ibm.com>.
7056         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
7057         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
7059         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
7060         always "&".  Adjust callers.
7061         Add "_" prefix to several generated definitions.
7062         Patch by paul@serice.net [PR libc/3158].
7064 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7066         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
7067         size of _dl_arm_cap_flags.
7068         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
7070         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
7071         Define as 8.
7073 2002-03-22  H.J. Lu  <hjl@gnu.org>
7075         * scripts/firstversions.awk: Check the first version.
7077 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7079         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
7080         dependencies must be stable to work correctly.
7081         Reported by martin.lubich@datacon.at.
7083         * libio/bug-ungetwc1.c: New file.
7084         * libio/Makefile (tests): Add bug-ungetwc1.
7086         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
7087         if stream was last used for writing.
7089         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
7090         number [PR libc/3111].
7092         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
7093         to ...
7094         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
7096 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
7098         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
7099         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
7100         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
7101         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
7102         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
7104 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
7106         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
7107         dynamic tags.
7109 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7111         * sysdeps/i386/fpu/s_fabs.S: New file.
7112         * sysdeps/i386/fpu/s_fabsf.S: New file.
7113         * sysdeps/i386/fpu/s_fabsl.S: New file.
7114         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
7115         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
7116         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
7118 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7120         * rt/tst-shm.c (do_test): Add one more test for size of shared
7121         memory object.
7123 2002-03-29  Wolfram Gloger  <wg@malloc.de>
7125         * malloc/malloc.c: Add short description and prototypes for
7126         malloc_get_state, malloc_set_state and posix_memalign, for
7127         consistency and to avoid warnings with -Wstrict-prototypes.
7128         Reported by Andreas Jaeger <aj@suse.de>.
7130 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7132         * po/gl.po: Update from translation team.
7134 2002-03-31  Roland McGrath  <roland@frob.com>
7136         * hurd/hurdselect.c (_hurd_select): Fix
7137         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
7138         Use a union rather than casts to compare mach_msg_type_t as int.
7140 2002-03-25  Roland McGrath  <roland@frob.com>
7142         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
7143         check off the end of NAME when it's shorter than 2 chars.
7144         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
7146 2002-03-17  Roland McGrath  <roland@frob.com>
7148         * sysdeps/mach/hurd/i386/sys/io.h: New file.
7149         * sysdeps/mach/hurd/i386/ioperm.c: New file.
7150         * sysdeps/mach/hurd/i386/Dist: Add them.
7151         * sysdeps/mach/hurd/i386/Versions
7152         (libc: GLIBC_2.2.6): New set, add ioperm.
7153         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
7154         (mach_interface_list): Check for mach_i386.defs.
7155         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
7156         * sysdeps/mach/configure: Regenerated.
7158 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
7160         * po/fr.po: Update from translation team.
7162 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7164         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
7165         getpriority from syscalls list.
7167 2002-03-28  Andreas Jaeger  <aj@suse.de>
7169         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
7170         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
7171         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
7172         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
7174 2002-03-27  Andreas Jaeger  <aj@suse.de>
7176         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7177         sigcontext): Follow further kernel change.
7179         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
7180         kernel change.
7182         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
7183         Change for struct sigcontext change.
7185         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7186         Follow changes in struct sigcontext.
7188         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
7189         sysycall, use wrapper instead.
7191 2002-03-26  Andreas Jaeger  <aj@suse.de>
7193         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
7194         read and write accesses as detailed as possible.
7195         (__memcpy_by2): Likewise.
7196         (__memcpy_g): Likewise.
7197         (memmove): Likewise.
7198         (memcmp): Likewise.
7199         (__memset_ccn_by4): Likewise.
7200         (__memset_ccn_by2): Likewise.
7201         (__memset_gcn_by4): Likewise.
7202         (__memset_gcn_by2): Likewise.
7203         (memchr): Likewise.
7204         (__memrchr): Likewise.
7205         (rawmemchr): Likewise.
7206         (__strlen_g): Likewise.
7207         (__strcpy_g): Likewise.
7208         (__mempcpy_by4): Likewise.
7209         (__mempcpy_by2): Likewise.
7210         (__mempcpy_byn): Likewise.
7211         (__stpcpy_g): Likewise.
7212         (__strncpy_by4): Likewise.
7213         (__strncpy_by2): Likewise.
7214         (__strncpy_byn): Likewise.
7215         (__strncpy_gg): Likewise.
7216         (__strcat_c): Likewise.
7217         (__strcat_g): Likewise.
7218         (__strncat_g): Likewise.
7219         (__strcmp_gg): Likewise.
7220         (__strncmp_g): Likewise.
7221         (__strchr_c): Likewise.
7222         (__strchr_g): Likewise.
7223         (__strchrnul_c): Likewise.
7224         (__strchrnul_g): Likewise.
7225         (__strrchr_c): Likewise.
7226         (__strrchr_g): Likewise.
7227         (__strrchr_c): Likewise.
7228         (__strrchr_g): Likewise.
7229         (__strcspn_c1): Likewise.
7230         (__strcspn_cg): Likewise.
7231         (__strcspn_g): Likewise.
7232         (__strcspn_g): Likewise.
7233         (__strspn_c1): Likewise.
7234         (__strspn_cg): Likewise.
7235         (__strspn_g): Likewise.
7236         (__strspn_g): Likewise.
7237         (__strpbrk_cg): Likewise.
7238         (__strpbrk_g): Likewise.
7239         (__strstr_cg): Likewise.
7240         (__strstr_g): Likewise.
7242         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
7243         Michal Ludvig <mludvig@suse.cz>.
7245         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
7246         compatibilty, adjust for kernel changes.
7248         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7249         sigcontext): Adjust for kernel changes.
7251 2002-03-25  Andreas Jaeger  <aj@suse.de>
7253         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
7254         little endian.
7255         Reported by Artur Zaprzala <zybi@talex.com.pl>.
7257 2002-03-24  Andreas Jaeger  <aj@suse.de>
7259         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
7261         * stdio-common/tst-fdopen.c (main): Remove unused variable.
7263         * iconv/tst-iconv3.c (main): Use correct printf strings.
7265 2002-03-18  Roland McGrath  <roland@frob.com>
7267         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
7268         (CMGROUP_MAX): New macro.
7270 2002-03-23  Roland McGrath  <roland@frob.com>
7272         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
7273         * sysdeps/posix/shm_unlink.c: Likewise.
7275 2002-03-22  Roland McGrath  <roland@frob.com>
7277         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
7278         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
7279         under --enable-libio.
7280         * sysdeps/mach/hurd/configure: Regenerated.
7282 2002-03-23  Roland McGrath  <roland@frob.com>
7284         * sysdeps/mach/hurd/i386/Makefile
7285         (sysdep_routines, shared-only-routines): Don't add framestate,
7286         reverting 2001-10-02 change.
7287         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
7288         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
7289         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7290         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7291         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
7292         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
7293         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7294         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
7295         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
7296         Do it here instead, only if [$(unwind-find-fde) = yes].
7298 2002-03-23  Andreas Jaeger  <aj@suse.de>
7300         * signal/signal.h: Fix typo. Patch by Steve Kemp
7301         <skx@tardis.ed.ac.uk>.
7303 2002-03-22  Andreas Jaeger  <aj@suse.de>
7305         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
7306         getresuid.
7308         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7309         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
7310         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7311         user_fpregs_struct): Rename fwd.
7313         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7314         Follow sigcontext changes.
7316 2002-03-22  Andreas Jaeger  <aj@suse.de>
7318         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7319         changes for NaNs on MIPS.
7320         Patch by Hartvig Ekner <hartvige@mips.com>.
7322 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7324         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7325         Use realloc if too large.
7326         (addgrbyid): Likewise.
7327         * nscd/hstcache.c (addhstbyname): Likewise.
7328         (addhstbyaddr): Likewise.
7329         (addhstbynamev6): Likewise.
7330         (addhstbyaddrv6): Likewise.
7331         * nscd/pwdcache.c (addpwbyname): Likewise.
7332         (addpwbyuid): Likewise.
7334 2002-03-21  Andreas Jaeger  <aj@suse.de>
7336         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7337         _fpstate): Add separate struct for x86-64.
7339         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7340         user_fpregs_struct): Change member names to follow kernel.
7342 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
7344         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
7345         Correctly close the UDP connection right away [PR libc/3120].
7347 2002-03-20  Andreas Jaeger  <aj@suse.de>
7349         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7350         user_fpregs_struct): Fix for changed kernel struct.
7351         (struct user_regs_struct): Likewise.
7352         (struct user): Likewise.
7353         Add 32-bit x86 compatibility.
7355         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
7357 2002-03-19  Andreas Jaeger  <aj@suse.de>
7359         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
7361 2002-03-18  Andreas Jaeger  <aj@suse.de>
7363         * iconvdata/Makefile: Only run tests when shared libs are
7364         available.
7366 2002-03-17  Andreas Jaeger  <aj@suse.de>
7368         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
7370         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
7372         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
7373         bits.
7375         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
7376         (CAUSE_SHIFT): New macro.
7377         Patch by Hartvig Ekner <hartvige@mips.com>.
7379         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
7380         * sysdeps/generic/unwind-pe.h: Likewise.
7382         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
7383         type to _IO_setb.
7385         * libio/stdio.c (AL2): Define variant when visibility attribute is
7386         not supported.
7388         * include/libc-symbols.h (_INTVARDEF): Define variant when
7389         visibility attribute is not supported.
7391 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
7393         * po/fr.po: Update from translation team.
7395 2002-02-25  Bruno Haible  <bruno@clisp.org>
7397         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
7399 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7401         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
7402         buffers if _IO_file_attach failed.
7404         * libio/fileops.c (_IO_file_open): Close file descriptor if
7405         _IO_SEEKOFF call failed.
7407 2002-03-15  H.J. Lu  <hjl@gnu.org>
7408             Ulrich Drepper  <drepper@redhat.com>
7410         * configure.in: Check for availability of
7411         init_array/fini_array/preinit_array handling in binutils.
7412         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
7413         * config.make.in (have-initfini-array): New variable.
7415 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7417         * stdio-common/tst-printf.c (main): Comment out one test which
7418         checked the compiler's ability to fold floating-point constants
7419         but not really printf.
7420         (rfg3): Make s const.
7421         * stdio-common/tst-printf.sh: Adjust for removed test.
7423         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
7424         internal function.  Adjust for internal_function calling convention.
7425         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
7426         as internal_function.
7428         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
7429         hidden.
7431         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
7432         declaration and definition.
7433         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
7434         declaration.
7435         * nss/getXXent_r.c: Likewise.
7436         * nss/nsswitch.h (db_lookup_function): Add internal_function to
7437         definition.
7439         * include/time.h: Declare __localtime_r as hidden.
7441         * include/aliases.h: Declare __getaliasent_r as hidden.
7442         * include/grp.h: Declare __getgrent_r as hidden.
7443         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
7444         __getservent_r, and __getprotoent_r as hidden.
7445         * include/pwd.h: Declare __getpwent_r as hidden.
7446         * include/shadow.h: Declare __getspent_r as hidden.
7447         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
7449         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
7450         and __gconv_transliterate as hidden.
7451         Add internal_function to __gconv_get_path declaration.
7452         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
7453         definition.  Add attribute_hidden to __gconv_read_conf definition.
7455 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
7457         * elf/rtld.c: Declare _environ as hidden.
7458         * sysdeps/generic/dl-environ.c: Likewise.
7459         * sysdeps/generic/dl-sysdep.c: Likewise.
7461         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
7462         _dl_mcount_internal as hidden.
7464         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
7465         * sysdeps/generic/dl-brk.c: New file.
7466         * sysdeps/generic/dl-sbrk.c: New file.
7467         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
7468         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
7470         * elf/dl-minimal.c (malloc): Declare _end as hidden.
7471         (__errno_location): New function.  Declare errno as hidden.
7472         * elf/rtld.c (_dl_argc): Define as hidden.
7473         (_dl_skip_args): Define as hidden.
7474         (_begin, _end): Declare as hidden.
7475         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
7476         * sysdeps/generic/entry.h (_start): Declare as hidden.
7477         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
7478         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
7479         _dl_runtime_resolve and _dl_runtime_profile as hidden.
7480         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
7482 2002-03-14  Roland McGrath  <roland@frob.com>
7484         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
7486         * Makeconfig (%.v.i, %.v): New implicit rules.
7487         (preprocess-versions): Variable removed.
7488         ($(common-objpfx)shlib-versions.v.i): New target giving just the
7489         shlib-versions input files as dependencies.
7490         ($(common-objpfx)soversions.i): Depend on that instead of the input
7491         files.  Use it as input instead of using a pipeline.
7492         (postclean-generated): Append soversions.i, shlib-versions.v, and
7493         shlib-versions.v.i here.
7494         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
7495         the Versions.def input files as dependencies.
7496         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
7497         ($(common-objpfx)Versions.all): Depend on that instead of the input
7498         files.  Use it as input instead of using a pipeline.
7499         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
7500         (postclean-generated): Append those .v and .v.i files here.
7502 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7504         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
7505         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
7506         Remove.
7508 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7510         * sysdeps/generic/mp_clz_tab.c: New file.
7511         * sysdeps/i386/mp_clz_tab.c: New file.
7512         * sysdeps/hppa/mp_clz_tab.c: New file.
7513         * sysdeps/powerpc/mp_clz_tab.c: New file.
7514         * stdlib/Makefile (aux): Revert last patch.
7515         * math/Makefile (gmp-objs): Likewise.
7517 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7519         * time/strftime.c: Comment fixes for references to obsolescent
7520         standards, In most cases the simplest fix is to remove the
7521         confusing comments.  Cross-referencing all the standards properly
7522         is a bit of a pain, and it should be enough to put that info in
7523         the documentation as I did in my recent time.texi patch.
7525 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7527         * manual/time.texi (Formatting Calendar Time):
7528         ISO C99 also specifies the E and O modifiers.
7529         %P is a GNU extension, and is not in ISO C99.
7530         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
7531         %T is also in ISO C99.
7532         The RFC 822 example is not valid in arbitrary locales.
7533         Reword the POSIX.2 wording slightly, to make it a bit clearer
7534         that POSIX.2 formats are also supported by later POSIX versions.
7535         If a format was introduced in ISO C99 it is also required by
7536         POSIX.1-2001.
7538 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7540         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
7541         _sys_nerr_internal with INTVARDEF2.
7542         * include/libc-symbols.h (INTVARDEF2): New macro.
7543         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
7544         (_sys_nerr_internal): Library.
7546         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
7547         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
7549         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
7551 2002-03-13  Wolfram Gloger  <wg@malloc.de>
7553         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
7555 2002-03-02  Andreas Schwab  <schwab@suse.de>
7557         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
7558         'h' flag and positional arg.
7559         * stdio-common/tst-printf.c (rfg3): New function to test
7560         positional arguments.
7561         (main): Fix some warnings.
7563 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7565         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
7566         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7568 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7570         * grp/initgroups.c (__nss_group_data): Declare as hidden.
7572         * include/locale.h (_nl_C_locobj): Declare as hidden.
7574         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
7575         * time/strptime.c (_nl_C_LC_TIME): Likewise.
7577         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
7579         * include/sys/gmon.h: Declare _gmonparam as hidden.
7581         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
7582         (__ctype32_wctrans): Likewise.
7583         (__ctype32_width): Likewise.
7585         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
7586         use of __ttyname.
7588         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
7589         Define as hidden.
7590         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
7591         hidden.  Change all users of these variables.
7593         * posix/regex_internal.h (__re_error_msgid): Renamed from
7594         re_error_msgid.  Declare as hidden.
7595         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
7596         hidden.
7598         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
7599         (__printf_function_table): Likewise.
7600         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
7601         hidden.
7602         (__printf_function_table): Likewise.
7604         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
7605         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
7607         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
7608         * nss/nsswitch.c: Declare _nss_*_database as hidden.
7610         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
7611         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
7613 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
7615         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
7616         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7617         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7618         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7619         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7620         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7621         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7622         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7623         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
7624         _nl_C_LC_CTYPE_width: Declare as hidden.
7625         * include/locale.h: Declare _nl_locale_file_list.
7626         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
7627         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
7628         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
7629         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
7630         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
7631         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
7632         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
7633         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
7634         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
7635         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
7636         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
7637         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
7638         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7639         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7640         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7641         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7642         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7643         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7644         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7645         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
7646         _nl_C_LC_CTYPE_width, and as hidden.
7647         * locale/findlocale.c: Declare _nl_C as hidden.
7648         * locale/newlocale.c: Likewise.
7649         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
7650         _nl_locale_file_list.
7651         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7652         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7653         Define _nl_C_locobj as hidden.
7655         * malloc/mtrace.c (_mtrace_file): Define as hidden.
7656         (_mtrace_line): Likewise.
7658         * include/time.h: Declare __mon_yday as hidden.
7659         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7661         * libio/libioP.h: Declare __libio_codecvt as hidden.
7662         * libio/fileops.c: Declare __libio_translit as hidden.
7663         * libio/iofwide.c: Define __libio_translit as hidden.
7665         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7666         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7667         * login/getutline_r.c: Likewise.
7668         * login/utmpname.c: Likewise.
7670         * login/utmp-private.h: Declare __libc_utmp_file_functions,
7671         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7672         __libc_utmp_file_name as hidden.
7674         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7675         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7676         * locale/freelocale.c: Likewise.
7677         * locale/lc-time.c: Likewise.
7679         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7680         (__libc_ptyname2): Likewise.
7681         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7682         hidden.
7683         (__libc_ptyname2): Likewise.
7685         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7686         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7687         * sysdeps/generic/init-first.c: Likewise.
7688         * sysdeps/i386/init-first.c: Likewise.
7689         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7690         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7691         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7692         * sysdeps/sh/init-first.c: Likewise.
7693         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7694         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7696         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7697         (_itowa_upper_digits): Likewise.
7699         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7700         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7701         as hidden.
7703         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7704         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7705         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7706         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7708         * gmon/gmon.c (__bb_head): Define as hidden.
7709         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7711         * argp/argp-parse.c (_argp_hang): Define as static.
7713         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7714         handling in latest compilers.
7716         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7717         define alias.
7718         * libio/fileops.c (_IO_file_jumps): Likewise.
7719         * libio/stdfiles.c (_IO_list_all): Likewise.
7720         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7722         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7723         include/malloc.h.
7724         * include/malloc.h: Add __libc_malloc_initialized declaration
7725         here.  Mark variable hidden.
7726         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7728         * elf/dl-open.c (__libc_argc): Declare as hidden.
7729         (__libc_argv): Likewise.
7730         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7731         (__libc_argv): Likewise.
7732         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7733         __libc_argv as hidden.
7734         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7735         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7736         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7737         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7739         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7740         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7741         * stdlib/erand48.c: Likewise.
7742         * stdlib/jrand48.c: Likewise.
7743         * stdlib/lcong48.c: Likewise.
7744         * stdlib/lrand48.c: Likewise.
7745         * stdlib/mrand48.c: Likewise.
7746         * stdlib/nrand48.c: Likewise.
7747         * stdlib/seed48.c: Likewise.
7748         * stdlib/srand48.c: Likewise.
7750         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
7751         (_itoa_lower_digits_internal): New declaration.
7752         (_itoa_upper_digits_internal): New declaration.
7753         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
7754         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
7755         (_itoa_upper_digits_internal): New declaration.
7756         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
7757         _itoa_lower_digits.
7758         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
7759         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
7761         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
7762         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7764         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
7765         (_itowa_lower_digits): Likewise.
7766         (_itowa_upper_digits): Likewise.
7767         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
7768         (_itowa_upper_digits): Likewise.
7770         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
7771         not already defined.
7772         (GERMANIC_PLURAL): Declare as hidden.
7774         * posix/getopt.c (__getopt_initialized): Declare as hidden.
7775         (attribute_hidden): Define as empty macro if not already defined.
7777         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
7778         (__gconv_max_path_elem_len): Likewise.
7779         (__gconv_path_envvar): Likewise.
7781         * math/Makefile (gmp-objs): Remove mp_clz_tab.
7782         * stdlib/Makefile (aux): Remove mp_clz_tab.
7783         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
7785         * stdlib/exit.h (__exit_funcs): Declare as hidden.
7787         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
7789         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
7790         _nl_category_names, _nl_category_name_sizes, _nl_current,
7791         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
7793         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
7794         (_nl_current_default_domain): Likewise
7795         (_nl_state_lock): Likewise.
7796         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
7797         (_nl_current_default_domain): Likewise
7798         (_nl_state_lock): Likewise.
7799         * intl/bindtextdom.c (_nl_state_lock): Likewise.
7801         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
7802         (_fpioconst_pow10): Likewise.
7804         * include/time.h (_tmbuf): Add attribute_hidden.
7806         * time/tzset.c (tzstring_list): Define as static.
7808         * include/time.h: Add attribute_hidden to __tzname_cur_max and
7809         __use_tzfile declaration.
7811         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
7812         and __wcsmbs_last_locale declaration.
7814 2002-02-25  Paul Eggert  <eggert@twinsun.com>
7816         * timezone/Makefile (tzbases): Move systemv from here...
7817         (tzlinks): to here, since the entries in systemv were all changed
7818         from Zone to Link lines in tz-2001a.  Bug reported (and patch
7819         tested) by Peter Breitenlohner.
7821 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
7823         * time/tst-posixtz.c (tests): Add new tests.
7824         (main): Test whether tzset() sets daylight properly.
7826 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7828         * time/tzset.c (tz_compute): Move __daylight, __tzname and
7829         __tzname_cur_max setting...
7830         (tzset_internal): ...here.
7832 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7834         * time/tzset.c (compute_change): Don't return any value.
7835         (tz_compute): Likewise.  Don't handle southern hemisphere here.
7836         (__tz_convert): But here.
7838 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7840         * manual/examples/mkfsock.c: Include <string.h> as well.
7841         Patch by Alain De Carolis <alaind@wseurope.com>.
7843 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
7845         * posix/regexec.c (re_match): Fix incorrect register sizes.
7846         (re_search): Likewise.
7848 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7850         * posix/regcomp.c (regfree): Remove a disused condition.
7851         * posix/regex_internal.c (re_acquire_state): Likewise.
7852         (re_acquire_state_context): Likewise.
7853         (register_state): Remove a redundant malloc invocation.
7854         * posix/regex_internal.h: (re_state_table_entry): Simplify
7855         the structure.
7857 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7859         * posix/regcomp.c (regcomp): Add __builtin_expect to error
7860         handling conditions.
7861         (regerror): Likewise.
7862         (regfree): Likewise.
7863         (re_compile_internal): Likewise.
7864         (init_dfa): Likewise.
7865         (init_word_char): Likewise.
7866         (create_initial_state): Likewise.
7867         (analyze): Likewise.
7868         (analyze_tree): Likewise.
7869         (duplicate_node): Likewise.
7870         (calc_eclosure): Likewise.
7871         (calc_eclosure_iter): Likewise.
7872         (parse): Likewise.
7873         (parse_reg_exp): Likewise.
7874         (parse_branch): Likewise.
7875         (parse_expression): Likewise.
7876         (parse_subexp): Likewise.
7877         (parse_dup_op): Likewise.
7878         (parse_bracket_exp): Likewise.
7879         (build_equiv_class): Likewise.
7880         (build_charclass): Likewise.
7881         (build_word_op): Likewise.
7882         (fetch_number): Likewise.
7883         (create_tree): Likewise.
7884         (duplicate_tree): Likewise.
7885         * posix/regex.c (BE): New macro.
7886         * posix/regexec.c (re_match): Add __builtin_expect to error
7887         handling conditions.
7888         (re_match_2): Likewise.
7889         (re_search): Likewise.
7890         (re_search_internal): Likewise.
7891         (check_matching): Likewise.
7892         (proceed_next_node): Likewise.
7893         (set_regs): Likewise.
7894         (sift_states_backward): Likewise.
7895         (add_epsilon_backreference): Likewise.
7896         (transit_state): Likewise.
7897         (transit_state_sb): Likewise.
7898         (transit_state_mb): Likewise.
7899         (transit_state_bkref): Likewise.
7900         (transit_state_bkref_loop): Likewise.
7901         (build_trtable): Likewise.
7902         (group_nodes_into_DFAstates): Likewise.
7903         (match_ctx_init): Likewise.
7904         (match_ctx_add_entry): Likewise.
7905         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
7906         to error handling conditions.
7907         (re_string_construct_toupper): Likewise.
7908         (build_wcs_buffer): Likewise.
7909         (build_wcs_upper_buffer): Likewise.
7910         (build_upper_buffer): Likewise.
7911         (re_string_translate_buffer): Likewise.
7912         (re_node_set_alloc): Likewise.
7913         (re_node_set_init_1): Likewise.
7914         (re_node_set_init_2): Likewise.
7915         (re_node_set_init_copy): Likewise.
7916         (re_node_set_intersect): Likewise.
7917         (re_node_set_init_union): Likewise.
7918         (re_node_set_merge): Likewise.
7919         (re_node_set_insert): Likewise.
7920         (re_dfa_add_node): Likewise.
7921         (re_acquire_state): Likewise.
7922         (re_acquire_state_context): Likewise.
7923         (create_new_state_common): Likewise.
7924         (register_state): Likewise.
7925         (create_ci_new_state): Likewise.
7926         (create_cd_new_state): Likewise.
7927         (re_string_context_at): Remove redundant condition.
7929 2002-01-16  Roger Sayle  <roger@eyesopen.com>
7931         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
7933         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
7935 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7937         * sysdeps/i386/elf/configure.in: Fix comment.
7939         * sysdeps/sparc/sparc64/configure.in: New file.
7940         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
7941         if .dynamic comes before .got.
7942         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
7944         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
7945         HP_TIMING_ACCUM): Fix typos.
7947 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7949         * string/strfry.c: Add some more randomness to the seed.
7950         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
7952         * po/es.po: Update from translation team.
7953         * po/fr.po: Likewise.
7955         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
7957         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
7958         when determining type of format.
7959         Patch by James Antill <james@anqd.org> [PR libc/2787].
7961 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
7963         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
7965 2002-03-11  Roland McGrath  <roland@frob.com>
7967         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
7969         * Versions.def (libc): Add GLIBC_2.2.6.
7970         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
7971         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
7972         __errno_location instead of __hurd_errno_location, and don't inline it.
7973         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
7974         * hurd/errno.c: New file.
7975         * hurd/Makefile (routines): Add errno.
7977 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7979         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
7980         ridiculously large widths and precisions [PR libc/3026].
7982 2002-03-11  Andreas Jaeger  <aj@suse.de>
7984         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
7985         support.
7986         Patch by Susanne Oberhauser <froh@SuSE.de>.
7988 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7990         * inet/rexec.c (ahostbuf): Define as static.
7992         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
7993         (__ctype32_wctrans): Likewise.
7994         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
7995         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
7996         (__ctype32_wctrans): Likewise.
7997         (__ctype32_width): Likewise.
7999         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
8000         They were never exported anyway.
8002         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
8003         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
8004         exported.
8005         * include/sys/gmon.h: Declare _gmonparam.
8007         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
8008         symbols for getdents64.  They were never exported.
8010 2002-03-09  Roland McGrath  <roland@frob.com>
8012         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
8013         Reported by Jon Arney <jarney1@cox.net>.
8015 2002-02-23  Roland McGrath  <roland@frob.com>
8017         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
8018         declaration.
8019         (__hurd_errno_location): Function removed.
8021 2002-03-06  Andreas Jaeger  <aj@suse.de>
8023         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
8024         32-bit.
8026 2002-03-04  Andreas Jaeger  <aj@suse.de>
8028         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
8030         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
8031         x86-64.
8033         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
8035         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
8037         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
8039         * sysdeps/x86_64/bits/setjmp.h: New file.
8041         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
8043         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
8045         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
8046         for x86.
8047         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
8048         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
8050 2002-02-28  Bo Thorsen  <bo@suse.de>
8052         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
8053         version.
8055 2002-03-03  Andreas Jaeger  <aj@suse.de>
8057         * sysdeps/x86_64/bits/wordsize.h: New file.
8059         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
8060         * elf/tst-tlsmod1.c: Likewise.
8062         * posix/regcomp.c: Get regex.h from include dir for internal
8063         prototypes.
8065         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
8066         to libc-internal.h and include it.
8067         * include/libc-internal.h: Add __init_misc.
8069         * misc/init-misc.c: Include libc-internal.h for prototypes.
8071         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
8073         * misc/error.c [_LIBC]: Include libioP.h for prototype of
8074         _IO_putc_internal.
8076 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
8078         * posix/regcomp.c: Compatibility changes to allow using the code
8079         outside glibc.
8081 2002-02-28  Hartvig Ekner <hartvige@mips.com>
8083         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
8084         compiled non-PIC.
8086 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
8088         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
8089         of .str elements in the returned data structure.
8091         * elf/elf.h: Add Alpha TLS bits.
8093 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8095         * sysdeps/unix/sysv/linux/nice.c: New file.
8097 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
8099         * elf/Makefile (dl-routines): Add dl-origin.
8100         (elide-routines.os): Add dl-origin.
8101         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
8102         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
8103         _dl_debug_state.
8104         * include/libc-symbols.c: Define attribute_hidden depending on
8105         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
8107         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
8108         * elf/dl-load.c: Likewise.
8109         * elf/rtld.c: Likewise.
8110         * include/unistd.h: Declare __libc_enable_secure_internal.
8111         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
8112         Use INTUSE with __libc_enable_secure.
8113         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8115         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
8116         * elf/dl-error.c: Likewise,
8117         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
8119         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
8120         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
8121         function definition.  Use INTDEF with _dl_get_origin.
8122         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8124         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
8125         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
8127         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
8128         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
8129         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
8131         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
8132         * elf/dl-deps.c: Likewise.
8133         * elf/dl-error.c: Likewise.
8134         * elf/dl-fini.c: Likewise.
8135         * elf/dl-init.c: Likewise.
8136         * elf/dl-load.c: Likewise.
8137         * elf/dl-lookup.c: Likewise.
8138         * elf/dl-reloc.c: Likewise.
8139         * elf/dl-version.c: Likewise.
8140         * elf/do-lookup.h: Likewise.
8141         * sysdeps/arm/dl-machine.h: Likewise.
8142         * sysdeps/cris/dl-machine.h: Likewise.
8143         * sysdeps/hppa/dl-machine.h: Likewise.
8144         * sysdeps/i386/dl-machine.h: Likewise.
8145         * sysdeps/m68k/dl-machine.h: Likewise.
8146         * sysdeps/powerpc/dl-machine.h: Likewise.
8147         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8148         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8149         * sysdeps/sh/dl-machine.h: Likewise.
8150         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
8151         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
8152         * sysdeps/x86_64/dl-machine.h: Likewise.
8153         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
8154         _dl_argv[0].  Use INTUSE with _dl_argv.
8155         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
8156         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
8158 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8160         * elf/rtld.c (_rtld_global): Remove .protected.
8161         (_rtld_local): Strong alias to _rtld_global.
8162         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
8163         only .os object.
8164         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
8165         _rtld_local instead of _rtld_global.
8166         (_rtld_local): Add hidden extern, possibly in .sdata section.
8167         * configure.in: Add tests for visibility attribute and .sdata.
8168         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
8169         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
8170         * sysdeps/arm/dl-machine.h: Likewise.
8171         * sysdeps/generic/ldsodefs.h: Likewise.
8172         * sysdeps/hppa/dl-machine.h: Likewise.
8173         * sysdeps/cris/dl-machine.h: Likewise.
8174         * sysdeps/i386/dl-machine.h: Likewise.
8175         * sysdeps/ia64/dl-machine.h: Likewise.
8176         * sysdeps/m68k/dl-machine.h: Likewise.
8177         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8178         * sysdeps/mips/dl-machine.h: Likewise.
8179         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8180         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8181         * sysdeps/sh/dl-machine.h: Likewise.
8182         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8183         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8184         * sysdeps/x86_64/dl-machine.h: Likewise.
8186 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8188         * login/login.c (login): Always initialize ut_line field
8189         [PR libc/2991].
8191 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8193         * sysdeps/i386/Makefile (sysdep_routines): Add
8194         divdi3 in csu dir.
8195         (shared-only-routines): Likewise.
8196         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
8197         (shared-only-routines): Likewise.
8198         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
8199         (shared-only-routines): Likewise.
8200         * sysdeps/wordsize-32/divdi3.c: New file.
8202 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8204         * locale/iso-4217.def: Remove obsolete currencies for countries
8205         with Euro.
8207 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
8209         * posix/regcomp.c (regcomp): Remove a redundant condition.
8210         (init_word_char): Add a check on malloc failure.
8211         (create_initial_state): Likewise.
8212         (duplicate_node): Likewise.
8213         (calc_eclosure): Likewise.
8214         (calc_eclosure_iter): Likewise.
8215         (parse_expression): Likewise.
8216         (parse_bracket_exp): Remove unnecessary malloc invocations.
8217         (build_equiv_class): Likewise.
8218         (build_charclass): Likewise.
8219         * posix/regex_internal.c (re_node_set_intersect): Add a check
8220         on malloc failure.
8221         (re_node_set_add_intersect): Likewise.
8222         (re_node_set_merge): Likewise.
8223         (re_acquire_state): Likewise.
8224         (re_acquire_state_context): Likewise.
8225         (create_newstate_common): Likewise.
8226         (register_state): Likewise.
8227         (create_ci_newstate): Likewise.
8228         (create_cd_newstate): Likewise.
8229         * posix/regex_internal.h: Fix prototypes of re_acquire_state
8230         and re_acquire_state_context.
8231         * posix/regexec.c (regexec): Suit it to the error handling of
8232         re_search_internal.
8233         (re_match): Likewise.
8234         (re_search): Likewise.
8235         (re_search_internal): Add a check on malloc failure.
8236         (acquire_init_state_context): Likewise.
8237         (check_matching): Likewise.
8238         (proceed_next_node): Likewise.
8239         (set_regs): Likewise.
8240         (sift_states_backward): Likewise.
8241         (sift_states_iter_bkref): Likewise.
8242         (add_epsilon_backreference): Likewise.
8243         (transit_state): Likewise.
8244         (transit_state_sb): Likewise.
8245         (transit_state_mb): Likewise.
8246         (transit_state_bkref_loop): Likewise.
8247         (build_trtable): Likewise.
8248         (group_nodes_into_DFAstates): Likewise.
8249         (match_ctx_init): Likewise.
8250         (match_ctx_add_entry): Likewise.
8252 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8254         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
8255         l_libname if profiling is enabled [PR libc/2916].
8257         * sysdeps/ia64/dl-tls.h: New file.
8259 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
8261         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
8262         Work around an Alpha gas bug.
8264 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8266         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
8267         uses read to load the catalog.
8268         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
8270 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
8272         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
8273         regex_internal.c, and regex_internal.h.
8274         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
8275         * posix/regex.c: Complete rewrite.
8276         * posix/regexec.c: New file.
8277         * posix/regcomp.c: New file.
8278         * posix/regex_internal.c: New file.
8279         * posix/regex_internal.h: New file.
8280         * posix/regex.h (RE_ICASE): New macro.
8281         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
8283         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
8284         ungetwc.  It's a macro.
8285         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
8286         implementation.
8287         Reported by Jason Merrill <jason@redhat.com>.
8289 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8291         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
8292         position to fp->_offset if it is set.
8293         * stdio-common/Makefile (tests): Add tst-fdopen.
8294         * stdio-common/tst-fdopen.c: New test.
8296 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8298         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
8299         * stdio-common/tst-ungetc.c (main): Add another test.
8301 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
8303         * assert/assert-perr.c: Use INTUSE to reference functions and variables
8304         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
8305         aliases.  Add prototypes for the new aliases.
8306         * assert/assert.c: Likewise.
8307         * include/libc-symbols.h: Likewise.
8308         * include/stdio.h: Likewise.
8309         * include/netinet/in.h: Likewise.
8310         * include/rpc/auth.h: Likewise.
8311         * include/rpc/auth_unix.h: Likewise.
8312         * include/rpc/key_prot.h: Likewise.
8313         * include/rpc/pmap_prot.h: Likewise.
8314         * include/rpc/pmap_rmt.h: Likewise.
8315         * include/rpc/rpc_msg.h: Likewise.
8316         * include/rpc/xdr.h: Likewise.
8317         * inet/gethstbyad_r.c: Likewise.
8318         * inet/gethstbynm2_r.c: Likewise.
8319         * inet/gethstbynm_r.c: Likewise.
8320         * inet/gethstent_r.c: Likewise.
8321         * inet/in6_addr.c: Likewise.
8322         * libio/__fpurge.c: Likewise.
8323         * libio/filedoalloc.c: Likewise.
8324         * libio/fileops.c: Likewise.
8325         * libio/ftello.c: Likewise.
8326         * libio/ftello64.c: Likewise.
8327         * libio/genops.c: Likewise.
8328         * libio/iofclose.c: Likewise.
8329         * libio/iofdopen.c: Likewise.
8330         * libio/iofflush.c: Likewise.
8331         * libio/iofflush_u.c: Likewise.
8332         * libio/iofgetpos.c: Likewise.
8333         * libio/iofgetpos64.c: Likewise.
8334         * libio/iofgets.c: Likewise.
8335         * libio/iofgets_u.c: Likewise.
8336         * libio/iofopen.c: Likewise.
8337         * libio/iofopncook.c: Likewise.
8338         * libio/iofputs.c: Likewise.
8339         * libio/iofread.c: Likewise.
8340         * libio/iofread_u.c: Likewise.
8341         * libio/iofsetpos.c: Likewise.
8342         * libio/iofsetpos64.c: Likewise.
8343         * libio/ioftell.c: Likewise.
8344         * libio/iofwrite.c: Likewise.
8345         * libio/iogetline.c: Likewise.
8346         * libio/iogets.c: Likewise.
8347         * libio/iogetwline.c: Likewise.
8348         * libio/iolibio.h: Likewise.
8349         * libio/iopadn.c: Likewise.
8350         * libio/iopopen.c: Likewise.
8351         * libio/ioseekoff.c: Likewise.
8352         * libio/ioseekpos.c: Likewise.
8353         * libio/iosetbuffer.c: Likewise.
8354         * libio/iosetvbuf.c: Likewise.
8355         * libio/ioungetc.c: Likewise.
8356         * libio/ioungetwc.c: Likewise.
8357         * libio/iovdprintf.c: Likewise.
8358         * libio/iovsprintf.c: Likewise.
8359         * libio/iovsscanf.c: Likewise.
8360         * libio/libioP.h: Likewise.
8361         * libio/memstream.c: Likewise.
8362         * libio/obprintf.c: Likewise.
8363         * libio/oldfileops.c: Likewise.
8364         * libio/oldiofclose.c: Likewise.
8365         * libio/oldiofdopen.c: Likewise.
8366         * libio/oldiofgetpos.c: Likewise.
8367         * libio/oldiofgetpos64.c: Likewise.
8368         * libio/oldiofopen.c: Likewise.
8369         * libio/oldiofsetpos.c: Likewise.
8370         * libio/oldiofsetpos64.c: Likewise.
8371         * libio/oldiopopen.c: Likewise.
8372         * libio/oldstdfiles.c: Likewise.
8373         * libio/putc.c: Likewise.
8374         * libio/setbuf.c: Likewise.
8375         * libio/setlinebuf.c: Likewise.
8376         * libio/stdfiles.c: Likewise.
8377         * libio/stdio.c: Likewise.
8378         * libio/strops.c: Likewise.
8379         * libio/vasprintf.c: Likewise.
8380         * libio/vscanf.c: Likewise.
8381         * libio/vsnprintf.c: Likewise.
8382         * libio/vswprintf.c: Likewise.
8383         * libio/wfiledoalloc.c: Likewise.
8384         * libio/wfileops.c: Likewise.
8385         * libio/wgenops.c: Likewise.
8386         * libio/wstrops.c: Likewise.
8387         * malloc/mtrace.c: Likewise.
8388         * misc/error.c: Likewise.
8389         * misc/syslog.c: Likewise.
8390         * nss/getXXbyYY_r.c: Likewise.
8391         * nss/getXXent_r.c: Likewise.
8392         * nss/hosts-lookup.c: Likewise.
8393         * stdio-common/getw.c
8394         * stdio-common/printf-prs.c: Likewise.
8395         * stdio-common/printf_fp.c: Likewise.
8396         * stdio-common/printf_size.c: Likewise.
8397         * stdio-common/putw.c: Likewise.
8398         * stdio-common/scanf.c: Likewise.
8399         * stdio-common/sprintf.c: Likewise.
8400         * stdio-common/tmpfile64.c: Likewise.
8401         * stdio-common/vfprintf.c: Likewise.
8402         * stdio-common/vfscanf.c: Likewise.
8403         * stdlib/strfmon.c: Likewise.
8404         * sunrpc/auth_des.c: Likewise.
8405         * sunrpc/auth_none.c: Likewise.
8406         * sunrpc/auth_unix.c: Likewise.
8407         * sunrpc/authdes_prot.c: Likewise.
8408         * sunrpc/authuxprot.c: Likewise.
8409         * sunrpc/clnt_perr.c: Likewise.
8410         * sunrpc/clnt_raw.c: Likewise.
8411         * sunrpc/clnt_tcp.c: Likewise.
8412         * sunrpc/clnt_udp.c: Likewise.
8413         * sunrpc/clnt_unix.c: Likewise.
8414         * sunrpc/key_call.c: Likewise.
8415         * sunrpc/key_prot.c: Likewise.
8416         * sunrpc/openchild.c: Likewise.
8417         * sunrpc/pm_getmaps.c: Likewise.
8418         * sunrpc/pm_getport.c: Likewise.
8419         * sunrpc/pmap_clnt.c: Likewise.
8420         * sunrpc/pmap_prot.c: Likewise.
8421         * sunrpc/pmap_prot2.c: Likewise.
8422         * sunrpc/pmap_rmt.c: Likewise.
8423         * sunrpc/rpc_cmsg.c: Likewise.
8424         * sunrpc/rpc_prot.c: Likewise.
8425         * sunrpc/svc_authux.c: Likewise.
8426         * sunrpc/svc_raw.c: Likewise.
8427         * sunrpc/svc_simple.c: Likewise.
8428         * sunrpc/svc_tcp.c: Likewise.
8429         * sunrpc/svc_udp.c: Likewise.
8430         * sunrpc/svc_unix.c: Likewise.
8431         * sunrpc/xdr.c: Likewise.
8432         * sunrpc/xdr_array.c: Likewise.
8433         * sunrpc/xdr_mem.c: Likewise.
8434         * sunrpc/xdr_rec.c: Likewise.
8435         * sunrpc/xdr_ref.c: Likewise.
8436         * sunrpc/xdr_stdio.c: Likewise.
8437         * sysdeps/generic/_strerror.c: Likewise.
8438         * sysdeps/generic/printf_fphex.c: Likewise.
8439         * sysdeps/generic/tmpfile.c: Likewise.
8440         * sysdeps/gnu/errlist.awk: Likewise.
8441         * sysdeps/gnu/errlist.c: Likewise.
8443         * libio/Makefile (routines): Remove iosprint.
8444         * libio/iosprintf.c: Removed
8447 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
8449         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
8450         non_dynamic_init and exported now.
8451         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
8452         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
8453         !SHARED.
8454         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8455         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8456         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8458 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
8460         * elf/dl-close.c (free_slotinfo): Check for end of list and return
8461         true in this case.
8463         * locale/iso-639.def: Add language codes for Walloon.
8465         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
8466         total number of relocations performed.
8468         * elf/sprof.c (load_profdata): If do_test provide information as
8469         to why loading failed.
8470         * elf/dl-profile.c (_dl_start_profile): Initialize all of
8471         hist_hdr.dimen.
8473         * csu/set-init.c: Moved to...
8474         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
8475         * csu/Makefile: Don't compile set-init.
8476         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
8477         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
8478         to __libc_init.
8479         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8480         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8481         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
8482         __libc_init.
8483         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
8484         __libc_subinit.
8486 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
8488         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
8489         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
8490         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
8491         (_dl_deallocate_tls): New function.
8492         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
8493         _dl_deallocate_tls.
8495 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8497         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
8498         * stdio-common/tst-fseek.c (main): Add test for this.
8500 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
8502         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
8504 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
8506         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
8507         pointer before dereferencing.
8509 2002-02-18  Roland McGrath  <roland@frob.com>
8511         * sysdeps/mach/hurd/times.c: Fix typo in last change.
8513         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
8514         Use task_policy in place of task_priority.
8516         * sysdeps/generic/bits/mman.h
8517         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
8518         * sysdeps/mach/msync.c: New file.
8520         * sysdeps/mach/powerpc/syscall.S: New file.
8522         * mach/msg.c [MACH_MSG_OVERWRITE]
8523         (__mach_msg_trap, __mach_msg_overwrite): New functions.
8524         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
8526         * sysdeps/mach/configure.in: Check for clock.defs to put into
8527         mach_interface_list.
8528         * sysdeps/mach/configure: Regenerated.
8530         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
8531         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
8532         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
8533         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
8534         (mach-shortcuts): Add device_read_overwrite_request,
8535         device_read_overwrite, vm_read_overwrite, thread_switch.
8537         * configure.in (base_machine): Set to $machine by default.
8538         * configure: Regenerated.
8540         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
8541         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
8542         * sysdeps/mach/configure: Regenerated.
8543         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
8545         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
8547         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
8549         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
8550         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
8552 2002-02-17  Roland McGrath  <roland@frob.com>
8554         * sysdeps/mach/hurd/times.c
8555         [NO_CREATION_TIME] (startup_time): New static variable.
8556         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
8557         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
8558         creation_time from task_basic_info.
8559         (__times): Use __gettimeofday instead of __host_get_time.
8561         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
8562         Use untyped Mach IPC message format.
8564         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
8566         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
8567         _S_catch_exception_raise_state_identity,
8568         _hurdsig_fault_catch_exception_raise_state,
8569         _hurdsig_fault_catch_exception_raise_state_identity.
8571         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
8573         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
8574         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
8576         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
8577         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
8579         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
8580         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
8581         them as no-op macros.
8582         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
8583         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
8585         * sysdeps/powerpc/dl-machine.h
8586         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
8588         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
8589         Use untyped Mach IPC message format.
8591         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
8592         Handle untyped Mach IPC message formats.
8594         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
8595         Expect different argument conventions when this is defined.
8596         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
8597         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
8598         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
8599         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
8600         for OSF Mach variant.
8601         (faulted): Use mig_reply_error_t for REPLY.
8602         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
8603         in __thread_set_exception_ports call.
8604         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
8605         __mach_port_set_attributes in place of __mach_port_set_qlimit.
8607         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
8608         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
8609         on Darwin, which includes bogons.
8611         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
8612         variable LOADBASE so it's not declared when it's not used.
8614 2002-02-16  Roland McGrath  <roland@frob.com>
8616         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
8617         to use BI.creation_time.
8619         * mach/Machrules (MIG): Add -x c to CPP value passed down.
8621         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
8622         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
8623         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
8624         host_page_size instead of vm_statistics.
8626         * sysdeps/mach/Makefile (mach-before-compile): Don't include
8627         mach_interface.h here, since not all variants use that name.
8629         * sysdeps/mach/configure.in: Add some checks for Mach headers
8630         to ensure a sane installation.
8631         (mach_interface_list): Define this variable by checking for .defs
8632         files found in various variants.
8633         * configure.in (mach_interface_list): AC_SUBST this.
8634         * config.make.in (mach-interface-list): New substituted variable.
8635         * mach/Makefile (user-interfaces): Define this using the value
8636         of $(mach-interface-list) instead of mach, mach4.
8637         Updated other references to mach_interface to use it as well.
8639         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
8641         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
8642         mig_reply_error_t for OSF Mach variant.
8644         * mach/Makefile (routines): Remove bootprivport.
8645         * mach/bootprivport.c: File removed.  It has never been used.
8647         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
8648         Grok the OSF flavor of message format.
8649         (mach_msg_destroy_port): For MAKE_SEND and
8650         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
8651         no-senders notification.
8653 2002-02-06  Roland McGrath  <roland@frob.com>
8655         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8656         to here if 2.0 compatibility enabled ...
8657         (libc: GLIBC_2.1.3): ... from here.
8659 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
8661         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8662         generation counter.
8663         * elf/dl-close.c (_dl_close): Likewise.
8665 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
8667         * elf/Makefile: Add rules to build and run tst-tls8.
8668         * elf/tst-tls8.c: New file.
8669         * elf/tst-tlsmod4.c: New file.
8671         * stdlib/test-a64l.c (tests): Add more test cases.
8673         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8674         Reported by Walter Harms <WHarms@bfs.de>.
8676 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
8678         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8679         definitions for struct sigcontext.
8680         Suggested by David Mosberger-Tang.
8682 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8684         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
8685         for removing reference of module in slotinfo list.
8686         (_dl_close): Use remove_slotinfo.
8687         * sysdeps/generic/dl-tls.c: General pretty printing.
8688         (oom): Define only if SHARED.
8689         (_dl_next_tls_modid): Correct starting point for the case we assume
8690         there is a gap.  Add missing instruction grouping (doh!).  Correct
8691         tests for reaching maximum index.
8692         * elf/Makefile: Add rules to build and run tst-tls7.
8693         * elf/tst-tls7.c: New file.
8694         * elf/tst-tlsmod3.c: New file.
8696         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8697         USE_TLS.
8698         * elf/tst-tlsmod2.c: Likewise.
8700         * elf/dl-close.c (_dl_close): When closing an object using TLS
8701         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8702         true.  Increment dl_tls_generation only if we closed any TLS-using
8703         object.
8704         * elf/tst-tls6.c: New file.
8705         * elf/Makefile: Add rules to build and run tst-tls6.
8707         * po/da.po: Update from translation team.
8709         * locale/categories.def: Fix typo [PR libc/2948].
8710         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8711         [PR libc/2949].
8712         * locale/iso-4217.def: Update from official version [PR libc/2950].
8713         * glibcbug.in: Honor TMPDIR [PR libc/2951].
8714         * locale/programs/ld-collate.c (collate_finish): Bail out with a
8715         message if input is too confusion instead of using assert.
8716         (collate_read): Don't crash on unknown symbol [PR libc/2952].
8717         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8719         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8720         * elf/tst-tls2.c: Likewise.
8721         * elf/tst-tls3.c: Likewise.
8723 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8725         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8727 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8729         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8730         if this is really necessary.
8732         * elf/dl-close.c (_dl_close): Implement freeing entries in the
8733         slotinfo array.
8734         (free_mem): Free memory for the slotinfo array if possible.
8736 2002-02-12  Andreas Schwab  <schwab@suse.de>
8738         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8740 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
8742         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
8743         TLS_DTV_UNALLOCATE.
8744         (oom): New function.
8745         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
8746         (_dl_determine_tlsoffset): Likewise.
8747         (_dl_allocate_tls): Likewise.
8748         (__TLS_GET_ADDR): Define if not already defined.
8749         (_dl_tls_symaddr): New function.
8750         (allocate_and_init): New function.
8751         (__tls_get_addr): Actually implement handling of generation counter
8752         and deferred allocation.
8753         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
8754         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8755         _dl_tls_generation.
8756         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
8757         Declare _dl_tls_symaddr.
8758         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
8759         SHARED.
8760         * include/link.h (struct link_map):  Remove l_tls_nextimage and
8761         l_tls_previmage.
8762         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
8763         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
8764         (_dl_vsym): Likewise.
8765         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
8766         layout.
8767         (dl_main): Allow PT_TLS be present for empty segment.  Remove
8768         nextimage list handling.  Instead add all modules using TLS to
8769         dl_tls_dtv_slotinfo_list.
8770         * elf/dl-open.c (dl_open_worker): After successfully loading all
8771         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
8772         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
8773         empty segment don't do anything.  Remove handling of initimage list.
8774         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
8775         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
8776         * elf/dl-minimal.c: Define __libc_memalign.
8777         * elf/dl-support.c: Remove _dl_initimage_list.  Add
8778         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8779         _dl_tls_generation.
8780         * include/stdlib.h: Declare __libc_memalign.
8782         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
8783         * elf/tst-tls4.c: New file.
8784         * elf/tst-tls5.c: New file.
8785         * elf/tst-tlsmod2.c: New file.
8787         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
8789         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
8791         * elf/tst-tls1.c: Use test-skeleton.c.
8792         * elf/tst-tls2.c: Likewise.
8793         * elf/tst-tls3.c: Likewise.
8795         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
8797 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8799         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
8801 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
8803         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
8805         * elf/tst-tls3.c: New file.
8806         * elf/tst-tlsmod1.c: New file.
8807         * elf/Makefile: Add rules to build and run tst-tls3.
8809         * sysdeps/i386/dl-machine.h: Include <tls.h>.
8810         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
8811         TLS relocations.
8813         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
8815         * po/fr.po: Update from translation team.
8817         * elf/tls-macros.h: Add alternative macros for use in PIC.
8819         * elf/dl-lookup.c: Include <tls.h>.
8820         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
8822         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
8823         required by passing pointer to last element of the list.
8825         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
8826         l_tls_initimage to a place where it actually is performed.
8828         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
8829         after globfree() calls.
8831         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
8832         (openaux): Pass open_mode as new last argument to _dl_map_object.
8833         (_dl_map_object_deps): Add new argument open_mode.  Initialize
8834         open_mode element of args variable with it.
8835         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
8836         _dl_map_object_deps.
8837         * elf/rtld.c (dl_main): Add zero as last parameter to
8838         _dl_map_object_deps call.
8839         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
8840         * elf/nodlopen2.c: New file.
8841         * elf/nodlopenmod2.c: New file.
8842         * elf/Makefile: Add rules to build and run nodlopen2.
8844         * elf/tst-tls1.c: Move TLS helper macros to...
8845         * elf/tls-macros.h: ...here.  New file.
8846         * elf/tst-tls2.c: New file.
8847         * elf/Makefile (tests): Add tst-tls2.
8848         (distribute): Add tls-macros.h.
8850         * po/sv.po: Update from translation team.
8852         * elf/tst-tls1.c (main): Add complete set of tests.  Split
8853         architecture specific definitions from the actual test code.
8855         * po/tr.po: Update from translation team.
8857 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
8859         * elf/Makefile (tests): Add tst-tls1.
8860         * elf/tst-tls1.c: New file.
8862         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
8863         alignment of TCB for now.
8865         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
8866         initialization image for the application itself.
8868         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
8869         loop to initialize TLS block.
8871 2002-02-08  Richard Henderson  <rth@redhat.com>
8873         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
8874         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
8876         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
8878 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
8880         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
8882 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
8884         * po/ca.po: Update from translation team.
8885         * po/sk.po: Likewise.
8887         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
8888         (dl_main): Move dtv/static TLS handling before relocation.
8889         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
8890         TLS_INIT_TP to allocate and install the dtv/static TLS block.
8891         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
8892         so far uses TLS initialize GL(dl_tls_static_size) and
8893         GL(dl_tls_static_align) to account for the TCB.
8894         (_dl_allocate_tls): New function.
8895         * sysdeps/generic/ldsodefs.h (rtld_global): Add
8896         _dl_initial_dtv_malloced.
8898         * configure.in: Test for __builtin_memset more realistically.
8900         * csu/version.c (banner): If TLS support is available say so.
8902 2002-02-04  H.J. Lu  <hjl@gnu.org>
8904         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
8905         __attribute_used__.
8906         (__dl_runtime_resolve): Likewise.
8908         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
8909         declaration.
8911 2001-11-15  H.J. Lu  <hjl@gnu.org>
8913         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
8914         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
8916         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
8918 2002-02-07  H.J. Lu  <hjl@gnu.org>
8920         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
8921         ".set noreorder".
8922         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
8923         Likewise.
8925 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8927         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
8929         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
8930         ___tls_get_addr_internal.
8931         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
8933         * po/ko.po: Update from translation team.
8935 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
8937         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
8938         attribute, change __pad{1,2} type to unsigned int.
8939         (struct stat64): Remove packed attribute.
8941 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8943         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
8945 2002-02-07  Andreas Schwab  <schwab@suse.de>
8947         * configure.in: Fix check for -zcombreloc.
8949 2002-02-06  H.J. Lu  <hjl@gnu.org>
8951         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
8952         * configure.in: Check if __builtin_memset really works.
8953         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
8954         __GNUC_PREREQ (2, 96) before using __builtin_memset.
8956 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
8958         * io/bug-ftw3.c (main): Don't try the test if root.
8960 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8962         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
8963         constraints.
8964         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
8965         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
8966         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
8967         Likewise.
8968         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
8969         a weak alias for __clone.
8970         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
8971         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
8972         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
8973         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
8974         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
8975         a weak alias for __mmap64.
8977 2002-02-05  H.J. Lu  <hjl@gnu.org>
8979         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
8980         (atomic_add): Likewise.
8981         (compare_and_swap): Likewise.
8982         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
8984 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8986         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
8988         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
8989         alignment of the TCB and store total size and alignment of static
8990         TLS block in _dl_tls_static_size and _dl_tls_static_align.
8991         tls_index is a typedef.
8992         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
8993         _dl_tls_static_align.
8994         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
8995         * elf/dl-support.c: Define _dl_tls_static_size and
8996         _dl_tls_static_align.
8998 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9000         * configure.in: Add --without-tls option.
9001         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
9002         --without-tls is given.
9004         * sysdeps/generic/dl-tls.c: Include <tls.h>.
9006         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
9008 2002-02-06  Roland McGrath  <roland@frob.com>
9010         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
9011         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
9013         * scripts/versions.awk: Improve error message for missing version.
9014         Each version inherits from the last one only if they have the same
9015         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
9016         but not GLIBC_x and FOO_y.
9018         * scripts/firstversions.awk: Handle libraries that don't have each
9019         particular version named in the third column of shlib-versions.
9021         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
9023 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9025         * Versions.def [ld]: Add GLIBC_2.3.
9026         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
9027         * elf/Makefile (dl-routines): Add dl-tls.
9028         (distribute): Add dl-tls.h.
9029         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9030         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9031         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
9032         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
9033         along with the other info in the link map.  Change queueing of init
9034         images for double linked list.  Use _dl_next_tls_modid to compute
9035         l_tls_modid.
9036         * elf/rtld.c (_dl_start_final): Store alignment requirement
9037         along with the other info in rtld map and executable map.
9038         (dl_main): Add ld.so to the init image list if necessary.  Compute
9039         final module ID with _dl_next_tls_modid.
9040         * include/link.h (struct link_map): Add l_tls_previmage and
9041         l_tls_align.
9042         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9043         * sysdeps/i386/elf/Versions: New file.
9044         * sysdeps/generic/dl-tls.c: New file.
9045         * sysdeps/generic/dl-tls.h: New file.
9046         * sysdeps/i386/dl-tls.h: New file.
9048 2002-02-06  Roland McGrath  <roland@frob.com>
9050         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
9051         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
9053 2002-01-05  Roland McGrath  <roland@frob.com>
9055         * sysdeps/mach/configure.in: New file.
9056         * sysdeps/mach/configure: New generated file.
9058         * mach/Makefile (user-interfaces): Remove default_pager_helper.
9059         It has never been used by anything.
9061 2002-02-06  H.J. Lu  <hjl@gnu.org>
9063         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
9064         is included.
9066 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9068         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
9069         attribute((packed)) to counter stupid people misusing gcc options.
9070         (struct stat64): Likewise.
9072 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9074         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
9075         the variables which are used as booleans.
9077 2002-02-06  Andreas Jaeger  <aj@suse.de>
9079         * include/libc-symbols.h (INTUSE): Renamed from INT.
9080         * elf/dl-deps.c: Change users.
9081         * sysdeps/generic/dl-sysdep.c: Likewise.
9082         * sysdeps/generic/dl-cache.c: Likewise.
9083         * elf/dl-reloc.c: Likewise.
9084         * elf/rtld.c: Likewise.
9085         * elf/dl-version.c: Likewise.
9086         * elf/dl-load.c: Likewise.
9087         * elf/dl-dst.h: Likewise.
9088         * elf/dl-init.c: Likewise.
9089         * elf/dl-error.c: Likewise.
9090         * elf/dl-fini.c: Likewise.
9091         * elf/dl-runtime.c: Likewise.
9092         * elf/do-lookup.h: Likewise.
9094         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
9095         definition.
9096         * stdio-common/_itowa.h: Likewise.
9098 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9100         * elf/dl-minimal.c: Define _itoa_lower_digits.
9102         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
9103         DT_FLAGS set.
9105         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
9106         loading modules with the DF_STATIC_TLS flag set.
9107         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
9108         element.
9109         * include/link.h (struct link_map): Add l_flags field.
9110         * elf/elf.h (DF_STATIC_TLS): New definition.
9112         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
9113         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
9115         * elf/rtld.c (process_dl_debug): Correct printing help message.
9116         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
9117         for %s.
9119         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
9120         definition and pass &errno in use of this variable.
9121         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
9123 2002-02-04  Andreas Schwab  <schwab@suse.de>
9125         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
9126         * locale/programs/charmap-dir.c: Wrap calls that output messages
9127         with WITH_CUR_LOCALE.  Include "localedef.h" first.
9128         * locale/programs/charmap.c: Likewise.
9129         * locale/programs/ld-address.c: Likewise.
9130         * locale/programs/ld-collate.c: Likewise.
9131         * locale/programs/ld-ctype.c: Likewise.
9132         * locale/programs/ld-identification.c: Likewise.
9133         * locale/programs/ld-measurement.c: Likewise.
9134         * locale/programs/ld-messages.c: Likewise.
9135         * locale/programs/ld-monetary.c: Likewise.
9136         * locale/programs/ld-name.c: Likewise.
9137         * locale/programs/ld-numeric.c: Likewise.
9138         * locale/programs/ld-paper.c: Likewise.
9139         * locale/programs/ld-telephone.c: Likewise.
9140         * locale/programs/ld-time.c: Likewise.
9141         * locale/programs/linereader.c: Likewise.
9142         * locale/programs/linereader.h: Likewise.
9143         * locale/programs/localedef.c: Likewise.
9144         * locale/programs/locfile.c: Likewise.
9145         * locale/programs/repertoire.c: Likewise.
9147 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9149         * elf/rtld.c (_dl_start_final): Determine load address to locate
9150         ehdr with GL(dl_rtld_map).l_map_start.
9152         * po/ca.po: Update from translation team.
9154         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
9155         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
9156         header entry.
9157         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9158         _dl_tls_module_cnt.
9159         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
9161 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
9163         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
9164         * include/link.h (struct link_map): Add various members for TLS
9165         information.
9166         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9167         _rtld_tlsoffset, add _dl_initimage_list.
9168         * sysdeps/i386/dl-lookupcfg.h: New file.
9169         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
9170         TLS relocation.  When using TLS we now use RESOLVE_MAP.
9171         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
9172         is used.
9174         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
9175         unused.
9177         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
9178         thread-pointer as soon as possible.
9179         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
9180         elements in rtld_global.
9181         * sysdeps/generic/tls.h: New file.
9182         * elf/Makefile (distribute): Add tls.h.
9183         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
9184         relocations.  Not complete yet.
9186         * resolv/resolv.h: Allow user to define __need_res_state and only
9187         define __res_start structure then.
9188         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
9190         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
9191         dl_cpuclock_offset initialization to _dl_start_final.
9192         (_dl_show_auxv): Avoid unnecessary sign extension.
9193         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
9195 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9197         * config.h.in: Add HAVE_TLS_SUPPORT.
9198         * sysdeps/i386/elf/configure.in: New file.
9200 2002-02-03  Andreas Schwab  <schwab@suse.de>
9202         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
9203         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
9205 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
9207         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
9208         alloca if the memory reqirements are too high.
9210 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9212         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
9213         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
9214         the former is available anyway and speed isn't important here.
9215         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
9216         * elf/dl-version.c (match_symbol): Likewise.
9217         (_dl_check_map_versions): Likewise.
9218         * elf/rtld.c (process_envvars): Likewise.
9219         (print_statistics): Likewise.
9220         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
9221         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
9222         bases.  Add assert to catch uses of unimplemented features.
9223         (__strsep): Add assert to catch uses of unimplemented features.
9224         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
9225         and avoid inline optimization.
9226         * elf/rtld.c (process_envvars): Likewise.
9227         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
9228         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
9229         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
9231 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9233         * stdio-common/_itoa.h: Minor simplifications of the code.
9234         * stdio-common/_itoa.c: Likewise.
9236         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
9237         instead of _dl_printf for debugging info output.
9239         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
9240         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
9242 2002-02-01  H.J. Lu  <hjl@gnu.org>
9244         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
9245         (atomic_add): Likewise.
9246         (compare_and_swap): Return 0 only when failed to compare. Use
9247         branch likely.
9249         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
9250         branch likely.
9252 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
9254         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
9256 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9258         * elf/dl-minimal.c (__strsep): New minimal implementation.
9260 2002-02-02  Paul Eggert  <eggert@twinsun.com>
9262         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
9263         (__mktime_internal): If no tm_isdst is requested, prefer solutions
9264         with tm_isdst > 0 when the requested time falls within a
9265         spring-forward gap [PR libc/2894].
9267 2002-02-03  Andreas Schwab  <schwab@suse.de>
9269         * stdio-common/tst-rndseek.c: Increase timeout.
9271 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9273         Change ld.so to not use functions which are exported.  One cannot
9274         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
9275         definitions.
9276         * include/libc-symbols.h: Define INT and INTDEF.
9277         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
9278         _dl_signal_error_internal, _dl_map_object_internal,
9279         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
9280         _dl_lookup_versioned_symbol_internal,
9281         _dl_relocate_object_internal, _dl_debug_state_internal,
9282         _dl_start_profile_internal, and _dl_unload_cache_internal.
9283         * include/dlfcn.h: Declare _dl_catch_error_internal.
9284         * elf/rtld.c: Use INT for calls to any of the *_internal functions
9285         above.  Add INTDEF to function definitions.
9286         * elf/dl-debug.c: Likewise.
9287         * elf/dl-deps.c: Likewise.
9288         * elf/dl-dst.h: Likewise.
9289         * elf/dl-error.c: Likewise.
9290         * elf/dl-fini.c: Likewise.
9291         * elf/dl-init.c: Likewise.
9292         * elf/dl-load.c: Likewise.
9293         * elf/dl-lookup.c: Likewise.
9294         * elf/dl-misc.c: Likewise.
9295         * elf/dl-open.c: Likewise.
9296         * elf/dl-profile.c: Likewise.
9297         * elf/dl-reloc.c: Likewise.
9298         * elf/dl-runtime.c: Likewise.
9299         * elf/dl-version.c: Likewise.
9300         * elf/do-lookup.h: Likewise.
9301         * sysdeps/generic/dl-cache.c: Likewise.
9302         * sysdeps/generic/dl-sysdep.c: Likewise.
9303         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
9304         instead of _dl_init.
9305         * sysdeps/arm/dl-machine.h: Likewise.
9306         * sysdeps/cris/dl-machine.h: Likewise.
9307         * sysdeps/hppa/dl-machine.h: Likewise.
9308         * sysdeps/i386/dl-machine.h: Likewise.
9309         * sysdeps/ia64/dl-machine.h: Likewise.
9310         * sysdeps/m68k/dl-machine.h: Likewise.
9311         * sysdeps/mips/dl-machine.h: Likewise.
9312         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9313         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9314         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9315         * sysdeps/sh/dl-machine.h: Likewise.
9316         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9317         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9318         * sysdeps/x86_64/dl-machine.h: Likewise.
9319         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9321         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9322         and _dl_debug_initialize.
9324         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9325         more information.
9326         * elf/rtld.c (dl_main): Avoid strrchr.
9327         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9328         result of readlink.  Search from the back for '/'.
9330         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9331         strncpy if possible.
9333         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
9334         strncmp.
9335         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
9336         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
9337         strspn, and strcspn.
9338         (process_envvars): Don't use strcspn.
9340         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
9341         (_dl_dst_substitute): Likewise.
9343 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9345         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
9346         code which is never used when relocating ld.so itself.
9348         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
9349         starting ld.so itself.  Move l_addr variable initialization closer
9350         to use.
9351         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
9353 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9355         * Versions.def (libc): Add GLIBC_PRIVATE.
9356         (libdb, libnss_db, libdb1): Remove.
9357         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
9358         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
9359         (libpthread): Add GLIBC_PRIVATE.
9360         (libresolv): Likewise, remove GLIBC_2.1.
9361         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
9362         GLIBC_2.2.3, GLIBC_2.3.
9363         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
9364         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
9365         _dl_sym, _dl_vsym): Likewise.
9366         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
9367         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
9368         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
9369         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
9370         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
9371         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
9372         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
9373         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
9374         Likewise.
9375         (_dl_object_relocation_scope): Remove.
9376         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
9377         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
9378         __gconv_cache): Move to GLIBC_PRIVATE.
9379         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
9380         __internal_setnetgrent): Likewise.
9381         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
9382         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
9383         * locale/Versions (__collate_element_hash, __collate_element_strings,
9384         __collate_symbol_classes, __collate_symbol_hash,
9385         __collate_symbol_strings, _nl_current_LC_COLLATE,
9386         _nl_current_LC_CTYPE): Likewise.
9387         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
9388         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
9389         (libnss_nis, libnss_nisplus): Likewise.
9390         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
9391         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
9392         (libnss_files): Move all symbols to GLIBC_PRIVATE.
9393         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
9394         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
9395         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
9396         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
9397         __ns_get16, __ns_samename): Likewise.
9398         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
9399         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
9400         GLIBC_PRIVATE.
9401         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
9402         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
9403         __libc_connect): Likewise.
9404         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
9405         Likewise.
9406         * stdlib/Versions (__libc_system): Likewise.
9407         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
9408         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
9409         * sysdeps/ia64/fpu/Versions: Likewise.
9410         * sysdeps/ia64/Versions: Likewise.
9411         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
9412         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
9413         to GLIBC_PRIVATE.
9414         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
9415         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
9416         __libc_sigaction): Likewise.
9417         * termios/Versions (__libc_tcdrain): Likewise.
9419         * misc/sys/cdefs (__attribute_noinline__): Define.
9420         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
9421         __attribute_noinline__.
9423         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
9424         * elf/dl-xstat64.c: New file.
9425         * elf/dl-fxstat64.c: New file.
9426         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
9427         don't export __fxstat64 at multiple versions.
9428         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
9429         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
9431 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
9433         * locale/program/ld-collate.c (collate_finish): Assign a wide
9434         char collation sequence value to multi character collating
9435         elements, and avoid over writing by non-character elements.
9437 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9439         * elf/Makefile (distribute): Add dl-procinfo.c.
9440         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
9441         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
9443 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9445         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
9446         definition.
9447         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
9448         _rtld_global struct.
9449         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9450         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
9451         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9452         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
9453         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
9454         _dl_fpu_control_set): Remove unused externs.
9455         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
9456         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
9457         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
9458         related variables in _rtld_global struct.
9459         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
9460         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
9461         unused extern.
9463 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9465         * sysdeps/generic/dl-procinfo.c: New file.
9467 2002-02-01  Andreas Schwab  <schwab@suse.de>
9469         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
9471 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9473         * elf/rtld.c (_dl_start): Mark as internal_function.
9474         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
9475         in register.
9476         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
9477         General pretty printing.
9479 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9481         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
9482         * elf/dl-reloc.c: Pretty printing.
9483         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
9484         procinfo-related variables in rtld_global struct.
9485         * elf/dl-support.c: Likewise.
9486         * elf/rtld.c: Likewise.
9487         * sysdeps/i386/i686/Makefile: Likewise.
9488         * sysdeps/i386/i686/hp-timing.c: Likewise.
9489         * sysdeps/i386/i686/hp-timing.h: Likewise.
9490         * sysdeps/ia64/Makefile: Likewise.
9491         * sysdeps/ia64/hp-timing.c: Likewise.
9492         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
9493         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
9494         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
9495         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
9496         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
9497         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
9498         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
9499         * sysdeps/x86_64/Makefile: Likewise.
9501         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
9502         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
9503         _dl_debug_fd to rtld_global.
9504         * elf/Versions: Likewise.
9505         * elf/dl-close.c: Likewise.
9506         * elf/dl-iteratephdr.c: Likewise.
9507         * elf/dl-lookup.c: Likewise.
9508         * elf/dl-misc.c: Likewise.
9509         * elf/dl-open.c: Likewise.
9510         * elf/dl-support.c: Likewise.
9511         * elf/do-lookup.h: Likewise.
9512         * elf/rtld.c: Likewise.
9513         * sysdeps/generic/dl-cache.c: Likewise.
9514         * sysdeps/generic/dl-sysdep.c: Likewise.
9515         * sysdeps/ia64/Versions: Likewise.
9516         * sysdeps/unix/clock_gettime.c: Likewise.
9517         * sysdeps/unix/clock_settime.c: Likewise.
9518         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9519         * sysdeps/sparc/Versions: Removed.
9520         * sysdeps/i386/i686/Versions : Removed.
9521         * sysdeps/x86_64/Versions: Removed.
9522         * configure.in: Define HAVE_PROTECTED if .protected is available.
9523         * config.h.in: Add entry for HAVE_PROTECTED.
9525 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
9527         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
9528         code in struct _rtld_global.  Export this struct, remove all
9529         exports for the signal variables.
9530         * sysdeps/arm/dl-machine: Likewise.
9531         * sysdeps/generic/dl-origin: Likewise.
9532         * sysdeps/generic/dl-sysdep: Likewise.
9533         * sysdeps/generic/dl-cache: Likewise.
9534         * sysdeps/hppa/dl-fptr: Likewise.
9535         * sysdeps/hppa/dl-machine: Likewise.
9536         * sysdeps/cris/dl-machine: Likewise.
9537         * sysdeps/i386/dl-machine: Likewise.
9538         * sysdeps/ia64/dl-machine: Likewise.
9539         * sysdeps/m68k/dl-machine: Likewise.
9540         * sysdeps/mach/hurd/dl-sysdep: Likewise.
9541         * sysdeps/mips/mips64/dl-machine: Likewise.
9542         * sysdeps/mips/dl-machine: Likewise.
9543         * sysdeps/powerpc/elf/libc-start: Likewise.
9544         * sysdeps/powerpc/dl-machine: Likewise.
9545         * sysdeps/powerpc/dl-start: Likewise.
9546         * sysdeps/sparc/sparc32/dl-machine: Likewise.
9547         * sysdeps/sparc/sparc64/dl-machine: Likewise.
9548         * sysdeps/sh/dl-machine: Likewise.
9549         * sysdeps/s390/s390-32/dl-machine: Likewise.
9550         * sysdeps/s390/s390-64/dl-machine: Likewise.
9551         * sysdeps/unix/sysv/aix/libc-start: Likewise.
9552         * sysdeps/unix/sysv/aix/start-libc: Likewise.
9553         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
9554         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
9555         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
9556         * sysdeps/x86_64/dl-machine: Likewise.
9558 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9560         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
9561         are too high.
9563 2002-01-31  Andreas Schwab  <schwab@suse.de>
9565         * sysdeps/posix/readv.c: Check for ssize_t overflow.
9567 2002-01-31  Andreas Schwab  <schwab@suse.de>
9569         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
9570         reference to _dl_pagesize.
9572 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
9574         * Versions.def [ld]: Add GLIBC_2.3.
9575         * elf/dl-addr.c: Move global variables for SHARED code in struct
9576         _rtld_global.  Export this struct, remove all exports for the
9577         signal variables.
9578         * elf/dl-close.c: Likewise.
9579         * elf/dl-conflict.c: Likewise.
9580         * elf/dl-debug.c: Likewise.
9581         * elf/dl-deps.c: Likewise.
9582         * elf/dl-dst.h: Likewise.
9583         * elf/dl-error.c: Likewise.
9584         * elf/dl-fini.c: Likewise.
9585         * elf/dl-init.c: Likewise.
9586         * elf/dl-iteratephdr.c: Likewise.
9587         * elf/dl-libc.c: Likewise.
9588         * elf/dl-load.c: Likewise.
9589         * elf/dl-lookup.c: Likewise.
9590         * elf/dl-minimal.c: Likewise.
9591         * elf/dl-object.c: Likewise.
9592         * elf/dl-open.c: Likewise.
9593         * elf/dl-profile.c: Likewise.
9594         * elf/dl-profstub.c: Likewise.
9595         * elf/dl-reloc.c: Likewise.
9596         * elf/dl-runtime.c: Likewise.
9597         * elf/dl-support.c: Likewise.
9598         * elf/dl-sym.c: Likewise.
9599         * elf/dl-version.c: Likewise.
9600         * elf/do-lookup.h: Likewise.
9601         * elf/do-rel.h: Likewise.
9602         * elf/dynamic-link.h: Likewise.
9603         * elf/rtld.c: Likewise.
9604         * sysdeps/generic/dl-cache.c: Likewise.
9605         * sysdeps/generic/dl-sysdep.c: Likewise.
9606         * sysdeps/generic/ldsodefs.h: Likewise.
9607         * sysdeps/generic/libc-start.c: Likewise.
9608         * sysdeps/i386/dl-machine.h: Likewise.
9609         * sysdeps/ia64/dl-fptr.c: Likewise.
9610         * sysdeps/ia64/dl-machine.h: Likewise.
9611         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
9612         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
9613         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9614         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
9615         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9616         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9617         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
9618         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
9620 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9622         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
9623         to avoid warning
9624         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
9626         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
9627         SHARED version.
9628         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
9630         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
9632 2002-01-29  Ben Collins  <bcollins@debian.org>
9634         * string/bits/string2.h (__mempcpy): Protect size arg for
9635         addition when using __builtin_memcpy.
9637 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9639         * stdlib/Makefile (tests): Add tst-qsort.
9640         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
9642         * manual/signal.texi (Process Signal Mask): Document that
9643         pthread_sigmask, not sigprocmask, must be used in MT programs.
9644         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
9646         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
9647         found.
9648         * misc/Makefile (tests): Add tst-hsearch.
9649         * misc/tst-hsearch.c: New file.
9651 2002-01-18  Wolfram Gloger  <wg@malloc.de>
9653         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9654         * malloc/malloc.h: Likewise.
9655         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9656         * malloc/arena.c: New file.
9657         * malloc/hooks.c: New file.
9658         * malloc/tst-mallocstate.c: New file.
9659         * malloc/Makefile: Add new testcase tst-mallocstate.
9660         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
9662 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9664         * stdlib/msort.c: Remove last patch.  The optimization violates the
9665         same rule which qsort.c had problems with.
9667 2002-01-27  Paul Eggert  <eggert@twinsun.com>
9669         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9670         to a pivot element that lies outside the array to be sorted, as
9671         ISO C99 requires that the comparison function be called only with
9672         addresses of array elements [PR libc/2880].
9674 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9676         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9677         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
9679         * timezone/asia: Update from tzdata2002b.
9680         * timezone/australasia: Likewise.
9681         * timezone/backward: Likewise.
9682         * timezone/europe: Likewise.
9683         * timezone/leapseconds: Likewise.
9684         * timezone/iso3166.tab: Likewise.
9685         * timezone/zone.tab: Likewise.
9687 2002-01-23  Richard Henderson  <rth@redhat.com>
9689         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9691 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9693         * string/strxfrm.c: Allocate one more byte for rulearr and clear
9694         this element [PR libc/2855].
9696         * string/strcoll.c: Handle zero-length arguments specially
9697         [PR libc/2856].
9699 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9701         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9702         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9703         short lengths and constant src.
9704         (strcpy): Don't optimize for gcc 3.0+.
9705         (__stpcpy): For gcc 3.0+, don't use
9706         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9707         for short string literal src.
9709 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9711         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9712         Set for arm, too.
9714 2001-01-22  Paul Eggert  <eggert@twinsun.com>
9716         * manual/llio.texi (Linked Channels, Cleaning Streams):
9717         Make it clearer that a just-opened input stream might need cleaning.
9719 2002-01-21  H.J. Lu  <hjl@gnu.org>
9721         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9722         Don't use label at end of compound statement.
9724 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
9726         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9727         Remove test for negative integer arg; sin_pi does it correctly.
9729 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
9731         * nscd/Makefile (distribute): Filter out xmalloc.c.
9733 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
9735         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9736         Set offset if read end wasn't the buffer end.
9737         (_IO_file_seekoff_mmap): New function.
9738         (_IO_file_xsgetn_mmap): New function.
9739         (_IO_file_jumps_mmap): Use the two new functions.
9740         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9741         != end buffer.
9742         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
9743         _IO_file_underflow_mmap.
9744         * libio/iofopen.c: Don't position file descriptor at end of file.
9745         * libio/tst-widetext.c: Improve error messages.
9746         * stdio-common/tst-rndseek.c: Likewise.
9748 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
9750         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
9751         end of enum for !_GNU_SOURCE.
9752         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
9753         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
9754         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
9755         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
9756         values unless _GNU_SOURCE.
9758         * iconvdata/tcvn5712-1.c: Minor cleanups.
9760 2002-01-18  Andreas Schwab  <schwab@suse.de>
9762         * sysdeps/unix/sysv/linux/configure.in
9763         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
9765 2002-01-16  Roger Sayle  <roger@eyesopen.com>
9767         * stdlib/msort.c (msort_with_tmp): Replace implementation with
9768         more efficient "Towers of Hanoi" mergesort.
9769         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
9770         for generic, sizeof(int) and sizeof(long) variants respectively.
9772 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
9774         * manual/syslog.texi (openlog): Describe possible problems with
9775         first parameter.
9776         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9778         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
9779         * nscd/connections.c (begin_drop_privileges): New function.
9780         (finish_drop_privileges): New function.
9781         (nscd_init): Call the new functions which also install all groups
9782         for the server user.
9783         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
9784         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9786 2002-01-17  H.J. Lu  <hjl@gnu.org>
9788         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
9789         `const' from `got'.
9791 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9793         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
9794         instructions for pointer operations.
9795         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9797 2002-01-17  Andreas Jaeger  <aj@suse.de>
9799         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
9800         __uint128_t build-in.
9802         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
9803         PowerPC, sync with 2.2 branch.
9805 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9807         * posix/getconf.c: Update copyright year.
9808         * nss/getent.c: Likewise.
9809         * nscd/nscd_nischeck.c: Likewise.
9810         * iconv/iconvconfig.c: Likewise.
9811         * iconv/iconv_prog.c: Likewise.
9812         * elf/ldconfig.c: Likewise.
9813         * catgets/gencat.c: Likewise.
9814         * csu/version.c: Likewise.
9815         * elf/ldd.bash.in: Likewise.
9816         * elf/sprof.c (print_version): Likewise.
9817         * locale/programs/locale.c: Likewise.
9818         * locale/programs/localedef.c: Likewise.
9819         * nscd/nscd.c (print_version): Likewise.
9820         * debug/xtrace.sh: Likewise.
9821         * malloc/memusage.sh: Likewise.
9822         * malloc/mtrace.pl: Likewise.
9824 2002-01-16  Andreas Schwab  <schwab@suse.de>
9826         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
9827         reliably remove "-ia64" from rtld name.
9829 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9831         * iconvdata/gb18030.c: Bug fixes and support for more characters.
9832         Patch by Yu Shao <yshao@redhat.com>.
9834 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9836         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
9837         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
9838         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
9840 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9842         * sysdeps/s390/fpu/libm-test-ulps: Update.
9844 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
9846         * elf/elf.h: Update x86 relocations.
9848 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9850         * locale/programs/charmap.c (new_width): Check whether byte
9851         sequences for both ends of range have the same length.
9853 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9855         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
9857 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9859         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
9860         string literals.
9861         (__full_ieee754_sqrt): Add __attribute_used__.
9863 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9865         * sysdeps/generic/group_member.c (__group_member): Also check
9866         groups[0] [PR libc/2781].
9868 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
9870         * Makefile (distribute): Add scripts/cpp.
9871         * elf/Makefile (distribute): Add reldep6mod[01234].c,
9872         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
9873         unwind-dw2-fde.h, and dwarf2.h.
9874         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
9875         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
9876         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
9877         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
9879 2002-01-07  Roland McGrath  <roland@frob.com>
9881         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
9882         volatile on type of ARGC so the compiler doesn't get clever.
9884 2002-01-07  Andreas Jaeger  <aj@suse.de>
9886         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
9887         * sysdeps/i386/bits/byteswap.h: Likewise.
9888         * sysdeps/ia64/bits/byteswap.h: Likewise.
9889         * sysdeps/m68k/bits/byteswap.h: Likewise.
9890         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
9891         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
9893 2002-01-02  Bruno Haible  <bruno@clisp.org>
9895         * intl/plural.y: Fix %expect count.
9897 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
9899         * elf/Makefile (routines, shared-only-routines): Add
9900         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
9901         * elf/elf.h (PT_GNU_EH_FRAME): Define.
9902         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
9903         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
9904         Optimize if .eh_frame section contains no FDEs.
9905         (__register_frame, __deregister_frame_info_bases,
9906         __deregister_frame): Likewise.
9907         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
9908         DW_CFA_restore handling.
9910 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
9912         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
9914         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
9915         for x < 0.25 and restore original range reduction method.
9916         (__ieee754_lgammal_r): Make sure signgam is set before returning.
9918 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
9920         * libio/fileops.c (_IO_file_underflow_mmap): New function.
9921         (_IO_file_close_mmap): New function.
9922         (_IO_file_jumps_mmap): New variable.
9923         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
9924         trying to convert rest of byte buffer.
9925         (_IO_wfile_underflow_mmap): New function.
9926         (_IO_wfile_jumps_mmap): New variable.
9927         * libio/iofopen.c (__fopen_maybe_mmap): New function.
9928         (__fopen_internal): New function.  Split out from _IO_new_fopen.
9929         (_IO_new_fopen): Call __fopen_internal.
9930         * libio/iofopen64.c: Just call __fopen_internal.
9931         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
9932         successfully.
9933         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
9934         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
9935         _IO_file_close_mmap.
9937         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
9938         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
9940         * stdio-common/Makefile (tests): Add tst-rndseek.
9941         * stdio-common/tst-rndseek.c: New file.
9943 2002-01-05  Roland McGrath  <roland@frob.com>
9945         * config.h.in (HAVE_MIG_RETCODE): New #undef.
9946         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
9947         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
9948         * sysdeps/mach/hurd/configure: Regenerated.
9950 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
9952         * elf/elf.h: Add more TLS definitions.
9954 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
9956         * include/features.h (__GLIBC_MINOR__): Bump to 3.
9958 2002-01-02  Roland McGrath  <roland@frob.com>
9960         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
9961         __sigisemptyset.  Don't use MASK uninitialized.
9963         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
9964         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
9965         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
9966         __sigdelset, __sigaddset, __sigorset.
9968         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
9969         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
9971         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
9972         _hurd_ports is null.
9974         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
9975         for old CMU and new OSF Mach interface flavors.
9976         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
9977         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9979         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
9981         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
9982         Pass extra arguments to task_create for OSF variant.
9983         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9985         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
9986         conditional on [HAVE_AUX_VECTOR].
9988         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
9989         mach_msg_timeout_t as type of final argument.
9991         * hurd/privports.c (__get_privileged_ports):
9992         Change host_priv_t to mach_port_t in argument type.
9993         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
9994         Update decls.
9996         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
9997         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
9998         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9999         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10000         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10001         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
10003 2002-01-01  Roland McGrath  <roland@frob.com>
10005         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
10007 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
10009         * include/stdlib.h: Define inlines for the _l variants of the strto*
10010         functions.
10012 2002-01-01  Roland McGrath  <roland@frob.com>
10014         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
10016         * mach/Machrules (MIG): Set CPP as well as CC.
10018 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
10020         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
10021         locale to parse /proc/loadavg [PR libc/2760].
10023 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
10025         * elf/dl-conflict.c: Include sys/param.h.
10026         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
10027         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
10028         warning.
10029         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
10030         literals to avoid warnings.
10032 2001-12-31  Andreas Jaeger  <aj@suse.de>
10034         * configure.in: Don't check for gsed since we do not use it anywhere.
10036 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10038         * io/fts.c: Update from BSD to fix memory leaks.
10040 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10042         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
10043         * elf/chroot_canon.c: Likewise.
10044         * elf/dl-object.c: Likewise.
10045         * iconv/iconv_charmap.c: Likewise.
10046         * iconv/iconv_prog.c: Likewise.
10047         * libio/iogetdelim.c: Likewise.
10048         * locale/lc-time.c: Likewise.
10049         * stdlib/canonicalize.c: Likewise.
10050         * sunrpc/svc.c: Likewise.
10051         * sysdeps/generic/glob.c: Likewise.
10053 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10055         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
10056         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
10057         remove high order bit from the program counter.
10058         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
10060 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10062         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
10063         unnecessary code and add missing reloc types.
10064         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
10065         case for reloc type R_390_NONE.
10067 2001-12-28  Andreas Jaeger  <aj@suse.de>
10069         * io/bug-ftw3.c: Include string.h for prototypes.
10071         * crypt/md5test.c (main): Remove unused variable.
10073         * dlfcn/modstatic.c: Add prototype to avoid warning.
10075 2001-12-26  Roland McGrath  <roland@frob.com>
10077         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
10078         check only (SS->pending & MASK) for the signal to return.
10079         From Jeroen Dekkers <jeroen@dekkers.cx>.
10081 2001-12-22  Roland McGrath  <roland@frob.com>
10083         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
10084         Use preprocessor #if conditionals instead of `if' to avoid
10085         warnings about divide by zero in dead code.
10087         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
10088         _hurd_port_init, and __hurd_self_sigstate.
10090         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
10092 2001-12-21  Andreas Jaeger  <aj@suse.de>
10094         * elf/dblloadmod1.c: Add prototype to avoid warning.
10095         * elf/dblloadmod2.c: Likewise.
10096         * elf/dblloadmod3.c: Likewise.
10097         * elf/reldepmod5.c: Likewise.
10098         * elf/reldepmod6.c: Likewise.
10100         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
10101         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
10102         used on all architectures.
10104         * sunrpc/svc_tcp.c: Add noreturn attribute for
10105         svctcp_rendezvous_abort.
10106         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
10108         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
10109         to avoid warning.
10111 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10113         * manual/llio.texi (aio_fsync): Fix a typo.
10114         Patch by Tammy Fox <tfox@redhat.com>.
10116 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
10118         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
10119         stack bias from child stack pointer before passing it to clone syscall.
10121 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
10123         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
10124         _SC_TZNAME_MAX.
10125         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
10126         Reported by Thorsten Kukuk <kukuk@suse.de>.
10128         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
10129         add some casts.
10131         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
10133 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
10135         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
10136         conforming: return EBADF if file descriptor is invalid and EINVAL
10137         if file descriptor is no valid tty.
10138         * login/tst-grantpt.c: New file.
10139         * login/Makefile (tests): Add tst-grantpt.
10141 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
10143         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
10144         different than implemented in last patch.
10145         * io/bug-ftw3.c: Adjust test for changed handling of
10146         inaccessibility of toplevel dir.
10148 2001-12-16  Roland McGrath  <roland@frob.com>
10150         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
10151         * grp/initgroups.c (internal_getgrouplist): Likewise.
10153         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
10154         `default:' to silence new GCC warning.
10155         Rewrite cast of lvalue to silence new GCC warning.
10157         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
10159         * sysdeps/mach/hurd/spawni.c: New file, by me with a
10160         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
10162 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
10164         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
10165         Patch by Stephen R. van den Berg.
10167         * crypt/md5.h: Define md5_uintptr.
10169 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10171         * libio/tst_swprintf.c (main): Add test for string argument with
10172         zero precision.
10173         * stdio-common/Makefile (tests): Add tst-sprintf.
10174         * stdio-common/tst-sprintf.c: New file.
10176 2001-12-13  Andreas Schwab  <schwab@suse.de>
10178         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
10179         zero precision with wide character string format.
10181 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
10183         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
10184         but have a user supplied buffer, return the empty buffer, not NULL.
10186 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10188         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
10189         Patch by Eric Sharkey <sharkey@netrics.com>.
10191         * crypt/md5test.c (main): Add test for multiple calls to
10192         __md5_process_bytes to itererate over input string.
10194 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
10196         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
10197         from __nis_findfastest.  Take timeout value from parameter.
10198         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
10199         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
10200         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
10202 2001-12-12  Andreas Jaeger  <aj@suse.de>
10204         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
10205         combreloc test so that it works in this case.
10207         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
10209 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
10211         * sysdeps/sh/Makefile: New file.
10212         * sysdeps/sh/_mcount.S: New file.
10213         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
10214         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
10216 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10218         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
10219         limitation [PR libc/2564].
10221 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
10223         * elf/Makefile (dl-routines): Add conflict.
10224         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
10225         (ld.so): Add _begin local symbol.
10226         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
10227         Define.
10228         * elf/dl-deps.c (_dl_build_local_scope): New function.
10229         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
10230         of all libraries.
10231         * elf/do-rel.h (VALIDX): Define.
10232         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
10233         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
10234         can be skipped.
10235         * elf/dl-conflict.c: New file.
10236         * elf/dl-lookup.c (_dl_debug_bindings): New function.
10237         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
10238         non-NULL.
10239         (_dl_lookup_symbol_skip): Likewise.
10240         (_dl_lookup_versioned_symbol): Likewise.
10241         (_dl_lookup_versioned_symbol_skip): Likewise.
10242         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
10243         define to ElfW(Rel).
10244         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
10245         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
10246         ranges.
10247         Don't adjust address dynamic tags if l_addr is 0.
10248         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
10249         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
10250         (VALIDX, ADDRIDX): Define.
10251         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
10252         (dl_main): Print library list for LD_TRACE_PRELINKING.
10253         If prelinking information can be used, skip relocating libraries and
10254         call _dl_resolve_conflicts instead.
10255         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
10256         * elf/dl-load.c (_dl_map_object): Don't create fake libs
10257         if LD_TRACE_PRELINKING.
10258         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
10259         + DT_ADDRNUM.
10260         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
10261         (DL_DEBUG_PRELINK): Define.
10262         (_dl_resolve_conflicts): Add prototype.
10264         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
10265         .plt for prelinked libraries where prelinking info cannot be used.
10266         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
10267         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
10268         * sysdeps/arm/bits/link.h: New file.
10269         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
10270         content of .got[1].
10271         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10272         (ELF_MACHINE_PLT_REL): Define.
10273         (elf_machine_rela, elf_machine_rela_relative): New functions.
10274         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
10275         of adjusting it if prelinked and prelinking cannot be used.
10276         * sysdeps/i386/bits/link.h: New file.
10277         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
10278         content of .got[1].
10279         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10280         (ELF_MACHINE_PLT_REL): Define.
10281         (elf_machine_rela, elf_machine_rela_relative): New functions.
10282         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
10283         of adjusting it if prelinked and prelinking cannot be used.
10284         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
10285         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
10286         to find out map for R_PPC_JMP_SLOT relocs.
10287         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
10288         (OPCODE_BA): Define.
10289         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10290         libraries where prelinking info cannot be used.
10291         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
10292         (elf_machine_fixup_plt): Call sparc_fixup_plt.
10293         (elf_machine_rela): Set value to 0 if relocating conflicts.
10294         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
10295         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
10296         (sparc64_fixup_plt): Fix a typo.
10297         (elf_machine_rela): Set value to 0 if relocating conflicts.
10298         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
10299         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10300         libraries where prelinking info cannot be used.
10301         * sysdeps/sh/bits/link.h: New file.
10302         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
10303         content of .got[1].
10304         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
10305         of adjusting it if prelinked and prelinking cannot be used.
10306         * sysdeps/s390/s390-32/bits/link.h: New file.
10307         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
10308         Save original content of .got[1].
10309         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10310         of adjusting it if prelinked and prelinking cannot be used.
10311         * sysdeps/s390/s390-64/bits/link.h: New file.
10312         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10313         Save original content of .got[1].
10314         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10315         of adjusting it if prelinked and prelinking cannot be used.
10316         * sysdeps/x86_64/bits/link.h: New file.
10317         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10318         Save original content of .got[1].
10319         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10320         of adjusting it if prelinked and prelinking cannot be used.
10322 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10324         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10325         where appropriate instead of numbers.  Little optimizations.
10327 2001-12-10  Roland McGrath  <roland@frob.com>
10329         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10330         set it.
10332         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
10333         set to GLIBC_2.2.5, not GLIBC_2.2.4.
10335         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
10336         Fix conditionals so this is set by default for stdio and not for libio.
10337         * sysdeps/mach/hurd/configure: Regenerated.
10339 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
10341         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
10343 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
10345         * io/Makefile (tests): Add bug-ftw3.
10346         * io/bug-ftw3.c: New file.
10348         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
10349         matches and GLOB_NOCHECK is set.
10350         * posix/globtest.sh: Correct expected result for NOCHECK test.
10352         * po/ca.po: Update from translation team.
10354 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
10356         Implement transliteration of characters in strings of the locale
10357         definitions.
10358         * locale/programs/linereader.c: Adjust for additional parameter to
10359         lr_token.
10360         (get_string): If character <Uxxxx> is not found try to transliterate
10361         it.
10362         * locale/programs/ld-ctype.c: Adjust for additional parameter to
10363         lr_token.  Add const to charmap parameter of all functions.
10364         (find_translit, find_translit2): New functions.
10365         * locale/programs/charmap.c: Adjust for additional parameter to
10366         lr_token.
10367         * locale/programs/repertoire.c: Likewise.
10368         * locale/programs/linereader.h: Likewise.
10369         * locale/programs/ld-address.c: Likewise.  Add const to charmap
10370         parameter of all functions.
10371         * locale/programs/ld-collate.c: Likewise.
10372         * locale/programs/ld-identification.c: Likewise.
10373         * locale/programs/ld-measurement.c: Likewise.
10374         * locale/programs/ld-messages.c: Likewise.
10375         * locale/programs/ld-monetary.c: Likewise.
10376         * locale/programs/ld-name.c: Likewise.
10377         * locale/programs/ld-numeric.c: Likewise.
10378         * locale/programs/ld-paper.c: Likewise.
10379         * locale/programs/ld-paper.c: Likewise.
10380         * locale/programs/ld-telephone.c: Likewise.
10381         * locale/programs/ld-time.c: Likewise.
10382         * locale/programs/locfile.c: Likewise.
10383         * locale/programs/localedef.c: Likewise.
10384         * locale/programs/localedef.h: Likewise.
10385         * locale/programs/locfile.h: Likewise.  Add declaration for
10386         find_translit.
10387         * locale/programs/simple-hash.c: Add const to first parameter of
10388         find_entry, iterate_table, and lookup.
10389         * locale/programs/simple-hash.h: Likewise.
10390         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
10391         instead.
10392         * include/locale.h: Define __LC_LAST.
10393         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
10395 2001-12-07  Geoff Keating  <geoffk@redhat.com>
10397         * sysdeps/powerpc/Dist: Update for recent FP changes.
10398         * sysdeps/powerpc/fpu/Dist: Likewise.
10400 2001-12-07  Andreas Schwab  <schwab@suse.de>
10402         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
10404 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10406         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
10407         save/restore functions here.
10408         (libm-support): Don't define these functions here.
10409         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
10410         functions here.
10411         * sysdeps/powerpc/fe_nomask.c: Move to...
10412         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
10413         * sysdeps/powerpc/fprrest.S: Move to...
10414         * sysdeps/powerpc/fpu/fprrest.S: ... here.
10415         * sysdeps/powerpc/fprsave.S: Move to...
10416         * sysdeps/powerpc/fpu/fprsave.S: ... here.
10418 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10420         * sysdeps/unix/sysv/linux/opensock.c: New file.
10422 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10424         * config.make.in (with-fp): Define from configure.
10425         * configure.in: Substitute with_fp.
10426         * configure: Regenerate.
10427         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
10428         specified, and don't change FPU environment.
10430 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10432         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
10433         * assert/assert.c: Check result of __asprintf call and don't use
10434         string if it failed.
10435         * assert/assert-perr.c: Likewise.
10436         * inet/rcmd.c: Likewise.
10437         * locale/programs/localedef.c (main): Check result of
10438         construct_output_path and exit if it failed.
10439         (construct_output_path): Check result of asprintf and mkdir calls and
10440         fail if they failed.
10441         * posix/getopt.c: Check result of __asprintf calls and fail if
10442         they failed.
10443         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
10445 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10447         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
10448         patch.
10449         * sysdeps/generic/strncase.c: Likewise.
10450         * string/tester.c: Add tests for strcasecmp and strncasecmp.
10452 2001-12-05  Geoff Keating  <geoffk@redhat.com>
10454         * scripts/cpp: Test the exit status from 'type', not 'awk'.
10456         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
10457         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
10458         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
10459         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
10460         * sysdeps/powerpc/fclrexcpt.c: Move to...
10461         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
10462         * sysdeps/powerpc/fpu_control.h: Move to...
10463         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
10465 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10467         * iconvdata/ibm1129.h: Remove duplicate mappings.
10468         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
10469         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
10470         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10472         * timezone/zic.c: Fix handling of turnaround times.
10473         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
10475 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
10477         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
10478         overflow problem.
10480 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10482         * posix/regex.c: For use outside glibc defined bounded pointer
10483         macros here.  Patch by Jim Meyering <jim@meyering.net>.
10485         * iconvdata/Makefile (modules): Add TCVN5712-1.
10486         * iconvdata/TESTS: Add TCVN5712-1.
10487         * iconvdata/gconv-modules: Likewise.
10488         * iconvdata/tcvn5712-1.c: New file.
10489         * iconvdata/testdata/TCVN-5712: New file.
10490         * iconvdata/testdata/TCVN-5712..UTF8: New file.
10492 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
10494         * iconvdata/cp1258.c: Optimize conversion from UCS4.
10496 2001-12-02  Roland McGrath  <roland@frob.com>
10498         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
10500         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
10501         Reported by Jeff Bailey <jbailey@nisa.net>.
10503         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
10504         Reported by Jeff Bailey <jbailey@nisa.net>.
10506         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
10507         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
10508         Reported by Jeff Bailey <jbailey@nisa.net>.
10510 2001-12-01  Roland McGrath  <roland@frob.com>
10512         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
10513         missing backslash in test arguments.
10514         * sysdeps/mach/hurd/configure: Regenerated.
10516 2001-11-26  Roland McGrath  <roland@frob.com>
10518         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
10519         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
10521 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
10523         * iconvdata/Makefile (modules): Add ARMSCII-8.
10524         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
10525         * iconvdata/armscii-8.c: New file.
10527 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
10529         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
10530         don't match, fix {{a,b},c} globbing, clean up.
10531         Patch by Flavio Veloso <flaviovs@magnux.com>.
10532         * posix/globtest.sh: Add new tests.
10534 2001-11-29  Andreas Jaeger  <aj@suse.de>
10536         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
10537         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
10539         * sysdeps/generic/abort.c: Include libioP.h for
10540         _IO_flush_all_lockp prototype.
10542 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
10544         * posix/regex.h: Define __restrict_arr correctly.
10546 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10548         * iconvdata/ibm1163.c: New file.
10549         * iconvdata/ibm1163.h: New file.
10550         * iconvdata/ibm1164.c: New file.
10551         * iconvdata/ibm1164.h: New file.
10552         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
10553         * iconvdata/Makefile: Likewise.
10554         * iconvdata/testdata/IBM1163: New file.
10555         * iconvdata/testdata/IBM1163..UTF8: New file.
10556         * iconvdata/testdata/IBM1164: New file.
10557         * iconvdata/testdata/IBM1164..UTF8: New file.
10558         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10560         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
10561         * iconvdata/ibm1124.h: Likewise.
10562         * iconvdata/ibm1132.h: Likewise.
10563         * iconvdata/ibm1133.h: Likewise.
10564         * iconvdata/ibm1160.h: Likewise.
10565         * iconvdata/ibm1161.h: Likewise.
10566         * iconvdata/ibm1162.h: Likewise.
10567         * iconvdata/ibm856.h: Likewise.
10568         * iconvdata/ibm922.h: Likewise.
10569         * iconvdata/ibm930.h: Likewise.
10570         * iconvdata/ibm932.h: Likewise.
10571         * iconvdata/ibm933.h: Likewise.
10572         * iconvdata/ibm935.h: Likewise.
10573         * iconvdata/ibm937.h: Likewise.
10574         * iconvdata/ibm939.h: Likewise.
10575         * iconvdata/ibm943.h: Likewise.
10576         * iconvdata/ibm930.c: Pretty printing.
10577         * iconvdata/ibm937.c: Avoid access accross array boundary.
10579         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
10580         the current locale's codeset.
10581         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
10582         empty input string.
10583         * iconv/iconv_prog.c: Pass empty strings as default value for to-
10584         and from-charset.  Don't determine locale's charset here.
10586         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
10587         as the old _IO_flush_all but lock only if parameter is nonzero.
10588         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
10589         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
10590         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
10591         if libio is used [PR libc/2575].
10593 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
10595         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
10596         __signbitl): Only define for ISO C99.
10598 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10600         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
10601         herrnop to NETDB_INTERNAL if we run out of buffer space.
10603 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10605         * nss/nss_files/files-XXX.c (internal_getent): Correct input
10606         overflow test for platforms with signed char.
10607         Reported by Andrew Haley <aph@cambridge.redhat.com>.
10609 2001-11-28  Bruno Haible  <bruno@clisp.org>
10611         * locale/programs/simple-hash.c (lookup_2): Remove function.
10612         (insert_entry_2): Call lookup instead of lookup_2.
10614 2001-03-04  Bruno Haible  <bruno@clisp.org>
10616         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
10618 2001-10-31  Bruno Haible  <bruno@clisp.org>
10620         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
10622 2001-03-21  Bruno Haible  <bruno@clisp.org>
10624         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
10625         chokes on empty macro arguments.
10626         * intl/plural.y: Add #pragma for alloca on AIX 3.
10628 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10630         * intl/dcigettext.c (guess_category_value): Only implement for
10631         glibc.  Otherwise rely on function _nl_locale_name which isn't
10632         present in the glibc sources.
10634 2001-09-24  Bruno Haible  <bruno@clisp.org>
10636         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
10637         transliteration when building on a glibc system but outside glibc.
10639 2001-09-22  Bruno Haible  <bruno@clisp.org>
10641         * intl/plural-eval.c: New file, extracted from dcigettext.c.
10642         * intl/dcigettext.c (plural_eval): Remove function, moved to
10643         intl/plural-eval.c.
10644         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
10645         Include plural-eval.c.
10647 2001-09-22  Bruno Haible  <bruno@clisp.org>
10649         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
10650         don't start with a digit; nplurals must be positive.
10652 2001-09-02  Bruno Haible  <bruno@clisp.org>
10654         * intl/plural-exp.h: New file, extracted from gettextP.h.
10655         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10656         * intl/gettextP.h (struct expression, struct parse_args,
10657         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10658         * intl/loadmsgcat.c: Include plural-exp.h.
10659         (PLURAL_PARSE): Move macro to plural-exp.h.
10660         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10661         plural-exp.c.
10662         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
10663         EXTRACT_PLURAL_EXPRESSION.
10664         (_nl_unload_domain): Update.
10665         * intl/dcigettext.c: Include plural-exp.h.
10666         * intl/plural.y: Include plural-exp.h, not gettextP.h.
10667         (FREE_EXPRESSION): Move macro to plural-exp.h.
10668         * intl/Makefile (routines): Add plural-exp.
10669         (distribute): Add plural-exp.h.
10671 2001-07-28  Bruno Haible  <bruno@clisp.org>
10673         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10674         isdigit, tolower argument to 'unsigned char'.
10675         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10676         'unsigned char'.
10677         * intl/localealias.c (read_alias_file): Cast isspace argument to
10678         'unsigned char'.
10680 2001-10-20  Bruno Haible  <bruno@clisp.org>
10682         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10683         anyway.)
10684         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10685         with the variable 'index' in plural_lookup.
10686         * intl/l10nflist.c (strchr): Likewise.
10687         * intl/localealias.c (strchr): Likewise.
10689         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10690         * intl/bindtextdom.c: Likewise.
10691         * intl/dcigettext.c: Likewise.
10692         * intl/dgettext.c: Likewise.
10693         * intl/dngettext.c: Likewise.
10694         * intl/explodename.c: Likewise.
10695         * intl/finddomain.c: Likewise.
10696         * intl/gettext.c: Likewise.
10697         * intl/l10nflist.c: Likewise.
10698         * intl/loadmsgcat.c: Likewise.
10699         * intl/localealias.c: Likewise.
10700         * intl/ngettext.c: Likewise.
10701         * intl/textdomain.c: Likewise.
10702         * intl/gettext.h: Assume <limits.h> exists.
10704 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10706         * stdio-common/Makefile (tests): Add scanf11.
10707         * stdio-common/scanf11.c: New file.
10709 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10711         * version.h (RELEASE): Define as development.
10712         (VERSION): Set to 2.2.90.
10714 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10716         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10717         * nis/nss_nis/nis-grp.c: Likewise.
10718         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10720         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10721         * nis/nss_nis/nis-pwd.c: Likewise.
10722         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10724         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10725         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10726         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10728         * nscd/grpcache.c: Use strtoul instead of atol.
10729         * nscd/pwdcache.c: Likewise.
10730         * nss/getent.c: Likewise.
10732 2001-11-27  Paul Eggert  <eggert@twinsun.com>
10734         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10735         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10737 2001-11-19  Bruno Haible  <bruno@clisp.org>
10739         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10740         90%.
10741         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10742         improves the quality of the hash function, especially for short
10743         strings.
10745 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10747         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
10748         are found call conv_error and not input_error [PR libc/2669].
10750         * math/bits/mathcalls.h: Mark ceil and floor as const.
10751         Reported by David Mosberger.
10753 2001-11-21  Jim Meyering  <meyering@lucent.com>
10755         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
10756         Define to be __-prefixed.
10757         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
10759 2001-11-26  Andreas Jaeger  <aj@suse.de>
10761         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
10762         avoid warning.
10764 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
10766         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
10767         initialization.
10769         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
10770         unused variables.  Fix threshold for returning 1.0.
10772         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
10773         argument.
10775         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
10776         remove unused variables.
10778         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
10780         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
10781         include local math header files.
10783 2001-11-22  Andreas Jaeger  <aj@suse.de>
10785         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
10786         avoid warning.
10788 2001-11-21  Andreas Jaeger  <aj@suse.de>
10790         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
10792         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
10793         sys/debugreg.h
10795 2001-11-15  Andreas Jaeger  <aj@suse.de>
10797         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
10798         compilers that support it.
10800         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
10801         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10802         * stdlib/stdlib.h: Likewise.
10804 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
10806         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
10807         statement with gotos.
10808         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
10810 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
10812         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
10814 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
10816         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
10818 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
10819             H.J. Lu  <hjl@gnu.org>
10821         * Versions.def (libc): Add GCC_3.0.
10822         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
10823         if gcc supports this flag.
10824         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
10825         (gcc3): Allow glibc to be compiled with gcc 3.x.
10826         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
10827         * config.make.in (static-libgcc, unwind-find-fde): Add.
10828         * Makerules (build-shlib-helper, build-module-helper): Use it.
10829         * scripts/versions.awk: Make sure GLIBC_ versions come first.
10830         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
10831         necessary.
10832         (_fini): Call __deregister_frame_info_bases if
10833         __register_frame_info_bases was used to register.
10834         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
10835         for GLIBC_2.0.
10836         (__register_frame_info_bases, __register_frame_info_table_bases,
10837         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
10838         * elf/Makefile (routines): Add unwind-dw2-fde.
10839         (shared-only-routines): Add unwind-dw2-fde.
10840         * sysdeps/alpha/gccframe.h: New file.
10841         * sysdeps/arm/gccframe.h: New file.
10842         * sysdeps/generic/framestate.c: New file.
10843         * sysdeps/generic/dwarf2.h: New file.
10844         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
10845         * sysdeps/generic/unwind-dw2-fde.c: New file.
10846         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
10847         * sysdeps/generic/unwind-dw2-fde.h: New file.
10848         * sysdeps/generic/unwind-dw2.c: New file.
10849         * sysdeps/generic/unwind-pe.h: New file.
10850         * sysdeps/generic/unwind.h: New file.
10851         * sysdeps/hppa/gccframe.h: New file.
10852         * sysdeps/i386/gccframe.h: New file.
10853         * sysdeps/m68k/gccframe.h: New file.
10854         * sysdeps/mips/gccframe.h: New file.
10855         * sysdeps/powerpc/gccframe.h: New file.
10856         * sysdeps/s390/gccframe.h: New file.
10857         * sysdeps/sh/gccframe.h: New file.
10858         * sysdeps/sparc/gccframe.h: New file.
10859         * sysdeps/vax/gccframe.h: New file.
10860         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10861         Set on all architectures except ia64.
10862         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
10863         for i386.
10864         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
10865         __deregister_frame_info): Move to elf/Versions.
10866         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
10867         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
10868         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
10869         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
10870         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
10871         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
10872         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
10873         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
10874         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
10875         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
10876         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
10877         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
10878         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10879         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10880         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
10881         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
10882         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10883         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
10885 2001-11-15  Jeff Law  <law@redhat.com>
10887         * posix/regex.c (uintptr_t): Do not provide a definition if the
10888         system provided one.
10890 2001-11-13  Roland McGrath  <roland@frob.com>
10892         * stdio-common/tmpfile.c: Moved to ...
10893         * sysdeps/generic/tmpfile.c: ... here.
10894         * sysdeps/mach/hurd/tmpfile.c: New file.
10896         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
10897         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
10898         (fopenport): Define as weak alias.
10900         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
10901         * libio/libioP.h: ... to here.
10903 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
10905         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
10906         program header twice.  Construct list with the needed information.
10908 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
10910         * po/ca.po: Update from translation team.
10912         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
10913         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
10914         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
10915         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10917 2001-11-10  Andreas Jaeger  <aj@suse.de>
10919         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
10920         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10921         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10923 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10925         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
10926         correctly.
10927         * elf/dl-load.c (is_dst): New function.
10928         (_dl_dst_count): Use is_dst to check for DST variable.
10929         (_dl_dst_substitute): Likewise.
10931 2001-11-09  Roland McGrath  <roland@frob.com>
10933         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
10934         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
10935         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
10936         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
10937         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
10938         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
10939         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
10940         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
10941         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
10942         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
10943         * sysdeps/mach/hurd/powerpc/Dist: New file.
10945         * hurd/privports.c (__get_privileged_ports):
10946         Only contact the proc server if necessary for this call.
10947         Suggested by Neal H Walfield <neal@cs.uml.edu>.
10948         Check error return for mach_port_mod_refs.
10950 2001-11-09  Andreas Schwab  <schwab@suse.de>
10952         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
10954 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10956         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
10957         object is always the last in the list.
10958         (_dl_map_object_from_fd): Delete code to remove from object list
10959         when DF_1_NOOPEN is seen.  This is done in lose.
10961 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
10963         * elf/dl-object.c (_dl_new_object): Various small optimizations.
10965 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
10967         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
10968         HWCAP_CHECK macro code.
10970         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
10971         Now returns MAP_FAILED on error.
10972         * elf/rtld.c: Adjust caller.
10973         * sysdeps/generic/dl-cache.c: Likewise.
10974         * sysdeps/generic/ldsodefs.h: Adjust description.
10976         * elf/dl-version.c (match_symbol): Optimize error handling for size.
10977         (_dl_check_map_versions): Likewise.
10979 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10981         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
10982         _dl_signal_error directly, always use lose.  Set fd to -1 after
10983         file is closed.
10984         (lose): Don't call close if fd == -1.
10986 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
10988         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
10989          Also fix typo @code {mbsinit} to @code{mbsinit}.
10991 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10993         * elf/dl-profile.c: Replace state variable with simple flag named
10994         running.  Remove commented-out code.
10996         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
10997         (_dl_init_paths): Likewise.
10998         (_dl_map_object_from_fd): Likewise.
10999         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11001 2001-11-06  Roland McGrath  <roland@frob.com>
11003         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
11004         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
11006         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
11007         sysdeps/powerpc/elf/sysdep.h.
11008         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
11010 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11012         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
11013         speed.
11014         (process_envvars): Some more optimizations.
11015         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
11017         * elf/elf.h: Add dynamic tag definitions for prelinking.
11019         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
11020         Rewrite code to remove environment varables for SUID binaries.
11021         Small optimization in LD_PROFILE handling.
11022         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
11023         changes.
11024         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
11026         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
11028         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
11029         strings.  Change type of second parameter.
11030         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
11031         for last change.
11033         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
11035 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11037         * manual/string.texi: Fix typos.
11038         * manual/examples/argp-ex2.c: Likewise.
11040 2001-11-05  Roland McGrath  <roland@frob.com>
11042         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
11043         the more-specific unix/sysv/linux/powerpc file and breaks everything.
11044         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
11045         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
11046         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
11047         here, put under [__ELF__].
11049 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11051         * manual/charset.texi: Extensive editing work.
11052         * manual/nss.texi: Likewise.
11053         Changes by Dennis Grace <dgrace@us.ibm.com>.
11055 2001-11-04  Roland McGrath  <roland@frob.com>
11057         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
11058         parameter to dir_mkfile.
11060 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
11062         * string/bits/string2.h (__strndup): If n is smaller than len, set
11063         len to n + 1.
11064         * string/tester.c (test_strndup): New function.
11065         (main): Call it.
11067 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
11069         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
11071         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
11072         * scripts/cpp: New file.
11074         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
11075         for rtld_search_dirs content.  Minor optimizations.
11077 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11079         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
11080         avoiding unnecessary duplication.
11082 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
11084         * elf/dl-load.c (_dl_map_object): If library was found using
11085         LD_LIBRARY_PATH, don't try RUNPATH list.
11087 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11089         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
11090         Correct second argument of register_dump call.
11091         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
11092         Likewise.
11094 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11096         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
11097         modules.
11098         * iconvdata/TESTS: Likewise.
11099         * iconvdata/gconv-modules: Likewise.
11100         * iconvdata/ibm1132.c: New file.
11101         * iconvdata/ibm1132.h: New file.
11102         * iconvdata/ibm1133.c: New file.
11103         * iconvdata/ibm1133.h: New file.
11104         * iconvdata/ibm1162.c: New file.
11105         * iconvdata/ibm1162.h: New file.
11106         * iconvdata/testdata/IBM1132: New file.
11107         * iconvdata/testdata/IBM1132..UTF8: New file.
11108         * iconvdata/testdata/IBM1133: New file.
11109         * iconvdata/testdata/IBM1133..UTF8: New file.
11110         * iconvdata/testdata/IBM1162: New file.
11111         * iconvdata/testdata/IBM1162..UTF8: New file.
11112         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
11114         * string/string.h: Fix typo in comment.
11115         * wcsmbs/wchar.h: Likewise.
11117 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11119         * manual/getopt.texi (getopt_long, getopt_long_only): Include
11120         const in type of longopts parameter.
11122 2001-10-29  Andreas Jaeger  <aj@suse.de>
11124         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
11126 2001-10-29  Kevin Ryde  <user42@zip.com.au>
11128         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
11129         output, clarify `#' behaviour on 0.
11130         (Floating-Point Conversions): Clarify that %g only uses %e when
11131         the exponent would be greater than 1.
11133 2001-10-28  Roland McGrath  <roland@frob.com>
11135         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
11136         * sysdeps/mach/powerpc/machine-sp.h: New file.
11137         * sysdeps/mach/powerpc/sysdep.h: New file.
11138         * sysdeps/mach/powerpc/thread_state.h: New file.
11140         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
11141         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
11142         expect to need the same thing on every platform.
11144         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
11145         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
11147         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
11148         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
11149         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
11150         Move all these assembly-related definitions to ...
11151         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
11153         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
11154         by Peter Bruin <pjbruin@dds.nl>.
11156         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
11157         packing results for a `poll' call.
11159 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11161         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
11162         correctly.
11163         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
11164         bracket expression.
11166         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11167         nrules value.
11168         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
11170 2001-10-24  H.J. Lu  <hjl@gnu.org>
11172         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
11173         Use __BEGIN_DECLS/__END_DECLS around prototypes.
11174         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
11176 2001-10-21  Jim Meyering  <meyering@lucent.com>
11178         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
11179         this code would end up calling gettext even in packages built
11180         with --disable-nls.
11181         * posix/getopt.c (_): Likewise.
11182         * posix/regex.c (_): Likewise.
11184 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11186         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
11187         lookup not ip6.int.
11188         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
11189         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
11191 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11193         * misc/sys/cdefs.h (__attribute_used__): Define.
11194         * elf/rtld.c (_dl_start): Add __attribute_used__.
11195         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
11197 2001-10-25  Andreas Schwab  <schwab@suse.de>
11199         * stdlib/a64l.c: Expect least significant digit first.
11200         * stdlib/l64a.c: Produce least significant digit first.
11201         * stdlib/Makefile (tests): Add test-a64l.
11202         * stdlib/test-a64l.c: New file.
11203         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
11205 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
11207         * po/sk.po: Update from translation team.
11209 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
11211         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
11213 2001-10-18  Andreas Schwab  <schwab@suse.de>
11215         * math/libm-test.inc (print_ulps): Print ulp values rounded to
11216         next whole number.
11217         (print_function_ulps): Likewise.
11218         (print_complex_function_ulps): Likewise.
11219         (print_max_error): Likewise.
11220         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
11222 2001-10-16  Andreas Schwab  <schwab@suse.de>
11224         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
11225         implementation.
11227         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
11228         BSD_SETJMP or BSD__SETJMP is defined, resp.
11229         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
11230         a tail call to __sigsetjmp that would require extending the
11231         caller's frame.
11232         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
11233         * sysdeps/m68k/bsd-setjmp.S: Deleted.
11234         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
11235         Reported by Jes Sorensen <jes@trained-monkey.org>.
11237 2001-10-16  Andreas Jaeger  <aj@suse.de>
11239         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
11240         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
11241         close PR libc/2589.
11243 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
11245         * po/ca.po: New file.  Contributed by the translation team.
11247 2001-10-15  Ralf Baechle  <ralf@gnu.org>
11249         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
11250         a varargs prototype.  Remove dependency from kernel header files.
11252         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
11253         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
11255 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11257         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
11258         to generate hexadecimal identifier.
11259         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
11261 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
11263         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
11265 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11267         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
11268         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
11269         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11271         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
11272         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11273         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
11274         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
11275         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
11276         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
11278         * timezone/africa: Update from tzdata2001d.
11279         * timezone/asia: Likewise.
11280         * timezone/australasia: Likewise.
11281         * timezone/backward: Likewise.
11282         * timezone/europe: Likewise.
11283         * timezone/leapseconds: Likewise.
11284         * timezone/northamerica: Likewise.
11285         * timezone/southamerica: Likewise.
11286         * timezone/zone.tab: Likewise.
11288 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11290         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
11291         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
11293 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
11295         * elf/elf.h (PT_TLS): New definition.
11297 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
11299         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
11300         bits/errno.h
11302 2001-10-07  Roland McGrath  <roland@frob.com>
11304         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
11306 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
11308         * elf/elf.h: Add more ELFOSABI_* constants.
11310 2001-10-04  Ben Collins  <bcollins@debian.org>
11312         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11313         decleration of __need_wchar_t.
11315 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11317         * string/bits/string2.h (__strsep_g): Add prototype.
11318         (__strsep): Use it.
11319         * string/Versions (__strsep): Remove.
11320         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11322 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11324         * manua/llio.texi: Clarify file references added by mmap.
11325         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11327 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11329         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11330         Add sc_loadrs and sc_rbs_bas to match current kernel.
11332 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11334         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
11336         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
11338 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11340         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
11341         object has been bumped because of relocation dependency, avoid
11342         duplicates in l_scope.
11343         (show_scope): Fix typos.
11344         * elf/Makefile: Add rules to build and run reldep6.
11345         * elf/reldep6.c: New file.
11346         * elf/reldep6mod0.c: New file.
11347         * elf/reldep6mod1.c: New file.
11348         * elf/reldep6mod2.c: New file.
11349         * elf/reldep6mod3.c: New file.
11350         * elf/reldep6mod4.c: New file.
11352 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
11354         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
11355         sparc64_fixup_plt.
11356         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
11357         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
11358         for non-lazy binding. Fix .plt[32768+] handling.
11359         (elf_machine_plt_value): Don't add addend.
11360         (elf_machine_rela): Call sparc64_fixup_plt instead of
11361         elf_machine_fixup_plt.
11362         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
11363         dynamic linker at 0xfffff800XXXXXXXX.
11365         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
11367 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
11369         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
11371 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
11373         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
11374         declare __cmsg_data field if its size would be bigger than 0.
11375         (CMSG_DATA): Adjust accordingly.
11376         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11377         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
11378         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
11379         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
11380         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11381         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11382         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11384 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
11386         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
11387         * iconvdata/testdata/IBM1160: New file.
11388         * iconvdata/testdata/IBM1160..UTF8: New file.
11389         * iconvdata/testdata/IBM1161: New file.
11390         * iconvdata/testdata/IBM1161..UTF8: New file.
11391         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11393 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11395         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
11396         UL_SETFSIZE computations better.
11398         * rt/Makefile: Remove use of filter for librt again.
11400         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
11401         UL_SETFSIZE computations better.
11403         * string/Versions: Export __strsep for GLIBC_2.2.5.
11404         * string/bits/string2.h: Define all __STRING_INLINE functions if
11405         _FORCE_INLINES is defined.
11406         Use int instead of char of parameter types.
11407         (__strsep): Don't use __strsep_g.  Don't define it.
11408         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
11409         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
11410         __strcpy_small.
11411         (__stpcpy_a_small): Renamed from __stpcpy_small.
11412         (__strcspn_c1): Don't define if _FORCE_INLINES.
11413         (__strspn_c1): Likewise.
11415 2001-09-22  Ben Collins  <bcollins@debian.org>
11417         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
11418         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
11419         * sysdeps/ia64/bits/sigaction.h: Likewise.
11420         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
11422 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
11424         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
11426 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
11428         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
11430 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11432         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
11434 2001-09-20  H.J. Lu  <hjl@gnu.org>
11436         * include/dlfcn.h (__RTLD_SPROF): New definiton.
11437         * elf/dl-open.c (dl_open_worker): Return immediately after loading
11438         for __RTLD_SPROF.
11439         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
11440         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
11442 2001-09-20  H.J. Lu  <hjl@gnu.org>
11444         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
11445         don't add 1.
11447 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11449         * nss/getent.c: Accept -s parameter to overwrite rules in
11450         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
11452         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
11453         with as many ".0" as necessary to form a complete address
11454         inet_network understands.
11456         * nss/getent.c: Various cleanups.  Use simpler and fewer function
11457         calls.
11459 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11461         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
11462         _JMPBUF_UNWINDS.
11463         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
11465 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11467         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
11468         IBM1161.
11469         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
11470         * iconvdata/ibm1160.c: New file.
11471         * iconvdata/ibm1160.h: New file.
11472         * iconvdata/ibm1161.c: New file.
11473         * iconvdata/ibm1161.h: New file.
11474         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11476 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
11478         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
11479         difference between base address and first PT_LOAD's virtual address,
11480         not the base address.
11482 2001-09-11  Tom Rix  <trix@redhat.com>
11484         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
11485         ifdef for __getopt_clean_environment.
11486         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
11488 2001-09-22  Andreas Jaeger  <aj@suse.de>
11490         * elf/reldep4.c (main): Add proper prototype to fix warning.
11492         * elf/reldep5.c (main): Remove unused variable.
11494         * math/math_private.h: Add prototypes.
11496 2001-09-21  Andreas Jaeger  <aj@suse.de>
11498         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
11499         * sysdeps/x86_64/Dist: New file.
11500         * sysdeps/x86_64/soft-fp/Dist: New file.
11502         * sysdeps/gnu/Dist: Remove eval.c.
11504 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
11506         * malloc/memusage.c (realloc): Don't count already allocated
11507         memory in the sums.
11508         (me): Always use dlsym() to find the real implementations.
11510         * malloc/memusage.sh: Make -n option actually do something.
11512 2001-09-20  Andreas Jaeger  <aj@suse.de>
11514         * elf/elf.h (R_390_NUM): Correct value.
11516         * Versions.def: Add missing versions 2.2.3 for libthread_db and
11517         libpthread.
11519         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
11520         for x86-64, install x86-64 into */lib64.
11522         * shlib-versions: Add x86-64.
11524         * elf/elf.h: Add x86-64 relocations.
11526 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
11528         * po/fr.po: Update from translation team.
11530 2001-09-19  Andreas Jaeger  <aj@suse.de>
11532         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
11533         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
11534         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
11535         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
11536         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
11537         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
11538         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
11539         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
11540         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
11541         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
11542         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
11543         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
11544         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
11545         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
11546         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
11547         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
11548         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
11549         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
11550         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
11551         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
11552         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
11553         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
11554         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
11555         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
11556         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
11557         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
11558         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
11559         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
11560         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
11561         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
11562         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
11563         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
11564         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
11565         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
11566         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
11567         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
11568         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
11569         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
11570         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
11571         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
11572         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
11573         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
11574         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
11575         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
11576         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
11577         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
11578         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
11579         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
11580         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
11581         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
11582         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
11583         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
11584         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
11585         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
11586         * sysdeps/unix/x86_64/sysdep.S: New file.
11587         * sysdeps/unix/x86_64/sysdep.h: New file.
11588         * sysdeps/x86_64/Implies: New file.
11589         * sysdeps/x86_64/Makefile: New file.
11590         * sysdeps/x86_64/Versions: New file.
11591         * sysdeps/x86_64/__longjmp.S: New file.
11592         * sysdeps/x86_64/abort-instr.h: New file.
11593         * sysdeps/x86_64/atomicity.h: New file.
11594         * sysdeps/x86_64/bits/endian.h: New file.
11595         * sysdeps/x86_64/bits/setjmp.h: New file.
11596         * sysdeps/x86_64/bits/string.h: New file.
11597         * sysdeps/x86_64/bp-asm.h: New file.
11598         * sysdeps/x86_64/bsd-_setjmp.S: New file.
11599         * sysdeps/x86_64/bsd-setjmp.S: New file.
11600         * sysdeps/x86_64/dl-machine.h: New file.
11601         * sysdeps/x86_64/elf/initfini.c: New file.
11602         * sysdeps/x86_64/elf/start.S: New file.
11603         * sysdeps/x86_64/ffs.c: New file.
11604         * sysdeps/x86_64/ffsll.c: New file.
11605         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
11606         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
11607         * sysdeps/x86_64/fpu/e_acosl.c: New file.
11608         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
11609         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
11610         * sysdeps/x86_64/fpu/e_expl.c: New file.
11611         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
11612         * sysdeps/x86_64/fpu/e_log10l.S: New file.
11613         * sysdeps/x86_64/fpu/e_log2l.S: New file.
11614         * sysdeps/x86_64/fpu/e_logl.S: New file.
11615         * sysdeps/x86_64/fpu/e_powl.S: New file.
11616         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
11617         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
11618         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
11619         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
11620         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
11621         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
11622         * sysdeps/x86_64/fpu/fegetenv.c: New file.
11623         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
11624         * sysdeps/x86_64/fpu/fegetround.c: New file.
11625         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
11626         * sysdeps/x86_64/fpu/fesetenv.c: New file.
11627         * sysdeps/x86_64/fpu/fesetround.c: New file.
11628         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
11629         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
11630         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
11631         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
11632         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
11633         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
11634         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
11635         * sysdeps/x86_64/fpu/s_atanl.c: New file.
11636         * sysdeps/x86_64/fpu/s_cosl.S: New file.
11637         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
11638         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
11639         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
11640         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
11641         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
11642         * sysdeps/x86_64/fpu/s_logbl.c: New file.
11643         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
11644         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
11645         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
11646         * sysdeps/x86_64/fpu/s_rintl.c: New file.
11647         * sysdeps/x86_64/fpu/s_significandl.c: New file.
11648         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
11649         * sysdeps/x86_64/fpu/s_sinl.S: New file.
11650         * sysdeps/x86_64/fpu/s_tanl.S: New file.
11651         * sysdeps/x86_64/gmp-mparam.h: New file.
11652         * sysdeps/x86_64/hp-timing.c: New file.
11653         * sysdeps/x86_64/hp-timing.h: New file.
11654         * sysdeps/x86_64/htonl.S: New file.
11655         * sysdeps/x86_64/memusage.h: New file.
11656         * sysdeps/x86_64/setjmp.S: New file.
11657         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11658         * sysdeps/x86_64/stackinfo.h: New file.
11659         * sysdeps/x86_64/sysdep.h: New file.
11660         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11662         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11663         L Moshier.
11665 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11667         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11668         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11670 2001-09-18  Andreas Schwab  <schwab@suse.de>
11672         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11673         list, now that l_scope is a pointer.
11675         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11676         scope list.
11678 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11680         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11681         (elf_machine_rela_relative): Add a missing declaration.
11683 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
11685         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11686         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11687         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11688         ldd-rewrite scripts.
11690 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11692         * elf/ldd.bash.in: Update copyright message.
11694 2001-09-17  H.J. Lu  <hjl@gnu.org>
11696         * hurd/hurdmalloc.c (bcopy): Removed.
11697         (realloc): Replace bcopy with memcpy.
11698         * hurd/path-lookup.c (file_name_path_scan): Likewise.
11699         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11700         * sunrpc/rpcinfo.c (pmapdump): Likewise.
11702         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11703         (gethostbyaddr): Likewise.
11704         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11706 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11708         * sysdeps/gnu/eval.c: Removed.
11710 2001-09-18  Andreas Jaeger  <aj@suse.de>
11712         * sysdeps/i386/fpu/s_logbl.S: Move to ...
11713         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11715         * sysdeps/i386/fpu/s_rintl.S: Move to ...
11716         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11718         * sysdeps/i386/fpu/s_significandl.S: Move to ...
11719         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11721 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
11723         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11724         nrules value.
11726 2001-09-14  H.J. Lu  <hjl@gnu.org>
11728         * sysdeps/mips/fpu/libm-test-ulps: Updated.
11730 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
11732         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11733         Patch by Florian La Roche <laroche@redhat.com>.
11735         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11737         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11738         ETHER_CRC_LEN.
11740 2001-09-14  Andreas Schwab  <schwab@suse.de>
11742         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
11743         Sumner <bls@sgi.com>.
11744         * posix/execlp.c: Likewise.
11746 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
11748         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
11749         is already found earlier in the search scope.
11751 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11753         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
11754         filter.
11756 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
11758         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
11760 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
11762         * config.h.in: Enforce optimization to be used.
11763         * Makeconfig (preprocess-versions): Define ASSEMBLER.
11764         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
11765         * posix/Makefile (annexc-CFLAGS): Define to -O.
11766         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
11768 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
11770         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
11771         Patch by Stephan Kulow.
11773 2001-09-08  Ben Collins  <bcollins@debian.org>
11775         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
11776         usage of RESOLVE() (r_type, not reloc->r_type).
11778 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11780         * elf/dl-object.c: Avoid allocating extra memory block for name.
11781         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
11782         allocated separately.
11783         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11785 2001-09-08  H.J. Lu  <hjl@gnu.org>
11787         * po/zh_TW.po: Fix a typo.
11789 2001-09-07  Tom Rix  <trix@redhat.com>
11791         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
11793 2001-08-26  Tom Rix  <trix@redhat.com>
11795         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
11796         command line options.
11797         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
11798         * sysdeps/unix/sysv/aix/start.c: Removed.
11799         * sysdeps/unix/sysv/aix/start-libc.c: New file.
11800         * sysdeps/unix/sysv/aix/init-first.c: New file.
11801         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
11803 2001-09-08  Ben Collins  <bcollins@debian.org>
11805         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
11806         * sysdeps/generic/dl-machine.h: Likewise.
11807         * sysdeps/hppa/dl-fptr.c: Likewise.
11808         * sysdeps/ia64/dl-fptr.c: Likewise.
11809         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11810         * sysdeps/mips/dl-machine.h: Likewise.
11811         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11812         * sysdeps/powerpc/dl-machine.c: Likewise.
11814 2001-09-07  Ben Collins  <bcollins@debian.org>
11816         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
11818         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
11820 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11822         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
11823         dependencies if necessary.
11825         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
11826         loaded directly) determine length if l_initfini list by iterating
11827         over its elements.  Minor optimizations.
11828         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
11829         for dependency objects.
11830         If object was already loaded check whether any of the dependencies
11831         is already on the relocation dependency list.  If yes, remove the
11832         latter.  Minor optimizations.
11833         * elf/dl-lookup.c (add_dependency): Add check for self reference of
11834         maps here.  Search l_initfini list only if the object was loaded
11835         directly and not only as a dependency.
11836         (_dl_lookup_symbol): Add relocation dependency also if object
11837         is not in global scope.  Remove test for self-reference here.
11838         (_dl_lookup_versioned_symbol): Likewise.
11839         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
11840         element of first name record.
11841         * elf/loadtest.c: Add some more test to recognize early if an object
11842         wasn't unloaded.
11843         * elf/Makefile: Add rules to build and run reldep5.
11844         * elf/reldep5.c: New file.
11845         * elf/reldepmod5.c: New file.
11846         * elf/reldepmod6.c: New file.
11848         * elf/reldep2.c: Fix typo.
11850 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
11852         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
11853         elements.  Change l_scope to be a pointer only.
11854         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
11855         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
11856         here add searchlist of newly open file to the dependency's scope.
11857         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
11858         only searchlist from its scope.  Free own scope array if necessary.
11859         * elf/Makefile (tests): Add dblload and dblunload now.
11861 2001-09-06  Andreas Jaeger  <aj@suse.de>
11863         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
11864         Stephen L Moshier.
11866 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
11868         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
11869         they both fail.
11870         * elf/dblload.c: New file.
11871         * elf/dblloadmod1.c: New file.
11872         * elf/dblloadmod2.c: New file.
11873         * elf/dblloadmod3.c: New file.
11874         * elf/dblunload.c: New file.
11876 2001-09-04  Richard Henderson  <rth@redhat.com>
11878         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
11879         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
11881 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11883         Correct very misleading message for error in failed runtime relocation.
11884         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
11885         place of the error.
11886         (_dl_signal_cerror): Likewise.
11887         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
11888         * elf/dl-close.c: Likewise.
11889         * elf/dl-deps.c: Likewise.
11890         * elf/dl-load.c: Likewise.
11891         * elf/dl-lookup.c: Likewise.
11892         * elf/dl-open.c: Likewise.
11893         * elf/dl-reloc.c: Likewise.
11894         * elf/dl-sym.c: Likewise.
11895         * elf/dl-version.c: Likewise.
11896         * sysdeps/generic/dl-sysdep.c: Likewise.
11898 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11900         * iconv/strtab.c (strtabinit): Initialize null Strent.
11901         (newstring): Move len == 0 handling...
11902         (strtabadd): ...here.
11903         If len == 1, return null Strent.
11904         When inserting a suffix of an existing string, check if
11905         it is not equal to some suffix already recorded.
11906         Copy left and right members over if adding longer string.
11908 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11910         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
11912         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
11913         (__syscall_gethostname): Add prototype.
11915 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11917         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
11919 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
11921         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
11923 2001-08-27  Roland McGrath  <roland@frob.com>
11925         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
11926         short, copy that much into NAME anyway before returning error.
11928 2001-09-01  Richard Henderson  <rth@redhat.com>
11930         * sysdeps/alpha/elf/Dist: Remove file.
11931         * sysdeps/alpha/elf/Makefile: Remove file.
11932         * sysdeps/alpha/elf/crtbegin.S: Remove file.
11933         * sysdeps/alpha/elf/crtend.S: Remove file.
11934         * sysdeps/alpha/elf/initfini.c: New file.
11936 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
11938         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
11939         * iconv/tst-iconv3.c: Likewise.
11941 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
11943         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
11945 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
11947         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
11948         export it.
11949         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
11950         * iconv/iconv_prog.c (insert_cache): New function.
11951         (print_known_names): If cache is used call insert_cache to use the
11952         information from the cache [PR libc/2509].
11954 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
11956         * time/strptime.c (strptime_internal): Recognize 'l' format and
11957         handle it like 'I' for symmetry with strftime.
11959 2001-08-31  Richard Henderson  <rth@redhat.com>
11961         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
11962         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
11963         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
11964         (print_statistics): Make scalar unsigned long long.
11965         * sysdeps/alpha/hp-timing.h: New file.
11967 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11969         * stdio-common/perror.c (perror): Save errno early, pass it
11970         down to perror_internal.
11971         (perror_internal): Add errnum argument.
11973 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11975         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
11976         Don't add old memory content for R_ALPHA_REFQUAD.
11978 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11980         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
11981         memory correctly.
11983         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
11984         instead of open, __close instead of close, __getpagesize instead
11985         of getpagesize.
11987         * string/argz-stringify.c (__argz_stringify): Use __strnlen
11988         instead of strnlen.
11989         * include/string.h (strndupa): Redefine here to use __strnlen
11990         instead of strnlen.
11991         * string/strndup.c (__strndup): Use __strnlen not strnlen.
11993         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
11994         connected).
11996 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11998         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
11999         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
12000         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
12001         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
12002         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
12003         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
12004         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
12006 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12008         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
12010 2001-08-30  Andreas Jaeger  <aj@suse.de>
12012         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
12013         contributed Stephen L Moshier.
12015 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12017         * sunrpc/etc.rpc (sgi_fam): Add.
12019 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12021         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
12023 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12025         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
12026         first is from a previous call.
12027         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
12029 2001-08-29  Andreas Schwab  <schwab@suse.de>
12031         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
12033 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12035         * config.make.in (INSTALL_SCRIPT): Define.
12036         * Makeconfig (INSTALL_SCRIPT): Define.
12037         * Makerules (do-install-script): New macro to install scripts using
12038         INSTALL_SCRIPT.
12039         (install-bin-script): New rule to install scripts with
12040         do-install-script.
12041         (install-bin-script-nosubdir): New rule.
12042         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
12043         (distinfo-vars): Add $(install-bin-script).
12044         * Rules (others): Likewise.
12045         * Makefile (glibcbug): Install with install-bin-script.
12046         * debug/Makefile (xtrace): Likewise.
12047         (catchsegv): Likewise.
12048         * elf/Makefile (ldd): Likewise.
12049         * malloc/Makefile (mtrace): Likewise.
12050         * timezone/Makefile (tzselect): Likewise.
12052 2001-08-29  H.J. Lu  <hjl@gnu.org>
12054         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
12055         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
12056         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
12058 2001-08-29  Andreas Schwab  <schwab@suse.de>
12060         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
12062 2001-08-28  H.J. Lu  <hjl@gnu.org>
12064         * Makeconfig (combreloc-LDFLAGS): New variable.
12065         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
12066         * config.make.in (have-z-combreloc): New variable.
12067         * configure.in: Substitute libc_cv_z_combreloc.
12069 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12071         * po/sv.po: Update from translation team.
12072         * po/fr.po: Likewise.
12073         * po/da.po: Likewise.
12075 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12077         * Makerules: Fix a typo: MD% -> MD5.
12079 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
12081         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
12082         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
12084 2001-08-28  Andreas Jaeger  <aj@suse.de>
12086         * manual/libc-texinfo.sh: Add entry about free manuals.
12088         * manual/contrib.texi (Contributors): Fix cross reference.
12090         * manual/libc.texinfo (Copying): Include freemanuals.
12092         * manual/Makefile (appendices): Add freemanuals.
12094         * manual/freemanuals.texi: New file.
12095         Patch by Brian Youmans <3diff@gnu.org>.
12097         * manual/libm-err-tab.pl: Pretty print more platforms, print a
12098         smaller table.
12100         * manual/math.texi (Errors in Math Functions): Fix grammar, start
12101         table on separate page.
12102         Patch by Brian Youmans <3diff@gnu.org>.
12104 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12106         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
12107         the connection went down after we first used it try to connect
12108         again and resend the message before printing to the console.
12109         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
12111 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12113         * string/tst-strlen.c (main): Test strnlen (, -1) too.
12114         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
12115         bit set.
12117 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12119         * iconv/strtab.c (searchstring): Use correct length for comparison.
12120         (strtabadd): Account total size correct if new string has old string as
12121         substring.
12123 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12125         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
12127 2001-08-27  Andreas Jaeger  <aj@suse.de>
12129         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
12131         * math/libm-test.inc (j0_test): Add extra tests.
12132         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
12133         not x, in Hankel approximation.
12134         Patches by Stephen L Moshier.
12136 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12138         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
12139         link_map.
12141         * configure.in: Fix test for .rela.dyn section.
12143         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
12145 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12147         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
12148         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
12149         Pass type_class to _dl_lookup_*.
12150         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
12151         Pass around just type_class instead of noexec, noplt pair.
12152         (_dl_lookup_versioned_symbol): Likewise.
12153         (_dl_lookup_symbol_skip): Pass around just type_class instead of
12154         noexec, noplt pair.
12155         (_dl_lookup_versioned_symbol_skip): Likewise.
12156         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
12157         * elf/do-lookup.h (do_lookup): Likewise.
12158         * include/link.h (struct link_map): Replace noexec and noplt fields
12159         in l_lookup_cache with type_class field.
12160         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
12161         ELF_RTYPE_CLASS_COPY): Define.
12162         Adjust prototypes for _dl_lookup_symbol and
12163         _dl_lookup_versioned_symbol.
12164         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
12165         elf_machine_lookup_noexec_p): Remove.
12166         (elf_machine_type_class): Define.
12167         * sysdeps/arm/dl-machine.h: Likewise.
12168         * sysdeps/hppa/dl-machine.h: Likewise.
12169         * sysdeps/cris/dl-machine.h: Likewise.
12170         * sysdeps/i386/dl-machine.h: Likewise.
12171         * sysdeps/ia64/dl-machine.h: Likewise.
12172         * sysdeps/m68k/dl-machine.h: Likewise.
12173         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12174         * sysdeps/mips/dl-machine.h: Likewise.
12175         * sysdeps/powerpc/dl-machine.h: Likewise.
12176         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12177         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12178         * sysdeps/sh/dl-machine.h: Likewise.
12179         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12180         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12182 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12184         * manual/message.texi (Advanced gettext functions): Change
12185         description of plural forms for Slovak.
12186         Reported by Marcel Telka <marcel@telka.sk>.
12188         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
12189         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
12191 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12193         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
12194         typo.  Patch by Florian La Roche <laroche@redhat.com>.
12196 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12198         * include/link.h (struct link_map): Add l_lookup_cache element.
12199         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
12200         (RESOLVE_MAP): Likewise.
12201         (_dl_relocate_object): Remove cache initialization.
12202         * elf/dl-lookup.c: Rip out cache handling code.
12203         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
12204         declarations.
12206         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
12207         remove some __builtin_expect.
12208         (_dl_lookup_versioned_symbol): Likewise.
12210         * config.h.in: Add HAVE_Z_COMBRELOC.
12211         * configure.in: Add test for -z combreloc.
12213         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
12214         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
12215         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
12216         case to almost no code.
12218 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
12220         * po/tr.po: Update from translation team.
12222 2001-08-24  Andreas Jaeger  <aj@suse.de>
12224         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
12225         make clean works.
12227 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12229         * elf/rtld.c (print_statistics): Printf % after percent values.
12230         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
12232         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
12233         don't have to compute the hash value and initialize current_value.
12234         Move reference_name variable to where it is needed.
12235         (_dl_lookup_versioned_symbol): Likewise.
12237 2001-08-24  Roland McGrath  <roland@frob.com>
12239         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
12240         Just test that strerror returns non-null for a few errno codes.
12242 2001-08-23  Roland McGrath  <roland@frob.com>
12244         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
12245         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
12247         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
12249         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
12250         __mach_reply_port.
12252 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12254         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
12255         returns NULL.
12257         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
12258         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
12259         doesn't do it.
12260         * elf/rtld.c: Include <sys/param.h>.
12261         * elf/dl-reloc.c: Likewise.
12263 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12265         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
12266         empty to prevent junk from being generated.
12267         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
12269 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12271         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
12272         records.  Rename endrel to relative, initialize it to r, and use it
12273         in elf_machine_rel_relative calls.  Point r after relative relocs.
12275 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12277         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
12278         of R_386_NONE.
12280 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12282         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
12283         necessary.  Undefine newly defined macros at the end.
12284         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
12285         Rename from elf_machine_rel_relative.
12286         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
12287         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
12288         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
12289         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
12290         Likewise.
12291         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
12292         Likewise.
12293         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
12294         Fix argument types.
12295         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
12296         Fix argument types.
12297         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
12298         Likewise.  Fix argument types.
12299         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
12300         Likewise.  Fix argument types.
12301         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
12302         Fix argument types.
12303         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
12304         ElfW(Rel) in argument.
12305         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
12306         function.
12308 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
12310         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12312 2001-08-24  Andreas Jaeger  <aj@suse.de>
12314         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12315         Stephen L Moshier <moshier@mediaone.net>.
12317 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12319         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12320         first if RELCOUNT is set.
12322         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12323         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12324         elf_machine_rel_relative.
12325         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12326         Minor optimizations.
12327         * sysdeps/arm/dl-machine.h: Likewise.
12328         * sysdeps/cris/dl-machine.h: Likewise.
12329         * sysdeps/hppa/dl-machine.h: Likewise.
12330         * sysdeps/i386/dl-machine.h: Likewise.
12331         * sysdeps/ia64/dl-machine.h: Likewise.
12332         * sysdeps/m68k/dl-machine.h: Likewise.
12333         * sysdeps/mips/dl-machine.h: Likewise.
12334         * sysdeps/powerpc/dl-machine.h: Likewise.
12335         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12336         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12337         * sysdeps/sh/dl-machine.h: Likewise.
12338         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12339         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12341 2001-08-23  Roland McGrath  <roland@frob.com>
12343         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
12345         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
12346         sysdeps/mach version.  Implement counting ("recursive") mutexes
12347         on top of cthreads mutexes.
12348         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
12350         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
12351         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
12352         (__libc_cleanup_region_start, __libc_cleanup_region_end,
12353         __libc_clean_end): Define these to call the cleanup function after
12354         normal exit when they're supposed to.
12356         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
12357         Take new first arg DOIT, a boolean saying whether to really install
12358         any cleanup handler.
12359         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
12360         (__libc_cleanup_end): Likewise.
12361         * sysdeps/generic/bits/libc-lock.h: Same changes.
12362         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
12363         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
12364         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
12365         Likewise.
12366         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
12367         * sysdeps/generic/bits/stdio-lock.h
12368         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
12370 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12372         * elf/ldconfig.c (search_dir): Remove stale symlinks.
12374 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12376         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
12377         functions.
12378         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
12379         lookups in cache.
12380         (_dl_lookup_versioned_symbol): Likewise.
12381         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
12382         relocation lookup.
12383         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
12384         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
12385         (lookup_cache, lookup_cache_versioned): Add declarations.
12387 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12389         * stdlib/tst-random.c (main): Swap parameters in fail call.
12390         Patch by Pete Bevin <pete@petebevin.com>.
12392 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12394         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
12396 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12398         * malloc/obstack.c: Indent preprocessor directives.
12399         Patch by Jim Meyering <meyering@ascend.com>.
12401         * po/ja.po: Update from translation team.
12403 2001-08-23  Roland McGrath  <roland@frob.com>
12405         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
12407         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
12408         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
12410 2001-08-22  Roland McGrath  <roland@frob.com>
12412         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
12413         __libc_lock_define_recursive.
12414         * elf/dl-open.c: Don't declare it here any more.
12415         * elf/dl-close.c: Likewise.
12416         * elf/dl-lookup.c: Likewise.
12417         * elf/dl-iteratephdr.c: Likewise.
12418         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
12419         __libc_lock_unlock_recursive.
12420         * elf/dl-close.c (_dl_close): Likewise
12421         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
12422         * elf/dl-open.c (_dl_open): Likewise
12424         * sysdeps/generic/bits/libc-lock.h
12425         (__libc_lock_define_recursive): New macro.
12426         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
12427         (_IO_lock_lock): Use __libc_lock_lock_recursive.
12428         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
12430         * conform/conformtest.pl (checknamespace): Sort the output list.
12432         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
12433         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
12434         definitions conditional on [__USE_XOPEN].
12436         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
12437         these unconditionally, not only use [__USE_BSD], so as to match
12438         the sysdeps/unix/sysv/linux files.
12440 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12442         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
12443         avoid warnings.
12445         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
12446         DL_LOOKUP_ADDRESS.
12448 2001-08-22  Roland McGrath  <roland@frob.com>
12450         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
12451         conditionalization of sa_handler/sa_sigaction member types to
12452         match the sysdeps/unix/sysv/linux file.
12454 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12456         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
12457         symbol sizes a bit better.
12459         * sysdeps/ia64/strncpy.S: Complete rewrite.
12460         Contributed by Jakub Jelinek <jakub@redhat.com>.
12462         * string/stratcliff.c (main): Add strncpy test.
12464 2001-08-22  Roland McGrath  <roland@frob.com>
12466         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
12467         and don't declare unsetenv or _environ directly.
12468         (unsetenv): Return int, not void.  Use __environ instead of _environ.
12470 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
12472         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
12473         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
12474         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
12475         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
12476         test for cmsg struct size.
12478 2001-04-23  Paul Eggert  <eggert@twinsun.com>
12480         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
12481         Rename __argc to ___argc in prototypes to avoid compatibility
12482         problems with systems that reserve the identifier "__argc".
12483         Similarly for __argv.
12485 2001-08-21  Roland McGrath  <roland@frob.com>
12487         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
12489         * mach/Makefile (tests): Removed.
12490         * mach/hello.c: File removed.
12492 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12494         * po/sv.po: Update from translation team.
12496         * stdio-common/vfscanf.c: Fix handling of %l[].
12497         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
12499         * libio/Makefile (tests): Add tst-sscanf.
12500         * libio/tst-sscanf.c: New file.
12502         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
12503         * malloc/mtrace.c (tr_where): dli_sname always points to a
12504         non-empty string if != NULL.
12505         Reported by Tim Janik <timj@gtk.org>.
12507 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
12509         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
12510         buf.  Free resources on failure.
12511         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
12512         (makefd_xprt): Likewise.
12513         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
12514         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
12515         * sunrpc/auth_unix.c (authunix_create): Likewise.
12517 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
12519         * string/strnlen.c: Remove.
12520         * sysdeps/generic/strnlen.c: New file.
12521         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
12523 2001-08-21  Roland McGrath  <roland@frob.com>
12525         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
12526         as a macro, not an extern inline function.
12528         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
12529         * Versions.def (libc): Add GLIBC_2.2.5 set.
12530         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
12531         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
12533 2001-08-20  Roland McGrath  <roland@frob.com>
12535         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
12536         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
12538 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12540         * string/bits/string2.h: Remove strnlen optimization here.
12541         * sysdeps/i386/i486/bits/string.h: Add it here.
12543 2001-08-21  Wolfram Gloger  <wg@malloc.de>
12545         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
12547 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12549         * po/gl.po: Update from translation team.
12551 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12553         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
12554         * misc/err.c (convert_and_print): Likewise.
12556         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
12557         function calls.
12559 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12561         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
12562         change of the gregset_t type.
12563         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12565 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12567         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
12569 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12571         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
12573         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
12575 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
12577         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
12578         before calling the cthreads initialization code.
12580 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12582         * argp/argp-help.c: Fix two problems introduced in last change.
12584         * include/dirent.h: Include <dirstream.h> first.
12586 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
12588         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
12590         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
12591         * sunrpc/xdr_rec.c: Likewise.
12592         * sunrpc/xdr_mem.c: Likewise.
12593         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
12594         * sunrpc/rpc_cmsg.c: Likewise.
12595         * sunrpc/getrpcport.c (getrpcport): Likewise.
12596         * sunrpc/clnt_simp.c (callrpc): Likewise.
12597         * sunrpc/clnt_gen.c (clnt_create): Likewise.
12598         * string/envz.c: Likewise.
12600         * po/ko.po: Update from translation team.
12602         * argp/argp-help.c: Handle wide oriented stderr stream.
12604 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
12606         * sysdeps/generic/strtol.c: Little optimizations.  Add some
12607         __builtin_expect.
12609         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
12611         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
12612         * wcsmbs/wcwidth.c (wcwdith): Likewise.
12613         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
12615         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
12617         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
12619         * time/time.h (struct timespec): Use __time_t for tv_sec element.
12621         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
12622         wchar_t for function declarations and defintions.
12624         * misc/sys/select.h: Define __need_time_t before including <time.h>.
12625         Define suseconds_t if it hasn't happened yet.
12627         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
12629         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
12631         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
12632         <stddef.h>.
12634         * conform/data/stddef.h-data: Remove wint_t.
12636         * conform/conformtest.pl: Change namespace test to take #undef
12637         lines into account.
12639         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
12641         * conform/data/sys/socket.h-data: Add sockatmark.
12643 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12645         * io/fts.c: Update from recent BSD source.
12647 2001-08-17  Roland McGrath  <roland@frob.com>
12649         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
12650         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
12651         Likewise.
12653 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12655         * locale/duplocale.c (__duplocale): Also initialize the special
12656         __ctype_* elements.
12658         * conform/data/netdb.h-data: Adjust gai_strerror return type.
12660 2001-08-17  Andreas Jaeger  <aj@suse.de>
12662         * misc/getpass.c: Include wchar.h for prototypes.
12663         * malloc/obstack.c: Likewise.
12665 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12667         * sunrpc/svc_simple.c (universal): Use __write instead of write.
12669         * wcsmbs/wcscoll.c: Also define __wcscoll.
12670         * include/wchar.h: Declare __wcscoll.
12672         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12673         * libio/vwprintf.c: Likewise.
12674         * libio/wprintf.c: Likewise.
12676         * iconv/gconv_cache.c: Use __munmap instead of munmap.
12678 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
12680         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12681         instead of mbrtowc.
12682         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12683         wcslen, and __wcscoll instead of wcscoll.
12685         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12687         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12688         __getuid instead of getuid.
12690         * stdio-common/perror.c (perror): Use __close instead of close.
12691         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12692         * libio/freopen.c (freopen): Likewise.
12693         * libio/freopen64.c (freopen64): Likewise.
12695         * libio/tst-ungetwc2.c (main): Define str const.
12697         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12698         * libio/fwprintf.c: Also define __fwprintf.
12699         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12700         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12701         * assert/assert-perr.c: Likewise.
12702         * assert/assert.c: Likewise.
12703         * gmon/gmon.c: Likewise.
12704         * inet/rcmd.c: Likewise.
12705         * malloc/obstack.c: Likewise.
12706         * misc/err.c: Likewise.
12707         * misc/error.c: Likewise.
12708         * misc/getpass.c: Likewise.
12709         * posix/getopt.c: Likewise.
12710         * resolv/res_hconf.c: Likewise.
12711         * stdio-common/perror.c: Likewise.
12712         * stdio-common/psignal.c: Likewise.
12713         * stdlib/fmtmsg.c: Likewise.
12714         * sunrpc/auth_unix.c: Likewise.
12715         * sunrpc/clnt_perr.c: Likewise.
12716         * sunrpc/clnt_tcp.c: Likewise.
12717         * sunrpc/clnt_udp.c: Likewise.
12718         * sunrpc/clnt_unix.c: Likewise.
12719         * sunrpc/svc_simple.c: Likewise.
12720         * sunrpc/svc_tcp.c: Likewise.
12721         * sunrpc/svc_udp.c: Likewise.
12722         * sunrpc/svc_unix.c: Likewise.
12723         * sunrpc/xdr.c: Likewise.
12724         * sunrpc/xdr_array.c: Likewise.
12725         * sunrpc/xdr_rec.c: Likewise.
12726         * sunrpc/xdr_ref.c: Likewise.
12727         * sysdeps/generic/wordexp.c: Likewise.
12729         * po/it.po: Update from translation team.
12731         * misc/err.c: Handle wide oriented stderr stream.
12733 2001-08-14  Tom Rix  <trix@redhat.com>
12735         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12736         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12738 2001-08-13  Tom Rix  <trix@redhat.com>
12740         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12741         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12742         and __intptr_t.
12744 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12746         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
12747         Store the access registers to the ucontext structure.
12748         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
12749         Likewise.
12751         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
12752         Load the access registers from the ucontext structure.
12753         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
12754         Likewise.
12756         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
12757         offsets to the new ucontext layout.
12758         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
12760         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
12761         of the ucontext structure.
12762         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12764 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
12766         * misc/error.c (error): Handle wide oriented stderr stream correctly.
12767         (error_at_line): Likewise.
12769         * stdio-common/perror.c (perror): Implement according to standard.
12770         The stream orientation must not be changed if the stream was not
12771         oriented before the call.
12772         * stdio-common/Makefile (tests): Add tst-perror.
12773         * stdio-common/tst-perror.c: New file.
12776 See ChangeLog.12 for earlier changes.