Update.
[glibc.git] / ChangeLog
blob6b283c1fa750abcfe4af9452abefbf95cc6132d5
1 2002-09-29  Ulrich Drepper  <drepper@redhat.com>
3         * posix/regexec.c (sift_states_bkref): Remove ret variable.  Use
4         err instead.
6 2002-09-29  Roland McGrath  <roland@redhat.com>
8         * test-skeleton.c (timeout_handler): Use WUNTRACED flag in waitpid.
9         Examine the child's status and print something different if it wasn't
10         just killed by our SIGKILL.
11         (main): In the child process call setpgid to put it in its own pgrp.
13 2002-09-29  Ulrich Drepper  <drepper@redhat.com>
15         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): The return value
16         semantics for sigtimedwait is different.  Rework the return value
17         handling and don't pass in a siginfo variable.
19 2002-09-29  Roland McGrath  <roland@redhat.com>
21         * malloc/malloc.c [! MALLOC_DEBUG] (assert): #undef before defining.
23         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.2.6): Add __errno_location.
25         * sysdeps/unix/sysv/linux/x86_64/sysdep.S [USE_TLS && HAVE___THREAD]:
26         Define errno in .tbss.
27         * sysdeps/unix/x86_64/sysdep.S [USE_TLS && HAVE___THREAD]: Use TLS
28         access for setting errno.
30         * sysdeps/unix/x86_64/sysdep.S: Store 32 bits at errno, not 64 bits.
31         AFAICT, it was just blind luck that the word following errno in .bss
32         was just alignment padding and not some other variable to be clobbered.
34 2002-09-29  Jakub Jelinek  <jakub@redhat.com>
36         * sysdeps/unix/sysv/linux/kernel-features.h
37         (__ASSUME_SETRESUID_SYSCALL): On the sparc, define to 1, not empty.
39 2002-09-29  Jakub Jelinek  <jakub@redhat.com>
41         * nss/bug-erange.c (main): Don't fail if /etc/resolv.conf doesn't
42         exist.
44 2002-09-29  Ulrich Drepper  <drepper@redhat.com>
46         * nss/Makefile: Move bug-erange from tests to xtests.
48 2002-09-29  Jakub Jelinek  <jakub@redhat.com>
50         * stdlib/longlong.h (__udiv_qrnnd): Remove PARAMS from prototype.
52 2002-09-29  Jakub Jelinek  <jakub@redhat.com>
54         * sysdeps/unix/sysv/linux/sparc/sysdep.h (inline_syscall0): Make asm
55         volatile.
56         (inline_syscall1, inline_syscall2, inline_syscall3, inline_syscall4,
57         inline_syscall5, inline_syscall6): Likewise.
58         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
59         Likewise.
60         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (INLINE_SYSCALL):
61         Likewise.
63 2002-09-29  Roland McGrath  <roland@redhat.com>
65         * configure.in (libc_cv_ranlib_necessary check): Put the .o file in
66         the archive, not the .c file.
67         * configure: Regenerated.
69 2002-09-29  Roland McGrath  <roland@redhat.com>
71         * configure: Regenerated after aclocal.m4 change.
73         * sysdeps/x86_64/sysdep.h [HAVE_ELF] (L): Define with .L##name form.
74         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (L): Don't define it here.
76         * sysdeps/generic/dl-lookupcfg.h [USE_TLS] (DL_LOOKUP_RETURNS_MAP):
77         Define it, because _dl_sym presumes it (for any platform).
79         * sysdeps/x86_64/dl-tls.h: New file.
81         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Add a cast.
83         * sysdeps/x86_64/elf/configure.in: New file.
84         * sysdeps/x86_64/elf/configure: New generated file.
86 2002-09-28  Roland McGrath  <roland@redhat.com>
88         * elf/rtld.c (_dl_start): Fix conditional for declaring CNT.
90         * aclocal.m4 (LIBC_PROG_BINUTILS): Don't clobber $RANLIB with ranlib
91         before we check it.
93 2002-09-28  Ulrich Drepper  <drepper@redhat.com>
95         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add __syscall_exit
96         entry point.
98 2002-09-28  Jakub Jelinek  <jakub@redhat.com>
100         * posix/bug-regex11.c (tests): Add flags field.
101         (main): Avoid warnings.  Use test[i].flags.  Return nonzero
102         if any of the tests failed.
103         * posix/bug-regex12.c: New file.
104         * posix/Makefile (tests): Add bug-regex12.
106 2002-03-02  Thorsten Kukuk  <kukuk@suse.de>
108         * sysdeps/unix/nice.c (nice): Use getpriority() for the return value.
110 2002-09-28  Jeff Bailey  <jbailey@gnu.org>
112         * sysdeps/unix/sysv/sysv4/solaris2/configure.in: Delete.
113         * sysdeps/unix/sysv/aix/configure.in: Update comment and remove
114         stdio=libio setting.
116 2002-09-28  Roland McGrath  <roland@redhat.com>
118         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Use INTUSE for
119         _dl_signal_error.
120         * sysdeps/mips/dl-machine.h (elf_machine_runtime_link_map): Likewise.
121         * sysdeps/powerpc/powerpc64/dl-machine.c
122         (_dl_reloc_overflow): Likewise.
123         * sysdeps/arm/dl-machine.h (elf_machine_rel): Likewise.
124         (elf_machine_rela): Likewise.
126 2002-09-27  Steven Munroe  <sjmunroe@us.ibm.com>
128         * include/libc-symbols.h (__hidden_dot_weak1): Fix typo.  Replace
129         ASM_GLOBAL_DIRECTIVE with .weak.
131 2002-09-28  Andreas Jaeger  <aj@suse.de>
133         * sysdeps/unix/sysv/linux/mips/truncate64.c (truncate64): Fix
134         number of args to syscall.
135         * sysdeps/unix/sysv/linux/mips/ftruncate64.c (__ftruncate64): Likewise.
136         Patch by Guido Guenther <agx@sigxcpu.org>.
138 2002-09-27  Roland McGrath  <roland@redhat.com>
140         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (__NR_pread, __NR_pwrite):
141         Define these to __NR_pread64, __NR_pwrite64 if not defined.
143         * sysdeps/unix/sysv/linux/powerpc/lchown.S
144         [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]: Use this condition
145         on chown compatibility symbol; use compat_symbol, not symbol_version.
147 2002-09-27  Isamu Hasegawa  <isamu@yamato.ibm.com>
149         * posix/regcomp.c (reg_free): Free the debug area.
150         (re_compile_internal): Allocate debug area for the input string.
151         (create_initial_state): Check the back references in initial states
152         if they are really match null string in the initial state.
153         (parse_reg_exp): Mark the dfa that the dfa can have plural matchings.
154         (parse_expression): Likewise.
155         (parse_bracket_exp): Likewise.
156         * posix/regex_internal.c (re_node_set_intersect): Remove unused
157         function.
158         (re_node_set_contains): Change to return the index of node.
159         * posix/regex_internal.h (re_backref_cache_entry): Change the members.
160         (re_match_context_t): Likewise.
161         (struct re_dfa_t): Likewise.
162         (re_sift_context_t): New structure.
163         * posix/regexec.c (match_ctx_clear_flag): New function.
164         (sift_ctx_init): Likewise.
165         (update_cur_sifted_state): Likewise.
166         (add_epsilon_src_nodes): Likewise.
167         (sub_epsilon_src_nodes): Likewise.
168         (check_subexp_limits): Likewise.
169         (search_subexp): Likewise.
170         (sift_states_bkref): Likewise.
171         (merge_state_array): Likewise.
172         (sift_states_iter_bkref): Remove unused function.
173         (add_epsilon_backreference): Remove unused function.
174         (re_search_internal): Adapt new members and interfaces.
175         (check_matching): Check the back references in initial states
176         if they are really match null string in the initial state.
177         (proceed_next_node): Change the evaluation of back references,
178         since we have real registers here.
179         (set_regs): Adapt new interface of proceed_next_node.
180         (sift_states_backward): Add invocation of update_cur_sifted_state
181         instead of add_epsilon_backreference.
182         Add a sentinel to the outermost while loop.
183         Move the handling of back references to sift_states_bkref function,
184         since we can't handle some back references (e.g. a back reference
185         which match NULL string) here.
186         (transit_state_mb): Handle the new member max_mb_elem_len.
187         (transit_state_bkref_loop): Move the evaluation of back references to
188         search_subexp function, since we can't evaluate some back references
189         (e.g. a back reference which can have plural matchings) here.
190         (match_ctx_init): Adapt the new member.
191         (match_ctx_add_entry): Adapt the new members.
193 2002-09-25  Alan Modra  <amodra@bigpond.net.au>
195         * elf/do-rel.h: Define macro DO_ELF_MACHINE_REL_RELATIVE for
196         'elf_machine_rel_relative'
197         (elf_dynamic_do_rel): Call DO_ELF_MACHINE_REL_RELATIVE macro
198         instead of 'elf_machine_rel_relative'.
199         * sysdeps/hppa/dl-machine.h:
200         Define macro DO_ELF_MACHINE_REL_RELATIVE for
201         'elf_machine_rel_relative' with extra map parameter
202         required by HPPA.
203         (elf_machine_rela_relative): Add plt relocation changes.
205 2001-11-14  Matthew Wilcox  <willy@debian.org>
207         * sysdeps/unix/sysv/linux/hppa/bits/ipc.h: New file.
208         * sysdeps/unix/sysv/linux/hppa/bits/msq.h: New file.
209         * sysdeps/unix/sysv/linux/hppa/bits/sem.h: New file.
210         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: New file.
212 2002-09-27  Steven Munroe  <sjmunroe@us.ibm.com>
214         * sysdeps/powerpc/powerpc32/Makefile: Fix typo in comment.
216         * sysdeps/powerpc/powerpc64/Makefile
217         [$(build-shared) = yes] (pic-ccflag): Define it.
218         [$(subdir) = csu] (CFLAGS-initfini.s): Add -fpic here too.
220 2002-09-27  Roland McGrath  <roland@redhat.com>
222         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Remove
223         unneeded TLS cases.
225 2002-09-27  Jakub Jelinek  <jakub@redhat.com>
227         * elf/dl-addr.c (_dl_addr): Set dli_fbase to l_map_start
228         unconditionally.  Set dli_fname to _dl_argv[0] only for main program.
230 2002-09-27  Roland McGrath  <roland@redhat.com>
232         * elf/dl-addr.c (_dl_addr): Add a cast.
234         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [USE_TLS]: Handle new
235         TLS relocs R_X86_64_DTPMOD64, R_X86_64_DTPOFF64, and R_X86_64_TPOFF64.
237         * elf/elf.h (R_X86_64_DTPMOD64, R_X86_64_DTPOFF64, R_X86_64_TPOFF64,
238         R_X86_64_TLSGD, R_X86_64_TLSLD, R_X86_64_DTPOFF32,
239         R_x86_64_GOTTPOFF, R_X86_64_TPOFF32): New macros.
240         (R_X86_64_NUM): Update the value.
242 2002-09-24  Jakub Jelinek  <jakub@redhat.com>
244         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_load_address): Don't
245         rely on *r_offset of R_SPARC_RELATIVE reloc in .got to contain the
246         addend.
247         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Use
248         the same l_addr computation.
249         * sysdeps/sparc/sparc64/configure.in: Removed.
250         * sysdeps/sparc/sparc64/configure: Removed.
251         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Remove.
253 2002-09-26  Ulrich Drepper  <drepper@redhat.com>
255         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_HASH entry
256         if necessary.
257         * elf/dl-lookup.c (_dl_setup_hash): DT_HASH entry is already relocated.
258         * elf/dl-addr.c (_dl_addr): Use .hash[1] entry to determine end of the
259         symbol table if necessary.
261 2002-09-26  Roland McGrath  <roland@redhat.com>
263         * stdlib/longlong.h: Replaced with current version from GCC mainline,
264         last modified 2002-09-22  Kazu Hirata  <kazu@cs.umass.edu>.
266 2002-09-25  Andreas Jaeger  <aj@suse.de>
268         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add syscall_exit.
269         Patch by Guido Guenther <agx@sigxcpu.org>.
271 2002-09-25  Roland McGrath  <roland@redhat.com>
273         * Makeconfig (%.v.i pattern rule): Use $(CPPFLAGS).
275 2002-09-24  Ulrich Drepper  <drepper@redhat.com>
277         * sysdeps/unix/sysv/linux/configure.in: Recognize nptl add-on name.
279 2002-09-24  Roland McGrath  <roland@redhat.com>
281         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Move __libc_read,
282         __libc_write, __libc_lseek64, to ...
283         (ld: GLIBC_PRIVATE): ... here.
285         * csu/Versions: Use %include <tls.h> to get USE_TLS defined.
286         (libc: GLIBC_2.0) [USE_TLS && HAVE___THREAD]: Remove _errno, errno.
287         (libc: GLIBC_2.3) [USE_TLS && HAVE___THREAD]: Put errno here instead.
288         * resolv/Versions: Use %include <tls.h> to get USE_TLS defined.
289         (libc: GLIBC_2.0) [USE_TLS && HAVE___THREAD]: Remove _h_errno, h_errno,
290         and _res.
291         (libc: GLIBC_2.3) [USE_TLS && HAVE___THREAD]: Put h_errno, _res here.
293         * elf/tls-macros.h [__x86_64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD):
294         New macros for x86-64.
296         * sysdeps/unix/sysv/linux/alpha/bits/time.h: File removed.
297         It was indentical to the linux/bits/time.h file.
299         * nscd/nscd_gethst_r.c (nscd_gethst_r): Add a cast to silence warning.
301         * resolv/gethnamaddr.c (gethostbyaddr): Use socklen_t for SIZE.
303 2002-09-23  Ulrich Drepper  <drepper@redhat.com>
305         * po/zh_CN.po: New file.
307 2002-09-23  Roland McGrath  <roland@redhat.com>
309         * posix/unistd.h: Test [__USE_UNIX98] instead of [__USE_OPEN2K]
310         for gethostname declaration.
312         * catgets/open_catalog.c (__open_catalog): Don't use a value type
313         as the __builtin_expect expression, just the Boolean value.
315         * sysdeps/generic/wordexp.c (parse_glob): int -> size_t for counter.
316         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Likewise.
317         * resolv/res_hconf.c (arg_service_list, parse_line): Likewise.
318         * iconvdata/tst-loading.c (main): Likewise.
319         * catgets/tst-catgets.c (main): Likewise.
320         * stdlib/tst-xpg-basename.c (main): Likewise.
321         * stdlib/tst-bsearch.c (main): Likewise.
322         * stdio-common/test-vfprintf.c (main): Likewise.
323         * stdio-common/tst-rndseek.c (do_test): Likewise.
324         * libio/tst_swprintf.c (main): Likewise.
325         * libio/tst-fgetws.c (main): Likewise.
326         * wcsmbs/tst-mbrtowc.c (check_ascii): Likewise.
327         * time/tst-posixtz.c (main): Likewise.
328         * time/tst-strptime.c (test_tm): Likewise.
329         * time/tst-strptime.c (main): Likewise.
330         * time/tst-getdate.c (main): Likewise.
331         * posix/tst-mmap.c (main): Likewise.
332         * posix/tst-getaddrinfo.c (do_test): Likewise.
333         * io/tst-getcwd.c (do_test): Likewise.
334         * resolv/tst-aton.c (main): Likewise.
335         * inet/tst-network.c (main): Likewise.
336         * libio/tst-fgetws.c (main): Likewise.
337         * sysdeps/posix/sprofil.c (add_region): int -> unsigned int for I.
338         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): int -> unsigned int
339         for PTYNO.
341         * stdlib/msort.c (qsort): Add a cast to silence warning.
342         * stdio-common/vfprintf.c (process_string_arg): Likewise.
343         * libio/oldfileops.c (_IO_old_do_write): Likewise.
344         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Likewise.
345         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
346         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
347         * argp/argp-fmtstream.c (__argp_fmtstream_printf): Likewise.
348         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
349         * sysdeps/unix/grantpt.c (grantpt): Likewise.
350         * libio/tst-widetext.c (main): Likewise.
351         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
352         * rt/tst-aio.c (test_file): Likewise.
353         * rt/tst-aio64.c (test_file): Likewise.
354         * resolv/tst-aton.c (main): Likewise.
356         * catgets/catgetsinfo.h (CATGETS_MAGIC): Use U suffix on the constant.
358         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Cast to int32_t
359         instead of uint32_t in these macros.
361 2002-09-22  Bruno Haible  <bruno@clisp.org>
363         * iconv/iconv_prog.c (main): Provide an error message that identifies
364         the wrong encoding.
366         * iconvdata/tscii.c: New file.
367         * iconvdata/testdata/TSCII: New file.
368         * iconvdata/testdata/TSCII..UTF8: New file.
369         * iconvdata/TSCII.precomposed: New file.
370         * iconvdata/TSCII.irreversible: New file.
371         * iconvdata/gconv-modules (TSCII): New module.
372         * iconvdata/Makefile (modules): Add TSCII.
373         (distribute): Add tscii.c.
374         * iconvdata/tst-table-from.c (try, utf8_decode, main): Double output
375         buffer size.
376         * iconvdata/tst-tables.sh: Add TSCII.
377         * iconvdata/TESTS: Add TSCII.
379         Revert 2002-04-18 patch.
380         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
381         FROM_DIRECTION): Make the FROM direction stateful again.
382         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
383         FROM_DIRECTION): Likewise.
385         * iconvdata/tst-e2big.c: New file.
386         * iconvdata/Makefile (tests): Add tst-e2big.
388 2002-09-23  Roland McGrath  <roland@redhat.com>
390         * elf/Makefile (test-extras): Define this instead of test-srcs.
391         * Makerules (all-nonlib): Include $(test-extras) too.
393 2002-09-21  Carlos O'Donell  <carlos@baldric.uwo.ca>
395         * sysdeps/hppa/abort-instr.h: New file.
397 2002-09-22  Roland McGrath  <roland@frob.com>
399         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Remove duplicate entry.
401         * sysdeps/mach/hurd/dl-sysdep.c (_exit): Add alias __GI__exit.
403 2002-09-22  Andreas Schwab  <schwab@suse.de>
405         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Append, not overwrite.
407         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal)
408         (isless, islessequal, islessgreater, isunordered) [GCC >= 3.1]:
409         Use GCC builtins.
411 2002-09-21  Roland McGrath  <roland@redhat.com>
413         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_DL_HWCAP_PLATFORM):
414         Correct the value so it covers all platforms, and is computed
415         from _DL_PLATFORMS_COUNT rather than hard-wired.
416         From Andrew Suffield <asuffield@debian.org>.
418 2002-09-20  Ulrich Drepper  <drepper@redhat.com>
420         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Avoid
421         locking when using mount tab file.
422         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
423         * sysdeps/unix/sysv/linux/statvfs.c: Include <stdio_ext.h>.
424         * sysdeps/unix/sysv/linux/fstatvfs.c: Likewise.
426         * elf/dl-init.c (_dl_init): Fix test of the size of the
427         preinit_array section.
428         (call_init): Optimize access to DT_INIT_ARRAY entry a bit.
429         Reported by Brian Cabral <cabral@ikuni.com>.
431 2002-09-20  Steven Munroe  <sjmunroe@us.ibm.com>
433         * sysdeps/powerpc/sysdep.h: Remove powerpc32 specific macros.
434         * sysdeps/powerpc/powerpc32/sysdep.h: New file.  Define powerpc32
435         specific macros copied from sysdeps/powerpc/sysdep.h.
436         * sysdeps/powerpc/powerpc64/sysdep.h: New file.  Define powerpc64
437         specific macros.
438         * sysdeps/unix/powerpc/sysdep.h: Include <bits/wordsize.h>.
439         [__WORDSIZE==64]: Include sysdeps/powerpc/powerpc64/sysdep.h.
440         [!__WORDSIZE==64]: Include sysdeps/powerpc/powerpc32/sysdep.h.
442 2002-09-19  Bruno Haible  <bruno@clisp.org>
444         * intl/dcigettext.c (DCIGETTEXT): Restore errno only right before
445         returning.
447 2002-09-17  Bruno Haible  <bruno@clisp.org>
449         * sysdeps/generic/utmp-equal.h: New file, extracted from utmp_file.c.
450         * sysdeps/generic/utmp_file.c (setutent_file): Invalidate last_entry
451         also on platforms with !HAVE_UT_TYPE.
452         (proc_utmp_eq): Remove function.
453         (internal_getut_r, pututline_file): Call __utmp_equal instead.
455 2002-09-20  Bruno Haible  <bruno@clisp.org>
457         * abi-tags: Add support for FreeBSD with ABI OS value 3.
458         * elf/cache.c (print_entry): Support the GNU/FreeBSD ABI tag.
460 2002-09-20  Roland McGrath  <roland@redhat.com>
462         * sysdeps/generic/gmp-mparam.h: Include <bits/wordsize.h>.
463         (BITS_PER_MP_LIMB, BYTES_PER_MP_LIMB, BITS_PER_LONGINT): Define in
464         terms of __WORDSIZE.
465         * sysdeps/x86_64/gmp-mparam.h: File removed.
466         * sysdeps/sparc/gmp-mparam.h: File removed.
467         * sysdeps/mips/mips64/gmp-mparam.h: File removed.
468         * sysdeps/ia64/gmp-mparam.h: File removed.
469         * sysdeps/alpha/gmp-mparam.h: File removed.
471 2002-09-20  Steven Munroe  <sjmunroe@us.ibm.com>
473         * sysdeps/powerpc/elf/libc-start.c: Use long in place of int for argc
474         load, so as to work on both 32-bit and 64-bit.  Remove unnecessary
475         casts.  Align __libc_stack_end to 8 bytes.
477 2002-09-20  Roland McGrath  <roland@redhat.com>
479         * sysdeps/powerpc/fpu/s_lrint.c: Use strong_alias/weak_alias macros
480         instead of asm for lrintf, __lrintf aliases.
482         * sysdeps/powerpc/fpu/s_lrint.c (__lrint): Change union long array to
483         int array for 32-/64-bit compatibility.
484         From Steven Munroe  <sjmunroe@us.ibm.com>.
486 2002-09-17  Bruno Haible  <bruno@clisp.org>
488         * sysdeps/generic/ifreq.h (__if_nextreq): New function.
489         * sysdeps/unix/sysv/linux/ifreq.h (__if_nextreq): New function.
490         * sysdeps/mach/hurd/ifreq.h (__if_nextreq): New function.
491         * sysdeps/gnu/ifaddrs.c (getifaddrs): Use __if_nextreq
492         for iterating through the list of interfaces.
493         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Likewise.
495 2002-09-20  Roland McGrath  <roland@redhat.com>
497         * sysdeps/unix/grantpt.c (pts_name): Set errno when __ptsname_r fails.
498         Reported by Bruno Haible <bruno@clisp.org>.
500         * sysdeps/unix/bsd/bsd4.4/isatty.c: New file.
502         * sysdeps/unix/bsd/isatty.c (__isatty): Don't save and restore errno.
503         * sysdeps/unix/bsd/ptsname.c (__ptsname_r): Return errno value from
504         isatty unmodified.  Reported by Bruno Haible <bruno@clisp.org>.
506 2002-09-20  Steven Munroe  <sjmunroe@us.ibm.com>
508         * sysdeps/powerpc/bits/setjmp.h [__WORDSIZE]: Add 64-bit jmpbuf.
509         * sysdeps/powerpc/bits/wordsize.h: New file.
510         * sysdeps/powerpc/fpu/bits/mathinline.h (lrint, lrintf): Change long
511         array to int array for 32-/64-bit compatibility.
513 2002-09-20  Roland McGrath  <roland@redhat.com>
515         * login/programs/utmpdump.c: Don't include <error.h>, <errno.h>.
517         * sysdeps/generic/utimes.c (__utimes): Don't check TVP for null.
518         Reported by Bruno Haible <bruno@clisp.org>.
520         * sysdeps/generic/ifreq.h (__ifreq): Compute termination condition
521         before doubling RQ_LEN.
522         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
523         Reported by Bruno Haible <bruno@clisp.org>.
525 2002-09-18  Bruno Haible  <bruno@clisp.org>
527         * login/logout.c (logout): Don't assume ut_time has the same size as
528         a time_t.
529         * login/logwtmp.c (logwtmp): Likewise.
531         * sysdeps/pthread/configure: New file, moved here from
532         linuxthreads/sysdeps/unix/sysv/linux/configure.
534 2002-09-19  Ulrich Drepper  <drepper@redhat.com>
536         * sysdeps/unix/sysv/linux/_exit.c: Include <errno.h>.
537         (_exit): Don't use ABORT_INSTRUCTION if it is not defined.
538         Reported by Glen Nakamura <glen@imodulo.com>.
540 2002-09-19  Neal H. Walfield  <neal@cs.uml.edu>
542         * sysdeps/mach/hurd/fork.c (__fork): Do not free the signal
543         thread's sigstate data structure if it has been allocated.
545 2002-09-19  Roland McGrath  <roland@redhat.com>
547         * include/libc-symbols.h [HAVE_ASM_SET_DIRECTIVE]
548         [! HAVE_ASM_GLOBAL_DOT_NAME] (__hidden_dot_def1): Fix typo'd name.
550 2002-09-18  Ulrich Drepper  <drepper@redhat.com>
552         * version.h (VERSION): Bump to 2.2.94.
554         * sysdeps/powerpc/fpu/Dist: Move fprrest.S and fprsave.S to...
555         * sysdeps/powerpc/powerpc32/fpu/Dist: ...here.  New file.
556         * sysdeps/unix/sysv/linux/powerpc/Dist: Move kernel_stat.h to...
557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here.
559         * sysdeps/i386/Makefile: Remove obsolete db2 rules.
561         * sysdeps/unix/sysv/linux/Makefile: Add exit-thread.S.
563         * sysdeps/unix/sysv/linux/powerpc/Dist: Add ldd-rewrite.sh.
565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: New file.
567 2002-09-19  Jakub Jelinek  <jakub@redhat.com>
569         * sysdeps/wordsize-32/Makefile: New file.
570         * sysdeps/arm/Makefile: Removed.
571         * sysdeps/i386/Makefile (sysdep_routines, shared-only-routines):
572         Don't add divdi3 here.
573         * sysdeps/m68k/Makefile: Likewise.
574         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
575         * sysdeps/sh/Makefile: Likewise.
576         * sysdeps/s390/s390-32/Makefile: Likewise.
578 2002-09-18  Roland McGrath  <roland@redhat.com>
580         * locale/lc-ctype.c (_nl_postload_ctype): Add compat_symbol decls for
581         the __ctype_* compat symbols, so the relocs generated bind to the
582         right versioned global symbol in the shared object.
584         * elf/do-rel.h (elf_dynamic_do_rel): Mask off 0x8000 bit (hidden flag)
585         from the value taken from the DT_VERSYM table.
586         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
587         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Likewise.
588         (RESOLVE_GOTSYM): Likewise.
590         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
591         Add libc_hidden_def.
592         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
593         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
594         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
595         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
596         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
597         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
598         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
599         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
601 2002-09-18  Ulrich Drepper  <drepper@redhat.com>
603         * include/signal.h: Add libc_hidden_proto for __libc_sigaction.
605         * sysdeps/unix/sysv/linux/sigaction.c: If SIGCANCEL is defined
606         define sigaction and __sigaction as wrappers around
607         __libc_sigaction which rejects changing SIGCANCEL.
608         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
610         * sysdeps/unix/sysv/linux/i386/clone.S: Add support for SETTLS and
611         SETTID/CLEARTID.
613         * signal/allocrtsig.c: Move to...
614         * sysdeps/generic/allocrtsig.c: ...here.  New file.
616 2002-09-17  Jakub Jelinek  <jakub@redhat.com>
618         * elf/dl-lookup.c (_dl_debug_bindings): Print TLS lookups always.
620         * elf/elf.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE,
621         R_386_TLS_LE): Define.
622         (R_386_TLS_IE_32, R_386_TLS_LE_32, R_386_TLS_TPOFF32): Update
623         comments.
624         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Return
625         ELF_RTYPE_CLASS_PLT for R_386_TLS_TPOFF.
626         (elf_machine_rel): Handle R_386_TLS_TPOFF.
627         (elf_machine_rela): Likewise.
628         Remove unnecessary RTLD_BOOTSTRAP #ifdefs.
630 2002-09-17  Roland McGrath  <roland@redhat.com>
632         * malloc/Makefile ($(objpfx)memusagestat.o: sysincludes): Define
633         file-specific variable override so it compiles properly when using
634         --with-headers.
636 2002-09-17  Steven Munroe  <sjmunroe@us.ibm.com>
638         Ported to PowerPC64 running Linux.
639         * sysdeps/powerpc/powerpc64/Dist: New file.
640         * sysdeps/powerpc/powerpc64/Implies: New file.
641         * sysdeps/powerpc/powerpc64/Makefile: New file.
642         * sysdeps/powerpc/powerpc64/__longjmp.S: New file.
643         * sysdeps/powerpc/powerpc64/atomicity.h: New file.
644         * sysdeps/powerpc/powerpc64/backtrace.c: New file.
645         * sysdeps/powerpc/powerpc64/bp-asm.h: New file.
646         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: New file.
647         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: New file.
648         * sysdeps/powerpc/powerpc64/dl-dtprocnum.h: New file.
649         * sysdeps/powerpc/powerpc64/dl-lookupcfg.h: New file.
650         * sysdeps/powerpc/powerpc64/dl-machine.c: New file.
651         * sysdeps/powerpc/powerpc64/dl-machine.h: New file.
652         * sysdeps/powerpc/powerpc64/memset.S: New file.
653         * sysdeps/powerpc/powerpc64/ppc-mcount.S: New file.
654         * sysdeps/powerpc/powerpc64/register-dump.h: New file.
655         * sysdeps/powerpc/powerpc64/setjmp.S: New file.
656         * sysdeps/powerpc/powerpc64/stpcpy.S: New file.
657         * sysdeps/powerpc/powerpc64/strchr.S: New file.
658         * sysdeps/powerpc/powerpc64/strcmp.S: New file.
659         * sysdeps/powerpc/powerpc64/strcpy.S: New file.
660         * sysdeps/powerpc/powerpc64/strlen.S: New file.
661         * sysdeps/powerpc/powerpc64/elf/bzero.S: New file.
662         * sysdeps/powerpc/powerpc64/elf/start.S: New file.
663         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: New file.
664         * sysdeps/powerpc/powerpc64/fpu/s_copysignf.S: New file.
665         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: New File.
666         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: New file.
667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: New file.
668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/glob64.c: New file.
669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: New file.
670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: New file.
671         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: New file.
673         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME]
674         (C_SYMBOL_DOT_NAME): Insure that C_SYMBOL_DOT_NAME works for
675         various gcc versions.  Dot names required for powerpc64.
676         [HAVE_ASM_GLOBAL_DOT_NAME] (_weak_extern): Add .weakext '.'ed symbol.
677         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias): Add .global
678         C_SYMBOL_DOT_NAME(alias).
679         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): New macro. Same as
680         original strong_alias macro.
681         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Add .weakext/.weak
682         C_SYMBOL_DOT_NAME(alias).
683         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Add .symver '.'ed name.
684         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Add .symver
685         '.'ed name.
686         Add comments on libc_hidden_data_def and libc_hidden_data_weak usage.
687         [HAVE_ASM_GLOBAL_DOT_NAME] (hidden_dot_def1): New macro.  Generate
688         .global C_SYMBOL_DOT_NAME(alias).  Otherwise an empty macro.
689         (hidden_def): Append hidden_dot_def1 macro to definition.
690         (hidden_ver): Append hidden_dot_def1 macro to definition.
691         (hidden_data_def): New macro.  Same as original hidden_def macro.
692         (hidden_data_ver): New macro.  Same as original hidden_ver macro.
693         [HAVE_ASM_GLOBAL_DOT_NAME] (hidden_dot_weak1): New macro.  Generate
694         .weakext C_SYMBOL_DOT_NAME(alias).  Otherwise an empty macro.
695         (hidden_weak): Append hidden_dot_weak1 macro to definition.
696         (hidden_data_weak): New macro.  Same as original hidden_weak macro.
697         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Define as .__GI_name.
698         Otherwise defined as __GI_name.
699         (libc_hidden_data_def): New macro.  Use hidden_data_def.
700         (libc_hidden_data_weak): New macro.  Use hidden_data_weak.
701         (libc_hidden_data_ver): New macro.  Use hidden_data_ver.
702         (rtld_hidden_data_def): New macro.  Use hidden_data_def.
703         (rtld_hidden_data_weak): New macro.  Use hidden_data_weak.
704         (rtld_hidden_data_ver): New macro.  Use hidden_data_ver.
705         (libm_hidden_data_def): New macro.  Use hidden_data_def.
706         (libm_hidden_data_weak): New macro.  Use hidden_data_weak.
707         (libm_hidden_data_ver): New macro.  Use hidden_data_ver.
708         * inet/in6_addr.c: Replace libc_hidden_def with libc_hidden_data_def.
710 2002-09-17  Ulrich Drepper  <drepper@redhat.com>
712         * include/libc-symbols.h: Change *hidden_proto macros to accept
713         option parameters and pass those to the attribute definition.
714         * include/unistd.h (_exit): Add __noreturn__ to libc_hidden_proto call.
716         * include/unistd.h: Declare __libc_pause.
718         * include/sys/socket.h: Declare __libc_send, __libc_recv,
719         __libc_sendto, __libc_sendmsg, __libc_recvmsg, and __libc_accept.
721         * include/unistd.h: Declare __libc_fork.
723 2002-09-17  Roland McGrath  <roland@redhat.com>
725         * sunrpc/xcrypt.c (passwd2des_internal): Renamed fom passwd2des.
726         (passwd2des): Define it as an alias.
727         (xencrypt, xdecrypt): Call passwd2des_internal instead of passwd2des.
729 2002-09-12  Bruno Haible  <bruno@clisp.org>
731         * include/sys/sysctl.h (__sysctl): Add libc_hidden_proto.
732         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Add libc_hidden_def.
734         * include/rpc/xdr.h (xdrstdio_create): Add libc_hidden_proto.
735         * sunrpc/xdr_stdio.c (xdrstdio_create): Add libc_hidden_def.
737 2002-09-05  Steven Munroe  <sjmunroe@us.ibm.com>
739         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc64__]
740         (__ASSUME_TRUNCATE64_SYSCALL, __ASSUME_STAT64_SYSCALL, __ASSUME_IPC64,
741         __ASSUME_FCNTL64, __ASSUME_MMAP2_SYSCALL): Don't define these.
742         PowerPC64 does not have separate 64-bit syscalls.
744 2002-09-16  Roland McGrath  <roland@redhat.com>
746         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Add a cast.
748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
749         New macro.
751         * elf/rtld.c [HP_TIMING_NONAVAIL]: Fix last change for this case.
753         * include/unistd.h: Uncomment libc_hidden_proto for _exit.
754         * sysdeps/mach/hurd/_exit.c: Add libc_hidden_def.
755         * sysdeps/generic/_exit.c: Likewise.
757 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
759         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Regenerate.
761         * elf/rtld.c (struct dl_start_final_info): New.
762         (_dl_start_final): Change second argument to struct
763         dl_start_final_info *.  Set start_time from info.
764         (_dl_start): Remove bootstrap_map variable, add info.
765         Define bootstrap_map as macro.  If not DONT_USE_BOOTSTRAP_MAP,
766         store HP_TIMING_NOW result into info.start_time.
768 2002-09-16  Andreas Jaeger  <aj@suse.de>
770         * sysdeps/unix/sysv/linux/_exit.c: Add libc_hidden_def and weak_alias
771         to _Exit.
772         * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise.
774 2002-09-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
776         * sysdeps/powerpc/abort-instr.h: New file.
778 2002-09-14  Ulrich Drepper  <drepper@redhat.com>
780         * sysdeps/generic/libc-start.c (__libc_start_main): Remove bogus
781         comment.
783         * test-skeleton.c (main): Provide more information in case waitpid
784         fails.
786         * include/unistd.h: Declare __exit_thread.
787         * sysdeps/generic/libc-start.c (__libc_start_main): Remove dummy_addr.
788         Wrap call to main in setjmp if HAVE_CANCELBUF is defined.
789         * sysdeps/unix/sysv/linux/exit-thread.S: New file.
790         * sysdeps/unix/sysv/linux/_exit.c: New file.
791         * sysdeps/unix/sysv/linux/i386/_exit.S: New file.
792         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (sysdep_routines):
793         Add exit-thread.
795         * configure.in: Add dl_iterate_phdr to test using -nostdlib.
797 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
799         * sysdeps/i386/dl-machine.h (elf_machine_rel)
800         (case R_386_TLS_DTPMOD32): Don't use addend.
801         [case R_386_TLS_TPOFF32]: Remove redundant SYM_MAP != NULL check.
802         (elf_machine_rela): Add support for TLS relocs.
804 2002-09-14  Roland McGrath  <roland@redhat.com>
806         * Makefile (manual/%): Add this pattern target to the iconvdata/% rule.
808 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
810         * stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64
811         specific asm macros for multiple percision integer math.
813 2002-06-04  Steven Munroe  <sjmunroe@us.ibm.com>
815         * sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro.
816         * elf/cache.c (print_entry): Add case for FLAG_POWERPC_LIB64.
817         Remove per-machine conditionals for FLAG_* cases.
818         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h: New file.
819         * sysdeps/unix/sysv/linux/powerpc/readelflib.c: New file.
820         * sysdeps/unix/sysv/linux/powerpc/powerpc64/dl-cache.h: New file.
822 2002-09-10  Alan Modra <amodra@bigpond.net.au>
824         * csu/gmon-start.c [!TEXT_START]: Define TEXT_START if not already
825         defined in entry.h.
826         (__gmon_start__) [!ENTRY_POINT_DECL]: Use TEXT_START macro to obtain
827         lowest address for profiling in  __monstartup call.
828         * sysdeps/powerpc/powerpc64/elf/entry.h: New file.
830 2002-09-14  Roland McGrath  <roland@redhat.com>
832         * sysdeps/unix/sysv/linux/pread.c: __NR_pread64 may be defined
833         instead of __NR_pread.
834         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
835         * sysdeps/unix/sysv/linux/pwrite.c: __NR_pwrite64 may be defined
836         instead of __NR_pwrite.
837         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
839 2002-09-13  Roland McGrath  <roland@redhat.com>
841         * manual/libc.texinfo: @ifinfo -> @ifnottex around copyright notice.
843 2002-09-13  Andreas Jaeger  <aj@suse.de>
845         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add readahead
846         syscall.  Patch by Guido Guenther <agx@sigxcpu.org>.
848 2002-09-12  Ulrich Drepper  <drepper@redhat.com>
850         * elf/elf.h: Correct DT_LOOS and DT_HIOS values.
852 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
854         * sysdeps/powerpc/fpu/s_isnan.c: #undef __isnanf and isnanf after
855         reading the headers.
857 2002-09-12  Roland McGrath  <roland@redhat.com>
859         * elf/rtld.c (_dl_start_final): Move _begin, _end decls outside the fn.
860         (_dl_start) [DONT_USE_BOOTSTRAP_MAP]: Use &_begin instead of l_addr to
861         find the ELF header.
863         * elf/rtld.c (dl_main) [USE_TLS]: Adjust l_tls_initimage of main
864         executable if needed, in case it's actually a shared object.
866 2002-09-11  Roland McGrath  <roland@redhat.com>
868         * elf/dl-load.c (_dl_map_object_from_fd): Use l_addr instead of
869         l_map_start to adjust l_tls_initimage.
871         * nss/getnssent_r.c (__nss_getent_r): Use EAGAIN instead of errno
872         when using h_errno and it's not set to NETDB_INTERNAL.
873         * nss/getXXbyYY_r.c [NEED_H_ERRNO]: Likewise.
875         * Makefile ($(common-objpfx)testrun.sh): New target.
876         (others): Depend on it.
877         (postclean-generated): Append it.
879         * nss/bug-erange.c: New file.
880         * nss/Makefile (tests): Add it.
882         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Return errno
883         instead of always EAGAIN when status is NSS_STATUS_TRYAGAIN.
885         * sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without
886         strncmp, keeps the code smaller for a non-performance-critical case.
888         * sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,
889         no longer wrongly matches arbitrary prefixes of NAME.
890         Reported by Jakub Jelinek <jakub@redhat.com>.
892 2002-09-11  Jakub Jelinek  <jakub@redhat.com>
894         * posix/bug-regex11.c (tests): New array.
895         (main): Rewritten to run more different tests.
897 2002-09-10  Roland McGrath  <roland@redhat.com>
899         * nscd/Makefile (CPPFLAGS-nscd, CPPFLAGS-nscd_conf, CPPFLAGS-dbg_log)
900         (CPPFLAGS-connections, CPPFLAGS-hstcache): Variables removed.
901         Instead, catch all of $(nscd-modules) via cppflags-iterator.mk.
903         * sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
904         well so we don't get it declared by include/math.h's hidden_proto.
905         Then do hidden_proto for __isnanf locally so hidden_def works right.
907         * posix/bug-regex5.c (main): Use `union locale_data_value' rather than
908         a cast to turn nl_langinfo return value into an integer.
910 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
912         * posix/regexec.c (build_trtable): Fix the destination of
913         newline to prevent wrong states from overwriting.
914         Append break statements to optimization.
916 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
918         * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if.
919         (build_range_exp): Add castings to strlen invocations.
920         (build_collating_symbol): Restore the type of characters from "char"
921         to "unsigned char", and supplement castings.
922         (build_collating_symbol): Likewise.
923         (build_equiv_class): Likewise.
924         (build_charclass): Likewise.
925         (seek_collating_symbol_entry): Likewise.
926         (parse_bracket_exp): Likewise.
927         (build_word_op): Supplement a casting.
928         * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if.
929         (re_string_allocate): Fix castings.
930         (re_string_construct): Likewise.
931         (re_string_construct_common): Likewise.
932         (re_string_realloc_buffers): Likewise.
933         (build_wcs_buffer): Likewise.
934         (build_wcs_upper_buffer): Likewise.
935         (re_string_skip_chars): Likewise.
936         (re_string_reconstruct): Likewise.
937         * posix/regex_internal.h: Restore the type of characters in
938         re_string_t and bracket_elem_t from "char" to "unsigned char".
939         (re_string_elem_size_at): Fix castings.
940         * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if.
941         (transit_state_bkref_loop): Restore the type of characters from
942         "char" to "unsigned char", and append a cast to "char*" pointer in
943         array subscript.
944         (check_node_accept_bytes): Likewise.
945         (find_collation_sequence_value): Likewise.
947 2002-09-10  Hartvig Ekner  <hartvige@mips.com>
949         * sysdeps/mips/memcpy.S: New file.
950         * sysdeps/mips/memset.S: New file.
951         * sysdeps/mips/fpu/e_sqrt.c:  New file.
952         * sysdeps/mips/fpu/e_sqrtf.c: New file.
954         * fpu/fclrexcpt.c: Cleaned up the FPU exception stuff - was not
955         functional before. Also removed all SHLIB_COMPAT stuff.
956         * fpu/fegetenv.c: Likewise.
957         * fpu/fesetenv.c:: Likewise.
958         * fpu/feupdateenv.c: Likewise.
959         * fpu/fgetexcptflg.c: Likewise.
960         * fpu/fraiseexcpt.c: Likewise.
962         * sysdeps/mips/fpu/fsetexcptflg.c: New file.
964 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
966         * include/math.h (__finite_internal, __finitef_internal,
967         __finitel_internal, __isinf_internal, __isnan_internal): Remove.
968         (isfinite): Remove.
969         (__finite, __isinf, __isnan, __finitef, __isinff, __isnanf, __finitel,
970         __isinfl, __isnanl): Add hidden_proto.
971         (__fpclassify, __fpclassifyf, __fpclassifyl, __expm1l): Add
972         libm_hidden_proto.
973         * math/Makefile (libm-calls): Add s_isinf and s_isnan.
974         * stdio-common/printf_fp.c (__printf_fp): Remove INTUSE from
975         __is{inf,nan} calls.
976         * stdio-common/printf_size.c (printf_size): Likewise.
977         * sysdeps/generic/printf_fphex.c (__printf_fphex): Likewise.
978         * sysdeps/generic/s_ldexp.c (__ldexp): Likewise.
979         * sysdeps/generic/s_ldexpf.c (__ldexpf): Likewise.
980         * sysdeps/generic/s_ldexpl.c (__ldexpl): Likewise.
981         * sysdeps/generic/s_expm1l.c (__expm1l): Add libm_hidden_def.
982         * sysdeps/i386/fpu/s_finite.S (__finite_internal): Remove alias.
983         (__finite): Add hidden_def.
984         * sysdeps/i386/fpu/s_finitef.S (__finitef_internal): Remove alias.
985         (__finitef): Add hidden_def.
986         * sysdeps/i386/fpu/s_finitel.S (__finitel_internal): Remove alias.
987         (__finitel): Add hidden_def.
988         * sysdeps/i386/fpu/s_isinfl.c (__isinfl): Remove INTDEF.  Add
989         hidden_def.
990         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
991         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Add
992         libm_hidden_def.
993         * sysdeps/i386/fpu/s_expm1l.S (__expm1l): Likewise.
994         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Remove INTDEF.  Add
995         hidden_def.
996         * sysdeps/ieee754/dbl-64/s_isinf.c (__isinf): Likewise.
997         (__isinfl): Remove INTDEF.
998         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Remove INTDEF.  Add
999         hidden_def.
1000         (__isnanl): Remove INTDEF.
1001         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Add
1002         libm_hidden_def.
1003         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Use __sin and __cos
1004         instead of sin and cos.
1005         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Remove INTDEF.
1006         Add hidden_def.
1007         * sysdeps/ieee754/flt-32/s_isinff.c (__isinff): Likewise.
1008         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
1009         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Add
1010         libm_hidden_def.
1011         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Remove INTDEF.
1012         Add hidden_def.
1013         * sysdeps/ieee754/ldbl-128/s_isinfl.c (__isinfl): Likewise.
1014         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
1015         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl): Add
1016         libm_hidden_def.
1017         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add
1018         libm_hidden_def.
1019         * sysdeps/ieee754/ldbl-96/s_finitel.c (__finitel): Remove INTDEF.
1020         Add hidden_def.
1021         * sysdeps/ieee754/ldbl-96/s_isinfl.c (__isinfl): Likewise.
1022         * sysdeps/ieee754/ldbl-96/s_isnanl.c (__isnanl): Likewise.
1023         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c (__fpclassifyl): Add
1024         libm_hidden_def.
1025         * sysdeps/ia64/fpu/s_finite.S (__finite_internal, __finitef_internal,
1026         __finitel_internal): Remove aliases.
1027         (__finite, __finitef, __finitel): Add hidden_def.
1028         * sysdeps/ia64/fpu/s_isnan.S (__isnan_internal, __isnanf_internal,
1029         __isnanl_internal): Remove aliases.
1030         (__isnan, __isnanf, __isnanl): Add hidden_def.
1031         * sysdeps/ia64/fpu/s_isinf.S (__isinf_internal, __isinff_internal,
1032         __isinfl_internal): Remove aliases.
1033         (__isinf, __isinff, __isinfl): Add hidden_def.
1034         * sysdeps/ia64/fpu/s_fpclassify.S (__fpclassify, __fpclassifyf,
1035         __fpclassifyl): Add libm_hidden_def.
1036         * sysdeps/ia64/fpu/s_expm1l.S (__expm1l): Likewise.
1037         * sysdeps/m68k/s_isinfl.c (__isinfl): Remove INTDEF.  Add hidden_def.
1038         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Remove.
1039         (hidden_defx): Define and use.
1040         * sysdeps/m68k/fpu/s_fpclassifyl.c (__fpclassifyl): Add
1041         libm_hidden_def.
1042         * sysdeps/m68k/fpu/s_expm1l.c (__expm1l): Likewise.
1043         * sysdeps/m68k/s_isnanl.c (__isnanl): Add hidden_def.
1044         * sysdeps/powerpc/fpu/s_isnan.c (__isnan, __isnanf, __isnanl):
1045         Remove INTDEF.
1046         (__isnan, __isnanf): Add hidden_def.
1047         * sysdeps/x86_64/fpu/s_finitel.S (__finitel_internal): Remove alias.
1048         (__finitel): Add libm_hidden_def.
1049         * sysdeps/x86_64/fpu/s_expm1l.S (__expm1l): Likewise.
1051         * include/fenv.h (feraiseexcept, fesetenv): Add libm_hidden_proto.
1052         * sysdeps/alpha/fpu/fesetenv.c (fesetenv): Add libm_hidden_ver.
1053         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1054         * sysdeps/arm/fpu/fesetenv.c (fesetenv): Likewise.
1055         * sysdeps/arm/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1056         * sysdeps/generic/fesetenv.c (fesetenv): Likewise.
1057         * sysdeps/generic/fraiseexcpt.c (feraiseexcept): Likewise.
1058         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
1059         * sysdeps/i386/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1060         * sysdeps/m68k/fpu/fesetenv.c (fesetenv): Likewise.
1061         * sysdeps/m68k/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1062         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Likewise.
1063         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1064         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Likewise.
1065         * sysdeps/powerpc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1066         * sysdeps/sparc/fpu/fesetenv.c (fesetenv): Likewise.
1067         * sysdeps/sparc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1068         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Add libm_hidden_def.
1069         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1070         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Likewise.
1071         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1072         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
1073         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1074         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
1075         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1076         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Likewise.
1077         * sysdeps/x86_64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
1079 2002-09-09  Steven Munroe  <sjmunroe@us.ibm.com>
1081         * elf/elf.h: Add powerpc64 specific elf relocation and dynamic types.
1083 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
1085         * elf/dl-error.c (_dl_signal_cerror): Don't print anything if only
1086         LD_DEBUG=statistics or LD_TRACE_PRELINKING.
1088 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
1090         * string/stratcliff.c: Some more strncpy tests.
1091         Patch by Daniel Jacobowitz <drow@mvista.com>.
1093 2002-09-08  Roland McGrath  <roland@redhat.com>
1095         * resolv/resolv.h: Include <sys/types.h> for u_long even in
1096         the [__need_res_state] case.
1097         Reported by Bruno Haible <bruno@clisp.org>.
1099 2002-09-04  Bruno Haible  <bruno@clisp.org>
1101         * sysdeps/generic/bits/ustat.h: Comment fix.
1102         * io/sys/sendfile.h: Comment fix.
1103         * sysdeps/posix/pread.c: Comment fix.
1104         * sysdeps/posix/pread64.c: Comment fix.
1105         * sysdeps/posix/pwrite.c: Comment fix.
1106         * sysdeps/posix/pwrite64.c: Comment fix.
1108 2002-09-06  Roland McGrath  <roland@redhat.com>
1110         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
1111         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
1112         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
1113         (_UTSNAME_MACHINE_LENGTH): Likewise.
1114         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
1116 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
1118         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
1119         test for filesystem type name of mount points.
1121         * include/errno.h: Use errno definition with __thread for now only
1122         in libc and ld.so.
1124         * test-skeleton.c (main): Improve error message for unexpected
1125         signal case.
1127 2002-09-05  Roland McGrath  <roland@redhat.com>
1129         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
1130         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
1132 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
1134         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
1135         case of failure.
1137 2002-09-04  Bruno Haible  <bruno@clisp.org>
1139         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
1140         sigset_get_old_mask): Turn into inline functions.
1141         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
1142         sigset_get_old_mask): Likewise.
1143         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
1144         sigset_get_old_mask): Likewise.
1145         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
1146         syntax.
1148         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
1150         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
1151         default definitions.
1152         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
1153         _sys_nerr_internal instead of _sys_nerr.
1155         * nscd/connections.c (handle_request): Declare CALLER inside #if.
1157 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
1159         * sysdeps/powerpc/__longjmp.S: Moved to...
1160         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
1161         * sysdeps/powerpc/add_n.S: Moved to...
1162         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
1163         * sysdeps/powerpc/addmul_1.S: Moved to...
1164         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
1165         * sysdeps/powerpc/atomicity.h: Moved to...
1166         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
1167         * sysdeps/powerpc/backtrace.c: Moved to...
1168         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
1169         * sysdeps/powerpc/bp-asm.h: Moved to...
1170         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
1171         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
1172         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
1173         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
1174         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
1175         * sysdeps/powerpc/dl-machine.c: Moved to...
1176         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
1177         * sysdeps/powerpc/dl-machine.h: Moved to...
1178         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
1179         * sysdeps/powerpc/dl-start.S: Moved to...
1180         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
1181         * sysdeps/powerpc/gprrest0.S: Moved to...
1182         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
1183         * sysdeps/powerpc/gprrest1.S: Moved to...
1184         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
1185         * sysdeps/powerpc/gprsave0.S: Moved to...
1186         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
1187         * sysdeps/powerpc/gprsave1.S: Moved to...
1188         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
1189         * sysdeps/powerpc/lshift.S: Moved to...
1190         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
1191         * sysdeps/powerpc/memset.S: Moved to...
1192         * sysdeps/powerpc/powerpc32/memset.S: ...here.
1193         * sysdeps/powerpc/mul_1.S: Moved to...
1194         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
1195         * sysdeps/powerpc/ppc-mcount.S: Moved to...
1196         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
1197         * sysdeps/powerpc/register-dump.h: Moved to...
1198         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
1199         * sysdeps/powerpc/rshift.S: Moved to...
1200         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
1201         * sysdeps/powerpc/setjmp.S: Moved to...
1202         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
1203         * sysdeps/powerpc/stpcpy.S: Moved to...
1204         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
1205         * sysdeps/powerpc/strchr.S: Moved to...
1206         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
1207         * sysdeps/powerpc/strcmp.S: Moved to...
1208         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
1209         * sysdeps/powerpc/strcpy.S: Moved to...
1210         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
1211         * sysdeps/powerpc/strlen.S: Moved to...
1212         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
1213         * sysdeps/powerpc/sub_n.S: Moved to...
1214         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
1215         * sysdeps/powerpc/submul_1.S: Moved to...
1216         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
1217         * sysdeps/powerpc/elf/bzero.S: Moved to...
1218         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
1219         * sysdeps/powerpc/elf/start.S: Moved to...
1220         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
1221         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
1222         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
1223         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
1224         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
1225         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
1226         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
1227         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
1228         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
1229         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
1230         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
1231         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
1232         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
1233         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
1234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
1235         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
1236         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
1237         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
1238         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
1239         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
1240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
1241         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
1242         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
1243         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
1244         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
1245         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
1246         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
1247         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
1248         powerpc/powerpc64.
1250 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
1252         * FAQ.in: Add powerpc64 to supported targets list. Also state the
1253         minimum gcc version is 3.2
1254         * README: Add powerpc64 to supported targets list.
1255         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
1256         Add powerpc64 and machine=powerpc/powerpc64.
1257         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
1258         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
1259         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
1260         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
1261         * sysdeps/powerpc/powerpc32/Dist: New file.
1262         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
1263         * sysdeps/powerpc/powerpc32/Implies: New file.
1264         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
1265         ($(with-fp) = no): Move test to powerpc32/Makefile.
1266         ($(subdir) = misc): Move to powerpc32/Makefile.
1267         ($(build-shared) = yes): Move to powerpc32/Makefile.
1268         ($(subdir) = csu): Move to powerpc32/Makefile.
1269         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
1270         * sysdeps/powerpc/powerpc32/Makefile: New file.
1271         * sysdeps/powerpc/Versions: Remove libgcc functions.
1272         * sysdeps/powerpc/powerpc32/Versions: New file.
1273         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
1274         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
1275         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
1276         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
1277         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
1278         ($machine): Add powerpc/powerpc64 to if ... | for
1279         libc_cv_slibdir=/libc64.
1280         (powerpc*): Set ldd_rewrite_script.
1281         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
1282         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
1283         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
1284         Add clone.S.
1285         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
1286         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
1287         functions.  Remove GLIBC_2.2 functions except getrlimit and
1288         setrlimit.  Moved them to ...
1289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
1291 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
1293         * libio/tst-atime.c: Include <errno.h>.
1294         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
1296 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
1298         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
1299         warnings of some compilers.
1300         (build_collating_symbol): Change the type of characters from
1301         "unsigned char" to "char", and append a cast to "char*" pointer in
1302         array subscript.
1303         (build_collating_symbol): Likewise.
1304         (build_equiv_class): Likewise.
1305         (build_charclass): Likewise.
1306         (re_compile_pattern): Remove incorrect cast.
1307         (re_compile_fastmap_iter): Change the type of characters from
1308         "unsigned char" to "char", and append a cast to "char*" pointer
1309         in array subscript.
1310         (parse_bracket_exp): Likewise.
1311         * posix/regex_internal.c (re_string_construct_common): Likewise.
1312         (re_string_allocate): Likewise.
1313         (re_string_construct): Likewise.
1314         (re_string_realloc_buffers): Likewise.
1315         (build_wcs_buffer): Likewise.
1316         (re_string_reconstruct): Likewise.
1317         * posix/regex_internal.h: Change the type of characters in
1318         re_string_t and bracket_elem_t from "unsigned char" to "char".
1319         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
1320         warnings of some compilers.
1321         (transit_state_bkref_loop): Change the type of characters from
1322         "unsigned char" to "char", and append a cast to "char*" pointer in
1323         array subscript.
1324         (check_node_accept_bytes): Likewise.
1325         (find_collation_sequence_value): Likewise.
1327 2002-09-04  Roland McGrath  <roland@redhat.com>
1329         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
1330         from 1024 to 65536, to avoid buffer overrun.
1332 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
1334         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
1336 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
1338         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
1339         for filesystem.
1341 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
1343         * posix/bug-regex11.c: New test.
1344         * posix/Makefile (tests): Add bug-regex11.
1346 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
1348         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
1349         newlocale.
1351 2002-09-02  Roland McGrath  <roland@redhat.com>
1353         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
1354         __pthread_initialize_minimal and __libc_check_standard_fds to
1355         match the generic version.
1357         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
1358         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
1360         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
1361         warnings on platorms where char is unsigned.
1363 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
1365         * version.h (VERSION): Bump to 2.2.93.
1367         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
1369 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
1371         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
1372         as relocated.
1374 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
1376         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
1378 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
1380         * locale/localeinfo.h (struct locale_data): Add private.ctype.
1381         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
1382         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
1383         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
1384         (__wcsmbs_load_conv): Remove const from argument.
1385         (_nl_cleanup_ctype): New proto.
1386         (get_gconv_fcts): New function.
1387         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
1388         (__wcsmbs_to_wc): Rename back to...
1389         (to_wc): ... this.
1390         (__wcsmbs_gconv_fcts): Rename to...
1391         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
1392         (lock): Removed.
1393         (__libc_setlocale_lock): New extern.
1394         (__wcsmbs_load_conv): Remove const from argument.
1395         Initialize new_category->private.ctype instead of a global
1396         variable.
1397         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
1398         update_function_ptrs.  No locking is necessary.
1399         (_nl_cleanup_ctype): New function.
1400         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
1401         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
1402         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
1403         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
1404         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
1405         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
1406         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
1407         * wcsmbs/wctob.c (wctob): Likewise.
1408         * stdlib/mblen.c (mblen): Likewise.
1409         * stdlib/mbtowc.c (mbtowc): Likewise.
1410         * stdlib/wctomb.c (wctomb): Likewise.
1411         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
1412         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
1413         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
1414         Removed.
1416 2002-09-02  Roland McGrath  <roland@frob.com>
1418         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
1420 2002-09-01  Roland McGrath  <roland@redhat.com>
1422         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
1423         Variable declarations removed.
1424         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
1425         these functions to replace them.
1426         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
1427         functions plus an indirection rather than the old global variables.
1428         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
1429         Macros removed.
1430         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
1431         inline functions.
1432         * ctype/ctype-info.c: Revert last reversion back the other way.
1433         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
1434         Define real function versions of include/ctype.h inlines here.
1435         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
1436         __ctype_tolower_loc, __ctype_toupper_loc.
1437         * locale/lc-ctype.c: Revert last reversion back the other way.
1438         (_nl_postload_ctype): If current thread uses the global locale,
1439         update its tsd vars.
1440         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
1441         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
1442         CTYPE_TOLOWER, CTYPE_TOUPPER.
1444         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
1445         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
1446         from __libc_tsd_threadvar_location.
1447         (__libc_tsd_set, __libc_tsd_get): Update uses.
1449 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
1451         * ctype/ctype.h: Undo the patch before the last one.  Put back the
1452         macro definitions for the standard functions to access the
1453         classification and mapping arrays.
1454         * include/ctype.h: Partly revert last patch.  Move the macro
1455         definitions for the exported functions back to the public header.
1456         #undef all the macros defined here before redefining.
1457         * ctype/ctype-info.c: Revert last patch.
1458         * locale/lc-ctype.c: Revert last patch.
1460         * ctype/Makefile (routines): Add isctype.
1461         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
1462         * ctype/ctype.h: Add declaration of isctype.
1463         * include/ctype.h: Declare __isctype.
1464         * ctype/isctype.c: New file.
1466 2002-09-01  Roland McGrath  <roland@redhat.com>
1468         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
1469         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
1471         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
1473         * locale/findlocale.c (_nl_remove_locale): Don't search in
1474         _nl_locale_file_list if DATA->alloc is ld_archive.
1475         Use _nl_unload_locale to do the rest of the work.
1477         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
1478         of new structure to UNDELETABLE.
1480         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
1481         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
1482         towlower, towupper): Macros removed.
1483         * ctype/ctype.h (__tobody): Put parens around macro argument.
1484         (__isctype): Macro removed.
1485         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
1486         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
1487         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
1488         tolower, toupper): Macros and inlines removed.
1489         * include/ctype.h [! NOT_IN_libc]
1490         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
1491         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
1492         tolower, toupper): Define here instead, using _NL_CURRENT.
1493         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
1494         using _NL_CURRENT.
1495         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
1496         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
1497         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
1498         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
1499         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
1500         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
1501         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
1502         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
1503         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
1504         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
1505         (ISSORTMASK): Update use.
1506         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
1507         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
1508         (_nss_files_getENTNAME_r): Likewise.
1509         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
1510         Likewise.
1512         * Makerules (all-nonlib): Renamed from all-tests.
1513         Include $(others) here too.
1514         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
1515         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
1516         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
1517         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
1518         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
1519         the program modules via cppflags-iterator.mk.
1520         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
1521         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
1523 2002-08-31  Roland McGrath  <roland@redhat.com>
1525         * posix/tst-getconf.sh: If no third arg, work with static linking.
1527         * locale/categories.def (LC_TIME): No more _nl_postload_time.
1529         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
1530         [_NL_CURRENT_INDIRECT].
1532 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1534         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
1536 2002-08-31  Roland McGrath  <roland@redhat.com>
1538         * locale/newlocale.c (__newlocale): Don't use strdup for names.
1539         Instead, make the single allocation of the structure larger to hold
1540         the name strings.
1541         * locale/duplocale.c (__duplocale): Don't strdup names individually.
1542         Instead, calculate size for a single allocation and copy into it.
1543         * locale/freelocale.c (__freelocale): Don't free names individually.
1545         * locale/newlocale.c (__newlocale): Don't leak old data or names.
1547         * locale/xlocale.h (__locale_struct): Move __names member last,
1548         for binary compatibility.
1550         * locale/duplocale.c (__duplocale): Free names from the right array.
1552         * locale/uselocale.c (__uselocale): Return previous locale when
1553         setting a new one.
1555         * locale/newlocale.c: Commit changes from 2002-08-30
1556         batch where I failed to commit this file:
1557         (__newlocale): Fill in __names array.
1559 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1561         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
1562         errlist-compat.c if versioning==yes.
1564 2002-08-31  Andreas Jaeger  <aj@suse.de>
1566         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
1567         external functions with hidden attribute.
1568         (elf_machine_rela): Optimize.
1570         * sysdeps/x86_64/memset.S: New file.
1571         * sysdeps/x86_64/bzero.S: New file.
1572         * sysdeps/x86_64/stpcpy.S: New file.
1573         * sysdeps/x86_64/strcat.S: New file.
1574         * sysdeps/x86_64/strchr.S: New file.
1575         * sysdeps/x86_64/strcpy.S: New file.
1576         * sysdeps/x86_64/strcspn.S: New file.
1577         * sysdeps/x86_64/strlen.S: New file.
1578         * sysdeps/x86_64/strpbrk.S: New file.
1579         * sysdeps/x86_64/strspn.S: New file.
1580         * sysdeps/x86_64/strcmp.S: New file.
1581         * sysdeps/x86_64/strtok_r.S: New file.
1582         * sysdeps/x86_64/strtok.S: New file.
1583         * sysdeps/x86_64/memcpy.S: New file.
1584         * sysdeps/x86_64/mempcpy.S: New file.
1586         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
1588         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
1590 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1592         * stdio-common/Makefile (generated): Add errlist-compat.c.
1594         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
1596         * locale/localeinfo.h: Pretty printing.
1598         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
1599         form_number handling.
1601 2002-08-31  Andreas Jaeger  <aj@suse.de>
1603         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
1604         double tests.
1606         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
1607         __start_context.
1609         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
1611         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
1613         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
1614         registers used for passing args.
1616         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
1617         all needed registers.
1619         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
1620         registers.
1622         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
1623         registers.
1625 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
1627         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
1628         always_inline attribute.
1630 2002-08-30  Roland McGrath  <roland@redhat.com>
1632         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
1633         presume it's the stub and bail without error.
1635         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
1636         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
1638         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
1640         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
1641         macros replace the i686 versions for 64-bit mode.
1643         * locale/duplocale.c: Include <string.h>.
1645         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
1646         [_LIBC] (category_to_name): Don't define the function.  Instead
1647         define a macro using _nl_category_names.
1649         * locale/xlocale.h (struct __locale_struct): New member `__names'.
1650         * locale/xlocale.c (_nl_C_locobj): Update initializer.
1651         * locale/global-locale.c (_nl_global_locale): Likewise.
1652         * locale/duplocale.c (__duplocale): strdup __names elements.
1653         * locale/freelocale.c (__freelocale): Free __names elements.
1654         * locale/localename.c (_nl_current_names): Variable removed.
1655         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
1656         * locale/localeinfo.h (_nl_current_names): Removed decl.
1657         * locale/setlocale.c: Use _nl_global_locale->__names in place of
1658         _nl_current_names throughout.
1660         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
1662         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
1663         and sys_nerr in the output file.
1665         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
1666         * scripts/cpp: Just use the environment variable.
1668         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
1669         * libio/tst-mmap-offend.c (do_test): Likewise.
1670         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1671         * libio/tst-mmap-eofsync.c (do_test): Likewise.
1672         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1674         * locale/localename.c: If the current locale is the global locale, use
1675         _nl_current_names; otherwise use the locale object.
1677 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
1679         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
1680         'm' to enable mmap I/O.
1681         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
1682         former wasn't used (anymore?).
1683         (_IO_FLAGS2_MMAP): New define.
1684         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
1685         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
1686         _IO_FLAGS2_MMAP bit is set.
1687         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
1688         Enable mmap-using mode only if 'm' was set.
1690 2002-08-29  Roland McGrath  <roland@frob.com>
1692         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
1694         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
1695         Change argument type from int to intptr_t.
1697         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
1698         initializer on [! _HURD_THREADVAR_H] (bad kludge).
1699         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
1700         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
1701         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
1703         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
1705         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
1707         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
1709         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
1710         * assert/assert-perr.c: Add libc_hidden_def.
1711         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
1713         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
1714         found at all.
1715         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
1716         sys_errlist stuff to ...
1717         * sysdeps/unix/sysv/linux/Versions: ... here.
1719         * mach/mach.h: Include <features.h>.
1721 2002-08-29  Roland McGrath  <roland@redhat.com>
1723         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
1724         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
1725         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
1727         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
1729         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
1730         (norm_add_slashes): alloca -> __alloca
1732 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
1734         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
1735         string_malloced, it is unlikely to be set.
1736         Only call free with non-NULL workspace.
1737         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
1738         -mcpu=ultrasparc, not only tune for it.
1739         (ASFLAGS*): Set unconditionally.
1741         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
1742         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
1743         p_vaddr/p_offset when computing LOADADDR.
1745 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
1747         * version.h (VERSION): Bump to 2.2.92.
1749         * time/Makefile (tst-ftime_l-ENV): New variable.
1751         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
1753         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
1754         <U017A>, <U017D> and <U0179>. Add missing mappings.
1755         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
1757         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
1758         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
1759         (struct tostruct): Use ACRINDEX as type for link field.
1760         (statuc gmonparam): Likewise for froms.
1761         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
1762         kcount and froms.
1763         (write_call_graph): Use correct type for from_index and to_index.
1764         * gmon/mcount.c: Use correct types for frompcindex and toindex
1765         variables.
1766         Patches by Dan Kegel <dank@kegel.com>.
1768         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
1769         canonical name.
1771         * time/strptime.c (ISSPACE): New #define.  Use isspace or
1772         __isspace_l.  Replace calls to isspace.
1773         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
1775 2002-08-29  Roland McGrath  <roland@redhat.com>
1777         * string/tst-strxfrm.c: Remove __ from function names.
1779 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1781         * include/wchar.h: Declare __mbsrtowcs_l.
1782         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
1783         * wcsmbs/mbsrtowcs.c: Add support for compilation with
1784         USE_IN_EXTENDED_LOCALE_MODEL.
1785         * wcsmbs/mbsrtowcs_l: New file.
1786         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
1787         define as static.  Change all uses.
1788         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
1789         Change all callers.
1790         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
1791         * time/strftime.c: When translating for the extended locale model
1792         use the _l functions.
1793         * time/Makefile (tests): Add tst-ftime_l.
1794         * time/tst-ftime_l.c: New file.
1796 2002-08-28  Roland McGrath  <roland@redhat.com>
1798         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
1799         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
1800         from _nl_find_locale ok if for _nl_C_name.
1802         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
1803         iterator to refer to each category's _nl_current_LC_FOO symbol, so
1804         we know they are all linked in.
1806         * NEWS: Added 2.2.6 text from 2.2 branch version.
1808         * time/strptime.c (strptime_internal): Remove spurious const.
1810         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
1811         _nl_select_era_entry): Moved to ...
1812         * time/era.c: ... here, new file.
1813         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
1814         Add internal_function to definitions.  Take an additional argument
1815         giving the `struct locale_data *' to use.
1816         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
1817         _nl_parse_alt_digit): Moved to ...
1818         * time/alt_digit.c: ... here, new file.
1819         * time/lc-time-cleanup.c: New file.
1820         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
1821         * locale/localeinfo.h (_nl_postload_time): Remove decl.
1822         (_nl_cleanup_time): Declare it.
1823         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
1824         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
1825         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
1826         * time/strftime.c: Pass locale data to helper functions.
1827         * time/strptime.c: Likewise.
1829         * locale/localeinfo.h (struct locale_data): New member `private'
1830         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
1831         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
1832         * locale/C-collate.c: Update initializer.
1833         * locale/C-identification.c: Likewise.
1834         * locale/C-measurement.c: Likewise.
1835         * locale/C-telephone.c: Likewise.
1836         * locale/C-address.c: Likewise.
1837         * locale/C-name.c: Likewise.
1838         * locale/C-paper.c: Likewise.
1839         * locale/C-time.c: Likewise.
1840         * locale/C-numeric.c: Likewise.
1841         * locale/C-monetary.c: Likewise.
1842         * locale/C-messages.c : Likewise.
1843         * locale/C-ctype.c: Likewise.
1845         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
1846         Redefine this too.
1848 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1850         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
1851         (_rtld_global): Use it.
1853         * sysdeps/gnu/Dist: Remove errlist-compat.c.
1854         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
1855         object directory.  Pass all Versions files to the awk script.
1856         * sysdeps/gnu/errlist-compat.c: Removed.
1857         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
1858         first Versions file in the search path which has them.
1859         Allow multiple errlist symbol versions to have the same count of
1860         errors.
1861         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
1862         of "errlist-compat.c".
1863         * sysdeps/gnu/errlist.c: Regenerated.
1864         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
1865         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
1866         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1867         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
1868         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
1869         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
1870         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
1871         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
1872         ECANCELLED if not defined by kernel headers.
1873         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
1874         already defined by kernel headers.
1875         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
1876         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
1877         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
1878         is a macro.
1879         * Versions.def (GLIBC_2.3) [librt]: Add.
1881         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
1883 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1885         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
1886         missing comma to .type directive.
1888 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1890         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
1891         unconditionally.
1892         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
1893         check.
1894         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
1896 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1898         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
1899         check to close_and_out close.  Replace return NULL statements where
1900         fd might be >= 0 with goto close_and_out.  Close the file descriptor
1901         when it is no longer needed.
1903 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1905         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
1906         string constants.
1907         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1908         * sysdeps/arm/dl-machine.h: Likewise.
1909         * sysdeps/cris/dl-machine.h: Likewise.
1910         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
1911         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1913 2002-08-28  Roland McGrath  <roland@redhat.com>
1915         * Makeconfig (default_cflags): Revert unintended change.
1917 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1919         * version.h (VERSION): Bump to 2.2.91.
1921         * configure.in: Disable TLS support by default for now.
1923         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
1925         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
1926         warnings.
1928         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
1930         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
1931         fprintf/fwprintf calls.
1933 2002-08-28  Roland McGrath  <roland@redhat.com>
1935         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
1936         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
1938         * locale/setlocale.c: Declare postload functions weak.
1940         * elf/tst-tls1-static.c: New file.
1941         * elf/tst-tls2-static.c: New file.
1942         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
1944         Make uselocale support static linking.
1945         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
1946         This file again just defines _nl_C_locobj.
1947         (_nl_C_locobj): Use a categories.def iterator in the initializer.
1948         * locale/global-locale.c: New file.  Define _nl_global_locale here,
1949         using all weak references in the initializer.
1950         * locale/Makefile (aux): Add global-locale.
1951         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
1952         these unconditional, along with the tsd decl.
1953         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
1954         Define it under these conditions.
1955         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
1956         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
1957         `extern __thread struct locale_data *const *'.
1958         [NL_CURRENT_INDIRECT]
1959         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
1960         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
1961         the thread variable _nl_current_LC_FOO and also a special absolute
1962         symbol _nl_current_LC_FOO_used.
1963         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
1964         Set each _nl_current_LC_FOO symbol to point into the new locale,
1965         using weak references to test if _nl_current_LC_FOO_used was linked in.
1966         * locale/setlocale.c [! SHARED]: Replace this conditional ...
1967         [NL_CURRENT_INDIRECT]: ... with this one.
1968         (_nl_current, _nl_C): Variables removed.
1969         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
1970         weak references to _nl_current_LC_FOO_used.
1971         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
1972         (free_category): New function, broken out of ...
1973         (free_mem): ... here.  Call that.
1974         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
1975         instead of a loop.
1977         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
1978         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
1979         it is already absolute.
1981         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
1982         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
1983         [$(build-static) = yes] (tests-static): New variable.
1984         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
1986 2002-08-26  Christoph Hellwig  <hch@lst.de>
1988         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
1989         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
1991 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1993         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
1995         * sysdeps/s390/Dist: Add bits/link.h.
1997         * sysdeps/sh/Dist: New file.
1999         * sysdeps/ia64/Dist: Add ia64libgcc.S.
2001         * sysdeps/wordsize-32/Dist: New file.
2003         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
2004         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
2005         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
2007         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
2008         sys/personality.h.
2010         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
2011         sparc/dl-brk.S.
2013         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
2015         * sysdeps/unix/bsd/sun/Dist: New file.
2017         * sysdeps/unix/bsd/osf/Dist: New file.
2019         * sysdeps/unix/bsd/hp/Dist: New file.
2021         * sysdeps/unix/arm/Dist: New file.
2023         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
2025         * sysdeps/mach/hurd/Dist: Add set-init.c.
2027         * sysdeps/i386/Dist: Add bits/link.h.
2029         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
2031         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
2033         * locale/Makefile (distribute): Add hashval.h.
2035         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
2037         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
2039         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
2040         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
2041         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
2042         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
2043         implementations.
2044         * libio/stdio.h: Likewise.
2045         * locale/locale.h: Likewise.
2046         * math/math.h: Likewise.
2047         * math/bits/mathcalls.h: Likewise.
2048         * setjmp/setjmp.h: Likewise.
2049         * signal/signal.h: Likewise.
2050         * stdlib/stdlib.h: Likewise.
2051         * string/string.h: Likewise.
2052         * time/time.h: Likewise.
2053         * wcsmbs/wchar.h: Likewise.
2054         * wctype/wctype.h: Likewise.
2056 2002-08-28  Roland McGrath  <roland@redhat.com>
2058         * locale/tst-C-locale.c (run_test): Remove __ from function names.
2060 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
2061             Roland McGrath <roland@redhat.com>
2063         * locale/hashval.h (compute_hashval): Use prototype defn.
2064         (hashval_t): New macro, defined to unsigned long int
2065         if not already defined.
2066         (compute_hashval): Return hashval_t instead of unsigned long int.
2067         * locale/loadarchive.c (hashval_t): New macro.
2068         * locale/programs/locarchive.c: Include hashval.h directly instead
2069         of simple-hash.h.
2070         (compute_hashval, hashval_t): Define these macros first.
2071         (insert_name): Use archive_hashval instead of compute_hashval.
2072         (add_locale, delete_locales_from_archive): Likewise.
2074 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
2076         * locale/programs/locarchive.c (insert_name): Suppress warnings about
2077         hash collisions if be_quiet.
2079 2002-08-27  Roland McGrath  <roland@redhat.com>
2081         * locale/locale.h (__newlocale, __duplocale, __freelocale,
2082         __uselocale): Don't declare these any more.
2083         * include/locale.h (__uselocale): Declare here instead, using __typeof.
2085         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
2086         and treat it as an EOF return.
2087         * sysdeps/unix/readdir_r.c: Likewise.
2089         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
2090         From Alexandre Oliva <aoliva@redhat.com>.
2091         * sysdeps/gnu/errlist-compat.c: Regenerated.
2093 2002-08-27  Brian Youmans  <3diff@gnu.org>
2095         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
2096         wording at request of copyright holder Stephen Moshier.
2097         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
2098         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
2099         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
2100         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
2101         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
2102         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
2103         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
2104         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
2105         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
2106         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2107         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
2108         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
2109         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
2110         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
2112 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
2114         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
2115         * ctype/ctype-extn.c (isblank_l): Add weak alias.
2116         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
2117         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
2118         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
2119         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
2120         * wctype/iswctype_l.c (iswctype_l): Likewise.
2122 2002-08-27  Roland McGrath  <roland@redhat.com>
2124         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
2126         * ctype/ctype.h (__exctype_l): Don't declare __ name.
2127         * stdlib/stdlib.h: Don't declare __*_l names.
2128         * include/stdlib.h: Declare them here instead.
2129         * include/string.h: Don't declare __*_l names.
2130         * string/string.h: Declare them here instead.
2131         * time/time.h: Don't declare __*_l names.
2132         * include/time.h: Declare them here instead.
2133         * wcsmbs/wchar.h: Don't declare __*_l names.
2134         * include/wchar.h: Declare them here instead.
2135         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
2136         Don't declare __*_l names.
2137         * include/wctype.h: Declare them here instead.
2138         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
2139         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
2140         * locale/langinfo.h: Don't declare __nl_langinfo_l.
2141         * include/langinfo.h: Declare it here with __typeof.
2143         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
2144         instead, taking an extra __locale_t argument.
2145         * time/Makefile (routines): Add strptime_l.
2146         * time/time.h (__strptime_l, strptime_l): Declare them.
2147         * time/strptime_l.c: New file.
2149         * time/time.h (__strftime_l, strftime_l): Declare them.
2150         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
2151         * time/strftime_l.c: New file.
2152         * time/wcsftime_l.c: New file.
2153         * time/Makefile (routines): Add strftime_l, wcsftime_l.
2154         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
2155         strftime_l, wcsftime_l.
2156         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
2157         or __wcsftime_l instead, taking an extra __locale_t argument.
2159         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
2160         (libc: GLIBC_2.3): ... here.
2162 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
2164         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
2166         * Makefile (distribute): Add LICENSES.
2168         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
2169         sys/debugreg.h.
2171         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
2173         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
2175         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
2177         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
2179         * sysdeps/mach/hurd/alpha/Dist: New file.
2181         * sysdeps/arm/Dist: Add bits/link.h.
2183         * sunrpc/Makefile: Distribute thrsvc.
2185         * stdio-common/Makefile: Remove more left-overs from old stdio.
2187         * include/linewrap.h: Removed.
2189         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
2191         * intl/Makefile (distribute): Add plural-eval.c.
2193 2002-08-27  Roland McGrath  <roland@redhat.com>
2195         * manual/sysinfo.texi (Mount Information): Correct file name to macro
2196         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
2197         Say mtab is in either /var/run or /etc.
2199 2002-08-26  Roland McGrath  <roland@redhat.com>
2201         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
2202         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
2204         * sysdeps/gnu/Versions: New file.
2205         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
2206         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
2207         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
2208         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
2209         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
2210         and _sys_nerr_internal instead of anything else.  Make it include
2211         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
2212         Make it emit some asm magic if [EMIT_ERR_MAX].
2213         * sysdeps/gnu/errlist.c: Regenerated.
2214         * sysdeps/gnu/errlist-compat.awk: New file.
2215         * sysdeps/gnu/errlist-compat.c: New file (generated).
2216         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
2217         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
2218         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
2219         (SYS_ERRLIST, SYS_NERR): Macros removed.
2220         (sys_nerr, _sys_nerr): Remove these weak aliases.
2221         * sysdeps/unix/sysv/linux/errlist.c: File removed.
2222         * sysdeps/unix/sysv/linux/errlist.h: File removed.
2223         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
2225         * include/libc-symbols.h (declare_symbol): New macro.
2226         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
2227         * configure.in: New check to define it.
2228         * configure: Regenerated.
2230 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
2232         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
2233         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
2235         * Make-dist: Remove traces of old stdio.
2236         * Makeconfig: Likewise.
2238         * locale/Makefile (localedef-aux): New variable.  Only md5
2239         assigned to it.  These files are not ddistributed in this directory.
2241         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
2242         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
2243         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
2245         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
2247         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
2248         set h_errno to NO_RECOVERY [PR libc/4360].
2250 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
2252         * libio/Makefile (tests): Add bug-fopena+.
2253         * libio/bug-fopena+.c: New file.
2254         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
2255         file for _IO_IS_APPENDING if file isn't opened for reading, too.
2257         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
2259         * locale/xlocale.c: Fix the last change.  The variable still has
2260         to end in _data.
2261         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
2262         (__libc_tsd_set): Add _data prefix to variable name.
2264 2002-08-26  Roland McGrath  <roland@redhat.com>
2266         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
2267         macro with inline function.
2268         (sigset_get_old_mask): Likewise.
2269         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
2270         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
2271         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2272         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
2273         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
2274         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
2275         values.
2276         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
2277         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
2279 2002-07-06  Bruno Haible  <bruno@clisp.org>
2281         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
2282         sigset_get_old_mask): Make it work with larger sigset_t.
2283         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
2284         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
2285         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2287 2002-08-26  Roland McGrath  <roland@redhat.com>
2289         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
2290         * manual/filesys.texi (File Times): Document lutimes and futimes.
2291         * misc/Makefile (routines): Add them.
2292         * misc/Versions (libc: GLIBC_2.3): Likewise.
2293         * sysdeps/generic/lutimes.c: New file.
2294         * sysdeps/generic/futimes.c: New file.
2295         * sysdeps/mach/hurd/lutimes.c: New file.
2296         * sysdeps/mach/hurd/futimes.c: New file.
2298         * manual/filesys.texi (File Times): Add explicit note about null
2299         pointer argument to utimes.
2301 2002-08-26  Roland McGrath  <roland@frob.com>
2303         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
2304         (__ifreq): Add a cast.  Remove an unused variable.
2306         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
2307         _HURD_THREADVAR_LOCALE.
2309 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
2311         * posix/regexec.c (re_search_stub): Return correct match length
2312         if start != 0.
2313         * posix/bug-regex10.c: New test.
2314         * posix/Makefile (tests): Add bug-regex10.
2316 2002-08-26  Brian Youmans  <3diff@gnu.org>
2318         * COPYING.LIB: Replaced with fresh copy from
2319         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
2320         suggested copying permission notice now says version 2.1 instead
2321         of version 2.
2323         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
2324         from Library GPL.
2325         * crypt/crypt_util.c: Likewise.
2326         * crypt/ufc.c: Likewise.
2327         * elf/dl-conflict.c: Likewise.
2328         * elf/dl-iteratephdr.c: Likewise.
2329         * iconv/iconvconfig.h: Likewise.
2330         * malloc/arena.c: Likewise.
2331         * malloc/hooks.c: Likewise.
2332         * malloc/malloc.c: Likewise.
2333         * posix/glob/Makefile.ami: Likewise.
2334         * posix/glob/Makefile.in: Likewise.
2335         * stdlib/gmp-impl.h: Likewise.
2336         * stdlib/gmp.h: Likewise.
2337         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
2338         * sysdeps/generic/strnlen.c: Likewise.
2339         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
2340         * sysdeps/mach/hurd/recvmsg.c: Likewise.
2341         * sysdeps/mach/hurd/sendmsg.c: Likewise.
2342         * sysdeps/mach/hurd/spawni.c: Likewise.
2343         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
2344         * sysdeps/mach/powerpc/sysdep.h: Likewise.
2345         * sysdeps/mach/powerpc/thread_state.h: Likewise.
2346         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
2347         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
2348         * sysdeps/x86_64/gmp-mparam.h: Likewise.
2350         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
2351         Lesser GPL copying permission notice from 2 to 2.1.
2352         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
2353         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
2354         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2355         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
2356         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2357         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2358         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2359         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2360         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2361         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2362         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2363         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2364         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2365         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2366         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2367         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2368         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2369         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2370         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2371         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2372         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2373         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2374         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2375         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2376         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2377         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2378         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2379         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2380         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2381         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2382         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2383         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2384         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2385         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2386         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2387         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2388         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2389         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2390         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2391         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2392         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2393         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
2394         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2395         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2396         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2397         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2398         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2399         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2400         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2401         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2402         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2403         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2404         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2405         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2406         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2408         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
2409         Moshier and Lesser GPL copying permission notice, per license from
2410         Moshier.
2411         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
2412         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
2413         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
2414         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
2415         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
2416         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
2417         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
2418         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
2419         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
2420         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2421         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
2422         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
2423         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
2424         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
2426         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
2427         notice, per license from copyright holder Stephen Moshier.
2428         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2429         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
2430         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
2431         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
2432         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
2433         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
2434         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
2435         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
2436         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
2438 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2440         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
2441         (shared-only-routines): Likewise.
2443 2002-08-26  Roland McGrath  <roland@redhat.com>
2445         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
2446         name of "", store a null pointer instead.
2448         * configure.in (elf): Set to yes for freebsd*, netbsd*.
2449         * configure: Regenerated.
2451         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
2452         Initialize this instead of __libc_tsd_LOCALE_data.
2454         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
2455         ptsname_r to EINVAL.
2457         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
2459         * rt/Makefile: Revert last change, it was inappropriate to presume aio
2460         implementations depend on pthreads.
2461         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
2462         * rt/tst-aio64.c (do_test): Likewise.
2463         * rt/tst-aio2.c (do_test): Likewise.
2464         * rt/tst-aio3.c (do_test): Likewise.
2465         * rt/tst-aio4.c (do_test): Likewise.
2466         * rt/tst-aio5.c (do_test): Likewise.
2467         * rt/tst-aio6.c (do_test): Likewise.
2468         * rt/tst-aio7.c (do_test): Likewise.
2470         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
2471         void so as to avoid compiler warnings.
2473         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
2474         _IO_wide_data_FD, which is never used here.
2476         * libio/iofread.c
2477         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
2478         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
2479         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
2481         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
2482         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
2484         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
2485         (closelog): Likewise.
2487 2002-07-06  Bruno Haible  <bruno@clisp.org>
2489         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
2491         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
2492         * sysdeps/unix/alpha/pipe.S: ... here.
2493         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
2495         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
2497         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
2498         * sysdeps/unix/i386/fork.S: Likewise.
2499         * sysdeps/unix/i386/pipe.S: Likewise.
2500         * sysdeps/unix/i386/wait.S: Likewise.
2502         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
2503         * sysdeps/unix/arm/fork.S: Likewise.
2505         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
2506         arguments.
2507         (DO_CALL): Swap argument order.
2508         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
2509         arguments.
2510         (DO_CALL): Swap argument order.
2511         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
2512         arguments.
2513         (DO_CALL): Swap argument order.
2514         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
2515         arguments.
2516         (DO_CALL): Swap argument order.
2517         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
2518         arguments.
2519         (DO_CALL): Swap argument order.
2520         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
2521         arguments.
2522         (DO_CALL): Swap argument order.
2523         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
2524         arguments.
2525         (DO_CALL): Swap argument order.
2527         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
2528         (L): Define right for ELF.
2529         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
2530         Now defined in sysdeps/i386/sysdep.h.
2532         * sysdeps/posix/readv.c: Ansify function definition.
2533         * sysdeps/posix/writev.c: Likewise.
2535         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
2536         have the same size. Avoid direct cast from size_t to off_t.
2538         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
2539         nul byte in entry[n].ut_user.
2540         (simulate_logout): Likewise.
2542         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
2543         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
2544         existence of corresponding members of 'struct utmp'.
2545         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
2546         !_HAVE_UT_TYPE.
2548         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
2549         allocate a buffer of at least BUFSIZ bytes, not just of
2550         sizeof (struct dirent).
2552         * sysdeps/generic/glob.c: Include <limits.h>.
2553         (NAME_MAX): Define a fallback.
2554         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
2555         stack.
2556         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
2557         (main): Allocate enough room for a 'struct dirent64' on the stack.
2558         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
2559         'struct dirent'.
2561         * sysdeps/unix/sysv/linux/init-first.c: Don't include
2562         kernel-features.h.
2564         * inet/htontest.c: Include <sys/types.h>.
2566         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
2568         * include/sys/sysctl.h: Comment fix.
2570         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
2571         _dl_load_lock.
2572         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
2574         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
2576         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
2577         (__getpeername): New alias.
2578         (__getsockname): New alias.
2579         (__socket): New alias.
2581         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
2583         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
2584         (__fcntl_internal): New alias.
2585         (__profil): New alias.
2587 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
2589         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
2590         entry was for getaddr* lookup or not.  Add only matching cache
2591         entry.  Change all callers [PR libc/4317].
2593         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
2594         finding the read position [PR libc/4265].
2595         * libio/Makefile (tests): Add bug-rewind2.
2596         * libio/bug-rewind2.c: New file.
2598         * libio/bug-rewind.c: Fix creation of temp file.
2600 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2602         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
2603         neither SUCCESS nor TRYAGAIN [PR libc/4259].
2604         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
2605         to ENOENT if no entry is found.
2606         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
2607         failure.
2608         * nis/nss_compat/compat-initgroups.c: Likewise.
2609         * nis/nss_compat/compat-pwd.c: Likewise.
2610         * nis/nss_compat/compat-spwd.c: Likewise.
2611         * nis/nss_nis/nis-alias.c: Likewise.
2612         * nis/nss_nis/nis-ethers.c: Likewise.
2613         * nis/nss_nis/nis-grp.c: Likewise.
2614         * nis/nss_nis/nis-hosts.c: Likewise.
2615         * nis/nss_nis/nis-initgroups.c: Likewise.
2616         * nis/nss_nis/nis-netgrp.c: Likewise.
2617         * nis/nss_nis/nis-network.c: Likewise.
2618         * nis/nss_nis/nis-proto.c: Likewise.
2619         * nis/nss_nis/nis-publickey.c: Likewise.
2620         * nis/nss_nis/nis-pwd.c: Likewise.
2621         * nis/nss_nis/nis-rpc.c: Likewise.
2622         * nis/nss_nis/nis-service.c: Likewise.
2623         * nis/nss_nis/nis-spwd.c: Likewise.
2624         * resolv/nss_dns/dns-host.c: Likewise.
2625         * resolv/nss_dns/dns-network.c: Likewise.
2626         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
2627         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
2628         * nis/nss_nisplus/nisplus-grp.c: Likewise.
2629         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
2630         * nis/nss_nisplus/nisplus-network.c: Likewise.
2631         * nis/nss_nisplus/nisplus-proto.c: Likewise.
2632         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
2633         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
2634         * nis/nss_nisplus/nisplus-service.c: Likewise.
2635         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
2636         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
2637         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
2638         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
2639         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
2641         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
2642         declaring __restore and __restore_rt as hidden (if possible).
2644 2002-08-25  Roland McGrath  <roland@redhat.com>
2646         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
2648         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
2649         (getutent_r_file, internal_getut_r): Updated all callers.
2650         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
2652 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2654         * locale/programs/locale.c: Don't print aliases for non-existing
2655         locales for 'locale -a'.
2656         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
2658 2002-07-19  H.J. Lu  <hjl@gnu.org>
2660         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
2662 2002-07-16  H.J. Lu  <hjl@gnu.org>
2664         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2665         sys/personality.h.
2666         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
2668 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2670         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
2671         not moved ahead of the fputs call.
2672         * elf/tst-tlsmod2.c (in_dso): Likewise.
2673         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2674         * elf/tst-tlsmod4.c (in_dso): Likewise.
2676 2002-08-25  Andreas Schwab  <schwab@suse.de>
2678         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
2680 2002-08-25  Roland McGrath  <roland@redhat.com>
2682         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
2683         resetting handler, to avoid the possibility of a spurious SIGALRM
2684         delivered to the user's handler.
2685         Reported by Amit D. Chaudhary <amitc@brocade.com>,
2687         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
2688         set -fkeep-inline-functions, which is not needed for the current file.
2690         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
2691         (_dl_setup_hash): Add attribute_hidden.
2692         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
2693         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
2694         (_dl_new_object, _dl_map_object_deps): Likewise.
2695         (_dl_map_object_deps_internal): Remove decl.
2696         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
2698         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
2699         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
2700         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
2701         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
2702         instead relying on the compiler to produce only GOTOFF variable refs.
2704 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2706         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
2708         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
2709         inline to avoid defining it in every file which includes this header.
2711         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
2712         defining DONT_USE_BOOTSTRAP_MAP.
2714         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
2715         * libio/tst-mmap-setvbuf.c (main): Likewise.
2716         * libio/tst-widetext.c (main): Likewise.
2718         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
2719         message.
2720         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
2721         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
2723         * sysdeps/i386/elf/configure.in: Unconditionally define
2724         PI_STATIC_AND_HIDDEN.
2725         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
2726         PI_STATIC_AND_HIDDEN is defined as well.
2727         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
2729 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
2731         * sysdeps/ia64/bzero.S: Define __bzero as well.
2733         * locale/programs/charmap.c (charmap_new_char): Don't use
2734         ULONG_MAX as maximum UCS4 value.
2736         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
2738         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
2740         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
2741         * malloc/malloc.c (mALLINFo): Likewise.
2743         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
2745         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
2746         examining result of _IO_do_flush call.
2748         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
2749         Use prec not spec when sizing buffers.
2751         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
2752         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
2753         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
2754         * stdio-common/vfscanf.c (inchar): Likewise.
2755         * misc/efgcvt_r.c (fcvt_r): Likewise.
2756         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
2757         * elf/readlib.c (process_file): Likewise.
2758         * elf/sprof.c (load_profdata): Likewise.
2759         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
2760         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
2761         * locale/programs/charmap.c (charmap_read): Likewise.
2762         * libio/fileops.c: Likewise.
2763         * libio/fmemopen.c: Likewise.
2764         * stdlib/strtod.c: Likewise.
2765         * elf/dl-load.c: Likewise.
2766         * iconv/iconvconfig.c: Likewise.
2767         * iconv/iconv_prog.c (process_block): Likewise.
2768         * elf/rtld.c (dl_main): Likewise.
2770         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
2771         macro to calm down the compiler.
2773         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
2775         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
2777         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
2778         placement of errno definition.
2779         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
2780         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
2781         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
2782         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
2783         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2785         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
2786         from 1024 to 65536, to avoid buffer overrun.
2788 2002-08-16  Paul Eggert  <eggert@twinsun.com>
2790         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
2791         from 1024 to 65536, to avoid buffer overrun.
2792         * resolv/res_query.c (MAXPACKET): Likewise.
2794 2002-08-24  Andreas Jaeger  <aj@suse.de>
2796         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
2798 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
2800         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
2801         two52 locally.
2802         (log2): Likewise.
2803         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
2804         Patch by Simon Gee <simong@agile.tv>.
2806         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
2807         Prefer reading /proc/stat since it is more uniform across
2808         architectures.
2810         * manual/texinfo.tex: Update to latest official version.
2812         * sysvipc/sys/shm.h: Remove SHMLBA definition.
2813         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
2814         * sysdeps/gnu/bits/shm.h: Likewise.
2815         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2816         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2817         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
2818         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2819         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2820         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2821         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2822         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
2823         since this is what the kernel says.
2825         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
2826         since ssize_t is needed as well.  Replace const with __const.
2828 2002-08-23  Roland McGrath  <roland@redhat.com>
2830         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
2831         __malloc_hook, __realloc_hook, __memalign_hook,
2832         __after_morecore_hook): Variable definitions moved to ...
2833         * malloc/malloc.c: ... here, so as to be before all references.
2835         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
2836         global variable reference in an unused asm parameter, to ensure the
2837         compiler has set up the GOT register before we use it.
2839         * malloc/hooks.c: Move variable definitions ahead of uses.
2840         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
2841         initializers that make reference to variables they define.
2843 2002-08-23  Andreas Jaeger  <aj@suse.de>
2845         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
2846         alloca, free, qsort.
2848         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
2850         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
2851         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2853         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
2854         <hch@lst.de>.
2855         * sysdeps/generic/fgetxattr.c: New file.
2856         * sysdeps/generic/flistxattr.c: New file.
2857         * sysdeps/generic/fremovexattr.c: New file.
2858         * sysdeps/generic/fsetxattr.c: New file.
2859         * sysdeps/generic/getxattr.c: New file.
2860         * sysdeps/generic/listxattr.c: New file.
2861         * sysdeps/generic/lgetxattr.c: New file.
2862         * sysdeps/generic/llistxattr.c: New file.
2863         * sysdeps/generic/lremovexattr.c: New file.
2864         * sysdeps/generic/lsetxattr.c: New file.
2865         * sysdeps/generic/removexattr.c: New file.
2866         * sysdeps/generic/setxattr.c: New file.
2867         * misc/Makefile (headers): Add sys/xattr.h.
2868         (routines): Add *xattr calls.
2869         * misc/Versions: Add *xattr calls with version 2.3.
2870         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
2871         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2872         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2873         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2874         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2875         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2876         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2877         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2879 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
2881         * sysdeps/powerpc/elf/libc-start.c
2882         (__cache_line_size): Declare.
2883         (__aux_init_cache): New function.
2884         (__libc_start_main): Change type of `auxvec' parameter to
2885         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
2886         __aux_init_cache.
2887         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2888         (__cache_line_size): Declare.
2889         (__aux_init_cache): New function.
2890         (DL_PLATFORM_INIT): Define.
2891         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
2892         value to select the correct stride for dcbz.
2894 2002-08-22  Andreas Jaeger  <aj@suse.de>
2896         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
2897         shmat.
2899 2002-08-22  Roland McGrath  <roland@redhat.com>
2901         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
2902         position indicated by locrectab against file bounds before rounding to
2903         page size.  In mapping loop, always set TO before breaking out of
2904         contiguous range coalescing loop.
2906         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
2907         (or MAP_COPY if available) instead of MAP_SHARED.
2909         * scripts/firstversions.awk: When encountering a version newer than
2910         the specified earliest version, be sure to emit the specified earliest
2911         version first if any renaming of an older version to that has been.
2913 2002-08-21  Roland McGrath  <roland@redhat.com>
2915         * configure.in: Make GCC version check require 3.[2-9]* and no others.
2916         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
2917         (Configuring and compiling): Don't mention older GCC versions any more.
2918         * INSTALL: Regenerated.
2920         * manual/install.texi (Configuring and compiling, Installation,
2921         Running make install, Linux): Linux -> GNU/Linux where appropriate.
2923         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
2924         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
2925         and with noinline otherwise.  Remove hack alloca use to prevent
2926         inlining, we can ask for it explicitly nowadays.
2928         * dlfcn/bug-dlsym1.c: New file.
2929         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
2930         * dlfcn/Makefile (distribute): Add them.
2931         (tests): Add bug-dlsym1 here.
2932         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
2933         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
2934         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
2936 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
2938         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
2939         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
2940         before relocation.
2941         (_dl_start): Don't use local bootstrap_map variable if
2942         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
2943         pass bootstrap_map to _dl_start_final in this case either.  Don't
2944         pass start_time to _dl_start_final ever.
2945         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
2947         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
2948         This cripples the scope lists necessary to search for symbols in
2949         dependencies which are not in the global scope.
2951         * include/setjmp.h (__libc_longjmp): Add declaration.
2953 2002-08-21  Andreas Jaeger  <aj@suse.de>
2955         * sysdeps/x86_64/_mcount.S: Fix assembler.
2957         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
2958         with biarch support.
2960 2002-08-21  Andreas Jaeger  <aj@suse.de>
2962         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
2964         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
2966         * sysdeps/x86_64/machine-gmon.h: New file.
2967         * sysdeps/x86_64/_mcount.S: New file.
2969 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2971         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
2972         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
2973         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
2974         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
2975         to TL_INIT_TP.  Otherwise pass 1.
2976         * include/link.h (struct link_map): Add l_tls_tp_initialized.
2977         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
2979 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2981         * locale/programs/localedef.c (add_to_readlist): Error about
2982         circular dependencies only if the locale in question hasn't
2983         been finished.
2984         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
2985         CTYPE_LOCALE to load_locale.
2986         * locale/programs/locfile.c (locfile_read): Don't include
2987         unneeded but available locales in locale_mask.
2989         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
2990         print any messages about enlarging archive.
2992 2002-08-20  Brian Youmans  <3diff@gnu.org>
2994         * manual/contrib.texi: Removed licenses, added acknowledgements
2995         for contributions by Intel, IBM, Craig Metz.
2996         * LICENSES: New file, contains the text of all non-FSF licenses in the
2997         distribution that require putting the notice in the accompanying
2998         documentation.
2999         * README.template, README: Mention LICENSES.
3001         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
3002         new one modelled on the modern BSD license, per recent letter
3003         of permission from CMU.
3004         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
3006         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
3007         from IBM to FSF, per the recent Software Letter.  Changed the
3008         distribution terms from GPL to LGPL.
3010         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
3011         copying permission notice (Lesser GPL), per recent IBM Software Letter.
3012         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
3013         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
3014         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
3015         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
3016         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
3017         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
3018         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
3019         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
3021         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
3022         from IBM to FSF, per the recent Software Letter.  Corrected the
3023         text of the copying permission notice to say Lesser GPL instead
3024         of GPL in warranty disclaimer paragraph.
3025         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
3026         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
3027         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
3028         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
3029         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
3030         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
3031         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
3032         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
3033         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
3034         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
3035         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
3036         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
3037         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
3038         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
3039         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
3040         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
3041         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
3042         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
3043         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
3044         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
3045         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
3047         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
3048         permission notice to say Lesser GPL instead of GPL in warranty
3049         disclaimer paragraph.
3050         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
3051         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
3052         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
3053         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
3054         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
3055         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
3056         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
3057         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
3058         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
3059         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
3060         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
3061         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
3062         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
3063         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
3064         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
3065         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
3066         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
3067         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
3068         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
3069         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
3070         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
3071         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
3072         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
3074 2002-08-20  Roland McGrath  <roland@redhat.com>
3076         Fix ABI compatibility with libc compiled with old tools on powerpc.
3077         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3078         and Jack Howarth <howarth@bromo.med.uc.edu>.
3079         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
3080         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
3081         pass -DHAVE_DOT_HIDDEN for these files.
3082         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
3083         __floatdisf.
3084         * sysdeps/powerpc/divdi3.c: New file.
3085         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
3086         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
3088 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
3090         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
3091         partially overlapping mappings.  Remove unneeded (char *) casts.
3092         Never allow duplication of ranges in mapped areas.
3094 2002-08-20  Roland McGrath  <roland@redhat.com>
3096         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
3097         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
3099 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
3101         * include/unistd.h: Don't hide _exit.
3103         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
3104         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
3105         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
3106         argument 1 to TLS_INIT_TP.
3107         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
3109         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
3111         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
3112         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
3113         memory allocation to...
3114         (allocate_dtv): ...here.  New function.
3115         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
3116         call allocate_dtv instead of _dl_allocate_tls_storage.
3117         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
3118         (_dl_get_tls_static_info): New function.
3119         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
3120         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
3122 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
3124         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
3125         immediately if result == NULL.
3127 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
3129         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
3131 2002-08-18  Roland McGrath  <roland@frob.com>
3133         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
3134         instead of __file_name_split.
3135         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
3137         * sysdeps/mach/hurd/dl-sysdep.c
3138         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
3139         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
3141 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
3143         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
3144         in change before last: MAX -> MIN.
3146 2002-08-15  Roland McGrath  <roland@redhat.com>
3148         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
3149         if seek would go past it.
3150         (mmap_remap_check): If file position is at or past EOF after check,
3151         leave read pointers at EOF and don't seek.
3153         * libio/tst-mmap-offend.c: New file.
3154         * libio/Makefile (tests): Add it.
3156         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
3157         the name as passed, rather than the name in the archive dictionary.
3159 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
3161         * csu/Makefile: Define elide-routines.os not static-only-routines.
3163         * include/sched.h (__clone): Add varargs at the end.
3165         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
3166         case.
3167         (TLS_INIT_HELPER): If defined, use it.
3168         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
3170 2002-08-15  Roland McGrath  <roland@redhat.com>
3172         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
3173         on L->l_prev; it can happen under rtld --verify too.
3175         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
3176         header separately, just map an initial window of 2MB from the file
3177         and remap if that is not large enough to cover the whole header.
3179 2002-08-15  Andreas Jaeger  <aj@suse.de>
3181         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
3182         version 2.3.
3183         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
3184         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
3185         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
3186         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
3187         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
3188         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
3189         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
3190         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
3191         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
3192         Patch by Andreas Gruenbacher <agruen@suse.de>.
3194         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
3196 2002-08-14  Roland McGrath  <roland@redhat.com>
3198         * locale/locarchive.h (struct locale_category_data): Give this name to
3199         the type of locale_data_t's elements.
3200         * locale/programs/locarchive.c (cmpcategorysize): New static function.
3201         (add_locale): Use that to sort the categories by size and put all
3202         those that fit into two pages into the LC_ALL block, instead of
3203         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
3204         (show_archive_content): Detect categories inside LC_ALL block
3205         directly, instead of hard-coding.
3206         (oldlocrecentcmp): Compare just on file locations used.
3208 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
3210         * locale/programs/locarchive.c (struct oldlocrecent): New type.
3211         (oldlocrecentcmp): New function.
3212         (enlarge_archive): Re-add locales in the order they were added
3213         to the archive.
3214         (add_locale): Put all the small locale files together, if the small
3215         locale file block would occupy less pages if page size aligned, align
3216         it.
3217         (show_archive_content): Adjust for locale archives optimized for speed.
3219 2002-08-14  Roland McGrath  <roland@frob.com>
3221         * configure.in: Use "MISSING" as not-found value for MIG.
3222         * sysdeps/mach/configure.in: Fatal if mig not found.
3223         * configure, sysdeps/mach/configure: Regenerated.
3225 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
3227         * locale/loadarchive.c (archfname): Add missing slash.
3229         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
3230         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
3232 2002-08-12  Roland McGrath  <roland@redhat.com>
3234         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
3235         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
3236         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
3237         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
3238         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
3239         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
3240         * sysdeps/generic/waitpid.c: Likewise.
3242         * include/net/if.h: New file.  Use libc_hidden_proto
3243         for if_nametoindex and if_indextoname.
3244         * sysdeps/generic/if_index.c: Add libc_hidden_def.
3245         * sysdeps/mach/hurd/if_index.c: Likewise.
3246         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3248         * include/grp.h (setgroups): Add libc_hidden_proto.
3249         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
3250         * sysdeps/mach/hurd/setgroups.c: Likewise.
3251         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
3252         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
3254 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
3256         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
3257         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
3258         * sysdeps/generic/setegid.c (setegid): Likewise.
3259         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
3260         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
3261         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
3262         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
3263         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
3264         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
3265         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
3266         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
3267         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
3268         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
3269         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
3270         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
3271         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
3273         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
3274         __lxstat_internal, __lxstat64_internal): Remove.
3275         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
3276         Add hidden_proto.
3277         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
3278         Remove INTDEF where present, remove #undef at the beginning.
3279         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
3280         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
3281         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
3282         * sysdeps/generic/xstat.c (__xstat): Likewise.
3283         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
3284         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
3285         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
3286         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
3287         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
3288         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
3289         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
3290         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
3291         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
3292         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
3293         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
3294         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
3295         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
3296         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
3297         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
3298         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
3299         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
3300         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
3301         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
3302         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
3303         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
3304         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
3305         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
3306         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
3307         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
3308         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
3309         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
3310         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
3311         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
3312         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
3313         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
3314         * sysdeps/unix/xstat.c (__xstat): Likewise.
3316         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
3317         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
3318         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
3319         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
3320         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
3321         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
3322         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
3324         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
3325         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
3326         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
3327         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
3328         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
3329         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
3330         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
3331         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
3332         Likewise.
3333         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
3334         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
3335         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
3336         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
3337         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
3338         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
3339         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
3340         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
3342         * include/string.h (strcoll): Add libc_hidden_proto.
3343         * string/strcoll.c (strcoll): Add libc_hidden_def.
3345         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
3347 2002-08-11  Philip Blundell  <philb@gnu.org>
3349         * sysdeps/arm/Makefile: New file.
3351 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3353         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
3354         by another '|', end of regex or enclosing ')', clear branch.
3355         * posix/bug-regex9.c: New test.
3356         * posix/Makefile (tests): Add bug-regex9.
3358 2002-08-12  Roland McGrath  <roland@redhat.com>
3360         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
3361         start count condition, use TOTAL instead of variable that was never
3362         set.  Fix outer loop termination condition to TOTAL >= after update.
3364         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
3365         dl_tls_static_align and dl_tls_static_nelem.
3367 2002-08-11  Roland McGrath  <roland@redhat.com>
3369         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
3370         of the TLS macros, otherwise the compiler might not have initialized
3371         the PIC register yet when we use the PLT via asm.
3372         * elf/tst-tlsmod3.c (in_dso2): Likewise.
3373         * elf/tst-tlsmod2.c (in_dso): Likewise.
3375         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
3377         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
3378         Evaluate argument exactly once.  Remove __volatile__ from asm's.
3380         * include/unistd.h: Use libc_hidden_proto for getdomainname
3381         and getlogin_r.
3382         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
3383         * sysdeps/mach/hurd/getdomain.c: Likewise.
3384         * sysdeps/unix/getlogin_r.c: Likewise.
3385         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
3386         * sysdeps/generic/getlogin_r.c: Likewise.
3388         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
3389         * sunrpc/rtime.c: Add libc_hidden_def.
3391         * include/string.h: Use libc_hidden_proto for basename.
3392         * string/basename.c [_LIBC]: Add libc_hidden_def.
3394         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
3396         * locale/loadarchive.c: munmap -> __munmap throughout.
3398         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
3399         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
3400         * sysdeps/generic/gai_strerror.c: Likewise.
3402         * include/sys/errno.h: New file.
3404         * include/signal.h: No libc_hidden_proto for raise,
3405         __libc_current_sigrtmin, __libc_current_sigrtmax.
3406         These need to be overridden by linuxthreads.
3407         * sysdeps/posix/raise.c: Reverted.
3408         * sysdeps/generic/raise.c: Reverted.
3409         * signal/allocrtsig.c: Reverted.
3411         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
3413 2002-08-10  Roland McGrath  <roland@redhat.com>
3415         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
3416         * locale/localeinfo.h: Declare it.
3417         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
3418         current locale if it's not in the file list.
3419         Call _nl_archive_subfreeres.
3421 2002-08-10  Andreas Jaeger  <aj@suse.de>
3423         * sysdeps/i386/strchr.S: Add comment.
3425 2002-08-10  Roland McGrath  <roland@redhat.com>
3427         * include/wchar.h (putwc): Use libc_hidden_proto.
3428         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
3429         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
3430         * stdio-common/dprintf.c: Add libc_hidden_def.
3431         * stdio-common/fprintf.c: Likewise.
3432         * stdio-common/sprintf.c: Likewise.
3433         * stdio-common/sscanf.c: Likewise.
3434         * libio/iofwrite.c: Likewise.
3435         * libio/memstream.c: Likewise.
3436         * libio/putwc.c: Likewise.
3437         * stdio-common/perror.c: Likewise.
3438         * sysdeps/posix/remove.c: Likewise.
3439         * sysdeps/generic/remove.c: Likewise.
3440         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
3441         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
3443 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
3445         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
3446         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
3447         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
3448         towlower, towupper): Add libc_hidden_weak.
3450         * include/bits/dlfcn.h: New file.
3451         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
3453         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
3454         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
3455         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
3456         * include/pwd.h (_nss_files_parse_pwent): Likewise.
3457         * include/shadow.h (_nss_files_parse_spent): Likewise.
3458         * include/netdb.h (_nss_files_parse_protoent,
3459         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
3460         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
3461         (LINE_PARSER): Use it.
3462         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
3463         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
3465         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
3466         #endif.
3468         * manual/debug.texi (%MENU%): Remove trailing dot.
3469         Reported by <hayastan132@hotmail.com>.
3471         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
3472         aliases.
3473         (lseek): Dummy.
3474         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
3475         Likewise.
3477 2002-08-09  Roland McGrath  <roland@redhat.com>
3479         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
3480         name to find codeset name (if any) and normalize it.  If the
3481         normalized name differs, look up only that in the archive.
3482         * locale/programs/locarchive.c (add_locale_to_archive): If the name
3483         contains a codeset, normalize the codeset store only the normalized
3484         name in the archive.  If not, add an alias containing the locale's
3485         normalized codeset name.  Apply codeset name normalization when
3486         matching entries in the alias file.
3488         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
3489         decrement HEAD->namehash_used here.
3490         (add_locale): Only need to insert name string when name_offset != 0.
3492         * locale/programs/localedef.c (options): Add -A/--alias-file.
3493         (alias_file): New variable.
3494         (parse_opt): Grok -A, set that.
3495         * locale/programs/localedef.h: Declare it.
3497         * locale/locarchive.h (struct locrecent): Add `refs' member.
3498         * locale/programs/locarchive.c (insert_name): New function, broken out
3499         of ...
3500         (add_locale_to_archive): ... here.  Call that.
3501         (add_alias): New function.
3502         (add_locale): New static function, add_locale_to_archive renamed.
3503         (add_locale_to_archive): Call that and use add_alias to add an alias
3504         for the name with codeset if the given name lacks it.
3505         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
3507         * locale/Makefile (routines): Add loadarchive.
3508         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
3509         (_nl_load_locale_from_archive): New function.
3510         * locale/localeinfo.h: Declare it.
3511         * locale/findlocale.c (_nl_find_locale): If using default locale path,
3512         try _nl_load_locale_from_archive first.
3514         * locale/loadlocale.c (_nl_intern_locale_data): New function,
3515         broken out of _nl_load_locale.
3516         (_nl_load_locale): Call that.
3517         * locale/localeinfo.h: Declare it.
3518         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
3519         (struct locale_data): Remove unused member `options'.
3520         * locale/findlocale.c (_nl_remove_locale): Update uses.
3521         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
3522         * locale/C-collate.c: Update initializer.
3523         * locale/C-identification.c: Likewise.
3524         * locale/C-measurement.c: Likewise.
3525         * locale/C-telephone.c: Likewise.
3526         * locale/C-address.c: Likewise.
3527         * locale/C-name.c: Likewise.
3528         * locale/C-paper.c: Likewise.
3529         * locale/C-time.c: Likewise.
3530         * locale/C-numeric.c: Likewise.
3531         * locale/C-monetary.c: Likewise.
3532         * locale/C-messages.c : Likewise.
3533         * locale/C-ctype.c: Likewise.
3535         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
3536         use CHAR_BIT instead of BITSPERBYTE.
3538         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
3539         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
3540         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
3541         (_nl_remove_locale): Likewise.
3542         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
3544         * locale/findlocale.c (_nl_default_locale_path): New variable.
3545         (_nl_find_locale): If LOCALE_PATH is null, default to that.
3546         * locale/localeinfo.h: Declare it.
3547         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
3548         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
3549         * locale/newlocale.c (__newlocale): Likewise.
3551         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
3552         * inet/rexec.c (rexec_af): Add libc_hidden_def.
3553         * sysdeps/generic/morecore.c: Likewise.
3554         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
3555         (__libc_current_sigrtmax): Likewise.
3557 2002-08-08  Roland McGrath  <roland@redhat.com>
3559         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
3560         * catgets/open_catalog.c (__open_catalog): Likewise.
3562         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
3563         from typo INITIAL_NUM_NANES.
3564         (create_archive): Update use.
3566 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
3568         * sysdeps/unix/sysv/linux/sigwait.c: New file.
3570 2002-08-08  Roland McGrath  <roland@frob.com>
3572         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
3574 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3576         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
3577         else and undefine after including wcstol_l.c.
3578         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
3580 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
3582         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
3584 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
3586         * configure.in: Make the test for broken_alias_attribute stricter.
3588 2002-05-24  Robert Love  <rml@tech9.net>
3590         * posix/Makefile (routines): Add sched_getaffinity and
3591         sched_setaffinity.
3592         * posix/sched.h: Add declarations for sched_getaffinity and
3593         sched_setaffinity.
3594         * sysdeps/generic/sched_getaffinity.c: New file.
3595         * sysdeps/generic/sched_setaffinity.c: New file.
3596         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
3597         sched_setaffinity.
3599 2002-08-06  Andreas Schwab  <schwab@suse.de>
3601         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
3603 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
3605         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
3606         message.
3608         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
3609         It is known to be defined.
3611         * include/string.h: Define index and rindex only if _ISOMAC is not
3612         defined.
3614         * elf/rtld.c: Include <errno.h>.
3615         * sysdeps/generic/libc-tls.c: Likewise.
3617 2002-08-07  Roland McGrath  <roland@redhat.com>
3619         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
3620         it internally.
3621         (precsize_aton): Likewise.
3623         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
3624         the static symbols added in the last change (doofus is me).
3626         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
3627         loop to notice missing categories in a composite name.
3629         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
3630         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
3631         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
3632         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
3634 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
3636         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
3638 2002-08-07  Roland McGrath  <roland@redhat.com>
3640         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
3641         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
3642         Reported by Jakub Jelinek  <jakub@redhat.com>.
3644 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
3646         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
3647         division.
3649 2002-08-06  Roland McGrath  <roland@redhat.com>
3651         * include/getopt.h: Put private decls inside [_GETOPT_H].
3652         Use libc_hidden_proto for getopt_long, getopt_long_only.
3653         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
3654         Add libc_hidden_def.
3656         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
3657         Define as a macro for __dl_iterate_phdr.
3659         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
3660         made static.  Add __ name as a strong alias.
3661         (internal_endnetgrent): Likewise.
3662         (internal_getnetgrent_r): Likewise.
3664         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
3665         with no __ prefix.
3666         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
3667         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
3668         all *_l functions with no __ prefix.
3669         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
3670         * ctype/ctype_l.c: Likewise.
3671         * locale/nl_langinfo.c: Likewise.
3672         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
3673         * stdlib/stdlib.h [__USE_GNU]: Likewise.
3674         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
3675         * wctype/wctype.h [__USE_GNU]: Likewise.
3676         * string/strcoll_l.c (strcoll_l): Define as weak alias.
3677         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
3678         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
3679         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
3680         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
3681         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
3682         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
3683         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
3684         (__wcscasecmp_l): Add libc_hidden_def.
3685         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
3686         (__wcsncasecmp_l): Add libc_hidden_def.
3687         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
3688         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
3689         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
3690         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
3691         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
3692         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
3693         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
3694         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
3695         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
3696         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
3697         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
3698         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
3699         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
3700         * wctype/wctype_l.c (wctype_l) Define as weak alias.
3702 2002-08-05  Roland McGrath  <roland@redhat.com>
3704         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
3705         netname2user, host2netname, user2netname, key_gendes.
3706         * sunrpc/netname.c: Add libc_hidden_def.
3707         * sunrpc/key_call.c: Likewise.
3709         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
3710         freeaddrinfo.
3711         * inet/getnameinfo.c: Add libc_hidden_def.
3712         * sysdeps/generic/getaddrinfo.c: Likewise.
3713         * sysdeps/posix/getaddrinfo.c: Likewise.
3715         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
3716         * wcsmbs/wmemchr.c: Add libc_hidden_def.
3717         * wcsmbs/wmemset.c: Add libc_hidden_def.
3719         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
3720         (index, rindex): Define as macros for strchr, strrchr.
3722         * string/envz.c (envz_strip): index -> strchr
3724         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
3725         * sunrpc/rpc_prot.c: Add libc_hidden_def.
3727         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
3728         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
3730         * include/stdlib.h: Use libc_hidden_proto for wctomb.
3731         * stdlib/wctomb.c: Add libc_hidden_def.
3733         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
3734         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
3735         * resolv/herror.c: Likewise.
3736         * inet/rcmd.c: Add libc_hidden_def.
3737         * inet/ruserpass.c: Likewise.
3738         * inet/getnetgrent_r.c: Likewise.
3740         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
3741         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
3742         for svcerr_auth, svcerr_noprog, svcerr_progvers.
3743         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
3744         libc_hidden_def.
3745         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
3746         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
3748         * sysdeps/posix/system.c (do_system): New function, guts broken out of
3749         __libc_system.
3750         (__libc_system): Call it, putting just the line == NULL test here.
3752         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
3753         variables work right.
3755         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
3756         * elf/dl-close.c (_dl_close): Likewise.
3758         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
3759         in6addr_any, in6addr_loopback.  Remove decls for
3760         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
3761         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
3762         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
3763         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
3764         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
3765         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
3766         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
3767         in6addr_loopback.
3768         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
3770         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
3771         ether_aton_r.
3772         * inet/ether_aton_r.c: Add libc_hidden_def.
3773         * inet/ether_ntoa_r.c: Likewise.
3775         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
3776         xprt_unregister.
3777         * sunrpc/svc.c: Add libc_hidden_def.
3778         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
3779         pmap_set, pmap_unset.
3780         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
3781         * sunrpc/pm_getport.c: Likewise.
3782         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
3783         * sunrpc/publickey.c: Add libc_hidden_def.
3785 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3787         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
3788         the other memset call in this function.
3790         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
3791         at correct index.  Clear BSS region now that memalign is used.
3793 2002-08-05  Roland McGrath  <roland@redhat.com>
3795         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
3796         * sysdeps/generic/uname.c: Add libc_hidden_def.
3797         * sysdeps/mach/hurd/uname.c: Likewise.
3799 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
3801         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
3802         wcspbrk): Add libc_hidden_proto.
3803         * time/strftime.c (my_strftime): Add libc_hidden_def.
3804         (strftime): Remove libc_hidden_def.
3805         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
3806         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
3807         * wcsmbs/wcsspn.c (wcsspn): Likewise.
3808         * wcsmbs/wcscmp.c (wcscmp): Likewise.
3809         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
3810         * wcsmbs/wcscoll.c (wcscoll): Likewise.
3812         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
3813         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3814         __rpc_thread_createerr): Add libc_hidden_proto.
3815         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
3816         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3817         __rpc_thread_createerr): Add libc_hidden_def.
3819         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
3820         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
3821         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
3822         clnt_perror, clnt_sperror): Add libc_hidden_def.
3823         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
3825         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
3826         libc_hidden_proto.
3827         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
3828         * sunrpc/des_soft.c (des_setparity): Likewise.
3830         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
3831         Add libc_hidden_proto.
3832         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
3833         Add libc_hidden_def.
3835 2002-08-05  Roland McGrath  <roland@redhat.com>
3837         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
3838         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
3839         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
3840         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
3841         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
3842         old data, abandoning the original memory allocated by rtld at startup,
3843         instead of calling realloc normally.
3845 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3847         * po/fr.po: Update from translation team.
3849 2002-08-04  Roland McGrath  <roland@redhat.com>
3851         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
3852         then generate a dummy module under the given name, obeying the
3853         normal rules for the "caller" field.
3855         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
3856         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
3858         * include/pthread.h: Don't declare __pthread_initialize_minimal as
3859         weak here; we declare it weak or strong in the one place we use it.
3860         * sysdeps/generic/libc-start.c: ... which is here.
3861         Don't make the decl weak if [USE_TLS], since static programs need TLS
3862         setup even when single-threaded.
3864         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
3866         * elf/Makefile (test-srcs): Add $(modules-names) to it.
3867         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
3868         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
3869         all these variables.
3871 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3873         * include/stdio.h: Don't define macro magic to redirect function
3874         calls if _ISOMAC is defined.
3876         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
3877         ldouble asin tests.
3879 2002-08-04  Roland McGrath  <roland@redhat.com>
3881         * stdlib/lrand48_r.c: Add libc_hidden_def.
3883         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
3884         TCB with __libc_memalign instead of mmap.
3885         (_dl_deallocate_tls): Free it with free instead of munmap.
3887         * Makerules (cpp-srcs-left): When setting this to run
3888         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
3889         words.  Combine the two loops into one on the concatenated list,
3890         including those as well as $(test-srcs).
3892         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
3893         since we align here with optimally minimal waste anyway.
3894         (malloc): Just call that.
3896         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
3897         the right variable.
3899         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
3900         to compute memory location for l_tls_initimage.
3901         * elf/rtld.c (_dl_start): Likewise.
3902         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3904         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
3905         because the .d file is generated in the non-shared case and
3906         so fails to catch them otherwise.
3908         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
3909         split out of _dl_allocate_tls.
3910         (_dl_allocate_tls_init): Likewise.
3911         (_dl_allocate_tls): Call those.
3912         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
3913         * elf/rtld.c (dl_main): Call them separately instead of calling
3914         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
3915         is finished, so that the initializer data has been relocated before we
3916         copy it into the main thread's TLS block.
3918         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
3919         loop conditions, prevented the last used module from being initialized.
3921 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3923         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
3924         if glob resp. globfree are not macros.
3925         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
3926         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
3927         Add libc_hidden_ver.
3928         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
3929         libc_hidden_def.
3930         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
3931         instead of libc_hidden_weak.
3932         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
3933         libc_hidden_ver instead of libc_hidden_def.
3934         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
3935         libc_hidden_ver instead of libc_hidden_def.
3936         (wcstoll, wcstoq): Remove libc_hidden_weak.
3937         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
3938         libc_hidden_ver.
3939         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
3940         libc_hidden_ver.
3941         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
3942         libc_hidden_ver.
3943         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
3944         libc_hidden_ver.
3946 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3948         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
3949         to access _sys_siglist.
3950         * string/strsignal.c: Likewise.
3951         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
3952         * sysdeps/gnu/siglist.c: Likewise.
3953         * sysdeps/unix/siglist.c: Likewise.
3954         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
3956         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
3958         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
3960         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
3961         alias and use it.
3962         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
3964         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
3965         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
3966         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
3968         * include/time.h: Add libc_hidden_proto for __gmtime_r.
3969         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
3971         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
3972         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
3973         and __gconv_get_cache respectively.
3974         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
3975         defined static.  Change all users.
3976         (__gconv_get_cache): New function.
3977         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
3978         (__gconv_get_alias_db): New function.
3979         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
3980         (__conv_modules_db): Likewise.
3981         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
3982         and __gconv_get_alias_db.
3983         * iconv/iconv_prog.c: Use the new functions instead of accessing the
3984         variables.
3986         * include/stdlib.h: Add prototype and libc_hidden_proto for
3987         __default_morecore.
3988         * sysdeps/generic/morecore.c: Include <stdlib.h>.
3990         * malloc/obstack.c: Remove fputs macro.
3992         * malloc/mtrace.c: Remove fopen macro.
3994 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3996         * manual/debug.texi: Fix spelling to programmatically.
3997         Reported by <hayastan132@hotmail.com>.
3999 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
4001         * include/libio.h: Add libc_hidden_proto for __uflow.
4002         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
4003         fgetpos to _IO_* names.
4004         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
4005         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
4006         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
4007         putwc_unlocked, vswscanf.
4008         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
4009         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
4010         * libio/fseek.c: Likewise.
4011         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
4012         not fopencookie.
4013         * libio/genops.c (__uflow): Add libc_hidden_def.
4014         * libio/iofflush_u.c (fflush_unlocked): Likewise.
4015         * libio/iofgets_u.c (fgets_unlocked): Likewise.
4016         * libio/iofputs_u.c (fputs_unlocked): Likewise.
4017         * libio/iofputws_u.c (fputws_unlocked): Likewise.
4018         * libio/iofread_u.c (fread_unlocked): Likewise.
4019         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
4020         * libio/iovswscanf.c (vswscanf): Likewise.
4021         * libio/putwc_u.c (putwc_unlocked): Likewise.
4022         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
4023         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
4024         * malloc/mtrace.c: Likewise.
4026         * sunrpc/clnt_perr.c: Remove fputs macro.
4027         * sunrpc/svc_simple.c: Likewise.
4028         * sunrpc/svc_tcp.c: Likewise.
4029         * sunrpc/svc_udp.c: Likewise.
4030         * sunrpc/xdr_rec.c: Likewise.
4031         * sunrpc/xdr_ref.c: Likewise.
4033         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
4034         iconv_prog, linereader, and charmap-dir.
4035         * locale/Makefile: Likewise for locale and charmap-dir.
4036         * malloc/Makefile: Likewise for memusagestat.
4037         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
4038         * sunrpc/Makefile: Likewise for rpc_main.
4039         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
4040         * timezone/Makefile: Likewise for zic.
4042         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
4044         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
4045         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
4046         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
4047         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
4048         _dl_close.
4050         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
4051         __wunderflow.
4052         * libio/genops.c (__underflow): Add libc_hidden_def.
4053         * libio/wgenops.c (__wuflow): Likewise.
4054         (__wunderflow): Likewise.
4056         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
4057         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
4059         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
4060         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
4062         * include/string.h: Add libc_hidden_proto for __strverscmp.
4063         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
4065         * include/unistd.h: Add libc_hidden_proto for __sysconf.
4066         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
4067         * sysdeps/posix/sysconf.c: Likewise.
4068         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
4069         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
4071         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
4072         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
4073         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
4074         __iswxdigit_l, __towlower_l, __towupper_l.
4075         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
4076         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
4078         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
4079         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
4080         * sysdeps/mach/hurd/xmknod.c: Likewise.
4081         * sysdeps/unix/xmknod.c: Likewise.
4082         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
4083         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
4084         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
4086         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
4088 2002-08-03  Roland McGrath  <roland@redhat.com>
4090         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
4091         setpriority.
4092         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
4093         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
4094         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
4095         * sysdeps/mach/hurd/setpriority.c: Likewise.
4096         * sysdeps/mach/hurd/getpriority.c: Likewise.
4097         * sysdeps/generic/setpriority.c: Likewise.
4098         * sysdeps/generic/getpriority.c: Likewise.
4100         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
4101         * malloc/mcheck.c: Add libc_hidden_def.
4103         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
4104         * misc/hsearch_r.c: Add libc_hidden_def.
4106         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
4107         * posix/fnmatch.c: Add libc_hidden_weak.
4109         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
4110         execl, execle, execlp, execvp, getpid, getsid.
4111         * sysdeps/generic/alarm.c: Add libc_hidden_def.
4112         * sysdeps/unix/alarm.c: Likewise.
4113         * posix/confstr.c: Likewise.
4114         * posix/execvp.c: Likewise.
4115         * posix/execlp.c: Likewise.
4116         * posix/execle.c: Likewise.
4117         * posix/execl.c: Likewise.
4118         * sysdeps/generic/getsid.c: Likewise.
4119         * sysdeps/mach/hurd/getsid.c: Likewise.
4120         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
4121         * sysdeps/mach/hurd/getpid.c: Likewise.
4123         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
4124         qecvt_r, qfcvt_r, lrand48_r.
4125         * misc/efgcvt_r.c: Add libc_hidden_def.
4127         * include/wordexp.h: Use libc_hidden_proto for wordfree.
4128         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
4130         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
4131         * locale/nl_langinfo.c: Add libc_hidden_def.
4133         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
4134         * sysdeps/generic/glob.c: Add libc_hidden_def.
4135         * sysdeps/generic/glob64.c: Likewise.
4136         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
4138         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
4140         * elf/Makefile (CFLAGS-vismod2.c): New variable.
4142         * locale/setlocale.c (_nl_current_names): Variable moved ...
4143         * locale/localename.c (_nl_current_names): ... here, new file.
4144         Make it global, with attribute_hidden.
4145         * locale/localeinfo.h: Declare it.
4146         * locale/Makefile (aux): Add localename.
4147         * locale/localename.c (__current_locale_name): New function.
4148         * include/locale.h (__current_locale_name): Declare it.
4149         * intl/dcigettext.c (guess_category_value): Use that instead of
4150         calling setlocale.
4152         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
4153         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
4154         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
4155         * locale/newlocale.c: Add alias to __ name.
4156         * locale/duplocale.c: Likewise.
4157         * locale/freelocale.c: Likewise.
4158         * locale/uselocale.c: New file.
4159         * locale/Makefile (routines): Add it.
4160         * locale/Versions (libc: GLIBC_2.3): New set.
4161         Add newlocale, duplocale, freelocale, uselocale.
4162         (libc: GLIBC_PRIVATE): Add __uselocale.
4164         * locale/localeinfo.h [SHARED]
4165         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
4166         (_NL_CURRENT_DATA): Define using that.
4167         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
4168         (_NL_CURRENT_DEFINE): Define to empty.
4169         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
4170         conditionalized on this.
4171         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
4172         taking initializer of _nl_C_locobj.
4173         [SHARED] (_nl_global_locale): New variable, using that initializer.
4174         (_nl_C_locobj): Use new macro for initialzier.
4175         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
4176         [! SHARED] (CATEGORY_USED): New macro.
4177         [SHARED] (CATEGORY_USED, _nl_C): New macros.
4178         (setdata, setlocale): Use that macro instead of examining _nl_current.
4179         (setdata): Set the slot in _nl_global_locale.
4180         Conditionalize setting of _nl_current on [! SHARED].
4181         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
4182         declaration as an extern.
4183         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
4185         * include/locale.h: Use libc_hidden_proto for setlocale.
4186         * locale/setlocale.c: Add libc_hidden_def.
4188         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
4190         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
4191         * misc/hsearch_r.c: Add libc_hidden_def.
4192         * misc/lsearch.c: Likewise.
4194         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
4195         endttyent.
4196         * misc/getttyent.c: Add libc_hidden_def.
4198         * include/mcheck.h: Use libc_hidden_proto for mcheck.
4199         * malloc/mcheck.c: Add libc_hidden_def.
4201         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
4202         * include/argz.h: Use libc_hidden_proto for argz_delete.
4203         * string/argz-delete.c: Add libc_hidden_def.
4204         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
4206         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
4207         HIDDEN_JUMPTARGET for _exit.
4208         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
4209         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
4210         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
4211         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
4213         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
4214         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
4215         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
4216         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
4218         * include/stdlib.h: Use libc_hidden_proto for abort,
4219         __strtof_internal, __strtod_internal, __strtold_internal,
4220         __strtol_internal, __strtoll_internal, __strtoul_internal,
4221         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
4222         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
4223         __strtoul_l_internal, __strtoull_l_internal.
4224         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
4225         __wcstod_internal, __wcstold_internal, __wcstol_internal,
4226         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
4227         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
4228         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
4229         __wcsncasecmp_l.
4230         * sysdeps/generic/abort.c: Add libc_hidden_def.
4231         * stdlib/strtod.c: Likewise.
4232         * sysdeps/generic/strtol.c: Likewise.
4233         * sysdeps/wordsize-64/strtol.c: Likewise.
4234         * sysdeps/wordsize-64/wcstol.c: Likewise.
4235         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
4237         * include/stdlib.h: Use libc_hidden_proto for qsort.
4238         * stdlib/msort.c: Add libc_hidden_def.
4240         * include/utime.h: Use libc_hidden_proto for utime.
4241         * sysdeps/generic/utime.c: Add libc_hidden_def.
4242         * sysdeps/unix/utime.c: Likewise.
4244         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
4245         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
4246         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
4247         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
4248         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
4250         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
4251         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
4252         and __libc_current_sigrtmax.
4253         * signal/sigismem.c: Add libc_hidden_def.
4254         * signal/sigfillset.c: Likewise.
4255         * signal/sigempty.c: Likewise.
4256         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
4257         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
4258         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
4259         * sysdeps/posix/raise.c: Likewise.
4260         * sysdeps/generic/raise.c: Likewise.
4262 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
4264         * include/string.h: Use libc_hidden_proto for __stpcpy.
4265         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
4266         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
4267         * sysdeps/generic/stpcpy.c: Likewise.
4268         * sysdeps/i386/stpcpy.S: Likewise.
4269         * sysdeps/i386/i586/stpcpy.S: Likewise.
4270         * sysdeps/powerpc/stpcpy.S: Likewise.
4271         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
4272         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
4274         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
4275         __strncasecmp_l, __strdup, __strndup, __strerror_r.
4276         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
4277         libc_hidden_def.
4278         * string/strdup.c (__strdup): Likewise.
4279         * string/strndup.c (__strndup): Likewise.
4280         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
4281         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
4283 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
4285         * include/libio.h: New file.
4286         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
4287         * libio/iolibio.h: #include <libio.h>, not "libio.h".
4288         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
4289         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
4290         * sysdeps/unix/common/syscalls.list: Likewise.
4291         * sysdeps/unix/inet/syscalls.list: Likewise.
4292         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
4293         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
4294         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4295         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
4296         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
4297         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
4298         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4299         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4300         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
4301         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
4302         * sysdeps/unix/syscalls.list: Likewise.
4304 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
4305             Ulrich Drepper  <drepper@redhat.com>
4307         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
4308         the arguments is big enough to cause an overflow.
4310 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
4312         * assert/assert.c: Use hidden_def not INTDEF.
4314 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
4316         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
4317         not defined.
4319 2002-08-03  Roland McGrath  <roland@redhat.com>
4321         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
4322         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
4323         verr, verrx.
4324         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
4325         * misc/syslog.c: Add libc_hidden_def.
4326         * misc/err.c: Likewise.
4327         * stdlib/exit.c: Likewise.
4328         * stdlib/bsearch.c: Likewise.
4329         * sysdeps/generic/getenv.c: Likewise.
4331         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
4333         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
4334         libc_hidden_weak for every system call symbol defined.
4336         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
4337         timelocal, localtime, strftime.
4338         * time/asctime.c: Add libc_hidden_def.
4339         * time/mktime.c: Likewise.
4340         * time/localtime.c: Likewise.
4341         * time/strftime.c: Likewise.
4342         * time/strptime.c: Likewise.
4343         * sysdeps/generic/time.c: Likewise.
4344         * sysdeps/unix/time.c: Likewise.
4345         * sysdeps/unix/sysv/i386/time.S: Likewise.
4346         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
4348         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
4349         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
4350         * resolv/inet_ntop.c: Likewise.
4351         * resolv/inet_pton.c: Likewise.
4352         * inet/inet_mkadr.c: Add libc_hidden_def.
4353         * inet/inet_netof.c: Likewise.
4354         * resolv/inet_addr.c: Likewise.
4356         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
4357         clauses from conditionals for now.  Will have to be fixed later
4358         for older compilers.
4360         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
4362 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4364         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
4365         broken alias attribute handling.
4366         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
4368 2002-08-02  Roland McGrath  <roland@frob.com>
4370         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
4371         since it sets the variables we use in a -D switch.
4373 2002-08-02  Roland McGrath  <roland@redhat.com>
4375         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
4376         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
4377         matches long int, not int.
4379         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
4380         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
4381         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
4382         * wctype/wctrans.c (wctrans): Likewise.
4383         * wctype/wctype.c (__wctype): Likewise.
4384         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
4386 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4388         * assert/assert.c (__assert_fail): Fix typo in comment.
4390         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
4391         * sunrpc/rpc_thread.c: Define it without static.
4392         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
4394 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4396         * assert/assert.c (__assert_fail): Remove undef.
4397         Replace INTDEF with libc_hidden_def.
4398         * assert/__assert.c (__assert): Remove INTUSE.
4399         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
4400         libc_hidden_weak.
4401         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
4402         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
4403         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
4404         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
4405         libm_hiden_ver): Define.
4406         * include/assert.h (__assert_fail_internal): Remove.
4407         (__assert_fail): Add prototype.  Add hidden_proto.
4408         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
4409         libc_hidden_proto.
4410         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
4411         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
4412         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
4413         Add libc_hidden_proto.
4414         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
4415         __fcntl): Add libc_hidden_proto.  Remove macros.
4416         (__open_internal, __fcntl_internal): Remove.
4417         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
4418         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
4419         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
4420         libc_hiden_proto.
4421         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
4422         libc_hidden_def.
4423         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
4424         Add libc_hidden_def.
4425         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
4426         * sysdeps/generic/open.c (__open): Remove undef.
4427         Add libc_hidden_def.  Remove INTDEF.
4428         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
4429         Add libc_hidden_def.
4430         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
4431         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
4432         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
4433         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
4434         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
4435         (__libc_fcntl): Add libc_hidden_def.
4436         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
4437         (__open): Remove INTDEF2.  Add libc_hidden_weak.
4438         (__libc_open): Add libc_hidden_def.
4439         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
4440         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
4441         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
4442         Add libc_hidden_def.
4443         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
4444         Add libc_hidden_def.
4445         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
4446         undef.
4447         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
4448         (__libc_fcntl): Add libc_hidden_def.
4449         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
4450         __getpgid_internal, __chown_internal): Remove.
4451         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
4452         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
4453         __GI___chown): Add.
4454         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
4455         __getpid_internal, __open_internal, __write_internal): Remove.
4456         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
4457         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
4458         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
4459         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
4460         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
4461         Replace INTDEF with libc_hidden_def.
4462         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4463         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
4464         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
4465         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
4466         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
4467         Add libc_hidden_proto.
4468         * include/sys/poll.h (__poll): Add libc_hidden_proto.
4469         * include/sys/select.h (__select): Likewise.
4470         * include/sys/socket.h (__send): Likewise.
4471         * include/sys/statfs.h (__statfs): Likewise.
4472         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
4473         __getpid, __getpgid, __setpgid, __close, __read, __write,
4474         __getpagesize, __sbrk): Likewise.
4475         (__chown_internal, __dup2_internal, __getpid_internal,
4476         __getpgid_internal, __close_internal, __write_internal,
4477         __getpagesize_internal): Remove.
4478         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
4479         Remove macros.
4480         * include/printf.h (__printf_fp): Add libc_hidden_proto.
4481         * include/sched.h (__sched_setscheduler): Likewise.
4482         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
4483         * include/stdlib.h (__secure_getenv): Likewise.
4484         * include/signal.h (__sigaction, __sigsuspend): Likewise.
4485         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
4486         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
4487         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
4488         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
4489         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
4490         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
4491         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
4492         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
4493         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
4494         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
4495         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
4496         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
4497         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
4498         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
4499         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
4500         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
4501         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
4502         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
4503         * libio/genops.c (__overflow): Add libc_hidden_def.
4504         * libio/iovdprintf.c: Remove libio.h include.
4505         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
4506         libc_hidden_weak): Define to nothing if not defined.
4507         (__overflow, __woverflow): Add libc_hidden_proto.
4508         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
4509         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
4510         (DB_LOOKUP_FCT): Add libc_hidden_proto.
4511         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
4512         (DB_LOOKUP_FCT): Add libc_hidden_proto.
4513         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
4514         and libc_hidden_def.
4515         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
4516         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
4517         (__getpgid): Add libc_hidden_proto.
4518         (__bsd_getpgrp): Remove INTUSE.
4519         * resolv/res_init.c (__res_ninit, __res_randomid): Add
4520         libc_hidden_def.
4521         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
4522         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
4523         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
4524         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
4525         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
4526         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
4527         __rpc_thread_createerr): Add libc_hidden_def.
4528         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
4529         libc_hidden_def.
4530         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
4531         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
4532         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
4533         * sysdeps/generic/chown.c (__chown): Likewise.
4534         * sysdeps/generic/close.c (__close): Likewise.
4535         * sysdeps/generic/dup2.c (__dup2): Likewise.
4536         * sysdeps/generic/pipe.c (__pipe): Likewise.
4537         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
4538         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
4539         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
4540         * sysdeps/generic/read.c (__libc_read): Likewise.
4541         (__read): Add libc_hidden_weak.
4542         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
4543         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
4544         * sysdeps/generic/select.c (__select): Likewise.
4545         * sysdeps/generic/send.c (__send): Likewise.
4546         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
4547         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
4548         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
4549         * sysdeps/generic/statfs.c (__statfs): Likewise.
4550         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
4551         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
4552         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
4553         Remove undef and INTDEF.
4554         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
4555         * sysdeps/generic/getpid.c (__getpid): Likewise.
4556         * sysdeps/generic/write.c (__libc_write): Likewise.
4557         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
4558         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
4559         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
4560         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
4561         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
4562         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
4563         Remove undef and INTDEF.
4564         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
4565         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
4566         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
4567         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
4568         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
4569         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
4570         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
4571         (__pipe): Add libc_hidden_def.
4572         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
4573         libc_hidden_weak.
4574         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
4575         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
4576         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
4577         (__read): Add libc_hidden_weak.
4578         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
4579         (__libc_pwrite64): Add libc_hidden_def.
4580         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
4581         * sysdeps/mach/hurd/select.c (__select): Likewise.
4582         * sysdeps/mach/hurd/send.c (__send): Likewise.
4583         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
4584         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
4585         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
4586         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
4587         * sysdeps/posix/dup2.c: Likewise.
4588         Remove undef and INTDEF.
4589         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
4590         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
4591         (__pwrite64): Add libc_hidden_weak.
4592         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
4593         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
4594         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
4595         * sysdeps/standalone/close.c (__close): Likewise.
4596         * sysdeps/standalone/write.c (__libc_write): Likewise.
4597         (__write): Add libc_hidden_weak.
4598         * sysdeps/standalone/read.c (__read): Likewise.
4599         (__libc_read): Add libc_hidden_def.
4600         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
4601         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
4602         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
4603         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
4604         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
4605         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
4606         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
4607         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
4608         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
4609         __GI___sigaction): Add.
4610         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
4611         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
4612         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
4613         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
4614         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
4615         __GI___setpgid): Add.
4616         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
4617         Remove undef and INTDEF.
4618         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
4619         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
4620         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
4621         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
4622         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
4623         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
4624         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
4625         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
4626         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
4627         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
4628         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
4629         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
4630         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
4631         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
4632         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
4633         __GI___statfs, __GI___send): Add.
4634         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
4635         libc_hidden_ver resp. libc_hidden_def.
4636         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
4637         libc_hidden_def.
4638         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
4639         Likewise.  Remove undef and INTDEF.
4640         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
4641         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
4642         __GI___statfs, __GI___send): Add.
4643         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
4644         libc_hidden_def.
4645         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
4646         Likewise.
4647         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
4648         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
4649         libc_hidden_ver resp. libc_hidden_def.
4650         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
4651         __GI___send): Add.
4652         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
4653         Add libc_hidden_weak.
4654         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
4655         Add libc_hidden_def.
4656         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
4657         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
4658         libc_hidden_weak.
4659         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
4660         resp. libc_hidden_def.
4661         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
4662         libc_hidden_weak.
4663         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
4664         INTDEF.
4665         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
4666         Likewise.  Remove undef.
4667         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
4668         libc_hidden_weak.
4669         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
4670         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
4671         libc_hidden_weak.
4672         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
4673         libc_hidden_def.
4674         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
4675         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
4676         Likewise.  Remove undef and INTDEF.
4677         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
4678         libc_hidden_def.
4679         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
4680         libc_hidden_weak.
4681         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
4682         libc_hidden_def.
4683         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
4684         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
4685         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
4686         libc_hidden_weak.
4687         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
4688         Add libc_hidden_def.
4689         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
4690         __GI___statfs): Add.
4691         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
4692         libc_hidden_weak.
4693         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
4694         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
4695         Remove undef and INTDEF.
4696         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
4697         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
4698         libc_hidden_def.
4699         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
4700         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
4701         libc_hidden_weak.
4702         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
4703         libc_hidden_def.
4704         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
4705         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
4706         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
4707         Add.
4708         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
4709         libc_hidden_def.  Remove undef and INTDEF.
4710         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
4711         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
4712         libc_hidden_def.
4713         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
4714         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
4715         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
4716         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
4717         Remove undef and INTDEF.
4718         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
4719         broken visibility attribute handling.
4720         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
4722 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4724         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
4725         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
4727         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
4728         previous patch.
4730 2002-06-29  Todd Fries  <todd@openbsd.org>
4732         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
4734 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4736         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
4738 2002-07-30  Roland McGrath  <roland@redhat.com>
4740         * resolv/resolv.h (_res): Define macro unconditionally.
4741         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
4742         * include/resolv.h: ... here.
4743         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
4744         as a __thread variable.
4745         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
4746         a __thread variable instead of a global.
4747         * resolv/res_data.c [_LIBC]: Don't #undef _res.
4749         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
4750         time we test it.
4752         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
4754         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
4755         decls of memset and memcpy.
4757         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
4758         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
4760         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
4762         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
4763         (__libc_tsd_define): Define using __thread.
4765         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
4766         (__rpc_thread_variables): Use __libc_tsd_get.
4767         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
4768         __rpc_thread_variables, which might allocate what we're about to free.
4770         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
4771         thread-local variable.
4772         * resolv/netdb.h (h_errno): Define macro unconditionally.
4773         [_LIBC] (__set_h_errno): Macro moved to ...
4774         * include/netdb.h: ... here.
4775         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
4776         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
4777         [! _LIBC_REENTRANT]: #undef h_errno here.
4779         * include/errno.h: Protect from multiple inclusion.
4781         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
4782         before defining them, since Linux's <linux/posix_types.h> might have
4783         defined them.
4785 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4787         * malloc/malloc.c (public_cALLOc): Check for overflow on
4788         multiplication.
4789         * sunrpc/xdr_array.c (xdr_array): Likewise.
4790         * sunrpc/rpc/types.h (mem_free): Add comment.
4791         Patch by Solar Designer <solar@openwall.com>.
4793 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4795         * sysdeps/unix/sysv/linux/kernel-features.h
4796         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
4798 2002-08-01  Roland McGrath  <roland@redhat.com>
4800         * libio/fileops.c (_IO_file_sync_mmap): New function.
4801         (_IO_file_jumps_mmap): Use it.
4802         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
4803         repeat the stat check and resize the mapped buffer as necessary.
4805 2002-07-31  Roland McGrath  <roland@redhat.com>
4807         * libio/fileops.c (decide_maybe_mmap): New static function.
4808         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
4809         mmap the file contents.  Then switch the jump tables to the mmap
4810         tables if it worked, or the vanilla file tables if not.
4811         (_IO_file_underflow_maybe_mmap): New function.
4812         (_IO_file_seekoff_maybe_mmap): New function.
4813         (_IO_file_xsgetn_maybe_mmap): New function.
4814         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
4815         * libio/libioP.h: Declare those.
4816         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
4817         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
4818         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
4819         If the stream is read-only, set its jump tables to those new ones.
4820         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
4821         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
4822         We need the tables set before _IO_file_attach.
4824         * libio/tst-mmap-eofsync.c: New file.
4825         * libio/tst-mmap-fflushsync.c: New file.
4826         * libio/bug-mmap-fflush.c: New file.
4827         * libio/tst-mmap2-eofsync.c: New file.
4828         * libio/Makefile (tests): Add them.
4830         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
4831         _IO_file_underflow_mmap fails, it already set the appropriate bit.
4833 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
4835         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
4836         Declarations moved to <bits/sys_errlist.h>.  Include that file.
4837         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
4838         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
4839         declare sys_errlist and sys_nerr.
4840         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
4841         provide declarations.
4843 2002-07-31  Roland McGrath  <roland@redhat.com>
4845         * elf/rtld.c (dl_main): Fix typo in error message.
4847 2002-07-31  Roland McGrath  <roland@frob.com>
4849         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
4850         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
4851         sysdeps/mach/hurd/dl-sysdep.c change.
4853 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
4855         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
4856         -r`/build/include for kernel headers.
4858         * po/fi.po: New file.
4860 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
4862         * configure.in (static_nss): Set to `yes' if --disable-shared.
4864 2002-07-23  Bruno Haible  <bruno@clisp.org>
4866         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
4867         is set.
4869 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4871         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
4872         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
4873         arguments.
4875 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4877         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
4878         alias.
4880 2002-07-21  Bruno Haible  <bruno@clisp.org>
4882         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
4883         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
4884         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
4885         trans_sysdep_tab_offset.
4886         (struct sysdep_segment): New type.
4887         (struct sysdep_string): New type.
4888         (SEGMENTS_END): New macro.
4889         * intl/gettextP.h (struct sysdep_string_desc): New type.
4890         (struct loaded_domain): New fields malloced, n_sysdep_strings,
4891         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
4892         orig_tab, trans_tab, hash_tab to const pointers because they point
4893         into read-only memory.
4894         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
4895         (PRI*): Define fallback values.
4896         (get_sysdep_segment_value): New function.
4897         (_nl_load_domain): Distinguish major and minor revision parts. Add
4898         support for minor revision 1 with system dependent strings.
4899         (_nl_unload_domain): Also free the 'malloced' field.
4900         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
4901         now done in loadmsgcat.c. Add support for system dependent strings.
4903 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4905         * posix/bug-regex7.c: New file.
4906         * posix/bug-regex8.c: New file.
4907         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
4909 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4911         * posix/bug-regex4.c (main): Fix typos.
4912         * posix/bug-regex6.c (main): Likewise.
4914 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
4916         * posix/bug-regex6.c (main): Fix warnings.
4918         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
4920         * iconv/iconv_prog.c (main): Improve error message for the cases
4921         where -t and/or -f parameter are missing.
4923 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
4925         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
4926         (re_search): Likewise.
4927         (re_match_2): Likewise.
4928         (re_search_2): Likewise.
4929         (re_search_stub): New function.
4930         (re_search_2_stub): New function.
4931         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
4933 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
4935         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
4936         (re_string_eoi): Use STOP instead of LEN.
4937         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
4938         (re_string_construct): Likewise.
4939         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
4940         * posix/regexec.c (re_search_internal): Add a new argument STOP
4941         so that it can handle the argument STOP of re_search_2 and re_match_2
4942         correctly.
4943         (regexec): Adapt to new I/F of re_search_internal.
4944         (re_search_stub): Likewise.
4946 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
4948         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
4950         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
4952         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
4953         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
4954         of __divdi3.
4956         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
4957         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
4958         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
4959         alias for adjtimex syscall.
4961         * elf/dl-minimal.c: Define __assert_fail_internal.
4962         * assert/assert.c: Likewise.
4963         * include/assert.h: Define __assert_file macro if !SHARED and not
4964         NOT_IN_libc.
4966         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
4967         programs.
4968         * locale/Makefile: Likewise.
4969         * nscd/Makefile: Likewise.
4970         * catgets/Makefile: Likewise.
4972 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4974         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
4975         compute current position.
4977         * stdio-common/tst-fseek.c (main): Improve error messages.
4979         * libio/tst-freopen.c (main): Remove unused variable.
4981         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
4982         succesful seek call.  Simplify error checking.
4984 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4986         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
4987         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4989 2002-07-19  Roland McGrath  <roland@frob.com>
4991         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
4992         __libc_enable_secure is set.
4994 2002-07-24  Roland McGrath  <roland@frob.com>
4996         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
4997         This implementation supports only IPv4.
4998         * inet/ifaddrs.h: New file.
4999         * sysdeps/generic/ifaddrs.c: New file.
5000         * sysdeps/gnu/ifaddrs.c: New file.
5001         * inet/test-ifaddrs.c: New file.
5002         * inet/Makefile (routines): Add ifaddrs.
5003         (headers): Add ifaddrs.h here.
5004         (tests): Add test-ifaddrs.
5005         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
5007         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
5008         socket call to get an AF_INET socket, instead of using __opensock.
5009         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
5011         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
5012         if not -1 use it instead of calling __opensock.
5013         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
5014         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
5015         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
5017         * sysdeps/mach/hurd/ifreq.h: New file.
5018         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
5019         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
5020         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
5022         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
5023         which gets moved around.  Calculate size of mmap'd buffer instead.
5025 2002-07-24  Philip Blundell  <philb@gnu.org>
5027         * sysdeps/unix/arm/brk.S: Improve schedule.
5028         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
5029         efficient instruction.
5030         (__socket): Optimize return sequence.
5032 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
5034         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
5035         sockets on old kernels.
5037 2002-07-22  Philip Blundell  <philb@gnu.org>
5039         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
5040         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
5041         alias.
5043 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
5045         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
5046         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
5048         * locale/programs/locarchive.c (add_locale_to_archive): Correct
5049         test to detect duplicate locales.
5051         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
5052         position would be before beginning of file.
5053         (_IO_file_seekoff_mmap): Likewise.
5054         * libio/Makefile (tests): Add bug-fseek.
5055         * libio/bug-fseek.c: New file.
5057         * intl/explodename.c: Remove support for CEN-style locale variables.
5058         It was never used and shouldn't be since it's not portable.
5059         * intl/finddomain.c: Likewise.
5060         * intl/l10nflist.c: Likewise.
5061         * intl/loadinfo.h: Likewise.
5062         * locale/findlocale.c: Likewise.
5064 2002-07-24  Roland McGrath  <roland@frob.com>
5066         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
5067         position, calculate it to take into account an active pushback buffer.
5069         * libio/Makefile (tests): Add bug-ungetc.
5070         * libio/bug-ungetc.c: New file.
5072 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
5074         * sysdeps/generic/libc-tls.c: New file.
5075         * csu/Makefile (routines): Add libc-tls.
5076         (static-only-routines): Add libc-tls.
5077         * elf/dl-support.c (_dl_phdr): New variable.
5078         (_dl_phnum): New variable.
5079         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
5080         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
5081         for !SHARED.  First look through auxiliary vector.  If TLS always
5082         call __pthread_initialize_minimal.
5084         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
5085         in mmap call is never zero.
5087 2002-07-23  Andreas Jaeger  <aj@suse.de>
5089         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
5090         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
5092 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
5094         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
5095         creation and removal of the temp file.
5097         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
5098         file creation.
5099         * test-skeleton.c (create_temp_file): New function.
5101 2002-07-22  Andreas Jaeger  <aj@suse.de>
5103         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
5104         local label.
5106 2002-07-21  Roland McGrath  <roland@frob.com>
5108         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
5109         put -I../include before -I../stdlib so we get the right errno.h et al.
5110         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
5111         (CFLAGS-wcstof.c): Likewise.
5112         (CFLAGS-wcstold.c): Likewise.
5113         (CFLAGS-wcstod_l.c): Likewise.
5114         (CFLAGS-wcstof_l.c): Likewise.
5115         (CFLAGS-wcstold_l.c): Likewise.
5117 2002-07-19  Roland McGrath  <roland@frob.com>
5119         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
5121 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
5123         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
5124         __ASSUME_AT_XID is defined.
5125         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
5126         for 2.4.1 and up.
5127         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
5128         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
5130         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
5131         (CFLAGS-wcstof.c): Likewise.
5132         (CFLAGS-wcstold.c): Likewise.
5133         (CFLAGS-wcstod_l.c): Likewise.
5134         (CFLAGS-wcstof_l.c): Likewise.
5135         (CFLAGS-wcstold_l.c): Likewise.
5137 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
5139         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
5140         __priority_which_t): Always typedef to int for C++.
5142 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
5144         * configure.in: Add test for __thread support in compiler.
5145         * config.h.in: Add HAVE___THREAD.
5146         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
5147         * include/sys/errno.h: Moved to...
5148         * stdlib/sys/errno.h: ...here.  New file.
5149         * stdlib/errno.h: New file.  Moved from...
5150         * include/errno.h: ...here.  Changed into an internal header defining
5151         libc-local things like __set_errno.
5152         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
5153         bits/errno.h.
5154         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
5155         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
5156         either.
5157         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
5158         from...
5159         (_dl_start_final): ...here.  Add code to initialize tls elements from
5160         bootstrap_map.
5161         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
5162         if USE_TLS && HAVE___THREAD.
5163         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
5164         * sysdeps/mach/hurd/bits/errno.h: Likewise.
5165         * sysdeps/standalone/arm/bits/errno.h: Likewise.
5166         * sysdeps/standalone/bits/errno.h: Likewise.
5167         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
5168         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
5169         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
5170         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
5171         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
5172         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
5173         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
5174         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
5175         use GL(dl_rtld_map), use map parameter.
5176         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
5177         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
5178         USE_TLS && HAVE___THREAD.
5179         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
5180         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
5181         TLS code sequence.
5182         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5184         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
5185         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
5186         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
5187         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
5188         * sysdeps/unix/sysv/linux/readv.c: Likewise.
5189         * sysdeps/unix/sysv/linux/writev.c: Likewise.
5191 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
5193         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
5194         MS_INVALIDATE values.
5196 2002-07-17  Andreas Schwab  <schwab@suse.de>
5197             Ulrich Drepper  <drepper@redhat.com>
5199         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
5200         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
5201         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
5202         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
5204 2002-07-01  H.J. Lu  <hjl@gnu.org>
5206         * elf/circleload1.c (load_dso): Call "circlemod1" and check
5207         return value.
5209         * elf/circlemod1.c (circlemod1): Return int.
5210         * elf/circlemod2.c (circlemod2): Likewise.
5211         * elf/circlemod2a.c (circlemod2): Likewise.
5212         * elf/circlemod3.c (circlemod3): Likewise.
5213         (circlemod3a): A new function.
5215 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
5217         * catgets/tst-catgets.c (main): Don't expect results for
5218         untranslated messages.
5220         * glibcbug.in: Fix little typo.  Remove STDIO.
5222         * config.h.in: Fail if __FAST_MATH__ is defined.
5223         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
5224         (CPPFLAGS-test-idouble.c): Likewise.
5225         (CPPFLAGS-test-ildouble.c): Likewise.
5227 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
5229         * intl/tst-gettext.sh: Pass -f option to msgfmt.
5230         * intl/tst-gettext.c: Correctly handle untranslated messages in
5231         positive tests.
5233         * po/de.po: Update from translation team.
5235 2002-07-02  H.J. Lu  <hjl@gnu.org>
5237         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
5238         use ll/sc.
5239         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
5241         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
5242         to 2.4.0 for mips.
5244 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
5246         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
5247         TLS fail if USE_TLS is not defined.
5249         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
5250         and adjust state for seek position.  [PR libc/4070]
5251         * libio/Makefile (tests): Add bug-rewind.
5252         * libio/bug-rewind.c: New file.
5254 2002-07-12  Philip Blundell  <philb@gnu.org>
5256         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
5257         (__backtrace): Use it.
5258         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
5260 2002-07-12  Philip Blundell  <philb@gnu.org>
5262         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
5263         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
5264         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
5265         (elf_machine_rela): Remove unused variable.
5267         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
5268         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
5269         define.
5271 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
5273         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
5275 2002-07-14  Andreas Jaeger  <aj@suse.de>
5277         * sysdeps/x86_64/bits/link.h: Add biarch support.
5279 2002-07-13  Andreas Jaeger  <aj@suse.de>
5281         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
5282         Use correct indices.
5283         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
5285 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5287         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
5288         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
5289         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
5290         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
5291         * sysdeps/s390/s390-32/bits/link.h: Remove.
5292         * sysdeps/s390/s390-64/bits/link.h: Remove.
5293         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
5294         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
5295         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
5296         * sysdeps/s390/bits/wordsize.h: New file.
5297         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
5298         elfclass.h.
5299         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
5300         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
5301         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
5302         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
5303         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
5304         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
5305         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
5306         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
5307         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
5308         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
5309         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
5310         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
5311         resource.h.
5312         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
5313         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
5314         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
5315         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
5316         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
5317         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
5318         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
5319         sigaction.h.
5320         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
5321         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
5322         siginfo.h.
5323         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
5324         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
5325         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
5326         socket.h.
5327         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
5328         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
5329         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
5330         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
5331         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
5332         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
5333         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
5334         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
5335         procfs.h.
5336         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
5337         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
5338         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
5339         ucontext.h.
5340         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
5341         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
5343 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
5345         * Versions.def (libc): Add GLIBC_2.3.
5346         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
5347         * stdlib/canonicalize.c: Add compatibility version for realpath
5348         and make new code available in GLIBC_2.3.
5350 2002-07-06  Bruno Haible  <bruno@clisp.org>
5352         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
5354 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
5356         * resolv/res_hconf.c (_res_hconf_init): Move code into new
5357         function do_init.  Use __libc_once.
5358         (do_init): New function.
5360         * iconvdata/iso8859-11.h: Removed.
5361         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
5362         (distribute): Remove iso8859-11.h.
5363         * iconvdata/tst-tables.sh: Add ISO-8859-11.
5365         * stdio-common/vfscanf.c (inchar): Restore errno from previous
5366         underflow operation if c == (W)EOF.
5368 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
5370         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
5371         non-zero, adjust exponent.
5372         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
5373         Remove NO_LONG_DOUBLE aliases.
5374         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
5375         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
5376         (__log1pl): Raise divide by zero and invalid exceptions when needed.
5377         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
5378         1**y and -1**+-Inf.
5379         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
5380         Fix BITS_PER_MP_LIMB 32 extraction.
5381         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
5382         exceptions for qNaNs.
5383         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
5384         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
5385         Raise exceptions when needed.  Don't recurse unnecessarily.
5386         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
5387         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
5388         exceptions for qNaNs.
5389         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
5390         to fix *quo return value sign.
5391         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
5392         case -Inf argument.
5393         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
5395 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
5397         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
5398         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
5399         -DNDEBUG.
5401 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
5403         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
5404         the result.
5406         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
5407         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
5409         * Versions.def (libthread_db): Add GLIBC_2.3.
5411 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
5413         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
5414         new stream if possible.
5415         * libio/freopen64.c (freopen64): Likewise.
5416         * libio/Makefile (tests): Add tst-freopen.
5417         * libio/tst-freopen.c: New file.
5419 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
5421         * libio/stdio.h (obstack_printf): Add format attribute.
5422         (obstack_vprintf): Likewise.
5424 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
5426         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
5427         resp. 16 bytes on 32-bit resp. 64-bit platforms.
5428         (re_charset_t, re_string_t): Reorder structure members for 64-bit
5429         architectures.
5431 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
5433         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
5434         (init_dfa): ...here.
5436 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
5438         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
5439         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
5440         nodes in parse trees.
5441         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
5442         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
5443         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
5444         nodes which can epsilon transit.
5445         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
5446         to IS_EPSILON_NODE macro.
5447         * posix/regexec.c (update_regs): New function to update registers
5448         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
5449         (proceed_next_node): Use the entities of the nodes to determine
5450         whether the node can transit to.
5451         (set_regs): Use update_regs function to update registers.
5453 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
5455         * posix/bug-regex4.c (main): Remove duplicate setlocale.
5456         * posix/bug-regex6.c: New file.
5457         * posix/Makefile (tests): Add bug-regex6.
5458         (bug-regex6-ENV): Set LOCPATH.
5460 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
5462         * Versions.def [libpthread]: Add GLIBC_2.2.6.
5463         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
5465 2002-07-06  Bruno Haible  <bruno@clisp.org>
5467         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
5469 2002-07-06  Bruno Haible  <bruno@clisp.org>
5471         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
5472         declarations.
5474         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
5476         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
5478         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
5479         not _UTSNAME_H.
5480         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
5482         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
5483         * sysdeps/generic/bits/ustat.h: Likewise.
5485         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
5487 2002-07-08  Andreas Jaeger  <aj@suse.de>
5489         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
5491 2002-07-08  Andreas Jaeger  <aj@suse.de>
5493         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
5495 2002-07-06  Andreas Jaeger  <aj@suse.de>
5497         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
5498         * sysdeps/x86_64/fpu/s_copysign.S: New file.
5499         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
5500         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
5501         * sysdeps/x86_64/fpu/s_finitel.S: New file.
5502         * sysdeps/x86_64/fpu/s_fmax.S: New file.
5503         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
5504         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
5505         * sysdeps/x86_64/fpu/s_fmin.S: New file.
5506         * sysdeps/x86_64/fpu/s_fminf.S: New file.
5507         * sysdeps/x86_64/fpu/s_fminl.S: New file.
5509 2002-06-05  Brian Youmans <3diff@gnu.org>
5511         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
5512         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
5513         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
5514         * sysdeps/ia64/fpu/e_asin.S: Likewise.
5515         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
5516         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
5517         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
5518         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
5519         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
5520         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
5521         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
5522         * sysdeps/ia64/fpu/e_exp.S: Likewise.
5523         * sysdeps/ia64/fpu/e_expf.S: Likewise.
5524         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
5525         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
5526         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
5527         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
5528         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
5529         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
5530         * sysdeps/ia64/fpu/e_log.S: Likewise.
5531         * sysdeps/ia64/fpu/e_logf.S: Likewise.
5532         * sysdeps/ia64/fpu/e_pow.S: Likewise.
5533         * sysdeps/ia64/fpu/e_powf.S: Likewise.
5534         * sysdeps/ia64/fpu/e_powl.S: Likewise.
5535         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
5536         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
5537         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
5538         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
5539         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
5540         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
5541         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
5542         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
5543         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
5544         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
5545         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
5546         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
5547         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
5548         * sysdeps/ia64/fpu/libm_error.c: Likewise.
5549         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
5550         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
5551         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
5552         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
5553         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
5554         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
5555         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
5556         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
5557         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
5558         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
5559         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
5560         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
5561         * sysdeps/ia64/fpu/s_logb.S: Likewise.
5562         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
5563         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
5564         * sysdeps/ia64/fpu/s_modf.S: Likewise.
5565         * sysdeps/ia64/fpu/s_modff.S: Likewise.
5566         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
5567         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
5568         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
5569         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
5570         * sysdeps/ia64/fpu/s_rint.S: Likewise.
5571         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
5572         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
5573         * sysdeps/ia64/fpu/s_round.S: Likewise.
5574         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
5575         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
5576         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
5577         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
5578         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
5579         * sysdeps/ia64/fpu/s_significand.S: Likewise.
5580         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
5581         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
5582         * sysdeps/ia64/fpu/s_tan.S: Likewise.
5583         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
5584         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
5585         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
5586         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
5587         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
5588         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
5589         reflect IBM donation of math library to FSF
5590         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
5591         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
5592         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
5593         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
5594         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
5595         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
5596         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
5597         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
5598         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
5599         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
5600         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
5601         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
5602         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
5603         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
5604         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
5605         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
5606         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
5607         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
5608         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
5609         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
5610         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
5611         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
5612         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
5613         * sysdeps/vax/__longjmp.c: Likewise.
5614         * sysdeps/vax/setjmp.c: Likewise.
5615         * libio/filedoalloc.c: Fixed BSD copying permission notice to
5616         remove advertising clause
5617         * sysdeps/vax/htonl.s: Likewise.
5618         * sysdeps/vax/htons.s: Likewise.
5619         * libio/wfiledoalloc.c: Likewise.
5620         * stdlib/random.c: Likewise.
5621         * stdlib/random_r.c: Likewise.
5622         * sysdeps/mach/sys/reboot.h: Likewise.
5623         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
5624         * sysdeps/posix/getaddrinfo.c: Likewise.
5625         * sunrpc/des_impl.c: Updated license permission notice to Lesser
5626         GPL and corrected pointer to point to the correct license.
5628 2002-07-04  Andreas Jaeger  <aj@suse.de>
5630         * scripts/config.guess: New upstream version.
5631         * scripts/config.sub: Likewise.
5633 2002-07-02  Andreas Schwab  <schwab@suse.de>
5635         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
5636         in parallel to bumping up the buffer pointer.
5638 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
5640         * math/libm-test.inc (acos_test): Add missing L suffix for
5641         expected result.
5642         (cpow_test): Likewise.
5643         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
5644         error for acos (0.0625).
5646 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
5648         * locale/iso-639.def: Add entry for Ganda.
5649         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
5650         definition.
5651         (address_finish): Handle entries with two letter ISO 639 code.
5653         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
5654         directory if it existed before.
5655         * iconv/iconvconfig.c: Implement --prefix option.
5657         * math/libm-test.inc (cexp_test): Add missing L suffix for
5658         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
5659         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
5660         1.25 i).
5662 2002-05-29  H.J. Lu  <hjl@gnu.org>
5664         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
5665         is turned on.
5667 2002-05-28  H.J. Lu  <hjl@gnu.org>
5669         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
5670         are not dlopened on the dependency list of a dlopened object.
5672 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
5674         * elf/dl-lookup.c (add_dependency): It is not necessary to add
5675         dependencies if they are created between objects which are created
5676         while processing RTLD_NOW for objects loaded as part of the same
5677         dlopen call.
5679 2002-06-14  H.J. Lu  <hjl@gnu.org>
5681         * elf/Makefile (tests): Add circleload1.
5682         (modules-names): Add circlemod1, circlemod2, circlemod3,
5683         circlemod1a, circlemod2a and circlemod3a.
5684         ($(objpfx)circleload1): New target.
5685         ($(objpfx)circleload1.out): Likewise.
5686         ($(objpfx)circlemod1.so): Likewise.
5687         ($(objpfx)circlemod2.so): Likewise.
5688         ($(objpfx)circlemod1a.so): Likewise.
5689         ($(objpfx)circlemod2a.so): Likewise.
5690         * elf/circleload1.c: New file.
5691         * elf/circlemod1.c: New file.
5692         * elf/circlemod1a.c: New file.
5693         * elf/circlemod2.c: New file.
5694         * elf/circlemod2a.c: New file.
5695         * elf/circlemod3.c: New file.
5696         * elf/circlemod3a.c: New file.
5698 2002-06-18  Amos Waterland  <apw@us.ibm.com>
5700         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
5701         file descriptor.
5702         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
5703         add check for fd not open for writing.
5705         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
5706         completed element(s) and do not suspend thread if so.  Patch
5707         heavily modified by drepper.
5709         * rt/tst-aio7.c: New file.  Regression test for problems which the
5710         above three changes fix.
5711         * rt/Makefile (tests): Add tst-aio7.
5713 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
5715         * rt/tst-aio6.c: Fix comment.
5717         * catgets/gencat.c (read_input_file): Handle more than one slash
5718         at end of line correctly [PR libc/3926].
5719         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
5721         * catgets/sample.SJIS: Add test case for above bug.
5722         * catgets/test-gencat.c: Adjust test code.
5723         * catgets/test-gencat.sh: Adjust expected results.
5725         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
5726         to skip relative relocations.
5727         Patch by Geoff Keating <geoffk@redhat.com>.
5729 2002-05-26  Bruno Haible  <bruno@clisp.org>
5731         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
5732         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
5733         All callers changed.
5734         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
5735         STANDARD_FROM_LOOP_ERR_HANDLER.
5736         (utf8_internal_loop): Likewise.
5737         (ucs2_internal_loop): Likewise.
5738         (internal_ucs2_loop): Perform error handling like in
5739         STANDARD_FROM_LOOP_ERR_HANDLER.
5740         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
5741         in STANDARD_FROM_LOOP_ERR_HANDLER.
5742         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5743         handling.
5744         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
5745         in STANDARD_FROM_LOOP_ERR_HANDLER.
5746         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5747         handling.
5748         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
5749         in STANDARD_FROM_LOOP_ERR_HANDLER.
5750         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5751         handling.
5752         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
5753         STANDARD_FROM_LOOP_ERR_HANDLER.
5754         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
5755         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
5756         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
5757         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
5758         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
5759         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
5760         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
5761         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
5762         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
5763         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
5764         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
5765         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
5766         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
5767         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
5768         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
5769         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
5770         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
5771         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
5772         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
5773         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
5774         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
5775         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
5776         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
5777         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5778         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
5779         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
5780         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
5781         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
5782         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
5783         an error, still set result = __GCONV_ILLEGAL_INPUT.
5784         (BODY for TO_LOOP): Likewise.
5785         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
5786         STANDARD_FROM_LOOP_ERR_HANDLER.
5787         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5788         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
5789         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5790         handling.
5791         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5792         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
5793         STANDARD_FROM_LOOP_ERR_HANDLER.
5794         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5795         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
5796         STANDARD_FROM_LOOP_ERR_HANDLER.
5797         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5798         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
5799         STANDARD_FROM_LOOP_ERR_HANDLER.
5800         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5801         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
5802         STANDARD_FROM_LOOP_ERR_HANDLER.
5803         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5804         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
5805         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5806         handling.
5807         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5808         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
5809         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
5810         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
5812 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5814         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
5815         labels in assembler instructions.
5817 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
5819         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
5820         not enough content is available.
5821         * libio/tst-eof.c: New file.
5822         * libio/Makefile (tests): Add tst-eof.
5824         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
5825         update atime.
5826         * libio/tst-atime.c: New file.
5827         * libio/Makefile (tests): Add tst-atime.
5829         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
5830         handling of overly long words.
5832 2002-06-25  Andreas Jaeger  <aj@suse.de>
5834         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
5835         to not use 32-bit pc relative relocations.
5836         (elf_machine_dynamic): Likewise.
5838 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5840         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
5841         (__GETDENTS): Check for failed getdents64 syscall.
5842         * dirent/Makefile (tests): Add bug-readdir1.
5843         * dirent/bug-readdir1.c: New file.
5845 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
5847         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
5848         lookups.
5849         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
5850         code.  Print TLS modid and offset for modules containing PT_TLS
5851         segments.
5853 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5855         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5856         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5857         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5858         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5860 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5862         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
5863         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
5864         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
5865         * nss/getXXent_r.c (NEW, NEW1): Define.
5866         (NEW (REENTRANT_GETNAME)): Strong alias to
5867         INTERNAL (REENTRANT_GETNAME).
5868         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
5870 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5872         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
5873         (_IO_file_jumps_mmap): Use it.
5874         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
5875         * libio/libioP.h: Remove _IO_wdefault_setbuf and
5876         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
5877         prototype.
5878         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
5879         (_IO_wfile_jumps_mmap): Don't use it anymore.
5880         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
5881         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
5882         _IO_wdefault_setbuf.
5883         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
5884         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
5885         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
5887 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
5889         * libio/Makefile (tests): Add tst-mmap-setvbuf.
5890         * libio/tst-mmap-setvbuf.c: New test.
5892 2002-06-21  Andreas Jaeger  <aj@suse.de>
5894         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
5896 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
5898         * include/unistd.h (__fork_internal): Remove.
5899         (__fork): Don't define to __fork_internal.
5900         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
5901         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
5902         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
5903         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
5904         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
5906 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5908         * po/hr.po: New file.
5910 2002-06-11  Wolfram Gloger  <wg@malloc.de>
5912         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
5913         Reported by Michael Meissner <meissner@redhat.com>.
5915 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5917         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
5918         Patch by Hans Boehm <hans_boehm@hp.com>.
5920 2002-06-20  Andreas Jaeger  <aj@suse.de>
5922         * math/libm-test.inc: Use exact values as input parameters,
5923         compute output parameters with 36 digits for 128-bit long doubles.
5924         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
5925         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
5926         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
5928 2002-06-13  Stephen L Moshier  <steve@moshier.net>
5930         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
5931         argument or result is subnormal.
5933 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
5935         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
5936         quotient.
5937         * sysdeps/i386/fpu/s_remquof.S: Likewise.
5938         * sysdeps/i386/fpu/s_remquol.S: Likewise.
5940         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
5942 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
5944         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
5945         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
5946         Reported by Peter A. Buhr.
5948 2002-06-15  Roland McGrath  <roland@frob.com>
5950         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
5951         warning.
5953         * sysdeps/mach/hurd/getcwd.c
5954         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
5956         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
5957         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
5959         * sysdeps/alpha/divrem.h: Use local label instead of global one for
5960         jump to local subroutine.
5962 2002-06-14  Roland McGrath  <roland@frob.com>
5964         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
5965         * sysdeps/mach/hurd/Makeconfig: ... here.
5967 2002-06-13  Andreas Schwab  <schwab@suse.de>
5969         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
5970         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5971         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5973 2002-06-13  Roland McGrath  <roland@frob.com>
5975         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
5976         * hurd/hurdstartup.c (_hurd_startup): Likewise.
5977         Use intptr_t instead of int for argc in stack layout.
5978         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
5979         (_dl_init_first): Likewise.
5980         (_hurd_stack_setup): Likewise.
5981         (init1): Add a cast.
5982         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
5984         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
5985         argument to pfinet_siocgifconf RPC.
5987 2002-06-13  Andreas Schwab  <schwab@suse.de>
5989         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
5990         expansion order.
5992 2002-06-12  Roland McGrath  <roland@frob.com>
5994         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
5995         if already defined.
5996         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
5997         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
5999 2002-06-11  Roland McGrath  <roland@frob.com>
6001         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
6002         file on [!RTLD_STAT64].
6003         * sysdeps/mach/hurd/fxstat64.c: Likewise.
6005         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
6006         (__fdopen): Use INTUSE.
6007         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
6009         * stdio-common/tmpfile64.c: File removed.
6010         * sysdeps/generic/tmpfile64.c: New file.
6011         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
6012         if not already defined.
6013         (tmpfile): Use it in place of __GT_FILE.
6015         * include/unistd.h: Declare __chown_internal.
6017         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
6018         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
6020 2002-06-09  Roland McGrath  <roland@frob.com>
6022         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
6023         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
6024         value of HURD_INTERFACE_VERSION >= 20020609.
6025         * sysdeps/mach/hurd/configure: Regenerated.
6026         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
6027         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
6028         convert a struct stat64 into a struct stat and return 0 or -1
6029         with errno set to EOVERFLOW.
6030         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
6031         for struct statfs64 to struct statfs.
6032         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
6033         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
6034         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
6035         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
6036         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
6037         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
6038         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
6039         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
6040         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
6041         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
6042         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
6043         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
6044         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
6045         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
6046         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
6047         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
6048         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
6049         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
6050         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
6051         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
6052         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
6053         Use struct stat64 for io_stat argument.
6054         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
6055         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
6056         to io_seek.
6057         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
6058         * hurd/fd-write.c (_hurd_fd_write): Likewise.
6059         * hurd/hurd/fd.h: Update decls.
6060         * sysdeps/mach/hurd/getcwd.c
6061         (_hurd_canonicalize_directory_name_internal): Use ino64_t
6062         and struct dirent64.
6063         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
6064         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
6065         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
6066         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
6068 2002-06-08  Roland McGrath  <roland@frob.com>
6070         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
6071         instead of unsigned long int for __allocation and __size members.
6073 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
6075         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
6076         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
6077         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
6078         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
6080 2002-06-07  Roland McGrath  <roland@frob.com>
6082         * sysdeps/mach/hurd/bits/environments.h: File removed.
6084 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
6086         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
6087         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
6088         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
6089         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
6090         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
6091         (sendfile64): Likewise.
6092         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
6093         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
6094         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
6095         Likewise.
6096         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
6098         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
6099         already defined.
6101 2002-06-04  Bruno Haible  <bruno@clisp.org>
6103         * sysdeps/cris/stackinfo.h: New file.
6105         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
6106         to an integer type before performing bit operations on it.
6108 2002-06-05  Roland McGrath  <roland@frob.com>
6110         * sysdeps/generic/sendfile.c: Include <errno.h>.
6111         * sysdeps/generic/sendfile64.c: Likewise.
6113         * io/Makefile (routines): Add sendfile and sendfile64.
6114         (headers): Add sys/sendfile.h to the list.
6115         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
6116         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
6117         * io/sys/sendfile.h: ... here.
6118         * sysdeps/generic/sendfile.c: New file.
6119         * sysdeps/generic/sendfile64.c: New file.
6121         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
6122         Move sendfile, sendfile64 to ...
6123         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
6124         * sysdeps/mach/hurd/sendfile.c: New file.
6125         * sysdeps/mach/hurd/sendfile64.c: New file.
6127         * sysdeps/mach/nanosleep.c: New file.
6129 2002-06-04  Roland McGrath  <roland@frob.com>
6131         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
6132         * sysdeps/alpha/elf/configure: New file (generated).
6134 2002-06-02  Roland McGrath  <roland@frob.com>
6136         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
6138 2002-06-01  Roland McGrath  <roland@frob.com>
6140         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
6141         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
6143 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
6145         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
6146         Add nsmap.
6147         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
6148         Remove nstimes setting.
6149         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
6150         * resolv/res_send.c (res_nsend): Don't close unconditionally if
6151         there is mix of IPv6 and IPv4 nameservers.
6152         Use nsmap array to find free slots and preserve nameserver ordering.
6153         Fix RES_ROTATE.
6155 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
6157         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
6158         use this header with LFS.
6160         * po/sk.po: Update from translation team.
6162 2002-05-28  Andreas Schwab  <schwab@suse.de>
6164         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
6165         message when finding object of wrong class.
6167 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
6169         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
6170         Patch by <radu@netsoft.ro>.
6172 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
6174         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
6175         Add readahead.
6176         * sysdeps/unix/sysv/linux/readahead.c: New file.
6177         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
6178         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
6179         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
6180         Add sendfile64 alias to sendfile syscall.
6181         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6182         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6183         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6184         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
6185         syscall.
6187         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
6188         special section for PIC register loading.
6189         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
6191         * config.h.in: Define HAVE_HIDDEN.
6192         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
6194         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
6196 2002-05-28  Roland McGrath  <roland@frob.com>
6198         * sysdeps/mach/alpha/setfpucw.c: New file.
6200 2002-05-26  Roland McGrath  <roland@frob.com>
6202         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
6203         Use integer_t instead of int for IOC_VOID case.
6205 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
6207         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
6209 2002-05-26  Bruno Haible  <bruno@clisp.org>
6211         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
6212         end of the ISO-8859-7 from idx table.
6214 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
6216         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
6218 2002-05-24  David S. Miller  <davem@redhat.com>
6220         * string/bits/string2.h (memset): Do not try to optimize when
6221         not _STRING_ARCH_unaligned if GCC will do the right thing.
6223 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
6225         * posix/regex.c: Define `inline' as a macro into nothing for the
6226         compilers which lack the keyword.
6227         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
6228         for the compatibility of gawk.
6229         * posix/regcomp.c: Add fake implementation of isblank() for the
6230         environments which lack the function.
6231         Don't use free_charset() in case of non-i18n envs.
6232         (build_range_exp): Don't use i18n related code in case of non-i18n
6233         envs.
6234         (build_collating_symbol): Likewise.
6235         (build_equiv_class): Likewise.
6236         (build_charclass): Likewise.
6237         (re_compile_fastmap_iter): Likewise.
6238         (parse_bracket_exp): Likewise.
6239         (build_word_op): Likewise.
6240         (regfree): Don't use free_charset() in case of non-i18n envs.
6241         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
6242         re_token_type_t in case of non-i18n envs.
6243         Don't define re_charset_t in case of non-i18n envs.
6244         Change the type of wcs of re_string_t from wchar_t to wint_t,
6245         since we store also WEOF.
6246         * posix/regex_internal.c: (re_string_realloc_buffers): Change
6247         the type of wcs of re_string_t from wchar_t to wint_t.
6248         (re_string_reconstruct): Likewise.
6249         (create_ci_newstate): Don't use i18n related code in case of
6250         non-i18n envs.
6251         (create_cd_newstate): Likewise.
6253 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
6255         * iconv/loop.c: Fix typo.
6257 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
6259         * inet/ether_line.c (ether_line): Fix a typo causing only
6260         lower 4 bits of each ethernet address byte being assigned.
6261         Don't modify what line points to.
6262         * inet/tst-ether_aton.c (main): Add ether_line tests.
6264 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
6266         * manual/filesys.texi: Don't make readlink example leak memory
6267         when readlink fails.
6269 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
6271         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
6272         some more security checks.
6274 2002-05-17  David S. Miller  <davem@redhat.com>
6276         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
6278 2002-05-16  David S. Miller  <davem@redhat.com>
6280         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
6281         (elf_machine_dynamic): Use it to force PIC register to be loaded.
6282         (elf_machine_load_address): Likewise.
6283         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
6285         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
6286         is unaligned, do not forget to fully initialize %g1 magic value.
6288         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
6289         register definitions and provide 32-bit variants of structures
6290         during 64-bit builds.
6292         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
6293         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
6294         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
6295         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
6296         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
6297         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
6298         Do not clear implicit one bit here, it must be done post-rounding.
6299         Only pad to the left using left shift if value uses less than the
6300         available fractional bits.
6302 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6304         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
6305         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
6306         (shared-only-routines): Likewise.
6307         * sysdeps/powerpc/libgcc-compat.c: New file.
6308         * sysdeps/wordsize-32/cmpdi2.c: Removed.
6309         * sysdeps/wordsize-32/fixdfdi.c: Removed.
6310         * sysdeps/wordsize-32/fixsfdi.c: Removed.
6311         * sysdeps/wordsize-32/shdi3.c: Removed.
6313 2002-05-16  Bruno Haible  <bruno@clisp.org>
6315         * MakeTAGS (libc.pot): Don't sort the output.
6316         * po/header.pot: Update to match xgettext 0.11 output.
6318 2002-05-16  Bruno Haible  <bruno@clisp.org>
6320         * MakeTAGS (subdirs): Remove duplicates.
6322 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
6324         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
6325         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
6326         alias.
6328 2002-05-19  Andreas Jaeger  <aj@suse.de>
6330         * sysdeps/unix/sysv/linux/configure.in: Warn against an
6331         installation in /usr/local.
6333 2002-05-16  Bruno Haible  <bruno@clisp.org>
6335         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
6336         string as argument of #error.
6338 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
6340         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
6341         don't define static.  Remove old __realpath function.  TC1 of
6342         POSIX 2001 will allow the second parameter to be NULL.
6343         * stdlib/test-canon.c: Comment out test for NULL as second
6344         parameter of realpath.
6346         * time/offtime.c (__offtime): Set errno if overflow is detected.
6348         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
6349         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
6350         dl-brk and dl-sbrk.
6352         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
6353         (fdimf): Likewise.
6355 2002-05-15  Roland McGrath  <roland@frob.com>
6357         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
6359 2002-05-12  Bruno Haible  <bruno@clisp.org>
6361         * iconvdata/testdata/EUC-JISX0213: New file.
6362         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
6363         * iconvdata/testdata/SHIFT_JISX0213: New file.
6364         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
6365         * iconvdata/testdata/ISO-2022-JP-3: New file.
6366         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
6367         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
6368         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
6369         contains comments indicating precomposed characters.
6371 2002-04-21  Bruno Haible  <bruno@clisp.org>
6373         * iconvdata/iso-2022-jp-3.c: New file.
6374         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
6375         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
6376         (LDFLAGS-ISO-2022-JP-3.so): New variable.
6377         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
6378         (distribute): Add iso-2022-jp-3.c.
6380 2002-05-12  Bruno Haible  <bruno@clisp.org>
6382         * iconvdata/tst-table-to.c (main): Restore handling of
6383         transliterations, broken by last patch.
6385 2002-05-12  Bruno Haible  <bruno@clisp.org>
6387         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
6389 2002-05-12  Bruno Haible  <bruno@clisp.org>
6391         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
6392         when there is not enough room in the output buffer.
6393         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
6395 2002-04-20  Bruno Haible  <bruno@clisp.org>
6397         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
6398         macros.
6399         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
6400         Also make this macro work if FROM_DIRECTION evaluates to 0.
6401         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
6402         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
6403         of consume_incomplete.
6404         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
6405         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
6406         4, not 8.
6407         * iconvdata/cp1258.c: Likewise.
6408         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
6409         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
6410         not 2.
6411         * iconvdata/ibm933.c: Likewise.
6412         * iconvdata/ibm935.c: Likewise.
6413         * iconvdata/ibm937.c: Likewise.
6414         * iconvdata/ibm939.c: Likewise.
6415         * iconvdata/iso-2022-cn.c: Define
6416         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6417         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
6418         * iconvdata/iso-2022-cn-ext.c: Likewise.
6419         * iconvdata/iso-2022-jp.c: Define
6420         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6421         {MIN,MAX}_NEEDED_{FROM,TO}.
6422         * iconvdata/tcvn5712-1.c: Define
6423         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6424         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
6425         * iconvdata/euc-jisx0213.c: Define
6426         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6427         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
6428         * iconvdata/shift_jisx0213.c: Likewise.
6430 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6432         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
6433         shdi3, fixdfdi, fixsfdi in csu dir.
6434         (shared-only-routines): Likewise.
6435         * sysdeps/wordsize-32/cmpdi2.c: New file.
6436         * sysdeps/wordsize-32/shdi3.c: New file.
6437         * sysdeps/wordsize-32/fixdfdi.c: New file.
6438         * sysdeps/wordsize-32/fixsfdi.c: New file.
6439         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
6440         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
6441         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
6443         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
6444         Only use va_arg if the argument will be used [PR libc/3259].
6446 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
6448         * catgets/catgets.c (catopen): Free buffer if internal catalog
6449         open fails.
6451 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
6453         * debug/xtrace.sh: Make more robust.  For realtime tracking use
6454         non-buffering methods.
6455         * debug/pcprofiledump.c: Implement -u option.
6456         Patch by Roger Luethi <rl@hellgate.ch>.
6458 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
6460         * include/netinet/in.h (bindresvport_internal): Add prototype.
6461         * include/rpc/auth.h  (authunix_create_internal,
6462         authunix_create_default_internal, authnone_create_internal,
6463         authdes_pk_create_internal): Add prototypes.
6464         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
6465         clntudp_create_internal, clntudp_bufcreate_internal,
6466         clntunix_create_internal): Add prototypes.
6467         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
6468         svc_getreq_internal, svc_getreq_common_internal,
6469         svc_getreqset_internal, svc_getreq_poll_internal,
6470         svc_register_internal, svc_unregister_internal,
6471         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
6472         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
6473         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
6474         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
6475         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
6476         * inet/rcmd.c (rcmd_af): Use __listen.
6477         (rresvport_af): Use __bind.
6478         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
6479         authunix_create, authunix_create_default, authnone_create,
6480         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
6481         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
6482         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
6483         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
6484         _authenticate, add INTDEF after such function definitions.
6485         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
6486         __setsockopt, __getsockname instead of non-__ variants.
6487         * sunrpc/pmap_rmt.c: Likewise.
6488         * sunrpc/rtime.c: Likewise.
6489         * sunrpc/svc_udp.c: Likewise.
6490         * sunrpc/clnt_unix.c: Likewise.
6491         * sunrpc/svc_unix.c: Likewise.
6492         * sunrpc/bindrsvprt.c: Likewise.
6493         * sunrpc/svc_tcp.c: Likewise.
6494         * sunrpc/auth_none.c: Likewise.
6495         * sunrpc/clnt_raw.c: Likewise.
6496         * sunrpc/clnt_tcp.c: Likewise.
6497         * sunrpc/auth_unix.c: Likewise.
6498         * sunrpc/key_call.c: Likewise.
6499         * sunrpc/clnt_gen.c: Likewise.
6500         * sunrpc/pm_getmaps.c: Likewise.
6501         * sunrpc/clnt_simp.c: Likewise.
6502         * sunrpc/pmap_clnt.c: Likewise.
6503         * sunrpc/svc_run.c: Likewise.
6504         * sunrpc/svc.c: Likewise.
6505         * sunrpc/svc_simple.c: Likewise.
6506         * sunrpc/pm_getport.c: Likewise.
6507         * sunrpc/auth_des.c: Likewise.
6508         * sunrpc/svc_auth.c: Likewise.
6509         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
6510         __register_frame_info_table_bases, __deregister_frame_info_bases):
6511         Add INTDEF.
6512         (__register_frame_info_bases_internal,
6513         __register_frame_info_table_bases_internal,
6514         __deregister_frame_info_bases_internal): Add prototypes.
6515         (__register_frame_info, __register_frame): Use INTUSE in call to
6516         __register_frame_info_bases.
6517         (__register_frame_info_table): Similarly.
6518         (__deregister_frame_info, __deregister_frame): Similarly.
6519         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
6520         sendto as weak alias.
6521         * sysdeps/mach/hurd/sendto.c: Likewise.
6522         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
6523         recvfrom as weak alias.
6524         * sysdeps/mach/hurd/recvfrom.c: Likewise.
6525         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
6526         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
6527         recvmsg as weak alias.
6528         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
6529         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
6530         sendmsg as weak alias.
6531         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
6532         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
6533         setsockopt, add setsockopt as weak alias.
6534         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6535         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
6536         weak alias.
6537         * sysdeps/mach/hurd/bind.c: Likewise.
6538         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
6539         as weak alias.
6540         * sysdeps/mach/hurd/listen.c: Likewise.
6541         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
6542         getsockname, add getsockname as weak alias.
6543         * sysdeps/mach/hurd/getsockname.c: Likewise.
6544         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
6545         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
6546         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
6547         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
6548         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
6549         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
6550         Add aliases.
6551         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6552         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6553         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6554         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6555         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
6556         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
6557         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
6558         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
6559         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
6560         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
6561         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
6562         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
6564 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
6566         * locale/programs/localedef.h (show_archive_content): Add verbose
6567         argument.
6568         * locale/programs/localedef.c (main): Adjust caller.
6569         * locale/programs/locarchive.c (struct nameent, struct dataent): New
6570         types.
6571         (nameentcmp, dataentcmp): New functions.
6572         (xstrcmp): Remove.
6573         (show_archive_content): Print verbose listing with --list-archive -v.
6575 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
6577         * locale/programs/locarchive.c (open_archive): Take extra argument
6578         readonly.  If true open file with O_RDONLY and don't create the
6579         archive if it doesn't exist.
6580         Adapt all callers.
6581         (close_archive): Don't do anything if fd element is -1.
6582         * locale/programs/localedef.h (open_archive): Adjust prototype.
6583         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
6584         call.
6586         * malloc/malloc.c (__posix_memalign): Correct check for size of
6587         alignment value [PR libc/3444].
6589         * include/stdio.h: Remove references to old stdio implementation.
6591         * libio/Makefile (bug-ungetwc2-ENV): Define.
6593 2002-05-13  Roland McGrath  <roland@frob.com>
6595         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
6597         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
6599 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
6601         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
6602         Allocate three, not two, more than LEN when appending '/.'.
6603         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
6604         if NAME ends with '/.' if it is shorter than 2 chars.
6606 2002-05-12  Roland McGrath  <roland@frob.com>
6608         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
6609         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
6611         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
6612         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
6614 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
6616         * sysdeps/ia64/Makefile: Remove extra endif.
6617         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
6619 2002-05-10  Andreas Schwab  <schwab@suse.de>
6621         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
6623 2002-05-09  Andreas Jaeger  <aj@suse.de>
6625         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
6626         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
6627         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
6629         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
6630         * sysdeps/wordsize-64/glob.c: ...here.
6631         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
6632         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
6633         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
6635 2002-05-08  Roland McGrath  <roland@frob.com>
6637         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
6638         O_NOTRANS flag in "." lookup.
6640 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
6642         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
6644 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
6646         * locale/duplocale.c (__duplocale): Update special members only
6647         when allocation succeeded.
6649 2002-05-03  Roland McGrath  <roland@frob.com>
6651         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
6652         we can only build libc.so.0.3(GLIBC_2.2.6) now.
6654 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
6656         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
6657         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
6658         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
6659         * sysdeps/ia64/ia64libgcc.S: New file.
6661 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
6663         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
6665         * malloc/memusage.c: Distinguish anonymous mmap.
6667 2002-05-01  Roland McGrath  <roland@frob.com>
6669         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
6670         and use INTDEF on it.
6671         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
6673         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
6675         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
6677 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
6679         * malloc/memusage.c: Add support for tracking mmap & friends.
6680         * malloc/memusage.sh: Implement -m/--mmap option.
6682 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
6684         * locale/programs/locarchive.c (create_archive): Add archivefname
6685         argument, create fname from it.
6686         (enlarge_archive): Honour output_prefix.
6687         (open_archive): Likewise.
6689 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
6691         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
6692         too many stpcpy macros.
6694 2002-04-26  Bruno Haible  <bruno@clisp.org>
6696         * locale/programs/ld-collate.c (collate_read): Cast first argument
6697         for "%.*s" to int.
6699 2002-04-26  Bruno Haible  <bruno@clisp.org>
6701         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
6702         __dcngettext_internal): New declarations.
6703         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
6704         attribute declarations.
6706 2002-04-30  Roland McGrath  <roland@frob.com>
6708         Removed old GNU stdio implementation; GNU libio is now the only option.
6709         * configure.in: Removed --enable-libio option and @stdio@ subst var.
6710         Define USE_IN_LIBIO unconditionally.
6711         * configure: Regenerated.
6712         * Makeconfig (stdio): Set to libio by default.
6713         * config.make.in (stdio): Variable removed.
6714         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
6715         * sysdeps/unix/sysv/linux/configure: Regenerated.
6716         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
6717         * sysdeps/mach/hurd/configure: Regenerated.
6718         * stdio/.cvsignore: File removed.
6719         * stdio/Makefile: File removed.
6720         * stdio/Versions: File removed.
6721         * stdio/__fbufsize.c: File removed.
6722         * stdio/__flbf.c: File removed.
6723         * stdio/__fpending.c: File removed.
6724         * stdio/__fpurge.c: File removed.
6725         * stdio/__freadable.c: File removed.
6726         * stdio/__freading.c: File removed.
6727         * stdio/__fsetlocking.c: File removed.
6728         * stdio/__fwritable.c: File removed.
6729         * stdio/__fwriting.c: File removed.
6730         * stdio/clearerr.c: File removed.
6731         * stdio/fclose.c: File removed.
6732         * stdio/fcloseall.c: File removed.
6733         * stdio/feof.c: File removed.
6734         * stdio/ferror.c: File removed.
6735         * stdio/fflush.c: File removed.
6736         * stdio/fgetc.c: File removed.
6737         * stdio/fgetpos.c: File removed.
6738         * stdio/fgets.c: File removed.
6739         * stdio/fileno.c: File removed.
6740         * stdio/fmemopen.c: File removed.
6741         * stdio/fopen.c: File removed.
6742         * stdio/fopncook.c: File removed.
6743         * stdio/fputc.c: File removed.
6744         * stdio/fputs.c: File removed.
6745         * stdio/fread.c: File removed.
6746         * stdio/freopen.c: File removed.
6747         * stdio/fseek.c: File removed.
6748         * stdio/fsetpos.c: File removed.
6749         * stdio/ftell.c: File removed.
6750         * stdio/fwrite.c: File removed.
6751         * stdio/getc.c: File removed.
6752         * stdio/getchar.c: File removed.
6753         * stdio/getdelim.c: File removed.
6754         * stdio/gets.c: File removed.
6755         * stdio/glue.c: File removed.
6756         * stdio/internals.c: File removed.
6757         * stdio/linewrap.c: File removed.
6758         * stdio/linewrap.h: File removed.
6759         * stdio/memstream.c: File removed.
6760         * stdio/newstream.c: File removed.
6761         * stdio/obstream.c: File removed.
6762         * stdio/putc.c: File removed.
6763         * stdio/putchar.c: File removed.
6764         * stdio/puts.c: File removed.
6765         * stdio/rewind.c: File removed.
6766         * stdio/setbuf.c: File removed.
6767         * stdio/setbuffer.c: File removed.
6768         * stdio/setlinebuf.c: File removed.
6769         * stdio/setvbuf.c: File removed.
6770         * stdio/stdio.h: File removed.
6771         * stdio/ungetc.c: File removed.
6772         * stdio/vasprintf.c: File removed.
6773         * stdio/vscanf.c: File removed.
6774         * stdio/vsnprintf.c: File removed.
6775         * stdio/vsprintf.c: File removed.
6776         * stdio/vsscanf.c: File removed.
6777         * sysdeps/generic/defs.c: File removed.
6778         * sysdeps/generic/fdopen.c: File removed.
6779         * sysdeps/generic/pipestream.c: File removed.
6780         * sysdeps/generic/stdio_init.c: File removed.
6781         * sysdeps/generic/sysd-stdio.c: File removed.
6782         * sysdeps/generic/vdprintf.c: File removed.
6783         * sysdeps/mach/hurd/defs.c: File removed.
6784         * sysdeps/mach/hurd/fdopen.c: File removed.
6785         * sysdeps/mach/hurd/pipestream.c: File removed.
6786         * sysdeps/mach/hurd/stdio_init.c: File removed.
6787         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
6788         * sysdeps/mach/hurd/vdprintf.c: File removed.
6789         * sysdeps/posix/defs.c: File removed.
6790         * sysdeps/posix/fdopen.c: File removed.
6791         * sysdeps/posix/pipestream.c: File removed.
6792         * sysdeps/posix/stdio_init.c: File removed.
6793         * sysdeps/posix/vdprintf.c: File removed.
6794         * sysdeps/unix/pipestream.c: File removed.
6795         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
6796         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
6797         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
6799 2002-04-29  Roland McGrath  <roland@frob.com>
6801         * include/libc-symbols.h (link_warning): Use `unused' attribute.
6803 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
6805         * sysdeps/generic/tls.h: Describe what must be defined.
6807         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
6808         glob_in_dir [PR libc/3385].
6809         * posix/globtest.sh: Add test case.
6811         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
6812         //TRANSLIT twice.
6814 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
6816         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
6817         _internal symbol handling.
6818         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6820 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6822         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
6823         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
6825 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
6827         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
6828         not _LIBC and RE_ENABLE_I18N.
6829         (build_range_exp): Implement for not _LIBC.
6830         (build_collating_symbol): Likewise.
6831         (parse_bracket_exp): Unify redundant error handlings.
6832         Don't erase mbcset for non matching list in multibyte envs.
6833         (build_word_op): Add '_' to matching list for \w operator.
6834         * posix/regex_internal.c (re_string_construct): Invoke
6835         build_upper_buffer in case of not RE_ENABLE_I18N.
6836         (re_string_reconstruct): Don't touch cur_state in case of not
6837         RE_ENABLE_I18N.
6838         * posix/regex_internal.h (attribute_hidden): New macro in case of
6839         not _LIBC.
6840         (re_charset_t): Define range_starts/ends in case of not _LIBC.
6841         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
6842         RE_ENABLE_I18N.
6843         (transit_state_mb): Likewise.
6844         (check_node_accept_bytes): Implement the code evaluating range
6845         expression in case of not _LIBC.
6846         (find_collation_sequence_value): Hide in case of not _LIBC.
6848 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
6850         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
6851         i386/semctl.c.
6852         (__old_semctl, __new_semctl): Only use va_arg if the argument will
6853         be used.
6855 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6857         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
6859         * sysdeps/ia64/strncpy.S: Fix recovery code.
6860         Patch by David Mosberger <davidm@hpl.hp.com>.
6862 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6864         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
6865         GLIBC_2.2.6.
6867 2002-04-14  Bruno Haible  <bruno@clisp.org>
6869         * posix/regex.c (re_max_failures): Add back symbol for binary
6870         compatibility.
6872 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
6874         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
6875         of buffer building functions.
6876         * posix/regex_internal.c (re_string_allocate): New function.
6877         (re_string_realloc_buffers): New function.
6878         (re_string_skip_chars): New function.
6879         (re_string_reconstruct): New function.
6880         (re_string_construct): Adapt it to new interface of buffer building
6881         functions.
6882         (re_string_construct_common): Likewise.
6883         (build_wcs_buffer): Likewise.
6884         (build_wcs_upper_buffer): Likewise.
6885         (build_upper_buffer): Likewise.
6886         (re_string_translate_buffer): Likewise.
6887         (re_string_context_at): Adapt it to variable length buffers.
6888         * posix/regex_internal.h (re_string_t): Add new fields to handle
6889         variable length buffers.
6890         (re_match_context_t): Likewise.
6891         * posix/regexec.c (re_search_internal): Adapt it to new interface
6892         of re_string_t and re_match_context_t.
6893         (acquire_init_state_context): Likewise.
6894         (check_matching): Likewise.
6895         (check_halt_state_context): Likewise.
6896         (proceed_next_node): Likewise.
6897         (set_regs): Likewise.
6898         (sift_states_backward): Likewise.
6899         (clean_state_log_if_need): Likewise.
6900         (sift_states_iter_mb): Likewise.
6901         (sift_states_iter_bkref): Likewise.
6902         (add_epsilon_backreference): Likewise.
6903         (transit_state): Likewise.
6904         (transit_state_sb): Likewise.
6905         (transit_state_mb): Likewise.
6906         (transit_state_bkref): Likewise.
6907         (transit_state_bkref_loop): Likewise.
6908         (check_node_accept): Likewise.
6909         (match_ctx_init): Likewise.
6910         (extend_buffers): New function.
6912 2002-04-21  Bruno Haible  <bruno@clisp.org>
6914         * iconvdata/tst-table.sh: For the second check, use the truncated
6915         GB18030 charmap table, like for the first check.
6917 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6919         * elf/dl-load.c (open_verify): Correct __lseek parameters.
6920         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
6922 2002-04-23  H.J. Lu  <hjl@gnu.org>
6924         * include/math.h (isfinite): Fix a typo.
6926 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6928         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
6929         which is created by the test suite.
6931 2002-04-20  Bruno Haible  <bruno@clisp.org>
6933         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
6934         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
6936 2002-04-20  Bruno Haible  <bruno@clisp.org>
6938         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
6939         to avoid gcc warning.
6941 2002-04-20  Bruno Haible  <bruno@clisp.org>
6943         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
6944         of data->__statep->__count.
6946 2002-04-20  Bruno Haible  <bruno@clisp.org>
6948         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
6949         tag characters.
6950         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
6952 2002-04-24  Roland McGrath  <roland@frob.com>
6954         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
6955         use END macro instead of our own .end directive.
6956         Use `callsys' insn mnemonic instead of `call_pal'.
6958         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
6960         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
6961         macro; we need this for Hurd.
6963         Log entry was missing for 2002/03/24 commit of rev 1.8,
6964         goes with 2002-03-17 changes.
6965         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
6966         (sysdep_routines): Append ioperm here.
6967         (sysdep_headers): Append sys/io.h here.
6969 2002-04-23  Roland McGrath  <roland@frob.com>
6971         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
6972         * sysdeps/mach/hurd/sendto.c: Likewise.
6973         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
6974         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
6975         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
6977 2002-04-22  Roland McGrath  <roland@frob.com>
6979         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
6980         failure from i386_io_perm_* RPCs to ENOSYS.
6982 2002-04-22  Andreas Jaeger  <aj@suse.de>
6984         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
6986         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
6988         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
6989         register instead of destroying %rbx.
6991 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
6993         * string/string.h: Declare strerror_r also for XPG6.
6995 2002-04-19  Roland McGrath  <roland@frob.com>
6997         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
6999 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
7001         * Makefile: Add handling of xtests and xcheck targets.
7002         * MakeTAGS: Likewise.
7003         * Makeconfig: Likewise.
7004         * Makerules: Likewise.
7005         * Rules: Likewise.
7006         * manual/Makefile: Likewise.
7007         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
7008         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
7010 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
7012         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
7013         authnone_private_s.
7014         * sunrpc/auth_none.c: Include bits/libc-lock.h.
7015         Delete #ifdef _RPC_THREAD_SAFE_ block.
7016         (authnone_private): Make a struct, not a pointer to struct.
7017         (authnone_private_guard): New once-control variable.
7018         (authnone_create_once): New function, split out of
7019         authnone_create.  No need to allocate memory.
7020         (authnone_create): Just call authnone_create_once via
7021         __libc_once, then return &authnone_private->no_client.
7022         (authnone_marshal): Access private data via CLIENT argument,
7023         not authnone_private pointer.
7024         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
7025         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
7026         authnone_private_s.
7028 2002-04-12  H.J. Lu  <hjl@gnu.org>
7030         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
7032 2002-04-18  Bruno Haible  <bruno@clisp.org>
7034         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
7035         FROM_DIRECTION): Make the FROM direction stateless.
7036         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
7037         FROM_DIRECTION): Likewise.
7039 2002-04-15  Bruno Haible  <bruno@clisp.org>
7041         * iconvdata/JISX0213.TXT: New file.
7042         * iconvdata/jisx0213.h: New file.
7043         * iconvdata/jisx0213.c: New file.
7044         * iconvdata/euc-jisx0213.c: New file.
7045         * iconvdata/shift_jisx0213.c: New file.
7046         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
7047         * iconvdata/EUC-JISX0213.precomposed: New file.
7048         * iconvdata/SHIFT_JISX0213.precomposed: New file.
7049         * iconvdata/SHIFT_JISX0213.irreversible: New file.
7050         * iconvdata/tst-table-to.c (main): Make it work for encodings for
7051         which the "to" direction is stateful.
7052         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
7053         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
7054         SHIFT_JISX0213.
7055         (libJISX0213-routines): New variable.
7056         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
7057         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
7058         (LDFLAGS-libJISX0213.so): New variable.
7059         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
7060         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
7061         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
7063 2002-04-15  Bruno Haible  <bruno@clisp.org>
7065         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
7066         uint32_t.  Update to Unicode 3.2.
7067         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
7068         (BODY for TO_LOOP): Handle the ASCII range specially.
7069         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
7070         * iconvdata/testdata/BIG5HKSCS: Remove a character.
7071         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
7073 2002-04-15  Bruno Haible  <bruno@clisp.org>
7075         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
7076         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
7078 2002-04-15  Bruno Haible  <bruno@clisp.org>
7080         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
7081         (ucs4_to_cns11643): Update.
7082         * iconvdata/cns11643.c: Update to Unicode 3.2.
7083         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
7084         __cns11643_from_ucs4p2_tab): Regenerated.
7085         (__cns11643_from_ucs4p2c_tab): New array.
7086         * iconvdata/cvs11643l1.c: Update comments.
7087         * iconvdata/EUC-TW.irreversible: Remove two entries.
7089 2002-04-15  Bruno Haible  <bruno@clisp.org>
7091         * locale/C-translit.h.in: Update to Unicode 3.2.
7092         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
7093         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
7095 2002-04-15  Bruno Haible  <bruno@clisp.org>
7097         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
7098         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
7100 2002-04-15  Bruno Haible  <bruno@clisp.org>
7102         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
7103         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
7104         always one byte, not 0 bytes in some cases and 2 bytes in others.
7106         * iconvdata/tst-table-from.c (main): Correct the usage message.
7108 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
7110         * posix/regcomp.c (parse_expression): Fix incorrect error code.
7111         (parse_dup_op): Fix error handling like "a{}".
7112         (parse_bracket_exp): Add error handling.
7113         (fetch_number): Add error handling for "a{<very_large_number>}".
7115 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
7117         * posix/regcomp.c (parse_bracket_symbol): Add error handling
7118         in case that the symbol name is too long.
7119         (build_charclass): Handle [:lower:]/[:uppper:] correctly
7120         in case of REG_ICASE.
7122 2002-04-19  Andreas Jaeger  <aj@suse.de>
7124         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
7125         <hartvige@mips.com>.
7127 2002-04-15  H.J. Lu  <hjl@gnu.org>
7129         * include/math.h (__finitel_internal): Declare only if
7130         __NO_LONG_DOUBLE_MATH is not defined.
7131         (__isinfl_internal): Likewise.
7132         (__isnanl_internal): Likewise.
7134         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
7135         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
7136         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
7137         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7138         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
7139         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7140         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7142         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
7143         __fcntl_internal.
7145         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
7146         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
7148 2002-04-15  Bruno Haible  <bruno@clisp.org>
7150         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
7151         (BODY for TO_LOOP): Likewise.
7152         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
7153         * iconvdata/tst-table.sh: Add support for encodings which contain
7154         precomposed Unicode characters, known to the iconv converter in both
7155         directions but not listed in the charmap.
7156         * iconvdata/IBM856.irreversible: New file.
7157         * iconvdata/IBM922.irreversible: New file.
7158         * iconvdata/IBM1132.irreversible: New file.
7159         * iconvdata/IBM1133.irreversible: New file.
7160         * iconvdata/IBM1160.irreversible: New file.
7161         * iconvdata/IBM1161.irreversible: New file.
7162         * iconvdata/IBM1163.irreversible: New file.
7163         * iconvdata/IBM1164.irreversible: New file.
7164         * iconvdata/ARMSCII-8.irreversible: New file.
7165         * iconvdata/TCVN5712-1.precomposed: New file.
7166         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
7167         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
7168         ARMSCII-8, TCVN5712-1.
7169         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
7170         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
7171         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
7172         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
7174 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
7176         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
7177         for EVENING69.  Include offsets in TZ environment variable.
7179 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
7181         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
7182         avoid compiler warnings.
7184         * locale/programs/localedef.c (main): Always call
7185         construct_output_path.
7187         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
7189         * locale/programs/locfile.c (to_archive): New variable.  To collect
7190         data which has to be added to the locale archive.
7191         (write_all_categories): Take new third parameter with locale name.
7192         Unless no_archive flag set add new locale data to the archive
7193         (write_locale_data): Unless no-archive flag set store generated data
7194         in to_archive data structure instead of generation output file.
7195         Add new parameter with locale category index.
7196         * locale/programs/locfile.h: Add new parameters in declaractions of
7197         write_all_categories and write_locale_data.
7198         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
7199         --add-to-archive, and --delete-from-archive options.  Pass extra
7200         parameter to write_all_categories.
7201         * locale/programs/localedef.h: Add prototypes for functions in
7202         locarchive.c.
7203         * locale/locarchive.h: New file.
7204         * locale/programs/locarchive.c: New file.
7205         * locale/Makefile (distribute): Add programs/locarchive.c and
7206         locarchive.h.
7207         (localedef-modules): Add md5 and locarchive.
7208         Add vpath to crypt subdir for md5.c.
7210         * locale/programs/ld-address.c: Pass locale category ID as new second
7211         parameter to write_locale_data.
7212         * locale/programs/ld-collate.c: Likewise.
7213         * locale/programs/ld-ctype.c: Likewise.
7214         * locale/programs/ld-identification.c: Likewise.
7215         * locale/programs/ld-measurement.c: Likewise.
7216         * locale/programs/ld-messages.c: Likewise.
7217         * locale/programs/ld-monetary.c: Likewise.
7218         * locale/programs/ld-name.c: Likewise.
7219         * locale/programs/ld-numeric.c: Likewise.
7220         * locale/programs/ld-paper.c: Likewise.
7221         * locale/programs/ld-telephone.c: Likewise.
7222         * locale/programs/ld-time.c: Likewise.
7224         * locale/simple-hash.c: Move compute_hashval function from here...
7225         * locale/hashval.h: ...to here.  New file.
7226         * locale/simple-hash.h: Add prototype for compute_hashval.
7228         * include/libintl.h: Minor cleanups.
7230 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
7232         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
7234 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
7236         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
7238 2002-04-14  Bruno Haible  <bruno@clisp.org>
7240         * locale/programs/charmap.c (charmap_read): Don't access result if
7241         result == NULL.
7243 2002-02-17  Andreas Schwab  <schwab@suse.de>
7245         * elf/reldep7.c: New file.
7246         * elf/reldep7mod1.c: New file.
7247         * elf/reldep7mod2.c: New file.
7248         * elf/Makefile: Add rules to build and run reldep7.
7250 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
7252         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
7253         the end of the function.  Pass original flags to recursive call if
7254         add_dependency failed.
7255         (_dl_lookup_versioned_symbol): Likewise.
7257 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
7259         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
7260         early, but check whether it overflowed afterwards.
7261         * time/tst-mktime.c (main): Add new tests.
7263 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
7265         * debug/xtrace.sh: Fix program name in help message.
7266         Patch by Roger Luethi <rl@hellgate.ch>.
7268         * include/sys/stat.h: Add prototypes for __lxstat_internal and
7269         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
7270         NOT_IN_libc.
7271         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
7272         * sysdeps/mach/hurd/lxstat.c: Likewise.
7273         * sysdeps/unix/common/lxstat.c: Likewise.
7274         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
7275         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
7276         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
7277         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
7278         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
7279         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
7280         * sysdeps/mach/hurd/lxstat64.c: Likewise.
7281         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
7282         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
7284         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
7285         prototypes.  Add __mbrlen and __mbrtowc macros.
7286         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
7287         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
7289         * include/unistd.h: Add prototype for __write_internal and add
7290         __libc_write macro is SHARED.
7291         * sysdeps/generic/write.c: Use INTDEF for __write.
7292         * sysdeps/mach/hurd/write.c: Likewise.
7293         * sysdeps/unix/sysv/aix/write.c: Likewise.
7294         * sysdeps/unix/syscalls.list: Add __libc_write alias.
7296         * assert/assert.c: Replace STR_N_SIZE with something usable in
7297         macro arguments.
7298         * assert/assert-perr.c: Likewise.
7300         * include/sys/socket.h: Declare __libc_sa_len_internal and define
7301         SA_LEN macro to use it if not NOT_IN_libc.
7302         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
7304         * include/fcntl.h: Declare __open_internal and define __open and
7305         __libc_open macros if not NOT_IN_libc.
7306         * sysdeps/generic/open.c: Use INTDEF for __open.
7307         * sysdeps/mach/hurd/open.c: Likewise.
7308         * sysdeps/unix/sysv/aix/open.c: Likewise.
7309         * sysdeps/unix/syscalls.list: Add __open_internal alias.
7311         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
7312         has correct number.
7314         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
7315         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
7316         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
7317         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
7319         * include/wctype.h: Declare __iswalpha_l_internal,
7320         __iswdigit_l_internal, __iswspace_l_internal,
7321         __iswxdigit_l_internal, and __iswctype_internal.  Define
7322         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
7323         __iswxdigit_l macros if not NOT_IN_libc.
7324         * wctype/iswctype.c: Use INTDEF for __iswctype.
7325         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
7327         * include/math.h: Declare __isinf_internal, __isinfl_internal,
7328         __isnan_internal, and __isnanl_internal.
7329         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
7330         __isnan, and __isnanl.
7331         * stdio-common/printf_size.c: Likewise.
7332         * sysdeps/generic/printf_fphex.c: Likewise.
7333         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
7334         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
7335         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
7336         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
7337         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
7338         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
7339         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
7340         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
7341         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
7342         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
7343         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
7344         * sysdeps/m68k/s_isinfl.c: Likewise.
7345         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
7346         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
7348         * include/sys/time.h: Declare __gettimeofday_internal and define
7349         __gettimeofday macro if not NOT_IN_libc.
7350         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
7351         * sysdeps/mach/gettimeofday.c: Likewise.
7352         * sysdeps/posix/gettimeofday.c: Likewise.
7353         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
7354         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
7355         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7356         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
7358         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
7359         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
7360         Remove __lstat and __fstat inline functions.
7361         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
7362         * sysdeps/mach/hurd/fxstat.c: Likewise.
7363         * sysdeps/unix/fxstat.c: Likewise.
7364         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
7365         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
7366         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
7367         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
7368         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
7369         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
7370         * sysdeps/mach/hurd/fxstat64.c: Likewise.
7371         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
7372         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
7374         * include/unistd.h: Declare __getpid_internal and define
7375         __getpid macro if not NOT_IN_libc.
7376         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
7377         * sysdeps/generic/getpid.c: Likewise.
7378         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
7379         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
7381         * include/unistd.h: Declare __getpgid_internal and define
7382         __getpgid macro if not NOT_IN_libc.
7383         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
7384         * sysdeps/mach/hurd/getpgid.c: Likewise.
7385         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
7386         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
7387         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
7388         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
7390         * include/unistd.h: Declare __getpagesize_internal and define
7391         __getpagesize macro if not NOT_IN_libc.
7392         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
7393         __getpagesize.
7394         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
7395         * sysdeps/mach/getpagesize.c: Likewise.
7396         * sysdeps/posix/getpagesize.c: Likewise.
7397         * sysdeps/unix/getpagesize.c: Likewise.
7398         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
7399         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
7400         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
7401         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
7403 2002-04-13  Andreas Jaeger  <aj@suse.de>
7405         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
7406         as clobber to reduce register pressure.
7407         (__strpbrk_cg): Likewise.
7408         (__mempcpy_by4): Likewise.
7409         (__strstr_cg): Likewise.
7410         Add prototype for __memrchr.
7412 2002-04-13  Andreas Schwab  <schwab@suse.de>
7414         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
7415         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
7416         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
7418 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
7420         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
7421         check whether the caller prefers getting the most recent version of
7422         a symbol of the earliest version.
7423         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
7424         _dl_do_lookup to also take the new parameter and pass it on.
7425         Change 'explicit' parameter of _dl_lookup_symbol and
7426         _dl_lookup_versioned_symbol to flags.  Adjust tests.
7427         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
7428         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
7429         _dl_lookup_versioned_symbol.
7430         * elf/dl-reloc.c: Likewise.
7431         * elf/dl-runtime.c: Likewise.
7432         * elf/dl-sym.c: Likewise.
7433         * sysdeps/mips/dl-machine.h: Likewise.
7435 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
7437         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
7438         in a token.
7439         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
7441 2002-04-10  Andreas Jaeger  <aj@suse.de>
7443         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
7445         * include/argz.h: Remove extra char from last patch.
7447 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
7449         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
7450         * sysdeps/unix/sysv/aix/chown.c: Likewise.
7451         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
7452         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
7453         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7454         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
7455         __chown_internal.
7456         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7458         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
7459         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
7460         * intl/ngettext.c: Likewise.
7462         * include/sys/socket.h: Declare __connect_internal and define
7463         __connect macro if not NOT_IN_libc.
7464         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
7465         * sysdeps/unix/sysv/aix/connect.c: Likewise.
7466         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
7468         * include/unistd.h: Declare __close_internal and define __close macro
7469         if not NOT_IN_libc.
7470         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
7471         WJUMP3): Add extra parenthesis to avoid expanding element names with
7472         macors like __close.
7473         * sysdeps/unix/syscalls.list: Add __close_internal alias.
7475         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
7476         if not NOT_IN_libc.
7477         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
7478         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
7479         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
7481         * include/unistd.h: Declare __fork_internal and define __fork macro
7482         if not NOT_IN_libc.
7483         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
7484         * sysdeps/unix/sysv/aix/fork.c: Likewise.
7485         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
7487         * include/stdio_ext.h: Declare __fsetlocking_internal and define
7488         __fsetlocking macro to use it if not NOT_IN_libc.
7489         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
7491         * libio/__fbufsize.c: Correct copyright.
7492         * libio/__flbf.c: Likewise.
7493         * libio/__fpending.c: Likewise.
7494         * libio/__fpurge.c: Likewise.
7495         * libio/__freadable.c: Likewise.
7496         * libio/__freading.c: Likewise.
7497         * libio/__fsetlocking.c: Likewise.
7498         * libio/__fwritable.c: Likewise.
7499         * libio/__fwriting.c: Likewise.
7501         * include/stdio.h: Declare __asprintf_internal and define __asprintf
7502         macro to use it if not NOT_IN_libc.
7503         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
7505         * include/mntent.h: Declare __setmntent_internal,
7506         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
7507         __getmntent_r, and __endmntent macros to use these functions if not
7508         NOT_IN_libc.
7509         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
7510         __endmntent.
7512         * include/math.h: Declare __finite_internal, __finitef_internal, and
7513         __finitel_internal.  Redefine isfinite macro if in libc or libm using
7514         these functions.
7515         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
7516         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
7517         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
7518         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
7519         * sysdeps/i386/fpu/s_finitef.S: Likewise.
7520         * sysdeps/i386/fpu/s_finitel.S: Likewise.
7521         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
7522         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
7523         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
7524         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
7526         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
7527         to use this function if not NOT_IN_libc.
7528         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
7529         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
7530         * sysdeps/mach/hurd/fcntl.c: Likewise.
7531         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
7532         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
7534         * include/argz.h: Declare __argz_count_internal and
7535         __argz_stringify_internal.
7536         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
7537         __argz_stringify.
7538         * string/argz-count.c: Use INTDEF for __argz_count.
7539         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
7541         * include/stdlib.h: Declare __cxa_atexit_internal and define
7542         __cxa_atexit macro if not NOT_IN_libc.
7543         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
7544         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
7546         * assert/assert.c: Use INTDEF for __assert_fail.
7547         * assert/__assert.c: Use INTUSE for call to __assert_fail.
7548         * include/assert.h: Declare __assert_fail_internal.
7550         * extra-lib.mk: Mark assignment to lib with override.
7552 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7554         * Makerules: Use cppflags-iterator.mk to add defines for all test
7555         source files.
7557 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
7559         * elf/elf.h: Define R_SH_TLS_xxx macros.
7560         * elf/rtld.c: Remove an extra parenthesis.
7561         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
7562         TLS_GD macros.
7563         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
7564         * sysdeps/sh/dl-lookupcfg.h: New file.
7565         * sysdeps/sh/dl-tls.h: New file.
7566         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
7567         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
7568         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
7569         R_SH_TLS_TPOFF32 relocations.
7571 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7573         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
7574         of NOT_IN_LIBC.
7575         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
7576         * include/stdlib.h: Likewise.
7578 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
7580         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
7581         instead of _RTLD_LOCAL.
7582         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
7583         * include/unistd.h: Likewise.
7584         * sysdeps/generic/ldsodefs.h: Likewise.
7586         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
7587         if in libc or ld.so.
7589 2002-04-08  Andreas Jaeger  <aj@suse.de>
7591         * elf/cache.c (print_entry): Support x86-64.
7593 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7595         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
7596         with one accessing the locale data structures directly.
7597         * stdio-common/printf-prs.c: Include localeinfo.h for new
7598         MB_CUR_MAX definition.
7600         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
7601         is the name of the source file without extension.
7602         * Makefile (distribute): Add cppflags-iterator.mk.
7603         * cppflags-iterator.mk: New file.
7604         * extra-lib.mk: For the sources of the library run
7605         cppflags-iterator.mk.
7607         * include/libintl.h: Declare __dcgettext_internal and
7608         _libc_intl_domainname_internal.  Define __dcgettext using these
7609         two symbols if used in libc itself.
7610         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
7611         _libc_intl_domainname_internal.
7612         * argp/argp-parse.c: Likewise.
7613         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
7614         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
7615         * intl/gettext.c: Likewise.
7616         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
7617         alias.
7618         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
7619         __dcgettext.
7620         * posix/regex_internal.c (gettext): Likewise.
7622 2002-04-08  Andreas Jaeger  <aj@suse.de>
7624         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
7626         * sysdeps/x86_64/fpu/s_llrint.S: New file.
7627         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
7628         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
7629         * sysdeps/x86_64/fpu/s_lrint.S: New file.
7630         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
7631         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
7633 2002-04-08  Roland McGrath  <roland@frob.com>
7635         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
7636         widening __hurd_fail value.
7638 2002-04-07  Roland McGrath  <roland@frob.com>
7640         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
7641         <mach/machine/alpha_instruction.h>.
7642         (_hurd_setup_sighandler): Take proper arguments for current decls.
7643         Update code to use _hurdsig_catch_fault.
7644         Use `callsys' instruction instead of `call_pal'.
7645         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
7647         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
7648         (ALIGN, at, AT, fp): New macros.
7650 2002-04-06  Roland McGrath  <roland@frob.com>
7652         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
7654         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
7655         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
7657         * sysdeps/mach/hurd/bind.c: Use prototype definition.
7658         * sysdeps/mach/hurd/connect.c: Likewise.
7659         * sysdeps/mach/hurd/getsockopt.c: Likewise.
7660         * sysdeps/mach/hurd/setsockopt.c: Likewise.
7662         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
7663         __msg_sig_post RPC.
7665         * hurd/catch-exc.c: Use integer_t instead of int.
7666         * hurd/hurdfault.c: Likewise.
7668         * sysdeps/mach/hurd/alpha/exc2signal.c
7669         (_hurd_exception2signal): Rewritten.
7670         * sysdeps/mach/hurd/alpha/longjmp-ts.c
7671         (_hurd_longjmp_thread_state): Rewritten.
7673 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
7675         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
7676         DB_LOOKUP_FCT prototype.
7677         * nss/getXXent_r.c: Likewise.
7678         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
7679         * inet/getaliasname_r.c: Likewise.
7680         * inet/getnetbyad_r.c: Likewise.
7681         * inet/getnetbynm_r.c: Likewise.
7682         * inet/getnetent_r.c: Likewise.
7683         * inet/getproto_r.c: Likewise.
7684         * inet/getprtent_r.c: Likewise.
7685         * inet/getprtname_r.c: Likewise.
7686         * inet/getrpcbyname_r.c: Likewise.
7687         * inet/getrpcbynumber_r.c: Likewise.
7688         * inet/getrpcent_r.c: Likewise.
7689         * inet/getservent_r.c: Likewise.
7690         * inet/getsrvbynm_r.c: Likewise.
7691         * inet/getsrvbypt_r.c: Likewise.
7692         * shadow/getspent_r.c: Likewise.
7693         * shadow/getspnam_r.c: Likewise.
7695         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
7697         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
7698         Use i686-friendly PIC code.
7699         * sysdeps/i386/elf/setjmp.S: Likewise.
7701         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
7703         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
7704         list.
7705         * elf/Versions: Remove it here.
7707 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
7709         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
7710         direction.  Reported by H . J . Lu <hjl@lucon.org>.
7712 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
7714         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
7715         test just before the test runs.
7716         * intl/tst-translit.sh: Likewise.
7717         * intl/tst-codeset.sh: Likewise.
7719         * timezone/zic.c: Update from tzcode2002c.
7720         * timezone/asia: Update from tzdata2002c.
7721         * timezone/backward: Likewise.
7722         * timezone/europe: Likewise.
7723         * timezone/northamerica: Likewise.
7724         * timezone/northamerica: Likewise.
7725         * timezone/northamerica: Likewise.
7726         * timezone/southamerica: Likewise.
7727         * timezone/zone.tab: Likewise.
7729 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
7731         * sysdeps/generic/brk.c (__curbrk): Declare.
7732         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
7733         * sysdeps/generic/dl-sbrk.c: Likewise.
7734         * sysdeps/unix/arm/dl-brk.S: New file.
7735         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
7736         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
7737         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
7738         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
7739         * sysdeps/unix/i386/dl-brk.S: New file.
7740         * sysdeps/unix/mips/dl-brk.S: New file.
7741         * sysdeps/unix/sparc/dl-brk.S: New file.
7742         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
7743         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
7744         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
7745         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
7747 2002-04-03  Andreas Schwab  <schwab@suse.de>
7749         * Makefile (headers): Add gnu/lib-names.h here instead of
7750         install-others.
7751         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
7752         installation rule.
7753         (install-headers): Add dependency on install-headers-nosubdir.
7754         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
7755         instead of install-others.
7756         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
7757         installation rule.
7759 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
7761         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
7762         Reported by Sam Roberts <sroberts@uniserve.com>.
7764 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
7766         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
7767         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
7768         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7769         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7771 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
7773         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
7774         (RTLD_START): Ditto.
7775         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
7776         dependency violation.
7778 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
7780         * time/mktime.c (__mktime_internal): Move check for year < 70 below
7781         all variable declarations.
7783 2002-04-04  Andreas Schwab  <schwab@suse.de>
7785         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
7787 2002-04-04  Andreas Jaeger  <aj@suse.de>
7789         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
7790         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
7792         * sysdeps/x86_64/fpu/s_fabs.c: New file.
7793         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
7794         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
7796         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
7798         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
7800         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
7801         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
7803         * configure.in: Handle all mips entries the same.
7805         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
7806         * sysdeps/mips/mips3/*: Likewise.
7807         * sysdeps/mips/p40/bits/endian.h: Likewise.
7809 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
7811         * misc/dirname.c (dirname): Ignore trailing slashes at end of
7812         non-null result [PR libc/2600].
7814         * misc/tst-dirname.c: Add more tests.
7816 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7818         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
7819         define a code_set_name provide one based on the filename.
7821         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
7823 2001-12-28  Andreas Jaeger  <aj@suse.de>
7825         * time/mktime.c (__mktime_internal): Check for year < 70
7826         [PR libc/2738].
7828 2002-04-03  Andreas Jaeger  <aj@suse.de>
7830         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
7831         shmat.
7832         Reported by Andi Kleen <ak@suse.de>.
7834 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7836         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
7837         * sysdeps/generic/w_lgammaf.c: Likewise.
7838         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
7840         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
7841         Adjust for new output format of the backtrace functions.
7843         * misc/syslog.c (vsyslog): Only use cleanup handler if
7844         _LIBC_REENTRANT is defined [PR libc/2924].
7846         * libio/Makefile (tests): Add bug-ungetwc2.
7847         * libio/bug-ungetwc2.c: New file.
7849         * manual/install.texi: Typographical and grammatical cleanup.
7850         Patch by Dennis Grace <dgrace@us.ibm.com>.
7852         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
7853         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
7855         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
7856         always "&".  Adjust callers.
7857         Add "_" prefix to several generated definitions.
7858         Patch by paul@serice.net [PR libc/3158].
7860 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7862         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
7863         size of _dl_arm_cap_flags.
7864         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
7866         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
7867         Define as 8.
7869 2002-03-22  H.J. Lu  <hjl@gnu.org>
7871         * scripts/firstversions.awk: Check the first version.
7873 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7875         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
7876         dependencies must be stable to work correctly.
7877         Reported by martin.lubich@datacon.at.
7879         * libio/bug-ungetwc1.c: New file.
7880         * libio/Makefile (tests): Add bug-ungetwc1.
7882         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
7883         if stream was last used for writing.
7885         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
7886         number [PR libc/3111].
7888         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
7889         to ...
7890         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
7892 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
7894         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
7895         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
7896         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
7897         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
7898         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
7900 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
7902         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
7903         dynamic tags.
7905 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7907         * sysdeps/i386/fpu/s_fabs.S: New file.
7908         * sysdeps/i386/fpu/s_fabsf.S: New file.
7909         * sysdeps/i386/fpu/s_fabsl.S: New file.
7910         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
7911         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
7912         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
7914 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7916         * rt/tst-shm.c (do_test): Add one more test for size of shared
7917         memory object.
7919 2002-03-29  Wolfram Gloger  <wg@malloc.de>
7921         * malloc/malloc.c: Add short description and prototypes for
7922         malloc_get_state, malloc_set_state and posix_memalign, for
7923         consistency and to avoid warnings with -Wstrict-prototypes.
7924         Reported by Andreas Jaeger <aj@suse.de>.
7926 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7928         * po/gl.po: Update from translation team.
7930 2002-03-31  Roland McGrath  <roland@frob.com>
7932         * hurd/hurdselect.c (_hurd_select): Fix
7933         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
7934         Use a union rather than casts to compare mach_msg_type_t as int.
7936 2002-03-25  Roland McGrath  <roland@frob.com>
7938         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
7939         check off the end of NAME when it's shorter than 2 chars.
7940         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
7942 2002-03-17  Roland McGrath  <roland@frob.com>
7944         * sysdeps/mach/hurd/i386/sys/io.h: New file.
7945         * sysdeps/mach/hurd/i386/ioperm.c: New file.
7946         * sysdeps/mach/hurd/i386/Dist: Add them.
7947         * sysdeps/mach/hurd/i386/Versions
7948         (libc: GLIBC_2.2.6): New set, add ioperm.
7949         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
7950         (mach_interface_list): Check for mach_i386.defs.
7951         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
7952         * sysdeps/mach/configure: Regenerated.
7954 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
7956         * po/fr.po: Update from translation team.
7958 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7960         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
7961         getpriority from syscalls list.
7963 2002-03-28  Andreas Jaeger  <aj@suse.de>
7965         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
7966         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
7967         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
7968         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
7970 2002-03-27  Andreas Jaeger  <aj@suse.de>
7972         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7973         sigcontext): Follow further kernel change.
7975         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
7976         kernel change.
7978         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
7979         Change for struct sigcontext change.
7981         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7982         Follow changes in struct sigcontext.
7984         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
7985         sysycall, use wrapper instead.
7987 2002-03-26  Andreas Jaeger  <aj@suse.de>
7989         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
7990         read and write accesses as detailed as possible.
7991         (__memcpy_by2): Likewise.
7992         (__memcpy_g): Likewise.
7993         (memmove): Likewise.
7994         (memcmp): Likewise.
7995         (__memset_ccn_by4): Likewise.
7996         (__memset_ccn_by2): Likewise.
7997         (__memset_gcn_by4): Likewise.
7998         (__memset_gcn_by2): Likewise.
7999         (memchr): Likewise.
8000         (__memrchr): Likewise.
8001         (rawmemchr): Likewise.
8002         (__strlen_g): Likewise.
8003         (__strcpy_g): Likewise.
8004         (__mempcpy_by4): Likewise.
8005         (__mempcpy_by2): Likewise.
8006         (__mempcpy_byn): Likewise.
8007         (__stpcpy_g): Likewise.
8008         (__strncpy_by4): Likewise.
8009         (__strncpy_by2): Likewise.
8010         (__strncpy_byn): Likewise.
8011         (__strncpy_gg): Likewise.
8012         (__strcat_c): Likewise.
8013         (__strcat_g): Likewise.
8014         (__strncat_g): Likewise.
8015         (__strcmp_gg): Likewise.
8016         (__strncmp_g): Likewise.
8017         (__strchr_c): Likewise.
8018         (__strchr_g): Likewise.
8019         (__strchrnul_c): Likewise.
8020         (__strchrnul_g): Likewise.
8021         (__strrchr_c): Likewise.
8022         (__strrchr_g): Likewise.
8023         (__strrchr_c): Likewise.
8024         (__strrchr_g): Likewise.
8025         (__strcspn_c1): Likewise.
8026         (__strcspn_cg): Likewise.
8027         (__strcspn_g): Likewise.
8028         (__strcspn_g): Likewise.
8029         (__strspn_c1): Likewise.
8030         (__strspn_cg): Likewise.
8031         (__strspn_g): Likewise.
8032         (__strspn_g): Likewise.
8033         (__strpbrk_cg): Likewise.
8034         (__strpbrk_g): Likewise.
8035         (__strstr_cg): Likewise.
8036         (__strstr_g): Likewise.
8038         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
8039         Michal Ludvig <mludvig@suse.cz>.
8041         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
8042         compatibilty, adjust for kernel changes.
8044         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
8045         sigcontext): Adjust for kernel changes.
8047 2002-03-25  Andreas Jaeger  <aj@suse.de>
8049         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
8050         little endian.
8051         Reported by Artur Zaprzala <zybi@talex.com.pl>.
8053 2002-03-24  Andreas Jaeger  <aj@suse.de>
8055         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
8057         * stdio-common/tst-fdopen.c (main): Remove unused variable.
8059         * iconv/tst-iconv3.c (main): Use correct printf strings.
8061 2002-03-18  Roland McGrath  <roland@frob.com>
8063         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
8064         (CMGROUP_MAX): New macro.
8066 2002-03-23  Roland McGrath  <roland@frob.com>
8068         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
8069         * sysdeps/posix/shm_unlink.c: Likewise.
8071 2002-03-22  Roland McGrath  <roland@frob.com>
8073         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
8074         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
8075         under --enable-libio.
8076         * sysdeps/mach/hurd/configure: Regenerated.
8078 2002-03-23  Roland McGrath  <roland@frob.com>
8080         * sysdeps/mach/hurd/i386/Makefile
8081         (sysdep_routines, shared-only-routines): Don't add framestate,
8082         reverting 2001-10-02 change.
8083         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
8084         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
8085         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
8086         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
8087         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
8088         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
8089         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
8090         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
8091         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
8092         Do it here instead, only if [$(unwind-find-fde) = yes].
8094 2002-03-23  Andreas Jaeger  <aj@suse.de>
8096         * signal/signal.h: Fix typo. Patch by Steve Kemp
8097         <skx@tardis.ed.ac.uk>.
8099 2002-03-22  Andreas Jaeger  <aj@suse.de>
8101         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
8102         getresuid.
8104         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
8105         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
8106         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
8107         user_fpregs_struct): Rename fwd.
8109         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
8110         Follow sigcontext changes.
8112 2002-03-22  Andreas Jaeger  <aj@suse.de>
8114         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
8115         changes for NaNs on MIPS.
8116         Patch by Hartvig Ekner <hartvige@mips.com>.
8118 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
8120         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
8121         Use realloc if too large.
8122         (addgrbyid): Likewise.
8123         * nscd/hstcache.c (addhstbyname): Likewise.
8124         (addhstbyaddr): Likewise.
8125         (addhstbynamev6): Likewise.
8126         (addhstbyaddrv6): Likewise.
8127         * nscd/pwdcache.c (addpwbyname): Likewise.
8128         (addpwbyuid): Likewise.
8130 2002-03-21  Andreas Jaeger  <aj@suse.de>
8132         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
8133         _fpstate): Add separate struct for x86-64.
8135         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
8136         user_fpregs_struct): Change member names to follow kernel.
8138 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
8140         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
8141         Correctly close the UDP connection right away [PR libc/3120].
8143 2002-03-20  Andreas Jaeger  <aj@suse.de>
8145         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
8146         user_fpregs_struct): Fix for changed kernel struct.
8147         (struct user_regs_struct): Likewise.
8148         (struct user): Likewise.
8149         Add 32-bit x86 compatibility.
8151         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
8153 2002-03-19  Andreas Jaeger  <aj@suse.de>
8155         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
8157 2002-03-18  Andreas Jaeger  <aj@suse.de>
8159         * iconvdata/Makefile: Only run tests when shared libs are
8160         available.
8162 2002-03-17  Andreas Jaeger  <aj@suse.de>
8164         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
8166         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
8168         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
8169         bits.
8171         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
8172         (CAUSE_SHIFT): New macro.
8173         Patch by Hartvig Ekner <hartvige@mips.com>.
8175         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
8176         * sysdeps/generic/unwind-pe.h: Likewise.
8178         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
8179         type to _IO_setb.
8181         * libio/stdio.c (AL2): Define variant when visibility attribute is
8182         not supported.
8184         * include/libc-symbols.h (_INTVARDEF): Define variant when
8185         visibility attribute is not supported.
8187 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
8189         * po/fr.po: Update from translation team.
8191 2002-02-25  Bruno Haible  <bruno@clisp.org>
8193         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
8195 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
8197         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
8198         buffers if _IO_file_attach failed.
8200         * libio/fileops.c (_IO_file_open): Close file descriptor if
8201         _IO_SEEKOFF call failed.
8203 2002-03-15  H.J. Lu  <hjl@gnu.org>
8204             Ulrich Drepper  <drepper@redhat.com>
8206         * configure.in: Check for availability of
8207         init_array/fini_array/preinit_array handling in binutils.
8208         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
8209         * config.make.in (have-initfini-array): New variable.
8211 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
8213         * stdio-common/tst-printf.c (main): Comment out one test which
8214         checked the compiler's ability to fold floating-point constants
8215         but not really printf.
8216         (rfg3): Make s const.
8217         * stdio-common/tst-printf.sh: Adjust for removed test.
8219         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
8220         internal function.  Adjust for internal_function calling convention.
8221         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
8222         as internal_function.
8224         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
8225         hidden.
8227         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
8228         declaration and definition.
8229         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
8230         declaration.
8231         * nss/getXXent_r.c: Likewise.
8232         * nss/nsswitch.h (db_lookup_function): Add internal_function to
8233         definition.
8235         * include/time.h: Declare __localtime_r as hidden.
8237         * include/aliases.h: Declare __getaliasent_r as hidden.
8238         * include/grp.h: Declare __getgrent_r as hidden.
8239         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
8240         __getservent_r, and __getprotoent_r as hidden.
8241         * include/pwd.h: Declare __getpwent_r as hidden.
8242         * include/shadow.h: Declare __getspent_r as hidden.
8243         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
8245         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
8246         and __gconv_transliterate as hidden.
8247         Add internal_function to __gconv_get_path declaration.
8248         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
8249         definition.  Add attribute_hidden to __gconv_read_conf definition.
8251 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
8253         * elf/rtld.c: Declare _environ as hidden.
8254         * sysdeps/generic/dl-environ.c: Likewise.
8255         * sysdeps/generic/dl-sysdep.c: Likewise.
8257         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
8258         _dl_mcount_internal as hidden.
8260         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
8261         * sysdeps/generic/dl-brk.c: New file.
8262         * sysdeps/generic/dl-sbrk.c: New file.
8263         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
8264         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
8266         * elf/dl-minimal.c (malloc): Declare _end as hidden.
8267         (__errno_location): New function.  Declare errno as hidden.
8268         * elf/rtld.c (_dl_argc): Define as hidden.
8269         (_dl_skip_args): Define as hidden.
8270         (_begin, _end): Declare as hidden.
8271         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
8272         * sysdeps/generic/entry.h (_start): Declare as hidden.
8273         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
8274         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
8275         _dl_runtime_resolve and _dl_runtime_profile as hidden.
8276         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
8278 2002-03-14  Roland McGrath  <roland@frob.com>
8280         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
8282         * Makeconfig (%.v.i, %.v): New implicit rules.
8283         (preprocess-versions): Variable removed.
8284         ($(common-objpfx)shlib-versions.v.i): New target giving just the
8285         shlib-versions input files as dependencies.
8286         ($(common-objpfx)soversions.i): Depend on that instead of the input
8287         files.  Use it as input instead of using a pipeline.
8288         (postclean-generated): Append soversions.i, shlib-versions.v, and
8289         shlib-versions.v.i here.
8290         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
8291         the Versions.def input files as dependencies.
8292         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
8293         ($(common-objpfx)Versions.all): Depend on that instead of the input
8294         files.  Use it as input instead of using a pipeline.
8295         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
8296         (postclean-generated): Append those .v and .v.i files here.
8298 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
8300         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
8301         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
8302         Remove.
8304 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
8306         * sysdeps/generic/mp_clz_tab.c: New file.
8307         * sysdeps/i386/mp_clz_tab.c: New file.
8308         * sysdeps/hppa/mp_clz_tab.c: New file.
8309         * sysdeps/powerpc/mp_clz_tab.c: New file.
8310         * stdlib/Makefile (aux): Revert last patch.
8311         * math/Makefile (gmp-objs): Likewise.
8313 2002-03-13  Paul Eggert  <eggert@twinsun.com>
8315         * time/strftime.c: Comment fixes for references to obsolescent
8316         standards, In most cases the simplest fix is to remove the
8317         confusing comments.  Cross-referencing all the standards properly
8318         is a bit of a pain, and it should be enough to put that info in
8319         the documentation as I did in my recent time.texi patch.
8321 2002-03-13  Paul Eggert  <eggert@twinsun.com>
8323         * manual/time.texi (Formatting Calendar Time):
8324         ISO C99 also specifies the E and O modifiers.
8325         %P is a GNU extension, and is not in ISO C99.
8326         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
8327         %T is also in ISO C99.
8328         The RFC 822 example is not valid in arbitrary locales.
8329         Reword the POSIX.2 wording slightly, to make it a bit clearer
8330         that POSIX.2 formats are also supported by later POSIX versions.
8331         If a format was introduced in ISO C99 it is also required by
8332         POSIX.1-2001.
8334 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
8336         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
8337         _sys_nerr_internal with INTVARDEF2.
8338         * include/libc-symbols.h (INTVARDEF2): New macro.
8339         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
8340         (_sys_nerr_internal): Library.
8342         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
8343         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
8345         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
8347 2002-03-13  Wolfram Gloger  <wg@malloc.de>
8349         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
8351 2002-03-02  Andreas Schwab  <schwab@suse.de>
8353         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
8354         'h' flag and positional arg.
8355         * stdio-common/tst-printf.c (rfg3): New function to test
8356         positional arguments.
8357         (main): Fix some warnings.
8359 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
8361         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
8362         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
8364 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
8366         * grp/initgroups.c (__nss_group_data): Declare as hidden.
8368         * include/locale.h (_nl_C_locobj): Declare as hidden.
8370         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
8371         * time/strptime.c (_nl_C_LC_TIME): Likewise.
8373         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
8375         * include/sys/gmon.h: Declare _gmonparam as hidden.
8377         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
8378         (__ctype32_wctrans): Likewise.
8379         (__ctype32_width): Likewise.
8381         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
8382         use of __ttyname.
8384         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
8385         Define as hidden.
8386         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
8387         hidden.  Change all users of these variables.
8389         * posix/regex_internal.h (__re_error_msgid): Renamed from
8390         re_error_msgid.  Declare as hidden.
8391         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
8392         hidden.
8394         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
8395         (__printf_function_table): Likewise.
8396         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
8397         hidden.
8398         (__printf_function_table): Likewise.
8400         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
8401         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
8403         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
8404         * nss/nsswitch.c: Declare _nss_*_database as hidden.
8406         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
8407         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
8409 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
8411         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
8412         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
8413         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
8414         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
8415         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
8416         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
8417         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
8418         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
8419         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
8420         _nl_C_LC_CTYPE_width: Declare as hidden.
8421         * include/locale.h: Declare _nl_locale_file_list.
8422         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
8423         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
8424         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
8425         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
8426         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
8427         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
8428         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
8429         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
8430         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
8431         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
8432         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
8433         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
8434         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
8435         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
8436         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
8437         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
8438         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
8439         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
8440         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
8441         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
8442         _nl_C_LC_CTYPE_width, and as hidden.
8443         * locale/findlocale.c: Declare _nl_C as hidden.
8444         * locale/newlocale.c: Likewise.
8445         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
8446         _nl_locale_file_list.
8447         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
8448         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
8449         Define _nl_C_locobj as hidden.
8451         * malloc/mtrace.c (_mtrace_file): Define as hidden.
8452         (_mtrace_line): Likewise.
8454         * include/time.h: Declare __mon_yday as hidden.
8455         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
8457         * libio/libioP.h: Declare __libio_codecvt as hidden.
8458         * libio/fileops.c: Declare __libio_translit as hidden.
8459         * libio/iofwide.c: Define __libio_translit as hidden.
8461         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
8462         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
8463         * login/getutline_r.c: Likewise.
8464         * login/utmpname.c: Likewise.
8466         * login/utmp-private.h: Declare __libc_utmp_file_functions,
8467         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
8468         __libc_utmp_file_name as hidden.
8470         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
8471         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
8472         * locale/freelocale.c: Likewise.
8473         * locale/lc-time.c: Likewise.
8475         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
8476         (__libc_ptyname2): Likewise.
8477         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
8478         hidden.
8479         (__libc_ptyname2): Likewise.
8481         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
8482         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
8483         * sysdeps/generic/init-first.c: Likewise.
8484         * sysdeps/i386/init-first.c: Likewise.
8485         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8486         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8487         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8488         * sysdeps/sh/init-first.c: Likewise.
8489         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
8490         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8492         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
8493         (_itowa_upper_digits): Likewise.
8495         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
8496         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
8497         as hidden.
8499         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
8500         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
8501         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
8502         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
8504         * gmon/gmon.c (__bb_head): Define as hidden.
8505         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
8507         * argp/argp-parse.c (_argp_hang): Define as static.
8509         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
8510         handling in latest compilers.
8512         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
8513         define alias.
8514         * libio/fileops.c (_IO_file_jumps): Likewise.
8515         * libio/stdfiles.c (_IO_list_all): Likewise.
8516         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
8518         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
8519         include/malloc.h.
8520         * include/malloc.h: Add __libc_malloc_initialized declaration
8521         here.  Mark variable hidden.
8522         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
8524         * elf/dl-open.c (__libc_argc): Declare as hidden.
8525         (__libc_argv): Likewise.
8526         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
8527         (__libc_argv): Likewise.
8528         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
8529         __libc_argv as hidden.
8530         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8531         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8532         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
8533         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8535         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
8536         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
8537         * stdlib/erand48.c: Likewise.
8538         * stdlib/jrand48.c: Likewise.
8539         * stdlib/lcong48.c: Likewise.
8540         * stdlib/lrand48.c: Likewise.
8541         * stdlib/mrand48.c: Likewise.
8542         * stdlib/nrand48.c: Likewise.
8543         * stdlib/seed48.c: Likewise.
8544         * stdlib/srand48.c: Likewise.
8546         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
8547         (_itoa_lower_digits_internal): New declaration.
8548         (_itoa_upper_digits_internal): New declaration.
8549         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
8550         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
8551         (_itoa_upper_digits_internal): New declaration.
8552         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
8553         _itoa_lower_digits.
8554         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
8555         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
8557         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
8558         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
8560         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
8561         (_itowa_lower_digits): Likewise.
8562         (_itowa_upper_digits): Likewise.
8563         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
8564         (_itowa_upper_digits): Likewise.
8566         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
8567         not already defined.
8568         (GERMANIC_PLURAL): Declare as hidden.
8570         * posix/getopt.c (__getopt_initialized): Declare as hidden.
8571         (attribute_hidden): Define as empty macro if not already defined.
8573         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
8574         (__gconv_max_path_elem_len): Likewise.
8575         (__gconv_path_envvar): Likewise.
8577         * math/Makefile (gmp-objs): Remove mp_clz_tab.
8578         * stdlib/Makefile (aux): Remove mp_clz_tab.
8579         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
8581         * stdlib/exit.h (__exit_funcs): Declare as hidden.
8583         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
8585         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
8586         _nl_category_names, _nl_category_name_sizes, _nl_current,
8587         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
8589         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
8590         (_nl_current_default_domain): Likewise
8591         (_nl_state_lock): Likewise.
8592         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
8593         (_nl_current_default_domain): Likewise
8594         (_nl_state_lock): Likewise.
8595         * intl/bindtextdom.c (_nl_state_lock): Likewise.
8597         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
8598         (_fpioconst_pow10): Likewise.
8600         * include/time.h (_tmbuf): Add attribute_hidden.
8602         * time/tzset.c (tzstring_list): Define as static.
8604         * include/time.h: Add attribute_hidden to __tzname_cur_max and
8605         __use_tzfile declaration.
8607         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
8608         and __wcsmbs_last_locale declaration.
8610 2002-02-25  Paul Eggert  <eggert@twinsun.com>
8612         * timezone/Makefile (tzbases): Move systemv from here...
8613         (tzlinks): to here, since the entries in systemv were all changed
8614         from Zone to Link lines in tz-2001a.  Bug reported (and patch
8615         tested) by Peter Breitenlohner.
8617 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
8619         * time/tst-posixtz.c (tests): Add new tests.
8620         (main): Test whether tzset() sets daylight properly.
8622 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
8624         * time/tzset.c (tz_compute): Move __daylight, __tzname and
8625         __tzname_cur_max setting...
8626         (tzset_internal): ...here.
8628 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
8630         * time/tzset.c (compute_change): Don't return any value.
8631         (tz_compute): Likewise.  Don't handle southern hemisphere here.
8632         (__tz_convert): But here.
8634 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8636         * manual/examples/mkfsock.c: Include <string.h> as well.
8637         Patch by Alain De Carolis <alaind@wseurope.com>.
8639 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
8641         * posix/regexec.c (re_match): Fix incorrect register sizes.
8642         (re_search): Likewise.
8644 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
8646         * posix/regcomp.c (regfree): Remove a disused condition.
8647         * posix/regex_internal.c (re_acquire_state): Likewise.
8648         (re_acquire_state_context): Likewise.
8649         (register_state): Remove a redundant malloc invocation.
8650         * posix/regex_internal.h: (re_state_table_entry): Simplify
8651         the structure.
8653 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
8655         * posix/regcomp.c (regcomp): Add __builtin_expect to error
8656         handling conditions.
8657         (regerror): Likewise.
8658         (regfree): Likewise.
8659         (re_compile_internal): Likewise.
8660         (init_dfa): Likewise.
8661         (init_word_char): Likewise.
8662         (create_initial_state): Likewise.
8663         (analyze): Likewise.
8664         (analyze_tree): Likewise.
8665         (duplicate_node): Likewise.
8666         (calc_eclosure): Likewise.
8667         (calc_eclosure_iter): Likewise.
8668         (parse): Likewise.
8669         (parse_reg_exp): Likewise.
8670         (parse_branch): Likewise.
8671         (parse_expression): Likewise.
8672         (parse_subexp): Likewise.
8673         (parse_dup_op): Likewise.
8674         (parse_bracket_exp): Likewise.
8675         (build_equiv_class): Likewise.
8676         (build_charclass): Likewise.
8677         (build_word_op): Likewise.
8678         (fetch_number): Likewise.
8679         (create_tree): Likewise.
8680         (duplicate_tree): Likewise.
8681         * posix/regex.c (BE): New macro.
8682         * posix/regexec.c (re_match): Add __builtin_expect to error
8683         handling conditions.
8684         (re_match_2): Likewise.
8685         (re_search): Likewise.
8686         (re_search_internal): Likewise.
8687         (check_matching): Likewise.
8688         (proceed_next_node): Likewise.
8689         (set_regs): Likewise.
8690         (sift_states_backward): Likewise.
8691         (add_epsilon_backreference): Likewise.
8692         (transit_state): Likewise.
8693         (transit_state_sb): Likewise.
8694         (transit_state_mb): Likewise.
8695         (transit_state_bkref): Likewise.
8696         (transit_state_bkref_loop): Likewise.
8697         (build_trtable): Likewise.
8698         (group_nodes_into_DFAstates): Likewise.
8699         (match_ctx_init): Likewise.
8700         (match_ctx_add_entry): Likewise.
8701         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
8702         to error handling conditions.
8703         (re_string_construct_toupper): Likewise.
8704         (build_wcs_buffer): Likewise.
8705         (build_wcs_upper_buffer): Likewise.
8706         (build_upper_buffer): Likewise.
8707         (re_string_translate_buffer): Likewise.
8708         (re_node_set_alloc): Likewise.
8709         (re_node_set_init_1): Likewise.
8710         (re_node_set_init_2): Likewise.
8711         (re_node_set_init_copy): Likewise.
8712         (re_node_set_intersect): Likewise.
8713         (re_node_set_init_union): Likewise.
8714         (re_node_set_merge): Likewise.
8715         (re_node_set_insert): Likewise.
8716         (re_dfa_add_node): Likewise.
8717         (re_acquire_state): Likewise.
8718         (re_acquire_state_context): Likewise.
8719         (create_new_state_common): Likewise.
8720         (register_state): Likewise.
8721         (create_ci_new_state): Likewise.
8722         (create_cd_new_state): Likewise.
8723         (re_string_context_at): Remove redundant condition.
8725 2002-01-16  Roger Sayle  <roger@eyesopen.com>
8727         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
8729         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
8731 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
8733         * sysdeps/i386/elf/configure.in: Fix comment.
8735         * sysdeps/sparc/sparc64/configure.in: New file.
8736         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
8737         if .dynamic comes before .got.
8738         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
8740         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
8741         HP_TIMING_ACCUM): Fix typos.
8743 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8745         * string/strfry.c: Add some more randomness to the seed.
8746         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
8748         * po/es.po: Update from translation team.
8749         * po/fr.po: Likewise.
8751         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
8753         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
8754         when determining type of format.
8755         Patch by James Antill <james@anqd.org> [PR libc/2787].
8757 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
8759         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
8761 2002-03-11  Roland McGrath  <roland@frob.com>
8763         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
8765         * Versions.def (libc): Add GLIBC_2.2.6.
8766         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
8767         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
8768         __errno_location instead of __hurd_errno_location, and don't inline it.
8769         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
8770         * hurd/errno.c: New file.
8771         * hurd/Makefile (routines): Add errno.
8773 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8775         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
8776         ridiculously large widths and precisions [PR libc/3026].
8778 2002-03-11  Andreas Jaeger  <aj@suse.de>
8780         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
8781         support.
8782         Patch by Susanne Oberhauser <froh@SuSE.de>.
8784 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8786         * inet/rexec.c (ahostbuf): Define as static.
8788         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
8789         (__ctype32_wctrans): Likewise.
8790         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
8791         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
8792         (__ctype32_wctrans): Likewise.
8793         (__ctype32_width): Likewise.
8795         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
8796         They were never exported anyway.
8798         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
8799         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
8800         exported.
8801         * include/sys/gmon.h: Declare _gmonparam.
8803         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
8804         symbols for getdents64.  They were never exported.
8806 2002-03-09  Roland McGrath  <roland@frob.com>
8808         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
8809         Reported by Jon Arney <jarney1@cox.net>.
8811 2002-02-23  Roland McGrath  <roland@frob.com>
8813         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
8814         declaration.
8815         (__hurd_errno_location): Function removed.
8817 2002-03-06  Andreas Jaeger  <aj@suse.de>
8819         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
8820         32-bit.
8822 2002-03-04  Andreas Jaeger  <aj@suse.de>
8824         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
8826         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
8827         x86-64.
8829         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
8831         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
8833         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
8835         * sysdeps/x86_64/bits/setjmp.h: New file.
8837         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
8839         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
8841         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
8842         for x86.
8843         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
8844         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
8846 2002-02-28  Bo Thorsen  <bo@suse.de>
8848         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
8849         version.
8851 2002-03-03  Andreas Jaeger  <aj@suse.de>
8853         * sysdeps/x86_64/bits/wordsize.h: New file.
8855         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
8856         * elf/tst-tlsmod1.c: Likewise.
8858         * posix/regcomp.c: Get regex.h from include dir for internal
8859         prototypes.
8861         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
8862         to libc-internal.h and include it.
8863         * include/libc-internal.h: Add __init_misc.
8865         * misc/init-misc.c: Include libc-internal.h for prototypes.
8867         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
8869         * misc/error.c [_LIBC]: Include libioP.h for prototype of
8870         _IO_putc_internal.
8872 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
8874         * posix/regcomp.c: Compatibility changes to allow using the code
8875         outside glibc.
8877 2002-02-28  Hartvig Ekner <hartvige@mips.com>
8879         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
8880         compiled non-PIC.
8882 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
8884         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
8885         of .str elements in the returned data structure.
8887         * elf/elf.h: Add Alpha TLS bits.
8889 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8891         * sysdeps/unix/sysv/linux/nice.c: New file.
8893 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
8895         * elf/Makefile (dl-routines): Add dl-origin.
8896         (elide-routines.os): Add dl-origin.
8897         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
8898         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
8899         _dl_debug_state.
8900         * include/libc-symbols.c: Define attribute_hidden depending on
8901         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
8903         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
8904         * elf/dl-load.c: Likewise.
8905         * elf/rtld.c: Likewise.
8906         * include/unistd.h: Declare __libc_enable_secure_internal.
8907         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
8908         Use INTUSE with __libc_enable_secure.
8909         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8911         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
8912         * elf/dl-error.c: Likewise,
8913         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
8915         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
8916         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
8917         function definition.  Use INTDEF with _dl_get_origin.
8918         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8920         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
8921         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
8923         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
8924         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
8925         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
8927         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
8928         * elf/dl-deps.c: Likewise.
8929         * elf/dl-error.c: Likewise.
8930         * elf/dl-fini.c: Likewise.
8931         * elf/dl-init.c: Likewise.
8932         * elf/dl-load.c: Likewise.
8933         * elf/dl-lookup.c: Likewise.
8934         * elf/dl-reloc.c: Likewise.
8935         * elf/dl-version.c: Likewise.
8936         * elf/do-lookup.h: Likewise.
8937         * sysdeps/arm/dl-machine.h: Likewise.
8938         * sysdeps/cris/dl-machine.h: Likewise.
8939         * sysdeps/hppa/dl-machine.h: Likewise.
8940         * sysdeps/i386/dl-machine.h: Likewise.
8941         * sysdeps/m68k/dl-machine.h: Likewise.
8942         * sysdeps/powerpc/dl-machine.h: Likewise.
8943         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8944         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8945         * sysdeps/sh/dl-machine.h: Likewise.
8946         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
8947         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
8948         * sysdeps/x86_64/dl-machine.h: Likewise.
8949         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
8950         _dl_argv[0].  Use INTUSE with _dl_argv.
8951         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
8952         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
8954 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8956         * elf/rtld.c (_rtld_global): Remove .protected.
8957         (_rtld_local): Strong alias to _rtld_global.
8958         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
8959         only .os object.
8960         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
8961         _rtld_local instead of _rtld_global.
8962         (_rtld_local): Add hidden extern, possibly in .sdata section.
8963         * configure.in: Add tests for visibility attribute and .sdata.
8964         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
8965         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
8966         * sysdeps/arm/dl-machine.h: Likewise.
8967         * sysdeps/generic/ldsodefs.h: Likewise.
8968         * sysdeps/hppa/dl-machine.h: Likewise.
8969         * sysdeps/cris/dl-machine.h: Likewise.
8970         * sysdeps/i386/dl-machine.h: Likewise.
8971         * sysdeps/ia64/dl-machine.h: Likewise.
8972         * sysdeps/m68k/dl-machine.h: Likewise.
8973         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8974         * sysdeps/mips/dl-machine.h: Likewise.
8975         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8976         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8977         * sysdeps/sh/dl-machine.h: Likewise.
8978         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8979         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8980         * sysdeps/x86_64/dl-machine.h: Likewise.
8982 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8984         * login/login.c (login): Always initialize ut_line field
8985         [PR libc/2991].
8987 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8989         * sysdeps/i386/Makefile (sysdep_routines): Add
8990         divdi3 in csu dir.
8991         (shared-only-routines): Likewise.
8992         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
8993         (shared-only-routines): Likewise.
8994         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
8995         (shared-only-routines): Likewise.
8996         * sysdeps/wordsize-32/divdi3.c: New file.
8998 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
9000         * locale/iso-4217.def: Remove obsolete currencies for countries
9001         with Euro.
9003 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
9005         * posix/regcomp.c (regcomp): Remove a redundant condition.
9006         (init_word_char): Add a check on malloc failure.
9007         (create_initial_state): Likewise.
9008         (duplicate_node): Likewise.
9009         (calc_eclosure): Likewise.
9010         (calc_eclosure_iter): Likewise.
9011         (parse_expression): Likewise.
9012         (parse_bracket_exp): Remove unnecessary malloc invocations.
9013         (build_equiv_class): Likewise.
9014         (build_charclass): Likewise.
9015         * posix/regex_internal.c (re_node_set_intersect): Add a check
9016         on malloc failure.
9017         (re_node_set_add_intersect): Likewise.
9018         (re_node_set_merge): Likewise.
9019         (re_acquire_state): Likewise.
9020         (re_acquire_state_context): Likewise.
9021         (create_newstate_common): Likewise.
9022         (register_state): Likewise.
9023         (create_ci_newstate): Likewise.
9024         (create_cd_newstate): Likewise.
9025         * posix/regex_internal.h: Fix prototypes of re_acquire_state
9026         and re_acquire_state_context.
9027         * posix/regexec.c (regexec): Suit it to the error handling of
9028         re_search_internal.
9029         (re_match): Likewise.
9030         (re_search): Likewise.
9031         (re_search_internal): Add a check on malloc failure.
9032         (acquire_init_state_context): Likewise.
9033         (check_matching): Likewise.
9034         (proceed_next_node): Likewise.
9035         (set_regs): Likewise.
9036         (sift_states_backward): Likewise.
9037         (sift_states_iter_bkref): Likewise.
9038         (add_epsilon_backreference): Likewise.
9039         (transit_state): Likewise.
9040         (transit_state_sb): Likewise.
9041         (transit_state_mb): Likewise.
9042         (transit_state_bkref_loop): Likewise.
9043         (build_trtable): Likewise.
9044         (group_nodes_into_DFAstates): Likewise.
9045         (match_ctx_init): Likewise.
9046         (match_ctx_add_entry): Likewise.
9048 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
9050         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
9051         l_libname if profiling is enabled [PR libc/2916].
9053         * sysdeps/ia64/dl-tls.h: New file.
9055 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
9057         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
9058         Work around an Alpha gas bug.
9060 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
9062         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
9063         uses read to load the catalog.
9064         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
9066 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
9068         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
9069         regex_internal.c, and regex_internal.h.
9070         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
9071         * posix/regex.c: Complete rewrite.
9072         * posix/regexec.c: New file.
9073         * posix/regcomp.c: New file.
9074         * posix/regex_internal.c: New file.
9075         * posix/regex_internal.h: New file.
9076         * posix/regex.h (RE_ICASE): New macro.
9077         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
9079         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
9080         ungetwc.  It's a macro.
9081         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
9082         implementation.
9083         Reported by Jason Merrill <jason@redhat.com>.
9085 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
9087         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
9088         position to fp->_offset if it is set.
9089         * stdio-common/Makefile (tests): Add tst-fdopen.
9090         * stdio-common/tst-fdopen.c: New test.
9092 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
9094         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
9095         * stdio-common/tst-ungetc.c (main): Add another test.
9097 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
9099         * assert/assert-perr.c: Use INTUSE to reference functions and variables
9100         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
9101         aliases.  Add prototypes for the new aliases.
9102         * assert/assert.c: Likewise.
9103         * include/libc-symbols.h: Likewise.
9104         * include/stdio.h: Likewise.
9105         * include/netinet/in.h: Likewise.
9106         * include/rpc/auth.h: Likewise.
9107         * include/rpc/auth_unix.h: Likewise.
9108         * include/rpc/key_prot.h: Likewise.
9109         * include/rpc/pmap_prot.h: Likewise.
9110         * include/rpc/pmap_rmt.h: Likewise.
9111         * include/rpc/rpc_msg.h: Likewise.
9112         * include/rpc/xdr.h: Likewise.
9113         * inet/gethstbyad_r.c: Likewise.
9114         * inet/gethstbynm2_r.c: Likewise.
9115         * inet/gethstbynm_r.c: Likewise.
9116         * inet/gethstent_r.c: Likewise.
9117         * inet/in6_addr.c: Likewise.
9118         * libio/__fpurge.c: Likewise.
9119         * libio/filedoalloc.c: Likewise.
9120         * libio/fileops.c: Likewise.
9121         * libio/ftello.c: Likewise.
9122         * libio/ftello64.c: Likewise.
9123         * libio/genops.c: Likewise.
9124         * libio/iofclose.c: Likewise.
9125         * libio/iofdopen.c: Likewise.
9126         * libio/iofflush.c: Likewise.
9127         * libio/iofflush_u.c: Likewise.
9128         * libio/iofgetpos.c: Likewise.
9129         * libio/iofgetpos64.c: Likewise.
9130         * libio/iofgets.c: Likewise.
9131         * libio/iofgets_u.c: Likewise.
9132         * libio/iofopen.c: Likewise.
9133         * libio/iofopncook.c: Likewise.
9134         * libio/iofputs.c: Likewise.
9135         * libio/iofread.c: Likewise.
9136         * libio/iofread_u.c: Likewise.
9137         * libio/iofsetpos.c: Likewise.
9138         * libio/iofsetpos64.c: Likewise.
9139         * libio/ioftell.c: Likewise.
9140         * libio/iofwrite.c: Likewise.
9141         * libio/iogetline.c: Likewise.
9142         * libio/iogets.c: Likewise.
9143         * libio/iogetwline.c: Likewise.
9144         * libio/iolibio.h: Likewise.
9145         * libio/iopadn.c: Likewise.
9146         * libio/iopopen.c: Likewise.
9147         * libio/ioseekoff.c: Likewise.
9148         * libio/ioseekpos.c: Likewise.
9149         * libio/iosetbuffer.c: Likewise.
9150         * libio/iosetvbuf.c: Likewise.
9151         * libio/ioungetc.c: Likewise.
9152         * libio/ioungetwc.c: Likewise.
9153         * libio/iovdprintf.c: Likewise.
9154         * libio/iovsprintf.c: Likewise.
9155         * libio/iovsscanf.c: Likewise.
9156         * libio/libioP.h: Likewise.
9157         * libio/memstream.c: Likewise.
9158         * libio/obprintf.c: Likewise.
9159         * libio/oldfileops.c: Likewise.
9160         * libio/oldiofclose.c: Likewise.
9161         * libio/oldiofdopen.c: Likewise.
9162         * libio/oldiofgetpos.c: Likewise.
9163         * libio/oldiofgetpos64.c: Likewise.
9164         * libio/oldiofopen.c: Likewise.
9165         * libio/oldiofsetpos.c: Likewise.
9166         * libio/oldiofsetpos64.c: Likewise.
9167         * libio/oldiopopen.c: Likewise.
9168         * libio/oldstdfiles.c: Likewise.
9169         * libio/putc.c: Likewise.
9170         * libio/setbuf.c: Likewise.
9171         * libio/setlinebuf.c: Likewise.
9172         * libio/stdfiles.c: Likewise.
9173         * libio/stdio.c: Likewise.
9174         * libio/strops.c: Likewise.
9175         * libio/vasprintf.c: Likewise.
9176         * libio/vscanf.c: Likewise.
9177         * libio/vsnprintf.c: Likewise.
9178         * libio/vswprintf.c: Likewise.
9179         * libio/wfiledoalloc.c: Likewise.
9180         * libio/wfileops.c: Likewise.
9181         * libio/wgenops.c: Likewise.
9182         * libio/wstrops.c: Likewise.
9183         * malloc/mtrace.c: Likewise.
9184         * misc/error.c: Likewise.
9185         * misc/syslog.c: Likewise.
9186         * nss/getXXbyYY_r.c: Likewise.
9187         * nss/getXXent_r.c: Likewise.
9188         * nss/hosts-lookup.c: Likewise.
9189         * stdio-common/getw.c
9190         * stdio-common/printf-prs.c: Likewise.
9191         * stdio-common/printf_fp.c: Likewise.
9192         * stdio-common/printf_size.c: Likewise.
9193         * stdio-common/putw.c: Likewise.
9194         * stdio-common/scanf.c: Likewise.
9195         * stdio-common/sprintf.c: Likewise.
9196         * stdio-common/tmpfile64.c: Likewise.
9197         * stdio-common/vfprintf.c: Likewise.
9198         * stdio-common/vfscanf.c: Likewise.
9199         * stdlib/strfmon.c: Likewise.
9200         * sunrpc/auth_des.c: Likewise.
9201         * sunrpc/auth_none.c: Likewise.
9202         * sunrpc/auth_unix.c: Likewise.
9203         * sunrpc/authdes_prot.c: Likewise.
9204         * sunrpc/authuxprot.c: Likewise.
9205         * sunrpc/clnt_perr.c: Likewise.
9206         * sunrpc/clnt_raw.c: Likewise.
9207         * sunrpc/clnt_tcp.c: Likewise.
9208         * sunrpc/clnt_udp.c: Likewise.
9209         * sunrpc/clnt_unix.c: Likewise.
9210         * sunrpc/key_call.c: Likewise.
9211         * sunrpc/key_prot.c: Likewise.
9212         * sunrpc/openchild.c: Likewise.
9213         * sunrpc/pm_getmaps.c: Likewise.
9214         * sunrpc/pm_getport.c: Likewise.
9215         * sunrpc/pmap_clnt.c: Likewise.
9216         * sunrpc/pmap_prot.c: Likewise.
9217         * sunrpc/pmap_prot2.c: Likewise.
9218         * sunrpc/pmap_rmt.c: Likewise.
9219         * sunrpc/rpc_cmsg.c: Likewise.
9220         * sunrpc/rpc_prot.c: Likewise.
9221         * sunrpc/svc_authux.c: Likewise.
9222         * sunrpc/svc_raw.c: Likewise.
9223         * sunrpc/svc_simple.c: Likewise.
9224         * sunrpc/svc_tcp.c: Likewise.
9225         * sunrpc/svc_udp.c: Likewise.
9226         * sunrpc/svc_unix.c: Likewise.
9227         * sunrpc/xdr.c: Likewise.
9228         * sunrpc/xdr_array.c: Likewise.
9229         * sunrpc/xdr_mem.c: Likewise.
9230         * sunrpc/xdr_rec.c: Likewise.
9231         * sunrpc/xdr_ref.c: Likewise.
9232         * sunrpc/xdr_stdio.c: Likewise.
9233         * sysdeps/generic/_strerror.c: Likewise.
9234         * sysdeps/generic/printf_fphex.c: Likewise.
9235         * sysdeps/generic/tmpfile.c: Likewise.
9236         * sysdeps/gnu/errlist.awk: Likewise.
9237         * sysdeps/gnu/errlist.c: Likewise.
9239         * libio/Makefile (routines): Remove iosprint.
9240         * libio/iosprintf.c: Removed
9243 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
9245         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
9246         non_dynamic_init and exported now.
9247         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
9248         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
9249         !SHARED.
9250         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
9251         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
9252         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
9254 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
9256         * elf/dl-close.c (free_slotinfo): Check for end of list and return
9257         true in this case.
9259         * locale/iso-639.def: Add language codes for Walloon.
9261         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
9262         total number of relocations performed.
9264         * elf/sprof.c (load_profdata): If do_test provide information as
9265         to why loading failed.
9266         * elf/dl-profile.c (_dl_start_profile): Initialize all of
9267         hist_hdr.dimen.
9269         * csu/set-init.c: Moved to...
9270         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
9271         * csu/Makefile: Don't compile set-init.
9272         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
9273         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
9274         to __libc_init.
9275         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
9276         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
9277         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
9278         __libc_init.
9279         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
9280         __libc_subinit.
9282 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
9284         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
9285         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
9286         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
9287         (_dl_deallocate_tls): New function.
9288         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
9289         _dl_deallocate_tls.
9291 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
9293         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
9294         * stdio-common/tst-fseek.c (main): Add test for this.
9296 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
9298         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
9300 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
9302         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
9303         pointer before dereferencing.
9305 2002-02-18  Roland McGrath  <roland@frob.com>
9307         * sysdeps/mach/hurd/times.c: Fix typo in last change.
9309         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
9310         Use task_policy in place of task_priority.
9312         * sysdeps/generic/bits/mman.h
9313         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
9314         * sysdeps/mach/msync.c: New file.
9316         * sysdeps/mach/powerpc/syscall.S: New file.
9318         * mach/msg.c [MACH_MSG_OVERWRITE]
9319         (__mach_msg_trap, __mach_msg_overwrite): New functions.
9320         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
9322         * sysdeps/mach/configure.in: Check for clock.defs to put into
9323         mach_interface_list.
9324         * sysdeps/mach/configure: Regenerated.
9326         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
9327         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
9328         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
9329         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
9330         (mach-shortcuts): Add device_read_overwrite_request,
9331         device_read_overwrite, vm_read_overwrite, thread_switch.
9333         * configure.in (base_machine): Set to $machine by default.
9334         * configure: Regenerated.
9336         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
9337         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
9338         * sysdeps/mach/configure: Regenerated.
9339         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
9341         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
9343         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
9345         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
9346         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
9348 2002-02-17  Roland McGrath  <roland@frob.com>
9350         * sysdeps/mach/hurd/times.c
9351         [NO_CREATION_TIME] (startup_time): New static variable.
9352         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
9353         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
9354         creation_time from task_basic_info.
9355         (__times): Use __gettimeofday instead of __host_get_time.
9357         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
9358         Use untyped Mach IPC message format.
9360         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
9362         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
9363         _S_catch_exception_raise_state_identity,
9364         _hurdsig_fault_catch_exception_raise_state,
9365         _hurdsig_fault_catch_exception_raise_state_identity.
9367         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
9369         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
9370         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
9372         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
9373         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
9375         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
9376         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
9377         them as no-op macros.
9378         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
9379         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
9381         * sysdeps/powerpc/dl-machine.h
9382         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
9384         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
9385         Use untyped Mach IPC message format.
9387         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
9388         Handle untyped Mach IPC message formats.
9390         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
9391         Expect different argument conventions when this is defined.
9392         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
9393         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
9394         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
9395         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
9396         for OSF Mach variant.
9397         (faulted): Use mig_reply_error_t for REPLY.
9398         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
9399         in __thread_set_exception_ports call.
9400         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
9401         __mach_port_set_attributes in place of __mach_port_set_qlimit.
9403         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
9404         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
9405         on Darwin, which includes bogons.
9407         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
9408         variable LOADBASE so it's not declared when it's not used.
9410 2002-02-16  Roland McGrath  <roland@frob.com>
9412         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
9413         to use BI.creation_time.
9415         * mach/Machrules (MIG): Add -x c to CPP value passed down.
9417         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
9418         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
9419         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
9420         host_page_size instead of vm_statistics.
9422         * sysdeps/mach/Makefile (mach-before-compile): Don't include
9423         mach_interface.h here, since not all variants use that name.
9425         * sysdeps/mach/configure.in: Add some checks for Mach headers
9426         to ensure a sane installation.
9427         (mach_interface_list): Define this variable by checking for .defs
9428         files found in various variants.
9429         * configure.in (mach_interface_list): AC_SUBST this.
9430         * config.make.in (mach-interface-list): New substituted variable.
9431         * mach/Makefile (user-interfaces): Define this using the value
9432         of $(mach-interface-list) instead of mach, mach4.
9433         Updated other references to mach_interface to use it as well.
9435         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
9437         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
9438         mig_reply_error_t for OSF Mach variant.
9440         * mach/Makefile (routines): Remove bootprivport.
9441         * mach/bootprivport.c: File removed.  It has never been used.
9443         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
9444         Grok the OSF flavor of message format.
9445         (mach_msg_destroy_port): For MAKE_SEND and
9446         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
9447         no-senders notification.
9449 2002-02-06  Roland McGrath  <roland@frob.com>
9451         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
9452         to here if 2.0 compatibility enabled ...
9453         (libc: GLIBC_2.1.3): ... from here.
9455 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
9457         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
9458         generation counter.
9459         * elf/dl-close.c (_dl_close): Likewise.
9461 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
9463         * elf/Makefile: Add rules to build and run tst-tls8.
9464         * elf/tst-tls8.c: New file.
9465         * elf/tst-tlsmod4.c: New file.
9467         * stdlib/test-a64l.c (tests): Add more test cases.
9469         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
9470         Reported by Walter Harms <WHarms@bfs.de>.
9472 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
9474         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
9475         definitions for struct sigcontext.
9476         Suggested by David Mosberger-Tang.
9478 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
9480         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
9481         for removing reference of module in slotinfo list.
9482         (_dl_close): Use remove_slotinfo.
9483         * sysdeps/generic/dl-tls.c: General pretty printing.
9484         (oom): Define only if SHARED.
9485         (_dl_next_tls_modid): Correct starting point for the case we assume
9486         there is a gap.  Add missing instruction grouping (doh!).  Correct
9487         tests for reaching maximum index.
9488         * elf/Makefile: Add rules to build and run tst-tls7.
9489         * elf/tst-tls7.c: New file.
9490         * elf/tst-tlsmod3.c: New file.
9492         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
9493         USE_TLS.
9494         * elf/tst-tlsmod2.c: Likewise.
9496         * elf/dl-close.c (_dl_close): When closing an object using TLS
9497         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
9498         true.  Increment dl_tls_generation only if we closed any TLS-using
9499         object.
9500         * elf/tst-tls6.c: New file.
9501         * elf/Makefile: Add rules to build and run tst-tls6.
9503         * po/da.po: Update from translation team.
9505         * locale/categories.def: Fix typo [PR libc/2948].
9506         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
9507         [PR libc/2949].
9508         * locale/iso-4217.def: Update from official version [PR libc/2950].
9509         * glibcbug.in: Honor TMPDIR [PR libc/2951].
9510         * locale/programs/ld-collate.c (collate_finish): Bail out with a
9511         message if input is too confusion instead of using assert.
9512         (collate_read): Don't crash on unknown symbol [PR libc/2952].
9513         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
9515         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
9516         * elf/tst-tls2.c: Likewise.
9517         * elf/tst-tls3.c: Likewise.
9519 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
9521         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
9523 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
9525         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
9526         if this is really necessary.
9528         * elf/dl-close.c (_dl_close): Implement freeing entries in the
9529         slotinfo array.
9530         (free_mem): Free memory for the slotinfo array if possible.
9532 2002-02-12  Andreas Schwab  <schwab@suse.de>
9534         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
9536 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
9538         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
9539         TLS_DTV_UNALLOCATE.
9540         (oom): New function.
9541         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
9542         (_dl_determine_tlsoffset): Likewise.
9543         (_dl_allocate_tls): Likewise.
9544         (__TLS_GET_ADDR): Define if not already defined.
9545         (_dl_tls_symaddr): New function.
9546         (allocate_and_init): New function.
9547         (__tls_get_addr): Actually implement handling of generation counter
9548         and deferred allocation.
9549         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
9550         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
9551         _dl_tls_generation.
9552         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
9553         Declare _dl_tls_symaddr.
9554         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
9555         SHARED.
9556         * include/link.h (struct link_map):  Remove l_tls_nextimage and
9557         l_tls_previmage.
9558         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
9559         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
9560         (_dl_vsym): Likewise.
9561         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
9562         layout.
9563         (dl_main): Allow PT_TLS be present for empty segment.  Remove
9564         nextimage list handling.  Instead add all modules using TLS to
9565         dl_tls_dtv_slotinfo_list.
9566         * elf/dl-open.c (dl_open_worker): After successfully loading all
9567         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
9568         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
9569         empty segment don't do anything.  Remove handling of initimage list.
9570         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
9571         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
9572         * elf/dl-minimal.c: Define __libc_memalign.
9573         * elf/dl-support.c: Remove _dl_initimage_list.  Add
9574         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
9575         _dl_tls_generation.
9576         * include/stdlib.h: Declare __libc_memalign.
9578         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
9579         * elf/tst-tls4.c: New file.
9580         * elf/tst-tls5.c: New file.
9581         * elf/tst-tlsmod2.c: New file.
9583         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
9585         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
9587         * elf/tst-tls1.c: Use test-skeleton.c.
9588         * elf/tst-tls2.c: Likewise.
9589         * elf/tst-tls3.c: Likewise.
9591         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
9593 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
9595         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
9597 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
9599         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
9601         * elf/tst-tls3.c: New file.
9602         * elf/tst-tlsmod1.c: New file.
9603         * elf/Makefile: Add rules to build and run tst-tls3.
9605         * sysdeps/i386/dl-machine.h: Include <tls.h>.
9606         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
9607         TLS relocations.
9609         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
9611         * po/fr.po: Update from translation team.
9613         * elf/tls-macros.h: Add alternative macros for use in PIC.
9615         * elf/dl-lookup.c: Include <tls.h>.
9616         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
9618         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
9619         required by passing pointer to last element of the list.
9621         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
9622         l_tls_initimage to a place where it actually is performed.
9624         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
9625         after globfree() calls.
9627         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
9628         (openaux): Pass open_mode as new last argument to _dl_map_object.
9629         (_dl_map_object_deps): Add new argument open_mode.  Initialize
9630         open_mode element of args variable with it.
9631         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
9632         _dl_map_object_deps.
9633         * elf/rtld.c (dl_main): Add zero as last parameter to
9634         _dl_map_object_deps call.
9635         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
9636         * elf/nodlopen2.c: New file.
9637         * elf/nodlopenmod2.c: New file.
9638         * elf/Makefile: Add rules to build and run nodlopen2.
9640         * elf/tst-tls1.c: Move TLS helper macros to...
9641         * elf/tls-macros.h: ...here.  New file.
9642         * elf/tst-tls2.c: New file.
9643         * elf/Makefile (tests): Add tst-tls2.
9644         (distribute): Add tls-macros.h.
9646         * po/sv.po: Update from translation team.
9648         * elf/tst-tls1.c (main): Add complete set of tests.  Split
9649         architecture specific definitions from the actual test code.
9651         * po/tr.po: Update from translation team.
9653 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
9655         * elf/Makefile (tests): Add tst-tls1.
9656         * elf/tst-tls1.c: New file.
9658         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
9659         alignment of TCB for now.
9661         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
9662         initialization image for the application itself.
9664         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
9665         loop to initialize TLS block.
9667 2002-02-08  Richard Henderson  <rth@redhat.com>
9669         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
9670         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
9672         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
9674 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
9676         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
9678 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
9680         * po/ca.po: Update from translation team.
9681         * po/sk.po: Likewise.
9683         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
9684         (dl_main): Move dtv/static TLS handling before relocation.
9685         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
9686         TLS_INIT_TP to allocate and install the dtv/static TLS block.
9687         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
9688         so far uses TLS initialize GL(dl_tls_static_size) and
9689         GL(dl_tls_static_align) to account for the TCB.
9690         (_dl_allocate_tls): New function.
9691         * sysdeps/generic/ldsodefs.h (rtld_global): Add
9692         _dl_initial_dtv_malloced.
9694         * configure.in: Test for __builtin_memset more realistically.
9696         * csu/version.c (banner): If TLS support is available say so.
9698 2002-02-04  H.J. Lu  <hjl@gnu.org>
9700         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
9701         __attribute_used__.
9702         (__dl_runtime_resolve): Likewise.
9704         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
9705         declaration.
9707 2001-11-15  H.J. Lu  <hjl@gnu.org>
9709         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
9710         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
9712         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
9714 2002-02-07  H.J. Lu  <hjl@gnu.org>
9716         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
9717         ".set noreorder".
9718         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
9719         Likewise.
9721 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9723         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
9725         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
9726         ___tls_get_addr_internal.
9727         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
9729         * po/ko.po: Update from translation team.
9731 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
9733         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
9734         attribute, change __pad{1,2} type to unsigned int.
9735         (struct stat64): Remove packed attribute.
9737 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9739         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
9741 2002-02-07  Andreas Schwab  <schwab@suse.de>
9743         * configure.in: Fix check for -zcombreloc.
9745 2002-02-06  H.J. Lu  <hjl@gnu.org>
9747         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
9748         * configure.in: Check if __builtin_memset really works.
9749         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
9750         __GNUC_PREREQ (2, 96) before using __builtin_memset.
9752 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
9754         * io/bug-ftw3.c (main): Don't try the test if root.
9756 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9758         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
9759         constraints.
9760         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
9761         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
9762         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
9763         Likewise.
9764         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
9765         a weak alias for __clone.
9766         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
9767         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
9768         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
9769         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
9770         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
9771         a weak alias for __mmap64.
9773 2002-02-05  H.J. Lu  <hjl@gnu.org>
9775         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
9776         (atomic_add): Likewise.
9777         (compare_and_swap): Likewise.
9778         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
9780 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9782         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
9784         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
9785         alignment of the TCB and store total size and alignment of static
9786         TLS block in _dl_tls_static_size and _dl_tls_static_align.
9787         tls_index is a typedef.
9788         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
9789         _dl_tls_static_align.
9790         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
9791         * elf/dl-support.c: Define _dl_tls_static_size and
9792         _dl_tls_static_align.
9794 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9796         * configure.in: Add --without-tls option.
9797         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
9798         --without-tls is given.
9800         * sysdeps/generic/dl-tls.c: Include <tls.h>.
9802         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
9804 2002-02-06  Roland McGrath  <roland@frob.com>
9806         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
9807         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
9809         * scripts/versions.awk: Improve error message for missing version.
9810         Each version inherits from the last one only if they have the same
9811         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
9812         but not GLIBC_x and FOO_y.
9814         * scripts/firstversions.awk: Handle libraries that don't have each
9815         particular version named in the third column of shlib-versions.
9817         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
9819 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9821         * Versions.def [ld]: Add GLIBC_2.3.
9822         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
9823         * elf/Makefile (dl-routines): Add dl-tls.
9824         (distribute): Add dl-tls.h.
9825         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9826         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9827         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
9828         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
9829         along with the other info in the link map.  Change queueing of init
9830         images for double linked list.  Use _dl_next_tls_modid to compute
9831         l_tls_modid.
9832         * elf/rtld.c (_dl_start_final): Store alignment requirement
9833         along with the other info in rtld map and executable map.
9834         (dl_main): Add ld.so to the init image list if necessary.  Compute
9835         final module ID with _dl_next_tls_modid.
9836         * include/link.h (struct link_map): Add l_tls_previmage and
9837         l_tls_align.
9838         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9839         * sysdeps/i386/elf/Versions: New file.
9840         * sysdeps/generic/dl-tls.c: New file.
9841         * sysdeps/generic/dl-tls.h: New file.
9842         * sysdeps/i386/dl-tls.h: New file.
9844 2002-02-06  Roland McGrath  <roland@frob.com>
9846         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
9847         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
9849 2002-01-05  Roland McGrath  <roland@frob.com>
9851         * sysdeps/mach/configure.in: New file.
9852         * sysdeps/mach/configure: New generated file.
9854         * mach/Makefile (user-interfaces): Remove default_pager_helper.
9855         It has never been used by anything.
9857 2002-02-06  H.J. Lu  <hjl@gnu.org>
9859         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
9860         is included.
9862 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9864         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
9865         attribute((packed)) to counter stupid people misusing gcc options.
9866         (struct stat64): Likewise.
9868 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9870         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
9871         the variables which are used as booleans.
9873 2002-02-06  Andreas Jaeger  <aj@suse.de>
9875         * include/libc-symbols.h (INTUSE): Renamed from INT.
9876         * elf/dl-deps.c: Change users.
9877         * sysdeps/generic/dl-sysdep.c: Likewise.
9878         * sysdeps/generic/dl-cache.c: Likewise.
9879         * elf/dl-reloc.c: Likewise.
9880         * elf/rtld.c: Likewise.
9881         * elf/dl-version.c: Likewise.
9882         * elf/dl-load.c: Likewise.
9883         * elf/dl-dst.h: Likewise.
9884         * elf/dl-init.c: Likewise.
9885         * elf/dl-error.c: Likewise.
9886         * elf/dl-fini.c: Likewise.
9887         * elf/dl-runtime.c: Likewise.
9888         * elf/do-lookup.h: Likewise.
9890         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
9891         definition.
9892         * stdio-common/_itowa.h: Likewise.
9894 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9896         * elf/dl-minimal.c: Define _itoa_lower_digits.
9898         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
9899         DT_FLAGS set.
9901         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
9902         loading modules with the DF_STATIC_TLS flag set.
9903         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
9904         element.
9905         * include/link.h (struct link_map): Add l_flags field.
9906         * elf/elf.h (DF_STATIC_TLS): New definition.
9908         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
9909         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
9911         * elf/rtld.c (process_dl_debug): Correct printing help message.
9912         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
9913         for %s.
9915         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
9916         definition and pass &errno in use of this variable.
9917         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
9919 2002-02-04  Andreas Schwab  <schwab@suse.de>
9921         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
9922         * locale/programs/charmap-dir.c: Wrap calls that output messages
9923         with WITH_CUR_LOCALE.  Include "localedef.h" first.
9924         * locale/programs/charmap.c: Likewise.
9925         * locale/programs/ld-address.c: Likewise.
9926         * locale/programs/ld-collate.c: Likewise.
9927         * locale/programs/ld-ctype.c: Likewise.
9928         * locale/programs/ld-identification.c: Likewise.
9929         * locale/programs/ld-measurement.c: Likewise.
9930         * locale/programs/ld-messages.c: Likewise.
9931         * locale/programs/ld-monetary.c: Likewise.
9932         * locale/programs/ld-name.c: Likewise.
9933         * locale/programs/ld-numeric.c: Likewise.
9934         * locale/programs/ld-paper.c: Likewise.
9935         * locale/programs/ld-telephone.c: Likewise.
9936         * locale/programs/ld-time.c: Likewise.
9937         * locale/programs/linereader.c: Likewise.
9938         * locale/programs/linereader.h: Likewise.
9939         * locale/programs/localedef.c: Likewise.
9940         * locale/programs/locfile.c: Likewise.
9941         * locale/programs/repertoire.c: Likewise.
9943 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9945         * elf/rtld.c (_dl_start_final): Determine load address to locate
9946         ehdr with GL(dl_rtld_map).l_map_start.
9948         * po/ca.po: Update from translation team.
9950         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
9951         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
9952         header entry.
9953         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9954         _dl_tls_module_cnt.
9955         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
9957 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
9959         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
9960         * include/link.h (struct link_map): Add various members for TLS
9961         information.
9962         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9963         _rtld_tlsoffset, add _dl_initimage_list.
9964         * sysdeps/i386/dl-lookupcfg.h: New file.
9965         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
9966         TLS relocation.  When using TLS we now use RESOLVE_MAP.
9967         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
9968         is used.
9970         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
9971         unused.
9973         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
9974         thread-pointer as soon as possible.
9975         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
9976         elements in rtld_global.
9977         * sysdeps/generic/tls.h: New file.
9978         * elf/Makefile (distribute): Add tls.h.
9979         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
9980         relocations.  Not complete yet.
9982         * resolv/resolv.h: Allow user to define __need_res_state and only
9983         define __res_start structure then.
9984         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
9986         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
9987         dl_cpuclock_offset initialization to _dl_start_final.
9988         (_dl_show_auxv): Avoid unnecessary sign extension.
9989         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
9991 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9993         * config.h.in: Add HAVE_TLS_SUPPORT.
9994         * sysdeps/i386/elf/configure.in: New file.
9996 2002-02-03  Andreas Schwab  <schwab@suse.de>
9998         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
9999         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
10001 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
10003         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
10004         alloca if the memory reqirements are too high.
10006 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
10008         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
10009         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
10010         the former is available anyway and speed isn't important here.
10011         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
10012         * elf/dl-version.c (match_symbol): Likewise.
10013         (_dl_check_map_versions): Likewise.
10014         * elf/rtld.c (process_envvars): Likewise.
10015         (print_statistics): Likewise.
10016         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
10017         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
10018         bases.  Add assert to catch uses of unimplemented features.
10019         (__strsep): Add assert to catch uses of unimplemented features.
10020         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
10021         and avoid inline optimization.
10022         * elf/rtld.c (process_envvars): Likewise.
10023         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
10024         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
10025         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
10027 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
10029         * stdio-common/_itoa.h: Minor simplifications of the code.
10030         * stdio-common/_itoa.c: Likewise.
10032         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
10033         instead of _dl_printf for debugging info output.
10035         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
10036         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
10038 2002-02-01  H.J. Lu  <hjl@gnu.org>
10040         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
10041         (atomic_add): Likewise.
10042         (compare_and_swap): Return 0 only when failed to compare. Use
10043         branch likely.
10045         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
10046         branch likely.
10048 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
10050         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
10052 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
10054         * elf/dl-minimal.c (__strsep): New minimal implementation.
10056 2002-02-02  Paul Eggert  <eggert@twinsun.com>
10058         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
10059         (__mktime_internal): If no tm_isdst is requested, prefer solutions
10060         with tm_isdst > 0 when the requested time falls within a
10061         spring-forward gap [PR libc/2894].
10063 2002-02-03  Andreas Schwab  <schwab@suse.de>
10065         * stdio-common/tst-rndseek.c: Increase timeout.
10067 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
10069         Change ld.so to not use functions which are exported.  One cannot
10070         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
10071         definitions.
10072         * include/libc-symbols.h: Define INT and INTDEF.
10073         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
10074         _dl_signal_error_internal, _dl_map_object_internal,
10075         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
10076         _dl_lookup_versioned_symbol_internal,
10077         _dl_relocate_object_internal, _dl_debug_state_internal,
10078         _dl_start_profile_internal, and _dl_unload_cache_internal.
10079         * include/dlfcn.h: Declare _dl_catch_error_internal.
10080         * elf/rtld.c: Use INT for calls to any of the *_internal functions
10081         above.  Add INTDEF to function definitions.
10082         * elf/dl-debug.c: Likewise.
10083         * elf/dl-deps.c: Likewise.
10084         * elf/dl-dst.h: Likewise.
10085         * elf/dl-error.c: Likewise.
10086         * elf/dl-fini.c: Likewise.
10087         * elf/dl-init.c: Likewise.
10088         * elf/dl-load.c: Likewise.
10089         * elf/dl-lookup.c: Likewise.
10090         * elf/dl-misc.c: Likewise.
10091         * elf/dl-open.c: Likewise.
10092         * elf/dl-profile.c: Likewise.
10093         * elf/dl-reloc.c: Likewise.
10094         * elf/dl-runtime.c: Likewise.
10095         * elf/dl-version.c: Likewise.
10096         * elf/do-lookup.h: Likewise.
10097         * sysdeps/generic/dl-cache.c: Likewise.
10098         * sysdeps/generic/dl-sysdep.c: Likewise.
10099         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
10100         instead of _dl_init.
10101         * sysdeps/arm/dl-machine.h: Likewise.
10102         * sysdeps/cris/dl-machine.h: Likewise.
10103         * sysdeps/hppa/dl-machine.h: Likewise.
10104         * sysdeps/i386/dl-machine.h: Likewise.
10105         * sysdeps/ia64/dl-machine.h: Likewise.
10106         * sysdeps/m68k/dl-machine.h: Likewise.
10107         * sysdeps/mips/dl-machine.h: Likewise.
10108         * sysdeps/mips/mips64/dl-machine.h: Likewise.
10109         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10110         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10111         * sysdeps/sh/dl-machine.h: Likewise.
10112         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10113         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10114         * sysdeps/x86_64/dl-machine.h: Likewise.
10115         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
10117         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
10118         and _dl_debug_initialize.
10120         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
10121         more information.
10122         * elf/rtld.c (dl_main): Avoid strrchr.
10123         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
10124         result of readlink.  Search from the back for '/'.
10126         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
10127         strncpy if possible.
10129         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
10130         strncmp.
10131         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
10132         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
10133         strspn, and strcspn.
10134         (process_envvars): Don't use strcspn.
10136         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
10137         (_dl_dst_substitute): Likewise.
10139 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10141         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
10142         code which is never used when relocating ld.so itself.
10144         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
10145         starting ld.so itself.  Move l_addr variable initialization closer
10146         to use.
10147         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
10149 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
10151         * Versions.def (libc): Add GLIBC_PRIVATE.
10152         (libdb, libnss_db, libdb1): Remove.
10153         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
10154         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
10155         (libpthread): Add GLIBC_PRIVATE.
10156         (libresolv): Likewise, remove GLIBC_2.1.
10157         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
10158         GLIBC_2.2.3, GLIBC_2.3.
10159         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
10160         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
10161         _dl_sym, _dl_vsym): Likewise.
10162         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
10163         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
10164         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
10165         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
10166         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
10167         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
10168         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
10169         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
10170         Likewise.
10171         (_dl_object_relocation_scope): Remove.
10172         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
10173         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
10174         __gconv_cache): Move to GLIBC_PRIVATE.
10175         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
10176         __internal_setnetgrent): Likewise.
10177         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
10178         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
10179         * locale/Versions (__collate_element_hash, __collate_element_strings,
10180         __collate_symbol_classes, __collate_symbol_hash,
10181         __collate_symbol_strings, _nl_current_LC_COLLATE,
10182         _nl_current_LC_CTYPE): Likewise.
10183         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
10184         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
10185         (libnss_nis, libnss_nisplus): Likewise.
10186         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
10187         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
10188         (libnss_files): Move all symbols to GLIBC_PRIVATE.
10189         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
10190         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
10191         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
10192         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
10193         __ns_get16, __ns_samename): Likewise.
10194         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
10195         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
10196         GLIBC_PRIVATE.
10197         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
10198         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
10199         __libc_connect): Likewise.
10200         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
10201         Likewise.
10202         * stdlib/Versions (__libc_system): Likewise.
10203         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
10204         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
10205         * sysdeps/ia64/fpu/Versions: Likewise.
10206         * sysdeps/ia64/Versions: Likewise.
10207         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
10208         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
10209         to GLIBC_PRIVATE.
10210         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
10211         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
10212         __libc_sigaction): Likewise.
10213         * termios/Versions (__libc_tcdrain): Likewise.
10215         * misc/sys/cdefs (__attribute_noinline__): Define.
10216         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
10217         __attribute_noinline__.
10219         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
10220         * elf/dl-xstat64.c: New file.
10221         * elf/dl-fxstat64.c: New file.
10222         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
10223         don't export __fxstat64 at multiple versions.
10224         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
10225         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
10227 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
10229         * locale/program/ld-collate.c (collate_finish): Assign a wide
10230         char collation sequence value to multi character collating
10231         elements, and avoid over writing by non-character elements.
10233 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10235         * elf/Makefile (distribute): Add dl-procinfo.c.
10236         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
10237         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
10239 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
10241         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
10242         definition.
10243         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
10244         _rtld_global struct.
10245         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
10246         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
10247         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
10248         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
10249         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
10250         _dl_fpu_control_set): Remove unused externs.
10251         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
10252         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
10253         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
10254         related variables in _rtld_global struct.
10255         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
10256         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
10257         unused extern.
10259 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10261         * sysdeps/generic/dl-procinfo.c: New file.
10263 2002-02-01  Andreas Schwab  <schwab@suse.de>
10265         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
10267 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10269         * elf/rtld.c (_dl_start): Mark as internal_function.
10270         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
10271         in register.
10272         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
10273         General pretty printing.
10275 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
10277         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
10278         * elf/dl-reloc.c: Pretty printing.
10279         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
10280         procinfo-related variables in rtld_global struct.
10281         * elf/dl-support.c: Likewise.
10282         * elf/rtld.c: Likewise.
10283         * sysdeps/i386/i686/Makefile: Likewise.
10284         * sysdeps/i386/i686/hp-timing.c: Likewise.
10285         * sysdeps/i386/i686/hp-timing.h: Likewise.
10286         * sysdeps/ia64/Makefile: Likewise.
10287         * sysdeps/ia64/hp-timing.c: Likewise.
10288         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
10289         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
10290         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
10291         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
10292         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10293         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
10294         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
10295         * sysdeps/x86_64/Makefile: Likewise.
10297         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
10298         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
10299         _dl_debug_fd to rtld_global.
10300         * elf/Versions: Likewise.
10301         * elf/dl-close.c: Likewise.
10302         * elf/dl-iteratephdr.c: Likewise.
10303         * elf/dl-lookup.c: Likewise.
10304         * elf/dl-misc.c: Likewise.
10305         * elf/dl-open.c: Likewise.
10306         * elf/dl-support.c: Likewise.
10307         * elf/do-lookup.h: Likewise.
10308         * elf/rtld.c: Likewise.
10309         * sysdeps/generic/dl-cache.c: Likewise.
10310         * sysdeps/generic/dl-sysdep.c: Likewise.
10311         * sysdeps/ia64/Versions: Likewise.
10312         * sysdeps/unix/clock_gettime.c: Likewise.
10313         * sysdeps/unix/clock_settime.c: Likewise.
10314         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
10315         * sysdeps/sparc/Versions: Removed.
10316         * sysdeps/i386/i686/Versions : Removed.
10317         * sysdeps/x86_64/Versions: Removed.
10318         * configure.in: Define HAVE_PROTECTED if .protected is available.
10319         * config.h.in: Add entry for HAVE_PROTECTED.
10321 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
10323         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
10324         code in struct _rtld_global.  Export this struct, remove all
10325         exports for the signal variables.
10326         * sysdeps/arm/dl-machine: Likewise.
10327         * sysdeps/generic/dl-origin: Likewise.
10328         * sysdeps/generic/dl-sysdep: Likewise.
10329         * sysdeps/generic/dl-cache: Likewise.
10330         * sysdeps/hppa/dl-fptr: Likewise.
10331         * sysdeps/hppa/dl-machine: Likewise.
10332         * sysdeps/cris/dl-machine: Likewise.
10333         * sysdeps/i386/dl-machine: Likewise.
10334         * sysdeps/ia64/dl-machine: Likewise.
10335         * sysdeps/m68k/dl-machine: Likewise.
10336         * sysdeps/mach/hurd/dl-sysdep: Likewise.
10337         * sysdeps/mips/mips64/dl-machine: Likewise.
10338         * sysdeps/mips/dl-machine: Likewise.
10339         * sysdeps/powerpc/elf/libc-start: Likewise.
10340         * sysdeps/powerpc/dl-machine: Likewise.
10341         * sysdeps/powerpc/dl-start: Likewise.
10342         * sysdeps/sparc/sparc32/dl-machine: Likewise.
10343         * sysdeps/sparc/sparc64/dl-machine: Likewise.
10344         * sysdeps/sh/dl-machine: Likewise.
10345         * sysdeps/s390/s390-32/dl-machine: Likewise.
10346         * sysdeps/s390/s390-64/dl-machine: Likewise.
10347         * sysdeps/unix/sysv/aix/libc-start: Likewise.
10348         * sysdeps/unix/sysv/aix/start-libc: Likewise.
10349         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
10350         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
10351         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
10352         * sysdeps/x86_64/dl-machine: Likewise.
10354 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
10356         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
10357         are too high.
10359 2002-01-31  Andreas Schwab  <schwab@suse.de>
10361         * sysdeps/posix/readv.c: Check for ssize_t overflow.
10363 2002-01-31  Andreas Schwab  <schwab@suse.de>
10365         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
10366         reference to _dl_pagesize.
10368 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
10370         * Versions.def [ld]: Add GLIBC_2.3.
10371         * elf/dl-addr.c: Move global variables for SHARED code in struct
10372         _rtld_global.  Export this struct, remove all exports for the
10373         signal variables.
10374         * elf/dl-close.c: Likewise.
10375         * elf/dl-conflict.c: Likewise.
10376         * elf/dl-debug.c: Likewise.
10377         * elf/dl-deps.c: Likewise.
10378         * elf/dl-dst.h: Likewise.
10379         * elf/dl-error.c: Likewise.
10380         * elf/dl-fini.c: Likewise.
10381         * elf/dl-init.c: Likewise.
10382         * elf/dl-iteratephdr.c: Likewise.
10383         * elf/dl-libc.c: Likewise.
10384         * elf/dl-load.c: Likewise.
10385         * elf/dl-lookup.c: Likewise.
10386         * elf/dl-minimal.c: Likewise.
10387         * elf/dl-object.c: Likewise.
10388         * elf/dl-open.c: Likewise.
10389         * elf/dl-profile.c: Likewise.
10390         * elf/dl-profstub.c: Likewise.
10391         * elf/dl-reloc.c: Likewise.
10392         * elf/dl-runtime.c: Likewise.
10393         * elf/dl-support.c: Likewise.
10394         * elf/dl-sym.c: Likewise.
10395         * elf/dl-version.c: Likewise.
10396         * elf/do-lookup.h: Likewise.
10397         * elf/do-rel.h: Likewise.
10398         * elf/dynamic-link.h: Likewise.
10399         * elf/rtld.c: Likewise.
10400         * sysdeps/generic/dl-cache.c: Likewise.
10401         * sysdeps/generic/dl-sysdep.c: Likewise.
10402         * sysdeps/generic/ldsodefs.h: Likewise.
10403         * sysdeps/generic/libc-start.c: Likewise.
10404         * sysdeps/i386/dl-machine.h: Likewise.
10405         * sysdeps/ia64/dl-fptr.c: Likewise.
10406         * sysdeps/ia64/dl-machine.h: Likewise.
10407         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
10408         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
10409         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10410         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
10411         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10412         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
10413         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
10414         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
10416 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
10418         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
10419         to avoid warning
10420         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
10422         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
10423         SHARED version.
10424         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
10426         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
10428 2002-01-29  Ben Collins  <bcollins@debian.org>
10430         * string/bits/string2.h (__mempcpy): Protect size arg for
10431         addition when using __builtin_memcpy.
10433 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
10435         * stdlib/Makefile (tests): Add tst-qsort.
10436         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
10438         * manual/signal.texi (Process Signal Mask): Document that
10439         pthread_sigmask, not sigprocmask, must be used in MT programs.
10440         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
10442         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
10443         found.
10444         * misc/Makefile (tests): Add tst-hsearch.
10445         * misc/tst-hsearch.c: New file.
10447 2002-01-18  Wolfram Gloger  <wg@malloc.de>
10449         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
10450         * malloc/malloc.h: Likewise.
10451         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
10452         * malloc/arena.c: New file.
10453         * malloc/hooks.c: New file.
10454         * malloc/tst-mallocstate.c: New file.
10455         * malloc/Makefile: Add new testcase tst-mallocstate.
10456         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
10458 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
10460         * stdlib/msort.c: Remove last patch.  The optimization violates the
10461         same rule which qsort.c had problems with.
10463 2002-01-27  Paul Eggert  <eggert@twinsun.com>
10465         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
10466         to a pivot element that lies outside the array to be sorted, as
10467         ISO C99 requires that the comparison function be called only with
10468         addresses of array elements [PR libc/2880].
10470 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
10472         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
10473         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
10475         * timezone/asia: Update from tzdata2002b.
10476         * timezone/australasia: Likewise.
10477         * timezone/backward: Likewise.
10478         * timezone/europe: Likewise.
10479         * timezone/leapseconds: Likewise.
10480         * timezone/iso3166.tab: Likewise.
10481         * timezone/zone.tab: Likewise.
10483 2002-01-23  Richard Henderson  <rth@redhat.com>
10485         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
10487 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
10489         * string/strxfrm.c: Allocate one more byte for rulearr and clear
10490         this element [PR libc/2855].
10492         * string/strcoll.c: Handle zero-length arguments specially
10493         [PR libc/2856].
10495 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
10497         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
10498         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
10499         short lengths and constant src.
10500         (strcpy): Don't optimize for gcc 3.0+.
10501         (__stpcpy): For gcc 3.0+, don't use
10502         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
10503         for short string literal src.
10505 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
10507         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10508         Set for arm, too.
10510 2001-01-22  Paul Eggert  <eggert@twinsun.com>
10512         * manual/llio.texi (Linked Channels, Cleaning Streams):
10513         Make it clearer that a just-opened input stream might need cleaning.
10515 2002-01-21  H.J. Lu  <hjl@gnu.org>
10517         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
10518         Don't use label at end of compound statement.
10520 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
10522         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
10523         Remove test for negative integer arg; sin_pi does it correctly.
10525 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
10527         * nscd/Makefile (distribute): Filter out xmalloc.c.
10529 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
10531         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
10532         Set offset if read end wasn't the buffer end.
10533         (_IO_file_seekoff_mmap): New function.
10534         (_IO_file_xsgetn_mmap): New function.
10535         (_IO_file_jumps_mmap): Use the two new functions.
10536         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
10537         != end buffer.
10538         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
10539         _IO_file_underflow_mmap.
10540         * libio/iofopen.c: Don't position file descriptor at end of file.
10541         * libio/tst-widetext.c: Improve error messages.
10542         * stdio-common/tst-rndseek.c: Likewise.
10544 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
10546         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
10547         end of enum for !_GNU_SOURCE.
10548         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
10549         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
10550         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
10551         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
10552         values unless _GNU_SOURCE.
10554         * iconvdata/tcvn5712-1.c: Minor cleanups.
10556 2002-01-18  Andreas Schwab  <schwab@suse.de>
10558         * sysdeps/unix/sysv/linux/configure.in
10559         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
10561 2002-01-16  Roger Sayle  <roger@eyesopen.com>
10563         * stdlib/msort.c (msort_with_tmp): Replace implementation with
10564         more efficient "Towers of Hanoi" mergesort.
10565         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
10566         for generic, sizeof(int) and sizeof(long) variants respectively.
10568 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
10570         * manual/syslog.texi (openlog): Describe possible problems with
10571         first parameter.
10572         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
10574         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
10575         * nscd/connections.c (begin_drop_privileges): New function.
10576         (finish_drop_privileges): New function.
10577         (nscd_init): Call the new functions which also install all groups
10578         for the server user.
10579         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
10580         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
10582 2002-01-17  H.J. Lu  <hjl@gnu.org>
10584         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
10585         `const' from `got'.
10587 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10589         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
10590         instructions for pointer operations.
10591         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
10593 2002-01-17  Andreas Jaeger  <aj@suse.de>
10595         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
10596         __uint128_t build-in.
10598         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
10599         PowerPC, sync with 2.2 branch.
10601 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
10603         * posix/getconf.c: Update copyright year.
10604         * nss/getent.c: Likewise.
10605         * nscd/nscd_nischeck.c: Likewise.
10606         * iconv/iconvconfig.c: Likewise.
10607         * iconv/iconv_prog.c: Likewise.
10608         * elf/ldconfig.c: Likewise.
10609         * catgets/gencat.c: Likewise.
10610         * csu/version.c: Likewise.
10611         * elf/ldd.bash.in: Likewise.
10612         * elf/sprof.c (print_version): Likewise.
10613         * locale/programs/locale.c: Likewise.
10614         * locale/programs/localedef.c: Likewise.
10615         * nscd/nscd.c (print_version): Likewise.
10616         * debug/xtrace.sh: Likewise.
10617         * malloc/memusage.sh: Likewise.
10618         * malloc/mtrace.pl: Likewise.
10620 2002-01-16  Andreas Schwab  <schwab@suse.de>
10622         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
10623         reliably remove "-ia64" from rtld name.
10625 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
10627         * iconvdata/gb18030.c: Bug fixes and support for more characters.
10628         Patch by Yu Shao <yshao@redhat.com>.
10630 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10632         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
10633         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
10634         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
10636 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10638         * sysdeps/s390/fpu/libm-test-ulps: Update.
10640 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
10642         * elf/elf.h: Update x86 relocations.
10644 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
10646         * locale/programs/charmap.c (new_width): Check whether byte
10647         sequences for both ends of range have the same length.
10649 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10651         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
10653 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10655         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
10656         string literals.
10657         (__full_ieee754_sqrt): Add __attribute_used__.
10659 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
10661         * sysdeps/generic/group_member.c (__group_member): Also check
10662         groups[0] [PR libc/2781].
10664 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
10666         * Makefile (distribute): Add scripts/cpp.
10667         * elf/Makefile (distribute): Add reldep6mod[01234].c,
10668         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
10669         unwind-dw2-fde.h, and dwarf2.h.
10670         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
10671         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
10672         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
10673         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
10675 2002-01-07  Roland McGrath  <roland@frob.com>
10677         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
10678         volatile on type of ARGC so the compiler doesn't get clever.
10680 2002-01-07  Andreas Jaeger  <aj@suse.de>
10682         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
10683         * sysdeps/i386/bits/byteswap.h: Likewise.
10684         * sysdeps/ia64/bits/byteswap.h: Likewise.
10685         * sysdeps/m68k/bits/byteswap.h: Likewise.
10686         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
10687         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
10689 2002-01-02  Bruno Haible  <bruno@clisp.org>
10691         * intl/plural.y: Fix %expect count.
10693 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
10695         * elf/Makefile (routines, shared-only-routines): Add
10696         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
10697         * elf/elf.h (PT_GNU_EH_FRAME): Define.
10698         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
10699         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
10700         Optimize if .eh_frame section contains no FDEs.
10701         (__register_frame, __deregister_frame_info_bases,
10702         __deregister_frame): Likewise.
10703         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
10704         DW_CFA_restore handling.
10706 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
10708         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
10710         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
10711         for x < 0.25 and restore original range reduction method.
10712         (__ieee754_lgammal_r): Make sure signgam is set before returning.
10714 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
10716         * libio/fileops.c (_IO_file_underflow_mmap): New function.
10717         (_IO_file_close_mmap): New function.
10718         (_IO_file_jumps_mmap): New variable.
10719         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
10720         trying to convert rest of byte buffer.
10721         (_IO_wfile_underflow_mmap): New function.
10722         (_IO_wfile_jumps_mmap): New variable.
10723         * libio/iofopen.c (__fopen_maybe_mmap): New function.
10724         (__fopen_internal): New function.  Split out from _IO_new_fopen.
10725         (_IO_new_fopen): Call __fopen_internal.
10726         * libio/iofopen64.c: Just call __fopen_internal.
10727         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
10728         successfully.
10729         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
10730         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
10731         _IO_file_close_mmap.
10733         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
10734         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
10736         * stdio-common/Makefile (tests): Add tst-rndseek.
10737         * stdio-common/tst-rndseek.c: New file.
10739 2002-01-05  Roland McGrath  <roland@frob.com>
10741         * config.h.in (HAVE_MIG_RETCODE): New #undef.
10742         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
10743         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
10744         * sysdeps/mach/hurd/configure: Regenerated.
10746 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
10748         * elf/elf.h: Add more TLS definitions.
10750 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
10752         * include/features.h (__GLIBC_MINOR__): Bump to 3.
10754 2002-01-02  Roland McGrath  <roland@frob.com>
10756         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
10757         __sigisemptyset.  Don't use MASK uninitialized.
10759         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
10760         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
10761         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
10762         __sigdelset, __sigaddset, __sigorset.
10764         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
10765         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
10767         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
10768         _hurd_ports is null.
10770         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
10771         for old CMU and new OSF Mach interface flavors.
10772         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
10773         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10775         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
10777         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
10778         Pass extra arguments to task_create for OSF variant.
10779         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10781         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
10782         conditional on [HAVE_AUX_VECTOR].
10784         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
10785         mach_msg_timeout_t as type of final argument.
10787         * hurd/privports.c (__get_privileged_ports):
10788         Change host_priv_t to mach_port_t in argument type.
10789         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
10790         Update decls.
10792         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
10793         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
10794         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10795         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10796         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10797         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
10799 2002-01-01  Roland McGrath  <roland@frob.com>
10801         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
10803 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
10805         * include/stdlib.h: Define inlines for the _l variants of the strto*
10806         functions.
10808 2002-01-01  Roland McGrath  <roland@frob.com>
10810         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
10812         * mach/Machrules (MIG): Set CPP as well as CC.
10814 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
10816         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
10817         locale to parse /proc/loadavg [PR libc/2760].
10819 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
10821         * elf/dl-conflict.c: Include sys/param.h.
10822         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
10823         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
10824         warning.
10825         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
10826         literals to avoid warnings.
10828 2001-12-31  Andreas Jaeger  <aj@suse.de>
10830         * configure.in: Don't check for gsed since we do not use it anywhere.
10832 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10834         * io/fts.c: Update from BSD to fix memory leaks.
10836 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10838         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
10839         * elf/chroot_canon.c: Likewise.
10840         * elf/dl-object.c: Likewise.
10841         * iconv/iconv_charmap.c: Likewise.
10842         * iconv/iconv_prog.c: Likewise.
10843         * libio/iogetdelim.c: Likewise.
10844         * locale/lc-time.c: Likewise.
10845         * stdlib/canonicalize.c: Likewise.
10846         * sunrpc/svc.c: Likewise.
10847         * sysdeps/generic/glob.c: Likewise.
10849 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10851         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
10852         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
10853         remove high order bit from the program counter.
10854         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
10856 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10858         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
10859         unnecessary code and add missing reloc types.
10860         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
10861         case for reloc type R_390_NONE.
10863 2001-12-28  Andreas Jaeger  <aj@suse.de>
10865         * io/bug-ftw3.c: Include string.h for prototypes.
10867         * crypt/md5test.c (main): Remove unused variable.
10869         * dlfcn/modstatic.c: Add prototype to avoid warning.
10871 2001-12-26  Roland McGrath  <roland@frob.com>
10873         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
10874         check only (SS->pending & MASK) for the signal to return.
10875         From Jeroen Dekkers <jeroen@dekkers.cx>.
10877 2001-12-22  Roland McGrath  <roland@frob.com>
10879         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
10880         Use preprocessor #if conditionals instead of `if' to avoid
10881         warnings about divide by zero in dead code.
10883         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
10884         _hurd_port_init, and __hurd_self_sigstate.
10886         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
10888 2001-12-21  Andreas Jaeger  <aj@suse.de>
10890         * elf/dblloadmod1.c: Add prototype to avoid warning.
10891         * elf/dblloadmod2.c: Likewise.
10892         * elf/dblloadmod3.c: Likewise.
10893         * elf/reldepmod5.c: Likewise.
10894         * elf/reldepmod6.c: Likewise.
10896         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
10897         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
10898         used on all architectures.
10900         * sunrpc/svc_tcp.c: Add noreturn attribute for
10901         svctcp_rendezvous_abort.
10902         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
10904         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
10905         to avoid warning.
10907 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10909         * manual/llio.texi (aio_fsync): Fix a typo.
10910         Patch by Tammy Fox <tfox@redhat.com>.
10912 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
10914         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
10915         stack bias from child stack pointer before passing it to clone syscall.
10917 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
10919         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
10920         _SC_TZNAME_MAX.
10921         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
10922         Reported by Thorsten Kukuk <kukuk@suse.de>.
10924         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
10925         add some casts.
10927         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
10929 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
10931         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
10932         conforming: return EBADF if file descriptor is invalid and EINVAL
10933         if file descriptor is no valid tty.
10934         * login/tst-grantpt.c: New file.
10935         * login/Makefile (tests): Add tst-grantpt.
10937 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
10939         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
10940         different than implemented in last patch.
10941         * io/bug-ftw3.c: Adjust test for changed handling of
10942         inaccessibility of toplevel dir.
10944 2001-12-16  Roland McGrath  <roland@frob.com>
10946         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
10947         * grp/initgroups.c (internal_getgrouplist): Likewise.
10949         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
10950         `default:' to silence new GCC warning.
10951         Rewrite cast of lvalue to silence new GCC warning.
10953         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
10955         * sysdeps/mach/hurd/spawni.c: New file, by me with a
10956         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
10958 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
10960         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
10961         Patch by Stephen R. van den Berg.
10963         * crypt/md5.h: Define md5_uintptr.
10965 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10967         * libio/tst_swprintf.c (main): Add test for string argument with
10968         zero precision.
10969         * stdio-common/Makefile (tests): Add tst-sprintf.
10970         * stdio-common/tst-sprintf.c: New file.
10972 2001-12-13  Andreas Schwab  <schwab@suse.de>
10974         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
10975         zero precision with wide character string format.
10977 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
10979         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
10980         but have a user supplied buffer, return the empty buffer, not NULL.
10982 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10984         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
10985         Patch by Eric Sharkey <sharkey@netrics.com>.
10987         * crypt/md5test.c (main): Add test for multiple calls to
10988         __md5_process_bytes to itererate over input string.
10990 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
10992         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
10993         from __nis_findfastest.  Take timeout value from parameter.
10994         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
10995         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
10996         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
10998 2001-12-12  Andreas Jaeger  <aj@suse.de>
11000         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
11001         combreloc test so that it works in this case.
11003         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
11005 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
11007         * sysdeps/sh/Makefile: New file.
11008         * sysdeps/sh/_mcount.S: New file.
11009         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
11010         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
11012 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
11014         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
11015         limitation [PR libc/2564].
11017 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
11019         * elf/Makefile (dl-routines): Add conflict.
11020         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
11021         (ld.so): Add _begin local symbol.
11022         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
11023         Define.
11024         * elf/dl-deps.c (_dl_build_local_scope): New function.
11025         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
11026         of all libraries.
11027         * elf/do-rel.h (VALIDX): Define.
11028         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
11029         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
11030         can be skipped.
11031         * elf/dl-conflict.c: New file.
11032         * elf/dl-lookup.c (_dl_debug_bindings): New function.
11033         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
11034         non-NULL.
11035         (_dl_lookup_symbol_skip): Likewise.
11036         (_dl_lookup_versioned_symbol): Likewise.
11037         (_dl_lookup_versioned_symbol_skip): Likewise.
11038         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
11039         define to ElfW(Rel).
11040         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
11041         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
11042         ranges.
11043         Don't adjust address dynamic tags if l_addr is 0.
11044         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
11045         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
11046         (VALIDX, ADDRIDX): Define.
11047         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
11048         (dl_main): Print library list for LD_TRACE_PRELINKING.
11049         If prelinking information can be used, skip relocating libraries and
11050         call _dl_resolve_conflicts instead.
11051         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
11052         * elf/dl-load.c (_dl_map_object): Don't create fake libs
11053         if LD_TRACE_PRELINKING.
11054         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
11055         + DT_ADDRNUM.
11056         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
11057         (DL_DEBUG_PRELINK): Define.
11058         (_dl_resolve_conflicts): Add prototype.
11060         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
11061         .plt for prelinked libraries where prelinking info cannot be used.
11062         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
11063         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
11064         * sysdeps/arm/bits/link.h: New file.
11065         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
11066         content of .got[1].
11067         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
11068         (ELF_MACHINE_PLT_REL): Define.
11069         (elf_machine_rela, elf_machine_rela_relative): New functions.
11070         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
11071         of adjusting it if prelinked and prelinking cannot be used.
11072         * sysdeps/i386/bits/link.h: New file.
11073         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
11074         content of .got[1].
11075         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
11076         (ELF_MACHINE_PLT_REL): Define.
11077         (elf_machine_rela, elf_machine_rela_relative): New functions.
11078         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
11079         of adjusting it if prelinked and prelinking cannot be used.
11080         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
11081         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
11082         to find out map for R_PPC_JMP_SLOT relocs.
11083         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
11084         (OPCODE_BA): Define.
11085         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
11086         libraries where prelinking info cannot be used.
11087         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
11088         (elf_machine_fixup_plt): Call sparc_fixup_plt.
11089         (elf_machine_rela): Set value to 0 if relocating conflicts.
11090         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
11091         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
11092         (sparc64_fixup_plt): Fix a typo.
11093         (elf_machine_rela): Set value to 0 if relocating conflicts.
11094         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
11095         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
11096         libraries where prelinking info cannot be used.
11097         * sysdeps/sh/bits/link.h: New file.
11098         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
11099         content of .got[1].
11100         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
11101         of adjusting it if prelinked and prelinking cannot be used.
11102         * sysdeps/s390/s390-32/bits/link.h: New file.
11103         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
11104         Save original content of .got[1].
11105         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
11106         of adjusting it if prelinked and prelinking cannot be used.
11107         * sysdeps/s390/s390-64/bits/link.h: New file.
11108         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
11109         Save original content of .got[1].
11110         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
11111         of adjusting it if prelinked and prelinking cannot be used.
11112         * sysdeps/x86_64/bits/link.h: New file.
11113         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
11114         Save original content of .got[1].
11115         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
11116         of adjusting it if prelinked and prelinking cannot be used.
11118 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
11120         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
11121         where appropriate instead of numbers.  Little optimizations.
11123 2001-12-10  Roland McGrath  <roland@frob.com>
11125         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
11126         set it.
11128         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
11129         set to GLIBC_2.2.5, not GLIBC_2.2.4.
11131         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
11132         Fix conditionals so this is set by default for stdio and not for libio.
11133         * sysdeps/mach/hurd/configure: Regenerated.
11135 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
11137         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
11139 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
11141         * io/Makefile (tests): Add bug-ftw3.
11142         * io/bug-ftw3.c: New file.
11144         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
11145         matches and GLOB_NOCHECK is set.
11146         * posix/globtest.sh: Correct expected result for NOCHECK test.
11148         * po/ca.po: Update from translation team.
11150 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
11152         Implement transliteration of characters in strings of the locale
11153         definitions.
11154         * locale/programs/linereader.c: Adjust for additional parameter to
11155         lr_token.
11156         (get_string): If character <Uxxxx> is not found try to transliterate
11157         it.
11158         * locale/programs/ld-ctype.c: Adjust for additional parameter to
11159         lr_token.  Add const to charmap parameter of all functions.
11160         (find_translit, find_translit2): New functions.
11161         * locale/programs/charmap.c: Adjust for additional parameter to
11162         lr_token.
11163         * locale/programs/repertoire.c: Likewise.
11164         * locale/programs/linereader.h: Likewise.
11165         * locale/programs/ld-address.c: Likewise.  Add const to charmap
11166         parameter of all functions.
11167         * locale/programs/ld-collate.c: Likewise.
11168         * locale/programs/ld-identification.c: Likewise.
11169         * locale/programs/ld-measurement.c: Likewise.
11170         * locale/programs/ld-messages.c: Likewise.
11171         * locale/programs/ld-monetary.c: Likewise.
11172         * locale/programs/ld-name.c: Likewise.
11173         * locale/programs/ld-numeric.c: Likewise.
11174         * locale/programs/ld-paper.c: Likewise.
11175         * locale/programs/ld-paper.c: Likewise.
11176         * locale/programs/ld-telephone.c: Likewise.
11177         * locale/programs/ld-time.c: Likewise.
11178         * locale/programs/locfile.c: Likewise.
11179         * locale/programs/localedef.c: Likewise.
11180         * locale/programs/localedef.h: Likewise.
11181         * locale/programs/locfile.h: Likewise.  Add declaration for
11182         find_translit.
11183         * locale/programs/simple-hash.c: Add const to first parameter of
11184         find_entry, iterate_table, and lookup.
11185         * locale/programs/simple-hash.h: Likewise.
11186         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
11187         instead.
11188         * include/locale.h: Define __LC_LAST.
11189         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
11191 2001-12-07  Geoff Keating  <geoffk@redhat.com>
11193         * sysdeps/powerpc/Dist: Update for recent FP changes.
11194         * sysdeps/powerpc/fpu/Dist: Likewise.
11196 2001-12-07  Andreas Schwab  <schwab@suse.de>
11198         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
11200 2001-12-06  Geoff Keating  <geoffk@redhat.com>
11202         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
11203         save/restore functions here.
11204         (libm-support): Don't define these functions here.
11205         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
11206         functions here.
11207         * sysdeps/powerpc/fe_nomask.c: Move to...
11208         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
11209         * sysdeps/powerpc/fprrest.S: Move to...
11210         * sysdeps/powerpc/fpu/fprrest.S: ... here.
11211         * sysdeps/powerpc/fprsave.S: Move to...
11212         * sysdeps/powerpc/fpu/fprsave.S: ... here.
11214 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
11216         * sysdeps/unix/sysv/linux/opensock.c: New file.
11218 2001-12-06  Geoff Keating  <geoffk@redhat.com>
11220         * config.make.in (with-fp): Define from configure.
11221         * configure.in: Substitute with_fp.
11222         * configure: Regenerate.
11223         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
11224         specified, and don't change FPU environment.
11226 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
11228         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
11229         * assert/assert.c: Check result of __asprintf call and don't use
11230         string if it failed.
11231         * assert/assert-perr.c: Likewise.
11232         * inet/rcmd.c: Likewise.
11233         * locale/programs/localedef.c (main): Check result of
11234         construct_output_path and exit if it failed.
11235         (construct_output_path): Check result of asprintf and mkdir calls and
11236         fail if they failed.
11237         * posix/getopt.c: Check result of __asprintf calls and fail if
11238         they failed.
11239         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
11241 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
11243         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
11244         patch.
11245         * sysdeps/generic/strncase.c: Likewise.
11246         * string/tester.c: Add tests for strcasecmp and strncasecmp.
11248 2001-12-05  Geoff Keating  <geoffk@redhat.com>
11250         * scripts/cpp: Test the exit status from 'type', not 'awk'.
11252         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
11253         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
11254         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
11255         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
11256         * sysdeps/powerpc/fclrexcpt.c: Move to...
11257         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
11258         * sysdeps/powerpc/fpu_control.h: Move to...
11259         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
11261 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
11263         * iconvdata/ibm1129.h: Remove duplicate mappings.
11264         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
11265         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
11266         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11268         * timezone/zic.c: Fix handling of turnaround times.
11269         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
11271 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
11273         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
11274         overflow problem.
11276 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
11278         * posix/regex.c: For use outside glibc defined bounded pointer
11279         macros here.  Patch by Jim Meyering <jim@meyering.net>.
11281         * iconvdata/Makefile (modules): Add TCVN5712-1.
11282         * iconvdata/TESTS: Add TCVN5712-1.
11283         * iconvdata/gconv-modules: Likewise.
11284         * iconvdata/tcvn5712-1.c: New file.
11285         * iconvdata/testdata/TCVN-5712: New file.
11286         * iconvdata/testdata/TCVN-5712..UTF8: New file.
11288 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
11290         * iconvdata/cp1258.c: Optimize conversion from UCS4.
11292 2001-12-02  Roland McGrath  <roland@frob.com>
11294         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
11296         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
11297         Reported by Jeff Bailey <jbailey@nisa.net>.
11299         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
11300         Reported by Jeff Bailey <jbailey@nisa.net>.
11302         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
11303         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
11304         Reported by Jeff Bailey <jbailey@nisa.net>.
11306 2001-12-01  Roland McGrath  <roland@frob.com>
11308         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
11309         missing backslash in test arguments.
11310         * sysdeps/mach/hurd/configure: Regenerated.
11312 2001-11-26  Roland McGrath  <roland@frob.com>
11314         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
11315         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
11317 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
11319         * iconvdata/Makefile (modules): Add ARMSCII-8.
11320         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
11321         * iconvdata/armscii-8.c: New file.
11323 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
11325         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
11326         don't match, fix {{a,b},c} globbing, clean up.
11327         Patch by Flavio Veloso <flaviovs@magnux.com>.
11328         * posix/globtest.sh: Add new tests.
11330 2001-11-29  Andreas Jaeger  <aj@suse.de>
11332         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
11333         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
11335         * sysdeps/generic/abort.c: Include libioP.h for
11336         _IO_flush_all_lockp prototype.
11338 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
11340         * posix/regex.h: Define __restrict_arr correctly.
11342 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
11344         * iconvdata/ibm1163.c: New file.
11345         * iconvdata/ibm1163.h: New file.
11346         * iconvdata/ibm1164.c: New file.
11347         * iconvdata/ibm1164.h: New file.
11348         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
11349         * iconvdata/Makefile: Likewise.
11350         * iconvdata/testdata/IBM1163: New file.
11351         * iconvdata/testdata/IBM1163..UTF8: New file.
11352         * iconvdata/testdata/IBM1164: New file.
11353         * iconvdata/testdata/IBM1164..UTF8: New file.
11354         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11356         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
11357         * iconvdata/ibm1124.h: Likewise.
11358         * iconvdata/ibm1132.h: Likewise.
11359         * iconvdata/ibm1133.h: Likewise.
11360         * iconvdata/ibm1160.h: Likewise.
11361         * iconvdata/ibm1161.h: Likewise.
11362         * iconvdata/ibm1162.h: Likewise.
11363         * iconvdata/ibm856.h: Likewise.
11364         * iconvdata/ibm922.h: Likewise.
11365         * iconvdata/ibm930.h: Likewise.
11366         * iconvdata/ibm932.h: Likewise.
11367         * iconvdata/ibm933.h: Likewise.
11368         * iconvdata/ibm935.h: Likewise.
11369         * iconvdata/ibm937.h: Likewise.
11370         * iconvdata/ibm939.h: Likewise.
11371         * iconvdata/ibm943.h: Likewise.
11372         * iconvdata/ibm930.c: Pretty printing.
11373         * iconvdata/ibm937.c: Avoid access accross array boundary.
11375         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
11376         the current locale's codeset.
11377         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
11378         empty input string.
11379         * iconv/iconv_prog.c: Pass empty strings as default value for to-
11380         and from-charset.  Don't determine locale's charset here.
11382         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
11383         as the old _IO_flush_all but lock only if parameter is nonzero.
11384         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
11385         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
11386         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
11387         if libio is used [PR libc/2575].
11389 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
11391         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
11392         __signbitl): Only define for ISO C99.
11394 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
11396         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
11397         herrnop to NETDB_INTERNAL if we run out of buffer space.
11399 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
11401         * nss/nss_files/files-XXX.c (internal_getent): Correct input
11402         overflow test for platforms with signed char.
11403         Reported by Andrew Haley <aph@cambridge.redhat.com>.
11405 2001-11-28  Bruno Haible  <bruno@clisp.org>
11407         * locale/programs/simple-hash.c (lookup_2): Remove function.
11408         (insert_entry_2): Call lookup instead of lookup_2.
11410 2001-03-04  Bruno Haible  <bruno@clisp.org>
11412         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
11414 2001-10-31  Bruno Haible  <bruno@clisp.org>
11416         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
11418 2001-03-21  Bruno Haible  <bruno@clisp.org>
11420         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
11421         chokes on empty macro arguments.
11422         * intl/plural.y: Add #pragma for alloca on AIX 3.
11424 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
11426         * intl/dcigettext.c (guess_category_value): Only implement for
11427         glibc.  Otherwise rely on function _nl_locale_name which isn't
11428         present in the glibc sources.
11430 2001-09-24  Bruno Haible  <bruno@clisp.org>
11432         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
11433         transliteration when building on a glibc system but outside glibc.
11435 2001-09-22  Bruno Haible  <bruno@clisp.org>
11437         * intl/plural-eval.c: New file, extracted from dcigettext.c.
11438         * intl/dcigettext.c (plural_eval): Remove function, moved to
11439         intl/plural-eval.c.
11440         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
11441         Include plural-eval.c.
11443 2001-09-22  Bruno Haible  <bruno@clisp.org>
11445         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
11446         don't start with a digit; nplurals must be positive.
11448 2001-09-02  Bruno Haible  <bruno@clisp.org>
11450         * intl/plural-exp.h: New file, extracted from gettextP.h.
11451         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
11452         * intl/gettextP.h (struct expression, struct parse_args,
11453         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
11454         * intl/loadmsgcat.c: Include plural-exp.h.
11455         (PLURAL_PARSE): Move macro to plural-exp.h.
11456         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
11457         plural-exp.c.
11458         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
11459         EXTRACT_PLURAL_EXPRESSION.
11460         (_nl_unload_domain): Update.
11461         * intl/dcigettext.c: Include plural-exp.h.
11462         * intl/plural.y: Include plural-exp.h, not gettextP.h.
11463         (FREE_EXPRESSION): Move macro to plural-exp.h.
11464         * intl/Makefile (routines): Add plural-exp.
11465         (distribute): Add plural-exp.h.
11467 2001-07-28  Bruno Haible  <bruno@clisp.org>
11469         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
11470         isdigit, tolower argument to 'unsigned char'.
11471         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
11472         'unsigned char'.
11473         * intl/localealias.c (read_alias_file): Cast isspace argument to
11474         'unsigned char'.
11476 2001-10-20  Bruno Haible  <bruno@clisp.org>
11478         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
11479         anyway.)
11480         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
11481         with the variable 'index' in plural_lookup.
11482         * intl/l10nflist.c (strchr): Likewise.
11483         * intl/localealias.c (strchr): Likewise.
11485         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
11486         * intl/bindtextdom.c: Likewise.
11487         * intl/dcigettext.c: Likewise.
11488         * intl/dgettext.c: Likewise.
11489         * intl/dngettext.c: Likewise.
11490         * intl/explodename.c: Likewise.
11491         * intl/finddomain.c: Likewise.
11492         * intl/gettext.c: Likewise.
11493         * intl/l10nflist.c: Likewise.
11494         * intl/loadmsgcat.c: Likewise.
11495         * intl/localealias.c: Likewise.
11496         * intl/ngettext.c: Likewise.
11497         * intl/textdomain.c: Likewise.
11498         * intl/gettext.h: Assume <limits.h> exists.
11500 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
11502         * stdio-common/Makefile (tests): Add scanf11.
11503         * stdio-common/scanf11.c: New file.
11505 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
11507         * version.h (RELEASE): Define as development.
11508         (VERSION): Set to 2.2.90.
11510 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
11512         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
11513         * nis/nss_nis/nis-grp.c: Likewise.
11514         * nis/nss_nisplus/nisplus-grp.c: Likewise.
11516         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
11517         * nis/nss_nis/nis-pwd.c: Likewise.
11518         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
11520         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
11521         * nis/nss_nisplus/nisplus-parser.c: Likewise.
11522         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
11524         * nscd/grpcache.c: Use strtoul instead of atol.
11525         * nscd/pwdcache.c: Likewise.
11526         * nss/getent.c: Likewise.
11528 2001-11-27  Paul Eggert  <eggert@twinsun.com>
11530         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
11531         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
11533 2001-11-19  Bruno Haible  <bruno@clisp.org>
11535         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
11536         90%.
11537         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
11538         improves the quality of the hash function, especially for short
11539         strings.
11541 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
11543         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
11544         are found call conv_error and not input_error [PR libc/2669].
11546         * math/bits/mathcalls.h: Mark ceil and floor as const.
11547         Reported by David Mosberger.
11549 2001-11-21  Jim Meyering  <meyering@lucent.com>
11551         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
11552         Define to be __-prefixed.
11553         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
11555 2001-11-26  Andreas Jaeger  <aj@suse.de>
11557         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
11558         avoid warning.
11560 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
11562         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
11563         initialization.
11565         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
11566         unused variables.  Fix threshold for returning 1.0.
11568         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
11569         argument.
11571         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
11572         remove unused variables.
11574         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
11576         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
11577         include local math header files.
11579 2001-11-22  Andreas Jaeger  <aj@suse.de>
11581         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
11582         avoid warning.
11584 2001-11-21  Andreas Jaeger  <aj@suse.de>
11586         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
11588         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
11589         sys/debugreg.h
11591 2001-11-15  Andreas Jaeger  <aj@suse.de>
11593         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
11594         compilers that support it.
11596         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
11597         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
11598         * stdlib/stdlib.h: Likewise.
11600 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
11602         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
11603         statement with gotos.
11604         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
11606 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
11608         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
11610 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
11612         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
11614 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
11615             H.J. Lu  <hjl@gnu.org>
11617         * Versions.def (libc): Add GCC_3.0.
11618         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
11619         if gcc supports this flag.
11620         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
11621         (gcc3): Allow glibc to be compiled with gcc 3.x.
11622         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
11623         * config.make.in (static-libgcc, unwind-find-fde): Add.
11624         * Makerules (build-shlib-helper, build-module-helper): Use it.
11625         * scripts/versions.awk: Make sure GLIBC_ versions come first.
11626         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
11627         necessary.
11628         (_fini): Call __deregister_frame_info_bases if
11629         __register_frame_info_bases was used to register.
11630         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
11631         for GLIBC_2.0.
11632         (__register_frame_info_bases, __register_frame_info_table_bases,
11633         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
11634         * elf/Makefile (routines): Add unwind-dw2-fde.
11635         (shared-only-routines): Add unwind-dw2-fde.
11636         * sysdeps/alpha/gccframe.h: New file.
11637         * sysdeps/arm/gccframe.h: New file.
11638         * sysdeps/generic/framestate.c: New file.
11639         * sysdeps/generic/dwarf2.h: New file.
11640         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
11641         * sysdeps/generic/unwind-dw2-fde.c: New file.
11642         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
11643         * sysdeps/generic/unwind-dw2-fde.h: New file.
11644         * sysdeps/generic/unwind-dw2.c: New file.
11645         * sysdeps/generic/unwind-pe.h: New file.
11646         * sysdeps/generic/unwind.h: New file.
11647         * sysdeps/hppa/gccframe.h: New file.
11648         * sysdeps/i386/gccframe.h: New file.
11649         * sysdeps/m68k/gccframe.h: New file.
11650         * sysdeps/mips/gccframe.h: New file.
11651         * sysdeps/powerpc/gccframe.h: New file.
11652         * sysdeps/s390/gccframe.h: New file.
11653         * sysdeps/sh/gccframe.h: New file.
11654         * sysdeps/sparc/gccframe.h: New file.
11655         * sysdeps/vax/gccframe.h: New file.
11656         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
11657         Set on all architectures except ia64.
11658         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
11659         for i386.
11660         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
11661         __deregister_frame_info): Move to elf/Versions.
11662         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
11663         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
11664         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
11665         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
11666         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
11667         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
11668         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
11669         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
11670         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
11671         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
11672         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
11673         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
11674         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
11675         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
11676         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
11677         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
11678         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
11679         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
11681 2001-11-15  Jeff Law  <law@redhat.com>
11683         * posix/regex.c (uintptr_t): Do not provide a definition if the
11684         system provided one.
11686 2001-11-13  Roland McGrath  <roland@frob.com>
11688         * stdio-common/tmpfile.c: Moved to ...
11689         * sysdeps/generic/tmpfile.c: ... here.
11690         * sysdeps/mach/hurd/tmpfile.c: New file.
11692         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
11693         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
11694         (fopenport): Define as weak alias.
11696         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
11697         * libio/libioP.h: ... to here.
11699 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
11701         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
11702         program header twice.  Construct list with the needed information.
11704 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
11706         * po/ca.po: Update from translation team.
11708         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
11709         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
11710         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
11711         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11713 2001-11-10  Andreas Jaeger  <aj@suse.de>
11715         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
11716         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
11717         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11719 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
11721         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
11722         correctly.
11723         * elf/dl-load.c (is_dst): New function.
11724         (_dl_dst_count): Use is_dst to check for DST variable.
11725         (_dl_dst_substitute): Likewise.
11727 2001-11-09  Roland McGrath  <roland@frob.com>
11729         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
11730         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
11731         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
11732         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
11733         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
11734         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
11735         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
11736         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
11737         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
11738         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
11739         * sysdeps/mach/hurd/powerpc/Dist: New file.
11741         * hurd/privports.c (__get_privileged_ports):
11742         Only contact the proc server if necessary for this call.
11743         Suggested by Neal H Walfield <neal@cs.uml.edu>.
11744         Check error return for mach_port_mod_refs.
11746 2001-11-09  Andreas Schwab  <schwab@suse.de>
11748         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
11750 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
11752         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
11753         object is always the last in the list.
11754         (_dl_map_object_from_fd): Delete code to remove from object list
11755         when DF_1_NOOPEN is seen.  This is done in lose.
11757 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
11759         * elf/dl-object.c (_dl_new_object): Various small optimizations.
11761 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
11763         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
11764         HWCAP_CHECK macro code.
11766         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
11767         Now returns MAP_FAILED on error.
11768         * elf/rtld.c: Adjust caller.
11769         * sysdeps/generic/dl-cache.c: Likewise.
11770         * sysdeps/generic/ldsodefs.h: Adjust description.
11772         * elf/dl-version.c (match_symbol): Optimize error handling for size.
11773         (_dl_check_map_versions): Likewise.
11775 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11777         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
11778         _dl_signal_error directly, always use lose.  Set fd to -1 after
11779         file is closed.
11780         (lose): Don't call close if fd == -1.
11782 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
11784         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
11785          Also fix typo @code {mbsinit} to @code{mbsinit}.
11787 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11789         * elf/dl-profile.c: Replace state variable with simple flag named
11790         running.  Remove commented-out code.
11792         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
11793         (_dl_init_paths): Likewise.
11794         (_dl_map_object_from_fd): Likewise.
11795         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11797 2001-11-06  Roland McGrath  <roland@frob.com>
11799         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
11800         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
11802         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
11803         sysdeps/powerpc/elf/sysdep.h.
11804         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
11806 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11808         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
11809         speed.
11810         (process_envvars): Some more optimizations.
11811         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
11813         * elf/elf.h: Add dynamic tag definitions for prelinking.
11815         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
11816         Rewrite code to remove environment varables for SUID binaries.
11817         Small optimization in LD_PROFILE handling.
11818         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
11819         changes.
11820         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
11822         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
11824         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
11825         strings.  Change type of second parameter.
11826         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
11827         for last change.
11829         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
11831 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11833         * manual/string.texi: Fix typos.
11834         * manual/examples/argp-ex2.c: Likewise.
11836 2001-11-05  Roland McGrath  <roland@frob.com>
11838         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
11839         the more-specific unix/sysv/linux/powerpc file and breaks everything.
11840         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
11841         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
11842         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
11843         here, put under [__ELF__].
11845 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11847         * manual/charset.texi: Extensive editing work.
11848         * manual/nss.texi: Likewise.
11849         Changes by Dennis Grace <dgrace@us.ibm.com>.
11851 2001-11-04  Roland McGrath  <roland@frob.com>
11853         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
11854         parameter to dir_mkfile.
11856 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
11858         * string/bits/string2.h (__strndup): If n is smaller than len, set
11859         len to n + 1.
11860         * string/tester.c (test_strndup): New function.
11861         (main): Call it.
11863 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
11865         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
11867         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
11868         * scripts/cpp: New file.
11870         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
11871         for rtld_search_dirs content.  Minor optimizations.
11873 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11875         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
11876         avoiding unnecessary duplication.
11878 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
11880         * elf/dl-load.c (_dl_map_object): If library was found using
11881         LD_LIBRARY_PATH, don't try RUNPATH list.
11883 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11885         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
11886         Correct second argument of register_dump call.
11887         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
11888         Likewise.
11890 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11892         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
11893         modules.
11894         * iconvdata/TESTS: Likewise.
11895         * iconvdata/gconv-modules: Likewise.
11896         * iconvdata/ibm1132.c: New file.
11897         * iconvdata/ibm1132.h: New file.
11898         * iconvdata/ibm1133.c: New file.
11899         * iconvdata/ibm1133.h: New file.
11900         * iconvdata/ibm1162.c: New file.
11901         * iconvdata/ibm1162.h: New file.
11902         * iconvdata/testdata/IBM1132: New file.
11903         * iconvdata/testdata/IBM1132..UTF8: New file.
11904         * iconvdata/testdata/IBM1133: New file.
11905         * iconvdata/testdata/IBM1133..UTF8: New file.
11906         * iconvdata/testdata/IBM1162: New file.
11907         * iconvdata/testdata/IBM1162..UTF8: New file.
11908         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
11910         * string/string.h: Fix typo in comment.
11911         * wcsmbs/wchar.h: Likewise.
11913 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11915         * manual/getopt.texi (getopt_long, getopt_long_only): Include
11916         const in type of longopts parameter.
11918 2001-10-29  Andreas Jaeger  <aj@suse.de>
11920         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
11922 2001-10-29  Kevin Ryde  <user42@zip.com.au>
11924         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
11925         output, clarify `#' behaviour on 0.
11926         (Floating-Point Conversions): Clarify that %g only uses %e when
11927         the exponent would be greater than 1.
11929 2001-10-28  Roland McGrath  <roland@frob.com>
11931         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
11932         * sysdeps/mach/powerpc/machine-sp.h: New file.
11933         * sysdeps/mach/powerpc/sysdep.h: New file.
11934         * sysdeps/mach/powerpc/thread_state.h: New file.
11936         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
11937         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
11938         expect to need the same thing on every platform.
11940         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
11941         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
11943         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
11944         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
11945         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
11946         Move all these assembly-related definitions to ...
11947         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
11949         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
11950         by Peter Bruin <pjbruin@dds.nl>.
11952         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
11953         packing results for a `poll' call.
11955 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11957         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
11958         correctly.
11959         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
11960         bracket expression.
11962         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11963         nrules value.
11964         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
11966 2001-10-24  H.J. Lu  <hjl@gnu.org>
11968         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
11969         Use __BEGIN_DECLS/__END_DECLS around prototypes.
11970         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
11972 2001-10-21  Jim Meyering  <meyering@lucent.com>
11974         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
11975         this code would end up calling gettext even in packages built
11976         with --disable-nls.
11977         * posix/getopt.c (_): Likewise.
11978         * posix/regex.c (_): Likewise.
11980 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11982         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
11983         lookup not ip6.int.
11984         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
11985         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
11987 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11989         * misc/sys/cdefs.h (__attribute_used__): Define.
11990         * elf/rtld.c (_dl_start): Add __attribute_used__.
11991         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
11993 2001-10-25  Andreas Schwab  <schwab@suse.de>
11995         * stdlib/a64l.c: Expect least significant digit first.
11996         * stdlib/l64a.c: Produce least significant digit first.
11997         * stdlib/Makefile (tests): Add test-a64l.
11998         * stdlib/test-a64l.c: New file.
11999         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
12001 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
12003         * po/sk.po: Update from translation team.
12005 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
12007         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
12009 2001-10-18  Andreas Schwab  <schwab@suse.de>
12011         * math/libm-test.inc (print_ulps): Print ulp values rounded to
12012         next whole number.
12013         (print_function_ulps): Likewise.
12014         (print_complex_function_ulps): Likewise.
12015         (print_max_error): Likewise.
12016         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
12018 2001-10-16  Andreas Schwab  <schwab@suse.de>
12020         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
12021         implementation.
12023         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
12024         BSD_SETJMP or BSD__SETJMP is defined, resp.
12025         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
12026         a tail call to __sigsetjmp that would require extending the
12027         caller's frame.
12028         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
12029         * sysdeps/m68k/bsd-setjmp.S: Deleted.
12030         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
12031         Reported by Jes Sorensen <jes@trained-monkey.org>.
12033 2001-10-16  Andreas Jaeger  <aj@suse.de>
12035         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
12036         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
12037         close PR libc/2589.
12039 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
12041         * po/ca.po: New file.  Contributed by the translation team.
12043 2001-10-15  Ralf Baechle  <ralf@gnu.org>
12045         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
12046         a varargs prototype.  Remove dependency from kernel header files.
12048         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
12049         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
12051 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
12053         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
12054         to generate hexadecimal identifier.
12055         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
12057 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
12059         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
12061 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
12063         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
12064         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
12065         Contributed by Stephen L Moshier <moshier@mediaone.net>.
12067         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
12068         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
12069         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
12070         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
12071         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
12072         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
12074         * timezone/africa: Update from tzdata2001d.
12075         * timezone/asia: Likewise.
12076         * timezone/australasia: Likewise.
12077         * timezone/backward: Likewise.
12078         * timezone/europe: Likewise.
12079         * timezone/leapseconds: Likewise.
12080         * timezone/northamerica: Likewise.
12081         * timezone/southamerica: Likewise.
12082         * timezone/zone.tab: Likewise.
12084 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12086         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
12087         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
12089 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
12091         * elf/elf.h (PT_TLS): New definition.
12093 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
12095         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
12096         bits/errno.h
12098 2001-10-07  Roland McGrath  <roland@frob.com>
12100         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
12102 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
12104         * elf/elf.h: Add more ELFOSABI_* constants.
12106 2001-10-04  Ben Collins  <bcollins@debian.org>
12108         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
12109         decleration of __need_wchar_t.
12111 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
12113         * string/bits/string2.h (__strsep_g): Add prototype.
12114         (__strsep): Use it.
12115         * string/Versions (__strsep): Remove.
12116         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
12118 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
12120         * manua/llio.texi: Clarify file references added by mmap.
12121         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
12123 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
12125         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
12126         Add sc_loadrs and sc_rbs_bas to match current kernel.
12128 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
12130         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
12132         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
12134 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
12136         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
12137         object has been bumped because of relocation dependency, avoid
12138         duplicates in l_scope.
12139         (show_scope): Fix typos.
12140         * elf/Makefile: Add rules to build and run reldep6.
12141         * elf/reldep6.c: New file.
12142         * elf/reldep6mod0.c: New file.
12143         * elf/reldep6mod1.c: New file.
12144         * elf/reldep6mod2.c: New file.
12145         * elf/reldep6mod3.c: New file.
12146         * elf/reldep6mod4.c: New file.
12148 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
12150         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
12151         sparc64_fixup_plt.
12152         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
12153         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
12154         for non-lazy binding. Fix .plt[32768+] handling.
12155         (elf_machine_plt_value): Don't add addend.
12156         (elf_machine_rela): Call sparc64_fixup_plt instead of
12157         elf_machine_fixup_plt.
12158         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
12159         dynamic linker at 0xfffff800XXXXXXXX.
12161         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
12163 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
12165         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
12167 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
12169         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
12170         declare __cmsg_data field if its size would be bigger than 0.
12171         (CMSG_DATA): Adjust accordingly.
12172         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
12173         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
12174         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
12175         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
12176         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
12177         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
12178         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
12180 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
12182         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
12183         * iconvdata/testdata/IBM1160: New file.
12184         * iconvdata/testdata/IBM1160..UTF8: New file.
12185         * iconvdata/testdata/IBM1161: New file.
12186         * iconvdata/testdata/IBM1161..UTF8: New file.
12187         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
12189 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
12191         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
12192         UL_SETFSIZE computations better.
12194         * rt/Makefile: Remove use of filter for librt again.
12196         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
12197         UL_SETFSIZE computations better.
12199         * string/Versions: Export __strsep for GLIBC_2.2.5.
12200         * string/bits/string2.h: Define all __STRING_INLINE functions if
12201         _FORCE_INLINES is defined.
12202         Use int instead of char of parameter types.
12203         (__strsep): Don't use __strsep_g.  Don't define it.
12204         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
12205         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
12206         __strcpy_small.
12207         (__stpcpy_a_small): Renamed from __stpcpy_small.
12208         (__strcspn_c1): Don't define if _FORCE_INLINES.
12209         (__strspn_c1): Likewise.
12211 2001-09-22  Ben Collins  <bcollins@debian.org>
12213         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
12214         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
12215         * sysdeps/ia64/bits/sigaction.h: Likewise.
12216         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
12218 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
12220         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
12222 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
12224         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
12226 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
12228         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
12230 2001-09-20  H.J. Lu  <hjl@gnu.org>
12232         * include/dlfcn.h (__RTLD_SPROF): New definiton.
12233         * elf/dl-open.c (dl_open_worker): Return immediately after loading
12234         for __RTLD_SPROF.
12235         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
12236         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
12238 2001-09-20  H.J. Lu  <hjl@gnu.org>
12240         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
12241         don't add 1.
12243 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
12245         * nss/getent.c: Accept -s parameter to overwrite rules in
12246         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
12248         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
12249         with as many ".0" as necessary to form a complete address
12250         inet_network understands.
12252         * nss/getent.c: Various cleanups.  Use simpler and fewer function
12253         calls.
12255 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12257         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
12258         _JMPBUF_UNWINDS.
12259         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
12261 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
12263         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
12264         IBM1161.
12265         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
12266         * iconvdata/ibm1160.c: New file.
12267         * iconvdata/ibm1160.h: New file.
12268         * iconvdata/ibm1161.c: New file.
12269         * iconvdata/ibm1161.h: New file.
12270         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
12272 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
12274         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
12275         difference between base address and first PT_LOAD's virtual address,
12276         not the base address.
12278 2001-09-11  Tom Rix  <trix@redhat.com>
12280         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
12281         ifdef for __getopt_clean_environment.
12282         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
12284 2001-09-22  Andreas Jaeger  <aj@suse.de>
12286         * elf/reldep4.c (main): Add proper prototype to fix warning.
12288         * elf/reldep5.c (main): Remove unused variable.
12290         * math/math_private.h: Add prototypes.
12292 2001-09-21  Andreas Jaeger  <aj@suse.de>
12294         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
12295         * sysdeps/x86_64/Dist: New file.
12296         * sysdeps/x86_64/soft-fp/Dist: New file.
12298         * sysdeps/gnu/Dist: Remove eval.c.
12300 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
12302         * malloc/memusage.c (realloc): Don't count already allocated
12303         memory in the sums.
12304         (me): Always use dlsym() to find the real implementations.
12306         * malloc/memusage.sh: Make -n option actually do something.
12308 2001-09-20  Andreas Jaeger  <aj@suse.de>
12310         * elf/elf.h (R_390_NUM): Correct value.
12312         * Versions.def: Add missing versions 2.2.3 for libthread_db and
12313         libpthread.
12315         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
12316         for x86-64, install x86-64 into */lib64.
12318         * shlib-versions: Add x86-64.
12320         * elf/elf.h: Add x86-64 relocations.
12322 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
12324         * po/fr.po: Update from translation team.
12326 2001-09-19  Andreas Jaeger  <aj@suse.de>
12328         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
12329         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
12330         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
12331         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
12332         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
12333         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
12334         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
12335         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
12336         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
12337         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
12338         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
12339         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
12340         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
12341         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
12342         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
12343         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
12344         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
12345         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
12346         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
12347         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
12348         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
12349         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
12350         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
12351         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
12352         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
12353         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
12354         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
12355         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
12356         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
12357         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
12358         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
12359         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
12360         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
12361         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
12362         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
12363         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
12364         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
12365         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
12366         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
12367         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
12368         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
12369         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
12370         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
12371         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
12372         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
12373         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
12374         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
12375         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
12376         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
12377         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
12378         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
12379         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
12380         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
12381         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
12382         * sysdeps/unix/x86_64/sysdep.S: New file.
12383         * sysdeps/unix/x86_64/sysdep.h: New file.
12384         * sysdeps/x86_64/Implies: New file.
12385         * sysdeps/x86_64/Makefile: New file.
12386         * sysdeps/x86_64/Versions: New file.
12387         * sysdeps/x86_64/__longjmp.S: New file.
12388         * sysdeps/x86_64/abort-instr.h: New file.
12389         * sysdeps/x86_64/atomicity.h: New file.
12390         * sysdeps/x86_64/bits/endian.h: New file.
12391         * sysdeps/x86_64/bits/setjmp.h: New file.
12392         * sysdeps/x86_64/bits/string.h: New file.
12393         * sysdeps/x86_64/bp-asm.h: New file.
12394         * sysdeps/x86_64/bsd-_setjmp.S: New file.
12395         * sysdeps/x86_64/bsd-setjmp.S: New file.
12396         * sysdeps/x86_64/dl-machine.h: New file.
12397         * sysdeps/x86_64/elf/initfini.c: New file.
12398         * sysdeps/x86_64/elf/start.S: New file.
12399         * sysdeps/x86_64/ffs.c: New file.
12400         * sysdeps/x86_64/ffsll.c: New file.
12401         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
12402         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
12403         * sysdeps/x86_64/fpu/e_acosl.c: New file.
12404         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
12405         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
12406         * sysdeps/x86_64/fpu/e_expl.c: New file.
12407         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
12408         * sysdeps/x86_64/fpu/e_log10l.S: New file.
12409         * sysdeps/x86_64/fpu/e_log2l.S: New file.
12410         * sysdeps/x86_64/fpu/e_logl.S: New file.
12411         * sysdeps/x86_64/fpu/e_powl.S: New file.
12412         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
12413         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
12414         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
12415         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
12416         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
12417         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
12418         * sysdeps/x86_64/fpu/fegetenv.c: New file.
12419         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
12420         * sysdeps/x86_64/fpu/fegetround.c: New file.
12421         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
12422         * sysdeps/x86_64/fpu/fesetenv.c: New file.
12423         * sysdeps/x86_64/fpu/fesetround.c: New file.
12424         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
12425         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
12426         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
12427         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
12428         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
12429         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
12430         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
12431         * sysdeps/x86_64/fpu/s_atanl.c: New file.
12432         * sysdeps/x86_64/fpu/s_cosl.S: New file.
12433         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
12434         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
12435         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
12436         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
12437         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
12438         * sysdeps/x86_64/fpu/s_logbl.c: New file.
12439         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
12440         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
12441         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
12442         * sysdeps/x86_64/fpu/s_rintl.c: New file.
12443         * sysdeps/x86_64/fpu/s_significandl.c: New file.
12444         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
12445         * sysdeps/x86_64/fpu/s_sinl.S: New file.
12446         * sysdeps/x86_64/fpu/s_tanl.S: New file.
12447         * sysdeps/x86_64/gmp-mparam.h: New file.
12448         * sysdeps/x86_64/hp-timing.c: New file.
12449         * sysdeps/x86_64/hp-timing.h: New file.
12450         * sysdeps/x86_64/htonl.S: New file.
12451         * sysdeps/x86_64/memusage.h: New file.
12452         * sysdeps/x86_64/setjmp.S: New file.
12453         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
12454         * sysdeps/x86_64/stackinfo.h: New file.
12455         * sysdeps/x86_64/sysdep.h: New file.
12456         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
12458         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
12459         L Moshier.
12461 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
12463         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
12464         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
12466 2001-09-18  Andreas Schwab  <schwab@suse.de>
12468         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
12469         list, now that l_scope is a pointer.
12471         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
12472         scope list.
12474 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12476         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
12477         (elf_machine_rela_relative): Add a missing declaration.
12479 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
12481         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
12482         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
12483         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
12484         ldd-rewrite scripts.
12486 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
12488         * elf/ldd.bash.in: Update copyright message.
12490 2001-09-17  H.J. Lu  <hjl@gnu.org>
12492         * hurd/hurdmalloc.c (bcopy): Removed.
12493         (realloc): Replace bcopy with memcpy.
12494         * hurd/path-lookup.c (file_name_path_scan): Likewise.
12495         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
12496         * sunrpc/rpcinfo.c (pmapdump): Likewise.
12498         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
12499         (gethostbyaddr): Likewise.
12500         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
12502 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
12504         * sysdeps/gnu/eval.c: Removed.
12506 2001-09-18  Andreas Jaeger  <aj@suse.de>
12508         * sysdeps/i386/fpu/s_logbl.S: Move to ...
12509         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
12511         * sysdeps/i386/fpu/s_rintl.S: Move to ...
12512         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
12514         * sysdeps/i386/fpu/s_significandl.S: Move to ...
12515         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
12517 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
12519         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
12520         nrules value.
12522 2001-09-14  H.J. Lu  <hjl@gnu.org>
12524         * sysdeps/mips/fpu/libm-test-ulps: Updated.
12526 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
12528         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
12529         Patch by Florian La Roche <laroche@redhat.com>.
12531         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
12533         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
12534         ETHER_CRC_LEN.
12536 2001-09-14  Andreas Schwab  <schwab@suse.de>
12538         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
12539         Sumner <bls@sgi.com>.
12540         * posix/execlp.c: Likewise.
12542 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
12544         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
12545         is already found earlier in the search scope.
12547 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
12549         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
12550         filter.
12552 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
12554         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
12556 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
12558         * config.h.in: Enforce optimization to be used.
12559         * Makeconfig (preprocess-versions): Define ASSEMBLER.
12560         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
12561         * posix/Makefile (annexc-CFLAGS): Define to -O.
12562         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
12564 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
12566         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
12567         Patch by Stephan Kulow.
12569 2001-09-08  Ben Collins  <bcollins@debian.org>
12571         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
12572         usage of RESOLVE() (r_type, not reloc->r_type).
12574 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
12576         * elf/dl-object.c: Avoid allocating extra memory block for name.
12577         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
12578         allocated separately.
12579         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12581 2001-09-08  H.J. Lu  <hjl@gnu.org>
12583         * po/zh_TW.po: Fix a typo.
12585 2001-09-07  Tom Rix  <trix@redhat.com>
12587         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
12589 2001-08-26  Tom Rix  <trix@redhat.com>
12591         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
12592         command line options.
12593         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
12594         * sysdeps/unix/sysv/aix/start.c: Removed.
12595         * sysdeps/unix/sysv/aix/start-libc.c: New file.
12596         * sysdeps/unix/sysv/aix/init-first.c: New file.
12597         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
12599 2001-09-08  Ben Collins  <bcollins@debian.org>
12601         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
12602         * sysdeps/generic/dl-machine.h: Likewise.
12603         * sysdeps/hppa/dl-fptr.c: Likewise.
12604         * sysdeps/ia64/dl-fptr.c: Likewise.
12605         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
12606         * sysdeps/mips/dl-machine.h: Likewise.
12607         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12608         * sysdeps/powerpc/dl-machine.c: Likewise.
12610 2001-09-07  Ben Collins  <bcollins@debian.org>
12612         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
12614         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
12616 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
12618         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
12619         dependencies if necessary.
12621         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
12622         loaded directly) determine length if l_initfini list by iterating
12623         over its elements.  Minor optimizations.
12624         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
12625         for dependency objects.
12626         If object was already loaded check whether any of the dependencies
12627         is already on the relocation dependency list.  If yes, remove the
12628         latter.  Minor optimizations.
12629         * elf/dl-lookup.c (add_dependency): Add check for self reference of
12630         maps here.  Search l_initfini list only if the object was loaded
12631         directly and not only as a dependency.
12632         (_dl_lookup_symbol): Add relocation dependency also if object
12633         is not in global scope.  Remove test for self-reference here.
12634         (_dl_lookup_versioned_symbol): Likewise.
12635         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
12636         element of first name record.
12637         * elf/loadtest.c: Add some more test to recognize early if an object
12638         wasn't unloaded.
12639         * elf/Makefile: Add rules to build and run reldep5.
12640         * elf/reldep5.c: New file.
12641         * elf/reldepmod5.c: New file.
12642         * elf/reldepmod6.c: New file.
12644         * elf/reldep2.c: Fix typo.
12646 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
12648         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
12649         elements.  Change l_scope to be a pointer only.
12650         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
12651         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
12652         here add searchlist of newly open file to the dependency's scope.
12653         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
12654         only searchlist from its scope.  Free own scope array if necessary.
12655         * elf/Makefile (tests): Add dblload and dblunload now.
12657 2001-09-06  Andreas Jaeger  <aj@suse.de>
12659         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
12660         Stephen L Moshier.
12662 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
12664         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
12665         they both fail.
12666         * elf/dblload.c: New file.
12667         * elf/dblloadmod1.c: New file.
12668         * elf/dblloadmod2.c: New file.
12669         * elf/dblloadmod3.c: New file.
12670         * elf/dblunload.c: New file.
12672 2001-09-04  Richard Henderson  <rth@redhat.com>
12674         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
12675         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
12677 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
12679         Correct very misleading message for error in failed runtime relocation.
12680         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
12681         place of the error.
12682         (_dl_signal_cerror): Likewise.
12683         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
12684         * elf/dl-close.c: Likewise.
12685         * elf/dl-deps.c: Likewise.
12686         * elf/dl-load.c: Likewise.
12687         * elf/dl-lookup.c: Likewise.
12688         * elf/dl-open.c: Likewise.
12689         * elf/dl-reloc.c: Likewise.
12690         * elf/dl-sym.c: Likewise.
12691         * elf/dl-version.c: Likewise.
12692         * sysdeps/generic/dl-sysdep.c: Likewise.
12694 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
12696         * iconv/strtab.c (strtabinit): Initialize null Strent.
12697         (newstring): Move len == 0 handling...
12698         (strtabadd): ...here.
12699         If len == 1, return null Strent.
12700         When inserting a suffix of an existing string, check if
12701         it is not equal to some suffix already recorded.
12702         Copy left and right members over if adding longer string.
12704 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
12706         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
12708         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
12709         (__syscall_gethostname): Add prototype.
12711 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
12713         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
12715 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
12717         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
12719 2001-08-27  Roland McGrath  <roland@frob.com>
12721         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
12722         short, copy that much into NAME anyway before returning error.
12724 2001-09-01  Richard Henderson  <rth@redhat.com>
12726         * sysdeps/alpha/elf/Dist: Remove file.
12727         * sysdeps/alpha/elf/Makefile: Remove file.
12728         * sysdeps/alpha/elf/crtbegin.S: Remove file.
12729         * sysdeps/alpha/elf/crtend.S: Remove file.
12730         * sysdeps/alpha/elf/initfini.c: New file.
12732 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
12734         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
12735         * iconv/tst-iconv3.c: Likewise.
12737 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
12739         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
12741 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
12743         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
12744         export it.
12745         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
12746         * iconv/iconv_prog.c (insert_cache): New function.
12747         (print_known_names): If cache is used call insert_cache to use the
12748         information from the cache [PR libc/2509].
12750 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
12752         * time/strptime.c (strptime_internal): Recognize 'l' format and
12753         handle it like 'I' for symmetry with strftime.
12755 2001-08-31  Richard Henderson  <rth@redhat.com>
12757         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
12758         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
12759         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
12760         (print_statistics): Make scalar unsigned long long.
12761         * sysdeps/alpha/hp-timing.h: New file.
12763 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12765         * stdio-common/perror.c (perror): Save errno early, pass it
12766         down to perror_internal.
12767         (perror_internal): Add errnum argument.
12769 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12771         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
12772         Don't add old memory content for R_ALPHA_REFQUAD.
12774 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12776         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
12777         memory correctly.
12779         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
12780         instead of open, __close instead of close, __getpagesize instead
12781         of getpagesize.
12783         * string/argz-stringify.c (__argz_stringify): Use __strnlen
12784         instead of strnlen.
12785         * include/string.h (strndupa): Redefine here to use __strnlen
12786         instead of strnlen.
12787         * string/strndup.c (__strndup): Use __strnlen not strnlen.
12789         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
12790         connected).
12792 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12794         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
12795         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
12796         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
12797         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
12798         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
12799         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
12800         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
12802 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12804         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
12806 2001-08-30  Andreas Jaeger  <aj@suse.de>
12808         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
12809         contributed Stephen L Moshier.
12811 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12813         * sunrpc/etc.rpc (sgi_fam): Add.
12815 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12817         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
12819 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12821         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
12822         first is from a previous call.
12823         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
12825 2001-08-29  Andreas Schwab  <schwab@suse.de>
12827         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
12829 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12831         * config.make.in (INSTALL_SCRIPT): Define.
12832         * Makeconfig (INSTALL_SCRIPT): Define.
12833         * Makerules (do-install-script): New macro to install scripts using
12834         INSTALL_SCRIPT.
12835         (install-bin-script): New rule to install scripts with
12836         do-install-script.
12837         (install-bin-script-nosubdir): New rule.
12838         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
12839         (distinfo-vars): Add $(install-bin-script).
12840         * Rules (others): Likewise.
12841         * Makefile (glibcbug): Install with install-bin-script.
12842         * debug/Makefile (xtrace): Likewise.
12843         (catchsegv): Likewise.
12844         * elf/Makefile (ldd): Likewise.
12845         * malloc/Makefile (mtrace): Likewise.
12846         * timezone/Makefile (tzselect): Likewise.
12848 2001-08-29  H.J. Lu  <hjl@gnu.org>
12850         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
12851         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
12852         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
12854 2001-08-29  Andreas Schwab  <schwab@suse.de>
12856         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
12858 2001-08-28  H.J. Lu  <hjl@gnu.org>
12860         * Makeconfig (combreloc-LDFLAGS): New variable.
12861         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
12862         * config.make.in (have-z-combreloc): New variable.
12863         * configure.in: Substitute libc_cv_z_combreloc.
12865 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12867         * po/sv.po: Update from translation team.
12868         * po/fr.po: Likewise.
12869         * po/da.po: Likewise.
12871 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12873         * Makerules: Fix a typo: MD% -> MD5.
12875 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
12877         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
12878         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
12880 2001-08-28  Andreas Jaeger  <aj@suse.de>
12882         * manual/libc-texinfo.sh: Add entry about free manuals.
12884         * manual/contrib.texi (Contributors): Fix cross reference.
12886         * manual/libc.texinfo (Copying): Include freemanuals.
12888         * manual/Makefile (appendices): Add freemanuals.
12890         * manual/freemanuals.texi: New file.
12891         Patch by Brian Youmans <3diff@gnu.org>.
12893         * manual/libm-err-tab.pl: Pretty print more platforms, print a
12894         smaller table.
12896         * manual/math.texi (Errors in Math Functions): Fix grammar, start
12897         table on separate page.
12898         Patch by Brian Youmans <3diff@gnu.org>.
12900 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12902         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
12903         the connection went down after we first used it try to connect
12904         again and resend the message before printing to the console.
12905         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
12907 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12909         * string/tst-strlen.c (main): Test strnlen (, -1) too.
12910         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
12911         bit set.
12913 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12915         * iconv/strtab.c (searchstring): Use correct length for comparison.
12916         (strtabadd): Account total size correct if new string has old string as
12917         substring.
12919 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12921         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
12923 2001-08-27  Andreas Jaeger  <aj@suse.de>
12925         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
12927         * math/libm-test.inc (j0_test): Add extra tests.
12928         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
12929         not x, in Hankel approximation.
12930         Patches by Stephen L Moshier.
12932 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12934         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
12935         link_map.
12937         * configure.in: Fix test for .rela.dyn section.
12939         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
12941 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12943         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
12944         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
12945         Pass type_class to _dl_lookup_*.
12946         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
12947         Pass around just type_class instead of noexec, noplt pair.
12948         (_dl_lookup_versioned_symbol): Likewise.
12949         (_dl_lookup_symbol_skip): Pass around just type_class instead of
12950         noexec, noplt pair.
12951         (_dl_lookup_versioned_symbol_skip): Likewise.
12952         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
12953         * elf/do-lookup.h (do_lookup): Likewise.
12954         * include/link.h (struct link_map): Replace noexec and noplt fields
12955         in l_lookup_cache with type_class field.
12956         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
12957         ELF_RTYPE_CLASS_COPY): Define.
12958         Adjust prototypes for _dl_lookup_symbol and
12959         _dl_lookup_versioned_symbol.
12960         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
12961         elf_machine_lookup_noexec_p): Remove.
12962         (elf_machine_type_class): Define.
12963         * sysdeps/arm/dl-machine.h: Likewise.
12964         * sysdeps/hppa/dl-machine.h: Likewise.
12965         * sysdeps/cris/dl-machine.h: Likewise.
12966         * sysdeps/i386/dl-machine.h: Likewise.
12967         * sysdeps/ia64/dl-machine.h: Likewise.
12968         * sysdeps/m68k/dl-machine.h: Likewise.
12969         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12970         * sysdeps/mips/dl-machine.h: Likewise.
12971         * sysdeps/powerpc/dl-machine.h: Likewise.
12972         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12973         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12974         * sysdeps/sh/dl-machine.h: Likewise.
12975         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12976         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12978 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12980         * manual/message.texi (Advanced gettext functions): Change
12981         description of plural forms for Slovak.
12982         Reported by Marcel Telka <marcel@telka.sk>.
12984         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
12985         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
12987 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12989         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
12990         typo.  Patch by Florian La Roche <laroche@redhat.com>.
12992 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12994         * include/link.h (struct link_map): Add l_lookup_cache element.
12995         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
12996         (RESOLVE_MAP): Likewise.
12997         (_dl_relocate_object): Remove cache initialization.
12998         * elf/dl-lookup.c: Rip out cache handling code.
12999         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
13000         declarations.
13002         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
13003         remove some __builtin_expect.
13004         (_dl_lookup_versioned_symbol): Likewise.
13006         * config.h.in: Add HAVE_Z_COMBRELOC.
13007         * configure.in: Add test for -z combreloc.
13009         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
13010         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
13011         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
13012         case to almost no code.
13014 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
13016         * po/tr.po: Update from translation team.
13018 2001-08-24  Andreas Jaeger  <aj@suse.de>
13020         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
13021         make clean works.
13023 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
13025         * elf/rtld.c (print_statistics): Printf % after percent values.
13026         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
13028         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
13029         don't have to compute the hash value and initialize current_value.
13030         Move reference_name variable to where it is needed.
13031         (_dl_lookup_versioned_symbol): Likewise.
13033 2001-08-24  Roland McGrath  <roland@frob.com>
13035         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
13036         Just test that strerror returns non-null for a few errno codes.
13038 2001-08-23  Roland McGrath  <roland@frob.com>
13040         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
13041         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
13043         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
13045         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
13046         __mach_reply_port.
13048 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
13050         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
13051         returns NULL.
13053         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
13054         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
13055         doesn't do it.
13056         * elf/rtld.c: Include <sys/param.h>.
13057         * elf/dl-reloc.c: Likewise.
13059 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
13061         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
13062         empty to prevent junk from being generated.
13063         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
13065 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
13067         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
13068         records.  Rename endrel to relative, initialize it to r, and use it
13069         in elf_machine_rel_relative calls.  Point r after relative relocs.
13071 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
13073         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
13074         of R_386_NONE.
13076 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
13078         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
13079         necessary.  Undefine newly defined macros at the end.
13080         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
13081         Rename from elf_machine_rel_relative.
13082         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
13083         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
13084         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
13085         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
13086         Likewise.
13087         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
13088         Likewise.
13089         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
13090         Fix argument types.
13091         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
13092         Fix argument types.
13093         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
13094         Likewise.  Fix argument types.
13095         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
13096         Likewise.  Fix argument types.
13097         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
13098         Fix argument types.
13099         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
13100         ElfW(Rel) in argument.
13101         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
13102         function.
13104 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
13106         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
13108 2001-08-24  Andreas Jaeger  <aj@suse.de>
13110         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
13111         Stephen L Moshier <moshier@mediaone.net>.
13113 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
13115         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
13116         first if RELCOUNT is set.
13118         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
13119         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
13120         elf_machine_rel_relative.
13121         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
13122         Minor optimizations.
13123         * sysdeps/arm/dl-machine.h: Likewise.
13124         * sysdeps/cris/dl-machine.h: Likewise.
13125         * sysdeps/hppa/dl-machine.h: Likewise.
13126         * sysdeps/i386/dl-machine.h: Likewise.
13127         * sysdeps/ia64/dl-machine.h: Likewise.
13128         * sysdeps/m68k/dl-machine.h: Likewise.
13129         * sysdeps/mips/dl-machine.h: Likewise.
13130         * sysdeps/powerpc/dl-machine.h: Likewise.
13131         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
13132         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
13133         * sysdeps/sh/dl-machine.h: Likewise.
13134         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
13135         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
13137 2001-08-23  Roland McGrath  <roland@frob.com>
13139         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
13141         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
13142         sysdeps/mach version.  Implement counting ("recursive") mutexes
13143         on top of cthreads mutexes.
13144         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
13146         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
13147         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
13148         (__libc_cleanup_region_start, __libc_cleanup_region_end,
13149         __libc_clean_end): Define these to call the cleanup function after
13150         normal exit when they're supposed to.
13152         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
13153         Take new first arg DOIT, a boolean saying whether to really install
13154         any cleanup handler.
13155         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
13156         (__libc_cleanup_end): Likewise.
13157         * sysdeps/generic/bits/libc-lock.h: Same changes.
13158         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
13159         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
13160         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
13161         Likewise.
13162         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
13163         * sysdeps/generic/bits/stdio-lock.h
13164         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
13166 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
13168         * elf/ldconfig.c (search_dir): Remove stale symlinks.
13170 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
13172         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
13173         functions.
13174         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
13175         lookups in cache.
13176         (_dl_lookup_versioned_symbol): Likewise.
13177         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
13178         relocation lookup.
13179         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
13180         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
13181         (lookup_cache, lookup_cache_versioned): Add declarations.
13183 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
13185         * stdlib/tst-random.c (main): Swap parameters in fail call.
13186         Patch by Pete Bevin <pete@petebevin.com>.
13188 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
13190         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
13192 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
13194         * malloc/obstack.c: Indent preprocessor directives.
13195         Patch by Jim Meyering <meyering@ascend.com>.
13197         * po/ja.po: Update from translation team.
13199 2001-08-23  Roland McGrath  <roland@frob.com>
13201         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
13203         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
13204         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
13206 2001-08-22  Roland McGrath  <roland@frob.com>
13208         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
13209         __libc_lock_define_recursive.
13210         * elf/dl-open.c: Don't declare it here any more.
13211         * elf/dl-close.c: Likewise.
13212         * elf/dl-lookup.c: Likewise.
13213         * elf/dl-iteratephdr.c: Likewise.
13214         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
13215         __libc_lock_unlock_recursive.
13216         * elf/dl-close.c (_dl_close): Likewise
13217         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
13218         * elf/dl-open.c (_dl_open): Likewise
13220         * sysdeps/generic/bits/libc-lock.h
13221         (__libc_lock_define_recursive): New macro.
13222         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
13223         (_IO_lock_lock): Use __libc_lock_lock_recursive.
13224         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
13226         * conform/conformtest.pl (checknamespace): Sort the output list.
13228         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
13229         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
13230         definitions conditional on [__USE_XOPEN].
13232         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
13233         these unconditionally, not only use [__USE_BSD], so as to match
13234         the sysdeps/unix/sysv/linux files.
13236 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
13238         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
13239         avoid warnings.
13241         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
13242         DL_LOOKUP_ADDRESS.
13244 2001-08-22  Roland McGrath  <roland@frob.com>
13246         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
13247         conditionalization of sa_handler/sa_sigaction member types to
13248         match the sysdeps/unix/sysv/linux file.
13250 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
13252         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
13253         symbol sizes a bit better.
13255         * sysdeps/ia64/strncpy.S: Complete rewrite.
13256         Contributed by Jakub Jelinek <jakub@redhat.com>.
13258         * string/stratcliff.c (main): Add strncpy test.
13260 2001-08-22  Roland McGrath  <roland@frob.com>
13262         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
13263         and don't declare unsetenv or _environ directly.
13264         (unsetenv): Return int, not void.  Use __environ instead of _environ.
13266 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
13268         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
13269         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
13270         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
13271         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
13272         test for cmsg struct size.
13274 2001-04-23  Paul Eggert  <eggert@twinsun.com>
13276         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
13277         Rename __argc to ___argc in prototypes to avoid compatibility
13278         problems with systems that reserve the identifier "__argc".
13279         Similarly for __argv.
13281 2001-08-21  Roland McGrath  <roland@frob.com>
13283         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
13285         * mach/Makefile (tests): Removed.
13286         * mach/hello.c: File removed.
13288 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
13290         * po/sv.po: Update from translation team.
13292         * stdio-common/vfscanf.c: Fix handling of %l[].
13293         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
13295         * libio/Makefile (tests): Add tst-sscanf.
13296         * libio/tst-sscanf.c: New file.
13298         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
13299         * malloc/mtrace.c (tr_where): dli_sname always points to a
13300         non-empty string if != NULL.
13301         Reported by Tim Janik <timj@gtk.org>.
13303 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
13305         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
13306         buf.  Free resources on failure.
13307         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
13308         (makefd_xprt): Likewise.
13309         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
13310         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
13311         * sunrpc/auth_unix.c (authunix_create): Likewise.
13313 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
13315         * string/strnlen.c: Remove.
13316         * sysdeps/generic/strnlen.c: New file.
13317         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
13319 2001-08-21  Roland McGrath  <roland@frob.com>
13321         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
13322         as a macro, not an extern inline function.
13324         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
13325         * Versions.def (libc): Add GLIBC_2.2.5 set.
13326         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
13327         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
13329 2001-08-20  Roland McGrath  <roland@frob.com>
13331         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
13332         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
13334 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
13336         * string/bits/string2.h: Remove strnlen optimization here.
13337         * sysdeps/i386/i486/bits/string.h: Add it here.
13339 2001-08-21  Wolfram Gloger  <wg@malloc.de>
13341         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
13343 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
13345         * po/gl.po: Update from translation team.
13347 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
13349         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
13350         * misc/err.c (convert_and_print): Likewise.
13352         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
13353         function calls.
13355 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13357         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
13358         change of the gregset_t type.
13359         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
13361 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
13363         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
13365 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
13367         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
13369         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
13371 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
13373         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
13374         before calling the cthreads initialization code.
13376 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
13378         * argp/argp-help.c: Fix two problems introduced in last change.
13380         * include/dirent.h: Include <dirstream.h> first.
13382 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
13384         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
13386         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
13387         * sunrpc/xdr_rec.c: Likewise.
13388         * sunrpc/xdr_mem.c: Likewise.
13389         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
13390         * sunrpc/rpc_cmsg.c: Likewise.
13391         * sunrpc/getrpcport.c (getrpcport): Likewise.
13392         * sunrpc/clnt_simp.c (callrpc): Likewise.
13393         * sunrpc/clnt_gen.c (clnt_create): Likewise.
13394         * string/envz.c: Likewise.
13396         * po/ko.po: Update from translation team.
13398         * argp/argp-help.c: Handle wide oriented stderr stream.
13400 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
13402         * sysdeps/generic/strtol.c: Little optimizations.  Add some
13403         __builtin_expect.
13405         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
13407         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
13408         * wcsmbs/wcwidth.c (wcwdith): Likewise.
13409         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
13411         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
13413         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
13415         * time/time.h (struct timespec): Use __time_t for tv_sec element.
13417         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
13418         wchar_t for function declarations and defintions.
13420         * misc/sys/select.h: Define __need_time_t before including <time.h>.
13421         Define suseconds_t if it hasn't happened yet.
13423         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
13425         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
13427         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
13428         <stddef.h>.
13430         * conform/data/stddef.h-data: Remove wint_t.
13432         * conform/conformtest.pl: Change namespace test to take #undef
13433         lines into account.
13435         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
13437         * conform/data/sys/socket.h-data: Add sockatmark.
13439 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
13441         * io/fts.c: Update from recent BSD source.
13443 2001-08-17  Roland McGrath  <roland@frob.com>
13445         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
13446         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
13447         Likewise.
13449 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
13451         * locale/duplocale.c (__duplocale): Also initialize the special
13452         __ctype_* elements.
13454         * conform/data/netdb.h-data: Adjust gai_strerror return type.
13456 2001-08-17  Andreas Jaeger  <aj@suse.de>
13458         * misc/getpass.c: Include wchar.h for prototypes.
13459         * malloc/obstack.c: Likewise.
13461 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
13463         * sunrpc/svc_simple.c (universal): Use __write instead of write.
13465         * wcsmbs/wcscoll.c: Also define __wcscoll.
13466         * include/wchar.h: Declare __wcscoll.
13468         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
13469         * libio/vwprintf.c: Likewise.
13470         * libio/wprintf.c: Likewise.
13472         * iconv/gconv_cache.c: Use __munmap instead of munmap.
13474 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
13476         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
13477         instead of mbrtowc.
13478         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
13479         wcslen, and __wcscoll instead of wcscoll.
13481         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
13483         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
13484         __getuid instead of getuid.
13486         * stdio-common/perror.c (perror): Use __close instead of close.
13487         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
13488         * libio/freopen.c (freopen): Likewise.
13489         * libio/freopen64.c (freopen64): Likewise.
13491         * libio/tst-ungetwc2.c (main): Define str const.
13493         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
13494         * libio/fwprintf.c: Also define __fwprintf.
13495         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
13496         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
13497         * assert/assert-perr.c: Likewise.
13498         * assert/assert.c: Likewise.
13499         * gmon/gmon.c: Likewise.
13500         * inet/rcmd.c: Likewise.
13501         * malloc/obstack.c: Likewise.
13502         * misc/err.c: Likewise.
13503         * misc/error.c: Likewise.
13504         * misc/getpass.c: Likewise.
13505         * posix/getopt.c: Likewise.
13506         * resolv/res_hconf.c: Likewise.
13507         * stdio-common/perror.c: Likewise.
13508         * stdio-common/psignal.c: Likewise.
13509         * stdlib/fmtmsg.c: Likewise.
13510         * sunrpc/auth_unix.c: Likewise.
13511         * sunrpc/clnt_perr.c: Likewise.
13512         * sunrpc/clnt_tcp.c: Likewise.
13513         * sunrpc/clnt_udp.c: Likewise.
13514         * sunrpc/clnt_unix.c: Likewise.
13515         * sunrpc/svc_simple.c: Likewise.
13516         * sunrpc/svc_tcp.c: Likewise.
13517         * sunrpc/svc_udp.c: Likewise.
13518         * sunrpc/svc_unix.c: Likewise.
13519         * sunrpc/xdr.c: Likewise.
13520         * sunrpc/xdr_array.c: Likewise.
13521         * sunrpc/xdr_rec.c: Likewise.
13522         * sunrpc/xdr_ref.c: Likewise.
13523         * sysdeps/generic/wordexp.c: Likewise.
13525         * po/it.po: Update from translation team.
13527         * misc/err.c: Handle wide oriented stderr stream.
13529 2001-08-14  Tom Rix  <trix@redhat.com>
13531         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
13532         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
13534 2001-08-13  Tom Rix  <trix@redhat.com>
13536         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
13537         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
13538         and __intptr_t.
13540 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13542         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
13543         Store the access registers to the ucontext structure.
13544         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
13545         Likewise.
13547         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
13548         Load the access registers from the ucontext structure.
13549         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
13550         Likewise.
13552         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
13553         offsets to the new ucontext layout.
13554         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
13556         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
13557         of the ucontext structure.
13558         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
13560 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
13562         * misc/error.c (error): Handle wide oriented stderr stream correctly.
13563         (error_at_line): Likewise.
13565         * stdio-common/perror.c (perror): Implement according to standard.
13566         The stream orientation must not be changed if the stream was not
13567         oriented before the call.
13568         * stdio-common/Makefile (tests): Add tst-perror.
13569         * stdio-common/tst-perror.c: New file.
13572 See ChangeLog.12 for earlier changes.