* sysdeps/unix/sysv/linux/sparc/sysdep.h (inline_syscall0): Make asm
[glibc.git] / ChangeLog
bloba8aa0dd48c96876088b05343a4876a1b8cdc34fc
1 2002-09-29  Jakub Jelinek  <jakub@redhat.com>
3         * sysdeps/unix/sysv/linux/sparc/sysdep.h (inline_syscall0): Make asm
4         volatile.
5         (inline_syscall1, inline_syscall2, inline_syscall3, inline_syscall4,
6         inline_syscall5, inline_syscall6): Likewise.
7         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
8         Likewise.
9         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (INLINE_SYSCALL):
10         Likewise.
12 2002-09-29  Roland McGrath  <roland@redhat.com>
14         * configure.in (libc_cv_ranlib_necessary check): Put the .o file in
15         the archive, not the .c file.
16         * configure: Regenerated.
18 2002-09-29  Roland McGrath  <roland@redhat.com>
20         * configure: Regenerated after aclocal.m4 change.
22         * sysdeps/x86_64/sysdep.h [HAVE_ELF] (L): Define with .L##name form.
23         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (L): Don't define it here.
25         * sysdeps/generic/dl-lookupcfg.h [USE_TLS] (DL_LOOKUP_RETURNS_MAP):
26         Define it, because _dl_sym presumes it (for any platform).
28         * sysdeps/x86_64/dl-tls.h: New file.
30         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add a cast.
32         * sysdeps/x86_64/elf/configure.in: New file.
33         * sysdeps/x86_64/elf/configure: New generated file.
35 2002-09-28  Roland McGrath  <roland@redhat.com>
37         * elf/rtld.c (_dl_start): Fix conditional for declaring CNT.
39         * aclocal.m4 (LIBC_PROG_BINUTILS): Don't clobber $RANLIB with ranlib
40         before we check it.
42 2002-09-28  Ulrich Drepper  <drepper@redhat.com>
44         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add __syscall_exit
45         entry point.
47 2002-09-28  Jakub Jelinek  <jakub@redhat.com>
49         * posix/bug-regex11.c (tests): Add flags field.
50         (main): Avoid warnings.  Use test[i].flags.  Return nonzero
51         if any of the tests failed.
52         * posix/bug-regex12.c: New file.
53         * posix/Makefile (tests): Add bug-regex12.
55 2002-03-02  Thorsten Kukuk  <kukuk@suse.de>
57         * sysdeps/unix/nice.c (nice): Use getpriority() for the return value.
59 2002-09-28  Jeff Bailey  <jbailey@gnu.org>
61         * sysdeps/unix/sysv/sysv4/solaris2/configure.in: Delete.
62         * sysdeps/unix/sysv/aix/configure.in: Update comment and remove
63         stdio=libio setting.
65 2002-09-28  Roland McGrath  <roland@redhat.com>
67         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Use INTUSE for
68         _dl_signal_error.
69         * sysdeps/mips/dl-machine.h (elf_machine_runtime_link_map): Likewise.
70         * sysdeps/powerpc/powerpc64/dl-machine.c
71         (_dl_reloc_overflow): Likewise.
72         * sysdeps/arm/dl-machine.h (elf_machine_rel): Likewise.
73         (elf_machine_rela): Likewise.
75 2002-09-27  Steven Munroe  <sjmunroe@us.ibm.com>
77         * include/libc-symbols.h (__hidden_dot_weak1): Fix typo.  Replace
78         ASM_GLOBAL_DIRECTIVE with .weak.
80 2002-09-28  Andreas Jaeger  <aj@suse.de>
82         * sysdeps/unix/sysv/linux/mips/truncate64.c (truncate64): Fix
83         number of args to syscall.
84         * sysdeps/unix/sysv/linux/mips/ftruncate64.c (__ftruncate64): Likewise.
85         Patch by Guido Guenther <agx@sigxcpu.org>.
87 2002-09-27  Roland McGrath  <roland@redhat.com>
89         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (__NR_pread, __NR_pwrite):
90         Define these to __NR_pread64, __NR_pwrite64 if not defined.
92         * sysdeps/unix/sysv/linux/powerpc/lchown.S
93         [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]: Use this condition
94         on chown compatibility symbol; use compat_symbol, not symbol_version.
96 2002-09-27  Isamu Hasegawa  <isamu@yamato.ibm.com>
98         * posix/regcomp.c (reg_free): Free the debug area.
99         (re_compile_internal): Allocate debug area for the input string.
100         (create_initial_state): Check the back references in initial states
101         if they are really match null string in the initial state.
102         (parse_reg_exp): Mark the dfa that the dfa can have plural matchings.
103         (parse_expression): Likewise.
104         (parse_bracket_exp): Likewise.
105         * posix/regex_internal.c (re_node_set_intersect): Remove unused
106         function.
107         (re_node_set_contains): Change to return the index of node.
108         * posix/regex_internal.h (re_backref_cache_entry): Change the members.
109         (re_match_context_t): Likewise.
110         (struct re_dfa_t): Likewise.
111         (re_sift_context_t): New structure.
112         * posix/regexec.c (match_ctx_clear_flag): New function.
113         (sift_ctx_init): Likewise.
114         (update_cur_sifted_state): Likewise.
115         (add_epsilon_src_nodes): Likewise.
116         (sub_epsilon_src_nodes): Likewise.
117         (check_subexp_limits): Likewise.
118         (search_subexp): Likewise.
119         (sift_states_bkref): Likewise.
120         (merge_state_array): Likewise.
121         (sift_states_iter_bkref): Remove unused function.
122         (add_epsilon_backreference): Remove unused function.
123         (re_search_internal): Adapt new members and interfaces.
124         (check_matching): Check the back references in initial states
125         if they are really match null string in the initial state.
126         (proceed_next_node): Change the evaluation of back references,
127         since we have real registers here.
128         (set_regs): Adapt new interface of proceed_next_node.
129         (sift_states_backward): Add invocation of update_cur_sifted_state
130         instead of add_epsilon_backreference.
131         Add a sentinel to the outermost while loop.
132         Move the handling of back references to sift_states_bkref function,
133         since we can't handle some back references (e.g. a back reference
134         which match NULL string) here.
135         (transit_state_mb): Handle the new member max_mb_elem_len.
136         (transit_state_bkref_loop): Move the evaluation of back references to
137         search_subexp function, since we can't evaluate some back references
138         (e.g. a back reference which can have plural matchings) here.
139         (match_ctx_init): Adapt the new member.
140         (match_ctx_add_entry): Adapt the new members.
142 2002-09-25  Alan Modra  <amodra@bigpond.net.au>
144         * elf/do-rel.h: Define macro DO_ELF_MACHINE_REL_RELATIVE for
145         'elf_machine_rel_relative'
146         (elf_dynamic_do_rel): Call DO_ELF_MACHINE_REL_RELATIVE macro
147         instead of 'elf_machine_rel_relative'.
148         * sysdeps/hppa/dl-machine.h:
149         Define macro DO_ELF_MACHINE_REL_RELATIVE for
150         'elf_machine_rel_relative' with extra map parameter
151         required by HPPA.
152         (elf_machine_rela_relative): Add plt relocation changes.
154 2001-11-14  Matthew Wilcox  <willy@debian.org>
156         * sysdeps/unix/sysv/linux/hppa/bits/ipc.h: New file.
157         * sysdeps/unix/sysv/linux/hppa/bits/msq.h: New file.
158         * sysdeps/unix/sysv/linux/hppa/bits/sem.h: New file.
159         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: New file.
161 2002-09-27  Steven Munroe  <sjmunroe@us.ibm.com>
163         * sysdeps/powerpc/powerpc32/Makefile: Fix typo in comment.
165         * sysdeps/powerpc/powerpc64/Makefile
166         [$(build-shared) = yes] (pic-ccflag): Define it.
167         [$(subdir) = csu] (CFLAGS-initfini.s): Add -fpic here too.
169 2002-09-27  Roland McGrath  <roland@redhat.com>
171         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Remove
172         unneeded TLS cases.
174 2002-09-27  Jakub Jelinek  <jakub@redhat.com>
176         * elf/dl-addr.c (_dl_addr): Set dli_fbase to l_map_start
177         unconditionally.  Set dli_fname to _dl_argv[0] only for main program.
179 2002-09-27  Roland McGrath  <roland@redhat.com>
181         * elf/dl-addr.c (_dl_addr): Add a cast.
183         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [USE_TLS]: Handle new
184         TLS relocs R_X86_64_DTPMOD64, R_X86_64_DTPOFF64, and R_X86_64_TPOFF64.
186         * elf/elf.h (R_X86_64_DTPMOD64, R_X86_64_DTPOFF64, R_X86_64_TPOFF64,
187         R_X86_64_TLSGD, R_X86_64_TLSLD, R_X86_64_DTPOFF32,
188         R_x86_64_GOTTPOFF, R_X86_64_TPOFF32): New macros.
189         (R_X86_64_NUM): Update the value.
191 2002-09-24  Jakub Jelinek  <jakub@redhat.com>
193         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_load_address): Don't
194         rely on *r_offset of R_SPARC_RELATIVE reloc in .got to contain the
195         addend.
196         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Use
197         the same l_addr computation.
198         * sysdeps/sparc/sparc64/configure.in: Removed.
199         * sysdeps/sparc/sparc64/configure: Removed.
200         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Remove.
202 2002-09-26  Ulrich Drepper  <drepper@redhat.com>
204         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_HASH entry
205         if necessary.
206         * elf/dl-lookup.c (_dl_setup_hash): DT_HASH entry is already relocated.
207         * elf/dl-addr.c (_dl_addr): Use .hash[1] entry to determine end of the
208         symbol table if necessary.
210 2002-09-26  Roland McGrath  <roland@redhat.com>
212         * stdlib/longlong.h: Replaced with current version from GCC mainline,
213         last modified 2002-09-22  Kazu Hirata  <kazu@cs.umass.edu>.
215 2002-09-25  Andreas Jaeger  <aj@suse.de>
217         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add syscall_exit.
218         Patch by Guido Guenther <agx@sigxcpu.org>.
220 2002-09-25  Roland McGrath  <roland@redhat.com>
222         * Makeconfig (%.v.i pattern rule): Use $(CPPFLAGS).
224 2002-09-24  Ulrich Drepper  <drepper@redhat.com>
226         * sysdeps/unix/sysv/linux/configure.in: Recognize nptl add-on name.
228 2002-09-24  Roland McGrath  <roland@redhat.com>
230         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Move __libc_read,
231         __libc_write, __libc_lseek64, to ...
232         (ld: GLIBC_PRIVATE): ... here.
234         * csu/Versions: Use %include <tls.h> to get USE_TLS defined.
235         (libc: GLIBC_2.0) [USE_TLS && HAVE___THREAD]: Remove _errno, errno.
236         (libc: GLIBC_2.3) [USE_TLS && HAVE___THREAD]: Put errno here instead.
237         * resolv/Versions: Use %include <tls.h> to get USE_TLS defined.
238         (libc: GLIBC_2.0) [USE_TLS && HAVE___THREAD]: Remove _h_errno, h_errno,
239         and _res.
240         (libc: GLIBC_2.3) [USE_TLS && HAVE___THREAD]: Put h_errno, _res here.
242         * elf/tls-macros.h [__x86_64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD):
243         New macros for x86-64.
245         * sysdeps/unix/sysv/linux/alpha/bits/time.h: File removed.
246         It was indentical to the linux/bits/time.h file.
248         * nscd/nscd_gethst_r.c (nscd_gethst_r): Add a cast to silence warning.
250         * resolv/gethnamaddr.c (gethostbyaddr): Use socklen_t for SIZE.
252 2002-09-23  Ulrich Drepper  <drepper@redhat.com>
254         * po/zh_CN.po: New file.
256 2002-09-23  Roland McGrath  <roland@redhat.com>
258         * posix/unistd.h: Test [__USE_UNIX98] instead of [__USE_OPEN2K]
259         for gethostname declaration.
261         * catgets/open_catalog.c (__open_catalog): Don't use a value type
262         as the __builtin_expect expression, just the Boolean value.
264         * sysdeps/generic/wordexp.c (parse_glob): int -> size_t for counter.
265         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Likewise.
266         * resolv/res_hconf.c (arg_service_list, parse_line): Likewise.
267         * iconvdata/tst-loading.c (main): Likewise.
268         * catgets/tst-catgets.c (main): Likewise.
269         * stdlib/tst-xpg-basename.c (main): Likewise.
270         * stdlib/tst-bsearch.c (main): Likewise.
271         * stdio-common/test-vfprintf.c (main): Likewise.
272         * stdio-common/tst-rndseek.c (do_test): Likewise.
273         * libio/tst_swprintf.c (main): Likewise.
274         * libio/tst-fgetws.c (main): Likewise.
275         * wcsmbs/tst-mbrtowc.c (check_ascii): Likewise.
276         * time/tst-posixtz.c (main): Likewise.
277         * time/tst-strptime.c (test_tm): Likewise.
278         * time/tst-strptime.c (main): Likewise.
279         * time/tst-getdate.c (main): Likewise.
280         * posix/tst-mmap.c (main): Likewise.
281         * posix/tst-getaddrinfo.c (do_test): Likewise.
282         * io/tst-getcwd.c (do_test): Likewise.
283         * resolv/tst-aton.c (main): Likewise.
284         * inet/tst-network.c (main): Likewise.
285         * libio/tst-fgetws.c (main): Likewise.
286         * sysdeps/posix/sprofil.c (add_region): int -> unsigned int for I.
287         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): int -> unsigned int
288         for PTYNO.
290         * stdlib/msort.c (qsort): Add a cast to silence warning.
291         * stdio-common/vfprintf.c (process_string_arg): Likewise.
292         * libio/oldfileops.c (_IO_old_do_write): Likewise.
293         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Likewise.
294         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
295         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
296         * argp/argp-fmtstream.c (__argp_fmtstream_printf): Likewise.
297         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
298         * sysdeps/unix/grantpt.c (grantpt): Likewise.
299         * libio/tst-widetext.c (main): Likewise.
300         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
301         * rt/tst-aio.c (test_file): Likewise.
302         * rt/tst-aio64.c (test_file): Likewise.
303         * resolv/tst-aton.c (main): Likewise.
305         * catgets/catgetsinfo.h (CATGETS_MAGIC): Use U suffix on the constant.
307         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Cast to int32_t
308         instead of uint32_t in these macros.
310 2002-09-22  Bruno Haible  <bruno@clisp.org>
312         * iconv/iconv_prog.c (main): Provide an error message that identifies
313         the wrong encoding.
315         * iconvdata/tscii.c: New file.
316         * iconvdata/testdata/TSCII: New file.
317         * iconvdata/testdata/TSCII..UTF8: New file.
318         * iconvdata/TSCII.precomposed: New file.
319         * iconvdata/TSCII.irreversible: New file.
320         * iconvdata/gconv-modules (TSCII): New module.
321         * iconvdata/Makefile (modules): Add TSCII.
322         (distribute): Add tscii.c.
323         * iconvdata/tst-table-from.c (try, utf8_decode, main): Double output
324         buffer size.
325         * iconvdata/tst-tables.sh: Add TSCII.
326         * iconvdata/TESTS: Add TSCII.
328         Revert 2002-04-18 patch.
329         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
330         FROM_DIRECTION): Make the FROM direction stateful again.
331         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
332         FROM_DIRECTION): Likewise.
334         * iconvdata/tst-e2big.c: New file.
335         * iconvdata/Makefile (tests): Add tst-e2big.
337 2002-09-23  Roland McGrath  <roland@redhat.com>
339         * elf/Makefile (test-extras): Define this instead of test-srcs.
340         * Makerules (all-nonlib): Include $(test-extras) too.
342 2002-09-21  Carlos O'Donell  <carlos@baldric.uwo.ca>
344         * sysdeps/hppa/abort-instr.h: New file.
346 2002-09-22  Roland McGrath  <roland@frob.com>
348         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Remove duplicate entry.
350         * sysdeps/mach/hurd/dl-sysdep.c (_exit): Add alias __GI__exit.
352 2002-09-22  Andreas Schwab  <schwab@suse.de>
354         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Append, not overwrite.
356         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal)
357         (isless, islessequal, islessgreater, isunordered) [GCC >= 3.1]:
358         Use GCC builtins.
360 2002-09-21  Roland McGrath  <roland@redhat.com>
362         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_DL_HWCAP_PLATFORM):
363         Correct the value so it covers all platforms, and is computed
364         from _DL_PLATFORMS_COUNT rather than hard-wired.
365         From Andrew Suffield <asuffield@debian.org>.
367 2002-09-20  Ulrich Drepper  <drepper@redhat.com>
369         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Avoid
370         locking when using mount tab file.
371         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
372         * sysdeps/unix/sysv/linux/statvfs.c: Include <stdio_ext.h>.
373         * sysdeps/unix/sysv/linux/fstatvfs.c: Likewise.
375         * elf/dl-init.c (_dl_init): Fix test of the size of the
376         preinit_array section.
377         (call_init): Optimize access to DT_INIT_ARRAY entry a bit.
378         Reported by Brian Cabral <cabral@ikuni.com>.
380 2002-09-20  Steven Munroe  <sjmunroe@us.ibm.com>
382         * sysdeps/powerpc/sysdep.h: Remove powerpc32 specific macros.
383         * sysdeps/powerpc/powerpc32/sysdep.h: New file.  Define powerpc32
384         specific macros copied from sysdeps/powerpc/sysdep.h.
385         * sysdeps/powerpc/powerpc64/sysdep.h: New file.  Define powerpc64
386         specific macros.
387         * sysdeps/unix/powerpc/sysdep.h: Include <bits/wordsize.h>.
388         [__WORDSIZE==64]: Include sysdeps/powerpc/powerpc64/sysdep.h.
389         [!__WORDSIZE==64]: Include sysdeps/powerpc/powerpc32/sysdep.h.
391 2002-09-19  Bruno Haible  <bruno@clisp.org>
393         * intl/dcigettext.c (DCIGETTEXT): Restore errno only right before
394         returning.
396 2002-09-17  Bruno Haible  <bruno@clisp.org>
398         * sysdeps/generic/utmp-equal.h: New file, extracted from utmp_file.c.
399         * sysdeps/generic/utmp_file.c (setutent_file): Invalidate last_entry
400         also on platforms with !HAVE_UT_TYPE.
401         (proc_utmp_eq): Remove function.
402         (internal_getut_r, pututline_file): Call __utmp_equal instead.
404 2002-09-20  Bruno Haible  <bruno@clisp.org>
406         * abi-tags: Add support for FreeBSD with ABI OS value 3.
407         * elf/cache.c (print_entry): Support the GNU/FreeBSD ABI tag.
409 2002-09-20  Roland McGrath  <roland@redhat.com>
411         * sysdeps/generic/gmp-mparam.h: Include <bits/wordsize.h>.
412         (BITS_PER_MP_LIMB, BYTES_PER_MP_LIMB, BITS_PER_LONGINT): Define in
413         terms of __WORDSIZE.
414         * sysdeps/x86_64/gmp-mparam.h: File removed.
415         * sysdeps/sparc/gmp-mparam.h: File removed.
416         * sysdeps/mips/mips64/gmp-mparam.h: File removed.
417         * sysdeps/ia64/gmp-mparam.h: File removed.
418         * sysdeps/alpha/gmp-mparam.h: File removed.
420 2002-09-20  Steven Munroe  <sjmunroe@us.ibm.com>
422         * sysdeps/powerpc/elf/libc-start.c: Use long in place of int for argc
423         load, so as to work on both 32-bit and 64-bit.  Remove unnecessary
424         casts.  Align __libc_stack_end to 8 bytes.
426 2002-09-20  Roland McGrath  <roland@redhat.com>
428         * sysdeps/powerpc/fpu/s_lrint.c: Use strong_alias/weak_alias macros
429         instead of asm for lrintf, __lrintf aliases.
431         * sysdeps/powerpc/fpu/s_lrint.c (__lrint): Change union long array to
432         int array for 32-/64-bit compatibility.
433         From Steven Munroe  <sjmunroe@us.ibm.com>.
435 2002-09-17  Bruno Haible  <bruno@clisp.org>
437         * sysdeps/generic/ifreq.h (__if_nextreq): New function.
438         * sysdeps/unix/sysv/linux/ifreq.h (__if_nextreq): New function.
439         * sysdeps/mach/hurd/ifreq.h (__if_nextreq): New function.
440         * sysdeps/gnu/ifaddrs.c (getifaddrs): Use __if_nextreq
441         for iterating through the list of interfaces.
442         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Likewise.
444 2002-09-20  Roland McGrath  <roland@redhat.com>
446         * sysdeps/unix/grantpt.c (pts_name): Set errno when __ptsname_r fails.
447         Reported by Bruno Haible <bruno@clisp.org>.
449         * sysdeps/unix/bsd/bsd4.4/isatty.c: New file.
451         * sysdeps/unix/bsd/isatty.c (__isatty): Don't save and restore errno.
452         * sysdeps/unix/bsd/ptsname.c (__ptsname_r): Return errno value from
453         isatty unmodified.  Reported by Bruno Haible <bruno@clisp.org>.
455 2002-09-20  Steven Munroe  <sjmunroe@us.ibm.com>
457         * sysdeps/powerpc/bits/setjmp.h [__WORDSIZE]: Add 64-bit jmpbuf.
458         * sysdeps/powerpc/bits/wordsize.h: New file.
459         * sysdeps/powerpc/fpu/bits/mathinline.h (lrint, lrintf): Change long
460         array to int array for 32-/64-bit compatibility.
462 2002-09-20  Roland McGrath  <roland@redhat.com>
464         * login/programs/utmpdump.c: Don't include <error.h>, <errno.h>.
466         * sysdeps/generic/utimes.c (__utimes): Don't check TVP for null.
467         Reported by Bruno Haible <bruno@clisp.org>.
469         * sysdeps/generic/ifreq.h (__ifreq): Compute termination condition
470         before doubling RQ_LEN.
471         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
472         Reported by Bruno Haible <bruno@clisp.org>.
474 2002-09-18  Bruno Haible  <bruno@clisp.org>
476         * login/logout.c (logout): Don't assume ut_time has the same size as
477         a time_t.
478         * login/logwtmp.c (logwtmp): Likewise.
480         * sysdeps/pthread/configure: New file, moved here from
481         linuxthreads/sysdeps/unix/sysv/linux/configure.
483 2002-09-19  Ulrich Drepper  <drepper@redhat.com>
485         * sysdeps/unix/sysv/linux/_exit.c: Include <errno.h>.
486         (_exit): Don't use ABORT_INSTRUCTION if it is not defined.
487         Reported by Glen Nakamura <glen@imodulo.com>.
489 2002-09-19  Neal H. Walfield  <neal@cs.uml.edu>
491         * sysdeps/mach/hurd/fork.c (__fork): Do not free the signal
492         thread's sigstate data structure if it has been allocated.
494 2002-09-19  Roland McGrath  <roland@redhat.com>
496         * include/libc-symbols.h [HAVE_ASM_SET_DIRECTIVE]
497         [! HAVE_ASM_GLOBAL_DOT_NAME] (__hidden_dot_def1): Fix typo'd name.
499 2002-09-18  Ulrich Drepper  <drepper@redhat.com>
501         * version.h (VERSION): Bump to 2.2.94.
503         * sysdeps/powerpc/fpu/Dist: Move fprrest.S and fprsave.S to...
504         * sysdeps/powerpc/powerpc32/fpu/Dist: ...here.  New file.
505         * sysdeps/unix/sysv/linux/powerpc/Dist: Move kernel_stat.h to...
506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here.
508         * sysdeps/i386/Makefile: Remove obsolete db2 rules.
510         * sysdeps/unix/sysv/linux/Makefile: Add exit-thread.S.
512         * sysdeps/unix/sysv/linux/powerpc/Dist: Add ldd-rewrite.sh.
514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: New file.
516 2002-09-19  Jakub Jelinek  <jakub@redhat.com>
518         * sysdeps/wordsize-32/Makefile: New file.
519         * sysdeps/arm/Makefile: Removed.
520         * sysdeps/i386/Makefile (sysdep_routines, shared-only-routines):
521         Don't add divdi3 here.
522         * sysdeps/m68k/Makefile: Likewise.
523         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
524         * sysdeps/sh/Makefile: Likewise.
525         * sysdeps/s390/s390-32/Makefile: Likewise.
527 2002-09-18  Roland McGrath  <roland@redhat.com>
529         * locale/lc-ctype.c (_nl_postload_ctype): Add compat_symbol decls for
530         the __ctype_* compat symbols, so the relocs generated bind to the
531         right versioned global symbol in the shared object.
533         * elf/do-rel.h (elf_dynamic_do_rel): Mask off 0x8000 bit (hidden flag)
534         from the value taken from the DT_VERSYM table.
535         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
536         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Likewise.
537         (RESOLVE_GOTSYM): Likewise.
539         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
540         Add libc_hidden_def.
541         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
542         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
543         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
544         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
545         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
546         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
547         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
548         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
550 2002-09-18  Ulrich Drepper  <drepper@redhat.com>
552         * include/signal.h: Add libc_hidden_proto for __libc_sigaction.
554         * sysdeps/unix/sysv/linux/sigaction.c: If SIGCANCEL is defined
555         define sigaction and __sigaction as wrappers around
556         __libc_sigaction which rejects changing SIGCANCEL.
557         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
559         * sysdeps/unix/sysv/linux/i386/clone.S: Add support for SETTLS and
560         SETTID/CLEARTID.
562         * signal/allocrtsig.c: Move to...
563         * sysdeps/generic/allocrtsig.c: ...here.  New file.
565 2002-09-17  Jakub Jelinek  <jakub@redhat.com>
567         * elf/dl-lookup.c (_dl_debug_bindings): Print TLS lookups always.
569         * elf/elf.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE,
570         R_386_TLS_LE): Define.
571         (R_386_TLS_IE_32, R_386_TLS_LE_32, R_386_TLS_TPOFF32): Update
572         comments.
573         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Return
574         ELF_RTYPE_CLASS_PLT for R_386_TLS_TPOFF.
575         (elf_machine_rel): Handle R_386_TLS_TPOFF.
576         (elf_machine_rela): Likewise.
577         Remove unnecessary RTLD_BOOTSTRAP #ifdefs.
579 2002-09-17  Roland McGrath  <roland@redhat.com>
581         * malloc/Makefile ($(objpfx)memusagestat.o: sysincludes): Define
582         file-specific variable override so it compiles properly when using
583         --with-headers.
585 2002-09-17  Steven Munroe  <sjmunroe@us.ibm.com>
587         Ported to PowerPC64 running Linux.
588         * sysdeps/powerpc/powerpc64/Dist: New file.
589         * sysdeps/powerpc/powerpc64/Implies: New file.
590         * sysdeps/powerpc/powerpc64/Makefile: New file.
591         * sysdeps/powerpc/powerpc64/__longjmp.S: New file.
592         * sysdeps/powerpc/powerpc64/atomicity.h: New file.
593         * sysdeps/powerpc/powerpc64/backtrace.c: New file.
594         * sysdeps/powerpc/powerpc64/bp-asm.h: New file.
595         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: New file.
596         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: New file.
597         * sysdeps/powerpc/powerpc64/dl-dtprocnum.h: New file.
598         * sysdeps/powerpc/powerpc64/dl-lookupcfg.h: New file.
599         * sysdeps/powerpc/powerpc64/dl-machine.c: New file.
600         * sysdeps/powerpc/powerpc64/dl-machine.h: New file.
601         * sysdeps/powerpc/powerpc64/memset.S: New file.
602         * sysdeps/powerpc/powerpc64/ppc-mcount.S: New file.
603         * sysdeps/powerpc/powerpc64/register-dump.h: New file.
604         * sysdeps/powerpc/powerpc64/setjmp.S: New file.
605         * sysdeps/powerpc/powerpc64/stpcpy.S: New file.
606         * sysdeps/powerpc/powerpc64/strchr.S: New file.
607         * sysdeps/powerpc/powerpc64/strcmp.S: New file.
608         * sysdeps/powerpc/powerpc64/strcpy.S: New file.
609         * sysdeps/powerpc/powerpc64/strlen.S: New file.
610         * sysdeps/powerpc/powerpc64/elf/bzero.S: New file.
611         * sysdeps/powerpc/powerpc64/elf/start.S: New file.
612         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: New file.
613         * sysdeps/powerpc/powerpc64/fpu/s_copysignf.S: New file.
614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: New File.
615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: New file.
616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: New file.
617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/glob64.c: New file.
618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: New file.
619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: New file.
620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: New file.
622         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME]
623         (C_SYMBOL_DOT_NAME): Insure that C_SYMBOL_DOT_NAME works for
624         various gcc versions.  Dot names required for powerpc64.
625         [HAVE_ASM_GLOBAL_DOT_NAME] (_weak_extern): Add .weakext '.'ed symbol.
626         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias): Add .global
627         C_SYMBOL_DOT_NAME(alias).
628         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): New macro. Same as
629         original strong_alias macro.
630         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Add .weakext/.weak
631         C_SYMBOL_DOT_NAME(alias).
632         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Add .symver '.'ed name.
633         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Add .symver
634         '.'ed name.
635         Add comments on libc_hidden_data_def and libc_hidden_data_weak usage.
636         [HAVE_ASM_GLOBAL_DOT_NAME] (hidden_dot_def1): New macro.  Generate
637         .global C_SYMBOL_DOT_NAME(alias).  Otherwise an empty macro.
638         (hidden_def): Append hidden_dot_def1 macro to definition.
639         (hidden_ver): Append hidden_dot_def1 macro to definition.
640         (hidden_data_def): New macro.  Same as original hidden_def macro.
641         (hidden_data_ver): New macro.  Same as original hidden_ver macro.
642         [HAVE_ASM_GLOBAL_DOT_NAME] (hidden_dot_weak1): New macro.  Generate
643         .weakext C_SYMBOL_DOT_NAME(alias).  Otherwise an empty macro.
644         (hidden_weak): Append hidden_dot_weak1 macro to definition.
645         (hidden_data_weak): New macro.  Same as original hidden_weak macro.
646         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Define as .__GI_name.
647         Otherwise defined as __GI_name.
648         (libc_hidden_data_def): New macro.  Use hidden_data_def.
649         (libc_hidden_data_weak): New macro.  Use hidden_data_weak.
650         (libc_hidden_data_ver): New macro.  Use hidden_data_ver.
651         (rtld_hidden_data_def): New macro.  Use hidden_data_def.
652         (rtld_hidden_data_weak): New macro.  Use hidden_data_weak.
653         (rtld_hidden_data_ver): New macro.  Use hidden_data_ver.
654         (libm_hidden_data_def): New macro.  Use hidden_data_def.
655         (libm_hidden_data_weak): New macro.  Use hidden_data_weak.
656         (libm_hidden_data_ver): New macro.  Use hidden_data_ver.
657         * inet/in6_addr.c: Replace libc_hidden_def with libc_hidden_data_def.
659 2002-09-17  Ulrich Drepper  <drepper@redhat.com>
661         * include/libc-symbols.h: Change *hidden_proto macros to accept
662         option parameters and pass those to the attribute definition.
663         * include/unistd.h (_exit): Add __noreturn__ to libc_hidden_proto call.
665         * include/unistd.h: Declare __libc_pause.
667         * include/sys/socket.h: Declare __libc_send, __libc_recv,
668         __libc_sendto, __libc_sendmsg, __libc_recvmsg, and __libc_accept.
670         * include/unistd.h: Declare __libc_fork.
672 2002-09-17  Roland McGrath  <roland@redhat.com>
674         * sunrpc/xcrypt.c (passwd2des_internal): Renamed fom passwd2des.
675         (passwd2des): Define it as an alias.
676         (xencrypt, xdecrypt): Call passwd2des_internal instead of passwd2des.
678 2002-09-12  Bruno Haible  <bruno@clisp.org>
680         * include/sys/sysctl.h (__sysctl): Add libc_hidden_proto.
681         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Add libc_hidden_def.
683         * include/rpc/xdr.h (xdrstdio_create): Add libc_hidden_proto.
684         * sunrpc/xdr_stdio.c (xdrstdio_create): Add libc_hidden_def.
686 2002-09-05  Steven Munroe  <sjmunroe@us.ibm.com>
688         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc64__]
689         (__ASSUME_TRUNCATE64_SYSCALL, __ASSUME_STAT64_SYSCALL, __ASSUME_IPC64,
690         __ASSUME_FCNTL64, __ASSUME_MMAP2_SYSCALL): Don't define these.
691         PowerPC64 does not have separate 64-bit syscalls.
693 2002-09-16  Roland McGrath  <roland@redhat.com>
695         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Add a cast.
697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
698         New macro.
700         * elf/rtld.c [HP_TIMING_NONAVAIL]: Fix last change for this case.
702         * include/unistd.h: Uncomment libc_hidden_proto for _exit.
703         * sysdeps/mach/hurd/_exit.c: Add libc_hidden_def.
704         * sysdeps/generic/_exit.c: Likewise.
706 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
708         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Regenerate.
710         * elf/rtld.c (struct dl_start_final_info): New.
711         (_dl_start_final): Change second argument to struct
712         dl_start_final_info *.  Set start_time from info.
713         (_dl_start): Remove bootstrap_map variable, add info.
714         Define bootstrap_map as macro.  If not DONT_USE_BOOTSTRAP_MAP,
715         store HP_TIMING_NOW result into info.start_time.
717 2002-09-16  Andreas Jaeger  <aj@suse.de>
719         * sysdeps/unix/sysv/linux/_exit.c: Add libc_hidden_def and weak_alias
720         to _Exit.
721         * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise.
723 2002-09-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
725         * sysdeps/powerpc/abort-instr.h: New file.
727 2002-09-14  Ulrich Drepper  <drepper@redhat.com>
729         * sysdeps/generic/libc-start.c (__libc_start_main): Remove bogus
730         comment.
732         * test-skeleton.c (main): Provide more information in case waitpid
733         fails.
735         * include/unistd.h: Declare __exit_thread.
736         * sysdeps/generic/libc-start.c (__libc_start_main): Remove dummy_addr.
737         Wrap call to main in setjmp if HAVE_CANCELBUF is defined.
738         * sysdeps/unix/sysv/linux/exit-thread.S: New file.
739         * sysdeps/unix/sysv/linux/_exit.c: New file.
740         * sysdeps/unix/sysv/linux/i386/_exit.S: New file.
741         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (sysdep_routines):
742         Add exit-thread.
744         * configure.in: Add dl_iterate_phdr to test using -nostdlib.
746 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
748         * sysdeps/i386/dl-machine.h (elf_machine_rel)
749         (case R_386_TLS_DTPMOD32): Don't use addend.
750         [case R_386_TLS_TPOFF32]: Remove redundant SYM_MAP != NULL check.
751         (elf_machine_rela): Add support for TLS relocs.
753 2002-09-14  Roland McGrath  <roland@redhat.com>
755         * Makefile (manual/%): Add this pattern target to the iconvdata/% rule.
757 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
759         * stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64
760         specific asm macros for multiple percision integer math.
762 2002-06-04  Steven Munroe  <sjmunroe@us.ibm.com>
764         * sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro.
765         * elf/cache.c (print_entry): Add case for FLAG_POWERPC_LIB64.
766         Remove per-machine conditionals for FLAG_* cases.
767         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h: New file.
768         * sysdeps/unix/sysv/linux/powerpc/readelflib.c: New file.
769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/dl-cache.h: New file.
771 2002-09-10  Alan Modra <amodra@bigpond.net.au>
773         * csu/gmon-start.c [!TEXT_START]: Define TEXT_START if not already
774         defined in entry.h.
775         (__gmon_start__) [!ENTRY_POINT_DECL]: Use TEXT_START macro to obtain
776         lowest address for profiling in  __monstartup call.
777         * sysdeps/powerpc/powerpc64/elf/entry.h: New file.
779 2002-09-14  Roland McGrath  <roland@redhat.com>
781         * sysdeps/unix/sysv/linux/pread.c: __NR_pread64 may be defined
782         instead of __NR_pread.
783         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
784         * sysdeps/unix/sysv/linux/pwrite.c: __NR_pwrite64 may be defined
785         instead of __NR_pwrite.
786         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
788 2002-09-13  Roland McGrath  <roland@redhat.com>
790         * manual/libc.texinfo: @ifinfo -> @ifnottex around copyright notice.
792 2002-09-13  Andreas Jaeger  <aj@suse.de>
794         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add readahead
795         syscall.  Patch by Guido Guenther <agx@sigxcpu.org>.
797 2002-09-12  Ulrich Drepper  <drepper@redhat.com>
799         * elf/elf.h: Correct DT_LOOS and DT_HIOS values.
801 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
803         * sysdeps/powerpc/fpu/s_isnan.c: #undef __isnanf and isnanf after
804         reading the headers.
806 2002-09-12  Roland McGrath  <roland@redhat.com>
808         * elf/rtld.c (_dl_start_final): Move _begin, _end decls outside the fn.
809         (_dl_start) [DONT_USE_BOOTSTRAP_MAP]: Use &_begin instead of l_addr to
810         find the ELF header.
812         * elf/rtld.c (dl_main) [USE_TLS]: Adjust l_tls_initimage of main
813         executable if needed, in case it's actually a shared object.
815 2002-09-11  Roland McGrath  <roland@redhat.com>
817         * elf/dl-load.c (_dl_map_object_from_fd): Use l_addr instead of
818         l_map_start to adjust l_tls_initimage.
820         * nss/getnssent_r.c (__nss_getent_r): Use EAGAIN instead of errno
821         when using h_errno and it's not set to NETDB_INTERNAL.
822         * nss/getXXbyYY_r.c [NEED_H_ERRNO]: Likewise.
824         * Makefile ($(common-objpfx)testrun.sh): New target.
825         (others): Depend on it.
826         (postclean-generated): Append it.
828         * nss/bug-erange.c: New file.
829         * nss/Makefile (tests): Add it.
831         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Return errno
832         instead of always EAGAIN when status is NSS_STATUS_TRYAGAIN.
834         * sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without
835         strncmp, keeps the code smaller for a non-performance-critical case.
837         * sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,
838         no longer wrongly matches arbitrary prefixes of NAME.
839         Reported by Jakub Jelinek <jakub@redhat.com>.
841 2002-09-11  Jakub Jelinek  <jakub@redhat.com>
843         * posix/bug-regex11.c (tests): New array.
844         (main): Rewritten to run more different tests.
846 2002-09-10  Roland McGrath  <roland@redhat.com>
848         * nscd/Makefile (CPPFLAGS-nscd, CPPFLAGS-nscd_conf, CPPFLAGS-dbg_log)
849         (CPPFLAGS-connections, CPPFLAGS-hstcache): Variables removed.
850         Instead, catch all of $(nscd-modules) via cppflags-iterator.mk.
852         * sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
853         well so we don't get it declared by include/math.h's hidden_proto.
854         Then do hidden_proto for __isnanf locally so hidden_def works right.
856         * posix/bug-regex5.c (main): Use `union locale_data_value' rather than
857         a cast to turn nl_langinfo return value into an integer.
859 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
861         * posix/regexec.c (build_trtable): Fix the destination of
862         newline to prevent wrong states from overwriting.
863         Append break statements to optimization.
865 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
867         * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if.
868         (build_range_exp): Add castings to strlen invocations.
869         (build_collating_symbol): Restore the type of characters from "char"
870         to "unsigned char", and supplement castings.
871         (build_collating_symbol): Likewise.
872         (build_equiv_class): Likewise.
873         (build_charclass): Likewise.
874         (seek_collating_symbol_entry): Likewise.
875         (parse_bracket_exp): Likewise.
876         (build_word_op): Supplement a casting.
877         * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if.
878         (re_string_allocate): Fix castings.
879         (re_string_construct): Likewise.
880         (re_string_construct_common): Likewise.
881         (re_string_realloc_buffers): Likewise.
882         (build_wcs_buffer): Likewise.
883         (build_wcs_upper_buffer): Likewise.
884         (re_string_skip_chars): Likewise.
885         (re_string_reconstruct): Likewise.
886         * posix/regex_internal.h: Restore the type of characters in
887         re_string_t and bracket_elem_t from "char" to "unsigned char".
888         (re_string_elem_size_at): Fix castings.
889         * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if.
890         (transit_state_bkref_loop): Restore the type of characters from
891         "char" to "unsigned char", and append a cast to "char*" pointer in
892         array subscript.
893         (check_node_accept_bytes): Likewise.
894         (find_collation_sequence_value): Likewise.
896 2002-09-10  Hartvig Ekner  <hartvige@mips.com>
898         * sysdeps/mips/memcpy.S: New file.
899         * sysdeps/mips/memset.S: New file.
900         * sysdeps/mips/fpu/e_sqrt.c:  New file.
901         * sysdeps/mips/fpu/e_sqrtf.c: New file.
903         * fpu/fclrexcpt.c: Cleaned up the FPU exception stuff - was not
904         functional before. Also removed all SHLIB_COMPAT stuff.
905         * fpu/fegetenv.c: Likewise.
906         * fpu/fesetenv.c:: Likewise.
907         * fpu/feupdateenv.c: Likewise.
908         * fpu/fgetexcptflg.c: Likewise.
909         * fpu/fraiseexcpt.c: Likewise.
911         * sysdeps/mips/fpu/fsetexcptflg.c: New file.
913 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
915         * include/math.h (__finite_internal, __finitef_internal,
916         __finitel_internal, __isinf_internal, __isnan_internal): Remove.
917         (isfinite): Remove.
918         (__finite, __isinf, __isnan, __finitef, __isinff, __isnanf, __finitel,
919         __isinfl, __isnanl): Add hidden_proto.
920         (__fpclassify, __fpclassifyf, __fpclassifyl, __expm1l): Add
921         libm_hidden_proto.
922         * math/Makefile (libm-calls): Add s_isinf and s_isnan.
923         * stdio-common/printf_fp.c (__printf_fp): Remove INTUSE from
924         __is{inf,nan} calls.
925         * stdio-common/printf_size.c (printf_size): Likewise.
926         * sysdeps/generic/printf_fphex.c (__printf_fphex): Likewise.
927         * sysdeps/generic/s_ldexp.c (__ldexp): Likewise.
928         * sysdeps/generic/s_ldexpf.c (__ldexpf): Likewise.
929         * sysdeps/generic/s_ldexpl.c (__ldexpl): Likewise.
930         * sysdeps/generic/s_expm1l.c (__expm1l): Add libm_hidden_def.
931         * sysdeps/i386/fpu/s_finite.S (__finite_internal): Remove alias.
932         (__finite): Add hidden_def.
933         * sysdeps/i386/fpu/s_finitef.S (__finitef_internal): Remove alias.
934         (__finitef): Add hidden_def.
935         * sysdeps/i386/fpu/s_finitel.S (__finitel_internal): Remove alias.
936         (__finitel): Add hidden_def.
937         * sysdeps/i386/fpu/s_isinfl.c (__isinfl): Remove INTDEF.  Add
938         hidden_def.
939         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
940         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Add
941         libm_hidden_def.
942         * sysdeps/i386/fpu/s_expm1l.S (__expm1l): Likewise.
943         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Remove INTDEF.  Add
944         hidden_def.
945         * sysdeps/ieee754/dbl-64/s_isinf.c (__isinf): Likewise.
946         (__isinfl): Remove INTDEF.
947         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Remove INTDEF.  Add
948         hidden_def.
949         (__isnanl): Remove INTDEF.
950         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Add
951         libm_hidden_def.
952         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Use __sin and __cos
953         instead of sin and cos.
954         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Remove INTDEF.
955         Add hidden_def.
956         * sysdeps/ieee754/flt-32/s_isinff.c (__isinff): Likewise.
957         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
958         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Add
959         libm_hidden_def.
960         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Remove INTDEF.
961         Add hidden_def.
962         * sysdeps/ieee754/ldbl-128/s_isinfl.c (__isinfl): Likewise.
963         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
964         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl): Add
965         libm_hidden_def.
966         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add
967         libm_hidden_def.
968         * sysdeps/ieee754/ldbl-96/s_finitel.c (__finitel): Remove INTDEF.
969         Add hidden_def.
970         * sysdeps/ieee754/ldbl-96/s_isinfl.c (__isinfl): Likewise.
971         * sysdeps/ieee754/ldbl-96/s_isnanl.c (__isnanl): Likewise.
972         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c (__fpclassifyl): Add
973         libm_hidden_def.
974         * sysdeps/ia64/fpu/s_finite.S (__finite_internal, __finitef_internal,
975         __finitel_internal): Remove aliases.
976         (__finite, __finitef, __finitel): Add hidden_def.
977         * sysdeps/ia64/fpu/s_isnan.S (__isnan_internal, __isnanf_internal,
978         __isnanl_internal): Remove aliases.
979         (__isnan, __isnanf, __isnanl): Add hidden_def.
980         * sysdeps/ia64/fpu/s_isinf.S (__isinf_internal, __isinff_internal,
981         __isinfl_internal): Remove aliases.
982         (__isinf, __isinff, __isinfl): Add hidden_def.
983         * sysdeps/ia64/fpu/s_fpclassify.S (__fpclassify, __fpclassifyf,
984         __fpclassifyl): Add libm_hidden_def.
985         * sysdeps/ia64/fpu/s_expm1l.S (__expm1l): Likewise.
986         * sysdeps/m68k/s_isinfl.c (__isinfl): Remove INTDEF.  Add hidden_def.
987         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Remove.
988         (hidden_defx): Define and use.
989         * sysdeps/m68k/fpu/s_fpclassifyl.c (__fpclassifyl): Add
990         libm_hidden_def.
991         * sysdeps/m68k/fpu/s_expm1l.c (__expm1l): Likewise.
992         * sysdeps/m68k/s_isnanl.c (__isnanl): Add hidden_def.
993         * sysdeps/powerpc/fpu/s_isnan.c (__isnan, __isnanf, __isnanl):
994         Remove INTDEF.
995         (__isnan, __isnanf): Add hidden_def.
996         * sysdeps/x86_64/fpu/s_finitel.S (__finitel_internal): Remove alias.
997         (__finitel): Add libm_hidden_def.
998         * sysdeps/x86_64/fpu/s_expm1l.S (__expm1l): Likewise.
1000         * include/fenv.h (feraiseexcept, fesetenv): Add libm_hidden_proto.
1001         * sysdeps/alpha/fpu/fesetenv.c (fesetenv): Add libm_hidden_ver.
1002         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1003         * sysdeps/arm/fpu/fesetenv.c (fesetenv): Likewise.
1004         * sysdeps/arm/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1005         * sysdeps/generic/fesetenv.c (fesetenv): Likewise.
1006         * sysdeps/generic/fraiseexcpt.c (feraiseexcept): Likewise.
1007         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
1008         * sysdeps/i386/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1009         * sysdeps/m68k/fpu/fesetenv.c (fesetenv): Likewise.
1010         * sysdeps/m68k/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1011         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Likewise.
1012         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1013         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Likewise.
1014         * sysdeps/powerpc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1015         * sysdeps/sparc/fpu/fesetenv.c (fesetenv): Likewise.
1016         * sysdeps/sparc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1017         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Add libm_hidden_def.
1018         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1019         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Likewise.
1020         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1021         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
1022         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1023         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
1024         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1025         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Likewise.
1026         * sysdeps/x86_64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1028 2002-09-09  Steven Munroe  <sjmunroe@us.ibm.com>
1030         * elf/elf.h: Add powerpc64 specific elf relocation and dynamic types.
1032 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
1034         * elf/dl-error.c (_dl_signal_cerror): Don't print anything if only
1035         LD_DEBUG=statistics or LD_TRACE_PRELINKING.
1037 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
1039         * string/stratcliff.c: Some more strncpy tests.
1040         Patch by Daniel Jacobowitz <drow@mvista.com>.
1042 2002-09-08  Roland McGrath  <roland@redhat.com>
1044         * resolv/resolv.h: Include <sys/types.h> for u_long even in
1045         the [__need_res_state] case.
1046         Reported by Bruno Haible <bruno@clisp.org>.
1048 2002-09-04  Bruno Haible  <bruno@clisp.org>
1050         * sysdeps/generic/bits/ustat.h: Comment fix.
1051         * io/sys/sendfile.h: Comment fix.
1052         * sysdeps/posix/pread.c: Comment fix.
1053         * sysdeps/posix/pread64.c: Comment fix.
1054         * sysdeps/posix/pwrite.c: Comment fix.
1055         * sysdeps/posix/pwrite64.c: Comment fix.
1057 2002-09-06  Roland McGrath  <roland@redhat.com>
1059         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
1060         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
1061         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
1062         (_UTSNAME_MACHINE_LENGTH): Likewise.
1063         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
1065 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
1067         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
1068         test for filesystem type name of mount points.
1070         * include/errno.h: Use errno definition with __thread for now only
1071         in libc and ld.so.
1073         * test-skeleton.c (main): Improve error message for unexpected
1074         signal case.
1076 2002-09-05  Roland McGrath  <roland@redhat.com>
1078         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
1079         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
1081 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
1083         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
1084         case of failure.
1086 2002-09-04  Bruno Haible  <bruno@clisp.org>
1088         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
1089         sigset_get_old_mask): Turn into inline functions.
1090         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
1091         sigset_get_old_mask): Likewise.
1092         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
1093         sigset_get_old_mask): Likewise.
1094         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
1095         syntax.
1097         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
1099         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
1100         default definitions.
1101         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
1102         _sys_nerr_internal instead of _sys_nerr.
1104         * nscd/connections.c (handle_request): Declare CALLER inside #if.
1106 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
1108         * sysdeps/powerpc/__longjmp.S: Moved to...
1109         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
1110         * sysdeps/powerpc/add_n.S: Moved to...
1111         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
1112         * sysdeps/powerpc/addmul_1.S: Moved to...
1113         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
1114         * sysdeps/powerpc/atomicity.h: Moved to...
1115         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
1116         * sysdeps/powerpc/backtrace.c: Moved to...
1117         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
1118         * sysdeps/powerpc/bp-asm.h: Moved to...
1119         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
1120         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
1121         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
1122         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
1123         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
1124         * sysdeps/powerpc/dl-machine.c: Moved to...
1125         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
1126         * sysdeps/powerpc/dl-machine.h: Moved to...
1127         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
1128         * sysdeps/powerpc/dl-start.S: Moved to...
1129         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
1130         * sysdeps/powerpc/gprrest0.S: Moved to...
1131         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
1132         * sysdeps/powerpc/gprrest1.S: Moved to...
1133         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
1134         * sysdeps/powerpc/gprsave0.S: Moved to...
1135         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
1136         * sysdeps/powerpc/gprsave1.S: Moved to...
1137         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
1138         * sysdeps/powerpc/lshift.S: Moved to...
1139         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
1140         * sysdeps/powerpc/memset.S: Moved to...
1141         * sysdeps/powerpc/powerpc32/memset.S: ...here.
1142         * sysdeps/powerpc/mul_1.S: Moved to...
1143         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
1144         * sysdeps/powerpc/ppc-mcount.S: Moved to...
1145         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
1146         * sysdeps/powerpc/register-dump.h: Moved to...
1147         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
1148         * sysdeps/powerpc/rshift.S: Moved to...
1149         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
1150         * sysdeps/powerpc/setjmp.S: Moved to...
1151         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
1152         * sysdeps/powerpc/stpcpy.S: Moved to...
1153         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
1154         * sysdeps/powerpc/strchr.S: Moved to...
1155         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
1156         * sysdeps/powerpc/strcmp.S: Moved to...
1157         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
1158         * sysdeps/powerpc/strcpy.S: Moved to...
1159         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
1160         * sysdeps/powerpc/strlen.S: Moved to...
1161         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
1162         * sysdeps/powerpc/sub_n.S: Moved to...
1163         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
1164         * sysdeps/powerpc/submul_1.S: Moved to...
1165         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
1166         * sysdeps/powerpc/elf/bzero.S: Moved to...
1167         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
1168         * sysdeps/powerpc/elf/start.S: Moved to...
1169         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
1170         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
1171         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
1172         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
1173         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
1174         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
1175         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
1176         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
1177         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
1178         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
1179         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
1180         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
1181         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
1182         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
1183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
1184         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
1185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
1186         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
1187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
1188         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
1189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
1190         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
1191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
1192         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
1193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
1194         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
1195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
1196         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
1197         powerpc/powerpc64.
1199 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
1201         * FAQ.in: Add powerpc64 to supported targets list. Also state the
1202         minimum gcc version is 3.2
1203         * README: Add powerpc64 to supported targets list.
1204         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
1205         Add powerpc64 and machine=powerpc/powerpc64.
1206         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
1207         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
1208         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
1209         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
1210         * sysdeps/powerpc/powerpc32/Dist: New file.
1211         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
1212         * sysdeps/powerpc/powerpc32/Implies: New file.
1213         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
1214         ($(with-fp) = no): Move test to powerpc32/Makefile.
1215         ($(subdir) = misc): Move to powerpc32/Makefile.
1216         ($(build-shared) = yes): Move to powerpc32/Makefile.
1217         ($(subdir) = csu): Move to powerpc32/Makefile.
1218         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
1219         * sysdeps/powerpc/powerpc32/Makefile: New file.
1220         * sysdeps/powerpc/Versions: Remove libgcc functions.
1221         * sysdeps/powerpc/powerpc32/Versions: New file.
1222         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
1223         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
1224         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
1225         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
1226         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
1227         ($machine): Add powerpc/powerpc64 to if ... | for
1228         libc_cv_slibdir=/libc64.
1229         (powerpc*): Set ldd_rewrite_script.
1230         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
1231         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
1232         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
1233         Add clone.S.
1234         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
1235         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
1236         functions.  Remove GLIBC_2.2 functions except getrlimit and
1237         setrlimit.  Moved them to ...
1238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
1240 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
1242         * libio/tst-atime.c: Include <errno.h>.
1243         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
1245 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
1247         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
1248         warnings of some compilers.
1249         (build_collating_symbol): Change the type of characters from
1250         "unsigned char" to "char", and append a cast to "char*" pointer in
1251         array subscript.
1252         (build_collating_symbol): Likewise.
1253         (build_equiv_class): Likewise.
1254         (build_charclass): Likewise.
1255         (re_compile_pattern): Remove incorrect cast.
1256         (re_compile_fastmap_iter): Change the type of characters from
1257         "unsigned char" to "char", and append a cast to "char*" pointer
1258         in array subscript.
1259         (parse_bracket_exp): Likewise.
1260         * posix/regex_internal.c (re_string_construct_common): Likewise.
1261         (re_string_allocate): Likewise.
1262         (re_string_construct): Likewise.
1263         (re_string_realloc_buffers): Likewise.
1264         (build_wcs_buffer): Likewise.
1265         (re_string_reconstruct): Likewise.
1266         * posix/regex_internal.h: Change the type of characters in
1267         re_string_t and bracket_elem_t from "unsigned char" to "char".
1268         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
1269         warnings of some compilers.
1270         (transit_state_bkref_loop): Change the type of characters from
1271         "unsigned char" to "char", and append a cast to "char*" pointer in
1272         array subscript.
1273         (check_node_accept_bytes): Likewise.
1274         (find_collation_sequence_value): Likewise.
1276 2002-09-04  Roland McGrath  <roland@redhat.com>
1278         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
1279         from 1024 to 65536, to avoid buffer overrun.
1281 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
1283         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
1285 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
1287         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
1288         for filesystem.
1290 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
1292         * posix/bug-regex11.c: New test.
1293         * posix/Makefile (tests): Add bug-regex11.
1295 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
1297         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
1298         newlocale.
1300 2002-09-02  Roland McGrath  <roland@redhat.com>
1302         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
1303         __pthread_initialize_minimal and __libc_check_standard_fds to
1304         match the generic version.
1306         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
1307         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
1309         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
1310         warnings on platorms where char is unsigned.
1312 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
1314         * version.h (VERSION): Bump to 2.2.93.
1316         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
1318 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
1320         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
1321         as relocated.
1323 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
1325         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
1327 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
1329         * locale/localeinfo.h (struct locale_data): Add private.ctype.
1330         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
1331         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
1332         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
1333         (__wcsmbs_load_conv): Remove const from argument.
1334         (_nl_cleanup_ctype): New proto.
1335         (get_gconv_fcts): New function.
1336         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
1337         (__wcsmbs_to_wc): Rename back to...
1338         (to_wc): ... this.
1339         (__wcsmbs_gconv_fcts): Rename to...
1340         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
1341         (lock): Removed.
1342         (__libc_setlocale_lock): New extern.
1343         (__wcsmbs_load_conv): Remove const from argument.
1344         Initialize new_category->private.ctype instead of a global
1345         variable.
1346         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
1347         update_function_ptrs.  No locking is necessary.
1348         (_nl_cleanup_ctype): New function.
1349         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
1350         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
1351         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
1352         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
1353         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
1354         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
1355         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
1356         * wcsmbs/wctob.c (wctob): Likewise.
1357         * stdlib/mblen.c (mblen): Likewise.
1358         * stdlib/mbtowc.c (mbtowc): Likewise.
1359         * stdlib/wctomb.c (wctomb): Likewise.
1360         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
1361         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
1362         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
1363         Removed.
1365 2002-09-02  Roland McGrath  <roland@frob.com>
1367         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
1369 2002-09-01  Roland McGrath  <roland@redhat.com>
1371         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
1372         Variable declarations removed.
1373         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
1374         these functions to replace them.
1375         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
1376         functions plus an indirection rather than the old global variables.
1377         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
1378         Macros removed.
1379         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
1380         inline functions.
1381         * ctype/ctype-info.c: Revert last reversion back the other way.
1382         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
1383         Define real function versions of include/ctype.h inlines here.
1384         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
1385         __ctype_tolower_loc, __ctype_toupper_loc.
1386         * locale/lc-ctype.c: Revert last reversion back the other way.
1387         (_nl_postload_ctype): If current thread uses the global locale,
1388         update its tsd vars.
1389         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
1390         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
1391         CTYPE_TOLOWER, CTYPE_TOUPPER.
1393         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
1394         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
1395         from __libc_tsd_threadvar_location.
1396         (__libc_tsd_set, __libc_tsd_get): Update uses.
1398 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
1400         * ctype/ctype.h: Undo the patch before the last one.  Put back the
1401         macro definitions for the standard functions to access the
1402         classification and mapping arrays.
1403         * include/ctype.h: Partly revert last patch.  Move the macro
1404         definitions for the exported functions back to the public header.
1405         #undef all the macros defined here before redefining.
1406         * ctype/ctype-info.c: Revert last patch.
1407         * locale/lc-ctype.c: Revert last patch.
1409         * ctype/Makefile (routines): Add isctype.
1410         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
1411         * ctype/ctype.h: Add declaration of isctype.
1412         * include/ctype.h: Declare __isctype.
1413         * ctype/isctype.c: New file.
1415 2002-09-01  Roland McGrath  <roland@redhat.com>
1417         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
1418         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
1420         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
1422         * locale/findlocale.c (_nl_remove_locale): Don't search in
1423         _nl_locale_file_list if DATA->alloc is ld_archive.
1424         Use _nl_unload_locale to do the rest of the work.
1426         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
1427         of new structure to UNDELETABLE.
1429         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
1430         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
1431         towlower, towupper): Macros removed.
1432         * ctype/ctype.h (__tobody): Put parens around macro argument.
1433         (__isctype): Macro removed.
1434         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
1435         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
1436         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
1437         tolower, toupper): Macros and inlines removed.
1438         * include/ctype.h [! NOT_IN_libc]
1439         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
1440         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
1441         tolower, toupper): Define here instead, using _NL_CURRENT.
1442         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
1443         using _NL_CURRENT.
1444         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
1445         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
1446         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
1447         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
1448         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
1449         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
1450         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
1451         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
1452         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
1453         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
1454         (ISSORTMASK): Update use.
1455         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
1456         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
1457         (_nss_files_getENTNAME_r): Likewise.
1458         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
1459         Likewise.
1461         * Makerules (all-nonlib): Renamed from all-tests.
1462         Include $(others) here too.
1463         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
1464         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
1465         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
1466         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
1467         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
1468         the program modules via cppflags-iterator.mk.
1469         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
1470         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
1472 2002-08-31  Roland McGrath  <roland@redhat.com>
1474         * posix/tst-getconf.sh: If no third arg, work with static linking.
1476         * locale/categories.def (LC_TIME): No more _nl_postload_time.
1478         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
1479         [_NL_CURRENT_INDIRECT].
1481 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1483         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
1485 2002-08-31  Roland McGrath  <roland@redhat.com>
1487         * locale/newlocale.c (__newlocale): Don't use strdup for names.
1488         Instead, make the single allocation of the structure larger to hold
1489         the name strings.
1490         * locale/duplocale.c (__duplocale): Don't strdup names individually.
1491         Instead, calculate size for a single allocation and copy into it.
1492         * locale/freelocale.c (__freelocale): Don't free names individually.
1494         * locale/newlocale.c (__newlocale): Don't leak old data or names.
1496         * locale/xlocale.h (__locale_struct): Move __names member last,
1497         for binary compatibility.
1499         * locale/duplocale.c (__duplocale): Free names from the right array.
1501         * locale/uselocale.c (__uselocale): Return previous locale when
1502         setting a new one.
1504         * locale/newlocale.c: Commit changes from 2002-08-30
1505         batch where I failed to commit this file:
1506         (__newlocale): Fill in __names array.
1508 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1510         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
1511         errlist-compat.c if versioning==yes.
1513 2002-08-31  Andreas Jaeger  <aj@suse.de>
1515         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
1516         external functions with hidden attribute.
1517         (elf_machine_rela): Optimize.
1519         * sysdeps/x86_64/memset.S: New file.
1520         * sysdeps/x86_64/bzero.S: New file.
1521         * sysdeps/x86_64/stpcpy.S: New file.
1522         * sysdeps/x86_64/strcat.S: New file.
1523         * sysdeps/x86_64/strchr.S: New file.
1524         * sysdeps/x86_64/strcpy.S: New file.
1525         * sysdeps/x86_64/strcspn.S: New file.
1526         * sysdeps/x86_64/strlen.S: New file.
1527         * sysdeps/x86_64/strpbrk.S: New file.
1528         * sysdeps/x86_64/strspn.S: New file.
1529         * sysdeps/x86_64/strcmp.S: New file.
1530         * sysdeps/x86_64/strtok_r.S: New file.
1531         * sysdeps/x86_64/strtok.S: New file.
1532         * sysdeps/x86_64/memcpy.S: New file.
1533         * sysdeps/x86_64/mempcpy.S: New file.
1535         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
1537         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
1539 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1541         * stdio-common/Makefile (generated): Add errlist-compat.c.
1543         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
1545         * locale/localeinfo.h: Pretty printing.
1547         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
1548         form_number handling.
1550 2002-08-31  Andreas Jaeger  <aj@suse.de>
1552         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
1553         double tests.
1555         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
1556         __start_context.
1558         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
1560         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
1562         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
1563         registers used for passing args.
1565         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
1566         all needed registers.
1568         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
1569         registers.
1571         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
1572         registers.
1574 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
1576         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
1577         always_inline attribute.
1579 2002-08-30  Roland McGrath  <roland@redhat.com>
1581         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
1582         presume it's the stub and bail without error.
1584         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
1585         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
1587         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
1589         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
1590         macros replace the i686 versions for 64-bit mode.
1592         * locale/duplocale.c: Include <string.h>.
1594         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
1595         [_LIBC] (category_to_name): Don't define the function.  Instead
1596         define a macro using _nl_category_names.
1598         * locale/xlocale.h (struct __locale_struct): New member `__names'.
1599         * locale/xlocale.c (_nl_C_locobj): Update initializer.
1600         * locale/global-locale.c (_nl_global_locale): Likewise.
1601         * locale/duplocale.c (__duplocale): strdup __names elements.
1602         * locale/freelocale.c (__freelocale): Free __names elements.
1603         * locale/localename.c (_nl_current_names): Variable removed.
1604         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
1605         * locale/localeinfo.h (_nl_current_names): Removed decl.
1606         * locale/setlocale.c: Use _nl_global_locale->__names in place of
1607         _nl_current_names throughout.
1609         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
1611         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
1612         and sys_nerr in the output file.
1614         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
1615         * scripts/cpp: Just use the environment variable.
1617         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
1618         * libio/tst-mmap-offend.c (do_test): Likewise.
1619         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1620         * libio/tst-mmap-eofsync.c (do_test): Likewise.
1621         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1623         * locale/localename.c: If the current locale is the global locale, use
1624         _nl_current_names; otherwise use the locale object.
1626 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
1628         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
1629         'm' to enable mmap I/O.
1630         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
1631         former wasn't used (anymore?).
1632         (_IO_FLAGS2_MMAP): New define.
1633         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
1634         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
1635         _IO_FLAGS2_MMAP bit is set.
1636         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
1637         Enable mmap-using mode only if 'm' was set.
1639 2002-08-29  Roland McGrath  <roland@frob.com>
1641         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
1643         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
1644         Change argument type from int to intptr_t.
1646         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
1647         initializer on [! _HURD_THREADVAR_H] (bad kludge).
1648         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
1649         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
1650         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
1652         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
1654         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
1656         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
1658         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
1659         * assert/assert-perr.c: Add libc_hidden_def.
1660         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
1662         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
1663         found at all.
1664         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
1665         sys_errlist stuff to ...
1666         * sysdeps/unix/sysv/linux/Versions: ... here.
1668         * mach/mach.h: Include <features.h>.
1670 2002-08-29  Roland McGrath  <roland@redhat.com>
1672         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
1673         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
1674         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
1676         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
1678         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
1679         (norm_add_slashes): alloca -> __alloca
1681 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
1683         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
1684         string_malloced, it is unlikely to be set.
1685         Only call free with non-NULL workspace.
1686         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
1687         -mcpu=ultrasparc, not only tune for it.
1688         (ASFLAGS*): Set unconditionally.
1690         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
1691         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
1692         p_vaddr/p_offset when computing LOADADDR.
1694 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
1696         * version.h (VERSION): Bump to 2.2.92.
1698         * time/Makefile (tst-ftime_l-ENV): New variable.
1700         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
1702         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
1703         <U017A>, <U017D> and <U0179>. Add missing mappings.
1704         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
1706         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
1707         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
1708         (struct tostruct): Use ACRINDEX as type for link field.
1709         (statuc gmonparam): Likewise for froms.
1710         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
1711         kcount and froms.
1712         (write_call_graph): Use correct type for from_index and to_index.
1713         * gmon/mcount.c: Use correct types for frompcindex and toindex
1714         variables.
1715         Patches by Dan Kegel <dank@kegel.com>.
1717         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
1718         canonical name.
1720         * time/strptime.c (ISSPACE): New #define.  Use isspace or
1721         __isspace_l.  Replace calls to isspace.
1722         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
1724 2002-08-29  Roland McGrath  <roland@redhat.com>
1726         * string/tst-strxfrm.c: Remove __ from function names.
1728 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1730         * include/wchar.h: Declare __mbsrtowcs_l.
1731         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
1732         * wcsmbs/mbsrtowcs.c: Add support for compilation with
1733         USE_IN_EXTENDED_LOCALE_MODEL.
1734         * wcsmbs/mbsrtowcs_l: New file.
1735         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
1736         define as static.  Change all uses.
1737         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
1738         Change all callers.
1739         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
1740         * time/strftime.c: When translating for the extended locale model
1741         use the _l functions.
1742         * time/Makefile (tests): Add tst-ftime_l.
1743         * time/tst-ftime_l.c: New file.
1745 2002-08-28  Roland McGrath  <roland@redhat.com>
1747         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
1748         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
1749         from _nl_find_locale ok if for _nl_C_name.
1751         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
1752         iterator to refer to each category's _nl_current_LC_FOO symbol, so
1753         we know they are all linked in.
1755         * NEWS: Added 2.2.6 text from 2.2 branch version.
1757         * time/strptime.c (strptime_internal): Remove spurious const.
1759         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
1760         _nl_select_era_entry): Moved to ...
1761         * time/era.c: ... here, new file.
1762         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
1763         Add internal_function to definitions.  Take an additional argument
1764         giving the `struct locale_data *' to use.
1765         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
1766         _nl_parse_alt_digit): Moved to ...
1767         * time/alt_digit.c: ... here, new file.
1768         * time/lc-time-cleanup.c: New file.
1769         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
1770         * locale/localeinfo.h (_nl_postload_time): Remove decl.
1771         (_nl_cleanup_time): Declare it.
1772         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
1773         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
1774         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
1775         * time/strftime.c: Pass locale data to helper functions.
1776         * time/strptime.c: Likewise.
1778         * locale/localeinfo.h (struct locale_data): New member `private'
1779         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
1780         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
1781         * locale/C-collate.c: Update initializer.
1782         * locale/C-identification.c: Likewise.
1783         * locale/C-measurement.c: Likewise.
1784         * locale/C-telephone.c: Likewise.
1785         * locale/C-address.c: Likewise.
1786         * locale/C-name.c: Likewise.
1787         * locale/C-paper.c: Likewise.
1788         * locale/C-time.c: Likewise.
1789         * locale/C-numeric.c: Likewise.
1790         * locale/C-monetary.c: Likewise.
1791         * locale/C-messages.c : Likewise.
1792         * locale/C-ctype.c: Likewise.
1794         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
1795         Redefine this too.
1797 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1799         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
1800         (_rtld_global): Use it.
1802         * sysdeps/gnu/Dist: Remove errlist-compat.c.
1803         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
1804         object directory.  Pass all Versions files to the awk script.
1805         * sysdeps/gnu/errlist-compat.c: Removed.
1806         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
1807         first Versions file in the search path which has them.
1808         Allow multiple errlist symbol versions to have the same count of
1809         errors.
1810         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
1811         of "errlist-compat.c".
1812         * sysdeps/gnu/errlist.c: Regenerated.
1813         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
1814         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
1815         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1816         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
1817         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
1818         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
1819         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
1820         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
1821         ECANCELLED if not defined by kernel headers.
1822         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
1823         already defined by kernel headers.
1824         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
1825         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
1826         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
1827         is a macro.
1828         * Versions.def (GLIBC_2.3) [librt]: Add.
1830         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
1832 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1834         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
1835         missing comma to .type directive.
1837 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1839         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
1840         unconditionally.
1841         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
1842         check.
1843         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
1845 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1847         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
1848         check to close_and_out close.  Replace return NULL statements where
1849         fd might be >= 0 with goto close_and_out.  Close the file descriptor
1850         when it is no longer needed.
1852 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1854         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
1855         string constants.
1856         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1857         * sysdeps/arm/dl-machine.h: Likewise.
1858         * sysdeps/cris/dl-machine.h: Likewise.
1859         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
1860         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1862 2002-08-28  Roland McGrath  <roland@redhat.com>
1864         * Makeconfig (default_cflags): Revert unintended change.
1866 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1868         * version.h (VERSION): Bump to 2.2.91.
1870         * configure.in: Disable TLS support by default for now.
1872         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
1874         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
1875         warnings.
1877         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
1879         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
1880         fprintf/fwprintf calls.
1882 2002-08-28  Roland McGrath  <roland@redhat.com>
1884         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
1885         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
1887         * locale/setlocale.c: Declare postload functions weak.
1889         * elf/tst-tls1-static.c: New file.
1890         * elf/tst-tls2-static.c: New file.
1891         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
1893         Make uselocale support static linking.
1894         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
1895         This file again just defines _nl_C_locobj.
1896         (_nl_C_locobj): Use a categories.def iterator in the initializer.
1897         * locale/global-locale.c: New file.  Define _nl_global_locale here,
1898         using all weak references in the initializer.
1899         * locale/Makefile (aux): Add global-locale.
1900         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
1901         these unconditional, along with the tsd decl.
1902         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
1903         Define it under these conditions.
1904         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
1905         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
1906         `extern __thread struct locale_data *const *'.
1907         [NL_CURRENT_INDIRECT]
1908         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
1909         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
1910         the thread variable _nl_current_LC_FOO and also a special absolute
1911         symbol _nl_current_LC_FOO_used.
1912         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
1913         Set each _nl_current_LC_FOO symbol to point into the new locale,
1914         using weak references to test if _nl_current_LC_FOO_used was linked in.
1915         * locale/setlocale.c [! SHARED]: Replace this conditional ...
1916         [NL_CURRENT_INDIRECT]: ... with this one.
1917         (_nl_current, _nl_C): Variables removed.
1918         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
1919         weak references to _nl_current_LC_FOO_used.
1920         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
1921         (free_category): New function, broken out of ...
1922         (free_mem): ... here.  Call that.
1923         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
1924         instead of a loop.
1926         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
1927         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
1928         it is already absolute.
1930         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
1931         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
1932         [$(build-static) = yes] (tests-static): New variable.
1933         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
1935 2002-08-26  Christoph Hellwig  <hch@lst.de>
1937         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
1938         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
1940 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1942         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
1944         * sysdeps/s390/Dist: Add bits/link.h.
1946         * sysdeps/sh/Dist: New file.
1948         * sysdeps/ia64/Dist: Add ia64libgcc.S.
1950         * sysdeps/wordsize-32/Dist: New file.
1952         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
1953         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1954         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1956         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
1957         sys/personality.h.
1959         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
1960         sparc/dl-brk.S.
1962         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
1964         * sysdeps/unix/bsd/sun/Dist: New file.
1966         * sysdeps/unix/bsd/osf/Dist: New file.
1968         * sysdeps/unix/bsd/hp/Dist: New file.
1970         * sysdeps/unix/arm/Dist: New file.
1972         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
1974         * sysdeps/mach/hurd/Dist: Add set-init.c.
1976         * sysdeps/i386/Dist: Add bits/link.h.
1978         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
1980         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
1982         * locale/Makefile (distribute): Add hashval.h.
1984         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
1986         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
1988         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
1989         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
1990         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
1991         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
1992         implementations.
1993         * libio/stdio.h: Likewise.
1994         * locale/locale.h: Likewise.
1995         * math/math.h: Likewise.
1996         * math/bits/mathcalls.h: Likewise.
1997         * setjmp/setjmp.h: Likewise.
1998         * signal/signal.h: Likewise.
1999         * stdlib/stdlib.h: Likewise.
2000         * string/string.h: Likewise.
2001         * time/time.h: Likewise.
2002         * wcsmbs/wchar.h: Likewise.
2003         * wctype/wctype.h: Likewise.
2005 2002-08-28  Roland McGrath  <roland@redhat.com>
2007         * locale/tst-C-locale.c (run_test): Remove __ from function names.
2009 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
2010             Roland McGrath <roland@redhat.com>
2012         * locale/hashval.h (compute_hashval): Use prototype defn.
2013         (hashval_t): New macro, defined to unsigned long int
2014         if not already defined.
2015         (compute_hashval): Return hashval_t instead of unsigned long int.
2016         * locale/loadarchive.c (hashval_t): New macro.
2017         * locale/programs/locarchive.c: Include hashval.h directly instead
2018         of simple-hash.h.
2019         (compute_hashval, hashval_t): Define these macros first.
2020         (insert_name): Use archive_hashval instead of compute_hashval.
2021         (add_locale, delete_locales_from_archive): Likewise.
2023 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
2025         * locale/programs/locarchive.c (insert_name): Suppress warnings about
2026         hash collisions if be_quiet.
2028 2002-08-27  Roland McGrath  <roland@redhat.com>
2030         * locale/locale.h (__newlocale, __duplocale, __freelocale,
2031         __uselocale): Don't declare these any more.
2032         * include/locale.h (__uselocale): Declare here instead, using __typeof.
2034         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
2035         and treat it as an EOF return.
2036         * sysdeps/unix/readdir_r.c: Likewise.
2038         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
2039         From Alexandre Oliva <aoliva@redhat.com>.
2040         * sysdeps/gnu/errlist-compat.c: Regenerated.
2042 2002-08-27  Brian Youmans  <3diff@gnu.org>
2044         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
2045         wording at request of copyright holder Stephen Moshier.
2046         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
2047         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
2048         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
2049         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
2050         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
2051         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
2052         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
2053         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
2054         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
2055         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2056         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
2057         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
2058         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
2059         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
2061 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
2063         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
2064         * ctype/ctype-extn.c (isblank_l): Add weak alias.
2065         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
2066         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
2067         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
2068         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
2069         * wctype/iswctype_l.c (iswctype_l): Likewise.
2071 2002-08-27  Roland McGrath  <roland@redhat.com>
2073         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
2075         * ctype/ctype.h (__exctype_l): Don't declare __ name.
2076         * stdlib/stdlib.h: Don't declare __*_l names.
2077         * include/stdlib.h: Declare them here instead.
2078         * include/string.h: Don't declare __*_l names.
2079         * string/string.h: Declare them here instead.
2080         * time/time.h: Don't declare __*_l names.
2081         * include/time.h: Declare them here instead.
2082         * wcsmbs/wchar.h: Don't declare __*_l names.
2083         * include/wchar.h: Declare them here instead.
2084         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
2085         Don't declare __*_l names.
2086         * include/wctype.h: Declare them here instead.
2087         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
2088         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
2089         * locale/langinfo.h: Don't declare __nl_langinfo_l.
2090         * include/langinfo.h: Declare it here with __typeof.
2092         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
2093         instead, taking an extra __locale_t argument.
2094         * time/Makefile (routines): Add strptime_l.
2095         * time/time.h (__strptime_l, strptime_l): Declare them.
2096         * time/strptime_l.c: New file.
2098         * time/time.h (__strftime_l, strftime_l): Declare them.
2099         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
2100         * time/strftime_l.c: New file.
2101         * time/wcsftime_l.c: New file.
2102         * time/Makefile (routines): Add strftime_l, wcsftime_l.
2103         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
2104         strftime_l, wcsftime_l.
2105         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
2106         or __wcsftime_l instead, taking an extra __locale_t argument.
2108         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
2109         (libc: GLIBC_2.3): ... here.
2111 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
2113         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
2115         * Makefile (distribute): Add LICENSES.
2117         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
2118         sys/debugreg.h.
2120         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
2122         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
2124         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
2126         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
2128         * sysdeps/mach/hurd/alpha/Dist: New file.
2130         * sysdeps/arm/Dist: Add bits/link.h.
2132         * sunrpc/Makefile: Distribute thrsvc.
2134         * stdio-common/Makefile: Remove more left-overs from old stdio.
2136         * include/linewrap.h: Removed.
2138         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
2140         * intl/Makefile (distribute): Add plural-eval.c.
2142 2002-08-27  Roland McGrath  <roland@redhat.com>
2144         * manual/sysinfo.texi (Mount Information): Correct file name to macro
2145         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
2146         Say mtab is in either /var/run or /etc.
2148 2002-08-26  Roland McGrath  <roland@redhat.com>
2150         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
2151         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
2153         * sysdeps/gnu/Versions: New file.
2154         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
2155         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
2156         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
2157         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
2158         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
2159         and _sys_nerr_internal instead of anything else.  Make it include
2160         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
2161         Make it emit some asm magic if [EMIT_ERR_MAX].
2162         * sysdeps/gnu/errlist.c: Regenerated.
2163         * sysdeps/gnu/errlist-compat.awk: New file.
2164         * sysdeps/gnu/errlist-compat.c: New file (generated).
2165         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
2166         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
2167         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
2168         (SYS_ERRLIST, SYS_NERR): Macros removed.
2169         (sys_nerr, _sys_nerr): Remove these weak aliases.
2170         * sysdeps/unix/sysv/linux/errlist.c: File removed.
2171         * sysdeps/unix/sysv/linux/errlist.h: File removed.
2172         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
2174         * include/libc-symbols.h (declare_symbol): New macro.
2175         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
2176         * configure.in: New check to define it.
2177         * configure: Regenerated.
2179 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
2181         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
2182         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
2184         * Make-dist: Remove traces of old stdio.
2185         * Makeconfig: Likewise.
2187         * locale/Makefile (localedef-aux): New variable.  Only md5
2188         assigned to it.  These files are not ddistributed in this directory.
2190         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
2191         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
2192         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
2194         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
2196         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
2197         set h_errno to NO_RECOVERY [PR libc/4360].
2199 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
2201         * libio/Makefile (tests): Add bug-fopena+.
2202         * libio/bug-fopena+.c: New file.
2203         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
2204         file for _IO_IS_APPENDING if file isn't opened for reading, too.
2206         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
2208         * locale/xlocale.c: Fix the last change.  The variable still has
2209         to end in _data.
2210         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
2211         (__libc_tsd_set): Add _data prefix to variable name.
2213 2002-08-26  Roland McGrath  <roland@redhat.com>
2215         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
2216         macro with inline function.
2217         (sigset_get_old_mask): Likewise.
2218         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
2219         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
2220         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2221         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
2222         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
2223         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
2224         values.
2225         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
2226         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
2228 2002-07-06  Bruno Haible  <bruno@clisp.org>
2230         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
2231         sigset_get_old_mask): Make it work with larger sigset_t.
2232         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
2233         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
2234         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2236 2002-08-26  Roland McGrath  <roland@redhat.com>
2238         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
2239         * manual/filesys.texi (File Times): Document lutimes and futimes.
2240         * misc/Makefile (routines): Add them.
2241         * misc/Versions (libc: GLIBC_2.3): Likewise.
2242         * sysdeps/generic/lutimes.c: New file.
2243         * sysdeps/generic/futimes.c: New file.
2244         * sysdeps/mach/hurd/lutimes.c: New file.
2245         * sysdeps/mach/hurd/futimes.c: New file.
2247         * manual/filesys.texi (File Times): Add explicit note about null
2248         pointer argument to utimes.
2250 2002-08-26  Roland McGrath  <roland@frob.com>
2252         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
2253         (__ifreq): Add a cast.  Remove an unused variable.
2255         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
2256         _HURD_THREADVAR_LOCALE.
2258 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
2260         * posix/regexec.c (re_search_stub): Return correct match length
2261         if start != 0.
2262         * posix/bug-regex10.c: New test.
2263         * posix/Makefile (tests): Add bug-regex10.
2265 2002-08-26  Brian Youmans  <3diff@gnu.org>
2267         * COPYING.LIB: Replaced with fresh copy from
2268         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
2269         suggested copying permission notice now says version 2.1 instead
2270         of version 2.
2272         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
2273         from Library GPL.
2274         * crypt/crypt_util.c: Likewise.
2275         * crypt/ufc.c: Likewise.
2276         * elf/dl-conflict.c: Likewise.
2277         * elf/dl-iteratephdr.c: Likewise.
2278         * iconv/iconvconfig.h: Likewise.
2279         * malloc/arena.c: Likewise.
2280         * malloc/hooks.c: Likewise.
2281         * malloc/malloc.c: Likewise.
2282         * posix/glob/Makefile.ami: Likewise.
2283         * posix/glob/Makefile.in: Likewise.
2284         * stdlib/gmp-impl.h: Likewise.
2285         * stdlib/gmp.h: Likewise.
2286         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
2287         * sysdeps/generic/strnlen.c: Likewise.
2288         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
2289         * sysdeps/mach/hurd/recvmsg.c: Likewise.
2290         * sysdeps/mach/hurd/sendmsg.c: Likewise.
2291         * sysdeps/mach/hurd/spawni.c: Likewise.
2292         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
2293         * sysdeps/mach/powerpc/sysdep.h: Likewise.
2294         * sysdeps/mach/powerpc/thread_state.h: Likewise.
2295         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
2296         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
2297         * sysdeps/x86_64/gmp-mparam.h: Likewise.
2299         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
2300         Lesser GPL copying permission notice from 2 to 2.1.
2301         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
2302         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
2303         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2304         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
2305         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2306         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2307         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2308         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2309         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2310         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2311         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2312         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2313         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2314         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2315         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2316         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2317         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2318         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2319         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2320         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2321         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2322         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2323         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2324         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2325         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2326         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2327         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2328         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2329         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2330         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2331         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2332         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2333         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2334         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2335         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2336         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2337         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2338         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2339         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2340         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2341         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2342         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
2343         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2344         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2345         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2346         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2347         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2348         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2349         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2350         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2351         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2352         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2353         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2354         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2355         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2357         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
2358         Moshier and Lesser GPL copying permission notice, per license from
2359         Moshier.
2360         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
2361         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
2362         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
2363         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
2364         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
2365         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
2366         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
2367         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
2368         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
2369         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2370         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
2371         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
2372         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
2373         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
2375         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
2376         notice, per license from copyright holder Stephen Moshier.
2377         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2378         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
2379         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
2380         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
2381         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
2382         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
2383         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
2384         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
2385         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
2387 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2389         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
2390         (shared-only-routines): Likewise.
2392 2002-08-26  Roland McGrath  <roland@redhat.com>
2394         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
2395         name of "", store a null pointer instead.
2397         * configure.in (elf): Set to yes for freebsd*, netbsd*.
2398         * configure: Regenerated.
2400         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
2401         Initialize this instead of __libc_tsd_LOCALE_data.
2403         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
2404         ptsname_r to EINVAL.
2406         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
2408         * rt/Makefile: Revert last change, it was inappropriate to presume aio
2409         implementations depend on pthreads.
2410         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
2411         * rt/tst-aio64.c (do_test): Likewise.
2412         * rt/tst-aio2.c (do_test): Likewise.
2413         * rt/tst-aio3.c (do_test): Likewise.
2414         * rt/tst-aio4.c (do_test): Likewise.
2415         * rt/tst-aio5.c (do_test): Likewise.
2416         * rt/tst-aio6.c (do_test): Likewise.
2417         * rt/tst-aio7.c (do_test): Likewise.
2419         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
2420         void so as to avoid compiler warnings.
2422         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
2423         _IO_wide_data_FD, which is never used here.
2425         * libio/iofread.c
2426         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
2427         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
2428         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
2430         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
2431         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
2433         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
2434         (closelog): Likewise.
2436 2002-07-06  Bruno Haible  <bruno@clisp.org>
2438         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
2440         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
2441         * sysdeps/unix/alpha/pipe.S: ... here.
2442         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
2444         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
2446         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
2447         * sysdeps/unix/i386/fork.S: Likewise.
2448         * sysdeps/unix/i386/pipe.S: Likewise.
2449         * sysdeps/unix/i386/wait.S: Likewise.
2451         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
2452         * sysdeps/unix/arm/fork.S: Likewise.
2454         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
2455         arguments.
2456         (DO_CALL): Swap argument order.
2457         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
2458         arguments.
2459         (DO_CALL): Swap argument order.
2460         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
2461         arguments.
2462         (DO_CALL): Swap argument order.
2463         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
2464         arguments.
2465         (DO_CALL): Swap argument order.
2466         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
2467         arguments.
2468         (DO_CALL): Swap argument order.
2469         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
2470         arguments.
2471         (DO_CALL): Swap argument order.
2472         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
2473         arguments.
2474         (DO_CALL): Swap argument order.
2476         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
2477         (L): Define right for ELF.
2478         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
2479         Now defined in sysdeps/i386/sysdep.h.
2481         * sysdeps/posix/readv.c: Ansify function definition.
2482         * sysdeps/posix/writev.c: Likewise.
2484         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
2485         have the same size. Avoid direct cast from size_t to off_t.
2487         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
2488         nul byte in entry[n].ut_user.
2489         (simulate_logout): Likewise.
2491         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
2492         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
2493         existence of corresponding members of 'struct utmp'.
2494         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
2495         !_HAVE_UT_TYPE.
2497         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
2498         allocate a buffer of at least BUFSIZ bytes, not just of
2499         sizeof (struct dirent).
2501         * sysdeps/generic/glob.c: Include <limits.h>.
2502         (NAME_MAX): Define a fallback.
2503         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
2504         stack.
2505         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
2506         (main): Allocate enough room for a 'struct dirent64' on the stack.
2507         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
2508         'struct dirent'.
2510         * sysdeps/unix/sysv/linux/init-first.c: Don't include
2511         kernel-features.h.
2513         * inet/htontest.c: Include <sys/types.h>.
2515         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
2517         * include/sys/sysctl.h: Comment fix.
2519         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
2520         _dl_load_lock.
2521         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
2523         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
2525         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
2526         (__getpeername): New alias.
2527         (__getsockname): New alias.
2528         (__socket): New alias.
2530         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
2532         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
2533         (__fcntl_internal): New alias.
2534         (__profil): New alias.
2536 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
2538         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
2539         entry was for getaddr* lookup or not.  Add only matching cache
2540         entry.  Change all callers [PR libc/4317].
2542         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
2543         finding the read position [PR libc/4265].
2544         * libio/Makefile (tests): Add bug-rewind2.
2545         * libio/bug-rewind2.c: New file.
2547         * libio/bug-rewind.c: Fix creation of temp file.
2549 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2551         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
2552         neither SUCCESS nor TRYAGAIN [PR libc/4259].
2553         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
2554         to ENOENT if no entry is found.
2555         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
2556         failure.
2557         * nis/nss_compat/compat-initgroups.c: Likewise.
2558         * nis/nss_compat/compat-pwd.c: Likewise.
2559         * nis/nss_compat/compat-spwd.c: Likewise.
2560         * nis/nss_nis/nis-alias.c: Likewise.
2561         * nis/nss_nis/nis-ethers.c: Likewise.
2562         * nis/nss_nis/nis-grp.c: Likewise.
2563         * nis/nss_nis/nis-hosts.c: Likewise.
2564         * nis/nss_nis/nis-initgroups.c: Likewise.
2565         * nis/nss_nis/nis-netgrp.c: Likewise.
2566         * nis/nss_nis/nis-network.c: Likewise.
2567         * nis/nss_nis/nis-proto.c: Likewise.
2568         * nis/nss_nis/nis-publickey.c: Likewise.
2569         * nis/nss_nis/nis-pwd.c: Likewise.
2570         * nis/nss_nis/nis-rpc.c: Likewise.
2571         * nis/nss_nis/nis-service.c: Likewise.
2572         * nis/nss_nis/nis-spwd.c: Likewise.
2573         * resolv/nss_dns/dns-host.c: Likewise.
2574         * resolv/nss_dns/dns-network.c: Likewise.
2575         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
2576         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
2577         * nis/nss_nisplus/nisplus-grp.c: Likewise.
2578         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
2579         * nis/nss_nisplus/nisplus-network.c: Likewise.
2580         * nis/nss_nisplus/nisplus-proto.c: Likewise.
2581         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
2582         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
2583         * nis/nss_nisplus/nisplus-service.c: Likewise.
2584         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
2585         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
2586         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
2587         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
2588         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
2590         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
2591         declaring __restore and __restore_rt as hidden (if possible).
2593 2002-08-25  Roland McGrath  <roland@redhat.com>
2595         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
2597         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
2598         (getutent_r_file, internal_getut_r): Updated all callers.
2599         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
2601 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2603         * locale/programs/locale.c: Don't print aliases for non-existing
2604         locales for 'locale -a'.
2605         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
2607 2002-07-19  H.J. Lu  <hjl@gnu.org>
2609         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
2611 2002-07-16  H.J. Lu  <hjl@gnu.org>
2613         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2614         sys/personality.h.
2615         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
2617 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2619         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
2620         not moved ahead of the fputs call.
2621         * elf/tst-tlsmod2.c (in_dso): Likewise.
2622         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2623         * elf/tst-tlsmod4.c (in_dso): Likewise.
2625 2002-08-25  Andreas Schwab  <schwab@suse.de>
2627         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
2629 2002-08-25  Roland McGrath  <roland@redhat.com>
2631         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
2632         resetting handler, to avoid the possibility of a spurious SIGALRM
2633         delivered to the user's handler.
2634         Reported by Amit D. Chaudhary <amitc@brocade.com>,
2636         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
2637         set -fkeep-inline-functions, which is not needed for the current file.
2639         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
2640         (_dl_setup_hash): Add attribute_hidden.
2641         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
2642         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
2643         (_dl_new_object, _dl_map_object_deps): Likewise.
2644         (_dl_map_object_deps_internal): Remove decl.
2645         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
2647         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
2648         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
2649         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
2650         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
2651         instead relying on the compiler to produce only GOTOFF variable refs.
2653 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2655         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
2657         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
2658         inline to avoid defining it in every file which includes this header.
2660         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
2661         defining DONT_USE_BOOTSTRAP_MAP.
2663         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
2664         * libio/tst-mmap-setvbuf.c (main): Likewise.
2665         * libio/tst-widetext.c (main): Likewise.
2667         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
2668         message.
2669         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
2670         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
2672         * sysdeps/i386/elf/configure.in: Unconditionally define
2673         PI_STATIC_AND_HIDDEN.
2674         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
2675         PI_STATIC_AND_HIDDEN is defined as well.
2676         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
2678 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
2680         * sysdeps/ia64/bzero.S: Define __bzero as well.
2682         * locale/programs/charmap.c (charmap_new_char): Don't use
2683         ULONG_MAX as maximum UCS4 value.
2685         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
2687         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
2689         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
2690         * malloc/malloc.c (mALLINFo): Likewise.
2692         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
2694         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
2695         examining result of _IO_do_flush call.
2697         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
2698         Use prec not spec when sizing buffers.
2700         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
2701         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
2702         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
2703         * stdio-common/vfscanf.c (inchar): Likewise.
2704         * misc/efgcvt_r.c (fcvt_r): Likewise.
2705         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
2706         * elf/readlib.c (process_file): Likewise.
2707         * elf/sprof.c (load_profdata): Likewise.
2708         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
2709         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
2710         * locale/programs/charmap.c (charmap_read): Likewise.
2711         * libio/fileops.c: Likewise.
2712         * libio/fmemopen.c: Likewise.
2713         * stdlib/strtod.c: Likewise.
2714         * elf/dl-load.c: Likewise.
2715         * iconv/iconvconfig.c: Likewise.
2716         * iconv/iconv_prog.c (process_block): Likewise.
2717         * elf/rtld.c (dl_main): Likewise.
2719         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
2720         macro to calm down the compiler.
2722         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
2724         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
2726         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
2727         placement of errno definition.
2728         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
2729         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
2730         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
2731         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
2732         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2734         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
2735         from 1024 to 65536, to avoid buffer overrun.
2737 2002-08-16  Paul Eggert  <eggert@twinsun.com>
2739         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
2740         from 1024 to 65536, to avoid buffer overrun.
2741         * resolv/res_query.c (MAXPACKET): Likewise.
2743 2002-08-24  Andreas Jaeger  <aj@suse.de>
2745         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
2747 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
2749         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
2750         two52 locally.
2751         (log2): Likewise.
2752         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
2753         Patch by Simon Gee <simong@agile.tv>.
2755         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
2756         Prefer reading /proc/stat since it is more uniform across
2757         architectures.
2759         * manual/texinfo.tex: Update to latest official version.
2761         * sysvipc/sys/shm.h: Remove SHMLBA definition.
2762         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
2763         * sysdeps/gnu/bits/shm.h: Likewise.
2764         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2765         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2766         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
2767         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2768         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2769         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2770         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2771         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
2772         since this is what the kernel says.
2774         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
2775         since ssize_t is needed as well.  Replace const with __const.
2777 2002-08-23  Roland McGrath  <roland@redhat.com>
2779         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
2780         __malloc_hook, __realloc_hook, __memalign_hook,
2781         __after_morecore_hook): Variable definitions moved to ...
2782         * malloc/malloc.c: ... here, so as to be before all references.
2784         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
2785         global variable reference in an unused asm parameter, to ensure the
2786         compiler has set up the GOT register before we use it.
2788         * malloc/hooks.c: Move variable definitions ahead of uses.
2789         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
2790         initializers that make reference to variables they define.
2792 2002-08-23  Andreas Jaeger  <aj@suse.de>
2794         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
2795         alloca, free, qsort.
2797         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
2799         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
2800         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2802         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
2803         <hch@lst.de>.
2804         * sysdeps/generic/fgetxattr.c: New file.
2805         * sysdeps/generic/flistxattr.c: New file.
2806         * sysdeps/generic/fremovexattr.c: New file.
2807         * sysdeps/generic/fsetxattr.c: New file.
2808         * sysdeps/generic/getxattr.c: New file.
2809         * sysdeps/generic/listxattr.c: New file.
2810         * sysdeps/generic/lgetxattr.c: New file.
2811         * sysdeps/generic/llistxattr.c: New file.
2812         * sysdeps/generic/lremovexattr.c: New file.
2813         * sysdeps/generic/lsetxattr.c: New file.
2814         * sysdeps/generic/removexattr.c: New file.
2815         * sysdeps/generic/setxattr.c: New file.
2816         * misc/Makefile (headers): Add sys/xattr.h.
2817         (routines): Add *xattr calls.
2818         * misc/Versions: Add *xattr calls with version 2.3.
2819         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
2820         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2821         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2822         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2823         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2824         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2825         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2826         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2828 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
2830         * sysdeps/powerpc/elf/libc-start.c
2831         (__cache_line_size): Declare.
2832         (__aux_init_cache): New function.
2833         (__libc_start_main): Change type of `auxvec' parameter to
2834         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
2835         __aux_init_cache.
2836         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2837         (__cache_line_size): Declare.
2838         (__aux_init_cache): New function.
2839         (DL_PLATFORM_INIT): Define.
2840         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
2841         value to select the correct stride for dcbz.
2843 2002-08-22  Andreas Jaeger  <aj@suse.de>
2845         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
2846         shmat.
2848 2002-08-22  Roland McGrath  <roland@redhat.com>
2850         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
2851         position indicated by locrectab against file bounds before rounding to
2852         page size.  In mapping loop, always set TO before breaking out of
2853         contiguous range coalescing loop.
2855         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
2856         (or MAP_COPY if available) instead of MAP_SHARED.
2858         * scripts/firstversions.awk: When encountering a version newer than
2859         the specified earliest version, be sure to emit the specified earliest
2860         version first if any renaming of an older version to that has been.
2862 2002-08-21  Roland McGrath  <roland@redhat.com>
2864         * configure.in: Make GCC version check require 3.[2-9]* and no others.
2865         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
2866         (Configuring and compiling): Don't mention older GCC versions any more.
2867         * INSTALL: Regenerated.
2869         * manual/install.texi (Configuring and compiling, Installation,
2870         Running make install, Linux): Linux -> GNU/Linux where appropriate.
2872         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
2873         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
2874         and with noinline otherwise.  Remove hack alloca use to prevent
2875         inlining, we can ask for it explicitly nowadays.
2877         * dlfcn/bug-dlsym1.c: New file.
2878         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
2879         * dlfcn/Makefile (distribute): Add them.
2880         (tests): Add bug-dlsym1 here.
2881         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
2882         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
2883         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
2885 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
2887         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
2888         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
2889         before relocation.
2890         (_dl_start): Don't use local bootstrap_map variable if
2891         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
2892         pass bootstrap_map to _dl_start_final in this case either.  Don't
2893         pass start_time to _dl_start_final ever.
2894         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
2896         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
2897         This cripples the scope lists necessary to search for symbols in
2898         dependencies which are not in the global scope.
2900         * include/setjmp.h (__libc_longjmp): Add declaration.
2902 2002-08-21  Andreas Jaeger  <aj@suse.de>
2904         * sysdeps/x86_64/_mcount.S: Fix assembler.
2906         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
2907         with biarch support.
2909 2002-08-21  Andreas Jaeger  <aj@suse.de>
2911         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
2913         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
2915         * sysdeps/x86_64/machine-gmon.h: New file.
2916         * sysdeps/x86_64/_mcount.S: New file.
2918 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2920         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
2921         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
2922         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
2923         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
2924         to TL_INIT_TP.  Otherwise pass 1.
2925         * include/link.h (struct link_map): Add l_tls_tp_initialized.
2926         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
2928 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2930         * locale/programs/localedef.c (add_to_readlist): Error about
2931         circular dependencies only if the locale in question hasn't
2932         been finished.
2933         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
2934         CTYPE_LOCALE to load_locale.
2935         * locale/programs/locfile.c (locfile_read): Don't include
2936         unneeded but available locales in locale_mask.
2938         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
2939         print any messages about enlarging archive.
2941 2002-08-20  Brian Youmans  <3diff@gnu.org>
2943         * manual/contrib.texi: Removed licenses, added acknowledgements
2944         for contributions by Intel, IBM, Craig Metz.
2945         * LICENSES: New file, contains the text of all non-FSF licenses in the
2946         distribution that require putting the notice in the accompanying
2947         documentation.
2948         * README.template, README: Mention LICENSES.
2950         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
2951         new one modelled on the modern BSD license, per recent letter
2952         of permission from CMU.
2953         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
2955         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
2956         from IBM to FSF, per the recent Software Letter.  Changed the
2957         distribution terms from GPL to LGPL.
2959         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
2960         copying permission notice (Lesser GPL), per recent IBM Software Letter.
2961         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2962         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2963         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2964         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2965         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2966         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2967         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2968         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2970         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
2971         from IBM to FSF, per the recent Software Letter.  Corrected the
2972         text of the copying permission notice to say Lesser GPL instead
2973         of GPL in warranty disclaimer paragraph.
2974         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2975         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2976         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2977         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2978         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2979         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2980         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2981         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2982         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2983         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2984         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2985         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2986         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2987         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2988         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2989         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2990         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2991         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2992         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2993         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2994         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2996         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
2997         permission notice to say Lesser GPL instead of GPL in warranty
2998         disclaimer paragraph.
2999         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
3000         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
3001         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
3002         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
3003         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
3004         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
3005         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
3006         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
3007         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
3008         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
3009         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
3010         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
3011         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
3012         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
3013         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
3014         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
3015         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
3016         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
3017         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
3018         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
3019         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
3020         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
3021         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
3023 2002-08-20  Roland McGrath  <roland@redhat.com>
3025         Fix ABI compatibility with libc compiled with old tools on powerpc.
3026         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3027         and Jack Howarth <howarth@bromo.med.uc.edu>.
3028         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
3029         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
3030         pass -DHAVE_DOT_HIDDEN for these files.
3031         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
3032         __floatdisf.
3033         * sysdeps/powerpc/divdi3.c: New file.
3034         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
3035         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
3037 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
3039         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
3040         partially overlapping mappings.  Remove unneeded (char *) casts.
3041         Never allow duplication of ranges in mapped areas.
3043 2002-08-20  Roland McGrath  <roland@redhat.com>
3045         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
3046         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
3048 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
3050         * include/unistd.h: Don't hide _exit.
3052         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
3053         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
3054         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
3055         argument 1 to TLS_INIT_TP.
3056         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
3058         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
3060         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
3061         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
3062         memory allocation to...
3063         (allocate_dtv): ...here.  New function.
3064         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
3065         call allocate_dtv instead of _dl_allocate_tls_storage.
3066         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
3067         (_dl_get_tls_static_info): New function.
3068         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
3069         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
3071 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
3073         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
3074         immediately if result == NULL.
3076 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
3078         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
3080 2002-08-18  Roland McGrath  <roland@frob.com>
3082         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
3083         instead of __file_name_split.
3084         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
3086         * sysdeps/mach/hurd/dl-sysdep.c
3087         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
3088         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
3090 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
3092         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
3093         in change before last: MAX -> MIN.
3095 2002-08-15  Roland McGrath  <roland@redhat.com>
3097         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
3098         if seek would go past it.
3099         (mmap_remap_check): If file position is at or past EOF after check,
3100         leave read pointers at EOF and don't seek.
3102         * libio/tst-mmap-offend.c: New file.
3103         * libio/Makefile (tests): Add it.
3105         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
3106         the name as passed, rather than the name in the archive dictionary.
3108 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
3110         * csu/Makefile: Define elide-routines.os not static-only-routines.
3112         * include/sched.h (__clone): Add varargs at the end.
3114         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
3115         case.
3116         (TLS_INIT_HELPER): If defined, use it.
3117         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
3119 2002-08-15  Roland McGrath  <roland@redhat.com>
3121         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
3122         on L->l_prev; it can happen under rtld --verify too.
3124         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
3125         header separately, just map an initial window of 2MB from the file
3126         and remap if that is not large enough to cover the whole header.
3128 2002-08-15  Andreas Jaeger  <aj@suse.de>
3130         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
3131         version 2.3.
3132         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
3133         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
3134         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
3135         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
3136         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
3137         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
3138         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
3139         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
3140         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
3141         Patch by Andreas Gruenbacher <agruen@suse.de>.
3143         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
3145 2002-08-14  Roland McGrath  <roland@redhat.com>
3147         * locale/locarchive.h (struct locale_category_data): Give this name to
3148         the type of locale_data_t's elements.
3149         * locale/programs/locarchive.c (cmpcategorysize): New static function.
3150         (add_locale): Use that to sort the categories by size and put all
3151         those that fit into two pages into the LC_ALL block, instead of
3152         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
3153         (show_archive_content): Detect categories inside LC_ALL block
3154         directly, instead of hard-coding.
3155         (oldlocrecentcmp): Compare just on file locations used.
3157 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
3159         * locale/programs/locarchive.c (struct oldlocrecent): New type.
3160         (oldlocrecentcmp): New function.
3161         (enlarge_archive): Re-add locales in the order they were added
3162         to the archive.
3163         (add_locale): Put all the small locale files together, if the small
3164         locale file block would occupy less pages if page size aligned, align
3165         it.
3166         (show_archive_content): Adjust for locale archives optimized for speed.
3168 2002-08-14  Roland McGrath  <roland@frob.com>
3170         * configure.in: Use "MISSING" as not-found value for MIG.
3171         * sysdeps/mach/configure.in: Fatal if mig not found.
3172         * configure, sysdeps/mach/configure: Regenerated.
3174 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
3176         * locale/loadarchive.c (archfname): Add missing slash.
3178         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
3179         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
3181 2002-08-12  Roland McGrath  <roland@redhat.com>
3183         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
3184         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
3185         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
3186         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
3187         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
3188         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
3189         * sysdeps/generic/waitpid.c: Likewise.
3191         * include/net/if.h: New file.  Use libc_hidden_proto
3192         for if_nametoindex and if_indextoname.
3193         * sysdeps/generic/if_index.c: Add libc_hidden_def.
3194         * sysdeps/mach/hurd/if_index.c: Likewise.
3195         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3197         * include/grp.h (setgroups): Add libc_hidden_proto.
3198         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
3199         * sysdeps/mach/hurd/setgroups.c: Likewise.
3200         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
3201         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
3203 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
3205         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
3206         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
3207         * sysdeps/generic/setegid.c (setegid): Likewise.
3208         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
3209         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
3210         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
3211         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
3212         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
3213         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
3214         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
3215         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
3216         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
3217         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
3218         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
3219         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
3220         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
3222         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
3223         __lxstat_internal, __lxstat64_internal): Remove.
3224         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
3225         Add hidden_proto.
3226         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
3227         Remove INTDEF where present, remove #undef at the beginning.
3228         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
3229         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
3230         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
3231         * sysdeps/generic/xstat.c (__xstat): Likewise.
3232         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
3233         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
3234         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
3235         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
3236         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
3237         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
3238         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
3239         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
3240         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
3241         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
3242         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
3243         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
3244         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
3245         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
3246         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
3247         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
3248         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
3249         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
3250         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
3251         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
3252         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
3253         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
3254         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
3255         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
3256         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
3257         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
3258         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
3259         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
3260         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
3261         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
3262         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
3263         * sysdeps/unix/xstat.c (__xstat): Likewise.
3265         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
3266         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
3267         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
3268         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
3269         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
3270         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
3271         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
3273         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
3274         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
3275         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
3276         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
3277         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
3278         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
3279         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
3280         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
3281         Likewise.
3282         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
3283         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
3284         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
3285         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
3286         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
3287         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
3288         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
3289         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
3291         * include/string.h (strcoll): Add libc_hidden_proto.
3292         * string/strcoll.c (strcoll): Add libc_hidden_def.
3294         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
3296 2002-08-11  Philip Blundell  <philb@gnu.org>
3298         * sysdeps/arm/Makefile: New file.
3300 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3302         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
3303         by another '|', end of regex or enclosing ')', clear branch.
3304         * posix/bug-regex9.c: New test.
3305         * posix/Makefile (tests): Add bug-regex9.
3307 2002-08-12  Roland McGrath  <roland@redhat.com>
3309         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
3310         start count condition, use TOTAL instead of variable that was never
3311         set.  Fix outer loop termination condition to TOTAL >= after update.
3313         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
3314         dl_tls_static_align and dl_tls_static_nelem.
3316 2002-08-11  Roland McGrath  <roland@redhat.com>
3318         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
3319         of the TLS macros, otherwise the compiler might not have initialized
3320         the PIC register yet when we use the PLT via asm.
3321         * elf/tst-tlsmod3.c (in_dso2): Likewise.
3322         * elf/tst-tlsmod2.c (in_dso): Likewise.
3324         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
3326         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
3327         Evaluate argument exactly once.  Remove __volatile__ from asm's.
3329         * include/unistd.h: Use libc_hidden_proto for getdomainname
3330         and getlogin_r.
3331         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
3332         * sysdeps/mach/hurd/getdomain.c: Likewise.
3333         * sysdeps/unix/getlogin_r.c: Likewise.
3334         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
3335         * sysdeps/generic/getlogin_r.c: Likewise.
3337         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
3338         * sunrpc/rtime.c: Add libc_hidden_def.
3340         * include/string.h: Use libc_hidden_proto for basename.
3341         * string/basename.c [_LIBC]: Add libc_hidden_def.
3343         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
3345         * locale/loadarchive.c: munmap -> __munmap throughout.
3347         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
3348         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
3349         * sysdeps/generic/gai_strerror.c: Likewise.
3351         * include/sys/errno.h: New file.
3353         * include/signal.h: No libc_hidden_proto for raise,
3354         __libc_current_sigrtmin, __libc_current_sigrtmax.
3355         These need to be overridden by linuxthreads.
3356         * sysdeps/posix/raise.c: Reverted.
3357         * sysdeps/generic/raise.c: Reverted.
3358         * signal/allocrtsig.c: Reverted.
3360         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
3362 2002-08-10  Roland McGrath  <roland@redhat.com>
3364         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
3365         * locale/localeinfo.h: Declare it.
3366         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
3367         current locale if it's not in the file list.
3368         Call _nl_archive_subfreeres.
3370 2002-08-10  Andreas Jaeger  <aj@suse.de>
3372         * sysdeps/i386/strchr.S: Add comment.
3374 2002-08-10  Roland McGrath  <roland@redhat.com>
3376         * include/wchar.h (putwc): Use libc_hidden_proto.
3377         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
3378         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
3379         * stdio-common/dprintf.c: Add libc_hidden_def.
3380         * stdio-common/fprintf.c: Likewise.
3381         * stdio-common/sprintf.c: Likewise.
3382         * stdio-common/sscanf.c: Likewise.
3383         * libio/iofwrite.c: Likewise.
3384         * libio/memstream.c: Likewise.
3385         * libio/putwc.c: Likewise.
3386         * stdio-common/perror.c: Likewise.
3387         * sysdeps/posix/remove.c: Likewise.
3388         * sysdeps/generic/remove.c: Likewise.
3389         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
3390         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
3392 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
3394         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
3395         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
3396         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
3397         towlower, towupper): Add libc_hidden_weak.
3399         * include/bits/dlfcn.h: New file.
3400         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
3402         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
3403         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
3404         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
3405         * include/pwd.h (_nss_files_parse_pwent): Likewise.
3406         * include/shadow.h (_nss_files_parse_spent): Likewise.
3407         * include/netdb.h (_nss_files_parse_protoent,
3408         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
3409         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
3410         (LINE_PARSER): Use it.
3411         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
3412         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
3414         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
3415         #endif.
3417         * manual/debug.texi (%MENU%): Remove trailing dot.
3418         Reported by <hayastan132@hotmail.com>.
3420         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
3421         aliases.
3422         (lseek): Dummy.
3423         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
3424         Likewise.
3426 2002-08-09  Roland McGrath  <roland@redhat.com>
3428         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
3429         name to find codeset name (if any) and normalize it.  If the
3430         normalized name differs, look up only that in the archive.
3431         * locale/programs/locarchive.c (add_locale_to_archive): If the name
3432         contains a codeset, normalize the codeset store only the normalized
3433         name in the archive.  If not, add an alias containing the locale's
3434         normalized codeset name.  Apply codeset name normalization when
3435         matching entries in the alias file.
3437         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
3438         decrement HEAD->namehash_used here.
3439         (add_locale): Only need to insert name string when name_offset != 0.
3441         * locale/programs/localedef.c (options): Add -A/--alias-file.
3442         (alias_file): New variable.
3443         (parse_opt): Grok -A, set that.
3444         * locale/programs/localedef.h: Declare it.
3446         * locale/locarchive.h (struct locrecent): Add `refs' member.
3447         * locale/programs/locarchive.c (insert_name): New function, broken out
3448         of ...
3449         (add_locale_to_archive): ... here.  Call that.
3450         (add_alias): New function.
3451         (add_locale): New static function, add_locale_to_archive renamed.
3452         (add_locale_to_archive): Call that and use add_alias to add an alias
3453         for the name with codeset if the given name lacks it.
3454         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
3456         * locale/Makefile (routines): Add loadarchive.
3457         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
3458         (_nl_load_locale_from_archive): New function.
3459         * locale/localeinfo.h: Declare it.
3460         * locale/findlocale.c (_nl_find_locale): If using default locale path,
3461         try _nl_load_locale_from_archive first.
3463         * locale/loadlocale.c (_nl_intern_locale_data): New function,
3464         broken out of _nl_load_locale.
3465         (_nl_load_locale): Call that.
3466         * locale/localeinfo.h: Declare it.
3467         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
3468         (struct locale_data): Remove unused member `options'.
3469         * locale/findlocale.c (_nl_remove_locale): Update uses.
3470         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
3471         * locale/C-collate.c: Update initializer.
3472         * locale/C-identification.c: Likewise.
3473         * locale/C-measurement.c: Likewise.
3474         * locale/C-telephone.c: Likewise.
3475         * locale/C-address.c: Likewise.
3476         * locale/C-name.c: Likewise.
3477         * locale/C-paper.c: Likewise.
3478         * locale/C-time.c: Likewise.
3479         * locale/C-numeric.c: Likewise.
3480         * locale/C-monetary.c: Likewise.
3481         * locale/C-messages.c : Likewise.
3482         * locale/C-ctype.c: Likewise.
3484         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
3485         use CHAR_BIT instead of BITSPERBYTE.
3487         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
3488         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
3489         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
3490         (_nl_remove_locale): Likewise.
3491         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
3493         * locale/findlocale.c (_nl_default_locale_path): New variable.
3494         (_nl_find_locale): If LOCALE_PATH is null, default to that.
3495         * locale/localeinfo.h: Declare it.
3496         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
3497         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
3498         * locale/newlocale.c (__newlocale): Likewise.
3500         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
3501         * inet/rexec.c (rexec_af): Add libc_hidden_def.
3502         * sysdeps/generic/morecore.c: Likewise.
3503         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
3504         (__libc_current_sigrtmax): Likewise.
3506 2002-08-08  Roland McGrath  <roland@redhat.com>
3508         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
3509         * catgets/open_catalog.c (__open_catalog): Likewise.
3511         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
3512         from typo INITIAL_NUM_NANES.
3513         (create_archive): Update use.
3515 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
3517         * sysdeps/unix/sysv/linux/sigwait.c: New file.
3519 2002-08-08  Roland McGrath  <roland@frob.com>
3521         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
3523 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3525         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
3526         else and undefine after including wcstol_l.c.
3527         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
3529 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
3531         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
3533 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
3535         * configure.in: Make the test for broken_alias_attribute stricter.
3537 2002-05-24  Robert Love  <rml@tech9.net>
3539         * posix/Makefile (routines): Add sched_getaffinity and
3540         sched_setaffinity.
3541         * posix/sched.h: Add declarations for sched_getaffinity and
3542         sched_setaffinity.
3543         * sysdeps/generic/sched_getaffinity.c: New file.
3544         * sysdeps/generic/sched_setaffinity.c: New file.
3545         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
3546         sched_setaffinity.
3548 2002-08-06  Andreas Schwab  <schwab@suse.de>
3550         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
3552 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
3554         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
3555         message.
3557         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
3558         It is known to be defined.
3560         * include/string.h: Define index and rindex only if _ISOMAC is not
3561         defined.
3563         * elf/rtld.c: Include <errno.h>.
3564         * sysdeps/generic/libc-tls.c: Likewise.
3566 2002-08-07  Roland McGrath  <roland@redhat.com>
3568         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
3569         it internally.
3570         (precsize_aton): Likewise.
3572         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
3573         the static symbols added in the last change (doofus is me).
3575         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
3576         loop to notice missing categories in a composite name.
3578         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
3579         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
3580         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
3581         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
3583 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
3585         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
3587 2002-08-07  Roland McGrath  <roland@redhat.com>
3589         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
3590         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
3591         Reported by Jakub Jelinek  <jakub@redhat.com>.
3593 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
3595         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
3596         division.
3598 2002-08-06  Roland McGrath  <roland@redhat.com>
3600         * include/getopt.h: Put private decls inside [_GETOPT_H].
3601         Use libc_hidden_proto for getopt_long, getopt_long_only.
3602         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
3603         Add libc_hidden_def.
3605         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
3606         Define as a macro for __dl_iterate_phdr.
3608         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
3609         made static.  Add __ name as a strong alias.
3610         (internal_endnetgrent): Likewise.
3611         (internal_getnetgrent_r): Likewise.
3613         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
3614         with no __ prefix.
3615         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
3616         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
3617         all *_l functions with no __ prefix.
3618         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
3619         * ctype/ctype_l.c: Likewise.
3620         * locale/nl_langinfo.c: Likewise.
3621         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
3622         * stdlib/stdlib.h [__USE_GNU]: Likewise.
3623         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
3624         * wctype/wctype.h [__USE_GNU]: Likewise.
3625         * string/strcoll_l.c (strcoll_l): Define as weak alias.
3626         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
3627         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
3628         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
3629         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
3630         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
3631         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
3632         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
3633         (__wcscasecmp_l): Add libc_hidden_def.
3634         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
3635         (__wcsncasecmp_l): Add libc_hidden_def.
3636         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
3637         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
3638         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
3639         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
3640         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
3641         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
3642         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
3643         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
3644         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
3645         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
3646         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
3647         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
3648         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
3649         * wctype/wctype_l.c (wctype_l) Define as weak alias.
3651 2002-08-05  Roland McGrath  <roland@redhat.com>
3653         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
3654         netname2user, host2netname, user2netname, key_gendes.
3655         * sunrpc/netname.c: Add libc_hidden_def.
3656         * sunrpc/key_call.c: Likewise.
3658         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
3659         freeaddrinfo.
3660         * inet/getnameinfo.c: Add libc_hidden_def.
3661         * sysdeps/generic/getaddrinfo.c: Likewise.
3662         * sysdeps/posix/getaddrinfo.c: Likewise.
3664         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
3665         * wcsmbs/wmemchr.c: Add libc_hidden_def.
3666         * wcsmbs/wmemset.c: Add libc_hidden_def.
3668         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
3669         (index, rindex): Define as macros for strchr, strrchr.
3671         * string/envz.c (envz_strip): index -> strchr
3673         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
3674         * sunrpc/rpc_prot.c: Add libc_hidden_def.
3676         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
3677         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
3679         * include/stdlib.h: Use libc_hidden_proto for wctomb.
3680         * stdlib/wctomb.c: Add libc_hidden_def.
3682         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
3683         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
3684         * resolv/herror.c: Likewise.
3685         * inet/rcmd.c: Add libc_hidden_def.
3686         * inet/ruserpass.c: Likewise.
3687         * inet/getnetgrent_r.c: Likewise.
3689         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
3690         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
3691         for svcerr_auth, svcerr_noprog, svcerr_progvers.
3692         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
3693         libc_hidden_def.
3694         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
3695         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
3697         * sysdeps/posix/system.c (do_system): New function, guts broken out of
3698         __libc_system.
3699         (__libc_system): Call it, putting just the line == NULL test here.
3701         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
3702         variables work right.
3704         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
3705         * elf/dl-close.c (_dl_close): Likewise.
3707         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
3708         in6addr_any, in6addr_loopback.  Remove decls for
3709         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
3710         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
3711         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
3712         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
3713         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
3714         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
3715         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
3716         in6addr_loopback.
3717         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
3719         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
3720         ether_aton_r.
3721         * inet/ether_aton_r.c: Add libc_hidden_def.
3722         * inet/ether_ntoa_r.c: Likewise.
3724         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
3725         xprt_unregister.
3726         * sunrpc/svc.c: Add libc_hidden_def.
3727         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
3728         pmap_set, pmap_unset.
3729         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
3730         * sunrpc/pm_getport.c: Likewise.
3731         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
3732         * sunrpc/publickey.c: Add libc_hidden_def.
3734 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3736         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
3737         the other memset call in this function.
3739         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
3740         at correct index.  Clear BSS region now that memalign is used.
3742 2002-08-05  Roland McGrath  <roland@redhat.com>
3744         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
3745         * sysdeps/generic/uname.c: Add libc_hidden_def.
3746         * sysdeps/mach/hurd/uname.c: Likewise.
3748 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
3750         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
3751         wcspbrk): Add libc_hidden_proto.
3752         * time/strftime.c (my_strftime): Add libc_hidden_def.
3753         (strftime): Remove libc_hidden_def.
3754         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
3755         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
3756         * wcsmbs/wcsspn.c (wcsspn): Likewise.
3757         * wcsmbs/wcscmp.c (wcscmp): Likewise.
3758         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
3759         * wcsmbs/wcscoll.c (wcscoll): Likewise.
3761         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
3762         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3763         __rpc_thread_createerr): Add libc_hidden_proto.
3764         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
3765         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3766         __rpc_thread_createerr): Add libc_hidden_def.
3768         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
3769         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
3770         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
3771         clnt_perror, clnt_sperror): Add libc_hidden_def.
3772         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
3774         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
3775         libc_hidden_proto.
3776         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
3777         * sunrpc/des_soft.c (des_setparity): Likewise.
3779         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
3780         Add libc_hidden_proto.
3781         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
3782         Add libc_hidden_def.
3784 2002-08-05  Roland McGrath  <roland@redhat.com>
3786         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
3787         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
3788         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
3789         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
3790         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
3791         old data, abandoning the original memory allocated by rtld at startup,
3792         instead of calling realloc normally.
3794 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3796         * po/fr.po: Update from translation team.
3798 2002-08-04  Roland McGrath  <roland@redhat.com>
3800         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
3801         then generate a dummy module under the given name, obeying the
3802         normal rules for the "caller" field.
3804         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
3805         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
3807         * include/pthread.h: Don't declare __pthread_initialize_minimal as
3808         weak here; we declare it weak or strong in the one place we use it.
3809         * sysdeps/generic/libc-start.c: ... which is here.
3810         Don't make the decl weak if [USE_TLS], since static programs need TLS
3811         setup even when single-threaded.
3813         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
3815         * elf/Makefile (test-srcs): Add $(modules-names) to it.
3816         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
3817         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
3818         all these variables.
3820 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3822         * include/stdio.h: Don't define macro magic to redirect function
3823         calls if _ISOMAC is defined.
3825         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
3826         ldouble asin tests.
3828 2002-08-04  Roland McGrath  <roland@redhat.com>
3830         * stdlib/lrand48_r.c: Add libc_hidden_def.
3832         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
3833         TCB with __libc_memalign instead of mmap.
3834         (_dl_deallocate_tls): Free it with free instead of munmap.
3836         * Makerules (cpp-srcs-left): When setting this to run
3837         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
3838         words.  Combine the two loops into one on the concatenated list,
3839         including those as well as $(test-srcs).
3841         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
3842         since we align here with optimally minimal waste anyway.
3843         (malloc): Just call that.
3845         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
3846         the right variable.
3848         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
3849         to compute memory location for l_tls_initimage.
3850         * elf/rtld.c (_dl_start): Likewise.
3851         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3853         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
3854         because the .d file is generated in the non-shared case and
3855         so fails to catch them otherwise.
3857         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
3858         split out of _dl_allocate_tls.
3859         (_dl_allocate_tls_init): Likewise.
3860         (_dl_allocate_tls): Call those.
3861         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
3862         * elf/rtld.c (dl_main): Call them separately instead of calling
3863         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
3864         is finished, so that the initializer data has been relocated before we
3865         copy it into the main thread's TLS block.
3867         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
3868         loop conditions, prevented the last used module from being initialized.
3870 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3872         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
3873         if glob resp. globfree are not macros.
3874         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
3875         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
3876         Add libc_hidden_ver.
3877         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
3878         libc_hidden_def.
3879         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
3880         instead of libc_hidden_weak.
3881         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
3882         libc_hidden_ver instead of libc_hidden_def.
3883         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
3884         libc_hidden_ver instead of libc_hidden_def.
3885         (wcstoll, wcstoq): Remove libc_hidden_weak.
3886         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
3887         libc_hidden_ver.
3888         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
3889         libc_hidden_ver.
3890         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
3891         libc_hidden_ver.
3892         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
3893         libc_hidden_ver.
3895 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3897         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
3898         to access _sys_siglist.
3899         * string/strsignal.c: Likewise.
3900         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
3901         * sysdeps/gnu/siglist.c: Likewise.
3902         * sysdeps/unix/siglist.c: Likewise.
3903         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
3905         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
3907         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
3909         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
3910         alias and use it.
3911         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
3913         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
3914         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
3915         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
3917         * include/time.h: Add libc_hidden_proto for __gmtime_r.
3918         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
3920         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
3921         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
3922         and __gconv_get_cache respectively.
3923         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
3924         defined static.  Change all users.
3925         (__gconv_get_cache): New function.
3926         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
3927         (__gconv_get_alias_db): New function.
3928         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
3929         (__conv_modules_db): Likewise.
3930         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
3931         and __gconv_get_alias_db.
3932         * iconv/iconv_prog.c: Use the new functions instead of accessing the
3933         variables.
3935         * include/stdlib.h: Add prototype and libc_hidden_proto for
3936         __default_morecore.
3937         * sysdeps/generic/morecore.c: Include <stdlib.h>.
3939         * malloc/obstack.c: Remove fputs macro.
3941         * malloc/mtrace.c: Remove fopen macro.
3943 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3945         * manual/debug.texi: Fix spelling to programmatically.
3946         Reported by <hayastan132@hotmail.com>.
3948 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3950         * include/libio.h: Add libc_hidden_proto for __uflow.
3951         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
3952         fgetpos to _IO_* names.
3953         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
3954         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
3955         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
3956         putwc_unlocked, vswscanf.
3957         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
3958         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
3959         * libio/fseek.c: Likewise.
3960         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
3961         not fopencookie.
3962         * libio/genops.c (__uflow): Add libc_hidden_def.
3963         * libio/iofflush_u.c (fflush_unlocked): Likewise.
3964         * libio/iofgets_u.c (fgets_unlocked): Likewise.
3965         * libio/iofputs_u.c (fputs_unlocked): Likewise.
3966         * libio/iofputws_u.c (fputws_unlocked): Likewise.
3967         * libio/iofread_u.c (fread_unlocked): Likewise.
3968         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3969         * libio/iovswscanf.c (vswscanf): Likewise.
3970         * libio/putwc_u.c (putwc_unlocked): Likewise.
3971         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
3972         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
3973         * malloc/mtrace.c: Likewise.
3975         * sunrpc/clnt_perr.c: Remove fputs macro.
3976         * sunrpc/svc_simple.c: Likewise.
3977         * sunrpc/svc_tcp.c: Likewise.
3978         * sunrpc/svc_udp.c: Likewise.
3979         * sunrpc/xdr_rec.c: Likewise.
3980         * sunrpc/xdr_ref.c: Likewise.
3982         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
3983         iconv_prog, linereader, and charmap-dir.
3984         * locale/Makefile: Likewise for locale and charmap-dir.
3985         * malloc/Makefile: Likewise for memusagestat.
3986         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
3987         * sunrpc/Makefile: Likewise for rpc_main.
3988         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
3989         * timezone/Makefile: Likewise for zic.
3991         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
3993         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
3994         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
3995         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
3996         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
3997         _dl_close.
3999         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
4000         __wunderflow.
4001         * libio/genops.c (__underflow): Add libc_hidden_def.
4002         * libio/wgenops.c (__wuflow): Likewise.
4003         (__wunderflow): Likewise.
4005         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
4006         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
4008         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
4009         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
4011         * include/string.h: Add libc_hidden_proto for __strverscmp.
4012         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
4014         * include/unistd.h: Add libc_hidden_proto for __sysconf.
4015         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
4016         * sysdeps/posix/sysconf.c: Likewise.
4017         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
4018         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
4020         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
4021         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
4022         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
4023         __iswxdigit_l, __towlower_l, __towupper_l.
4024         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
4025         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
4027         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
4028         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
4029         * sysdeps/mach/hurd/xmknod.c: Likewise.
4030         * sysdeps/unix/xmknod.c: Likewise.
4031         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
4032         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
4033         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
4035         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
4037 2002-08-03  Roland McGrath  <roland@redhat.com>
4039         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
4040         setpriority.
4041         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
4042         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
4043         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
4044         * sysdeps/mach/hurd/setpriority.c: Likewise.
4045         * sysdeps/mach/hurd/getpriority.c: Likewise.
4046         * sysdeps/generic/setpriority.c: Likewise.
4047         * sysdeps/generic/getpriority.c: Likewise.
4049         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
4050         * malloc/mcheck.c: Add libc_hidden_def.
4052         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
4053         * misc/hsearch_r.c: Add libc_hidden_def.
4055         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
4056         * posix/fnmatch.c: Add libc_hidden_weak.
4058         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
4059         execl, execle, execlp, execvp, getpid, getsid.
4060         * sysdeps/generic/alarm.c: Add libc_hidden_def.
4061         * sysdeps/unix/alarm.c: Likewise.
4062         * posix/confstr.c: Likewise.
4063         * posix/execvp.c: Likewise.
4064         * posix/execlp.c: Likewise.
4065         * posix/execle.c: Likewise.
4066         * posix/execl.c: Likewise.
4067         * sysdeps/generic/getsid.c: Likewise.
4068         * sysdeps/mach/hurd/getsid.c: Likewise.
4069         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
4070         * sysdeps/mach/hurd/getpid.c: Likewise.
4072         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
4073         qecvt_r, qfcvt_r, lrand48_r.
4074         * misc/efgcvt_r.c: Add libc_hidden_def.
4076         * include/wordexp.h: Use libc_hidden_proto for wordfree.
4077         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
4079         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
4080         * locale/nl_langinfo.c: Add libc_hidden_def.
4082         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
4083         * sysdeps/generic/glob.c: Add libc_hidden_def.
4084         * sysdeps/generic/glob64.c: Likewise.
4085         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
4087         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
4089         * elf/Makefile (CFLAGS-vismod2.c): New variable.
4091         * locale/setlocale.c (_nl_current_names): Variable moved ...
4092         * locale/localename.c (_nl_current_names): ... here, new file.
4093         Make it global, with attribute_hidden.
4094         * locale/localeinfo.h: Declare it.
4095         * locale/Makefile (aux): Add localename.
4096         * locale/localename.c (__current_locale_name): New function.
4097         * include/locale.h (__current_locale_name): Declare it.
4098         * intl/dcigettext.c (guess_category_value): Use that instead of
4099         calling setlocale.
4101         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
4102         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
4103         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
4104         * locale/newlocale.c: Add alias to __ name.
4105         * locale/duplocale.c: Likewise.
4106         * locale/freelocale.c: Likewise.
4107         * locale/uselocale.c: New file.
4108         * locale/Makefile (routines): Add it.
4109         * locale/Versions (libc: GLIBC_2.3): New set.
4110         Add newlocale, duplocale, freelocale, uselocale.
4111         (libc: GLIBC_PRIVATE): Add __uselocale.
4113         * locale/localeinfo.h [SHARED]
4114         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
4115         (_NL_CURRENT_DATA): Define using that.
4116         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
4117         (_NL_CURRENT_DEFINE): Define to empty.
4118         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
4119         conditionalized on this.
4120         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
4121         taking initializer of _nl_C_locobj.
4122         [SHARED] (_nl_global_locale): New variable, using that initializer.
4123         (_nl_C_locobj): Use new macro for initialzier.
4124         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
4125         [! SHARED] (CATEGORY_USED): New macro.
4126         [SHARED] (CATEGORY_USED, _nl_C): New macros.
4127         (setdata, setlocale): Use that macro instead of examining _nl_current.
4128         (setdata): Set the slot in _nl_global_locale.
4129         Conditionalize setting of _nl_current on [! SHARED].
4130         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
4131         declaration as an extern.
4132         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
4134         * include/locale.h: Use libc_hidden_proto for setlocale.
4135         * locale/setlocale.c: Add libc_hidden_def.
4137         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
4139         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
4140         * misc/hsearch_r.c: Add libc_hidden_def.
4141         * misc/lsearch.c: Likewise.
4143         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
4144         endttyent.
4145         * misc/getttyent.c: Add libc_hidden_def.
4147         * include/mcheck.h: Use libc_hidden_proto for mcheck.
4148         * malloc/mcheck.c: Add libc_hidden_def.
4150         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
4151         * include/argz.h: Use libc_hidden_proto for argz_delete.
4152         * string/argz-delete.c: Add libc_hidden_def.
4153         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
4155         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
4156         HIDDEN_JUMPTARGET for _exit.
4157         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
4158         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
4159         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
4160         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
4162         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
4163         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
4164         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
4165         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
4167         * include/stdlib.h: Use libc_hidden_proto for abort,
4168         __strtof_internal, __strtod_internal, __strtold_internal,
4169         __strtol_internal, __strtoll_internal, __strtoul_internal,
4170         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
4171         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
4172         __strtoul_l_internal, __strtoull_l_internal.
4173         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
4174         __wcstod_internal, __wcstold_internal, __wcstol_internal,
4175         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
4176         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
4177         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
4178         __wcsncasecmp_l.
4179         * sysdeps/generic/abort.c: Add libc_hidden_def.
4180         * stdlib/strtod.c: Likewise.
4181         * sysdeps/generic/strtol.c: Likewise.
4182         * sysdeps/wordsize-64/strtol.c: Likewise.
4183         * sysdeps/wordsize-64/wcstol.c: Likewise.
4184         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
4186         * include/stdlib.h: Use libc_hidden_proto for qsort.
4187         * stdlib/msort.c: Add libc_hidden_def.
4189         * include/utime.h: Use libc_hidden_proto for utime.
4190         * sysdeps/generic/utime.c: Add libc_hidden_def.
4191         * sysdeps/unix/utime.c: Likewise.
4193         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
4194         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
4195         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
4196         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
4197         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
4199         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
4200         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
4201         and __libc_current_sigrtmax.
4202         * signal/sigismem.c: Add libc_hidden_def.
4203         * signal/sigfillset.c: Likewise.
4204         * signal/sigempty.c: Likewise.
4205         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
4206         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
4207         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
4208         * sysdeps/posix/raise.c: Likewise.
4209         * sysdeps/generic/raise.c: Likewise.
4211 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
4213         * include/string.h: Use libc_hidden_proto for __stpcpy.
4214         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
4215         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
4216         * sysdeps/generic/stpcpy.c: Likewise.
4217         * sysdeps/i386/stpcpy.S: Likewise.
4218         * sysdeps/i386/i586/stpcpy.S: Likewise.
4219         * sysdeps/powerpc/stpcpy.S: Likewise.
4220         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
4221         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
4223         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
4224         __strncasecmp_l, __strdup, __strndup, __strerror_r.
4225         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
4226         libc_hidden_def.
4227         * string/strdup.c (__strdup): Likewise.
4228         * string/strndup.c (__strndup): Likewise.
4229         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
4230         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
4232 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
4234         * include/libio.h: New file.
4235         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
4236         * libio/iolibio.h: #include <libio.h>, not "libio.h".
4237         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
4238         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
4239         * sysdeps/unix/common/syscalls.list: Likewise.
4240         * sysdeps/unix/inet/syscalls.list: Likewise.
4241         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
4242         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
4243         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4244         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
4245         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
4246         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
4247         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4248         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4249         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
4250         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
4251         * sysdeps/unix/syscalls.list: Likewise.
4253 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
4254             Ulrich Drepper  <drepper@redhat.com>
4256         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
4257         the arguments is big enough to cause an overflow.
4259 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
4261         * assert/assert.c: Use hidden_def not INTDEF.
4263 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
4265         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
4266         not defined.
4268 2002-08-03  Roland McGrath  <roland@redhat.com>
4270         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
4271         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
4272         verr, verrx.
4273         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
4274         * misc/syslog.c: Add libc_hidden_def.
4275         * misc/err.c: Likewise.
4276         * stdlib/exit.c: Likewise.
4277         * stdlib/bsearch.c: Likewise.
4278         * sysdeps/generic/getenv.c: Likewise.
4280         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
4282         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
4283         libc_hidden_weak for every system call symbol defined.
4285         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
4286         timelocal, localtime, strftime.
4287         * time/asctime.c: Add libc_hidden_def.
4288         * time/mktime.c: Likewise.
4289         * time/localtime.c: Likewise.
4290         * time/strftime.c: Likewise.
4291         * time/strptime.c: Likewise.
4292         * sysdeps/generic/time.c: Likewise.
4293         * sysdeps/unix/time.c: Likewise.
4294         * sysdeps/unix/sysv/i386/time.S: Likewise.
4295         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
4297         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
4298         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
4299         * resolv/inet_ntop.c: Likewise.
4300         * resolv/inet_pton.c: Likewise.
4301         * inet/inet_mkadr.c: Add libc_hidden_def.
4302         * inet/inet_netof.c: Likewise.
4303         * resolv/inet_addr.c: Likewise.
4305         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
4306         clauses from conditionals for now.  Will have to be fixed later
4307         for older compilers.
4309         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
4311 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4313         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
4314         broken alias attribute handling.
4315         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
4317 2002-08-02  Roland McGrath  <roland@frob.com>
4319         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
4320         since it sets the variables we use in a -D switch.
4322 2002-08-02  Roland McGrath  <roland@redhat.com>
4324         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
4325         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
4326         matches long int, not int.
4328         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
4329         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
4330         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
4331         * wctype/wctrans.c (wctrans): Likewise.
4332         * wctype/wctype.c (__wctype): Likewise.
4333         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
4335 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4337         * assert/assert.c (__assert_fail): Fix typo in comment.
4339         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
4340         * sunrpc/rpc_thread.c: Define it without static.
4341         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
4343 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4345         * assert/assert.c (__assert_fail): Remove undef.
4346         Replace INTDEF with libc_hidden_def.
4347         * assert/__assert.c (__assert): Remove INTUSE.
4348         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
4349         libc_hidden_weak.
4350         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
4351         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
4352         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
4353         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
4354         libm_hiden_ver): Define.
4355         * include/assert.h (__assert_fail_internal): Remove.
4356         (__assert_fail): Add prototype.  Add hidden_proto.
4357         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
4358         libc_hidden_proto.
4359         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
4360         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
4361         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
4362         Add libc_hidden_proto.
4363         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
4364         __fcntl): Add libc_hidden_proto.  Remove macros.
4365         (__open_internal, __fcntl_internal): Remove.
4366         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
4367         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
4368         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
4369         libc_hiden_proto.
4370         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
4371         libc_hidden_def.
4372         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
4373         Add libc_hidden_def.
4374         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
4375         * sysdeps/generic/open.c (__open): Remove undef.
4376         Add libc_hidden_def.  Remove INTDEF.
4377         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
4378         Add libc_hidden_def.
4379         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
4380         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
4381         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
4382         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
4383         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
4384         (__libc_fcntl): Add libc_hidden_def.
4385         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
4386         (__open): Remove INTDEF2.  Add libc_hidden_weak.
4387         (__libc_open): Add libc_hidden_def.
4388         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
4389         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
4390         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
4391         Add libc_hidden_def.
4392         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
4393         Add libc_hidden_def.
4394         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
4395         undef.
4396         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
4397         (__libc_fcntl): Add libc_hidden_def.
4398         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
4399         __getpgid_internal, __chown_internal): Remove.
4400         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
4401         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
4402         __GI___chown): Add.
4403         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
4404         __getpid_internal, __open_internal, __write_internal): Remove.
4405         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
4406         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
4407         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
4408         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
4409         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
4410         Replace INTDEF with libc_hidden_def.
4411         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4412         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
4413         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
4414         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
4415         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
4416         Add libc_hidden_proto.
4417         * include/sys/poll.h (__poll): Add libc_hidden_proto.
4418         * include/sys/select.h (__select): Likewise.
4419         * include/sys/socket.h (__send): Likewise.
4420         * include/sys/statfs.h (__statfs): Likewise.
4421         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
4422         __getpid, __getpgid, __setpgid, __close, __read, __write,
4423         __getpagesize, __sbrk): Likewise.
4424         (__chown_internal, __dup2_internal, __getpid_internal,
4425         __getpgid_internal, __close_internal, __write_internal,
4426         __getpagesize_internal): Remove.
4427         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
4428         Remove macros.
4429         * include/printf.h (__printf_fp): Add libc_hidden_proto.
4430         * include/sched.h (__sched_setscheduler): Likewise.
4431         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
4432         * include/stdlib.h (__secure_getenv): Likewise.
4433         * include/signal.h (__sigaction, __sigsuspend): Likewise.
4434         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
4435         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
4436         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
4437         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
4438         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
4439         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
4440         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
4441         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
4442         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
4443         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
4444         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
4445         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
4446         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
4447         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
4448         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
4449         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
4450         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
4451         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
4452         * libio/genops.c (__overflow): Add libc_hidden_def.
4453         * libio/iovdprintf.c: Remove libio.h include.
4454         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
4455         libc_hidden_weak): Define to nothing if not defined.
4456         (__overflow, __woverflow): Add libc_hidden_proto.
4457         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
4458         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
4459         (DB_LOOKUP_FCT): Add libc_hidden_proto.
4460         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
4461         (DB_LOOKUP_FCT): Add libc_hidden_proto.
4462         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
4463         and libc_hidden_def.
4464         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
4465         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
4466         (__getpgid): Add libc_hidden_proto.
4467         (__bsd_getpgrp): Remove INTUSE.
4468         * resolv/res_init.c (__res_ninit, __res_randomid): Add
4469         libc_hidden_def.
4470         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
4471         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
4472         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
4473         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
4474         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
4475         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
4476         __rpc_thread_createerr): Add libc_hidden_def.
4477         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
4478         libc_hidden_def.
4479         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
4480         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
4481         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
4482         * sysdeps/generic/chown.c (__chown): Likewise.
4483         * sysdeps/generic/close.c (__close): Likewise.
4484         * sysdeps/generic/dup2.c (__dup2): Likewise.
4485         * sysdeps/generic/pipe.c (__pipe): Likewise.
4486         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
4487         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
4488         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
4489         * sysdeps/generic/read.c (__libc_read): Likewise.
4490         (__read): Add libc_hidden_weak.
4491         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
4492         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
4493         * sysdeps/generic/select.c (__select): Likewise.
4494         * sysdeps/generic/send.c (__send): Likewise.
4495         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
4496         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
4497         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
4498         * sysdeps/generic/statfs.c (__statfs): Likewise.
4499         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
4500         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
4501         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
4502         Remove undef and INTDEF.
4503         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
4504         * sysdeps/generic/getpid.c (__getpid): Likewise.
4505         * sysdeps/generic/write.c (__libc_write): Likewise.
4506         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
4507         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
4508         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
4509         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
4510         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
4511         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
4512         Remove undef and INTDEF.
4513         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
4514         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
4515         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
4516         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
4517         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
4518         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
4519         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
4520         (__pipe): Add libc_hidden_def.
4521         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
4522         libc_hidden_weak.
4523         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
4524         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
4525         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
4526         (__read): Add libc_hidden_weak.
4527         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
4528         (__libc_pwrite64): Add libc_hidden_def.
4529         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
4530         * sysdeps/mach/hurd/select.c (__select): Likewise.
4531         * sysdeps/mach/hurd/send.c (__send): Likewise.
4532         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
4533         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
4534         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
4535         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
4536         * sysdeps/posix/dup2.c: Likewise.
4537         Remove undef and INTDEF.
4538         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
4539         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
4540         (__pwrite64): Add libc_hidden_weak.
4541         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
4542         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
4543         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
4544         * sysdeps/standalone/close.c (__close): Likewise.
4545         * sysdeps/standalone/write.c (__libc_write): Likewise.
4546         (__write): Add libc_hidden_weak.
4547         * sysdeps/standalone/read.c (__read): Likewise.
4548         (__libc_read): Add libc_hidden_def.
4549         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
4550         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
4551         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
4552         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
4553         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
4554         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
4555         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
4556         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
4557         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
4558         __GI___sigaction): Add.
4559         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
4560         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
4561         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
4562         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
4563         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
4564         __GI___setpgid): Add.
4565         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
4566         Remove undef and INTDEF.
4567         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
4568         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
4569         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
4570         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
4571         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
4572         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
4573         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
4574         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
4575         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
4576         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
4577         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
4578         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
4579         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
4580         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
4581         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
4582         __GI___statfs, __GI___send): Add.
4583         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
4584         libc_hidden_ver resp. libc_hidden_def.
4585         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
4586         libc_hidden_def.
4587         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
4588         Likewise.  Remove undef and INTDEF.
4589         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
4590         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
4591         __GI___statfs, __GI___send): Add.
4592         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
4593         libc_hidden_def.
4594         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
4595         Likewise.
4596         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
4597         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
4598         libc_hidden_ver resp. libc_hidden_def.
4599         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
4600         __GI___send): Add.
4601         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
4602         Add libc_hidden_weak.
4603         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
4604         Add libc_hidden_def.
4605         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
4606         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
4607         libc_hidden_weak.
4608         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
4609         resp. libc_hidden_def.
4610         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
4611         libc_hidden_weak.
4612         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
4613         INTDEF.
4614         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
4615         Likewise.  Remove undef.
4616         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
4617         libc_hidden_weak.
4618         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
4619         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
4620         libc_hidden_weak.
4621         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
4622         libc_hidden_def.
4623         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
4624         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
4625         Likewise.  Remove undef and INTDEF.
4626         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
4627         libc_hidden_def.
4628         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
4629         libc_hidden_weak.
4630         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
4631         libc_hidden_def.
4632         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
4633         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
4634         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
4635         libc_hidden_weak.
4636         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
4637         Add libc_hidden_def.
4638         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
4639         __GI___statfs): Add.
4640         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
4641         libc_hidden_weak.
4642         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
4643         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
4644         Remove undef and INTDEF.
4645         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
4646         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
4647         libc_hidden_def.
4648         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
4649         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
4650         libc_hidden_weak.
4651         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
4652         libc_hidden_def.
4653         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
4654         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
4655         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
4656         Add.
4657         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
4658         libc_hidden_def.  Remove undef and INTDEF.
4659         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
4660         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
4661         libc_hidden_def.
4662         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
4663         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
4664         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
4665         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
4666         Remove undef and INTDEF.
4667         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
4668         broken visibility attribute handling.
4669         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
4671 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4673         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
4674         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
4676         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
4677         previous patch.
4679 2002-06-29  Todd Fries  <todd@openbsd.org>
4681         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
4683 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4685         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
4687 2002-07-30  Roland McGrath  <roland@redhat.com>
4689         * resolv/resolv.h (_res): Define macro unconditionally.
4690         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
4691         * include/resolv.h: ... here.
4692         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
4693         as a __thread variable.
4694         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
4695         a __thread variable instead of a global.
4696         * resolv/res_data.c [_LIBC]: Don't #undef _res.
4698         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
4699         time we test it.
4701         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
4703         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
4704         decls of memset and memcpy.
4706         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
4707         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
4709         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
4711         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
4712         (__libc_tsd_define): Define using __thread.
4714         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
4715         (__rpc_thread_variables): Use __libc_tsd_get.
4716         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
4717         __rpc_thread_variables, which might allocate what we're about to free.
4719         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
4720         thread-local variable.
4721         * resolv/netdb.h (h_errno): Define macro unconditionally.
4722         [_LIBC] (__set_h_errno): Macro moved to ...
4723         * include/netdb.h: ... here.
4724         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
4725         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
4726         [! _LIBC_REENTRANT]: #undef h_errno here.
4728         * include/errno.h: Protect from multiple inclusion.
4730         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
4731         before defining them, since Linux's <linux/posix_types.h> might have
4732         defined them.
4734 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4736         * malloc/malloc.c (public_cALLOc): Check for overflow on
4737         multiplication.
4738         * sunrpc/xdr_array.c (xdr_array): Likewise.
4739         * sunrpc/rpc/types.h (mem_free): Add comment.
4740         Patch by Solar Designer <solar@openwall.com>.
4742 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4744         * sysdeps/unix/sysv/linux/kernel-features.h
4745         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
4747 2002-08-01  Roland McGrath  <roland@redhat.com>
4749         * libio/fileops.c (_IO_file_sync_mmap): New function.
4750         (_IO_file_jumps_mmap): Use it.
4751         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
4752         repeat the stat check and resize the mapped buffer as necessary.
4754 2002-07-31  Roland McGrath  <roland@redhat.com>
4756         * libio/fileops.c (decide_maybe_mmap): New static function.
4757         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
4758         mmap the file contents.  Then switch the jump tables to the mmap
4759         tables if it worked, or the vanilla file tables if not.
4760         (_IO_file_underflow_maybe_mmap): New function.
4761         (_IO_file_seekoff_maybe_mmap): New function.
4762         (_IO_file_xsgetn_maybe_mmap): New function.
4763         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
4764         * libio/libioP.h: Declare those.
4765         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
4766         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
4767         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
4768         If the stream is read-only, set its jump tables to those new ones.
4769         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
4770         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
4771         We need the tables set before _IO_file_attach.
4773         * libio/tst-mmap-eofsync.c: New file.
4774         * libio/tst-mmap-fflushsync.c: New file.
4775         * libio/bug-mmap-fflush.c: New file.
4776         * libio/tst-mmap2-eofsync.c: New file.
4777         * libio/Makefile (tests): Add them.
4779         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
4780         _IO_file_underflow_mmap fails, it already set the appropriate bit.
4782 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
4784         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
4785         Declarations moved to <bits/sys_errlist.h>.  Include that file.
4786         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
4787         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
4788         declare sys_errlist and sys_nerr.
4789         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
4790         provide declarations.
4792 2002-07-31  Roland McGrath  <roland@redhat.com>
4794         * elf/rtld.c (dl_main): Fix typo in error message.
4796 2002-07-31  Roland McGrath  <roland@frob.com>
4798         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
4799         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
4800         sysdeps/mach/hurd/dl-sysdep.c change.
4802 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
4804         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
4805         -r`/build/include for kernel headers.
4807         * po/fi.po: New file.
4809 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
4811         * configure.in (static_nss): Set to `yes' if --disable-shared.
4813 2002-07-23  Bruno Haible  <bruno@clisp.org>
4815         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
4816         is set.
4818 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4820         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
4821         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
4822         arguments.
4824 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4826         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
4827         alias.
4829 2002-07-21  Bruno Haible  <bruno@clisp.org>
4831         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
4832         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
4833         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
4834         trans_sysdep_tab_offset.
4835         (struct sysdep_segment): New type.
4836         (struct sysdep_string): New type.
4837         (SEGMENTS_END): New macro.
4838         * intl/gettextP.h (struct sysdep_string_desc): New type.
4839         (struct loaded_domain): New fields malloced, n_sysdep_strings,
4840         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
4841         orig_tab, trans_tab, hash_tab to const pointers because they point
4842         into read-only memory.
4843         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
4844         (PRI*): Define fallback values.
4845         (get_sysdep_segment_value): New function.
4846         (_nl_load_domain): Distinguish major and minor revision parts. Add
4847         support for minor revision 1 with system dependent strings.
4848         (_nl_unload_domain): Also free the 'malloced' field.
4849         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
4850         now done in loadmsgcat.c. Add support for system dependent strings.
4852 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4854         * posix/bug-regex7.c: New file.
4855         * posix/bug-regex8.c: New file.
4856         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
4858 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4860         * posix/bug-regex4.c (main): Fix typos.
4861         * posix/bug-regex6.c (main): Likewise.
4863 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
4865         * posix/bug-regex6.c (main): Fix warnings.
4867         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
4869         * iconv/iconv_prog.c (main): Improve error message for the cases
4870         where -t and/or -f parameter are missing.
4872 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
4874         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
4875         (re_search): Likewise.
4876         (re_match_2): Likewise.
4877         (re_search_2): Likewise.
4878         (re_search_stub): New function.
4879         (re_search_2_stub): New function.
4880         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
4882 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
4884         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
4885         (re_string_eoi): Use STOP instead of LEN.
4886         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
4887         (re_string_construct): Likewise.
4888         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
4889         * posix/regexec.c (re_search_internal): Add a new argument STOP
4890         so that it can handle the argument STOP of re_search_2 and re_match_2
4891         correctly.
4892         (regexec): Adapt to new I/F of re_search_internal.
4893         (re_search_stub): Likewise.
4895 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
4897         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
4899         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
4901         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
4902         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
4903         of __divdi3.
4905         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
4906         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
4907         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
4908         alias for adjtimex syscall.
4910         * elf/dl-minimal.c: Define __assert_fail_internal.
4911         * assert/assert.c: Likewise.
4912         * include/assert.h: Define __assert_file macro if !SHARED and not
4913         NOT_IN_libc.
4915         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
4916         programs.
4917         * locale/Makefile: Likewise.
4918         * nscd/Makefile: Likewise.
4919         * catgets/Makefile: Likewise.
4921 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4923         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
4924         compute current position.
4926         * stdio-common/tst-fseek.c (main): Improve error messages.
4928         * libio/tst-freopen.c (main): Remove unused variable.
4930         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
4931         succesful seek call.  Simplify error checking.
4933 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4935         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
4936         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4938 2002-07-19  Roland McGrath  <roland@frob.com>
4940         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
4941         __libc_enable_secure is set.
4943 2002-07-24  Roland McGrath  <roland@frob.com>
4945         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
4946         This implementation supports only IPv4.
4947         * inet/ifaddrs.h: New file.
4948         * sysdeps/generic/ifaddrs.c: New file.
4949         * sysdeps/gnu/ifaddrs.c: New file.
4950         * inet/test-ifaddrs.c: New file.
4951         * inet/Makefile (routines): Add ifaddrs.
4952         (headers): Add ifaddrs.h here.
4953         (tests): Add test-ifaddrs.
4954         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
4956         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
4957         socket call to get an AF_INET socket, instead of using __opensock.
4958         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
4960         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
4961         if not -1 use it instead of calling __opensock.
4962         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
4963         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
4964         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
4966         * sysdeps/mach/hurd/ifreq.h: New file.
4967         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
4968         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
4969         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
4971         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
4972         which gets moved around.  Calculate size of mmap'd buffer instead.
4974 2002-07-24  Philip Blundell  <philb@gnu.org>
4976         * sysdeps/unix/arm/brk.S: Improve schedule.
4977         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
4978         efficient instruction.
4979         (__socket): Optimize return sequence.
4981 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4983         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
4984         sockets on old kernels.
4986 2002-07-22  Philip Blundell  <philb@gnu.org>
4988         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
4989         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4990         alias.
4992 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4994         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
4995         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
4997         * locale/programs/locarchive.c (add_locale_to_archive): Correct
4998         test to detect duplicate locales.
5000         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
5001         position would be before beginning of file.
5002         (_IO_file_seekoff_mmap): Likewise.
5003         * libio/Makefile (tests): Add bug-fseek.
5004         * libio/bug-fseek.c: New file.
5006         * intl/explodename.c: Remove support for CEN-style locale variables.
5007         It was never used and shouldn't be since it's not portable.
5008         * intl/finddomain.c: Likewise.
5009         * intl/l10nflist.c: Likewise.
5010         * intl/loadinfo.h: Likewise.
5011         * locale/findlocale.c: Likewise.
5013 2002-07-24  Roland McGrath  <roland@frob.com>
5015         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
5016         position, calculate it to take into account an active pushback buffer.
5018         * libio/Makefile (tests): Add bug-ungetc.
5019         * libio/bug-ungetc.c: New file.
5021 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
5023         * sysdeps/generic/libc-tls.c: New file.
5024         * csu/Makefile (routines): Add libc-tls.
5025         (static-only-routines): Add libc-tls.
5026         * elf/dl-support.c (_dl_phdr): New variable.
5027         (_dl_phnum): New variable.
5028         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
5029         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
5030         for !SHARED.  First look through auxiliary vector.  If TLS always
5031         call __pthread_initialize_minimal.
5033         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
5034         in mmap call is never zero.
5036 2002-07-23  Andreas Jaeger  <aj@suse.de>
5038         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
5039         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
5041 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
5043         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
5044         creation and removal of the temp file.
5046         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
5047         file creation.
5048         * test-skeleton.c (create_temp_file): New function.
5050 2002-07-22  Andreas Jaeger  <aj@suse.de>
5052         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
5053         local label.
5055 2002-07-21  Roland McGrath  <roland@frob.com>
5057         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
5058         put -I../include before -I../stdlib so we get the right errno.h et al.
5059         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
5060         (CFLAGS-wcstof.c): Likewise.
5061         (CFLAGS-wcstold.c): Likewise.
5062         (CFLAGS-wcstod_l.c): Likewise.
5063         (CFLAGS-wcstof_l.c): Likewise.
5064         (CFLAGS-wcstold_l.c): Likewise.
5066 2002-07-19  Roland McGrath  <roland@frob.com>
5068         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
5070 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
5072         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
5073         __ASSUME_AT_XID is defined.
5074         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
5075         for 2.4.1 and up.
5076         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
5077         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
5079         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
5080         (CFLAGS-wcstof.c): Likewise.
5081         (CFLAGS-wcstold.c): Likewise.
5082         (CFLAGS-wcstod_l.c): Likewise.
5083         (CFLAGS-wcstof_l.c): Likewise.
5084         (CFLAGS-wcstold_l.c): Likewise.
5086 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
5088         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
5089         __priority_which_t): Always typedef to int for C++.
5091 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
5093         * configure.in: Add test for __thread support in compiler.
5094         * config.h.in: Add HAVE___THREAD.
5095         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
5096         * include/sys/errno.h: Moved to...
5097         * stdlib/sys/errno.h: ...here.  New file.
5098         * stdlib/errno.h: New file.  Moved from...
5099         * include/errno.h: ...here.  Changed into an internal header defining
5100         libc-local things like __set_errno.
5101         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
5102         bits/errno.h.
5103         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
5104         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
5105         either.
5106         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
5107         from...
5108         (_dl_start_final): ...here.  Add code to initialize tls elements from
5109         bootstrap_map.
5110         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
5111         if USE_TLS && HAVE___THREAD.
5112         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
5113         * sysdeps/mach/hurd/bits/errno.h: Likewise.
5114         * sysdeps/standalone/arm/bits/errno.h: Likewise.
5115         * sysdeps/standalone/bits/errno.h: Likewise.
5116         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
5117         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
5118         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
5119         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
5120         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
5121         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
5122         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
5123         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
5124         use GL(dl_rtld_map), use map parameter.
5125         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
5126         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
5127         USE_TLS && HAVE___THREAD.
5128         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
5129         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
5130         TLS code sequence.
5131         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5133         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
5134         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
5135         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
5136         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
5137         * sysdeps/unix/sysv/linux/readv.c: Likewise.
5138         * sysdeps/unix/sysv/linux/writev.c: Likewise.
5140 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
5142         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
5143         MS_INVALIDATE values.
5145 2002-07-17  Andreas Schwab  <schwab@suse.de>
5146             Ulrich Drepper  <drepper@redhat.com>
5148         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
5149         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
5150         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
5151         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
5153 2002-07-01  H.J. Lu  <hjl@gnu.org>
5155         * elf/circleload1.c (load_dso): Call "circlemod1" and check
5156         return value.
5158         * elf/circlemod1.c (circlemod1): Return int.
5159         * elf/circlemod2.c (circlemod2): Likewise.
5160         * elf/circlemod2a.c (circlemod2): Likewise.
5161         * elf/circlemod3.c (circlemod3): Likewise.
5162         (circlemod3a): A new function.
5164 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
5166         * catgets/tst-catgets.c (main): Don't expect results for
5167         untranslated messages.
5169         * glibcbug.in: Fix little typo.  Remove STDIO.
5171         * config.h.in: Fail if __FAST_MATH__ is defined.
5172         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
5173         (CPPFLAGS-test-idouble.c): Likewise.
5174         (CPPFLAGS-test-ildouble.c): Likewise.
5176 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
5178         * intl/tst-gettext.sh: Pass -f option to msgfmt.
5179         * intl/tst-gettext.c: Correctly handle untranslated messages in
5180         positive tests.
5182         * po/de.po: Update from translation team.
5184 2002-07-02  H.J. Lu  <hjl@gnu.org>
5186         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
5187         use ll/sc.
5188         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
5190         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
5191         to 2.4.0 for mips.
5193 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
5195         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
5196         TLS fail if USE_TLS is not defined.
5198         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
5199         and adjust state for seek position.  [PR libc/4070]
5200         * libio/Makefile (tests): Add bug-rewind.
5201         * libio/bug-rewind.c: New file.
5203 2002-07-12  Philip Blundell  <philb@gnu.org>
5205         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
5206         (__backtrace): Use it.
5207         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
5209 2002-07-12  Philip Blundell  <philb@gnu.org>
5211         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
5212         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
5213         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
5214         (elf_machine_rela): Remove unused variable.
5216         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
5217         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
5218         define.
5220 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
5222         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
5224 2002-07-14  Andreas Jaeger  <aj@suse.de>
5226         * sysdeps/x86_64/bits/link.h: Add biarch support.
5228 2002-07-13  Andreas Jaeger  <aj@suse.de>
5230         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
5231         Use correct indices.
5232         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
5234 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5236         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
5237         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
5238         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
5239         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
5240         * sysdeps/s390/s390-32/bits/link.h: Remove.
5241         * sysdeps/s390/s390-64/bits/link.h: Remove.
5242         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
5243         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
5244         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
5245         * sysdeps/s390/bits/wordsize.h: New file.
5246         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
5247         elfclass.h.
5248         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
5249         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
5250         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
5251         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
5252         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
5253         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
5254         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
5255         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
5256         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
5257         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
5258         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
5259         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
5260         resource.h.
5261         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
5262         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
5263         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
5264         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
5265         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
5266         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
5267         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
5268         sigaction.h.
5269         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
5270         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
5271         siginfo.h.
5272         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
5273         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
5274         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
5275         socket.h.
5276         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
5277         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
5278         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
5279         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
5280         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
5281         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
5282         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
5283         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
5284         procfs.h.
5285         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
5286         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
5287         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
5288         ucontext.h.
5289         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
5290         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
5292 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
5294         * Versions.def (libc): Add GLIBC_2.3.
5295         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
5296         * stdlib/canonicalize.c: Add compatibility version for realpath
5297         and make new code available in GLIBC_2.3.
5299 2002-07-06  Bruno Haible  <bruno@clisp.org>
5301         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
5303 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
5305         * resolv/res_hconf.c (_res_hconf_init): Move code into new
5306         function do_init.  Use __libc_once.
5307         (do_init): New function.
5309         * iconvdata/iso8859-11.h: Removed.
5310         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
5311         (distribute): Remove iso8859-11.h.
5312         * iconvdata/tst-tables.sh: Add ISO-8859-11.
5314         * stdio-common/vfscanf.c (inchar): Restore errno from previous
5315         underflow operation if c == (W)EOF.
5317 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
5319         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
5320         non-zero, adjust exponent.
5321         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
5322         Remove NO_LONG_DOUBLE aliases.
5323         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
5324         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
5325         (__log1pl): Raise divide by zero and invalid exceptions when needed.
5326         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
5327         1**y and -1**+-Inf.
5328         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
5329         Fix BITS_PER_MP_LIMB 32 extraction.
5330         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
5331         exceptions for qNaNs.
5332         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
5333         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
5334         Raise exceptions when needed.  Don't recurse unnecessarily.
5335         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
5336         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
5337         exceptions for qNaNs.
5338         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
5339         to fix *quo return value sign.
5340         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
5341         case -Inf argument.
5342         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
5344 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
5346         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
5347         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
5348         -DNDEBUG.
5350 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
5352         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
5353         the result.
5355         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
5356         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
5358         * Versions.def (libthread_db): Add GLIBC_2.3.
5360 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
5362         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
5363         new stream if possible.
5364         * libio/freopen64.c (freopen64): Likewise.
5365         * libio/Makefile (tests): Add tst-freopen.
5366         * libio/tst-freopen.c: New file.
5368 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
5370         * libio/stdio.h (obstack_printf): Add format attribute.
5371         (obstack_vprintf): Likewise.
5373 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
5375         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
5376         resp. 16 bytes on 32-bit resp. 64-bit platforms.
5377         (re_charset_t, re_string_t): Reorder structure members for 64-bit
5378         architectures.
5380 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
5382         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
5383         (init_dfa): ...here.
5385 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
5387         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
5388         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
5389         nodes in parse trees.
5390         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
5391         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
5392         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
5393         nodes which can epsilon transit.
5394         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
5395         to IS_EPSILON_NODE macro.
5396         * posix/regexec.c (update_regs): New function to update registers
5397         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
5398         (proceed_next_node): Use the entities of the nodes to determine
5399         whether the node can transit to.
5400         (set_regs): Use update_regs function to update registers.
5402 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
5404         * posix/bug-regex4.c (main): Remove duplicate setlocale.
5405         * posix/bug-regex6.c: New file.
5406         * posix/Makefile (tests): Add bug-regex6.
5407         (bug-regex6-ENV): Set LOCPATH.
5409 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
5411         * Versions.def [libpthread]: Add GLIBC_2.2.6.
5412         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
5414 2002-07-06  Bruno Haible  <bruno@clisp.org>
5416         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
5418 2002-07-06  Bruno Haible  <bruno@clisp.org>
5420         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
5421         declarations.
5423         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
5425         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
5427         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
5428         not _UTSNAME_H.
5429         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
5431         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
5432         * sysdeps/generic/bits/ustat.h: Likewise.
5434         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
5436 2002-07-08  Andreas Jaeger  <aj@suse.de>
5438         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
5440 2002-07-08  Andreas Jaeger  <aj@suse.de>
5442         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
5444 2002-07-06  Andreas Jaeger  <aj@suse.de>
5446         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
5447         * sysdeps/x86_64/fpu/s_copysign.S: New file.
5448         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
5449         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
5450         * sysdeps/x86_64/fpu/s_finitel.S: New file.
5451         * sysdeps/x86_64/fpu/s_fmax.S: New file.
5452         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
5453         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
5454         * sysdeps/x86_64/fpu/s_fmin.S: New file.
5455         * sysdeps/x86_64/fpu/s_fminf.S: New file.
5456         * sysdeps/x86_64/fpu/s_fminl.S: New file.
5458 2002-06-05  Brian Youmans <3diff@gnu.org>
5460         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
5461         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
5462         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
5463         * sysdeps/ia64/fpu/e_asin.S: Likewise.
5464         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
5465         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
5466         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
5467         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
5468         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
5469         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
5470         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
5471         * sysdeps/ia64/fpu/e_exp.S: Likewise.
5472         * sysdeps/ia64/fpu/e_expf.S: Likewise.
5473         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
5474         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
5475         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
5476         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
5477         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
5478         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
5479         * sysdeps/ia64/fpu/e_log.S: Likewise.
5480         * sysdeps/ia64/fpu/e_logf.S: Likewise.
5481         * sysdeps/ia64/fpu/e_pow.S: Likewise.
5482         * sysdeps/ia64/fpu/e_powf.S: Likewise.
5483         * sysdeps/ia64/fpu/e_powl.S: Likewise.
5484         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
5485         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
5486         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
5487         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
5488         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
5489         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
5490         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
5491         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
5492         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
5493         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
5494         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
5495         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
5496         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
5497         * sysdeps/ia64/fpu/libm_error.c: Likewise.
5498         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
5499         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
5500         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
5501         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
5502         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
5503         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
5504         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
5505         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
5506         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
5507         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
5508         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
5509         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
5510         * sysdeps/ia64/fpu/s_logb.S: Likewise.
5511         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
5512         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
5513         * sysdeps/ia64/fpu/s_modf.S: Likewise.
5514         * sysdeps/ia64/fpu/s_modff.S: Likewise.
5515         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
5516         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
5517         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
5518         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
5519         * sysdeps/ia64/fpu/s_rint.S: Likewise.
5520         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
5521         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
5522         * sysdeps/ia64/fpu/s_round.S: Likewise.
5523         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
5524         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
5525         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
5526         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
5527         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
5528         * sysdeps/ia64/fpu/s_significand.S: Likewise.
5529         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
5530         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
5531         * sysdeps/ia64/fpu/s_tan.S: Likewise.
5532         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
5533         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
5534         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
5535         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
5536         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
5537         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
5538         reflect IBM donation of math library to FSF
5539         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
5540         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
5541         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
5542         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
5543         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
5544         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
5545         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
5546         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
5547         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
5548         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
5549         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
5550         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
5551         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
5552         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
5553         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
5554         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
5555         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
5556         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
5557         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
5558         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
5559         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
5560         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
5561         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
5562         * sysdeps/vax/__longjmp.c: Likewise.
5563         * sysdeps/vax/setjmp.c: Likewise.
5564         * libio/filedoalloc.c: Fixed BSD copying permission notice to
5565         remove advertising clause
5566         * sysdeps/vax/htonl.s: Likewise.
5567         * sysdeps/vax/htons.s: Likewise.
5568         * libio/wfiledoalloc.c: Likewise.
5569         * stdlib/random.c: Likewise.
5570         * stdlib/random_r.c: Likewise.
5571         * sysdeps/mach/sys/reboot.h: Likewise.
5572         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
5573         * sysdeps/posix/getaddrinfo.c: Likewise.
5574         * sunrpc/des_impl.c: Updated license permission notice to Lesser
5575         GPL and corrected pointer to point to the correct license.
5577 2002-07-04  Andreas Jaeger  <aj@suse.de>
5579         * scripts/config.guess: New upstream version.
5580         * scripts/config.sub: Likewise.
5582 2002-07-02  Andreas Schwab  <schwab@suse.de>
5584         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
5585         in parallel to bumping up the buffer pointer.
5587 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
5589         * math/libm-test.inc (acos_test): Add missing L suffix for
5590         expected result.
5591         (cpow_test): Likewise.
5592         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
5593         error for acos (0.0625).
5595 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
5597         * locale/iso-639.def: Add entry for Ganda.
5598         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
5599         definition.
5600         (address_finish): Handle entries with two letter ISO 639 code.
5602         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
5603         directory if it existed before.
5604         * iconv/iconvconfig.c: Implement --prefix option.
5606         * math/libm-test.inc (cexp_test): Add missing L suffix for
5607         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
5608         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
5609         1.25 i).
5611 2002-05-29  H.J. Lu  <hjl@gnu.org>
5613         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
5614         is turned on.
5616 2002-05-28  H.J. Lu  <hjl@gnu.org>
5618         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
5619         are not dlopened on the dependency list of a dlopened object.
5621 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
5623         * elf/dl-lookup.c (add_dependency): It is not necessary to add
5624         dependencies if they are created between objects which are created
5625         while processing RTLD_NOW for objects loaded as part of the same
5626         dlopen call.
5628 2002-06-14  H.J. Lu  <hjl@gnu.org>
5630         * elf/Makefile (tests): Add circleload1.
5631         (modules-names): Add circlemod1, circlemod2, circlemod3,
5632         circlemod1a, circlemod2a and circlemod3a.
5633         ($(objpfx)circleload1): New target.
5634         ($(objpfx)circleload1.out): Likewise.
5635         ($(objpfx)circlemod1.so): Likewise.
5636         ($(objpfx)circlemod2.so): Likewise.
5637         ($(objpfx)circlemod1a.so): Likewise.
5638         ($(objpfx)circlemod2a.so): Likewise.
5639         * elf/circleload1.c: New file.
5640         * elf/circlemod1.c: New file.
5641         * elf/circlemod1a.c: New file.
5642         * elf/circlemod2.c: New file.
5643         * elf/circlemod2a.c: New file.
5644         * elf/circlemod3.c: New file.
5645         * elf/circlemod3a.c: New file.
5647 2002-06-18  Amos Waterland  <apw@us.ibm.com>
5649         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
5650         file descriptor.
5651         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
5652         add check for fd not open for writing.
5654         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
5655         completed element(s) and do not suspend thread if so.  Patch
5656         heavily modified by drepper.
5658         * rt/tst-aio7.c: New file.  Regression test for problems which the
5659         above three changes fix.
5660         * rt/Makefile (tests): Add tst-aio7.
5662 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
5664         * rt/tst-aio6.c: Fix comment.
5666         * catgets/gencat.c (read_input_file): Handle more than one slash
5667         at end of line correctly [PR libc/3926].
5668         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
5670         * catgets/sample.SJIS: Add test case for above bug.
5671         * catgets/test-gencat.c: Adjust test code.
5672         * catgets/test-gencat.sh: Adjust expected results.
5674         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
5675         to skip relative relocations.
5676         Patch by Geoff Keating <geoffk@redhat.com>.
5678 2002-05-26  Bruno Haible  <bruno@clisp.org>
5680         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
5681         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
5682         All callers changed.
5683         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
5684         STANDARD_FROM_LOOP_ERR_HANDLER.
5685         (utf8_internal_loop): Likewise.
5686         (ucs2_internal_loop): Likewise.
5687         (internal_ucs2_loop): Perform error handling like in
5688         STANDARD_FROM_LOOP_ERR_HANDLER.
5689         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
5690         in STANDARD_FROM_LOOP_ERR_HANDLER.
5691         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5692         handling.
5693         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
5694         in STANDARD_FROM_LOOP_ERR_HANDLER.
5695         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5696         handling.
5697         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
5698         in STANDARD_FROM_LOOP_ERR_HANDLER.
5699         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5700         handling.
5701         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
5702         STANDARD_FROM_LOOP_ERR_HANDLER.
5703         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
5704         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
5705         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
5706         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
5707         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
5708         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
5709         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
5710         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
5711         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
5712         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
5713         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
5714         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
5715         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
5716         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
5717         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
5718         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
5719         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
5720         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
5721         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
5722         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
5723         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
5724         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
5725         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
5726         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5727         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
5728         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
5729         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
5730         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
5731         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
5732         an error, still set result = __GCONV_ILLEGAL_INPUT.
5733         (BODY for TO_LOOP): Likewise.
5734         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
5735         STANDARD_FROM_LOOP_ERR_HANDLER.
5736         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5737         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
5738         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5739         handling.
5740         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5741         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
5742         STANDARD_FROM_LOOP_ERR_HANDLER.
5743         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5744         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
5745         STANDARD_FROM_LOOP_ERR_HANDLER.
5746         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5747         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
5748         STANDARD_FROM_LOOP_ERR_HANDLER.
5749         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5750         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
5751         STANDARD_FROM_LOOP_ERR_HANDLER.
5752         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5753         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
5754         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5755         handling.
5756         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5757         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
5758         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
5759         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
5761 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5763         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
5764         labels in assembler instructions.
5766 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
5768         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
5769         not enough content is available.
5770         * libio/tst-eof.c: New file.
5771         * libio/Makefile (tests): Add tst-eof.
5773         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
5774         update atime.
5775         * libio/tst-atime.c: New file.
5776         * libio/Makefile (tests): Add tst-atime.
5778         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
5779         handling of overly long words.
5781 2002-06-25  Andreas Jaeger  <aj@suse.de>
5783         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
5784         to not use 32-bit pc relative relocations.
5785         (elf_machine_dynamic): Likewise.
5787 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5789         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
5790         (__GETDENTS): Check for failed getdents64 syscall.
5791         * dirent/Makefile (tests): Add bug-readdir1.
5792         * dirent/bug-readdir1.c: New file.
5794 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
5796         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
5797         lookups.
5798         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
5799         code.  Print TLS modid and offset for modules containing PT_TLS
5800         segments.
5802 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5804         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5805         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5806         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5807         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5809 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5811         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
5812         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
5813         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
5814         * nss/getXXent_r.c (NEW, NEW1): Define.
5815         (NEW (REENTRANT_GETNAME)): Strong alias to
5816         INTERNAL (REENTRANT_GETNAME).
5817         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
5819 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5821         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
5822         (_IO_file_jumps_mmap): Use it.
5823         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
5824         * libio/libioP.h: Remove _IO_wdefault_setbuf and
5825         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
5826         prototype.
5827         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
5828         (_IO_wfile_jumps_mmap): Don't use it anymore.
5829         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
5830         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
5831         _IO_wdefault_setbuf.
5832         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
5833         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
5834         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
5836 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
5838         * libio/Makefile (tests): Add tst-mmap-setvbuf.
5839         * libio/tst-mmap-setvbuf.c: New test.
5841 2002-06-21  Andreas Jaeger  <aj@suse.de>
5843         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
5845 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
5847         * include/unistd.h (__fork_internal): Remove.
5848         (__fork): Don't define to __fork_internal.
5849         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
5850         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
5851         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
5852         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
5853         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
5855 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5857         * po/hr.po: New file.
5859 2002-06-11  Wolfram Gloger  <wg@malloc.de>
5861         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
5862         Reported by Michael Meissner <meissner@redhat.com>.
5864 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5866         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
5867         Patch by Hans Boehm <hans_boehm@hp.com>.
5869 2002-06-20  Andreas Jaeger  <aj@suse.de>
5871         * math/libm-test.inc: Use exact values as input parameters,
5872         compute output parameters with 36 digits for 128-bit long doubles.
5873         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
5874         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
5875         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
5877 2002-06-13  Stephen L Moshier  <steve@moshier.net>
5879         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
5880         argument or result is subnormal.
5882 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
5884         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
5885         quotient.
5886         * sysdeps/i386/fpu/s_remquof.S: Likewise.
5887         * sysdeps/i386/fpu/s_remquol.S: Likewise.
5889         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
5891 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
5893         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
5894         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
5895         Reported by Peter A. Buhr.
5897 2002-06-15  Roland McGrath  <roland@frob.com>
5899         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
5900         warning.
5902         * sysdeps/mach/hurd/getcwd.c
5903         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
5905         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
5906         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
5908         * sysdeps/alpha/divrem.h: Use local label instead of global one for
5909         jump to local subroutine.
5911 2002-06-14  Roland McGrath  <roland@frob.com>
5913         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
5914         * sysdeps/mach/hurd/Makeconfig: ... here.
5916 2002-06-13  Andreas Schwab  <schwab@suse.de>
5918         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
5919         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5920         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5922 2002-06-13  Roland McGrath  <roland@frob.com>
5924         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
5925         * hurd/hurdstartup.c (_hurd_startup): Likewise.
5926         Use intptr_t instead of int for argc in stack layout.
5927         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
5928         (_dl_init_first): Likewise.
5929         (_hurd_stack_setup): Likewise.
5930         (init1): Add a cast.
5931         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
5933         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
5934         argument to pfinet_siocgifconf RPC.
5936 2002-06-13  Andreas Schwab  <schwab@suse.de>
5938         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
5939         expansion order.
5941 2002-06-12  Roland McGrath  <roland@frob.com>
5943         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
5944         if already defined.
5945         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
5946         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
5948 2002-06-11  Roland McGrath  <roland@frob.com>
5950         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
5951         file on [!RTLD_STAT64].
5952         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5954         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
5955         (__fdopen): Use INTUSE.
5956         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
5958         * stdio-common/tmpfile64.c: File removed.
5959         * sysdeps/generic/tmpfile64.c: New file.
5960         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
5961         if not already defined.
5962         (tmpfile): Use it in place of __GT_FILE.
5964         * include/unistd.h: Declare __chown_internal.
5966         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
5967         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
5969 2002-06-09  Roland McGrath  <roland@frob.com>
5971         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
5972         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
5973         value of HURD_INTERFACE_VERSION >= 20020609.
5974         * sysdeps/mach/hurd/configure: Regenerated.
5975         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
5976         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
5977         convert a struct stat64 into a struct stat and return 0 or -1
5978         with errno set to EOVERFLOW.
5979         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
5980         for struct statfs64 to struct statfs.
5981         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
5982         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
5983         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
5984         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
5985         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
5986         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
5987         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
5988         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
5989         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
5990         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
5991         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
5992         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
5993         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
5994         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
5995         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
5996         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
5997         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
5998         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
5999         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
6000         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
6001         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
6002         Use struct stat64 for io_stat argument.
6003         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
6004         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
6005         to io_seek.
6006         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
6007         * hurd/fd-write.c (_hurd_fd_write): Likewise.
6008         * hurd/hurd/fd.h: Update decls.
6009         * sysdeps/mach/hurd/getcwd.c
6010         (_hurd_canonicalize_directory_name_internal): Use ino64_t
6011         and struct dirent64.
6012         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
6013         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
6014         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
6015         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
6017 2002-06-08  Roland McGrath  <roland@frob.com>
6019         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
6020         instead of unsigned long int for __allocation and __size members.
6022 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
6024         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
6025         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
6026         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
6027         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
6029 2002-06-07  Roland McGrath  <roland@frob.com>
6031         * sysdeps/mach/hurd/bits/environments.h: File removed.
6033 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
6035         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
6036         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
6037         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
6038         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
6039         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
6040         (sendfile64): Likewise.
6041         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
6042         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
6043         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
6044         Likewise.
6045         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
6047         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
6048         already defined.
6050 2002-06-04  Bruno Haible  <bruno@clisp.org>
6052         * sysdeps/cris/stackinfo.h: New file.
6054         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
6055         to an integer type before performing bit operations on it.
6057 2002-06-05  Roland McGrath  <roland@frob.com>
6059         * sysdeps/generic/sendfile.c: Include <errno.h>.
6060         * sysdeps/generic/sendfile64.c: Likewise.
6062         * io/Makefile (routines): Add sendfile and sendfile64.
6063         (headers): Add sys/sendfile.h to the list.
6064         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
6065         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
6066         * io/sys/sendfile.h: ... here.
6067         * sysdeps/generic/sendfile.c: New file.
6068         * sysdeps/generic/sendfile64.c: New file.
6070         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
6071         Move sendfile, sendfile64 to ...
6072         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
6073         * sysdeps/mach/hurd/sendfile.c: New file.
6074         * sysdeps/mach/hurd/sendfile64.c: New file.
6076         * sysdeps/mach/nanosleep.c: New file.
6078 2002-06-04  Roland McGrath  <roland@frob.com>
6080         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
6081         * sysdeps/alpha/elf/configure: New file (generated).
6083 2002-06-02  Roland McGrath  <roland@frob.com>
6085         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
6087 2002-06-01  Roland McGrath  <roland@frob.com>
6089         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
6090         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
6092 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
6094         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
6095         Add nsmap.
6096         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
6097         Remove nstimes setting.
6098         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
6099         * resolv/res_send.c (res_nsend): Don't close unconditionally if
6100         there is mix of IPv6 and IPv4 nameservers.
6101         Use nsmap array to find free slots and preserve nameserver ordering.
6102         Fix RES_ROTATE.
6104 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
6106         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
6107         use this header with LFS.
6109         * po/sk.po: Update from translation team.
6111 2002-05-28  Andreas Schwab  <schwab@suse.de>
6113         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
6114         message when finding object of wrong class.
6116 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
6118         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
6119         Patch by <radu@netsoft.ro>.
6121 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
6123         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
6124         Add readahead.
6125         * sysdeps/unix/sysv/linux/readahead.c: New file.
6126         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
6127         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
6128         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
6129         Add sendfile64 alias to sendfile syscall.
6130         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6131         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6132         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6133         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
6134         syscall.
6136         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
6137         special section for PIC register loading.
6138         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
6140         * config.h.in: Define HAVE_HIDDEN.
6141         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
6143         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
6145 2002-05-28  Roland McGrath  <roland@frob.com>
6147         * sysdeps/mach/alpha/setfpucw.c: New file.
6149 2002-05-26  Roland McGrath  <roland@frob.com>
6151         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
6152         Use integer_t instead of int for IOC_VOID case.
6154 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
6156         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
6158 2002-05-26  Bruno Haible  <bruno@clisp.org>
6160         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
6161         end of the ISO-8859-7 from idx table.
6163 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
6165         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
6167 2002-05-24  David S. Miller  <davem@redhat.com>
6169         * string/bits/string2.h (memset): Do not try to optimize when
6170         not _STRING_ARCH_unaligned if GCC will do the right thing.
6172 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
6174         * posix/regex.c: Define `inline' as a macro into nothing for the
6175         compilers which lack the keyword.
6176         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
6177         for the compatibility of gawk.
6178         * posix/regcomp.c: Add fake implementation of isblank() for the
6179         environments which lack the function.
6180         Don't use free_charset() in case of non-i18n envs.
6181         (build_range_exp): Don't use i18n related code in case of non-i18n
6182         envs.
6183         (build_collating_symbol): Likewise.
6184         (build_equiv_class): Likewise.
6185         (build_charclass): Likewise.
6186         (re_compile_fastmap_iter): Likewise.
6187         (parse_bracket_exp): Likewise.
6188         (build_word_op): Likewise.
6189         (regfree): Don't use free_charset() in case of non-i18n envs.
6190         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
6191         re_token_type_t in case of non-i18n envs.
6192         Don't define re_charset_t in case of non-i18n envs.
6193         Change the type of wcs of re_string_t from wchar_t to wint_t,
6194         since we store also WEOF.
6195         * posix/regex_internal.c: (re_string_realloc_buffers): Change
6196         the type of wcs of re_string_t from wchar_t to wint_t.
6197         (re_string_reconstruct): Likewise.
6198         (create_ci_newstate): Don't use i18n related code in case of
6199         non-i18n envs.
6200         (create_cd_newstate): Likewise.
6202 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
6204         * iconv/loop.c: Fix typo.
6206 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
6208         * inet/ether_line.c (ether_line): Fix a typo causing only
6209         lower 4 bits of each ethernet address byte being assigned.
6210         Don't modify what line points to.
6211         * inet/tst-ether_aton.c (main): Add ether_line tests.
6213 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
6215         * manual/filesys.texi: Don't make readlink example leak memory
6216         when readlink fails.
6218 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
6220         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
6221         some more security checks.
6223 2002-05-17  David S. Miller  <davem@redhat.com>
6225         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
6227 2002-05-16  David S. Miller  <davem@redhat.com>
6229         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
6230         (elf_machine_dynamic): Use it to force PIC register to be loaded.
6231         (elf_machine_load_address): Likewise.
6232         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
6234         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
6235         is unaligned, do not forget to fully initialize %g1 magic value.
6237         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
6238         register definitions and provide 32-bit variants of structures
6239         during 64-bit builds.
6241         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
6242         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
6243         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
6244         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
6245         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
6246         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
6247         Do not clear implicit one bit here, it must be done post-rounding.
6248         Only pad to the left using left shift if value uses less than the
6249         available fractional bits.
6251 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6253         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
6254         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
6255         (shared-only-routines): Likewise.
6256         * sysdeps/powerpc/libgcc-compat.c: New file.
6257         * sysdeps/wordsize-32/cmpdi2.c: Removed.
6258         * sysdeps/wordsize-32/fixdfdi.c: Removed.
6259         * sysdeps/wordsize-32/fixsfdi.c: Removed.
6260         * sysdeps/wordsize-32/shdi3.c: Removed.
6262 2002-05-16  Bruno Haible  <bruno@clisp.org>
6264         * MakeTAGS (libc.pot): Don't sort the output.
6265         * po/header.pot: Update to match xgettext 0.11 output.
6267 2002-05-16  Bruno Haible  <bruno@clisp.org>
6269         * MakeTAGS (subdirs): Remove duplicates.
6271 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
6273         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
6274         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
6275         alias.
6277 2002-05-19  Andreas Jaeger  <aj@suse.de>
6279         * sysdeps/unix/sysv/linux/configure.in: Warn against an
6280         installation in /usr/local.
6282 2002-05-16  Bruno Haible  <bruno@clisp.org>
6284         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
6285         string as argument of #error.
6287 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
6289         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
6290         don't define static.  Remove old __realpath function.  TC1 of
6291         POSIX 2001 will allow the second parameter to be NULL.
6292         * stdlib/test-canon.c: Comment out test for NULL as second
6293         parameter of realpath.
6295         * time/offtime.c (__offtime): Set errno if overflow is detected.
6297         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
6298         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
6299         dl-brk and dl-sbrk.
6301         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
6302         (fdimf): Likewise.
6304 2002-05-15  Roland McGrath  <roland@frob.com>
6306         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
6308 2002-05-12  Bruno Haible  <bruno@clisp.org>
6310         * iconvdata/testdata/EUC-JISX0213: New file.
6311         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
6312         * iconvdata/testdata/SHIFT_JISX0213: New file.
6313         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
6314         * iconvdata/testdata/ISO-2022-JP-3: New file.
6315         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
6316         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
6317         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
6318         contains comments indicating precomposed characters.
6320 2002-04-21  Bruno Haible  <bruno@clisp.org>
6322         * iconvdata/iso-2022-jp-3.c: New file.
6323         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
6324         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
6325         (LDFLAGS-ISO-2022-JP-3.so): New variable.
6326         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
6327         (distribute): Add iso-2022-jp-3.c.
6329 2002-05-12  Bruno Haible  <bruno@clisp.org>
6331         * iconvdata/tst-table-to.c (main): Restore handling of
6332         transliterations, broken by last patch.
6334 2002-05-12  Bruno Haible  <bruno@clisp.org>
6336         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
6338 2002-05-12  Bruno Haible  <bruno@clisp.org>
6340         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
6341         when there is not enough room in the output buffer.
6342         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
6344 2002-04-20  Bruno Haible  <bruno@clisp.org>
6346         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
6347         macros.
6348         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
6349         Also make this macro work if FROM_DIRECTION evaluates to 0.
6350         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
6351         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
6352         of consume_incomplete.
6353         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
6354         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
6355         4, not 8.
6356         * iconvdata/cp1258.c: Likewise.
6357         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
6358         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
6359         not 2.
6360         * iconvdata/ibm933.c: Likewise.
6361         * iconvdata/ibm935.c: Likewise.
6362         * iconvdata/ibm937.c: Likewise.
6363         * iconvdata/ibm939.c: Likewise.
6364         * iconvdata/iso-2022-cn.c: Define
6365         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6366         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
6367         * iconvdata/iso-2022-cn-ext.c: Likewise.
6368         * iconvdata/iso-2022-jp.c: Define
6369         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6370         {MIN,MAX}_NEEDED_{FROM,TO}.
6371         * iconvdata/tcvn5712-1.c: Define
6372         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6373         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
6374         * iconvdata/euc-jisx0213.c: Define
6375         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6376         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
6377         * iconvdata/shift_jisx0213.c: Likewise.
6379 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6381         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
6382         shdi3, fixdfdi, fixsfdi in csu dir.
6383         (shared-only-routines): Likewise.
6384         * sysdeps/wordsize-32/cmpdi2.c: New file.
6385         * sysdeps/wordsize-32/shdi3.c: New file.
6386         * sysdeps/wordsize-32/fixdfdi.c: New file.
6387         * sysdeps/wordsize-32/fixsfdi.c: New file.
6388         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
6389         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
6390         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
6392         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
6393         Only use va_arg if the argument will be used [PR libc/3259].
6395 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
6397         * catgets/catgets.c (catopen): Free buffer if internal catalog
6398         open fails.
6400 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
6402         * debug/xtrace.sh: Make more robust.  For realtime tracking use
6403         non-buffering methods.
6404         * debug/pcprofiledump.c: Implement -u option.
6405         Patch by Roger Luethi <rl@hellgate.ch>.
6407 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
6409         * include/netinet/in.h (bindresvport_internal): Add prototype.
6410         * include/rpc/auth.h  (authunix_create_internal,
6411         authunix_create_default_internal, authnone_create_internal,
6412         authdes_pk_create_internal): Add prototypes.
6413         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
6414         clntudp_create_internal, clntudp_bufcreate_internal,
6415         clntunix_create_internal): Add prototypes.
6416         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
6417         svc_getreq_internal, svc_getreq_common_internal,
6418         svc_getreqset_internal, svc_getreq_poll_internal,
6419         svc_register_internal, svc_unregister_internal,
6420         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
6421         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
6422         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
6423         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
6424         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
6425         * inet/rcmd.c (rcmd_af): Use __listen.
6426         (rresvport_af): Use __bind.
6427         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
6428         authunix_create, authunix_create_default, authnone_create,
6429         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
6430         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
6431         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
6432         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
6433         _authenticate, add INTDEF after such function definitions.
6434         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
6435         __setsockopt, __getsockname instead of non-__ variants.
6436         * sunrpc/pmap_rmt.c: Likewise.
6437         * sunrpc/rtime.c: Likewise.
6438         * sunrpc/svc_udp.c: Likewise.
6439         * sunrpc/clnt_unix.c: Likewise.
6440         * sunrpc/svc_unix.c: Likewise.
6441         * sunrpc/bindrsvprt.c: Likewise.
6442         * sunrpc/svc_tcp.c: Likewise.
6443         * sunrpc/auth_none.c: Likewise.
6444         * sunrpc/clnt_raw.c: Likewise.
6445         * sunrpc/clnt_tcp.c: Likewise.
6446         * sunrpc/auth_unix.c: Likewise.
6447         * sunrpc/key_call.c: Likewise.
6448         * sunrpc/clnt_gen.c: Likewise.
6449         * sunrpc/pm_getmaps.c: Likewise.
6450         * sunrpc/clnt_simp.c: Likewise.
6451         * sunrpc/pmap_clnt.c: Likewise.
6452         * sunrpc/svc_run.c: Likewise.
6453         * sunrpc/svc.c: Likewise.
6454         * sunrpc/svc_simple.c: Likewise.
6455         * sunrpc/pm_getport.c: Likewise.
6456         * sunrpc/auth_des.c: Likewise.
6457         * sunrpc/svc_auth.c: Likewise.
6458         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
6459         __register_frame_info_table_bases, __deregister_frame_info_bases):
6460         Add INTDEF.
6461         (__register_frame_info_bases_internal,
6462         __register_frame_info_table_bases_internal,
6463         __deregister_frame_info_bases_internal): Add prototypes.
6464         (__register_frame_info, __register_frame): Use INTUSE in call to
6465         __register_frame_info_bases.
6466         (__register_frame_info_table): Similarly.
6467         (__deregister_frame_info, __deregister_frame): Similarly.
6468         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
6469         sendto as weak alias.
6470         * sysdeps/mach/hurd/sendto.c: Likewise.
6471         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
6472         recvfrom as weak alias.
6473         * sysdeps/mach/hurd/recvfrom.c: Likewise.
6474         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
6475         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
6476         recvmsg as weak alias.
6477         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
6478         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
6479         sendmsg as weak alias.
6480         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
6481         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
6482         setsockopt, add setsockopt as weak alias.
6483         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6484         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
6485         weak alias.
6486         * sysdeps/mach/hurd/bind.c: Likewise.
6487         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
6488         as weak alias.
6489         * sysdeps/mach/hurd/listen.c: Likewise.
6490         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
6491         getsockname, add getsockname as weak alias.
6492         * sysdeps/mach/hurd/getsockname.c: Likewise.
6493         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
6494         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
6495         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
6496         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
6497         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
6498         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
6499         Add aliases.
6500         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6501         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6502         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6503         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6504         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
6505         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
6506         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
6507         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
6508         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
6509         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
6510         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
6511         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
6513 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
6515         * locale/programs/localedef.h (show_archive_content): Add verbose
6516         argument.
6517         * locale/programs/localedef.c (main): Adjust caller.
6518         * locale/programs/locarchive.c (struct nameent, struct dataent): New
6519         types.
6520         (nameentcmp, dataentcmp): New functions.
6521         (xstrcmp): Remove.
6522         (show_archive_content): Print verbose listing with --list-archive -v.
6524 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
6526         * locale/programs/locarchive.c (open_archive): Take extra argument
6527         readonly.  If true open file with O_RDONLY and don't create the
6528         archive if it doesn't exist.
6529         Adapt all callers.
6530         (close_archive): Don't do anything if fd element is -1.
6531         * locale/programs/localedef.h (open_archive): Adjust prototype.
6532         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
6533         call.
6535         * malloc/malloc.c (__posix_memalign): Correct check for size of
6536         alignment value [PR libc/3444].
6538         * include/stdio.h: Remove references to old stdio implementation.
6540         * libio/Makefile (bug-ungetwc2-ENV): Define.
6542 2002-05-13  Roland McGrath  <roland@frob.com>
6544         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
6546         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
6548 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
6550         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
6551         Allocate three, not two, more than LEN when appending '/.'.
6552         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
6553         if NAME ends with '/.' if it is shorter than 2 chars.
6555 2002-05-12  Roland McGrath  <roland@frob.com>
6557         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
6558         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
6560         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
6561         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
6563 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
6565         * sysdeps/ia64/Makefile: Remove extra endif.
6566         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
6568 2002-05-10  Andreas Schwab  <schwab@suse.de>
6570         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
6572 2002-05-09  Andreas Jaeger  <aj@suse.de>
6574         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
6575         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
6576         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
6578         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
6579         * sysdeps/wordsize-64/glob.c: ...here.
6580         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
6581         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
6582         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
6584 2002-05-08  Roland McGrath  <roland@frob.com>
6586         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
6587         O_NOTRANS flag in "." lookup.
6589 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
6591         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
6593 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
6595         * locale/duplocale.c (__duplocale): Update special members only
6596         when allocation succeeded.
6598 2002-05-03  Roland McGrath  <roland@frob.com>
6600         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
6601         we can only build libc.so.0.3(GLIBC_2.2.6) now.
6603 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
6605         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
6606         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
6607         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
6608         * sysdeps/ia64/ia64libgcc.S: New file.
6610 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
6612         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
6614         * malloc/memusage.c: Distinguish anonymous mmap.
6616 2002-05-01  Roland McGrath  <roland@frob.com>
6618         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
6619         and use INTDEF on it.
6620         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
6622         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
6624         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
6626 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
6628         * malloc/memusage.c: Add support for tracking mmap & friends.
6629         * malloc/memusage.sh: Implement -m/--mmap option.
6631 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
6633         * locale/programs/locarchive.c (create_archive): Add archivefname
6634         argument, create fname from it.
6635         (enlarge_archive): Honour output_prefix.
6636         (open_archive): Likewise.
6638 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
6640         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
6641         too many stpcpy macros.
6643 2002-04-26  Bruno Haible  <bruno@clisp.org>
6645         * locale/programs/ld-collate.c (collate_read): Cast first argument
6646         for "%.*s" to int.
6648 2002-04-26  Bruno Haible  <bruno@clisp.org>
6650         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
6651         __dcngettext_internal): New declarations.
6652         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
6653         attribute declarations.
6655 2002-04-30  Roland McGrath  <roland@frob.com>
6657         Removed old GNU stdio implementation; GNU libio is now the only option.
6658         * configure.in: Removed --enable-libio option and @stdio@ subst var.
6659         Define USE_IN_LIBIO unconditionally.
6660         * configure: Regenerated.
6661         * Makeconfig (stdio): Set to libio by default.
6662         * config.make.in (stdio): Variable removed.
6663         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
6664         * sysdeps/unix/sysv/linux/configure: Regenerated.
6665         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
6666         * sysdeps/mach/hurd/configure: Regenerated.
6667         * stdio/.cvsignore: File removed.
6668         * stdio/Makefile: File removed.
6669         * stdio/Versions: File removed.
6670         * stdio/__fbufsize.c: File removed.
6671         * stdio/__flbf.c: File removed.
6672         * stdio/__fpending.c: File removed.
6673         * stdio/__fpurge.c: File removed.
6674         * stdio/__freadable.c: File removed.
6675         * stdio/__freading.c: File removed.
6676         * stdio/__fsetlocking.c: File removed.
6677         * stdio/__fwritable.c: File removed.
6678         * stdio/__fwriting.c: File removed.
6679         * stdio/clearerr.c: File removed.
6680         * stdio/fclose.c: File removed.
6681         * stdio/fcloseall.c: File removed.
6682         * stdio/feof.c: File removed.
6683         * stdio/ferror.c: File removed.
6684         * stdio/fflush.c: File removed.
6685         * stdio/fgetc.c: File removed.
6686         * stdio/fgetpos.c: File removed.
6687         * stdio/fgets.c: File removed.
6688         * stdio/fileno.c: File removed.
6689         * stdio/fmemopen.c: File removed.
6690         * stdio/fopen.c: File removed.
6691         * stdio/fopncook.c: File removed.
6692         * stdio/fputc.c: File removed.
6693         * stdio/fputs.c: File removed.
6694         * stdio/fread.c: File removed.
6695         * stdio/freopen.c: File removed.
6696         * stdio/fseek.c: File removed.
6697         * stdio/fsetpos.c: File removed.
6698         * stdio/ftell.c: File removed.
6699         * stdio/fwrite.c: File removed.
6700         * stdio/getc.c: File removed.
6701         * stdio/getchar.c: File removed.
6702         * stdio/getdelim.c: File removed.
6703         * stdio/gets.c: File removed.
6704         * stdio/glue.c: File removed.
6705         * stdio/internals.c: File removed.
6706         * stdio/linewrap.c: File removed.
6707         * stdio/linewrap.h: File removed.
6708         * stdio/memstream.c: File removed.
6709         * stdio/newstream.c: File removed.
6710         * stdio/obstream.c: File removed.
6711         * stdio/putc.c: File removed.
6712         * stdio/putchar.c: File removed.
6713         * stdio/puts.c: File removed.
6714         * stdio/rewind.c: File removed.
6715         * stdio/setbuf.c: File removed.
6716         * stdio/setbuffer.c: File removed.
6717         * stdio/setlinebuf.c: File removed.
6718         * stdio/setvbuf.c: File removed.
6719         * stdio/stdio.h: File removed.
6720         * stdio/ungetc.c: File removed.
6721         * stdio/vasprintf.c: File removed.
6722         * stdio/vscanf.c: File removed.
6723         * stdio/vsnprintf.c: File removed.
6724         * stdio/vsprintf.c: File removed.
6725         * stdio/vsscanf.c: File removed.
6726         * sysdeps/generic/defs.c: File removed.
6727         * sysdeps/generic/fdopen.c: File removed.
6728         * sysdeps/generic/pipestream.c: File removed.
6729         * sysdeps/generic/stdio_init.c: File removed.
6730         * sysdeps/generic/sysd-stdio.c: File removed.
6731         * sysdeps/generic/vdprintf.c: File removed.
6732         * sysdeps/mach/hurd/defs.c: File removed.
6733         * sysdeps/mach/hurd/fdopen.c: File removed.
6734         * sysdeps/mach/hurd/pipestream.c: File removed.
6735         * sysdeps/mach/hurd/stdio_init.c: File removed.
6736         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
6737         * sysdeps/mach/hurd/vdprintf.c: File removed.
6738         * sysdeps/posix/defs.c: File removed.
6739         * sysdeps/posix/fdopen.c: File removed.
6740         * sysdeps/posix/pipestream.c: File removed.
6741         * sysdeps/posix/stdio_init.c: File removed.
6742         * sysdeps/posix/vdprintf.c: File removed.
6743         * sysdeps/unix/pipestream.c: File removed.
6744         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
6745         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
6746         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
6748 2002-04-29  Roland McGrath  <roland@frob.com>
6750         * include/libc-symbols.h (link_warning): Use `unused' attribute.
6752 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
6754         * sysdeps/generic/tls.h: Describe what must be defined.
6756         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
6757         glob_in_dir [PR libc/3385].
6758         * posix/globtest.sh: Add test case.
6760         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
6761         //TRANSLIT twice.
6763 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
6765         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
6766         _internal symbol handling.
6767         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6769 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6771         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
6772         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
6774 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
6776         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
6777         not _LIBC and RE_ENABLE_I18N.
6778         (build_range_exp): Implement for not _LIBC.
6779         (build_collating_symbol): Likewise.
6780         (parse_bracket_exp): Unify redundant error handlings.
6781         Don't erase mbcset for non matching list in multibyte envs.
6782         (build_word_op): Add '_' to matching list for \w operator.
6783         * posix/regex_internal.c (re_string_construct): Invoke
6784         build_upper_buffer in case of not RE_ENABLE_I18N.
6785         (re_string_reconstruct): Don't touch cur_state in case of not
6786         RE_ENABLE_I18N.
6787         * posix/regex_internal.h (attribute_hidden): New macro in case of
6788         not _LIBC.
6789         (re_charset_t): Define range_starts/ends in case of not _LIBC.
6790         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
6791         RE_ENABLE_I18N.
6792         (transit_state_mb): Likewise.
6793         (check_node_accept_bytes): Implement the code evaluating range
6794         expression in case of not _LIBC.
6795         (find_collation_sequence_value): Hide in case of not _LIBC.
6797 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
6799         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
6800         i386/semctl.c.
6801         (__old_semctl, __new_semctl): Only use va_arg if the argument will
6802         be used.
6804 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6806         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
6808         * sysdeps/ia64/strncpy.S: Fix recovery code.
6809         Patch by David Mosberger <davidm@hpl.hp.com>.
6811 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6813         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
6814         GLIBC_2.2.6.
6816 2002-04-14  Bruno Haible  <bruno@clisp.org>
6818         * posix/regex.c (re_max_failures): Add back symbol for binary
6819         compatibility.
6821 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
6823         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
6824         of buffer building functions.
6825         * posix/regex_internal.c (re_string_allocate): New function.
6826         (re_string_realloc_buffers): New function.
6827         (re_string_skip_chars): New function.
6828         (re_string_reconstruct): New function.
6829         (re_string_construct): Adapt it to new interface of buffer building
6830         functions.
6831         (re_string_construct_common): Likewise.
6832         (build_wcs_buffer): Likewise.
6833         (build_wcs_upper_buffer): Likewise.
6834         (build_upper_buffer): Likewise.
6835         (re_string_translate_buffer): Likewise.
6836         (re_string_context_at): Adapt it to variable length buffers.
6837         * posix/regex_internal.h (re_string_t): Add new fields to handle
6838         variable length buffers.
6839         (re_match_context_t): Likewise.
6840         * posix/regexec.c (re_search_internal): Adapt it to new interface
6841         of re_string_t and re_match_context_t.
6842         (acquire_init_state_context): Likewise.
6843         (check_matching): Likewise.
6844         (check_halt_state_context): Likewise.
6845         (proceed_next_node): Likewise.
6846         (set_regs): Likewise.
6847         (sift_states_backward): Likewise.
6848         (clean_state_log_if_need): Likewise.
6849         (sift_states_iter_mb): Likewise.
6850         (sift_states_iter_bkref): Likewise.
6851         (add_epsilon_backreference): Likewise.
6852         (transit_state): Likewise.
6853         (transit_state_sb): Likewise.
6854         (transit_state_mb): Likewise.
6855         (transit_state_bkref): Likewise.
6856         (transit_state_bkref_loop): Likewise.
6857         (check_node_accept): Likewise.
6858         (match_ctx_init): Likewise.
6859         (extend_buffers): New function.
6861 2002-04-21  Bruno Haible  <bruno@clisp.org>
6863         * iconvdata/tst-table.sh: For the second check, use the truncated
6864         GB18030 charmap table, like for the first check.
6866 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6868         * elf/dl-load.c (open_verify): Correct __lseek parameters.
6869         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
6871 2002-04-23  H.J. Lu  <hjl@gnu.org>
6873         * include/math.h (isfinite): Fix a typo.
6875 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6877         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
6878         which is created by the test suite.
6880 2002-04-20  Bruno Haible  <bruno@clisp.org>
6882         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
6883         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
6885 2002-04-20  Bruno Haible  <bruno@clisp.org>
6887         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
6888         to avoid gcc warning.
6890 2002-04-20  Bruno Haible  <bruno@clisp.org>
6892         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
6893         of data->__statep->__count.
6895 2002-04-20  Bruno Haible  <bruno@clisp.org>
6897         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
6898         tag characters.
6899         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
6901 2002-04-24  Roland McGrath  <roland@frob.com>
6903         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
6904         use END macro instead of our own .end directive.
6905         Use `callsys' insn mnemonic instead of `call_pal'.
6907         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
6909         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
6910         macro; we need this for Hurd.
6912         Log entry was missing for 2002/03/24 commit of rev 1.8,
6913         goes with 2002-03-17 changes.
6914         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
6915         (sysdep_routines): Append ioperm here.
6916         (sysdep_headers): Append sys/io.h here.
6918 2002-04-23  Roland McGrath  <roland@frob.com>
6920         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
6921         * sysdeps/mach/hurd/sendto.c: Likewise.
6922         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
6923         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
6924         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
6926 2002-04-22  Roland McGrath  <roland@frob.com>
6928         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
6929         failure from i386_io_perm_* RPCs to ENOSYS.
6931 2002-04-22  Andreas Jaeger  <aj@suse.de>
6933         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
6935         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
6937         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
6938         register instead of destroying %rbx.
6940 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
6942         * string/string.h: Declare strerror_r also for XPG6.
6944 2002-04-19  Roland McGrath  <roland@frob.com>
6946         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
6948 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
6950         * Makefile: Add handling of xtests and xcheck targets.
6951         * MakeTAGS: Likewise.
6952         * Makeconfig: Likewise.
6953         * Makerules: Likewise.
6954         * Rules: Likewise.
6955         * manual/Makefile: Likewise.
6956         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
6957         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
6959 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
6961         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
6962         authnone_private_s.
6963         * sunrpc/auth_none.c: Include bits/libc-lock.h.
6964         Delete #ifdef _RPC_THREAD_SAFE_ block.
6965         (authnone_private): Make a struct, not a pointer to struct.
6966         (authnone_private_guard): New once-control variable.
6967         (authnone_create_once): New function, split out of
6968         authnone_create.  No need to allocate memory.
6969         (authnone_create): Just call authnone_create_once via
6970         __libc_once, then return &authnone_private->no_client.
6971         (authnone_marshal): Access private data via CLIENT argument,
6972         not authnone_private pointer.
6973         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
6974         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
6975         authnone_private_s.
6977 2002-04-12  H.J. Lu  <hjl@gnu.org>
6979         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
6981 2002-04-18  Bruno Haible  <bruno@clisp.org>
6983         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6984         FROM_DIRECTION): Make the FROM direction stateless.
6985         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6986         FROM_DIRECTION): Likewise.
6988 2002-04-15  Bruno Haible  <bruno@clisp.org>
6990         * iconvdata/JISX0213.TXT: New file.
6991         * iconvdata/jisx0213.h: New file.
6992         * iconvdata/jisx0213.c: New file.
6993         * iconvdata/euc-jisx0213.c: New file.
6994         * iconvdata/shift_jisx0213.c: New file.
6995         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
6996         * iconvdata/EUC-JISX0213.precomposed: New file.
6997         * iconvdata/SHIFT_JISX0213.precomposed: New file.
6998         * iconvdata/SHIFT_JISX0213.irreversible: New file.
6999         * iconvdata/tst-table-to.c (main): Make it work for encodings for
7000         which the "to" direction is stateful.
7001         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
7002         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
7003         SHIFT_JISX0213.
7004         (libJISX0213-routines): New variable.
7005         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
7006         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
7007         (LDFLAGS-libJISX0213.so): New variable.
7008         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
7009         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
7010         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
7012 2002-04-15  Bruno Haible  <bruno@clisp.org>
7014         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
7015         uint32_t.  Update to Unicode 3.2.
7016         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
7017         (BODY for TO_LOOP): Handle the ASCII range specially.
7018         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
7019         * iconvdata/testdata/BIG5HKSCS: Remove a character.
7020         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
7022 2002-04-15  Bruno Haible  <bruno@clisp.org>
7024         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
7025         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
7027 2002-04-15  Bruno Haible  <bruno@clisp.org>
7029         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
7030         (ucs4_to_cns11643): Update.
7031         * iconvdata/cns11643.c: Update to Unicode 3.2.
7032         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
7033         __cns11643_from_ucs4p2_tab): Regenerated.
7034         (__cns11643_from_ucs4p2c_tab): New array.
7035         * iconvdata/cvs11643l1.c: Update comments.
7036         * iconvdata/EUC-TW.irreversible: Remove two entries.
7038 2002-04-15  Bruno Haible  <bruno@clisp.org>
7040         * locale/C-translit.h.in: Update to Unicode 3.2.
7041         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
7042         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
7044 2002-04-15  Bruno Haible  <bruno@clisp.org>
7046         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
7047         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
7049 2002-04-15  Bruno Haible  <bruno@clisp.org>
7051         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
7052         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
7053         always one byte, not 0 bytes in some cases and 2 bytes in others.
7055         * iconvdata/tst-table-from.c (main): Correct the usage message.
7057 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
7059         * posix/regcomp.c (parse_expression): Fix incorrect error code.
7060         (parse_dup_op): Fix error handling like "a{}".
7061         (parse_bracket_exp): Add error handling.
7062         (fetch_number): Add error handling for "a{<very_large_number>}".
7064 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
7066         * posix/regcomp.c (parse_bracket_symbol): Add error handling
7067         in case that the symbol name is too long.
7068         (build_charclass): Handle [:lower:]/[:uppper:] correctly
7069         in case of REG_ICASE.
7071 2002-04-19  Andreas Jaeger  <aj@suse.de>
7073         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
7074         <hartvige@mips.com>.
7076 2002-04-15  H.J. Lu  <hjl@gnu.org>
7078         * include/math.h (__finitel_internal): Declare only if
7079         __NO_LONG_DOUBLE_MATH is not defined.
7080         (__isinfl_internal): Likewise.
7081         (__isnanl_internal): Likewise.
7083         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
7084         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
7085         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
7086         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7087         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
7088         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7089         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7091         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
7092         __fcntl_internal.
7094         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
7095         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
7097 2002-04-15  Bruno Haible  <bruno@clisp.org>
7099         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
7100         (BODY for TO_LOOP): Likewise.
7101         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
7102         * iconvdata/tst-table.sh: Add support for encodings which contain
7103         precomposed Unicode characters, known to the iconv converter in both
7104         directions but not listed in the charmap.
7105         * iconvdata/IBM856.irreversible: New file.
7106         * iconvdata/IBM922.irreversible: New file.
7107         * iconvdata/IBM1132.irreversible: New file.
7108         * iconvdata/IBM1133.irreversible: New file.
7109         * iconvdata/IBM1160.irreversible: New file.
7110         * iconvdata/IBM1161.irreversible: New file.
7111         * iconvdata/IBM1163.irreversible: New file.
7112         * iconvdata/IBM1164.irreversible: New file.
7113         * iconvdata/ARMSCII-8.irreversible: New file.
7114         * iconvdata/TCVN5712-1.precomposed: New file.
7115         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
7116         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
7117         ARMSCII-8, TCVN5712-1.
7118         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
7119         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
7120         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
7121         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
7123 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
7125         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
7126         for EVENING69.  Include offsets in TZ environment variable.
7128 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
7130         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
7131         avoid compiler warnings.
7133         * locale/programs/localedef.c (main): Always call
7134         construct_output_path.
7136         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
7138         * locale/programs/locfile.c (to_archive): New variable.  To collect
7139         data which has to be added to the locale archive.
7140         (write_all_categories): Take new third parameter with locale name.
7141         Unless no_archive flag set add new locale data to the archive
7142         (write_locale_data): Unless no-archive flag set store generated data
7143         in to_archive data structure instead of generation output file.
7144         Add new parameter with locale category index.
7145         * locale/programs/locfile.h: Add new parameters in declaractions of
7146         write_all_categories and write_locale_data.
7147         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
7148         --add-to-archive, and --delete-from-archive options.  Pass extra
7149         parameter to write_all_categories.
7150         * locale/programs/localedef.h: Add prototypes for functions in
7151         locarchive.c.
7152         * locale/locarchive.h: New file.
7153         * locale/programs/locarchive.c: New file.
7154         * locale/Makefile (distribute): Add programs/locarchive.c and
7155         locarchive.h.
7156         (localedef-modules): Add md5 and locarchive.
7157         Add vpath to crypt subdir for md5.c.
7159         * locale/programs/ld-address.c: Pass locale category ID as new second
7160         parameter to write_locale_data.
7161         * locale/programs/ld-collate.c: Likewise.
7162         * locale/programs/ld-ctype.c: Likewise.
7163         * locale/programs/ld-identification.c: Likewise.
7164         * locale/programs/ld-measurement.c: Likewise.
7165         * locale/programs/ld-messages.c: Likewise.
7166         * locale/programs/ld-monetary.c: Likewise.
7167         * locale/programs/ld-name.c: Likewise.
7168         * locale/programs/ld-numeric.c: Likewise.
7169         * locale/programs/ld-paper.c: Likewise.
7170         * locale/programs/ld-telephone.c: Likewise.
7171         * locale/programs/ld-time.c: Likewise.
7173         * locale/simple-hash.c: Move compute_hashval function from here...
7174         * locale/hashval.h: ...to here.  New file.
7175         * locale/simple-hash.h: Add prototype for compute_hashval.
7177         * include/libintl.h: Minor cleanups.
7179 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
7181         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
7183 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
7185         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
7187 2002-04-14  Bruno Haible  <bruno@clisp.org>
7189         * locale/programs/charmap.c (charmap_read): Don't access result if
7190         result == NULL.
7192 2002-02-17  Andreas Schwab  <schwab@suse.de>
7194         * elf/reldep7.c: New file.
7195         * elf/reldep7mod1.c: New file.
7196         * elf/reldep7mod2.c: New file.
7197         * elf/Makefile: Add rules to build and run reldep7.
7199 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
7201         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
7202         the end of the function.  Pass original flags to recursive call if
7203         add_dependency failed.
7204         (_dl_lookup_versioned_symbol): Likewise.
7206 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
7208         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
7209         early, but check whether it overflowed afterwards.
7210         * time/tst-mktime.c (main): Add new tests.
7212 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
7214         * debug/xtrace.sh: Fix program name in help message.
7215         Patch by Roger Luethi <rl@hellgate.ch>.
7217         * include/sys/stat.h: Add prototypes for __lxstat_internal and
7218         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
7219         NOT_IN_libc.
7220         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
7221         * sysdeps/mach/hurd/lxstat.c: Likewise.
7222         * sysdeps/unix/common/lxstat.c: Likewise.
7223         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
7224         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
7225         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
7226         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
7227         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
7228         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
7229         * sysdeps/mach/hurd/lxstat64.c: Likewise.
7230         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
7231         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
7233         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
7234         prototypes.  Add __mbrlen and __mbrtowc macros.
7235         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
7236         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
7238         * include/unistd.h: Add prototype for __write_internal and add
7239         __libc_write macro is SHARED.
7240         * sysdeps/generic/write.c: Use INTDEF for __write.
7241         * sysdeps/mach/hurd/write.c: Likewise.
7242         * sysdeps/unix/sysv/aix/write.c: Likewise.
7243         * sysdeps/unix/syscalls.list: Add __libc_write alias.
7245         * assert/assert.c: Replace STR_N_SIZE with something usable in
7246         macro arguments.
7247         * assert/assert-perr.c: Likewise.
7249         * include/sys/socket.h: Declare __libc_sa_len_internal and define
7250         SA_LEN macro to use it if not NOT_IN_libc.
7251         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
7253         * include/fcntl.h: Declare __open_internal and define __open and
7254         __libc_open macros if not NOT_IN_libc.
7255         * sysdeps/generic/open.c: Use INTDEF for __open.
7256         * sysdeps/mach/hurd/open.c: Likewise.
7257         * sysdeps/unix/sysv/aix/open.c: Likewise.
7258         * sysdeps/unix/syscalls.list: Add __open_internal alias.
7260         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
7261         has correct number.
7263         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
7264         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
7265         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
7266         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
7268         * include/wctype.h: Declare __iswalpha_l_internal,
7269         __iswdigit_l_internal, __iswspace_l_internal,
7270         __iswxdigit_l_internal, and __iswctype_internal.  Define
7271         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
7272         __iswxdigit_l macros if not NOT_IN_libc.
7273         * wctype/iswctype.c: Use INTDEF for __iswctype.
7274         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
7276         * include/math.h: Declare __isinf_internal, __isinfl_internal,
7277         __isnan_internal, and __isnanl_internal.
7278         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
7279         __isnan, and __isnanl.
7280         * stdio-common/printf_size.c: Likewise.
7281         * sysdeps/generic/printf_fphex.c: Likewise.
7282         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
7283         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
7284         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
7285         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
7286         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
7287         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
7288         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
7289         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
7290         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
7291         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
7292         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
7293         * sysdeps/m68k/s_isinfl.c: Likewise.
7294         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
7295         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
7297         * include/sys/time.h: Declare __gettimeofday_internal and define
7298         __gettimeofday macro if not NOT_IN_libc.
7299         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
7300         * sysdeps/mach/gettimeofday.c: Likewise.
7301         * sysdeps/posix/gettimeofday.c: Likewise.
7302         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
7303         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
7304         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7305         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
7307         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
7308         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
7309         Remove __lstat and __fstat inline functions.
7310         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
7311         * sysdeps/mach/hurd/fxstat.c: Likewise.
7312         * sysdeps/unix/fxstat.c: Likewise.
7313         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
7314         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
7315         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
7316         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
7317         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
7318         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
7319         * sysdeps/mach/hurd/fxstat64.c: Likewise.
7320         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
7321         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
7323         * include/unistd.h: Declare __getpid_internal and define
7324         __getpid macro if not NOT_IN_libc.
7325         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
7326         * sysdeps/generic/getpid.c: Likewise.
7327         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
7328         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
7330         * include/unistd.h: Declare __getpgid_internal and define
7331         __getpgid macro if not NOT_IN_libc.
7332         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
7333         * sysdeps/mach/hurd/getpgid.c: Likewise.
7334         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
7335         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
7336         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
7337         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
7339         * include/unistd.h: Declare __getpagesize_internal and define
7340         __getpagesize macro if not NOT_IN_libc.
7341         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
7342         __getpagesize.
7343         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
7344         * sysdeps/mach/getpagesize.c: Likewise.
7345         * sysdeps/posix/getpagesize.c: Likewise.
7346         * sysdeps/unix/getpagesize.c: Likewise.
7347         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
7348         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
7349         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
7350         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
7352 2002-04-13  Andreas Jaeger  <aj@suse.de>
7354         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
7355         as clobber to reduce register pressure.
7356         (__strpbrk_cg): Likewise.
7357         (__mempcpy_by4): Likewise.
7358         (__strstr_cg): Likewise.
7359         Add prototype for __memrchr.
7361 2002-04-13  Andreas Schwab  <schwab@suse.de>
7363         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
7364         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
7365         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
7367 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
7369         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
7370         check whether the caller prefers getting the most recent version of
7371         a symbol of the earliest version.
7372         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
7373         _dl_do_lookup to also take the new parameter and pass it on.
7374         Change 'explicit' parameter of _dl_lookup_symbol and
7375         _dl_lookup_versioned_symbol to flags.  Adjust tests.
7376         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
7377         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
7378         _dl_lookup_versioned_symbol.
7379         * elf/dl-reloc.c: Likewise.
7380         * elf/dl-runtime.c: Likewise.
7381         * elf/dl-sym.c: Likewise.
7382         * sysdeps/mips/dl-machine.h: Likewise.
7384 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
7386         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
7387         in a token.
7388         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
7390 2002-04-10  Andreas Jaeger  <aj@suse.de>
7392         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
7394         * include/argz.h: Remove extra char from last patch.
7396 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
7398         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
7399         * sysdeps/unix/sysv/aix/chown.c: Likewise.
7400         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
7401         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
7402         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7403         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
7404         __chown_internal.
7405         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7407         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
7408         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
7409         * intl/ngettext.c: Likewise.
7411         * include/sys/socket.h: Declare __connect_internal and define
7412         __connect macro if not NOT_IN_libc.
7413         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
7414         * sysdeps/unix/sysv/aix/connect.c: Likewise.
7415         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
7417         * include/unistd.h: Declare __close_internal and define __close macro
7418         if not NOT_IN_libc.
7419         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
7420         WJUMP3): Add extra parenthesis to avoid expanding element names with
7421         macors like __close.
7422         * sysdeps/unix/syscalls.list: Add __close_internal alias.
7424         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
7425         if not NOT_IN_libc.
7426         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
7427         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
7428         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
7430         * include/unistd.h: Declare __fork_internal and define __fork macro
7431         if not NOT_IN_libc.
7432         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
7433         * sysdeps/unix/sysv/aix/fork.c: Likewise.
7434         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
7436         * include/stdio_ext.h: Declare __fsetlocking_internal and define
7437         __fsetlocking macro to use it if not NOT_IN_libc.
7438         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
7440         * libio/__fbufsize.c: Correct copyright.
7441         * libio/__flbf.c: Likewise.
7442         * libio/__fpending.c: Likewise.
7443         * libio/__fpurge.c: Likewise.
7444         * libio/__freadable.c: Likewise.
7445         * libio/__freading.c: Likewise.
7446         * libio/__fsetlocking.c: Likewise.
7447         * libio/__fwritable.c: Likewise.
7448         * libio/__fwriting.c: Likewise.
7450         * include/stdio.h: Declare __asprintf_internal and define __asprintf
7451         macro to use it if not NOT_IN_libc.
7452         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
7454         * include/mntent.h: Declare __setmntent_internal,
7455         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
7456         __getmntent_r, and __endmntent macros to use these functions if not
7457         NOT_IN_libc.
7458         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
7459         __endmntent.
7461         * include/math.h: Declare __finite_internal, __finitef_internal, and
7462         __finitel_internal.  Redefine isfinite macro if in libc or libm using
7463         these functions.
7464         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
7465         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
7466         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
7467         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
7468         * sysdeps/i386/fpu/s_finitef.S: Likewise.
7469         * sysdeps/i386/fpu/s_finitel.S: Likewise.
7470         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
7471         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
7472         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
7473         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
7475         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
7476         to use this function if not NOT_IN_libc.
7477         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
7478         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
7479         * sysdeps/mach/hurd/fcntl.c: Likewise.
7480         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
7481         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
7483         * include/argz.h: Declare __argz_count_internal and
7484         __argz_stringify_internal.
7485         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
7486         __argz_stringify.
7487         * string/argz-count.c: Use INTDEF for __argz_count.
7488         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
7490         * include/stdlib.h: Declare __cxa_atexit_internal and define
7491         __cxa_atexit macro if not NOT_IN_libc.
7492         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
7493         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
7495         * assert/assert.c: Use INTDEF for __assert_fail.
7496         * assert/__assert.c: Use INTUSE for call to __assert_fail.
7497         * include/assert.h: Declare __assert_fail_internal.
7499         * extra-lib.mk: Mark assignment to lib with override.
7501 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7503         * Makerules: Use cppflags-iterator.mk to add defines for all test
7504         source files.
7506 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
7508         * elf/elf.h: Define R_SH_TLS_xxx macros.
7509         * elf/rtld.c: Remove an extra parenthesis.
7510         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
7511         TLS_GD macros.
7512         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
7513         * sysdeps/sh/dl-lookupcfg.h: New file.
7514         * sysdeps/sh/dl-tls.h: New file.
7515         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
7516         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
7517         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
7518         R_SH_TLS_TPOFF32 relocations.
7520 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7522         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
7523         of NOT_IN_LIBC.
7524         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
7525         * include/stdlib.h: Likewise.
7527 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
7529         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
7530         instead of _RTLD_LOCAL.
7531         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
7532         * include/unistd.h: Likewise.
7533         * sysdeps/generic/ldsodefs.h: Likewise.
7535         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
7536         if in libc or ld.so.
7538 2002-04-08  Andreas Jaeger  <aj@suse.de>
7540         * elf/cache.c (print_entry): Support x86-64.
7542 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7544         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
7545         with one accessing the locale data structures directly.
7546         * stdio-common/printf-prs.c: Include localeinfo.h for new
7547         MB_CUR_MAX definition.
7549         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
7550         is the name of the source file without extension.
7551         * Makefile (distribute): Add cppflags-iterator.mk.
7552         * cppflags-iterator.mk: New file.
7553         * extra-lib.mk: For the sources of the library run
7554         cppflags-iterator.mk.
7556         * include/libintl.h: Declare __dcgettext_internal and
7557         _libc_intl_domainname_internal.  Define __dcgettext using these
7558         two symbols if used in libc itself.
7559         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
7560         _libc_intl_domainname_internal.
7561         * argp/argp-parse.c: Likewise.
7562         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
7563         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
7564         * intl/gettext.c: Likewise.
7565         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
7566         alias.
7567         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
7568         __dcgettext.
7569         * posix/regex_internal.c (gettext): Likewise.
7571 2002-04-08  Andreas Jaeger  <aj@suse.de>
7573         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
7575         * sysdeps/x86_64/fpu/s_llrint.S: New file.
7576         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
7577         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
7578         * sysdeps/x86_64/fpu/s_lrint.S: New file.
7579         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
7580         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
7582 2002-04-08  Roland McGrath  <roland@frob.com>
7584         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
7585         widening __hurd_fail value.
7587 2002-04-07  Roland McGrath  <roland@frob.com>
7589         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
7590         <mach/machine/alpha_instruction.h>.
7591         (_hurd_setup_sighandler): Take proper arguments for current decls.
7592         Update code to use _hurdsig_catch_fault.
7593         Use `callsys' instruction instead of `call_pal'.
7594         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
7596         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
7597         (ALIGN, at, AT, fp): New macros.
7599 2002-04-06  Roland McGrath  <roland@frob.com>
7601         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
7603         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
7604         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
7606         * sysdeps/mach/hurd/bind.c: Use prototype definition.
7607         * sysdeps/mach/hurd/connect.c: Likewise.
7608         * sysdeps/mach/hurd/getsockopt.c: Likewise.
7609         * sysdeps/mach/hurd/setsockopt.c: Likewise.
7611         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
7612         __msg_sig_post RPC.
7614         * hurd/catch-exc.c: Use integer_t instead of int.
7615         * hurd/hurdfault.c: Likewise.
7617         * sysdeps/mach/hurd/alpha/exc2signal.c
7618         (_hurd_exception2signal): Rewritten.
7619         * sysdeps/mach/hurd/alpha/longjmp-ts.c
7620         (_hurd_longjmp_thread_state): Rewritten.
7622 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
7624         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
7625         DB_LOOKUP_FCT prototype.
7626         * nss/getXXent_r.c: Likewise.
7627         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
7628         * inet/getaliasname_r.c: Likewise.
7629         * inet/getnetbyad_r.c: Likewise.
7630         * inet/getnetbynm_r.c: Likewise.
7631         * inet/getnetent_r.c: Likewise.
7632         * inet/getproto_r.c: Likewise.
7633         * inet/getprtent_r.c: Likewise.
7634         * inet/getprtname_r.c: Likewise.
7635         * inet/getrpcbyname_r.c: Likewise.
7636         * inet/getrpcbynumber_r.c: Likewise.
7637         * inet/getrpcent_r.c: Likewise.
7638         * inet/getservent_r.c: Likewise.
7639         * inet/getsrvbynm_r.c: Likewise.
7640         * inet/getsrvbypt_r.c: Likewise.
7641         * shadow/getspent_r.c: Likewise.
7642         * shadow/getspnam_r.c: Likewise.
7644         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
7646         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
7647         Use i686-friendly PIC code.
7648         * sysdeps/i386/elf/setjmp.S: Likewise.
7650         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
7652         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
7653         list.
7654         * elf/Versions: Remove it here.
7656 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
7658         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
7659         direction.  Reported by H . J . Lu <hjl@lucon.org>.
7661 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
7663         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
7664         test just before the test runs.
7665         * intl/tst-translit.sh: Likewise.
7666         * intl/tst-codeset.sh: Likewise.
7668         * timezone/zic.c: Update from tzcode2002c.
7669         * timezone/asia: Update from tzdata2002c.
7670         * timezone/backward: Likewise.
7671         * timezone/europe: Likewise.
7672         * timezone/northamerica: Likewise.
7673         * timezone/northamerica: Likewise.
7674         * timezone/northamerica: Likewise.
7675         * timezone/southamerica: Likewise.
7676         * timezone/zone.tab: Likewise.
7678 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
7680         * sysdeps/generic/brk.c (__curbrk): Declare.
7681         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
7682         * sysdeps/generic/dl-sbrk.c: Likewise.
7683         * sysdeps/unix/arm/dl-brk.S: New file.
7684         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
7685         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
7686         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
7687         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
7688         * sysdeps/unix/i386/dl-brk.S: New file.
7689         * sysdeps/unix/mips/dl-brk.S: New file.
7690         * sysdeps/unix/sparc/dl-brk.S: New file.
7691         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
7692         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
7693         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
7694         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
7696 2002-04-03  Andreas Schwab  <schwab@suse.de>
7698         * Makefile (headers): Add gnu/lib-names.h here instead of
7699         install-others.
7700         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
7701         installation rule.
7702         (install-headers): Add dependency on install-headers-nosubdir.
7703         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
7704         instead of install-others.
7705         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
7706         installation rule.
7708 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
7710         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
7711         Reported by Sam Roberts <sroberts@uniserve.com>.
7713 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
7715         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
7716         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
7717         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7718         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7720 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
7722         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
7723         (RTLD_START): Ditto.
7724         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
7725         dependency violation.
7727 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
7729         * time/mktime.c (__mktime_internal): Move check for year < 70 below
7730         all variable declarations.
7732 2002-04-04  Andreas Schwab  <schwab@suse.de>
7734         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
7736 2002-04-04  Andreas Jaeger  <aj@suse.de>
7738         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
7739         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
7741         * sysdeps/x86_64/fpu/s_fabs.c: New file.
7742         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
7743         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
7745         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
7747         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
7749         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
7750         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
7752         * configure.in: Handle all mips entries the same.
7754         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
7755         * sysdeps/mips/mips3/*: Likewise.
7756         * sysdeps/mips/p40/bits/endian.h: Likewise.
7758 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
7760         * misc/dirname.c (dirname): Ignore trailing slashes at end of
7761         non-null result [PR libc/2600].
7763         * misc/tst-dirname.c: Add more tests.
7765 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7767         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
7768         define a code_set_name provide one based on the filename.
7770         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
7772 2001-12-28  Andreas Jaeger  <aj@suse.de>
7774         * time/mktime.c (__mktime_internal): Check for year < 70
7775         [PR libc/2738].
7777 2002-04-03  Andreas Jaeger  <aj@suse.de>
7779         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
7780         shmat.
7781         Reported by Andi Kleen <ak@suse.de>.
7783 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7785         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
7786         * sysdeps/generic/w_lgammaf.c: Likewise.
7787         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
7789         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
7790         Adjust for new output format of the backtrace functions.
7792         * misc/syslog.c (vsyslog): Only use cleanup handler if
7793         _LIBC_REENTRANT is defined [PR libc/2924].
7795         * libio/Makefile (tests): Add bug-ungetwc2.
7796         * libio/bug-ungetwc2.c: New file.
7798         * manual/install.texi: Typographical and grammatical cleanup.
7799         Patch by Dennis Grace <dgrace@us.ibm.com>.
7801         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
7802         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
7804         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
7805         always "&".  Adjust callers.
7806         Add "_" prefix to several generated definitions.
7807         Patch by paul@serice.net [PR libc/3158].
7809 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7811         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
7812         size of _dl_arm_cap_flags.
7813         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
7815         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
7816         Define as 8.
7818 2002-03-22  H.J. Lu  <hjl@gnu.org>
7820         * scripts/firstversions.awk: Check the first version.
7822 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7824         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
7825         dependencies must be stable to work correctly.
7826         Reported by martin.lubich@datacon.at.
7828         * libio/bug-ungetwc1.c: New file.
7829         * libio/Makefile (tests): Add bug-ungetwc1.
7831         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
7832         if stream was last used for writing.
7834         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
7835         number [PR libc/3111].
7837         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
7838         to ...
7839         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
7841 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
7843         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
7844         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
7845         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
7846         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
7847         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
7849 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
7851         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
7852         dynamic tags.
7854 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7856         * sysdeps/i386/fpu/s_fabs.S: New file.
7857         * sysdeps/i386/fpu/s_fabsf.S: New file.
7858         * sysdeps/i386/fpu/s_fabsl.S: New file.
7859         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
7860         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
7861         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
7863 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7865         * rt/tst-shm.c (do_test): Add one more test for size of shared
7866         memory object.
7868 2002-03-29  Wolfram Gloger  <wg@malloc.de>
7870         * malloc/malloc.c: Add short description and prototypes for
7871         malloc_get_state, malloc_set_state and posix_memalign, for
7872         consistency and to avoid warnings with -Wstrict-prototypes.
7873         Reported by Andreas Jaeger <aj@suse.de>.
7875 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7877         * po/gl.po: Update from translation team.
7879 2002-03-31  Roland McGrath  <roland@frob.com>
7881         * hurd/hurdselect.c (_hurd_select): Fix
7882         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
7883         Use a union rather than casts to compare mach_msg_type_t as int.
7885 2002-03-25  Roland McGrath  <roland@frob.com>
7887         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
7888         check off the end of NAME when it's shorter than 2 chars.
7889         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
7891 2002-03-17  Roland McGrath  <roland@frob.com>
7893         * sysdeps/mach/hurd/i386/sys/io.h: New file.
7894         * sysdeps/mach/hurd/i386/ioperm.c: New file.
7895         * sysdeps/mach/hurd/i386/Dist: Add them.
7896         * sysdeps/mach/hurd/i386/Versions
7897         (libc: GLIBC_2.2.6): New set, add ioperm.
7898         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
7899         (mach_interface_list): Check for mach_i386.defs.
7900         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
7901         * sysdeps/mach/configure: Regenerated.
7903 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
7905         * po/fr.po: Update from translation team.
7907 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7909         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
7910         getpriority from syscalls list.
7912 2002-03-28  Andreas Jaeger  <aj@suse.de>
7914         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
7915         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
7916         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
7917         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
7919 2002-03-27  Andreas Jaeger  <aj@suse.de>
7921         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7922         sigcontext): Follow further kernel change.
7924         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
7925         kernel change.
7927         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
7928         Change for struct sigcontext change.
7930         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7931         Follow changes in struct sigcontext.
7933         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
7934         sysycall, use wrapper instead.
7936 2002-03-26  Andreas Jaeger  <aj@suse.de>
7938         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
7939         read and write accesses as detailed as possible.
7940         (__memcpy_by2): Likewise.
7941         (__memcpy_g): Likewise.
7942         (memmove): Likewise.
7943         (memcmp): Likewise.
7944         (__memset_ccn_by4): Likewise.
7945         (__memset_ccn_by2): Likewise.
7946         (__memset_gcn_by4): Likewise.
7947         (__memset_gcn_by2): Likewise.
7948         (memchr): Likewise.
7949         (__memrchr): Likewise.
7950         (rawmemchr): Likewise.
7951         (__strlen_g): Likewise.
7952         (__strcpy_g): Likewise.
7953         (__mempcpy_by4): Likewise.
7954         (__mempcpy_by2): Likewise.
7955         (__mempcpy_byn): Likewise.
7956         (__stpcpy_g): Likewise.
7957         (__strncpy_by4): Likewise.
7958         (__strncpy_by2): Likewise.
7959         (__strncpy_byn): Likewise.
7960         (__strncpy_gg): Likewise.
7961         (__strcat_c): Likewise.
7962         (__strcat_g): Likewise.
7963         (__strncat_g): Likewise.
7964         (__strcmp_gg): Likewise.
7965         (__strncmp_g): Likewise.
7966         (__strchr_c): Likewise.
7967         (__strchr_g): Likewise.
7968         (__strchrnul_c): Likewise.
7969         (__strchrnul_g): Likewise.
7970         (__strrchr_c): Likewise.
7971         (__strrchr_g): Likewise.
7972         (__strrchr_c): Likewise.
7973         (__strrchr_g): Likewise.
7974         (__strcspn_c1): Likewise.
7975         (__strcspn_cg): Likewise.
7976         (__strcspn_g): Likewise.
7977         (__strcspn_g): Likewise.
7978         (__strspn_c1): Likewise.
7979         (__strspn_cg): Likewise.
7980         (__strspn_g): Likewise.
7981         (__strspn_g): Likewise.
7982         (__strpbrk_cg): Likewise.
7983         (__strpbrk_g): Likewise.
7984         (__strstr_cg): Likewise.
7985         (__strstr_g): Likewise.
7987         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
7988         Michal Ludvig <mludvig@suse.cz>.
7990         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
7991         compatibilty, adjust for kernel changes.
7993         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7994         sigcontext): Adjust for kernel changes.
7996 2002-03-25  Andreas Jaeger  <aj@suse.de>
7998         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
7999         little endian.
8000         Reported by Artur Zaprzala <zybi@talex.com.pl>.
8002 2002-03-24  Andreas Jaeger  <aj@suse.de>
8004         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
8006         * stdio-common/tst-fdopen.c (main): Remove unused variable.
8008         * iconv/tst-iconv3.c (main): Use correct printf strings.
8010 2002-03-18  Roland McGrath  <roland@frob.com>
8012         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
8013         (CMGROUP_MAX): New macro.
8015 2002-03-23  Roland McGrath  <roland@frob.com>
8017         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
8018         * sysdeps/posix/shm_unlink.c: Likewise.
8020 2002-03-22  Roland McGrath  <roland@frob.com>
8022         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
8023         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
8024         under --enable-libio.
8025         * sysdeps/mach/hurd/configure: Regenerated.
8027 2002-03-23  Roland McGrath  <roland@frob.com>
8029         * sysdeps/mach/hurd/i386/Makefile
8030         (sysdep_routines, shared-only-routines): Don't add framestate,
8031         reverting 2001-10-02 change.
8032         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
8033         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
8034         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
8035         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
8036         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
8037         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
8038         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
8039         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
8040         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
8041         Do it here instead, only if [$(unwind-find-fde) = yes].
8043 2002-03-23  Andreas Jaeger  <aj@suse.de>
8045         * signal/signal.h: Fix typo. Patch by Steve Kemp
8046         <skx@tardis.ed.ac.uk>.
8048 2002-03-22  Andreas Jaeger  <aj@suse.de>
8050         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
8051         getresuid.
8053         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
8054         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
8055         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
8056         user_fpregs_struct): Rename fwd.
8058         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
8059         Follow sigcontext changes.
8061 2002-03-22  Andreas Jaeger  <aj@suse.de>
8063         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
8064         changes for NaNs on MIPS.
8065         Patch by Hartvig Ekner <hartvige@mips.com>.
8067 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
8069         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
8070         Use realloc if too large.
8071         (addgrbyid): Likewise.
8072         * nscd/hstcache.c (addhstbyname): Likewise.
8073         (addhstbyaddr): Likewise.
8074         (addhstbynamev6): Likewise.
8075         (addhstbyaddrv6): Likewise.
8076         * nscd/pwdcache.c (addpwbyname): Likewise.
8077         (addpwbyuid): Likewise.
8079 2002-03-21  Andreas Jaeger  <aj@suse.de>
8081         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
8082         _fpstate): Add separate struct for x86-64.
8084         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
8085         user_fpregs_struct): Change member names to follow kernel.
8087 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
8089         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
8090         Correctly close the UDP connection right away [PR libc/3120].
8092 2002-03-20  Andreas Jaeger  <aj@suse.de>
8094         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
8095         user_fpregs_struct): Fix for changed kernel struct.
8096         (struct user_regs_struct): Likewise.
8097         (struct user): Likewise.
8098         Add 32-bit x86 compatibility.
8100         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
8102 2002-03-19  Andreas Jaeger  <aj@suse.de>
8104         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
8106 2002-03-18  Andreas Jaeger  <aj@suse.de>
8108         * iconvdata/Makefile: Only run tests when shared libs are
8109         available.
8111 2002-03-17  Andreas Jaeger  <aj@suse.de>
8113         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
8115         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
8117         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
8118         bits.
8120         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
8121         (CAUSE_SHIFT): New macro.
8122         Patch by Hartvig Ekner <hartvige@mips.com>.
8124         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
8125         * sysdeps/generic/unwind-pe.h: Likewise.
8127         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
8128         type to _IO_setb.
8130         * libio/stdio.c (AL2): Define variant when visibility attribute is
8131         not supported.
8133         * include/libc-symbols.h (_INTVARDEF): Define variant when
8134         visibility attribute is not supported.
8136 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
8138         * po/fr.po: Update from translation team.
8140 2002-02-25  Bruno Haible  <bruno@clisp.org>
8142         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
8144 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
8146         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
8147         buffers if _IO_file_attach failed.
8149         * libio/fileops.c (_IO_file_open): Close file descriptor if
8150         _IO_SEEKOFF call failed.
8152 2002-03-15  H.J. Lu  <hjl@gnu.org>
8153             Ulrich Drepper  <drepper@redhat.com>
8155         * configure.in: Check for availability of
8156         init_array/fini_array/preinit_array handling in binutils.
8157         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
8158         * config.make.in (have-initfini-array): New variable.
8160 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
8162         * stdio-common/tst-printf.c (main): Comment out one test which
8163         checked the compiler's ability to fold floating-point constants
8164         but not really printf.
8165         (rfg3): Make s const.
8166         * stdio-common/tst-printf.sh: Adjust for removed test.
8168         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
8169         internal function.  Adjust for internal_function calling convention.
8170         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
8171         as internal_function.
8173         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
8174         hidden.
8176         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
8177         declaration and definition.
8178         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
8179         declaration.
8180         * nss/getXXent_r.c: Likewise.
8181         * nss/nsswitch.h (db_lookup_function): Add internal_function to
8182         definition.
8184         * include/time.h: Declare __localtime_r as hidden.
8186         * include/aliases.h: Declare __getaliasent_r as hidden.
8187         * include/grp.h: Declare __getgrent_r as hidden.
8188         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
8189         __getservent_r, and __getprotoent_r as hidden.
8190         * include/pwd.h: Declare __getpwent_r as hidden.
8191         * include/shadow.h: Declare __getspent_r as hidden.
8192         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
8194         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
8195         and __gconv_transliterate as hidden.
8196         Add internal_function to __gconv_get_path declaration.
8197         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
8198         definition.  Add attribute_hidden to __gconv_read_conf definition.
8200 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
8202         * elf/rtld.c: Declare _environ as hidden.
8203         * sysdeps/generic/dl-environ.c: Likewise.
8204         * sysdeps/generic/dl-sysdep.c: Likewise.
8206         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
8207         _dl_mcount_internal as hidden.
8209         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
8210         * sysdeps/generic/dl-brk.c: New file.
8211         * sysdeps/generic/dl-sbrk.c: New file.
8212         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
8213         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
8215         * elf/dl-minimal.c (malloc): Declare _end as hidden.
8216         (__errno_location): New function.  Declare errno as hidden.
8217         * elf/rtld.c (_dl_argc): Define as hidden.
8218         (_dl_skip_args): Define as hidden.
8219         (_begin, _end): Declare as hidden.
8220         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
8221         * sysdeps/generic/entry.h (_start): Declare as hidden.
8222         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
8223         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
8224         _dl_runtime_resolve and _dl_runtime_profile as hidden.
8225         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
8227 2002-03-14  Roland McGrath  <roland@frob.com>
8229         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
8231         * Makeconfig (%.v.i, %.v): New implicit rules.
8232         (preprocess-versions): Variable removed.
8233         ($(common-objpfx)shlib-versions.v.i): New target giving just the
8234         shlib-versions input files as dependencies.
8235         ($(common-objpfx)soversions.i): Depend on that instead of the input
8236         files.  Use it as input instead of using a pipeline.
8237         (postclean-generated): Append soversions.i, shlib-versions.v, and
8238         shlib-versions.v.i here.
8239         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
8240         the Versions.def input files as dependencies.
8241         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
8242         ($(common-objpfx)Versions.all): Depend on that instead of the input
8243         files.  Use it as input instead of using a pipeline.
8244         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
8245         (postclean-generated): Append those .v and .v.i files here.
8247 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
8249         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
8250         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
8251         Remove.
8253 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
8255         * sysdeps/generic/mp_clz_tab.c: New file.
8256         * sysdeps/i386/mp_clz_tab.c: New file.
8257         * sysdeps/hppa/mp_clz_tab.c: New file.
8258         * sysdeps/powerpc/mp_clz_tab.c: New file.
8259         * stdlib/Makefile (aux): Revert last patch.
8260         * math/Makefile (gmp-objs): Likewise.
8262 2002-03-13  Paul Eggert  <eggert@twinsun.com>
8264         * time/strftime.c: Comment fixes for references to obsolescent
8265         standards, In most cases the simplest fix is to remove the
8266         confusing comments.  Cross-referencing all the standards properly
8267         is a bit of a pain, and it should be enough to put that info in
8268         the documentation as I did in my recent time.texi patch.
8270 2002-03-13  Paul Eggert  <eggert@twinsun.com>
8272         * manual/time.texi (Formatting Calendar Time):
8273         ISO C99 also specifies the E and O modifiers.
8274         %P is a GNU extension, and is not in ISO C99.
8275         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
8276         %T is also in ISO C99.
8277         The RFC 822 example is not valid in arbitrary locales.
8278         Reword the POSIX.2 wording slightly, to make it a bit clearer
8279         that POSIX.2 formats are also supported by later POSIX versions.
8280         If a format was introduced in ISO C99 it is also required by
8281         POSIX.1-2001.
8283 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
8285         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
8286         _sys_nerr_internal with INTVARDEF2.
8287         * include/libc-symbols.h (INTVARDEF2): New macro.
8288         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
8289         (_sys_nerr_internal): Library.
8291         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
8292         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
8294         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
8296 2002-03-13  Wolfram Gloger  <wg@malloc.de>
8298         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
8300 2002-03-02  Andreas Schwab  <schwab@suse.de>
8302         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
8303         'h' flag and positional arg.
8304         * stdio-common/tst-printf.c (rfg3): New function to test
8305         positional arguments.
8306         (main): Fix some warnings.
8308 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
8310         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
8311         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
8313 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
8315         * grp/initgroups.c (__nss_group_data): Declare as hidden.
8317         * include/locale.h (_nl_C_locobj): Declare as hidden.
8319         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
8320         * time/strptime.c (_nl_C_LC_TIME): Likewise.
8322         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
8324         * include/sys/gmon.h: Declare _gmonparam as hidden.
8326         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
8327         (__ctype32_wctrans): Likewise.
8328         (__ctype32_width): Likewise.
8330         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
8331         use of __ttyname.
8333         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
8334         Define as hidden.
8335         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
8336         hidden.  Change all users of these variables.
8338         * posix/regex_internal.h (__re_error_msgid): Renamed from
8339         re_error_msgid.  Declare as hidden.
8340         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
8341         hidden.
8343         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
8344         (__printf_function_table): Likewise.
8345         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
8346         hidden.
8347         (__printf_function_table): Likewise.
8349         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
8350         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
8352         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
8353         * nss/nsswitch.c: Declare _nss_*_database as hidden.
8355         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
8356         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
8358 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
8360         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
8361         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
8362         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
8363         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
8364         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
8365         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
8366         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
8367         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
8368         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
8369         _nl_C_LC_CTYPE_width: Declare as hidden.
8370         * include/locale.h: Declare _nl_locale_file_list.
8371         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
8372         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
8373         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
8374         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
8375         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
8376         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
8377         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
8378         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
8379         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
8380         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
8381         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
8382         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
8383         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
8384         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
8385         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
8386         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
8387         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
8388         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
8389         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
8390         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
8391         _nl_C_LC_CTYPE_width, and as hidden.
8392         * locale/findlocale.c: Declare _nl_C as hidden.
8393         * locale/newlocale.c: Likewise.
8394         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
8395         _nl_locale_file_list.
8396         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
8397         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
8398         Define _nl_C_locobj as hidden.
8400         * malloc/mtrace.c (_mtrace_file): Define as hidden.
8401         (_mtrace_line): Likewise.
8403         * include/time.h: Declare __mon_yday as hidden.
8404         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
8406         * libio/libioP.h: Declare __libio_codecvt as hidden.
8407         * libio/fileops.c: Declare __libio_translit as hidden.
8408         * libio/iofwide.c: Define __libio_translit as hidden.
8410         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
8411         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
8412         * login/getutline_r.c: Likewise.
8413         * login/utmpname.c: Likewise.
8415         * login/utmp-private.h: Declare __libc_utmp_file_functions,
8416         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
8417         __libc_utmp_file_name as hidden.
8419         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
8420         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
8421         * locale/freelocale.c: Likewise.
8422         * locale/lc-time.c: Likewise.
8424         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
8425         (__libc_ptyname2): Likewise.
8426         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
8427         hidden.
8428         (__libc_ptyname2): Likewise.
8430         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
8431         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
8432         * sysdeps/generic/init-first.c: Likewise.
8433         * sysdeps/i386/init-first.c: Likewise.
8434         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8435         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8436         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8437         * sysdeps/sh/init-first.c: Likewise.
8438         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
8439         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8441         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
8442         (_itowa_upper_digits): Likewise.
8444         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
8445         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
8446         as hidden.
8448         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
8449         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
8450         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
8451         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
8453         * gmon/gmon.c (__bb_head): Define as hidden.
8454         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
8456         * argp/argp-parse.c (_argp_hang): Define as static.
8458         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
8459         handling in latest compilers.
8461         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
8462         define alias.
8463         * libio/fileops.c (_IO_file_jumps): Likewise.
8464         * libio/stdfiles.c (_IO_list_all): Likewise.
8465         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
8467         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
8468         include/malloc.h.
8469         * include/malloc.h: Add __libc_malloc_initialized declaration
8470         here.  Mark variable hidden.
8471         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
8473         * elf/dl-open.c (__libc_argc): Declare as hidden.
8474         (__libc_argv): Likewise.
8475         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
8476         (__libc_argv): Likewise.
8477         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
8478         __libc_argv as hidden.
8479         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8480         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8481         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
8482         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8484         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
8485         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
8486         * stdlib/erand48.c: Likewise.
8487         * stdlib/jrand48.c: Likewise.
8488         * stdlib/lcong48.c: Likewise.
8489         * stdlib/lrand48.c: Likewise.
8490         * stdlib/mrand48.c: Likewise.
8491         * stdlib/nrand48.c: Likewise.
8492         * stdlib/seed48.c: Likewise.
8493         * stdlib/srand48.c: Likewise.
8495         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
8496         (_itoa_lower_digits_internal): New declaration.
8497         (_itoa_upper_digits_internal): New declaration.
8498         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
8499         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
8500         (_itoa_upper_digits_internal): New declaration.
8501         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
8502         _itoa_lower_digits.
8503         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
8504         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
8506         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
8507         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
8509         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
8510         (_itowa_lower_digits): Likewise.
8511         (_itowa_upper_digits): Likewise.
8512         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
8513         (_itowa_upper_digits): Likewise.
8515         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
8516         not already defined.
8517         (GERMANIC_PLURAL): Declare as hidden.
8519         * posix/getopt.c (__getopt_initialized): Declare as hidden.
8520         (attribute_hidden): Define as empty macro if not already defined.
8522         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
8523         (__gconv_max_path_elem_len): Likewise.
8524         (__gconv_path_envvar): Likewise.
8526         * math/Makefile (gmp-objs): Remove mp_clz_tab.
8527         * stdlib/Makefile (aux): Remove mp_clz_tab.
8528         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
8530         * stdlib/exit.h (__exit_funcs): Declare as hidden.
8532         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
8534         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
8535         _nl_category_names, _nl_category_name_sizes, _nl_current,
8536         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
8538         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
8539         (_nl_current_default_domain): Likewise
8540         (_nl_state_lock): Likewise.
8541         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
8542         (_nl_current_default_domain): Likewise
8543         (_nl_state_lock): Likewise.
8544         * intl/bindtextdom.c (_nl_state_lock): Likewise.
8546         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
8547         (_fpioconst_pow10): Likewise.
8549         * include/time.h (_tmbuf): Add attribute_hidden.
8551         * time/tzset.c (tzstring_list): Define as static.
8553         * include/time.h: Add attribute_hidden to __tzname_cur_max and
8554         __use_tzfile declaration.
8556         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
8557         and __wcsmbs_last_locale declaration.
8559 2002-02-25  Paul Eggert  <eggert@twinsun.com>
8561         * timezone/Makefile (tzbases): Move systemv from here...
8562         (tzlinks): to here, since the entries in systemv were all changed
8563         from Zone to Link lines in tz-2001a.  Bug reported (and patch
8564         tested) by Peter Breitenlohner.
8566 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
8568         * time/tst-posixtz.c (tests): Add new tests.
8569         (main): Test whether tzset() sets daylight properly.
8571 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
8573         * time/tzset.c (tz_compute): Move __daylight, __tzname and
8574         __tzname_cur_max setting...
8575         (tzset_internal): ...here.
8577 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
8579         * time/tzset.c (compute_change): Don't return any value.
8580         (tz_compute): Likewise.  Don't handle southern hemisphere here.
8581         (__tz_convert): But here.
8583 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8585         * manual/examples/mkfsock.c: Include <string.h> as well.
8586         Patch by Alain De Carolis <alaind@wseurope.com>.
8588 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
8590         * posix/regexec.c (re_match): Fix incorrect register sizes.
8591         (re_search): Likewise.
8593 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
8595         * posix/regcomp.c (regfree): Remove a disused condition.
8596         * posix/regex_internal.c (re_acquire_state): Likewise.
8597         (re_acquire_state_context): Likewise.
8598         (register_state): Remove a redundant malloc invocation.
8599         * posix/regex_internal.h: (re_state_table_entry): Simplify
8600         the structure.
8602 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
8604         * posix/regcomp.c (regcomp): Add __builtin_expect to error
8605         handling conditions.
8606         (regerror): Likewise.
8607         (regfree): Likewise.
8608         (re_compile_internal): Likewise.
8609         (init_dfa): Likewise.
8610         (init_word_char): Likewise.
8611         (create_initial_state): Likewise.
8612         (analyze): Likewise.
8613         (analyze_tree): Likewise.
8614         (duplicate_node): Likewise.
8615         (calc_eclosure): Likewise.
8616         (calc_eclosure_iter): Likewise.
8617         (parse): Likewise.
8618         (parse_reg_exp): Likewise.
8619         (parse_branch): Likewise.
8620         (parse_expression): Likewise.
8621         (parse_subexp): Likewise.
8622         (parse_dup_op): Likewise.
8623         (parse_bracket_exp): Likewise.
8624         (build_equiv_class): Likewise.
8625         (build_charclass): Likewise.
8626         (build_word_op): Likewise.
8627         (fetch_number): Likewise.
8628         (create_tree): Likewise.
8629         (duplicate_tree): Likewise.
8630         * posix/regex.c (BE): New macro.
8631         * posix/regexec.c (re_match): Add __builtin_expect to error
8632         handling conditions.
8633         (re_match_2): Likewise.
8634         (re_search): Likewise.
8635         (re_search_internal): Likewise.
8636         (check_matching): Likewise.
8637         (proceed_next_node): Likewise.
8638         (set_regs): Likewise.
8639         (sift_states_backward): Likewise.
8640         (add_epsilon_backreference): Likewise.
8641         (transit_state): Likewise.
8642         (transit_state_sb): Likewise.
8643         (transit_state_mb): Likewise.
8644         (transit_state_bkref): Likewise.
8645         (transit_state_bkref_loop): Likewise.
8646         (build_trtable): Likewise.
8647         (group_nodes_into_DFAstates): Likewise.
8648         (match_ctx_init): Likewise.
8649         (match_ctx_add_entry): Likewise.
8650         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
8651         to error handling conditions.
8652         (re_string_construct_toupper): Likewise.
8653         (build_wcs_buffer): Likewise.
8654         (build_wcs_upper_buffer): Likewise.
8655         (build_upper_buffer): Likewise.
8656         (re_string_translate_buffer): Likewise.
8657         (re_node_set_alloc): Likewise.
8658         (re_node_set_init_1): Likewise.
8659         (re_node_set_init_2): Likewise.
8660         (re_node_set_init_copy): Likewise.
8661         (re_node_set_intersect): Likewise.
8662         (re_node_set_init_union): Likewise.
8663         (re_node_set_merge): Likewise.
8664         (re_node_set_insert): Likewise.
8665         (re_dfa_add_node): Likewise.
8666         (re_acquire_state): Likewise.
8667         (re_acquire_state_context): Likewise.
8668         (create_new_state_common): Likewise.
8669         (register_state): Likewise.
8670         (create_ci_new_state): Likewise.
8671         (create_cd_new_state): Likewise.
8672         (re_string_context_at): Remove redundant condition.
8674 2002-01-16  Roger Sayle  <roger@eyesopen.com>
8676         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
8678         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
8680 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
8682         * sysdeps/i386/elf/configure.in: Fix comment.
8684         * sysdeps/sparc/sparc64/configure.in: New file.
8685         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
8686         if .dynamic comes before .got.
8687         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
8689         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
8690         HP_TIMING_ACCUM): Fix typos.
8692 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8694         * string/strfry.c: Add some more randomness to the seed.
8695         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
8697         * po/es.po: Update from translation team.
8698         * po/fr.po: Likewise.
8700         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
8702         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
8703         when determining type of format.
8704         Patch by James Antill <james@anqd.org> [PR libc/2787].
8706 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
8708         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
8710 2002-03-11  Roland McGrath  <roland@frob.com>
8712         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
8714         * Versions.def (libc): Add GLIBC_2.2.6.
8715         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
8716         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
8717         __errno_location instead of __hurd_errno_location, and don't inline it.
8718         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
8719         * hurd/errno.c: New file.
8720         * hurd/Makefile (routines): Add errno.
8722 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8724         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
8725         ridiculously large widths and precisions [PR libc/3026].
8727 2002-03-11  Andreas Jaeger  <aj@suse.de>
8729         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
8730         support.
8731         Patch by Susanne Oberhauser <froh@SuSE.de>.
8733 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8735         * inet/rexec.c (ahostbuf): Define as static.
8737         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
8738         (__ctype32_wctrans): Likewise.
8739         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
8740         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
8741         (__ctype32_wctrans): Likewise.
8742         (__ctype32_width): Likewise.
8744         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
8745         They were never exported anyway.
8747         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
8748         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
8749         exported.
8750         * include/sys/gmon.h: Declare _gmonparam.
8752         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
8753         symbols for getdents64.  They were never exported.
8755 2002-03-09  Roland McGrath  <roland@frob.com>
8757         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
8758         Reported by Jon Arney <jarney1@cox.net>.
8760 2002-02-23  Roland McGrath  <roland@frob.com>
8762         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
8763         declaration.
8764         (__hurd_errno_location): Function removed.
8766 2002-03-06  Andreas Jaeger  <aj@suse.de>
8768         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
8769         32-bit.
8771 2002-03-04  Andreas Jaeger  <aj@suse.de>
8773         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
8775         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
8776         x86-64.
8778         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
8780         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
8782         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
8784         * sysdeps/x86_64/bits/setjmp.h: New file.
8786         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
8788         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
8790         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
8791         for x86.
8792         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
8793         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
8795 2002-02-28  Bo Thorsen  <bo@suse.de>
8797         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
8798         version.
8800 2002-03-03  Andreas Jaeger  <aj@suse.de>
8802         * sysdeps/x86_64/bits/wordsize.h: New file.
8804         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
8805         * elf/tst-tlsmod1.c: Likewise.
8807         * posix/regcomp.c: Get regex.h from include dir for internal
8808         prototypes.
8810         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
8811         to libc-internal.h and include it.
8812         * include/libc-internal.h: Add __init_misc.
8814         * misc/init-misc.c: Include libc-internal.h for prototypes.
8816         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
8818         * misc/error.c [_LIBC]: Include libioP.h for prototype of
8819         _IO_putc_internal.
8821 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
8823         * posix/regcomp.c: Compatibility changes to allow using the code
8824         outside glibc.
8826 2002-02-28  Hartvig Ekner <hartvige@mips.com>
8828         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
8829         compiled non-PIC.
8831 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
8833         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
8834         of .str elements in the returned data structure.
8836         * elf/elf.h: Add Alpha TLS bits.
8838 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8840         * sysdeps/unix/sysv/linux/nice.c: New file.
8842 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
8844         * elf/Makefile (dl-routines): Add dl-origin.
8845         (elide-routines.os): Add dl-origin.
8846         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
8847         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
8848         _dl_debug_state.
8849         * include/libc-symbols.c: Define attribute_hidden depending on
8850         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
8852         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
8853         * elf/dl-load.c: Likewise.
8854         * elf/rtld.c: Likewise.
8855         * include/unistd.h: Declare __libc_enable_secure_internal.
8856         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
8857         Use INTUSE with __libc_enable_secure.
8858         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8860         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
8861         * elf/dl-error.c: Likewise,
8862         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
8864         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
8865         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
8866         function definition.  Use INTDEF with _dl_get_origin.
8867         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8869         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
8870         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
8872         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
8873         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
8874         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
8876         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
8877         * elf/dl-deps.c: Likewise.
8878         * elf/dl-error.c: Likewise.
8879         * elf/dl-fini.c: Likewise.
8880         * elf/dl-init.c: Likewise.
8881         * elf/dl-load.c: Likewise.
8882         * elf/dl-lookup.c: Likewise.
8883         * elf/dl-reloc.c: Likewise.
8884         * elf/dl-version.c: Likewise.
8885         * elf/do-lookup.h: Likewise.
8886         * sysdeps/arm/dl-machine.h: Likewise.
8887         * sysdeps/cris/dl-machine.h: Likewise.
8888         * sysdeps/hppa/dl-machine.h: Likewise.
8889         * sysdeps/i386/dl-machine.h: Likewise.
8890         * sysdeps/m68k/dl-machine.h: Likewise.
8891         * sysdeps/powerpc/dl-machine.h: Likewise.
8892         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8893         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8894         * sysdeps/sh/dl-machine.h: Likewise.
8895         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
8896         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
8897         * sysdeps/x86_64/dl-machine.h: Likewise.
8898         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
8899         _dl_argv[0].  Use INTUSE with _dl_argv.
8900         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
8901         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
8903 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8905         * elf/rtld.c (_rtld_global): Remove .protected.
8906         (_rtld_local): Strong alias to _rtld_global.
8907         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
8908         only .os object.
8909         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
8910         _rtld_local instead of _rtld_global.
8911         (_rtld_local): Add hidden extern, possibly in .sdata section.
8912         * configure.in: Add tests for visibility attribute and .sdata.
8913         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
8914         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
8915         * sysdeps/arm/dl-machine.h: Likewise.
8916         * sysdeps/generic/ldsodefs.h: Likewise.
8917         * sysdeps/hppa/dl-machine.h: Likewise.
8918         * sysdeps/cris/dl-machine.h: Likewise.
8919         * sysdeps/i386/dl-machine.h: Likewise.
8920         * sysdeps/ia64/dl-machine.h: Likewise.
8921         * sysdeps/m68k/dl-machine.h: Likewise.
8922         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8923         * sysdeps/mips/dl-machine.h: Likewise.
8924         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8925         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8926         * sysdeps/sh/dl-machine.h: Likewise.
8927         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8928         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8929         * sysdeps/x86_64/dl-machine.h: Likewise.
8931 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8933         * login/login.c (login): Always initialize ut_line field
8934         [PR libc/2991].
8936 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8938         * sysdeps/i386/Makefile (sysdep_routines): Add
8939         divdi3 in csu dir.
8940         (shared-only-routines): Likewise.
8941         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
8942         (shared-only-routines): Likewise.
8943         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
8944         (shared-only-routines): Likewise.
8945         * sysdeps/wordsize-32/divdi3.c: New file.
8947 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8949         * locale/iso-4217.def: Remove obsolete currencies for countries
8950         with Euro.
8952 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
8954         * posix/regcomp.c (regcomp): Remove a redundant condition.
8955         (init_word_char): Add a check on malloc failure.
8956         (create_initial_state): Likewise.
8957         (duplicate_node): Likewise.
8958         (calc_eclosure): Likewise.
8959         (calc_eclosure_iter): Likewise.
8960         (parse_expression): Likewise.
8961         (parse_bracket_exp): Remove unnecessary malloc invocations.
8962         (build_equiv_class): Likewise.
8963         (build_charclass): Likewise.
8964         * posix/regex_internal.c (re_node_set_intersect): Add a check
8965         on malloc failure.
8966         (re_node_set_add_intersect): Likewise.
8967         (re_node_set_merge): Likewise.
8968         (re_acquire_state): Likewise.
8969         (re_acquire_state_context): Likewise.
8970         (create_newstate_common): Likewise.
8971         (register_state): Likewise.
8972         (create_ci_newstate): Likewise.
8973         (create_cd_newstate): Likewise.
8974         * posix/regex_internal.h: Fix prototypes of re_acquire_state
8975         and re_acquire_state_context.
8976         * posix/regexec.c (regexec): Suit it to the error handling of
8977         re_search_internal.
8978         (re_match): Likewise.
8979         (re_search): Likewise.
8980         (re_search_internal): Add a check on malloc failure.
8981         (acquire_init_state_context): Likewise.
8982         (check_matching): Likewise.
8983         (proceed_next_node): Likewise.
8984         (set_regs): Likewise.
8985         (sift_states_backward): Likewise.
8986         (sift_states_iter_bkref): Likewise.
8987         (add_epsilon_backreference): Likewise.
8988         (transit_state): Likewise.
8989         (transit_state_sb): Likewise.
8990         (transit_state_mb): Likewise.
8991         (transit_state_bkref_loop): Likewise.
8992         (build_trtable): Likewise.
8993         (group_nodes_into_DFAstates): Likewise.
8994         (match_ctx_init): Likewise.
8995         (match_ctx_add_entry): Likewise.
8997 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8999         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
9000         l_libname if profiling is enabled [PR libc/2916].
9002         * sysdeps/ia64/dl-tls.h: New file.
9004 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
9006         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
9007         Work around an Alpha gas bug.
9009 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
9011         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
9012         uses read to load the catalog.
9013         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
9015 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
9017         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
9018         regex_internal.c, and regex_internal.h.
9019         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
9020         * posix/regex.c: Complete rewrite.
9021         * posix/regexec.c: New file.
9022         * posix/regcomp.c: New file.
9023         * posix/regex_internal.c: New file.
9024         * posix/regex_internal.h: New file.
9025         * posix/regex.h (RE_ICASE): New macro.
9026         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
9028         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
9029         ungetwc.  It's a macro.
9030         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
9031         implementation.
9032         Reported by Jason Merrill <jason@redhat.com>.
9034 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
9036         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
9037         position to fp->_offset if it is set.
9038         * stdio-common/Makefile (tests): Add tst-fdopen.
9039         * stdio-common/tst-fdopen.c: New test.
9041 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
9043         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
9044         * stdio-common/tst-ungetc.c (main): Add another test.
9046 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
9048         * assert/assert-perr.c: Use INTUSE to reference functions and variables
9049         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
9050         aliases.  Add prototypes for the new aliases.
9051         * assert/assert.c: Likewise.
9052         * include/libc-symbols.h: Likewise.
9053         * include/stdio.h: Likewise.
9054         * include/netinet/in.h: Likewise.
9055         * include/rpc/auth.h: Likewise.
9056         * include/rpc/auth_unix.h: Likewise.
9057         * include/rpc/key_prot.h: Likewise.
9058         * include/rpc/pmap_prot.h: Likewise.
9059         * include/rpc/pmap_rmt.h: Likewise.
9060         * include/rpc/rpc_msg.h: Likewise.
9061         * include/rpc/xdr.h: Likewise.
9062         * inet/gethstbyad_r.c: Likewise.
9063         * inet/gethstbynm2_r.c: Likewise.
9064         * inet/gethstbynm_r.c: Likewise.
9065         * inet/gethstent_r.c: Likewise.
9066         * inet/in6_addr.c: Likewise.
9067         * libio/__fpurge.c: Likewise.
9068         * libio/filedoalloc.c: Likewise.
9069         * libio/fileops.c: Likewise.
9070         * libio/ftello.c: Likewise.
9071         * libio/ftello64.c: Likewise.
9072         * libio/genops.c: Likewise.
9073         * libio/iofclose.c: Likewise.
9074         * libio/iofdopen.c: Likewise.
9075         * libio/iofflush.c: Likewise.
9076         * libio/iofflush_u.c: Likewise.
9077         * libio/iofgetpos.c: Likewise.
9078         * libio/iofgetpos64.c: Likewise.
9079         * libio/iofgets.c: Likewise.
9080         * libio/iofgets_u.c: Likewise.
9081         * libio/iofopen.c: Likewise.
9082         * libio/iofopncook.c: Likewise.
9083         * libio/iofputs.c: Likewise.
9084         * libio/iofread.c: Likewise.
9085         * libio/iofread_u.c: Likewise.
9086         * libio/iofsetpos.c: Likewise.
9087         * libio/iofsetpos64.c: Likewise.
9088         * libio/ioftell.c: Likewise.
9089         * libio/iofwrite.c: Likewise.
9090         * libio/iogetline.c: Likewise.
9091         * libio/iogets.c: Likewise.
9092         * libio/iogetwline.c: Likewise.
9093         * libio/iolibio.h: Likewise.
9094         * libio/iopadn.c: Likewise.
9095         * libio/iopopen.c: Likewise.
9096         * libio/ioseekoff.c: Likewise.
9097         * libio/ioseekpos.c: Likewise.
9098         * libio/iosetbuffer.c: Likewise.
9099         * libio/iosetvbuf.c: Likewise.
9100         * libio/ioungetc.c: Likewise.
9101         * libio/ioungetwc.c: Likewise.
9102         * libio/iovdprintf.c: Likewise.
9103         * libio/iovsprintf.c: Likewise.
9104         * libio/iovsscanf.c: Likewise.
9105         * libio/libioP.h: Likewise.
9106         * libio/memstream.c: Likewise.
9107         * libio/obprintf.c: Likewise.
9108         * libio/oldfileops.c: Likewise.
9109         * libio/oldiofclose.c: Likewise.
9110         * libio/oldiofdopen.c: Likewise.
9111         * libio/oldiofgetpos.c: Likewise.
9112         * libio/oldiofgetpos64.c: Likewise.
9113         * libio/oldiofopen.c: Likewise.
9114         * libio/oldiofsetpos.c: Likewise.
9115         * libio/oldiofsetpos64.c: Likewise.
9116         * libio/oldiopopen.c: Likewise.
9117         * libio/oldstdfiles.c: Likewise.
9118         * libio/putc.c: Likewise.
9119         * libio/setbuf.c: Likewise.
9120         * libio/setlinebuf.c: Likewise.
9121         * libio/stdfiles.c: Likewise.
9122         * libio/stdio.c: Likewise.
9123         * libio/strops.c: Likewise.
9124         * libio/vasprintf.c: Likewise.
9125         * libio/vscanf.c: Likewise.
9126         * libio/vsnprintf.c: Likewise.
9127         * libio/vswprintf.c: Likewise.
9128         * libio/wfiledoalloc.c: Likewise.
9129         * libio/wfileops.c: Likewise.
9130         * libio/wgenops.c: Likewise.
9131         * libio/wstrops.c: Likewise.
9132         * malloc/mtrace.c: Likewise.
9133         * misc/error.c: Likewise.
9134         * misc/syslog.c: Likewise.
9135         * nss/getXXbyYY_r.c: Likewise.
9136         * nss/getXXent_r.c: Likewise.
9137         * nss/hosts-lookup.c: Likewise.
9138         * stdio-common/getw.c
9139         * stdio-common/printf-prs.c: Likewise.
9140         * stdio-common/printf_fp.c: Likewise.
9141         * stdio-common/printf_size.c: Likewise.
9142         * stdio-common/putw.c: Likewise.
9143         * stdio-common/scanf.c: Likewise.
9144         * stdio-common/sprintf.c: Likewise.
9145         * stdio-common/tmpfile64.c: Likewise.
9146         * stdio-common/vfprintf.c: Likewise.
9147         * stdio-common/vfscanf.c: Likewise.
9148         * stdlib/strfmon.c: Likewise.
9149         * sunrpc/auth_des.c: Likewise.
9150         * sunrpc/auth_none.c: Likewise.
9151         * sunrpc/auth_unix.c: Likewise.
9152         * sunrpc/authdes_prot.c: Likewise.
9153         * sunrpc/authuxprot.c: Likewise.
9154         * sunrpc/clnt_perr.c: Likewise.
9155         * sunrpc/clnt_raw.c: Likewise.
9156         * sunrpc/clnt_tcp.c: Likewise.
9157         * sunrpc/clnt_udp.c: Likewise.
9158         * sunrpc/clnt_unix.c: Likewise.
9159         * sunrpc/key_call.c: Likewise.
9160         * sunrpc/key_prot.c: Likewise.
9161         * sunrpc/openchild.c: Likewise.
9162         * sunrpc/pm_getmaps.c: Likewise.
9163         * sunrpc/pm_getport.c: Likewise.
9164         * sunrpc/pmap_clnt.c: Likewise.
9165         * sunrpc/pmap_prot.c: Likewise.
9166         * sunrpc/pmap_prot2.c: Likewise.
9167         * sunrpc/pmap_rmt.c: Likewise.
9168         * sunrpc/rpc_cmsg.c: Likewise.
9169         * sunrpc/rpc_prot.c: Likewise.
9170         * sunrpc/svc_authux.c: Likewise.
9171         * sunrpc/svc_raw.c: Likewise.
9172         * sunrpc/svc_simple.c: Likewise.
9173         * sunrpc/svc_tcp.c: Likewise.
9174         * sunrpc/svc_udp.c: Likewise.
9175         * sunrpc/svc_unix.c: Likewise.
9176         * sunrpc/xdr.c: Likewise.
9177         * sunrpc/xdr_array.c: Likewise.
9178         * sunrpc/xdr_mem.c: Likewise.
9179         * sunrpc/xdr_rec.c: Likewise.
9180         * sunrpc/xdr_ref.c: Likewise.
9181         * sunrpc/xdr_stdio.c: Likewise.
9182         * sysdeps/generic/_strerror.c: Likewise.
9183         * sysdeps/generic/printf_fphex.c: Likewise.
9184         * sysdeps/generic/tmpfile.c: Likewise.
9185         * sysdeps/gnu/errlist.awk: Likewise.
9186         * sysdeps/gnu/errlist.c: Likewise.
9188         * libio/Makefile (routines): Remove iosprint.
9189         * libio/iosprintf.c: Removed
9192 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
9194         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
9195         non_dynamic_init and exported now.
9196         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
9197         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
9198         !SHARED.
9199         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
9200         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
9201         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
9203 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
9205         * elf/dl-close.c (free_slotinfo): Check for end of list and return
9206         true in this case.
9208         * locale/iso-639.def: Add language codes for Walloon.
9210         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
9211         total number of relocations performed.
9213         * elf/sprof.c (load_profdata): If do_test provide information as
9214         to why loading failed.
9215         * elf/dl-profile.c (_dl_start_profile): Initialize all of
9216         hist_hdr.dimen.
9218         * csu/set-init.c: Moved to...
9219         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
9220         * csu/Makefile: Don't compile set-init.
9221         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
9222         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
9223         to __libc_init.
9224         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
9225         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
9226         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
9227         __libc_init.
9228         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
9229         __libc_subinit.
9231 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
9233         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
9234         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
9235         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
9236         (_dl_deallocate_tls): New function.
9237         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
9238         _dl_deallocate_tls.
9240 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
9242         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
9243         * stdio-common/tst-fseek.c (main): Add test for this.
9245 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
9247         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
9249 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
9251         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
9252         pointer before dereferencing.
9254 2002-02-18  Roland McGrath  <roland@frob.com>
9256         * sysdeps/mach/hurd/times.c: Fix typo in last change.
9258         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
9259         Use task_policy in place of task_priority.
9261         * sysdeps/generic/bits/mman.h
9262         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
9263         * sysdeps/mach/msync.c: New file.
9265         * sysdeps/mach/powerpc/syscall.S: New file.
9267         * mach/msg.c [MACH_MSG_OVERWRITE]
9268         (__mach_msg_trap, __mach_msg_overwrite): New functions.
9269         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
9271         * sysdeps/mach/configure.in: Check for clock.defs to put into
9272         mach_interface_list.
9273         * sysdeps/mach/configure: Regenerated.
9275         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
9276         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
9277         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
9278         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
9279         (mach-shortcuts): Add device_read_overwrite_request,
9280         device_read_overwrite, vm_read_overwrite, thread_switch.
9282         * configure.in (base_machine): Set to $machine by default.
9283         * configure: Regenerated.
9285         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
9286         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
9287         * sysdeps/mach/configure: Regenerated.
9288         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
9290         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
9292         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
9294         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
9295         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
9297 2002-02-17  Roland McGrath  <roland@frob.com>
9299         * sysdeps/mach/hurd/times.c
9300         [NO_CREATION_TIME] (startup_time): New static variable.
9301         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
9302         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
9303         creation_time from task_basic_info.
9304         (__times): Use __gettimeofday instead of __host_get_time.
9306         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
9307         Use untyped Mach IPC message format.
9309         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
9311         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
9312         _S_catch_exception_raise_state_identity,
9313         _hurdsig_fault_catch_exception_raise_state,
9314         _hurdsig_fault_catch_exception_raise_state_identity.
9316         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
9318         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
9319         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
9321         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
9322         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
9324         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
9325         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
9326         them as no-op macros.
9327         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
9328         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
9330         * sysdeps/powerpc/dl-machine.h
9331         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
9333         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
9334         Use untyped Mach IPC message format.
9336         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
9337         Handle untyped Mach IPC message formats.
9339         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
9340         Expect different argument conventions when this is defined.
9341         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
9342         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
9343         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
9344         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
9345         for OSF Mach variant.
9346         (faulted): Use mig_reply_error_t for REPLY.
9347         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
9348         in __thread_set_exception_ports call.
9349         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
9350         __mach_port_set_attributes in place of __mach_port_set_qlimit.
9352         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
9353         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
9354         on Darwin, which includes bogons.
9356         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
9357         variable LOADBASE so it's not declared when it's not used.
9359 2002-02-16  Roland McGrath  <roland@frob.com>
9361         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
9362         to use BI.creation_time.
9364         * mach/Machrules (MIG): Add -x c to CPP value passed down.
9366         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
9367         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
9368         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
9369         host_page_size instead of vm_statistics.
9371         * sysdeps/mach/Makefile (mach-before-compile): Don't include
9372         mach_interface.h here, since not all variants use that name.
9374         * sysdeps/mach/configure.in: Add some checks for Mach headers
9375         to ensure a sane installation.
9376         (mach_interface_list): Define this variable by checking for .defs
9377         files found in various variants.
9378         * configure.in (mach_interface_list): AC_SUBST this.
9379         * config.make.in (mach-interface-list): New substituted variable.
9380         * mach/Makefile (user-interfaces): Define this using the value
9381         of $(mach-interface-list) instead of mach, mach4.
9382         Updated other references to mach_interface to use it as well.
9384         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
9386         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
9387         mig_reply_error_t for OSF Mach variant.
9389         * mach/Makefile (routines): Remove bootprivport.
9390         * mach/bootprivport.c: File removed.  It has never been used.
9392         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
9393         Grok the OSF flavor of message format.
9394         (mach_msg_destroy_port): For MAKE_SEND and
9395         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
9396         no-senders notification.
9398 2002-02-06  Roland McGrath  <roland@frob.com>
9400         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
9401         to here if 2.0 compatibility enabled ...
9402         (libc: GLIBC_2.1.3): ... from here.
9404 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
9406         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
9407         generation counter.
9408         * elf/dl-close.c (_dl_close): Likewise.
9410 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
9412         * elf/Makefile: Add rules to build and run tst-tls8.
9413         * elf/tst-tls8.c: New file.
9414         * elf/tst-tlsmod4.c: New file.
9416         * stdlib/test-a64l.c (tests): Add more test cases.
9418         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
9419         Reported by Walter Harms <WHarms@bfs.de>.
9421 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
9423         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
9424         definitions for struct sigcontext.
9425         Suggested by David Mosberger-Tang.
9427 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
9429         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
9430         for removing reference of module in slotinfo list.
9431         (_dl_close): Use remove_slotinfo.
9432         * sysdeps/generic/dl-tls.c: General pretty printing.
9433         (oom): Define only if SHARED.
9434         (_dl_next_tls_modid): Correct starting point for the case we assume
9435         there is a gap.  Add missing instruction grouping (doh!).  Correct
9436         tests for reaching maximum index.
9437         * elf/Makefile: Add rules to build and run tst-tls7.
9438         * elf/tst-tls7.c: New file.
9439         * elf/tst-tlsmod3.c: New file.
9441         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
9442         USE_TLS.
9443         * elf/tst-tlsmod2.c: Likewise.
9445         * elf/dl-close.c (_dl_close): When closing an object using TLS
9446         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
9447         true.  Increment dl_tls_generation only if we closed any TLS-using
9448         object.
9449         * elf/tst-tls6.c: New file.
9450         * elf/Makefile: Add rules to build and run tst-tls6.
9452         * po/da.po: Update from translation team.
9454         * locale/categories.def: Fix typo [PR libc/2948].
9455         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
9456         [PR libc/2949].
9457         * locale/iso-4217.def: Update from official version [PR libc/2950].
9458         * glibcbug.in: Honor TMPDIR [PR libc/2951].
9459         * locale/programs/ld-collate.c (collate_finish): Bail out with a
9460         message if input is too confusion instead of using assert.
9461         (collate_read): Don't crash on unknown symbol [PR libc/2952].
9462         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
9464         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
9465         * elf/tst-tls2.c: Likewise.
9466         * elf/tst-tls3.c: Likewise.
9468 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
9470         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
9472 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
9474         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
9475         if this is really necessary.
9477         * elf/dl-close.c (_dl_close): Implement freeing entries in the
9478         slotinfo array.
9479         (free_mem): Free memory for the slotinfo array if possible.
9481 2002-02-12  Andreas Schwab  <schwab@suse.de>
9483         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
9485 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
9487         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
9488         TLS_DTV_UNALLOCATE.
9489         (oom): New function.
9490         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
9491         (_dl_determine_tlsoffset): Likewise.
9492         (_dl_allocate_tls): Likewise.
9493         (__TLS_GET_ADDR): Define if not already defined.
9494         (_dl_tls_symaddr): New function.
9495         (allocate_and_init): New function.
9496         (__tls_get_addr): Actually implement handling of generation counter
9497         and deferred allocation.
9498         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
9499         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
9500         _dl_tls_generation.
9501         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
9502         Declare _dl_tls_symaddr.
9503         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
9504         SHARED.
9505         * include/link.h (struct link_map):  Remove l_tls_nextimage and
9506         l_tls_previmage.
9507         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
9508         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
9509         (_dl_vsym): Likewise.
9510         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
9511         layout.
9512         (dl_main): Allow PT_TLS be present for empty segment.  Remove
9513         nextimage list handling.  Instead add all modules using TLS to
9514         dl_tls_dtv_slotinfo_list.
9515         * elf/dl-open.c (dl_open_worker): After successfully loading all
9516         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
9517         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
9518         empty segment don't do anything.  Remove handling of initimage list.
9519         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
9520         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
9521         * elf/dl-minimal.c: Define __libc_memalign.
9522         * elf/dl-support.c: Remove _dl_initimage_list.  Add
9523         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
9524         _dl_tls_generation.
9525         * include/stdlib.h: Declare __libc_memalign.
9527         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
9528         * elf/tst-tls4.c: New file.
9529         * elf/tst-tls5.c: New file.
9530         * elf/tst-tlsmod2.c: New file.
9532         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
9534         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
9536         * elf/tst-tls1.c: Use test-skeleton.c.
9537         * elf/tst-tls2.c: Likewise.
9538         * elf/tst-tls3.c: Likewise.
9540         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
9542 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
9544         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
9546 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
9548         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
9550         * elf/tst-tls3.c: New file.
9551         * elf/tst-tlsmod1.c: New file.
9552         * elf/Makefile: Add rules to build and run tst-tls3.
9554         * sysdeps/i386/dl-machine.h: Include <tls.h>.
9555         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
9556         TLS relocations.
9558         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
9560         * po/fr.po: Update from translation team.
9562         * elf/tls-macros.h: Add alternative macros for use in PIC.
9564         * elf/dl-lookup.c: Include <tls.h>.
9565         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
9567         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
9568         required by passing pointer to last element of the list.
9570         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
9571         l_tls_initimage to a place where it actually is performed.
9573         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
9574         after globfree() calls.
9576         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
9577         (openaux): Pass open_mode as new last argument to _dl_map_object.
9578         (_dl_map_object_deps): Add new argument open_mode.  Initialize
9579         open_mode element of args variable with it.
9580         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
9581         _dl_map_object_deps.
9582         * elf/rtld.c (dl_main): Add zero as last parameter to
9583         _dl_map_object_deps call.
9584         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
9585         * elf/nodlopen2.c: New file.
9586         * elf/nodlopenmod2.c: New file.
9587         * elf/Makefile: Add rules to build and run nodlopen2.
9589         * elf/tst-tls1.c: Move TLS helper macros to...
9590         * elf/tls-macros.h: ...here.  New file.
9591         * elf/tst-tls2.c: New file.
9592         * elf/Makefile (tests): Add tst-tls2.
9593         (distribute): Add tls-macros.h.
9595         * po/sv.po: Update from translation team.
9597         * elf/tst-tls1.c (main): Add complete set of tests.  Split
9598         architecture specific definitions from the actual test code.
9600         * po/tr.po: Update from translation team.
9602 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
9604         * elf/Makefile (tests): Add tst-tls1.
9605         * elf/tst-tls1.c: New file.
9607         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
9608         alignment of TCB for now.
9610         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
9611         initialization image for the application itself.
9613         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
9614         loop to initialize TLS block.
9616 2002-02-08  Richard Henderson  <rth@redhat.com>
9618         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
9619         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
9621         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
9623 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
9625         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
9627 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
9629         * po/ca.po: Update from translation team.
9630         * po/sk.po: Likewise.
9632         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
9633         (dl_main): Move dtv/static TLS handling before relocation.
9634         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
9635         TLS_INIT_TP to allocate and install the dtv/static TLS block.
9636         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
9637         so far uses TLS initialize GL(dl_tls_static_size) and
9638         GL(dl_tls_static_align) to account for the TCB.
9639         (_dl_allocate_tls): New function.
9640         * sysdeps/generic/ldsodefs.h (rtld_global): Add
9641         _dl_initial_dtv_malloced.
9643         * configure.in: Test for __builtin_memset more realistically.
9645         * csu/version.c (banner): If TLS support is available say so.
9647 2002-02-04  H.J. Lu  <hjl@gnu.org>
9649         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
9650         __attribute_used__.
9651         (__dl_runtime_resolve): Likewise.
9653         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
9654         declaration.
9656 2001-11-15  H.J. Lu  <hjl@gnu.org>
9658         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
9659         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
9661         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
9663 2002-02-07  H.J. Lu  <hjl@gnu.org>
9665         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
9666         ".set noreorder".
9667         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
9668         Likewise.
9670 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9672         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
9674         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
9675         ___tls_get_addr_internal.
9676         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
9678         * po/ko.po: Update from translation team.
9680 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
9682         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
9683         attribute, change __pad{1,2} type to unsigned int.
9684         (struct stat64): Remove packed attribute.
9686 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9688         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
9690 2002-02-07  Andreas Schwab  <schwab@suse.de>
9692         * configure.in: Fix check for -zcombreloc.
9694 2002-02-06  H.J. Lu  <hjl@gnu.org>
9696         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
9697         * configure.in: Check if __builtin_memset really works.
9698         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
9699         __GNUC_PREREQ (2, 96) before using __builtin_memset.
9701 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
9703         * io/bug-ftw3.c (main): Don't try the test if root.
9705 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9707         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
9708         constraints.
9709         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
9710         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
9711         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
9712         Likewise.
9713         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
9714         a weak alias for __clone.
9715         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
9716         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
9717         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
9718         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
9719         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
9720         a weak alias for __mmap64.
9722 2002-02-05  H.J. Lu  <hjl@gnu.org>
9724         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
9725         (atomic_add): Likewise.
9726         (compare_and_swap): Likewise.
9727         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
9729 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9731         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
9733         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
9734         alignment of the TCB and store total size and alignment of static
9735         TLS block in _dl_tls_static_size and _dl_tls_static_align.
9736         tls_index is a typedef.
9737         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
9738         _dl_tls_static_align.
9739         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
9740         * elf/dl-support.c: Define _dl_tls_static_size and
9741         _dl_tls_static_align.
9743 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9745         * configure.in: Add --without-tls option.
9746         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
9747         --without-tls is given.
9749         * sysdeps/generic/dl-tls.c: Include <tls.h>.
9751         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
9753 2002-02-06  Roland McGrath  <roland@frob.com>
9755         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
9756         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
9758         * scripts/versions.awk: Improve error message for missing version.
9759         Each version inherits from the last one only if they have the same
9760         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
9761         but not GLIBC_x and FOO_y.
9763         * scripts/firstversions.awk: Handle libraries that don't have each
9764         particular version named in the third column of shlib-versions.
9766         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
9768 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9770         * Versions.def [ld]: Add GLIBC_2.3.
9771         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
9772         * elf/Makefile (dl-routines): Add dl-tls.
9773         (distribute): Add dl-tls.h.
9774         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9775         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9776         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
9777         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
9778         along with the other info in the link map.  Change queueing of init
9779         images for double linked list.  Use _dl_next_tls_modid to compute
9780         l_tls_modid.
9781         * elf/rtld.c (_dl_start_final): Store alignment requirement
9782         along with the other info in rtld map and executable map.
9783         (dl_main): Add ld.so to the init image list if necessary.  Compute
9784         final module ID with _dl_next_tls_modid.
9785         * include/link.h (struct link_map): Add l_tls_previmage and
9786         l_tls_align.
9787         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9788         * sysdeps/i386/elf/Versions: New file.
9789         * sysdeps/generic/dl-tls.c: New file.
9790         * sysdeps/generic/dl-tls.h: New file.
9791         * sysdeps/i386/dl-tls.h: New file.
9793 2002-02-06  Roland McGrath  <roland@frob.com>
9795         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
9796         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
9798 2002-01-05  Roland McGrath  <roland@frob.com>
9800         * sysdeps/mach/configure.in: New file.
9801         * sysdeps/mach/configure: New generated file.
9803         * mach/Makefile (user-interfaces): Remove default_pager_helper.
9804         It has never been used by anything.
9806 2002-02-06  H.J. Lu  <hjl@gnu.org>
9808         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
9809         is included.
9811 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9813         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
9814         attribute((packed)) to counter stupid people misusing gcc options.
9815         (struct stat64): Likewise.
9817 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9819         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
9820         the variables which are used as booleans.
9822 2002-02-06  Andreas Jaeger  <aj@suse.de>
9824         * include/libc-symbols.h (INTUSE): Renamed from INT.
9825         * elf/dl-deps.c: Change users.
9826         * sysdeps/generic/dl-sysdep.c: Likewise.
9827         * sysdeps/generic/dl-cache.c: Likewise.
9828         * elf/dl-reloc.c: Likewise.
9829         * elf/rtld.c: Likewise.
9830         * elf/dl-version.c: Likewise.
9831         * elf/dl-load.c: Likewise.
9832         * elf/dl-dst.h: Likewise.
9833         * elf/dl-init.c: Likewise.
9834         * elf/dl-error.c: Likewise.
9835         * elf/dl-fini.c: Likewise.
9836         * elf/dl-runtime.c: Likewise.
9837         * elf/do-lookup.h: Likewise.
9839         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
9840         definition.
9841         * stdio-common/_itowa.h: Likewise.
9843 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9845         * elf/dl-minimal.c: Define _itoa_lower_digits.
9847         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
9848         DT_FLAGS set.
9850         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
9851         loading modules with the DF_STATIC_TLS flag set.
9852         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
9853         element.
9854         * include/link.h (struct link_map): Add l_flags field.
9855         * elf/elf.h (DF_STATIC_TLS): New definition.
9857         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
9858         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
9860         * elf/rtld.c (process_dl_debug): Correct printing help message.
9861         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
9862         for %s.
9864         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
9865         definition and pass &errno in use of this variable.
9866         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
9868 2002-02-04  Andreas Schwab  <schwab@suse.de>
9870         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
9871         * locale/programs/charmap-dir.c: Wrap calls that output messages
9872         with WITH_CUR_LOCALE.  Include "localedef.h" first.
9873         * locale/programs/charmap.c: Likewise.
9874         * locale/programs/ld-address.c: Likewise.
9875         * locale/programs/ld-collate.c: Likewise.
9876         * locale/programs/ld-ctype.c: Likewise.
9877         * locale/programs/ld-identification.c: Likewise.
9878         * locale/programs/ld-measurement.c: Likewise.
9879         * locale/programs/ld-messages.c: Likewise.
9880         * locale/programs/ld-monetary.c: Likewise.
9881         * locale/programs/ld-name.c: Likewise.
9882         * locale/programs/ld-numeric.c: Likewise.
9883         * locale/programs/ld-paper.c: Likewise.
9884         * locale/programs/ld-telephone.c: Likewise.
9885         * locale/programs/ld-time.c: Likewise.
9886         * locale/programs/linereader.c: Likewise.
9887         * locale/programs/linereader.h: Likewise.
9888         * locale/programs/localedef.c: Likewise.
9889         * locale/programs/locfile.c: Likewise.
9890         * locale/programs/repertoire.c: Likewise.
9892 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9894         * elf/rtld.c (_dl_start_final): Determine load address to locate
9895         ehdr with GL(dl_rtld_map).l_map_start.
9897         * po/ca.po: Update from translation team.
9899         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
9900         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
9901         header entry.
9902         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9903         _dl_tls_module_cnt.
9904         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
9906 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
9908         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
9909         * include/link.h (struct link_map): Add various members for TLS
9910         information.
9911         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9912         _rtld_tlsoffset, add _dl_initimage_list.
9913         * sysdeps/i386/dl-lookupcfg.h: New file.
9914         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
9915         TLS relocation.  When using TLS we now use RESOLVE_MAP.
9916         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
9917         is used.
9919         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
9920         unused.
9922         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
9923         thread-pointer as soon as possible.
9924         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
9925         elements in rtld_global.
9926         * sysdeps/generic/tls.h: New file.
9927         * elf/Makefile (distribute): Add tls.h.
9928         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
9929         relocations.  Not complete yet.
9931         * resolv/resolv.h: Allow user to define __need_res_state and only
9932         define __res_start structure then.
9933         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
9935         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
9936         dl_cpuclock_offset initialization to _dl_start_final.
9937         (_dl_show_auxv): Avoid unnecessary sign extension.
9938         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
9940 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9942         * config.h.in: Add HAVE_TLS_SUPPORT.
9943         * sysdeps/i386/elf/configure.in: New file.
9945 2002-02-03  Andreas Schwab  <schwab@suse.de>
9947         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
9948         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
9950 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
9952         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
9953         alloca if the memory reqirements are too high.
9955 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9957         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
9958         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
9959         the former is available anyway and speed isn't important here.
9960         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
9961         * elf/dl-version.c (match_symbol): Likewise.
9962         (_dl_check_map_versions): Likewise.
9963         * elf/rtld.c (process_envvars): Likewise.
9964         (print_statistics): Likewise.
9965         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
9966         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
9967         bases.  Add assert to catch uses of unimplemented features.
9968         (__strsep): Add assert to catch uses of unimplemented features.
9969         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
9970         and avoid inline optimization.
9971         * elf/rtld.c (process_envvars): Likewise.
9972         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
9973         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
9974         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
9976 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9978         * stdio-common/_itoa.h: Minor simplifications of the code.
9979         * stdio-common/_itoa.c: Likewise.
9981         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
9982         instead of _dl_printf for debugging info output.
9984         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
9985         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
9987 2002-02-01  H.J. Lu  <hjl@gnu.org>
9989         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
9990         (atomic_add): Likewise.
9991         (compare_and_swap): Return 0 only when failed to compare. Use
9992         branch likely.
9994         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
9995         branch likely.
9997 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
9999         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
10001 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
10003         * elf/dl-minimal.c (__strsep): New minimal implementation.
10005 2002-02-02  Paul Eggert  <eggert@twinsun.com>
10007         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
10008         (__mktime_internal): If no tm_isdst is requested, prefer solutions
10009         with tm_isdst > 0 when the requested time falls within a
10010         spring-forward gap [PR libc/2894].
10012 2002-02-03  Andreas Schwab  <schwab@suse.de>
10014         * stdio-common/tst-rndseek.c: Increase timeout.
10016 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
10018         Change ld.so to not use functions which are exported.  One cannot
10019         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
10020         definitions.
10021         * include/libc-symbols.h: Define INT and INTDEF.
10022         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
10023         _dl_signal_error_internal, _dl_map_object_internal,
10024         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
10025         _dl_lookup_versioned_symbol_internal,
10026         _dl_relocate_object_internal, _dl_debug_state_internal,
10027         _dl_start_profile_internal, and _dl_unload_cache_internal.
10028         * include/dlfcn.h: Declare _dl_catch_error_internal.
10029         * elf/rtld.c: Use INT for calls to any of the *_internal functions
10030         above.  Add INTDEF to function definitions.
10031         * elf/dl-debug.c: Likewise.
10032         * elf/dl-deps.c: Likewise.
10033         * elf/dl-dst.h: Likewise.
10034         * elf/dl-error.c: Likewise.
10035         * elf/dl-fini.c: Likewise.
10036         * elf/dl-init.c: Likewise.
10037         * elf/dl-load.c: Likewise.
10038         * elf/dl-lookup.c: Likewise.
10039         * elf/dl-misc.c: Likewise.
10040         * elf/dl-open.c: Likewise.
10041         * elf/dl-profile.c: Likewise.
10042         * elf/dl-reloc.c: Likewise.
10043         * elf/dl-runtime.c: Likewise.
10044         * elf/dl-version.c: Likewise.
10045         * elf/do-lookup.h: Likewise.
10046         * sysdeps/generic/dl-cache.c: Likewise.
10047         * sysdeps/generic/dl-sysdep.c: Likewise.
10048         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
10049         instead of _dl_init.
10050         * sysdeps/arm/dl-machine.h: Likewise.
10051         * sysdeps/cris/dl-machine.h: Likewise.
10052         * sysdeps/hppa/dl-machine.h: Likewise.
10053         * sysdeps/i386/dl-machine.h: Likewise.
10054         * sysdeps/ia64/dl-machine.h: Likewise.
10055         * sysdeps/m68k/dl-machine.h: Likewise.
10056         * sysdeps/mips/dl-machine.h: Likewise.
10057         * sysdeps/mips/mips64/dl-machine.h: Likewise.
10058         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10059         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10060         * sysdeps/sh/dl-machine.h: Likewise.
10061         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10062         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10063         * sysdeps/x86_64/dl-machine.h: Likewise.
10064         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
10066         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
10067         and _dl_debug_initialize.
10069         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
10070         more information.
10071         * elf/rtld.c (dl_main): Avoid strrchr.
10072         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
10073         result of readlink.  Search from the back for '/'.
10075         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
10076         strncpy if possible.
10078         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
10079         strncmp.
10080         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
10081         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
10082         strspn, and strcspn.
10083         (process_envvars): Don't use strcspn.
10085         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
10086         (_dl_dst_substitute): Likewise.
10088 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10090         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
10091         code which is never used when relocating ld.so itself.
10093         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
10094         starting ld.so itself.  Move l_addr variable initialization closer
10095         to use.
10096         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
10098 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
10100         * Versions.def (libc): Add GLIBC_PRIVATE.
10101         (libdb, libnss_db, libdb1): Remove.
10102         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
10103         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
10104         (libpthread): Add GLIBC_PRIVATE.
10105         (libresolv): Likewise, remove GLIBC_2.1.
10106         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
10107         GLIBC_2.2.3, GLIBC_2.3.
10108         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
10109         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
10110         _dl_sym, _dl_vsym): Likewise.
10111         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
10112         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
10113         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
10114         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
10115         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
10116         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
10117         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
10118         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
10119         Likewise.
10120         (_dl_object_relocation_scope): Remove.
10121         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
10122         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
10123         __gconv_cache): Move to GLIBC_PRIVATE.
10124         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
10125         __internal_setnetgrent): Likewise.
10126         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
10127         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
10128         * locale/Versions (__collate_element_hash, __collate_element_strings,
10129         __collate_symbol_classes, __collate_symbol_hash,
10130         __collate_symbol_strings, _nl_current_LC_COLLATE,
10131         _nl_current_LC_CTYPE): Likewise.
10132         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
10133         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
10134         (libnss_nis, libnss_nisplus): Likewise.
10135         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
10136         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
10137         (libnss_files): Move all symbols to GLIBC_PRIVATE.
10138         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
10139         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
10140         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
10141         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
10142         __ns_get16, __ns_samename): Likewise.
10143         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
10144         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
10145         GLIBC_PRIVATE.
10146         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
10147         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
10148         __libc_connect): Likewise.
10149         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
10150         Likewise.
10151         * stdlib/Versions (__libc_system): Likewise.
10152         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
10153         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
10154         * sysdeps/ia64/fpu/Versions: Likewise.
10155         * sysdeps/ia64/Versions: Likewise.
10156         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
10157         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
10158         to GLIBC_PRIVATE.
10159         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
10160         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
10161         __libc_sigaction): Likewise.
10162         * termios/Versions (__libc_tcdrain): Likewise.
10164         * misc/sys/cdefs (__attribute_noinline__): Define.
10165         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
10166         __attribute_noinline__.
10168         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
10169         * elf/dl-xstat64.c: New file.
10170         * elf/dl-fxstat64.c: New file.
10171         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
10172         don't export __fxstat64 at multiple versions.
10173         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
10174         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
10176 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
10178         * locale/program/ld-collate.c (collate_finish): Assign a wide
10179         char collation sequence value to multi character collating
10180         elements, and avoid over writing by non-character elements.
10182 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10184         * elf/Makefile (distribute): Add dl-procinfo.c.
10185         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
10186         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
10188 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
10190         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
10191         definition.
10192         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
10193         _rtld_global struct.
10194         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
10195         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
10196         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
10197         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
10198         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
10199         _dl_fpu_control_set): Remove unused externs.
10200         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
10201         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
10202         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
10203         related variables in _rtld_global struct.
10204         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
10205         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
10206         unused extern.
10208 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10210         * sysdeps/generic/dl-procinfo.c: New file.
10212 2002-02-01  Andreas Schwab  <schwab@suse.de>
10214         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
10216 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10218         * elf/rtld.c (_dl_start): Mark as internal_function.
10219         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
10220         in register.
10221         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
10222         General pretty printing.
10224 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
10226         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
10227         * elf/dl-reloc.c: Pretty printing.
10228         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
10229         procinfo-related variables in rtld_global struct.
10230         * elf/dl-support.c: Likewise.
10231         * elf/rtld.c: Likewise.
10232         * sysdeps/i386/i686/Makefile: Likewise.
10233         * sysdeps/i386/i686/hp-timing.c: Likewise.
10234         * sysdeps/i386/i686/hp-timing.h: Likewise.
10235         * sysdeps/ia64/Makefile: Likewise.
10236         * sysdeps/ia64/hp-timing.c: Likewise.
10237         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
10238         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
10239         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
10240         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
10241         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10242         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
10243         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
10244         * sysdeps/x86_64/Makefile: Likewise.
10246         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
10247         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
10248         _dl_debug_fd to rtld_global.
10249         * elf/Versions: Likewise.
10250         * elf/dl-close.c: Likewise.
10251         * elf/dl-iteratephdr.c: Likewise.
10252         * elf/dl-lookup.c: Likewise.
10253         * elf/dl-misc.c: Likewise.
10254         * elf/dl-open.c: Likewise.
10255         * elf/dl-support.c: Likewise.
10256         * elf/do-lookup.h: Likewise.
10257         * elf/rtld.c: Likewise.
10258         * sysdeps/generic/dl-cache.c: Likewise.
10259         * sysdeps/generic/dl-sysdep.c: Likewise.
10260         * sysdeps/ia64/Versions: Likewise.
10261         * sysdeps/unix/clock_gettime.c: Likewise.
10262         * sysdeps/unix/clock_settime.c: Likewise.
10263         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
10264         * sysdeps/sparc/Versions: Removed.
10265         * sysdeps/i386/i686/Versions : Removed.
10266         * sysdeps/x86_64/Versions: Removed.
10267         * configure.in: Define HAVE_PROTECTED if .protected is available.
10268         * config.h.in: Add entry for HAVE_PROTECTED.
10270 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
10272         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
10273         code in struct _rtld_global.  Export this struct, remove all
10274         exports for the signal variables.
10275         * sysdeps/arm/dl-machine: Likewise.
10276         * sysdeps/generic/dl-origin: Likewise.
10277         * sysdeps/generic/dl-sysdep: Likewise.
10278         * sysdeps/generic/dl-cache: Likewise.
10279         * sysdeps/hppa/dl-fptr: Likewise.
10280         * sysdeps/hppa/dl-machine: Likewise.
10281         * sysdeps/cris/dl-machine: Likewise.
10282         * sysdeps/i386/dl-machine: Likewise.
10283         * sysdeps/ia64/dl-machine: Likewise.
10284         * sysdeps/m68k/dl-machine: Likewise.
10285         * sysdeps/mach/hurd/dl-sysdep: Likewise.
10286         * sysdeps/mips/mips64/dl-machine: Likewise.
10287         * sysdeps/mips/dl-machine: Likewise.
10288         * sysdeps/powerpc/elf/libc-start: Likewise.
10289         * sysdeps/powerpc/dl-machine: Likewise.
10290         * sysdeps/powerpc/dl-start: Likewise.
10291         * sysdeps/sparc/sparc32/dl-machine: Likewise.
10292         * sysdeps/sparc/sparc64/dl-machine: Likewise.
10293         * sysdeps/sh/dl-machine: Likewise.
10294         * sysdeps/s390/s390-32/dl-machine: Likewise.
10295         * sysdeps/s390/s390-64/dl-machine: Likewise.
10296         * sysdeps/unix/sysv/aix/libc-start: Likewise.
10297         * sysdeps/unix/sysv/aix/start-libc: Likewise.
10298         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
10299         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
10300         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
10301         * sysdeps/x86_64/dl-machine: Likewise.
10303 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
10305         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
10306         are too high.
10308 2002-01-31  Andreas Schwab  <schwab@suse.de>
10310         * sysdeps/posix/readv.c: Check for ssize_t overflow.
10312 2002-01-31  Andreas Schwab  <schwab@suse.de>
10314         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
10315         reference to _dl_pagesize.
10317 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
10319         * Versions.def [ld]: Add GLIBC_2.3.
10320         * elf/dl-addr.c: Move global variables for SHARED code in struct
10321         _rtld_global.  Export this struct, remove all exports for the
10322         signal variables.
10323         * elf/dl-close.c: Likewise.
10324         * elf/dl-conflict.c: Likewise.
10325         * elf/dl-debug.c: Likewise.
10326         * elf/dl-deps.c: Likewise.
10327         * elf/dl-dst.h: Likewise.
10328         * elf/dl-error.c: Likewise.
10329         * elf/dl-fini.c: Likewise.
10330         * elf/dl-init.c: Likewise.
10331         * elf/dl-iteratephdr.c: Likewise.
10332         * elf/dl-libc.c: Likewise.
10333         * elf/dl-load.c: Likewise.
10334         * elf/dl-lookup.c: Likewise.
10335         * elf/dl-minimal.c: Likewise.
10336         * elf/dl-object.c: Likewise.
10337         * elf/dl-open.c: Likewise.
10338         * elf/dl-profile.c: Likewise.
10339         * elf/dl-profstub.c: Likewise.
10340         * elf/dl-reloc.c: Likewise.
10341         * elf/dl-runtime.c: Likewise.
10342         * elf/dl-support.c: Likewise.
10343         * elf/dl-sym.c: Likewise.
10344         * elf/dl-version.c: Likewise.
10345         * elf/do-lookup.h: Likewise.
10346         * elf/do-rel.h: Likewise.
10347         * elf/dynamic-link.h: Likewise.
10348         * elf/rtld.c: Likewise.
10349         * sysdeps/generic/dl-cache.c: Likewise.
10350         * sysdeps/generic/dl-sysdep.c: Likewise.
10351         * sysdeps/generic/ldsodefs.h: Likewise.
10352         * sysdeps/generic/libc-start.c: Likewise.
10353         * sysdeps/i386/dl-machine.h: Likewise.
10354         * sysdeps/ia64/dl-fptr.c: Likewise.
10355         * sysdeps/ia64/dl-machine.h: Likewise.
10356         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
10357         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
10358         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10359         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
10360         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10361         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
10362         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
10363         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
10365 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
10367         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
10368         to avoid warning
10369         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
10371         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
10372         SHARED version.
10373         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
10375         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
10377 2002-01-29  Ben Collins  <bcollins@debian.org>
10379         * string/bits/string2.h (__mempcpy): Protect size arg for
10380         addition when using __builtin_memcpy.
10382 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
10384         * stdlib/Makefile (tests): Add tst-qsort.
10385         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
10387         * manual/signal.texi (Process Signal Mask): Document that
10388         pthread_sigmask, not sigprocmask, must be used in MT programs.
10389         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
10391         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
10392         found.
10393         * misc/Makefile (tests): Add tst-hsearch.
10394         * misc/tst-hsearch.c: New file.
10396 2002-01-18  Wolfram Gloger  <wg@malloc.de>
10398         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
10399         * malloc/malloc.h: Likewise.
10400         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
10401         * malloc/arena.c: New file.
10402         * malloc/hooks.c: New file.
10403         * malloc/tst-mallocstate.c: New file.
10404         * malloc/Makefile: Add new testcase tst-mallocstate.
10405         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
10407 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
10409         * stdlib/msort.c: Remove last patch.  The optimization violates the
10410         same rule which qsort.c had problems with.
10412 2002-01-27  Paul Eggert  <eggert@twinsun.com>
10414         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
10415         to a pivot element that lies outside the array to be sorted, as
10416         ISO C99 requires that the comparison function be called only with
10417         addresses of array elements [PR libc/2880].
10419 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
10421         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
10422         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
10424         * timezone/asia: Update from tzdata2002b.
10425         * timezone/australasia: Likewise.
10426         * timezone/backward: Likewise.
10427         * timezone/europe: Likewise.
10428         * timezone/leapseconds: Likewise.
10429         * timezone/iso3166.tab: Likewise.
10430         * timezone/zone.tab: Likewise.
10432 2002-01-23  Richard Henderson  <rth@redhat.com>
10434         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
10436 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
10438         * string/strxfrm.c: Allocate one more byte for rulearr and clear
10439         this element [PR libc/2855].
10441         * string/strcoll.c: Handle zero-length arguments specially
10442         [PR libc/2856].
10444 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
10446         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
10447         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
10448         short lengths and constant src.
10449         (strcpy): Don't optimize for gcc 3.0+.
10450         (__stpcpy): For gcc 3.0+, don't use
10451         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
10452         for short string literal src.
10454 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
10456         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10457         Set for arm, too.
10459 2001-01-22  Paul Eggert  <eggert@twinsun.com>
10461         * manual/llio.texi (Linked Channels, Cleaning Streams):
10462         Make it clearer that a just-opened input stream might need cleaning.
10464 2002-01-21  H.J. Lu  <hjl@gnu.org>
10466         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
10467         Don't use label at end of compound statement.
10469 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
10471         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
10472         Remove test for negative integer arg; sin_pi does it correctly.
10474 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
10476         * nscd/Makefile (distribute): Filter out xmalloc.c.
10478 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
10480         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
10481         Set offset if read end wasn't the buffer end.
10482         (_IO_file_seekoff_mmap): New function.
10483         (_IO_file_xsgetn_mmap): New function.
10484         (_IO_file_jumps_mmap): Use the two new functions.
10485         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
10486         != end buffer.
10487         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
10488         _IO_file_underflow_mmap.
10489         * libio/iofopen.c: Don't position file descriptor at end of file.
10490         * libio/tst-widetext.c: Improve error messages.
10491         * stdio-common/tst-rndseek.c: Likewise.
10493 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
10495         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
10496         end of enum for !_GNU_SOURCE.
10497         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
10498         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
10499         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
10500         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
10501         values unless _GNU_SOURCE.
10503         * iconvdata/tcvn5712-1.c: Minor cleanups.
10505 2002-01-18  Andreas Schwab  <schwab@suse.de>
10507         * sysdeps/unix/sysv/linux/configure.in
10508         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
10510 2002-01-16  Roger Sayle  <roger@eyesopen.com>
10512         * stdlib/msort.c (msort_with_tmp): Replace implementation with
10513         more efficient "Towers of Hanoi" mergesort.
10514         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
10515         for generic, sizeof(int) and sizeof(long) variants respectively.
10517 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
10519         * manual/syslog.texi (openlog): Describe possible problems with
10520         first parameter.
10521         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
10523         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
10524         * nscd/connections.c (begin_drop_privileges): New function.
10525         (finish_drop_privileges): New function.
10526         (nscd_init): Call the new functions which also install all groups
10527         for the server user.
10528         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
10529         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
10531 2002-01-17  H.J. Lu  <hjl@gnu.org>
10533         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
10534         `const' from `got'.
10536 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10538         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
10539         instructions for pointer operations.
10540         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
10542 2002-01-17  Andreas Jaeger  <aj@suse.de>
10544         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
10545         __uint128_t build-in.
10547         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
10548         PowerPC, sync with 2.2 branch.
10550 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
10552         * posix/getconf.c: Update copyright year.
10553         * nss/getent.c: Likewise.
10554         * nscd/nscd_nischeck.c: Likewise.
10555         * iconv/iconvconfig.c: Likewise.
10556         * iconv/iconv_prog.c: Likewise.
10557         * elf/ldconfig.c: Likewise.
10558         * catgets/gencat.c: Likewise.
10559         * csu/version.c: Likewise.
10560         * elf/ldd.bash.in: Likewise.
10561         * elf/sprof.c (print_version): Likewise.
10562         * locale/programs/locale.c: Likewise.
10563         * locale/programs/localedef.c: Likewise.
10564         * nscd/nscd.c (print_version): Likewise.
10565         * debug/xtrace.sh: Likewise.
10566         * malloc/memusage.sh: Likewise.
10567         * malloc/mtrace.pl: Likewise.
10569 2002-01-16  Andreas Schwab  <schwab@suse.de>
10571         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
10572         reliably remove "-ia64" from rtld name.
10574 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
10576         * iconvdata/gb18030.c: Bug fixes and support for more characters.
10577         Patch by Yu Shao <yshao@redhat.com>.
10579 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10581         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
10582         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
10583         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
10585 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10587         * sysdeps/s390/fpu/libm-test-ulps: Update.
10589 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
10591         * elf/elf.h: Update x86 relocations.
10593 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
10595         * locale/programs/charmap.c (new_width): Check whether byte
10596         sequences for both ends of range have the same length.
10598 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10600         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
10602 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10604         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
10605         string literals.
10606         (__full_ieee754_sqrt): Add __attribute_used__.
10608 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
10610         * sysdeps/generic/group_member.c (__group_member): Also check
10611         groups[0] [PR libc/2781].
10613 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
10615         * Makefile (distribute): Add scripts/cpp.
10616         * elf/Makefile (distribute): Add reldep6mod[01234].c,
10617         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
10618         unwind-dw2-fde.h, and dwarf2.h.
10619         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
10620         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
10621         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
10622         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
10624 2002-01-07  Roland McGrath  <roland@frob.com>
10626         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
10627         volatile on type of ARGC so the compiler doesn't get clever.
10629 2002-01-07  Andreas Jaeger  <aj@suse.de>
10631         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
10632         * sysdeps/i386/bits/byteswap.h: Likewise.
10633         * sysdeps/ia64/bits/byteswap.h: Likewise.
10634         * sysdeps/m68k/bits/byteswap.h: Likewise.
10635         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
10636         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
10638 2002-01-02  Bruno Haible  <bruno@clisp.org>
10640         * intl/plural.y: Fix %expect count.
10642 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
10644         * elf/Makefile (routines, shared-only-routines): Add
10645         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
10646         * elf/elf.h (PT_GNU_EH_FRAME): Define.
10647         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
10648         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
10649         Optimize if .eh_frame section contains no FDEs.
10650         (__register_frame, __deregister_frame_info_bases,
10651         __deregister_frame): Likewise.
10652         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
10653         DW_CFA_restore handling.
10655 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
10657         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
10659         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
10660         for x < 0.25 and restore original range reduction method.
10661         (__ieee754_lgammal_r): Make sure signgam is set before returning.
10663 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
10665         * libio/fileops.c (_IO_file_underflow_mmap): New function.
10666         (_IO_file_close_mmap): New function.
10667         (_IO_file_jumps_mmap): New variable.
10668         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
10669         trying to convert rest of byte buffer.
10670         (_IO_wfile_underflow_mmap): New function.
10671         (_IO_wfile_jumps_mmap): New variable.
10672         * libio/iofopen.c (__fopen_maybe_mmap): New function.
10673         (__fopen_internal): New function.  Split out from _IO_new_fopen.
10674         (_IO_new_fopen): Call __fopen_internal.
10675         * libio/iofopen64.c: Just call __fopen_internal.
10676         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
10677         successfully.
10678         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
10679         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
10680         _IO_file_close_mmap.
10682         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
10683         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
10685         * stdio-common/Makefile (tests): Add tst-rndseek.
10686         * stdio-common/tst-rndseek.c: New file.
10688 2002-01-05  Roland McGrath  <roland@frob.com>
10690         * config.h.in (HAVE_MIG_RETCODE): New #undef.
10691         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
10692         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
10693         * sysdeps/mach/hurd/configure: Regenerated.
10695 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
10697         * elf/elf.h: Add more TLS definitions.
10699 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
10701         * include/features.h (__GLIBC_MINOR__): Bump to 3.
10703 2002-01-02  Roland McGrath  <roland@frob.com>
10705         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
10706         __sigisemptyset.  Don't use MASK uninitialized.
10708         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
10709         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
10710         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
10711         __sigdelset, __sigaddset, __sigorset.
10713         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
10714         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
10716         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
10717         _hurd_ports is null.
10719         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
10720         for old CMU and new OSF Mach interface flavors.
10721         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
10722         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10724         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
10726         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
10727         Pass extra arguments to task_create for OSF variant.
10728         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10730         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
10731         conditional on [HAVE_AUX_VECTOR].
10733         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
10734         mach_msg_timeout_t as type of final argument.
10736         * hurd/privports.c (__get_privileged_ports):
10737         Change host_priv_t to mach_port_t in argument type.
10738         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
10739         Update decls.
10741         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
10742         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
10743         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10744         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10745         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10746         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
10748 2002-01-01  Roland McGrath  <roland@frob.com>
10750         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
10752 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
10754         * include/stdlib.h: Define inlines for the _l variants of the strto*
10755         functions.
10757 2002-01-01  Roland McGrath  <roland@frob.com>
10759         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
10761         * mach/Machrules (MIG): Set CPP as well as CC.
10763 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
10765         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
10766         locale to parse /proc/loadavg [PR libc/2760].
10768 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
10770         * elf/dl-conflict.c: Include sys/param.h.
10771         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
10772         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
10773         warning.
10774         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
10775         literals to avoid warnings.
10777 2001-12-31  Andreas Jaeger  <aj@suse.de>
10779         * configure.in: Don't check for gsed since we do not use it anywhere.
10781 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10783         * io/fts.c: Update from BSD to fix memory leaks.
10785 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10787         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
10788         * elf/chroot_canon.c: Likewise.
10789         * elf/dl-object.c: Likewise.
10790         * iconv/iconv_charmap.c: Likewise.
10791         * iconv/iconv_prog.c: Likewise.
10792         * libio/iogetdelim.c: Likewise.
10793         * locale/lc-time.c: Likewise.
10794         * stdlib/canonicalize.c: Likewise.
10795         * sunrpc/svc.c: Likewise.
10796         * sysdeps/generic/glob.c: Likewise.
10798 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10800         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
10801         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
10802         remove high order bit from the program counter.
10803         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
10805 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10807         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
10808         unnecessary code and add missing reloc types.
10809         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
10810         case for reloc type R_390_NONE.
10812 2001-12-28  Andreas Jaeger  <aj@suse.de>
10814         * io/bug-ftw3.c: Include string.h for prototypes.
10816         * crypt/md5test.c (main): Remove unused variable.
10818         * dlfcn/modstatic.c: Add prototype to avoid warning.
10820 2001-12-26  Roland McGrath  <roland@frob.com>
10822         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
10823         check only (SS->pending & MASK) for the signal to return.
10824         From Jeroen Dekkers <jeroen@dekkers.cx>.
10826 2001-12-22  Roland McGrath  <roland@frob.com>
10828         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
10829         Use preprocessor #if conditionals instead of `if' to avoid
10830         warnings about divide by zero in dead code.
10832         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
10833         _hurd_port_init, and __hurd_self_sigstate.
10835         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
10837 2001-12-21  Andreas Jaeger  <aj@suse.de>
10839         * elf/dblloadmod1.c: Add prototype to avoid warning.
10840         * elf/dblloadmod2.c: Likewise.
10841         * elf/dblloadmod3.c: Likewise.
10842         * elf/reldepmod5.c: Likewise.
10843         * elf/reldepmod6.c: Likewise.
10845         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
10846         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
10847         used on all architectures.
10849         * sunrpc/svc_tcp.c: Add noreturn attribute for
10850         svctcp_rendezvous_abort.
10851         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
10853         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
10854         to avoid warning.
10856 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10858         * manual/llio.texi (aio_fsync): Fix a typo.
10859         Patch by Tammy Fox <tfox@redhat.com>.
10861 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
10863         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
10864         stack bias from child stack pointer before passing it to clone syscall.
10866 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
10868         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
10869         _SC_TZNAME_MAX.
10870         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
10871         Reported by Thorsten Kukuk <kukuk@suse.de>.
10873         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
10874         add some casts.
10876         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
10878 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
10880         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
10881         conforming: return EBADF if file descriptor is invalid and EINVAL
10882         if file descriptor is no valid tty.
10883         * login/tst-grantpt.c: New file.
10884         * login/Makefile (tests): Add tst-grantpt.
10886 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
10888         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
10889         different than implemented in last patch.
10890         * io/bug-ftw3.c: Adjust test for changed handling of
10891         inaccessibility of toplevel dir.
10893 2001-12-16  Roland McGrath  <roland@frob.com>
10895         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
10896         * grp/initgroups.c (internal_getgrouplist): Likewise.
10898         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
10899         `default:' to silence new GCC warning.
10900         Rewrite cast of lvalue to silence new GCC warning.
10902         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
10904         * sysdeps/mach/hurd/spawni.c: New file, by me with a
10905         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
10907 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
10909         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
10910         Patch by Stephen R. van den Berg.
10912         * crypt/md5.h: Define md5_uintptr.
10914 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10916         * libio/tst_swprintf.c (main): Add test for string argument with
10917         zero precision.
10918         * stdio-common/Makefile (tests): Add tst-sprintf.
10919         * stdio-common/tst-sprintf.c: New file.
10921 2001-12-13  Andreas Schwab  <schwab@suse.de>
10923         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
10924         zero precision with wide character string format.
10926 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
10928         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
10929         but have a user supplied buffer, return the empty buffer, not NULL.
10931 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10933         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
10934         Patch by Eric Sharkey <sharkey@netrics.com>.
10936         * crypt/md5test.c (main): Add test for multiple calls to
10937         __md5_process_bytes to itererate over input string.
10939 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
10941         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
10942         from __nis_findfastest.  Take timeout value from parameter.
10943         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
10944         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
10945         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
10947 2001-12-12  Andreas Jaeger  <aj@suse.de>
10949         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
10950         combreloc test so that it works in this case.
10952         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
10954 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
10956         * sysdeps/sh/Makefile: New file.
10957         * sysdeps/sh/_mcount.S: New file.
10958         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
10959         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
10961 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10963         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
10964         limitation [PR libc/2564].
10966 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
10968         * elf/Makefile (dl-routines): Add conflict.
10969         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
10970         (ld.so): Add _begin local symbol.
10971         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
10972         Define.
10973         * elf/dl-deps.c (_dl_build_local_scope): New function.
10974         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
10975         of all libraries.
10976         * elf/do-rel.h (VALIDX): Define.
10977         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
10978         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
10979         can be skipped.
10980         * elf/dl-conflict.c: New file.
10981         * elf/dl-lookup.c (_dl_debug_bindings): New function.
10982         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
10983         non-NULL.
10984         (_dl_lookup_symbol_skip): Likewise.
10985         (_dl_lookup_versioned_symbol): Likewise.
10986         (_dl_lookup_versioned_symbol_skip): Likewise.
10987         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
10988         define to ElfW(Rel).
10989         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
10990         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
10991         ranges.
10992         Don't adjust address dynamic tags if l_addr is 0.
10993         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
10994         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
10995         (VALIDX, ADDRIDX): Define.
10996         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
10997         (dl_main): Print library list for LD_TRACE_PRELINKING.
10998         If prelinking information can be used, skip relocating libraries and
10999         call _dl_resolve_conflicts instead.
11000         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
11001         * elf/dl-load.c (_dl_map_object): Don't create fake libs
11002         if LD_TRACE_PRELINKING.
11003         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
11004         + DT_ADDRNUM.
11005         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
11006         (DL_DEBUG_PRELINK): Define.
11007         (_dl_resolve_conflicts): Add prototype.
11009         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
11010         .plt for prelinked libraries where prelinking info cannot be used.
11011         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
11012         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
11013         * sysdeps/arm/bits/link.h: New file.
11014         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
11015         content of .got[1].
11016         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
11017         (ELF_MACHINE_PLT_REL): Define.
11018         (elf_machine_rela, elf_machine_rela_relative): New functions.
11019         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
11020         of adjusting it if prelinked and prelinking cannot be used.
11021         * sysdeps/i386/bits/link.h: New file.
11022         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
11023         content of .got[1].
11024         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
11025         (ELF_MACHINE_PLT_REL): Define.
11026         (elf_machine_rela, elf_machine_rela_relative): New functions.
11027         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
11028         of adjusting it if prelinked and prelinking cannot be used.
11029         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
11030         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
11031         to find out map for R_PPC_JMP_SLOT relocs.
11032         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
11033         (OPCODE_BA): Define.
11034         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
11035         libraries where prelinking info cannot be used.
11036         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
11037         (elf_machine_fixup_plt): Call sparc_fixup_plt.
11038         (elf_machine_rela): Set value to 0 if relocating conflicts.
11039         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
11040         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
11041         (sparc64_fixup_plt): Fix a typo.
11042         (elf_machine_rela): Set value to 0 if relocating conflicts.
11043         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
11044         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
11045         libraries where prelinking info cannot be used.
11046         * sysdeps/sh/bits/link.h: New file.
11047         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
11048         content of .got[1].
11049         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
11050         of adjusting it if prelinked and prelinking cannot be used.
11051         * sysdeps/s390/s390-32/bits/link.h: New file.
11052         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
11053         Save original content of .got[1].
11054         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
11055         of adjusting it if prelinked and prelinking cannot be used.
11056         * sysdeps/s390/s390-64/bits/link.h: New file.
11057         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
11058         Save original content of .got[1].
11059         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
11060         of adjusting it if prelinked and prelinking cannot be used.
11061         * sysdeps/x86_64/bits/link.h: New file.
11062         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
11063         Save original content of .got[1].
11064         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
11065         of adjusting it if prelinked and prelinking cannot be used.
11067 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
11069         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
11070         where appropriate instead of numbers.  Little optimizations.
11072 2001-12-10  Roland McGrath  <roland@frob.com>
11074         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
11075         set it.
11077         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
11078         set to GLIBC_2.2.5, not GLIBC_2.2.4.
11080         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
11081         Fix conditionals so this is set by default for stdio and not for libio.
11082         * sysdeps/mach/hurd/configure: Regenerated.
11084 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
11086         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
11088 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
11090         * io/Makefile (tests): Add bug-ftw3.
11091         * io/bug-ftw3.c: New file.
11093         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
11094         matches and GLOB_NOCHECK is set.
11095         * posix/globtest.sh: Correct expected result for NOCHECK test.
11097         * po/ca.po: Update from translation team.
11099 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
11101         Implement transliteration of characters in strings of the locale
11102         definitions.
11103         * locale/programs/linereader.c: Adjust for additional parameter to
11104         lr_token.
11105         (get_string): If character <Uxxxx> is not found try to transliterate
11106         it.
11107         * locale/programs/ld-ctype.c: Adjust for additional parameter to
11108         lr_token.  Add const to charmap parameter of all functions.
11109         (find_translit, find_translit2): New functions.
11110         * locale/programs/charmap.c: Adjust for additional parameter to
11111         lr_token.
11112         * locale/programs/repertoire.c: Likewise.
11113         * locale/programs/linereader.h: Likewise.
11114         * locale/programs/ld-address.c: Likewise.  Add const to charmap
11115         parameter of all functions.
11116         * locale/programs/ld-collate.c: Likewise.
11117         * locale/programs/ld-identification.c: Likewise.
11118         * locale/programs/ld-measurement.c: Likewise.
11119         * locale/programs/ld-messages.c: Likewise.
11120         * locale/programs/ld-monetary.c: Likewise.
11121         * locale/programs/ld-name.c: Likewise.
11122         * locale/programs/ld-numeric.c: Likewise.
11123         * locale/programs/ld-paper.c: Likewise.
11124         * locale/programs/ld-paper.c: Likewise.
11125         * locale/programs/ld-telephone.c: Likewise.
11126         * locale/programs/ld-time.c: Likewise.
11127         * locale/programs/locfile.c: Likewise.
11128         * locale/programs/localedef.c: Likewise.
11129         * locale/programs/localedef.h: Likewise.
11130         * locale/programs/locfile.h: Likewise.  Add declaration for
11131         find_translit.
11132         * locale/programs/simple-hash.c: Add const to first parameter of
11133         find_entry, iterate_table, and lookup.
11134         * locale/programs/simple-hash.h: Likewise.
11135         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
11136         instead.
11137         * include/locale.h: Define __LC_LAST.
11138         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
11140 2001-12-07  Geoff Keating  <geoffk@redhat.com>
11142         * sysdeps/powerpc/Dist: Update for recent FP changes.
11143         * sysdeps/powerpc/fpu/Dist: Likewise.
11145 2001-12-07  Andreas Schwab  <schwab@suse.de>
11147         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
11149 2001-12-06  Geoff Keating  <geoffk@redhat.com>
11151         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
11152         save/restore functions here.
11153         (libm-support): Don't define these functions here.
11154         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
11155         functions here.
11156         * sysdeps/powerpc/fe_nomask.c: Move to...
11157         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
11158         * sysdeps/powerpc/fprrest.S: Move to...
11159         * sysdeps/powerpc/fpu/fprrest.S: ... here.
11160         * sysdeps/powerpc/fprsave.S: Move to...
11161         * sysdeps/powerpc/fpu/fprsave.S: ... here.
11163 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
11165         * sysdeps/unix/sysv/linux/opensock.c: New file.
11167 2001-12-06  Geoff Keating  <geoffk@redhat.com>
11169         * config.make.in (with-fp): Define from configure.
11170         * configure.in: Substitute with_fp.
11171         * configure: Regenerate.
11172         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
11173         specified, and don't change FPU environment.
11175 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
11177         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
11178         * assert/assert.c: Check result of __asprintf call and don't use
11179         string if it failed.
11180         * assert/assert-perr.c: Likewise.
11181         * inet/rcmd.c: Likewise.
11182         * locale/programs/localedef.c (main): Check result of
11183         construct_output_path and exit if it failed.
11184         (construct_output_path): Check result of asprintf and mkdir calls and
11185         fail if they failed.
11186         * posix/getopt.c: Check result of __asprintf calls and fail if
11187         they failed.
11188         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
11190 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
11192         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
11193         patch.
11194         * sysdeps/generic/strncase.c: Likewise.
11195         * string/tester.c: Add tests for strcasecmp and strncasecmp.
11197 2001-12-05  Geoff Keating  <geoffk@redhat.com>
11199         * scripts/cpp: Test the exit status from 'type', not 'awk'.
11201         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
11202         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
11203         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
11204         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
11205         * sysdeps/powerpc/fclrexcpt.c: Move to...
11206         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
11207         * sysdeps/powerpc/fpu_control.h: Move to...
11208         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
11210 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
11212         * iconvdata/ibm1129.h: Remove duplicate mappings.
11213         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
11214         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
11215         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11217         * timezone/zic.c: Fix handling of turnaround times.
11218         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
11220 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
11222         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
11223         overflow problem.
11225 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
11227         * posix/regex.c: For use outside glibc defined bounded pointer
11228         macros here.  Patch by Jim Meyering <jim@meyering.net>.
11230         * iconvdata/Makefile (modules): Add TCVN5712-1.
11231         * iconvdata/TESTS: Add TCVN5712-1.
11232         * iconvdata/gconv-modules: Likewise.
11233         * iconvdata/tcvn5712-1.c: New file.
11234         * iconvdata/testdata/TCVN-5712: New file.
11235         * iconvdata/testdata/TCVN-5712..UTF8: New file.
11237 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
11239         * iconvdata/cp1258.c: Optimize conversion from UCS4.
11241 2001-12-02  Roland McGrath  <roland@frob.com>
11243         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
11245         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
11246         Reported by Jeff Bailey <jbailey@nisa.net>.
11248         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
11249         Reported by Jeff Bailey <jbailey@nisa.net>.
11251         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
11252         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
11253         Reported by Jeff Bailey <jbailey@nisa.net>.
11255 2001-12-01  Roland McGrath  <roland@frob.com>
11257         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
11258         missing backslash in test arguments.
11259         * sysdeps/mach/hurd/configure: Regenerated.
11261 2001-11-26  Roland McGrath  <roland@frob.com>
11263         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
11264         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
11266 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
11268         * iconvdata/Makefile (modules): Add ARMSCII-8.
11269         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
11270         * iconvdata/armscii-8.c: New file.
11272 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
11274         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
11275         don't match, fix {{a,b},c} globbing, clean up.
11276         Patch by Flavio Veloso <flaviovs@magnux.com>.
11277         * posix/globtest.sh: Add new tests.
11279 2001-11-29  Andreas Jaeger  <aj@suse.de>
11281         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
11282         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
11284         * sysdeps/generic/abort.c: Include libioP.h for
11285         _IO_flush_all_lockp prototype.
11287 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
11289         * posix/regex.h: Define __restrict_arr correctly.
11291 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
11293         * iconvdata/ibm1163.c: New file.
11294         * iconvdata/ibm1163.h: New file.
11295         * iconvdata/ibm1164.c: New file.
11296         * iconvdata/ibm1164.h: New file.
11297         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
11298         * iconvdata/Makefile: Likewise.
11299         * iconvdata/testdata/IBM1163: New file.
11300         * iconvdata/testdata/IBM1163..UTF8: New file.
11301         * iconvdata/testdata/IBM1164: New file.
11302         * iconvdata/testdata/IBM1164..UTF8: New file.
11303         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11305         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
11306         * iconvdata/ibm1124.h: Likewise.
11307         * iconvdata/ibm1132.h: Likewise.
11308         * iconvdata/ibm1133.h: Likewise.
11309         * iconvdata/ibm1160.h: Likewise.
11310         * iconvdata/ibm1161.h: Likewise.
11311         * iconvdata/ibm1162.h: Likewise.
11312         * iconvdata/ibm856.h: Likewise.
11313         * iconvdata/ibm922.h: Likewise.
11314         * iconvdata/ibm930.h: Likewise.
11315         * iconvdata/ibm932.h: Likewise.
11316         * iconvdata/ibm933.h: Likewise.
11317         * iconvdata/ibm935.h: Likewise.
11318         * iconvdata/ibm937.h: Likewise.
11319         * iconvdata/ibm939.h: Likewise.
11320         * iconvdata/ibm943.h: Likewise.
11321         * iconvdata/ibm930.c: Pretty printing.
11322         * iconvdata/ibm937.c: Avoid access accross array boundary.
11324         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
11325         the current locale's codeset.
11326         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
11327         empty input string.
11328         * iconv/iconv_prog.c: Pass empty strings as default value for to-
11329         and from-charset.  Don't determine locale's charset here.
11331         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
11332         as the old _IO_flush_all but lock only if parameter is nonzero.
11333         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
11334         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
11335         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
11336         if libio is used [PR libc/2575].
11338 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
11340         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
11341         __signbitl): Only define for ISO C99.
11343 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
11345         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
11346         herrnop to NETDB_INTERNAL if we run out of buffer space.
11348 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
11350         * nss/nss_files/files-XXX.c (internal_getent): Correct input
11351         overflow test for platforms with signed char.
11352         Reported by Andrew Haley <aph@cambridge.redhat.com>.
11354 2001-11-28  Bruno Haible  <bruno@clisp.org>
11356         * locale/programs/simple-hash.c (lookup_2): Remove function.
11357         (insert_entry_2): Call lookup instead of lookup_2.
11359 2001-03-04  Bruno Haible  <bruno@clisp.org>
11361         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
11363 2001-10-31  Bruno Haible  <bruno@clisp.org>
11365         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
11367 2001-03-21  Bruno Haible  <bruno@clisp.org>
11369         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
11370         chokes on empty macro arguments.
11371         * intl/plural.y: Add #pragma for alloca on AIX 3.
11373 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
11375         * intl/dcigettext.c (guess_category_value): Only implement for
11376         glibc.  Otherwise rely on function _nl_locale_name which isn't
11377         present in the glibc sources.
11379 2001-09-24  Bruno Haible  <bruno@clisp.org>
11381         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
11382         transliteration when building on a glibc system but outside glibc.
11384 2001-09-22  Bruno Haible  <bruno@clisp.org>
11386         * intl/plural-eval.c: New file, extracted from dcigettext.c.
11387         * intl/dcigettext.c (plural_eval): Remove function, moved to
11388         intl/plural-eval.c.
11389         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
11390         Include plural-eval.c.
11392 2001-09-22  Bruno Haible  <bruno@clisp.org>
11394         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
11395         don't start with a digit; nplurals must be positive.
11397 2001-09-02  Bruno Haible  <bruno@clisp.org>
11399         * intl/plural-exp.h: New file, extracted from gettextP.h.
11400         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
11401         * intl/gettextP.h (struct expression, struct parse_args,
11402         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
11403         * intl/loadmsgcat.c: Include plural-exp.h.
11404         (PLURAL_PARSE): Move macro to plural-exp.h.
11405         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
11406         plural-exp.c.
11407         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
11408         EXTRACT_PLURAL_EXPRESSION.
11409         (_nl_unload_domain): Update.
11410         * intl/dcigettext.c: Include plural-exp.h.
11411         * intl/plural.y: Include plural-exp.h, not gettextP.h.
11412         (FREE_EXPRESSION): Move macro to plural-exp.h.
11413         * intl/Makefile (routines): Add plural-exp.
11414         (distribute): Add plural-exp.h.
11416 2001-07-28  Bruno Haible  <bruno@clisp.org>
11418         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
11419         isdigit, tolower argument to 'unsigned char'.
11420         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
11421         'unsigned char'.
11422         * intl/localealias.c (read_alias_file): Cast isspace argument to
11423         'unsigned char'.
11425 2001-10-20  Bruno Haible  <bruno@clisp.org>
11427         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
11428         anyway.)
11429         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
11430         with the variable 'index' in plural_lookup.
11431         * intl/l10nflist.c (strchr): Likewise.
11432         * intl/localealias.c (strchr): Likewise.
11434         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
11435         * intl/bindtextdom.c: Likewise.
11436         * intl/dcigettext.c: Likewise.
11437         * intl/dgettext.c: Likewise.
11438         * intl/dngettext.c: Likewise.
11439         * intl/explodename.c: Likewise.
11440         * intl/finddomain.c: Likewise.
11441         * intl/gettext.c: Likewise.
11442         * intl/l10nflist.c: Likewise.
11443         * intl/loadmsgcat.c: Likewise.
11444         * intl/localealias.c: Likewise.
11445         * intl/ngettext.c: Likewise.
11446         * intl/textdomain.c: Likewise.
11447         * intl/gettext.h: Assume <limits.h> exists.
11449 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
11451         * stdio-common/Makefile (tests): Add scanf11.
11452         * stdio-common/scanf11.c: New file.
11454 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
11456         * version.h (RELEASE): Define as development.
11457         (VERSION): Set to 2.2.90.
11459 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
11461         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
11462         * nis/nss_nis/nis-grp.c: Likewise.
11463         * nis/nss_nisplus/nisplus-grp.c: Likewise.
11465         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
11466         * nis/nss_nis/nis-pwd.c: Likewise.
11467         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
11469         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
11470         * nis/nss_nisplus/nisplus-parser.c: Likewise.
11471         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
11473         * nscd/grpcache.c: Use strtoul instead of atol.
11474         * nscd/pwdcache.c: Likewise.
11475         * nss/getent.c: Likewise.
11477 2001-11-27  Paul Eggert  <eggert@twinsun.com>
11479         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
11480         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
11482 2001-11-19  Bruno Haible  <bruno@clisp.org>
11484         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
11485         90%.
11486         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
11487         improves the quality of the hash function, especially for short
11488         strings.
11490 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
11492         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
11493         are found call conv_error and not input_error [PR libc/2669].
11495         * math/bits/mathcalls.h: Mark ceil and floor as const.
11496         Reported by David Mosberger.
11498 2001-11-21  Jim Meyering  <meyering@lucent.com>
11500         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
11501         Define to be __-prefixed.
11502         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
11504 2001-11-26  Andreas Jaeger  <aj@suse.de>
11506         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
11507         avoid warning.
11509 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
11511         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
11512         initialization.
11514         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
11515         unused variables.  Fix threshold for returning 1.0.
11517         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
11518         argument.
11520         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
11521         remove unused variables.
11523         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
11525         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
11526         include local math header files.
11528 2001-11-22  Andreas Jaeger  <aj@suse.de>
11530         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
11531         avoid warning.
11533 2001-11-21  Andreas Jaeger  <aj@suse.de>
11535         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
11537         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
11538         sys/debugreg.h
11540 2001-11-15  Andreas Jaeger  <aj@suse.de>
11542         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
11543         compilers that support it.
11545         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
11546         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
11547         * stdlib/stdlib.h: Likewise.
11549 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
11551         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
11552         statement with gotos.
11553         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
11555 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
11557         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
11559 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
11561         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
11563 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
11564             H.J. Lu  <hjl@gnu.org>
11566         * Versions.def (libc): Add GCC_3.0.
11567         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
11568         if gcc supports this flag.
11569         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
11570         (gcc3): Allow glibc to be compiled with gcc 3.x.
11571         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
11572         * config.make.in (static-libgcc, unwind-find-fde): Add.
11573         * Makerules (build-shlib-helper, build-module-helper): Use it.
11574         * scripts/versions.awk: Make sure GLIBC_ versions come first.
11575         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
11576         necessary.
11577         (_fini): Call __deregister_frame_info_bases if
11578         __register_frame_info_bases was used to register.
11579         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
11580         for GLIBC_2.0.
11581         (__register_frame_info_bases, __register_frame_info_table_bases,
11582         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
11583         * elf/Makefile (routines): Add unwind-dw2-fde.
11584         (shared-only-routines): Add unwind-dw2-fde.
11585         * sysdeps/alpha/gccframe.h: New file.
11586         * sysdeps/arm/gccframe.h: New file.
11587         * sysdeps/generic/framestate.c: New file.
11588         * sysdeps/generic/dwarf2.h: New file.
11589         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
11590         * sysdeps/generic/unwind-dw2-fde.c: New file.
11591         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
11592         * sysdeps/generic/unwind-dw2-fde.h: New file.
11593         * sysdeps/generic/unwind-dw2.c: New file.
11594         * sysdeps/generic/unwind-pe.h: New file.
11595         * sysdeps/generic/unwind.h: New file.
11596         * sysdeps/hppa/gccframe.h: New file.
11597         * sysdeps/i386/gccframe.h: New file.
11598         * sysdeps/m68k/gccframe.h: New file.
11599         * sysdeps/mips/gccframe.h: New file.
11600         * sysdeps/powerpc/gccframe.h: New file.
11601         * sysdeps/s390/gccframe.h: New file.
11602         * sysdeps/sh/gccframe.h: New file.
11603         * sysdeps/sparc/gccframe.h: New file.
11604         * sysdeps/vax/gccframe.h: New file.
11605         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
11606         Set on all architectures except ia64.
11607         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
11608         for i386.
11609         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
11610         __deregister_frame_info): Move to elf/Versions.
11611         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
11612         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
11613         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
11614         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
11615         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
11616         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
11617         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
11618         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
11619         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
11620         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
11621         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
11622         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
11623         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
11624         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
11625         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
11626         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
11627         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
11628         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
11630 2001-11-15  Jeff Law  <law@redhat.com>
11632         * posix/regex.c (uintptr_t): Do not provide a definition if the
11633         system provided one.
11635 2001-11-13  Roland McGrath  <roland@frob.com>
11637         * stdio-common/tmpfile.c: Moved to ...
11638         * sysdeps/generic/tmpfile.c: ... here.
11639         * sysdeps/mach/hurd/tmpfile.c: New file.
11641         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
11642         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
11643         (fopenport): Define as weak alias.
11645         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
11646         * libio/libioP.h: ... to here.
11648 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
11650         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
11651         program header twice.  Construct list with the needed information.
11653 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
11655         * po/ca.po: Update from translation team.
11657         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
11658         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
11659         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
11660         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11662 2001-11-10  Andreas Jaeger  <aj@suse.de>
11664         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
11665         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
11666         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11668 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
11670         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
11671         correctly.
11672         * elf/dl-load.c (is_dst): New function.
11673         (_dl_dst_count): Use is_dst to check for DST variable.
11674         (_dl_dst_substitute): Likewise.
11676 2001-11-09  Roland McGrath  <roland@frob.com>
11678         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
11679         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
11680         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
11681         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
11682         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
11683         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
11684         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
11685         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
11686         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
11687         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
11688         * sysdeps/mach/hurd/powerpc/Dist: New file.
11690         * hurd/privports.c (__get_privileged_ports):
11691         Only contact the proc server if necessary for this call.
11692         Suggested by Neal H Walfield <neal@cs.uml.edu>.
11693         Check error return for mach_port_mod_refs.
11695 2001-11-09  Andreas Schwab  <schwab@suse.de>
11697         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
11699 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
11701         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
11702         object is always the last in the list.
11703         (_dl_map_object_from_fd): Delete code to remove from object list
11704         when DF_1_NOOPEN is seen.  This is done in lose.
11706 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
11708         * elf/dl-object.c (_dl_new_object): Various small optimizations.
11710 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
11712         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
11713         HWCAP_CHECK macro code.
11715         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
11716         Now returns MAP_FAILED on error.
11717         * elf/rtld.c: Adjust caller.
11718         * sysdeps/generic/dl-cache.c: Likewise.
11719         * sysdeps/generic/ldsodefs.h: Adjust description.
11721         * elf/dl-version.c (match_symbol): Optimize error handling for size.
11722         (_dl_check_map_versions): Likewise.
11724 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11726         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
11727         _dl_signal_error directly, always use lose.  Set fd to -1 after
11728         file is closed.
11729         (lose): Don't call close if fd == -1.
11731 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
11733         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
11734          Also fix typo @code {mbsinit} to @code{mbsinit}.
11736 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11738         * elf/dl-profile.c: Replace state variable with simple flag named
11739         running.  Remove commented-out code.
11741         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
11742         (_dl_init_paths): Likewise.
11743         (_dl_map_object_from_fd): Likewise.
11744         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11746 2001-11-06  Roland McGrath  <roland@frob.com>
11748         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
11749         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
11751         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
11752         sysdeps/powerpc/elf/sysdep.h.
11753         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
11755 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11757         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
11758         speed.
11759         (process_envvars): Some more optimizations.
11760         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
11762         * elf/elf.h: Add dynamic tag definitions for prelinking.
11764         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
11765         Rewrite code to remove environment varables for SUID binaries.
11766         Small optimization in LD_PROFILE handling.
11767         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
11768         changes.
11769         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
11771         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
11773         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
11774         strings.  Change type of second parameter.
11775         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
11776         for last change.
11778         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
11780 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11782         * manual/string.texi: Fix typos.
11783         * manual/examples/argp-ex2.c: Likewise.
11785 2001-11-05  Roland McGrath  <roland@frob.com>
11787         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
11788         the more-specific unix/sysv/linux/powerpc file and breaks everything.
11789         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
11790         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
11791         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
11792         here, put under [__ELF__].
11794 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11796         * manual/charset.texi: Extensive editing work.
11797         * manual/nss.texi: Likewise.
11798         Changes by Dennis Grace <dgrace@us.ibm.com>.
11800 2001-11-04  Roland McGrath  <roland@frob.com>
11802         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
11803         parameter to dir_mkfile.
11805 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
11807         * string/bits/string2.h (__strndup): If n is smaller than len, set
11808         len to n + 1.
11809         * string/tester.c (test_strndup): New function.
11810         (main): Call it.
11812 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
11814         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
11816         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
11817         * scripts/cpp: New file.
11819         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
11820         for rtld_search_dirs content.  Minor optimizations.
11822 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11824         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
11825         avoiding unnecessary duplication.
11827 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
11829         * elf/dl-load.c (_dl_map_object): If library was found using
11830         LD_LIBRARY_PATH, don't try RUNPATH list.
11832 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11834         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
11835         Correct second argument of register_dump call.
11836         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
11837         Likewise.
11839 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11841         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
11842         modules.
11843         * iconvdata/TESTS: Likewise.
11844         * iconvdata/gconv-modules: Likewise.
11845         * iconvdata/ibm1132.c: New file.
11846         * iconvdata/ibm1132.h: New file.
11847         * iconvdata/ibm1133.c: New file.
11848         * iconvdata/ibm1133.h: New file.
11849         * iconvdata/ibm1162.c: New file.
11850         * iconvdata/ibm1162.h: New file.
11851         * iconvdata/testdata/IBM1132: New file.
11852         * iconvdata/testdata/IBM1132..UTF8: New file.
11853         * iconvdata/testdata/IBM1133: New file.
11854         * iconvdata/testdata/IBM1133..UTF8: New file.
11855         * iconvdata/testdata/IBM1162: New file.
11856         * iconvdata/testdata/IBM1162..UTF8: New file.
11857         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
11859         * string/string.h: Fix typo in comment.
11860         * wcsmbs/wchar.h: Likewise.
11862 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11864         * manual/getopt.texi (getopt_long, getopt_long_only): Include
11865         const in type of longopts parameter.
11867 2001-10-29  Andreas Jaeger  <aj@suse.de>
11869         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
11871 2001-10-29  Kevin Ryde  <user42@zip.com.au>
11873         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
11874         output, clarify `#' behaviour on 0.
11875         (Floating-Point Conversions): Clarify that %g only uses %e when
11876         the exponent would be greater than 1.
11878 2001-10-28  Roland McGrath  <roland@frob.com>
11880         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
11881         * sysdeps/mach/powerpc/machine-sp.h: New file.
11882         * sysdeps/mach/powerpc/sysdep.h: New file.
11883         * sysdeps/mach/powerpc/thread_state.h: New file.
11885         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
11886         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
11887         expect to need the same thing on every platform.
11889         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
11890         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
11892         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
11893         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
11894         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
11895         Move all these assembly-related definitions to ...
11896         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
11898         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
11899         by Peter Bruin <pjbruin@dds.nl>.
11901         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
11902         packing results for a `poll' call.
11904 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11906         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
11907         correctly.
11908         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
11909         bracket expression.
11911         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11912         nrules value.
11913         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
11915 2001-10-24  H.J. Lu  <hjl@gnu.org>
11917         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
11918         Use __BEGIN_DECLS/__END_DECLS around prototypes.
11919         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
11921 2001-10-21  Jim Meyering  <meyering@lucent.com>
11923         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
11924         this code would end up calling gettext even in packages built
11925         with --disable-nls.
11926         * posix/getopt.c (_): Likewise.
11927         * posix/regex.c (_): Likewise.
11929 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11931         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
11932         lookup not ip6.int.
11933         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
11934         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
11936 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11938         * misc/sys/cdefs.h (__attribute_used__): Define.
11939         * elf/rtld.c (_dl_start): Add __attribute_used__.
11940         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
11942 2001-10-25  Andreas Schwab  <schwab@suse.de>
11944         * stdlib/a64l.c: Expect least significant digit first.
11945         * stdlib/l64a.c: Produce least significant digit first.
11946         * stdlib/Makefile (tests): Add test-a64l.
11947         * stdlib/test-a64l.c: New file.
11948         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
11950 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
11952         * po/sk.po: Update from translation team.
11954 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
11956         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
11958 2001-10-18  Andreas Schwab  <schwab@suse.de>
11960         * math/libm-test.inc (print_ulps): Print ulp values rounded to
11961         next whole number.
11962         (print_function_ulps): Likewise.
11963         (print_complex_function_ulps): Likewise.
11964         (print_max_error): Likewise.
11965         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
11967 2001-10-16  Andreas Schwab  <schwab@suse.de>
11969         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
11970         implementation.
11972         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
11973         BSD_SETJMP or BSD__SETJMP is defined, resp.
11974         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
11975         a tail call to __sigsetjmp that would require extending the
11976         caller's frame.
11977         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
11978         * sysdeps/m68k/bsd-setjmp.S: Deleted.
11979         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
11980         Reported by Jes Sorensen <jes@trained-monkey.org>.
11982 2001-10-16  Andreas Jaeger  <aj@suse.de>
11984         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
11985         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
11986         close PR libc/2589.
11988 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
11990         * po/ca.po: New file.  Contributed by the translation team.
11992 2001-10-15  Ralf Baechle  <ralf@gnu.org>
11994         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
11995         a varargs prototype.  Remove dependency from kernel header files.
11997         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
11998         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
12000 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
12002         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
12003         to generate hexadecimal identifier.
12004         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
12006 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
12008         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
12010 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
12012         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
12013         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
12014         Contributed by Stephen L Moshier <moshier@mediaone.net>.
12016         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
12017         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
12018         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
12019         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
12020         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
12021         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
12023         * timezone/africa: Update from tzdata2001d.
12024         * timezone/asia: Likewise.
12025         * timezone/australasia: Likewise.
12026         * timezone/backward: Likewise.
12027         * timezone/europe: Likewise.
12028         * timezone/leapseconds: Likewise.
12029         * timezone/northamerica: Likewise.
12030         * timezone/southamerica: Likewise.
12031         * timezone/zone.tab: Likewise.
12033 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12035         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
12036         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
12038 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
12040         * elf/elf.h (PT_TLS): New definition.
12042 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
12044         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
12045         bits/errno.h
12047 2001-10-07  Roland McGrath  <roland@frob.com>
12049         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
12051 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
12053         * elf/elf.h: Add more ELFOSABI_* constants.
12055 2001-10-04  Ben Collins  <bcollins@debian.org>
12057         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
12058         decleration of __need_wchar_t.
12060 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
12062         * string/bits/string2.h (__strsep_g): Add prototype.
12063         (__strsep): Use it.
12064         * string/Versions (__strsep): Remove.
12065         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
12067 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
12069         * manua/llio.texi: Clarify file references added by mmap.
12070         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
12072 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
12074         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
12075         Add sc_loadrs and sc_rbs_bas to match current kernel.
12077 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
12079         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
12081         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
12083 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
12085         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
12086         object has been bumped because of relocation dependency, avoid
12087         duplicates in l_scope.
12088         (show_scope): Fix typos.
12089         * elf/Makefile: Add rules to build and run reldep6.
12090         * elf/reldep6.c: New file.
12091         * elf/reldep6mod0.c: New file.
12092         * elf/reldep6mod1.c: New file.
12093         * elf/reldep6mod2.c: New file.
12094         * elf/reldep6mod3.c: New file.
12095         * elf/reldep6mod4.c: New file.
12097 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
12099         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
12100         sparc64_fixup_plt.
12101         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
12102         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
12103         for non-lazy binding. Fix .plt[32768+] handling.
12104         (elf_machine_plt_value): Don't add addend.
12105         (elf_machine_rela): Call sparc64_fixup_plt instead of
12106         elf_machine_fixup_plt.
12107         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
12108         dynamic linker at 0xfffff800XXXXXXXX.
12110         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
12112 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
12114         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
12116 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
12118         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
12119         declare __cmsg_data field if its size would be bigger than 0.
12120         (CMSG_DATA): Adjust accordingly.
12121         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
12122         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
12123         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
12124         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
12125         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
12126         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
12127         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
12129 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
12131         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
12132         * iconvdata/testdata/IBM1160: New file.
12133         * iconvdata/testdata/IBM1160..UTF8: New file.
12134         * iconvdata/testdata/IBM1161: New file.
12135         * iconvdata/testdata/IBM1161..UTF8: New file.
12136         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
12138 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
12140         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
12141         UL_SETFSIZE computations better.
12143         * rt/Makefile: Remove use of filter for librt again.
12145         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
12146         UL_SETFSIZE computations better.
12148         * string/Versions: Export __strsep for GLIBC_2.2.5.
12149         * string/bits/string2.h: Define all __STRING_INLINE functions if
12150         _FORCE_INLINES is defined.
12151         Use int instead of char of parameter types.
12152         (__strsep): Don't use __strsep_g.  Don't define it.
12153         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
12154         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
12155         __strcpy_small.
12156         (__stpcpy_a_small): Renamed from __stpcpy_small.
12157         (__strcspn_c1): Don't define if _FORCE_INLINES.
12158         (__strspn_c1): Likewise.
12160 2001-09-22  Ben Collins  <bcollins@debian.org>
12162         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
12163         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
12164         * sysdeps/ia64/bits/sigaction.h: Likewise.
12165         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
12167 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
12169         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
12171 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
12173         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
12175 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
12177         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
12179 2001-09-20  H.J. Lu  <hjl@gnu.org>
12181         * include/dlfcn.h (__RTLD_SPROF): New definiton.
12182         * elf/dl-open.c (dl_open_worker): Return immediately after loading
12183         for __RTLD_SPROF.
12184         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
12185         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
12187 2001-09-20  H.J. Lu  <hjl@gnu.org>
12189         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
12190         don't add 1.
12192 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
12194         * nss/getent.c: Accept -s parameter to overwrite rules in
12195         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
12197         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
12198         with as many ".0" as necessary to form a complete address
12199         inet_network understands.
12201         * nss/getent.c: Various cleanups.  Use simpler and fewer function
12202         calls.
12204 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12206         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
12207         _JMPBUF_UNWINDS.
12208         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
12210 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
12212         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
12213         IBM1161.
12214         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
12215         * iconvdata/ibm1160.c: New file.
12216         * iconvdata/ibm1160.h: New file.
12217         * iconvdata/ibm1161.c: New file.
12218         * iconvdata/ibm1161.h: New file.
12219         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
12221 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
12223         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
12224         difference between base address and first PT_LOAD's virtual address,
12225         not the base address.
12227 2001-09-11  Tom Rix  <trix@redhat.com>
12229         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
12230         ifdef for __getopt_clean_environment.
12231         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
12233 2001-09-22  Andreas Jaeger  <aj@suse.de>
12235         * elf/reldep4.c (main): Add proper prototype to fix warning.
12237         * elf/reldep5.c (main): Remove unused variable.
12239         * math/math_private.h: Add prototypes.
12241 2001-09-21  Andreas Jaeger  <aj@suse.de>
12243         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
12244         * sysdeps/x86_64/Dist: New file.
12245         * sysdeps/x86_64/soft-fp/Dist: New file.
12247         * sysdeps/gnu/Dist: Remove eval.c.
12249 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
12251         * malloc/memusage.c (realloc): Don't count already allocated
12252         memory in the sums.
12253         (me): Always use dlsym() to find the real implementations.
12255         * malloc/memusage.sh: Make -n option actually do something.
12257 2001-09-20  Andreas Jaeger  <aj@suse.de>
12259         * elf/elf.h (R_390_NUM): Correct value.
12261         * Versions.def: Add missing versions 2.2.3 for libthread_db and
12262         libpthread.
12264         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
12265         for x86-64, install x86-64 into */lib64.
12267         * shlib-versions: Add x86-64.
12269         * elf/elf.h: Add x86-64 relocations.
12271 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
12273         * po/fr.po: Update from translation team.
12275 2001-09-19  Andreas Jaeger  <aj@suse.de>
12277         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
12278         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
12279         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
12280         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
12281         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
12282         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
12283         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
12284         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
12285         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
12286         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
12287         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
12288         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
12289         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
12290         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
12291         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
12292         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
12293         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
12294         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
12295         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
12296         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
12297         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
12298         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
12299         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
12300         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
12301         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
12302         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
12303         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
12304         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
12305         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
12306         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
12307         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
12308         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
12309         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
12310         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
12311         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
12312         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
12313         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
12314         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
12315         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
12316         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
12317         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
12318         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
12319         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
12320         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
12321         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
12322         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
12323         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
12324         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
12325         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
12326         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
12327         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
12328         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
12329         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
12330         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
12331         * sysdeps/unix/x86_64/sysdep.S: New file.
12332         * sysdeps/unix/x86_64/sysdep.h: New file.
12333         * sysdeps/x86_64/Implies: New file.
12334         * sysdeps/x86_64/Makefile: New file.
12335         * sysdeps/x86_64/Versions: New file.
12336         * sysdeps/x86_64/__longjmp.S: New file.
12337         * sysdeps/x86_64/abort-instr.h: New file.
12338         * sysdeps/x86_64/atomicity.h: New file.
12339         * sysdeps/x86_64/bits/endian.h: New file.
12340         * sysdeps/x86_64/bits/setjmp.h: New file.
12341         * sysdeps/x86_64/bits/string.h: New file.
12342         * sysdeps/x86_64/bp-asm.h: New file.
12343         * sysdeps/x86_64/bsd-_setjmp.S: New file.
12344         * sysdeps/x86_64/bsd-setjmp.S: New file.
12345         * sysdeps/x86_64/dl-machine.h: New file.
12346         * sysdeps/x86_64/elf/initfini.c: New file.
12347         * sysdeps/x86_64/elf/start.S: New file.
12348         * sysdeps/x86_64/ffs.c: New file.
12349         * sysdeps/x86_64/ffsll.c: New file.
12350         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
12351         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
12352         * sysdeps/x86_64/fpu/e_acosl.c: New file.
12353         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
12354         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
12355         * sysdeps/x86_64/fpu/e_expl.c: New file.
12356         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
12357         * sysdeps/x86_64/fpu/e_log10l.S: New file.
12358         * sysdeps/x86_64/fpu/e_log2l.S: New file.
12359         * sysdeps/x86_64/fpu/e_logl.S: New file.
12360         * sysdeps/x86_64/fpu/e_powl.S: New file.
12361         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
12362         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
12363         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
12364         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
12365         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
12366         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
12367         * sysdeps/x86_64/fpu/fegetenv.c: New file.
12368         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
12369         * sysdeps/x86_64/fpu/fegetround.c: New file.
12370         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
12371         * sysdeps/x86_64/fpu/fesetenv.c: New file.
12372         * sysdeps/x86_64/fpu/fesetround.c: New file.
12373         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
12374         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
12375         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
12376         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
12377         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
12378         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
12379         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
12380         * sysdeps/x86_64/fpu/s_atanl.c: New file.
12381         * sysdeps/x86_64/fpu/s_cosl.S: New file.
12382         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
12383         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
12384         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
12385         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
12386         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
12387         * sysdeps/x86_64/fpu/s_logbl.c: New file.
12388         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
12389         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
12390         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
12391         * sysdeps/x86_64/fpu/s_rintl.c: New file.
12392         * sysdeps/x86_64/fpu/s_significandl.c: New file.
12393         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
12394         * sysdeps/x86_64/fpu/s_sinl.S: New file.
12395         * sysdeps/x86_64/fpu/s_tanl.S: New file.
12396         * sysdeps/x86_64/gmp-mparam.h: New file.
12397         * sysdeps/x86_64/hp-timing.c: New file.
12398         * sysdeps/x86_64/hp-timing.h: New file.
12399         * sysdeps/x86_64/htonl.S: New file.
12400         * sysdeps/x86_64/memusage.h: New file.
12401         * sysdeps/x86_64/setjmp.S: New file.
12402         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
12403         * sysdeps/x86_64/stackinfo.h: New file.
12404         * sysdeps/x86_64/sysdep.h: New file.
12405         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
12407         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
12408         L Moshier.
12410 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
12412         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
12413         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
12415 2001-09-18  Andreas Schwab  <schwab@suse.de>
12417         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
12418         list, now that l_scope is a pointer.
12420         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
12421         scope list.
12423 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12425         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
12426         (elf_machine_rela_relative): Add a missing declaration.
12428 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
12430         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
12431         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
12432         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
12433         ldd-rewrite scripts.
12435 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
12437         * elf/ldd.bash.in: Update copyright message.
12439 2001-09-17  H.J. Lu  <hjl@gnu.org>
12441         * hurd/hurdmalloc.c (bcopy): Removed.
12442         (realloc): Replace bcopy with memcpy.
12443         * hurd/path-lookup.c (file_name_path_scan): Likewise.
12444         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
12445         * sunrpc/rpcinfo.c (pmapdump): Likewise.
12447         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
12448         (gethostbyaddr): Likewise.
12449         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
12451 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
12453         * sysdeps/gnu/eval.c: Removed.
12455 2001-09-18  Andreas Jaeger  <aj@suse.de>
12457         * sysdeps/i386/fpu/s_logbl.S: Move to ...
12458         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
12460         * sysdeps/i386/fpu/s_rintl.S: Move to ...
12461         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
12463         * sysdeps/i386/fpu/s_significandl.S: Move to ...
12464         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
12466 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
12468         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
12469         nrules value.
12471 2001-09-14  H.J. Lu  <hjl@gnu.org>
12473         * sysdeps/mips/fpu/libm-test-ulps: Updated.
12475 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
12477         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
12478         Patch by Florian La Roche <laroche@redhat.com>.
12480         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
12482         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
12483         ETHER_CRC_LEN.
12485 2001-09-14  Andreas Schwab  <schwab@suse.de>
12487         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
12488         Sumner <bls@sgi.com>.
12489         * posix/execlp.c: Likewise.
12491 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
12493         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
12494         is already found earlier in the search scope.
12496 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
12498         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
12499         filter.
12501 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
12503         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
12505 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
12507         * config.h.in: Enforce optimization to be used.
12508         * Makeconfig (preprocess-versions): Define ASSEMBLER.
12509         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
12510         * posix/Makefile (annexc-CFLAGS): Define to -O.
12511         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
12513 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
12515         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
12516         Patch by Stephan Kulow.
12518 2001-09-08  Ben Collins  <bcollins@debian.org>
12520         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
12521         usage of RESOLVE() (r_type, not reloc->r_type).
12523 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
12525         * elf/dl-object.c: Avoid allocating extra memory block for name.
12526         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
12527         allocated separately.
12528         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12530 2001-09-08  H.J. Lu  <hjl@gnu.org>
12532         * po/zh_TW.po: Fix a typo.
12534 2001-09-07  Tom Rix  <trix@redhat.com>
12536         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
12538 2001-08-26  Tom Rix  <trix@redhat.com>
12540         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
12541         command line options.
12542         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
12543         * sysdeps/unix/sysv/aix/start.c: Removed.
12544         * sysdeps/unix/sysv/aix/start-libc.c: New file.
12545         * sysdeps/unix/sysv/aix/init-first.c: New file.
12546         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
12548 2001-09-08  Ben Collins  <bcollins@debian.org>
12550         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
12551         * sysdeps/generic/dl-machine.h: Likewise.
12552         * sysdeps/hppa/dl-fptr.c: Likewise.
12553         * sysdeps/ia64/dl-fptr.c: Likewise.
12554         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
12555         * sysdeps/mips/dl-machine.h: Likewise.
12556         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12557         * sysdeps/powerpc/dl-machine.c: Likewise.
12559 2001-09-07  Ben Collins  <bcollins@debian.org>
12561         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
12563         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
12565 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
12567         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
12568         dependencies if necessary.
12570         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
12571         loaded directly) determine length if l_initfini list by iterating
12572         over its elements.  Minor optimizations.
12573         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
12574         for dependency objects.
12575         If object was already loaded check whether any of the dependencies
12576         is already on the relocation dependency list.  If yes, remove the
12577         latter.  Minor optimizations.
12578         * elf/dl-lookup.c (add_dependency): Add check for self reference of
12579         maps here.  Search l_initfini list only if the object was loaded
12580         directly and not only as a dependency.
12581         (_dl_lookup_symbol): Add relocation dependency also if object
12582         is not in global scope.  Remove test for self-reference here.
12583         (_dl_lookup_versioned_symbol): Likewise.
12584         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
12585         element of first name record.
12586         * elf/loadtest.c: Add some more test to recognize early if an object
12587         wasn't unloaded.
12588         * elf/Makefile: Add rules to build and run reldep5.
12589         * elf/reldep5.c: New file.
12590         * elf/reldepmod5.c: New file.
12591         * elf/reldepmod6.c: New file.
12593         * elf/reldep2.c: Fix typo.
12595 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
12597         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
12598         elements.  Change l_scope to be a pointer only.
12599         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
12600         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
12601         here add searchlist of newly open file to the dependency's scope.
12602         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
12603         only searchlist from its scope.  Free own scope array if necessary.
12604         * elf/Makefile (tests): Add dblload and dblunload now.
12606 2001-09-06  Andreas Jaeger  <aj@suse.de>
12608         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
12609         Stephen L Moshier.
12611 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
12613         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
12614         they both fail.
12615         * elf/dblload.c: New file.
12616         * elf/dblloadmod1.c: New file.
12617         * elf/dblloadmod2.c: New file.
12618         * elf/dblloadmod3.c: New file.
12619         * elf/dblunload.c: New file.
12621 2001-09-04  Richard Henderson  <rth@redhat.com>
12623         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
12624         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
12626 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
12628         Correct very misleading message for error in failed runtime relocation.
12629         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
12630         place of the error.
12631         (_dl_signal_cerror): Likewise.
12632         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
12633         * elf/dl-close.c: Likewise.
12634         * elf/dl-deps.c: Likewise.
12635         * elf/dl-load.c: Likewise.
12636         * elf/dl-lookup.c: Likewise.
12637         * elf/dl-open.c: Likewise.
12638         * elf/dl-reloc.c: Likewise.
12639         * elf/dl-sym.c: Likewise.
12640         * elf/dl-version.c: Likewise.
12641         * sysdeps/generic/dl-sysdep.c: Likewise.
12643 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
12645         * iconv/strtab.c (strtabinit): Initialize null Strent.
12646         (newstring): Move len == 0 handling...
12647         (strtabadd): ...here.
12648         If len == 1, return null Strent.
12649         When inserting a suffix of an existing string, check if
12650         it is not equal to some suffix already recorded.
12651         Copy left and right members over if adding longer string.
12653 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
12655         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
12657         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
12658         (__syscall_gethostname): Add prototype.
12660 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
12662         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
12664 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
12666         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
12668 2001-08-27  Roland McGrath  <roland@frob.com>
12670         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
12671         short, copy that much into NAME anyway before returning error.
12673 2001-09-01  Richard Henderson  <rth@redhat.com>
12675         * sysdeps/alpha/elf/Dist: Remove file.
12676         * sysdeps/alpha/elf/Makefile: Remove file.
12677         * sysdeps/alpha/elf/crtbegin.S: Remove file.
12678         * sysdeps/alpha/elf/crtend.S: Remove file.
12679         * sysdeps/alpha/elf/initfini.c: New file.
12681 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
12683         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
12684         * iconv/tst-iconv3.c: Likewise.
12686 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
12688         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
12690 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
12692         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
12693         export it.
12694         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
12695         * iconv/iconv_prog.c (insert_cache): New function.
12696         (print_known_names): If cache is used call insert_cache to use the
12697         information from the cache [PR libc/2509].
12699 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
12701         * time/strptime.c (strptime_internal): Recognize 'l' format and
12702         handle it like 'I' for symmetry with strftime.
12704 2001-08-31  Richard Henderson  <rth@redhat.com>
12706         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
12707         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
12708         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
12709         (print_statistics): Make scalar unsigned long long.
12710         * sysdeps/alpha/hp-timing.h: New file.
12712 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12714         * stdio-common/perror.c (perror): Save errno early, pass it
12715         down to perror_internal.
12716         (perror_internal): Add errnum argument.
12718 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12720         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
12721         Don't add old memory content for R_ALPHA_REFQUAD.
12723 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12725         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
12726         memory correctly.
12728         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
12729         instead of open, __close instead of close, __getpagesize instead
12730         of getpagesize.
12732         * string/argz-stringify.c (__argz_stringify): Use __strnlen
12733         instead of strnlen.
12734         * include/string.h (strndupa): Redefine here to use __strnlen
12735         instead of strnlen.
12736         * string/strndup.c (__strndup): Use __strnlen not strnlen.
12738         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
12739         connected).
12741 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12743         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
12744         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
12745         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
12746         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
12747         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
12748         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
12749         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
12751 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12753         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
12755 2001-08-30  Andreas Jaeger  <aj@suse.de>
12757         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
12758         contributed Stephen L Moshier.
12760 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12762         * sunrpc/etc.rpc (sgi_fam): Add.
12764 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12766         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
12768 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12770         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
12771         first is from a previous call.
12772         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
12774 2001-08-29  Andreas Schwab  <schwab@suse.de>
12776         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
12778 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12780         * config.make.in (INSTALL_SCRIPT): Define.
12781         * Makeconfig (INSTALL_SCRIPT): Define.
12782         * Makerules (do-install-script): New macro to install scripts using
12783         INSTALL_SCRIPT.
12784         (install-bin-script): New rule to install scripts with
12785         do-install-script.
12786         (install-bin-script-nosubdir): New rule.
12787         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
12788         (distinfo-vars): Add $(install-bin-script).
12789         * Rules (others): Likewise.
12790         * Makefile (glibcbug): Install with install-bin-script.
12791         * debug/Makefile (xtrace): Likewise.
12792         (catchsegv): Likewise.
12793         * elf/Makefile (ldd): Likewise.
12794         * malloc/Makefile (mtrace): Likewise.
12795         * timezone/Makefile (tzselect): Likewise.
12797 2001-08-29  H.J. Lu  <hjl@gnu.org>
12799         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
12800         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
12801         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
12803 2001-08-29  Andreas Schwab  <schwab@suse.de>
12805         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
12807 2001-08-28  H.J. Lu  <hjl@gnu.org>
12809         * Makeconfig (combreloc-LDFLAGS): New variable.
12810         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
12811         * config.make.in (have-z-combreloc): New variable.
12812         * configure.in: Substitute libc_cv_z_combreloc.
12814 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12816         * po/sv.po: Update from translation team.
12817         * po/fr.po: Likewise.
12818         * po/da.po: Likewise.
12820 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12822         * Makerules: Fix a typo: MD% -> MD5.
12824 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
12826         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
12827         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
12829 2001-08-28  Andreas Jaeger  <aj@suse.de>
12831         * manual/libc-texinfo.sh: Add entry about free manuals.
12833         * manual/contrib.texi (Contributors): Fix cross reference.
12835         * manual/libc.texinfo (Copying): Include freemanuals.
12837         * manual/Makefile (appendices): Add freemanuals.
12839         * manual/freemanuals.texi: New file.
12840         Patch by Brian Youmans <3diff@gnu.org>.
12842         * manual/libm-err-tab.pl: Pretty print more platforms, print a
12843         smaller table.
12845         * manual/math.texi (Errors in Math Functions): Fix grammar, start
12846         table on separate page.
12847         Patch by Brian Youmans <3diff@gnu.org>.
12849 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12851         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
12852         the connection went down after we first used it try to connect
12853         again and resend the message before printing to the console.
12854         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
12856 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12858         * string/tst-strlen.c (main): Test strnlen (, -1) too.
12859         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
12860         bit set.
12862 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12864         * iconv/strtab.c (searchstring): Use correct length for comparison.
12865         (strtabadd): Account total size correct if new string has old string as
12866         substring.
12868 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12870         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
12872 2001-08-27  Andreas Jaeger  <aj@suse.de>
12874         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
12876         * math/libm-test.inc (j0_test): Add extra tests.
12877         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
12878         not x, in Hankel approximation.
12879         Patches by Stephen L Moshier.
12881 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12883         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
12884         link_map.
12886         * configure.in: Fix test for .rela.dyn section.
12888         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
12890 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12892         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
12893         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
12894         Pass type_class to _dl_lookup_*.
12895         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
12896         Pass around just type_class instead of noexec, noplt pair.
12897         (_dl_lookup_versioned_symbol): Likewise.
12898         (_dl_lookup_symbol_skip): Pass around just type_class instead of
12899         noexec, noplt pair.
12900         (_dl_lookup_versioned_symbol_skip): Likewise.
12901         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
12902         * elf/do-lookup.h (do_lookup): Likewise.
12903         * include/link.h (struct link_map): Replace noexec and noplt fields
12904         in l_lookup_cache with type_class field.
12905         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
12906         ELF_RTYPE_CLASS_COPY): Define.
12907         Adjust prototypes for _dl_lookup_symbol and
12908         _dl_lookup_versioned_symbol.
12909         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
12910         elf_machine_lookup_noexec_p): Remove.
12911         (elf_machine_type_class): Define.
12912         * sysdeps/arm/dl-machine.h: Likewise.
12913         * sysdeps/hppa/dl-machine.h: Likewise.
12914         * sysdeps/cris/dl-machine.h: Likewise.
12915         * sysdeps/i386/dl-machine.h: Likewise.
12916         * sysdeps/ia64/dl-machine.h: Likewise.
12917         * sysdeps/m68k/dl-machine.h: Likewise.
12918         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12919         * sysdeps/mips/dl-machine.h: Likewise.
12920         * sysdeps/powerpc/dl-machine.h: Likewise.
12921         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12922         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12923         * sysdeps/sh/dl-machine.h: Likewise.
12924         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12925         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12927 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12929         * manual/message.texi (Advanced gettext functions): Change
12930         description of plural forms for Slovak.
12931         Reported by Marcel Telka <marcel@telka.sk>.
12933         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
12934         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
12936 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12938         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
12939         typo.  Patch by Florian La Roche <laroche@redhat.com>.
12941 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12943         * include/link.h (struct link_map): Add l_lookup_cache element.
12944         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
12945         (RESOLVE_MAP): Likewise.
12946         (_dl_relocate_object): Remove cache initialization.
12947         * elf/dl-lookup.c: Rip out cache handling code.
12948         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
12949         declarations.
12951         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
12952         remove some __builtin_expect.
12953         (_dl_lookup_versioned_symbol): Likewise.
12955         * config.h.in: Add HAVE_Z_COMBRELOC.
12956         * configure.in: Add test for -z combreloc.
12958         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
12959         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
12960         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
12961         case to almost no code.
12963 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
12965         * po/tr.po: Update from translation team.
12967 2001-08-24  Andreas Jaeger  <aj@suse.de>
12969         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
12970         make clean works.
12972 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12974         * elf/rtld.c (print_statistics): Printf % after percent values.
12975         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
12977         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
12978         don't have to compute the hash value and initialize current_value.
12979         Move reference_name variable to where it is needed.
12980         (_dl_lookup_versioned_symbol): Likewise.
12982 2001-08-24  Roland McGrath  <roland@frob.com>
12984         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
12985         Just test that strerror returns non-null for a few errno codes.
12987 2001-08-23  Roland McGrath  <roland@frob.com>
12989         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
12990         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
12992         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
12994         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
12995         __mach_reply_port.
12997 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12999         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
13000         returns NULL.
13002         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
13003         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
13004         doesn't do it.
13005         * elf/rtld.c: Include <sys/param.h>.
13006         * elf/dl-reloc.c: Likewise.
13008 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
13010         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
13011         empty to prevent junk from being generated.
13012         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
13014 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
13016         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
13017         records.  Rename endrel to relative, initialize it to r, and use it
13018         in elf_machine_rel_relative calls.  Point r after relative relocs.
13020 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
13022         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
13023         of R_386_NONE.
13025 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
13027         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
13028         necessary.  Undefine newly defined macros at the end.
13029         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
13030         Rename from elf_machine_rel_relative.
13031         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
13032         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
13033         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
13034         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
13035         Likewise.
13036         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
13037         Likewise.
13038         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
13039         Fix argument types.
13040         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
13041         Fix argument types.
13042         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
13043         Likewise.  Fix argument types.
13044         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
13045         Likewise.  Fix argument types.
13046         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
13047         Fix argument types.
13048         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
13049         ElfW(Rel) in argument.
13050         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
13051         function.
13053 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
13055         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
13057 2001-08-24  Andreas Jaeger  <aj@suse.de>
13059         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
13060         Stephen L Moshier <moshier@mediaone.net>.
13062 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
13064         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
13065         first if RELCOUNT is set.
13067         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
13068         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
13069         elf_machine_rel_relative.
13070         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
13071         Minor optimizations.
13072         * sysdeps/arm/dl-machine.h: Likewise.
13073         * sysdeps/cris/dl-machine.h: Likewise.
13074         * sysdeps/hppa/dl-machine.h: Likewise.
13075         * sysdeps/i386/dl-machine.h: Likewise.
13076         * sysdeps/ia64/dl-machine.h: Likewise.
13077         * sysdeps/m68k/dl-machine.h: Likewise.
13078         * sysdeps/mips/dl-machine.h: Likewise.
13079         * sysdeps/powerpc/dl-machine.h: Likewise.
13080         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
13081         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
13082         * sysdeps/sh/dl-machine.h: Likewise.
13083         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
13084         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
13086 2001-08-23  Roland McGrath  <roland@frob.com>
13088         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
13090         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
13091         sysdeps/mach version.  Implement counting ("recursive") mutexes
13092         on top of cthreads mutexes.
13093         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
13095         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
13096         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
13097         (__libc_cleanup_region_start, __libc_cleanup_region_end,
13098         __libc_clean_end): Define these to call the cleanup function after
13099         normal exit when they're supposed to.
13101         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
13102         Take new first arg DOIT, a boolean saying whether to really install
13103         any cleanup handler.
13104         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
13105         (__libc_cleanup_end): Likewise.
13106         * sysdeps/generic/bits/libc-lock.h: Same changes.
13107         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
13108         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
13109         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
13110         Likewise.
13111         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
13112         * sysdeps/generic/bits/stdio-lock.h
13113         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
13115 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
13117         * elf/ldconfig.c (search_dir): Remove stale symlinks.
13119 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
13121         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
13122         functions.
13123         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
13124         lookups in cache.
13125         (_dl_lookup_versioned_symbol): Likewise.
13126         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
13127         relocation lookup.
13128         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
13129         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
13130         (lookup_cache, lookup_cache_versioned): Add declarations.
13132 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
13134         * stdlib/tst-random.c (main): Swap parameters in fail call.
13135         Patch by Pete Bevin <pete@petebevin.com>.
13137 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
13139         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
13141 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
13143         * malloc/obstack.c: Indent preprocessor directives.
13144         Patch by Jim Meyering <meyering@ascend.com>.
13146         * po/ja.po: Update from translation team.
13148 2001-08-23  Roland McGrath  <roland@frob.com>
13150         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
13152         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
13153         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
13155 2001-08-22  Roland McGrath  <roland@frob.com>
13157         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
13158         __libc_lock_define_recursive.
13159         * elf/dl-open.c: Don't declare it here any more.
13160         * elf/dl-close.c: Likewise.
13161         * elf/dl-lookup.c: Likewise.
13162         * elf/dl-iteratephdr.c: Likewise.
13163         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
13164         __libc_lock_unlock_recursive.
13165         * elf/dl-close.c (_dl_close): Likewise
13166         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
13167         * elf/dl-open.c (_dl_open): Likewise
13169         * sysdeps/generic/bits/libc-lock.h
13170         (__libc_lock_define_recursive): New macro.
13171         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
13172         (_IO_lock_lock): Use __libc_lock_lock_recursive.
13173         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
13175         * conform/conformtest.pl (checknamespace): Sort the output list.
13177         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
13178         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
13179         definitions conditional on [__USE_XOPEN].
13181         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
13182         these unconditionally, not only use [__USE_BSD], so as to match
13183         the sysdeps/unix/sysv/linux files.
13185 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
13187         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
13188         avoid warnings.
13190         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
13191         DL_LOOKUP_ADDRESS.
13193 2001-08-22  Roland McGrath  <roland@frob.com>
13195         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
13196         conditionalization of sa_handler/sa_sigaction member types to
13197         match the sysdeps/unix/sysv/linux file.
13199 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
13201         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
13202         symbol sizes a bit better.
13204         * sysdeps/ia64/strncpy.S: Complete rewrite.
13205         Contributed by Jakub Jelinek <jakub@redhat.com>.
13207         * string/stratcliff.c (main): Add strncpy test.
13209 2001-08-22  Roland McGrath  <roland@frob.com>
13211         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
13212         and don't declare unsetenv or _environ directly.
13213         (unsetenv): Return int, not void.  Use __environ instead of _environ.
13215 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
13217         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
13218         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
13219         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
13220         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
13221         test for cmsg struct size.
13223 2001-04-23  Paul Eggert  <eggert@twinsun.com>
13225         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
13226         Rename __argc to ___argc in prototypes to avoid compatibility
13227         problems with systems that reserve the identifier "__argc".
13228         Similarly for __argv.
13230 2001-08-21  Roland McGrath  <roland@frob.com>
13232         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
13234         * mach/Makefile (tests): Removed.
13235         * mach/hello.c: File removed.
13237 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
13239         * po/sv.po: Update from translation team.
13241         * stdio-common/vfscanf.c: Fix handling of %l[].
13242         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
13244         * libio/Makefile (tests): Add tst-sscanf.
13245         * libio/tst-sscanf.c: New file.
13247         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
13248         * malloc/mtrace.c (tr_where): dli_sname always points to a
13249         non-empty string if != NULL.
13250         Reported by Tim Janik <timj@gtk.org>.
13252 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
13254         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
13255         buf.  Free resources on failure.
13256         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
13257         (makefd_xprt): Likewise.
13258         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
13259         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
13260         * sunrpc/auth_unix.c (authunix_create): Likewise.
13262 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
13264         * string/strnlen.c: Remove.
13265         * sysdeps/generic/strnlen.c: New file.
13266         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
13268 2001-08-21  Roland McGrath  <roland@frob.com>
13270         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
13271         as a macro, not an extern inline function.
13273         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
13274         * Versions.def (libc): Add GLIBC_2.2.5 set.
13275         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
13276         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
13278 2001-08-20  Roland McGrath  <roland@frob.com>
13280         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
13281         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
13283 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
13285         * string/bits/string2.h: Remove strnlen optimization here.
13286         * sysdeps/i386/i486/bits/string.h: Add it here.
13288 2001-08-21  Wolfram Gloger  <wg@malloc.de>
13290         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
13292 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
13294         * po/gl.po: Update from translation team.
13296 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
13298         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
13299         * misc/err.c (convert_and_print): Likewise.
13301         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
13302         function calls.
13304 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13306         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
13307         change of the gregset_t type.
13308         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
13310 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
13312         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
13314 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
13316         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
13318         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
13320 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
13322         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
13323         before calling the cthreads initialization code.
13325 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
13327         * argp/argp-help.c: Fix two problems introduced in last change.
13329         * include/dirent.h: Include <dirstream.h> first.
13331 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
13333         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
13335         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
13336         * sunrpc/xdr_rec.c: Likewise.
13337         * sunrpc/xdr_mem.c: Likewise.
13338         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
13339         * sunrpc/rpc_cmsg.c: Likewise.
13340         * sunrpc/getrpcport.c (getrpcport): Likewise.
13341         * sunrpc/clnt_simp.c (callrpc): Likewise.
13342         * sunrpc/clnt_gen.c (clnt_create): Likewise.
13343         * string/envz.c: Likewise.
13345         * po/ko.po: Update from translation team.
13347         * argp/argp-help.c: Handle wide oriented stderr stream.
13349 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
13351         * sysdeps/generic/strtol.c: Little optimizations.  Add some
13352         __builtin_expect.
13354         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
13356         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
13357         * wcsmbs/wcwidth.c (wcwdith): Likewise.
13358         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
13360         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
13362         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
13364         * time/time.h (struct timespec): Use __time_t for tv_sec element.
13366         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
13367         wchar_t for function declarations and defintions.
13369         * misc/sys/select.h: Define __need_time_t before including <time.h>.
13370         Define suseconds_t if it hasn't happened yet.
13372         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
13374         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
13376         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
13377         <stddef.h>.
13379         * conform/data/stddef.h-data: Remove wint_t.
13381         * conform/conformtest.pl: Change namespace test to take #undef
13382         lines into account.
13384         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
13386         * conform/data/sys/socket.h-data: Add sockatmark.
13388 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
13390         * io/fts.c: Update from recent BSD source.
13392 2001-08-17  Roland McGrath  <roland@frob.com>
13394         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
13395         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
13396         Likewise.
13398 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
13400         * locale/duplocale.c (__duplocale): Also initialize the special
13401         __ctype_* elements.
13403         * conform/data/netdb.h-data: Adjust gai_strerror return type.
13405 2001-08-17  Andreas Jaeger  <aj@suse.de>
13407         * misc/getpass.c: Include wchar.h for prototypes.
13408         * malloc/obstack.c: Likewise.
13410 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
13412         * sunrpc/svc_simple.c (universal): Use __write instead of write.
13414         * wcsmbs/wcscoll.c: Also define __wcscoll.
13415         * include/wchar.h: Declare __wcscoll.
13417         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
13418         * libio/vwprintf.c: Likewise.
13419         * libio/wprintf.c: Likewise.
13421         * iconv/gconv_cache.c: Use __munmap instead of munmap.
13423 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
13425         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
13426         instead of mbrtowc.
13427         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
13428         wcslen, and __wcscoll instead of wcscoll.
13430         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
13432         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
13433         __getuid instead of getuid.
13435         * stdio-common/perror.c (perror): Use __close instead of close.
13436         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
13437         * libio/freopen.c (freopen): Likewise.
13438         * libio/freopen64.c (freopen64): Likewise.
13440         * libio/tst-ungetwc2.c (main): Define str const.
13442         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
13443         * libio/fwprintf.c: Also define __fwprintf.
13444         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
13445         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
13446         * assert/assert-perr.c: Likewise.
13447         * assert/assert.c: Likewise.
13448         * gmon/gmon.c: Likewise.
13449         * inet/rcmd.c: Likewise.
13450         * malloc/obstack.c: Likewise.
13451         * misc/err.c: Likewise.
13452         * misc/error.c: Likewise.
13453         * misc/getpass.c: Likewise.
13454         * posix/getopt.c: Likewise.
13455         * resolv/res_hconf.c: Likewise.
13456         * stdio-common/perror.c: Likewise.
13457         * stdio-common/psignal.c: Likewise.
13458         * stdlib/fmtmsg.c: Likewise.
13459         * sunrpc/auth_unix.c: Likewise.
13460         * sunrpc/clnt_perr.c: Likewise.
13461         * sunrpc/clnt_tcp.c: Likewise.
13462         * sunrpc/clnt_udp.c: Likewise.
13463         * sunrpc/clnt_unix.c: Likewise.
13464         * sunrpc/svc_simple.c: Likewise.
13465         * sunrpc/svc_tcp.c: Likewise.
13466         * sunrpc/svc_udp.c: Likewise.
13467         * sunrpc/svc_unix.c: Likewise.
13468         * sunrpc/xdr.c: Likewise.
13469         * sunrpc/xdr_array.c: Likewise.
13470         * sunrpc/xdr_rec.c: Likewise.
13471         * sunrpc/xdr_ref.c: Likewise.
13472         * sysdeps/generic/wordexp.c: Likewise.
13474         * po/it.po: Update from translation team.
13476         * misc/err.c: Handle wide oriented stderr stream.
13478 2001-08-14  Tom Rix  <trix@redhat.com>
13480         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
13481         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
13483 2001-08-13  Tom Rix  <trix@redhat.com>
13485         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
13486         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
13487         and __intptr_t.
13489 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13491         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
13492         Store the access registers to the ucontext structure.
13493         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
13494         Likewise.
13496         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
13497         Load the access registers from the ucontext structure.
13498         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
13499         Likewise.
13501         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
13502         offsets to the new ucontext layout.
13503         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
13505         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
13506         of the ucontext structure.
13507         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
13509 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
13511         * misc/error.c (error): Handle wide oriented stderr stream correctly.
13512         (error_at_line): Likewise.
13514         * stdio-common/perror.c (perror): Implement according to standard.
13515         The stream orientation must not be changed if the stream was not
13516         oriented before the call.
13517         * stdio-common/Makefile (tests): Add tst-perror.
13518         * stdio-common/tst-perror.c: New file.
13521 See ChangeLog.12 for earlier changes.