(nice): Use getpriority() for the return value.
[glibc.git] / ChangeLog
blob4087676f955d9ae6ba681cfe18fb6b7a686664cc
1 2002-09-28  Andreas Jaeger  <aj@suse.de>
3         * sysdeps/unix/sysv/linux/mips/truncate64.c (truncate64): Fix
4         number of args to syscall.
5         * sysdeps/unix/sysv/linux/mips/ftruncate64.c (__ftruncate64): Likewise.
6         Patch by Guido Guenther <agx@sigxcpu.org>.
8 2002-09-27  Roland McGrath  <roland@redhat.com>
10         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
11         (__NR_pread, __NR_pwrite): Define these to __NR_pread64, __NR_pwrite64
12         if not defined.
14         * sysdeps/unix/sysv/linux/powerpc/lchown.S
15         [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]: Use this condition
16         on chown compatibility symbol; use compat_symbol, not symbol_version.
18 2002-09-27  Isamu Hasegawa  <isamu@yamato.ibm.com>
20         * posix/regcomp.c (reg_free): Free the debug area.
21         (re_compile_internal): Allocate debug area for the input string.
22         (create_initial_state): Check the back references in initial states
23         if they are really match null string in the initial state.
24         (parse_reg_exp): Mark the dfa that the dfa can have plural matchings.
25         (parse_expression): Likewise.
26         (parse_bracket_exp): Likewise.
27         * posix/regex_internal.c (re_node_set_intersect): Remove unused
28         function.
29         (re_node_set_contains): Change to return the index of node.
30         * posix/regex_internal.h (re_backref_cache_entry): Change the members.
31         (re_match_context_t): Likewise.
32         (struct re_dfa_t): Likewise.
33         (re_sift_context_t): New structure.
34         * posix/regexec.c (match_ctx_clear_flag): New function.
35         (sift_ctx_init): Likewise.
36         (update_cur_sifted_state): Likewise.
37         (add_epsilon_src_nodes): Likewise.
38         (sub_epsilon_src_nodes): Likewise.
39         (check_subexp_limits): Likewise.
40         (search_subexp): Likewise.
41         (sift_states_bkref): Likewise.
42         (merge_state_array): Likewise.
43         (sift_states_iter_bkref): Remove unused function.
44         (add_epsilon_backreference): Remove unused function.
45         (re_search_internal): Adapt new members and interfaces.
46         (check_matching): Check the back references in initial states
47         if they are really match null string in the initial state.
48         (proceed_next_node): Change the evaluation of back references,
49         since we have real registers here.
50         (set_regs): Adapt new interface of proceed_next_node.
51         (sift_states_backward): Add invocation of update_cur_sifted_state
52         instead of add_epsilon_backreference.
53         Add a sentinel to the outermost while loop.
54         Move the handling of back references to sift_states_bkref function,
55         since we can't handle some back references (e.g. a back reference
56         which match NULL string) here.
57         (transit_state_mb): Handle the new member max_mb_elem_len.
58         (transit_state_bkref_loop): Move the evaluation of back references to
59         search_subexp function, since we can't evaluate some back references
60         (e.g. a back reference which can have plural matchings) here.
61         (match_ctx_init): Adapt the new member.
62         (match_ctx_add_entry): Adapt the new members.
64 2002-09-25  Alan Modra  <amodra@bigpond.net.au>
66         * elf/do-rel.h: Define macro DO_ELF_MACHINE_REL_RELATIVE for
67         'elf_machine_rel_relative'
68         (elf_dynamic_do_rel): Call DO_ELF_MACHINE_REL_RELATIVE macro
69         instead of 'elf_machine_rel_relative'.
70         * sysdeps/hppa/dl-machine.h:
71         Define macro DO_ELF_MACHINE_REL_RELATIVE for
72         'elf_machine_rel_relative' with extra map parameter
73         required by HPPA.
74         (elf_machine_rela_relative): Add plt relocation changes.
76 2001-11-14  Matthew Wilcox  <willy@debian.org>
78         * sysdeps/unix/sysv/linux/hppa/bits/ipc.h: New file.
79         * sysdeps/unix/sysv/linux/hppa/bits/msq.h: New file.
80         * sysdeps/unix/sysv/linux/hppa/bits/sem.h: New file.
81         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: New file.
83 2002-09-27  Steven Munroe  <sjmunroe@us.ibm.com>
85         * sysdeps/powerpc/powerpc32/Makefile: Fix typo in comment.
87         * sysdeps/powerpc/powerpc64/Makefile
88         [$(build-shared) = yes] (pic-ccflag): Define it.
89         [$(subdir) = csu] (CFLAGS-initfini.s): Add -fpic here too.
91 2002-09-27  Roland McGrath  <roland@redhat.com>
93         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Remove
94         unneeded TLS cases.
96 2002-09-27  Jakub Jelinek  <jakub@redhat.com>
98         * elf/dl-addr.c (_dl_addr): Set dli_fbase to l_map_start
99         unconditionally.  Set dli_fname to _dl_argv[0] only for main program.
101 2002-09-27  Roland McGrath  <roland@redhat.com>
103         * elf/dl-addr.c (_dl_addr): Add a cast.
105         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [USE_TLS]: Handle new
106         TLS relocs R_X86_64_DTPMOD64, R_X86_64_DTPOFF64, and R_X86_64_TPOFF64.
108         * elf/elf.h (R_X86_64_DTPMOD64, R_X86_64_DTPOFF64, R_X86_64_TPOFF64,
109         R_X86_64_TLSGD, R_X86_64_TLSLD, R_X86_64_DTPOFF32,
110         R_x86_64_GOTTPOFF, R_X86_64_TPOFF32): New macros.
111         (R_X86_64_NUM): Update the value.
113 2002-09-24  Jakub Jelinek  <jakub@redhat.com>
115         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_load_address): Don't
116         rely on *r_offset of R_SPARC_RELATIVE reloc in .got to contain the
117         addend.
118         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Use
119         the same l_addr computation.
120         * sysdeps/sparc/sparc64/configure.in: Removed.
121         * sysdeps/sparc/sparc64/configure: Removed.
122         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Remove.
124 2002-09-26  Ulrich Drepper  <drepper@redhat.com>
126         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_HASH entry
127         if necessary.
128         * elf/dl-lookup.c (_dl_setup_hash): DT_HASH entry is already relocated.
129         * elf/dl-addr.c (_dl_addr): Use .hash[1] entry to determine end of the
130         symbol table if necessary.
132 2002-09-26  Roland McGrath  <roland@redhat.com>
134         * stdlib/longlong.h: Replaced with current version from GCC mainline,
135         last modified 2002-09-22  Kazu Hirata  <kazu@cs.umass.edu>.
137 2002-09-25  Andreas Jaeger  <aj@suse.de>
139         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add syscall_exit.
140         Patch by Guido Guenther <agx@sigxcpu.org>.
142 2002-09-25  Roland McGrath  <roland@redhat.com>
144         * Makeconfig (%.v.i pattern rule): Use $(CPPFLAGS).
146 2002-09-24  Ulrich Drepper  <drepper@redhat.com>
148         * sysdeps/unix/sysv/linux/configure.in: Recognize nptl add-on name.
150 2002-09-24  Roland McGrath  <roland@redhat.com>
152         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Move __libc_read,
153         __libc_write, __libc_lseek64, to ...
154         (ld: GLIBC_PRIVATE): ... here.
156         * csu/Versions: Use %include <tls.h> to get USE_TLS defined.
157         (libc: GLIBC_2.0) [USE_TLS && HAVE___THREAD]: Remove _errno, errno.
158         (libc: GLIBC_2.3) [USE_TLS && HAVE___THREAD]: Put errno here instead.
159         * resolv/Versions: Use %include <tls.h> to get USE_TLS defined.
160         (libc: GLIBC_2.0) [USE_TLS && HAVE___THREAD]: Remove _h_errno, h_errno,
161         and _res.
162         (libc: GLIBC_2.3) [USE_TLS && HAVE___THREAD]: Put h_errno, _res here.
164         * elf/tls-macros.h [__x86_64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD):
165         New macros for x86-64.
167         * sysdeps/unix/sysv/linux/alpha/bits/time.h: File removed.
168         It was indentical to the linux/bits/time.h file.
170         * nscd/nscd_gethst_r.c (nscd_gethst_r): Add a cast to silence warning.
172         * resolv/gethnamaddr.c (gethostbyaddr): Use socklen_t for SIZE.
174 2002-09-23  Ulrich Drepper  <drepper@redhat.com>
176         * po/zh_CN.po: New file.
178 2002-09-23  Roland McGrath  <roland@redhat.com>
180         * posix/unistd.h: Test [__USE_UNIX98] instead of [__USE_OPEN2K]
181         for gethostname declaration.
183         * catgets/open_catalog.c (__open_catalog): Don't use a value type
184         as the __builtin_expect expression, just the Boolean value.
186         * sysdeps/generic/wordexp.c (parse_glob): int -> size_t for counter.
187         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Likewise.
188         * resolv/res_hconf.c (arg_service_list, parse_line): Likewise.
189         * iconvdata/tst-loading.c (main): Likewise.
190         * catgets/tst-catgets.c (main): Likewise.
191         * stdlib/tst-xpg-basename.c (main): Likewise.
192         * stdlib/tst-bsearch.c (main): Likewise.
193         * stdio-common/test-vfprintf.c (main): Likewise.
194         * stdio-common/tst-rndseek.c (do_test): Likewise.
195         * libio/tst_swprintf.c (main): Likewise.
196         * libio/tst-fgetws.c (main): Likewise.
197         * wcsmbs/tst-mbrtowc.c (check_ascii): Likewise.
198         * time/tst-posixtz.c (main): Likewise.
199         * time/tst-strptime.c (test_tm): Likewise.
200         * time/tst-strptime.c (main): Likewise.
201         * time/tst-getdate.c (main): Likewise.
202         * posix/tst-mmap.c (main): Likewise.
203         * posix/tst-getaddrinfo.c (do_test): Likewise.
204         * io/tst-getcwd.c (do_test): Likewise.
205         * resolv/tst-aton.c (main): Likewise.
206         * inet/tst-network.c (main): Likewise.
207         * libio/tst-fgetws.c (main): Likewise.
208         * sysdeps/posix/sprofil.c (add_region): int -> unsigned int for I.
209         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): int -> unsigned int
210         for PTYNO.
212         * stdlib/msort.c (qsort): Add a cast to silence warning.
213         * stdio-common/vfprintf.c (process_string_arg): Likewise.
214         * libio/oldfileops.c (_IO_old_do_write): Likewise.
215         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Likewise.
216         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
217         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
218         * argp/argp-fmtstream.c (__argp_fmtstream_printf): Likewise.
219         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
220         * sysdeps/unix/grantpt.c (grantpt): Likewise.
221         * libio/tst-widetext.c (main): Likewise.
222         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
223         * rt/tst-aio.c (test_file): Likewise.
224         * rt/tst-aio64.c (test_file): Likewise.
225         * resolv/tst-aton.c (main): Likewise.
227         * catgets/catgetsinfo.h (CATGETS_MAGIC): Use U suffix on the constant.
229         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Cast to int32_t
230         instead of uint32_t in these macros.
232 2002-09-22  Bruno Haible  <bruno@clisp.org>
234         * iconv/iconv_prog.c (main): Provide an error message that identifies
235         the wrong encoding.
237         * iconvdata/tscii.c: New file.
238         * iconvdata/testdata/TSCII: New file.
239         * iconvdata/testdata/TSCII..UTF8: New file.
240         * iconvdata/TSCII.precomposed: New file.
241         * iconvdata/TSCII.irreversible: New file.
242         * iconvdata/gconv-modules (TSCII): New module.
243         * iconvdata/Makefile (modules): Add TSCII.
244         (distribute): Add tscii.c.
245         * iconvdata/tst-table-from.c (try, utf8_decode, main): Double output
246         buffer size.
247         * iconvdata/tst-tables.sh: Add TSCII.
248         * iconvdata/TESTS: Add TSCII.
250         Revert 2002-04-18 patch.
251         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
252         FROM_DIRECTION): Make the FROM direction stateful again.
253         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
254         FROM_DIRECTION): Likewise.
256         * iconvdata/tst-e2big.c: New file.
257         * iconvdata/Makefile (tests): Add tst-e2big.
259 2002-09-23  Roland McGrath  <roland@redhat.com>
261         * elf/Makefile (test-extras): Define this instead of test-srcs.
262         * Makerules (all-nonlib): Include $(test-extras) too.
264 2002-09-21  Carlos O'Donell  <carlos@baldric.uwo.ca>
266         * sysdeps/hppa/abort-instr.h: New file.
268 2002-09-22  Roland McGrath  <roland@frob.com>
270         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Remove duplicate entry.
272         * sysdeps/mach/hurd/dl-sysdep.c (_exit): Add alias __GI__exit.
274 2002-09-22  Andreas Schwab  <schwab@suse.de>
276         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Append, not overwrite.
278         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal)
279         (isless, islessequal, islessgreater, isunordered) [GCC >= 3.1]:
280         Use GCC builtins.
282 2002-09-21  Roland McGrath  <roland@redhat.com>
284         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_DL_HWCAP_PLATFORM):
285         Correct the value so it covers all platforms, and is computed
286         from _DL_PLATFORMS_COUNT rather than hard-wired.
287         From Andrew Suffield <asuffield@debian.org>.
289 2002-09-20  Ulrich Drepper  <drepper@redhat.com>
291         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Avoid
292         locking when using mount tab file.
293         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
294         * sysdeps/unix/sysv/linux/statvfs.c: Include <stdio_ext.h>.
295         * sysdeps/unix/sysv/linux/fstatvfs.c: Likewise.
297         * elf/dl-init.c (_dl_init): Fix test of the size of the
298         preinit_array section.
299         (call_init): Optimize access to DT_INIT_ARRAY entry a bit.
300         Reported by Brian Cabral <cabral@ikuni.com>.
302 2002-09-20  Steven Munroe  <sjmunroe@us.ibm.com>
304         * sysdeps/powerpc/sysdep.h: Remove powerpc32 specific macros.
305         * sysdeps/powerpc/powerpc32/sysdep.h: New file.  Define powerpc32
306         specific macros copied from sysdeps/powerpc/sysdep.h.
307         * sysdeps/powerpc/powerpc64/sysdep.h: New file.  Define powerpc64
308         specific macros.
309         * sysdeps/unix/powerpc/sysdep.h: Include <bits/wordsize.h>.
310         [__WORDSIZE==64]: Include sysdeps/powerpc/powerpc64/sysdep.h.
311         [!__WORDSIZE==64]: Include sysdeps/powerpc/powerpc32/sysdep.h.
313 2002-09-19  Bruno Haible  <bruno@clisp.org>
315         * intl/dcigettext.c (DCIGETTEXT): Restore errno only right before
316         returning.
318 2002-09-17  Bruno Haible  <bruno@clisp.org>
320         * sysdeps/generic/utmp-equal.h: New file, extracted from utmp_file.c.
321         * sysdeps/generic/utmp_file.c (setutent_file): Invalidate last_entry
322         also on platforms with !HAVE_UT_TYPE.
323         (proc_utmp_eq): Remove function.
324         (internal_getut_r, pututline_file): Call __utmp_equal instead.
326 2002-09-20  Bruno Haible  <bruno@clisp.org>
328         * abi-tags: Add support for FreeBSD with ABI OS value 3.
329         * elf/cache.c (print_entry): Support the GNU/FreeBSD ABI tag.
331 2002-09-20  Roland McGrath  <roland@redhat.com>
333         * sysdeps/generic/gmp-mparam.h: Include <bits/wordsize.h>.
334         (BITS_PER_MP_LIMB, BYTES_PER_MP_LIMB, BITS_PER_LONGINT): Define in
335         terms of __WORDSIZE.
336         * sysdeps/x86_64/gmp-mparam.h: File removed.
337         * sysdeps/sparc/gmp-mparam.h: File removed.
338         * sysdeps/mips/mips64/gmp-mparam.h: File removed.
339         * sysdeps/ia64/gmp-mparam.h: File removed.
340         * sysdeps/alpha/gmp-mparam.h: File removed.
342 2002-09-20  Steven Munroe  <sjmunroe@us.ibm.com>
344         * sysdeps/powerpc/elf/libc-start.c: Use long in place of int for argc
345         load, so as to work on both 32-bit and 64-bit.  Remove unnecessary
346         casts.  Align __libc_stack_end to 8 bytes.
348 2002-09-20  Roland McGrath  <roland@redhat.com>
350         * sysdeps/powerpc/fpu/s_lrint.c: Use strong_alias/weak_alias macros
351         instead of asm for lrintf, __lrintf aliases.
353         * sysdeps/powerpc/fpu/s_lrint.c (__lrint): Change union long array to
354         int array for 32-/64-bit compatibility.
355         From Steven Munroe  <sjmunroe@us.ibm.com>.
357 2002-09-17  Bruno Haible  <bruno@clisp.org>
359         * sysdeps/generic/ifreq.h (__if_nextreq): New function.
360         * sysdeps/unix/sysv/linux/ifreq.h (__if_nextreq): New function.
361         * sysdeps/mach/hurd/ifreq.h (__if_nextreq): New function.
362         * sysdeps/gnu/ifaddrs.c (getifaddrs): Use __if_nextreq
363         for iterating through the list of interfaces.
364         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Likewise.
366 2002-09-20  Roland McGrath  <roland@redhat.com>
368         * sysdeps/unix/grantpt.c (pts_name): Set errno when __ptsname_r fails.
369         Reported by Bruno Haible <bruno@clisp.org>.
371         * sysdeps/unix/bsd/bsd4.4/isatty.c: New file.
373         * sysdeps/unix/bsd/isatty.c (__isatty): Don't save and restore errno.
374         * sysdeps/unix/bsd/ptsname.c (__ptsname_r): Return errno value from
375         isatty unmodified.  Reported by Bruno Haible <bruno@clisp.org>.
377 2002-09-20  Steven Munroe  <sjmunroe@us.ibm.com>
379         * sysdeps/powerpc/bits/setjmp.h [__WORDSIZE]: Add 64-bit jmpbuf.
380         * sysdeps/powerpc/bits/wordsize.h: New file.
381         * sysdeps/powerpc/fpu/bits/mathinline.h (lrint, lrintf): Change long
382         array to int array for 32-/64-bit compatibility.
384 2002-09-20  Roland McGrath  <roland@redhat.com>
386         * login/programs/utmpdump.c: Don't include <error.h>, <errno.h>.
388         * sysdeps/generic/utimes.c (__utimes): Don't check TVP for null.
389         Reported by Bruno Haible <bruno@clisp.org>.
391         * sysdeps/generic/ifreq.h (__ifreq): Compute termination condition
392         before doubling RQ_LEN.
393         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
394         Reported by Bruno Haible <bruno@clisp.org>.
396 2002-09-18  Bruno Haible  <bruno@clisp.org>
398         * login/logout.c (logout): Don't assume ut_time has the same size as
399         a time_t.
400         * login/logwtmp.c (logwtmp): Likewise.
402         * sysdeps/pthread/configure: New file, moved here from
403         linuxthreads/sysdeps/unix/sysv/linux/configure.
405 2002-09-19  Ulrich Drepper  <drepper@redhat.com>
407         * sysdeps/unix/sysv/linux/_exit.c: Include <errno.h>.
408         (_exit): Don't use ABORT_INSTRUCTION if it is not defined.
409         Reported by Glen Nakamura <glen@imodulo.com>.
411 2002-09-19  Neal H. Walfield  <neal@cs.uml.edu>
413         * sysdeps/mach/hurd/fork.c (__fork): Do not free the signal
414         thread's sigstate data structure if it has been allocated.
416 2002-09-19  Roland McGrath  <roland@redhat.com>
418         * include/libc-symbols.h [HAVE_ASM_SET_DIRECTIVE]
419         [! HAVE_ASM_GLOBAL_DOT_NAME] (__hidden_dot_def1): Fix typo'd name.
421 2002-09-18  Ulrich Drepper  <drepper@redhat.com>
423         * version.h (VERSION): Bump to 2.2.94.
425         * sysdeps/powerpc/fpu/Dist: Move fprrest.S and fprsave.S to...
426         * sysdeps/powerpc/powerpc32/fpu/Dist: ...here.  New file.
427         * sysdeps/unix/sysv/linux/powerpc/Dist: Move kernel_stat.h to...
428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here.
430         * sysdeps/i386/Makefile: Remove obsolete db2 rules.
432         * sysdeps/unix/sysv/linux/Makefile: Add exit-thread.S.
434         * sysdeps/unix/sysv/linux/powerpc/Dist: Add ldd-rewrite.sh.
436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: New file.
438 2002-09-19  Jakub Jelinek  <jakub@redhat.com>
440         * sysdeps/wordsize-32/Makefile: New file.
441         * sysdeps/arm/Makefile: Removed.
442         * sysdeps/i386/Makefile (sysdep_routines, shared-only-routines):
443         Don't add divdi3 here.
444         * sysdeps/m68k/Makefile: Likewise.
445         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
446         * sysdeps/sh/Makefile: Likewise.
447         * sysdeps/s390/s390-32/Makefile: Likewise.
449 2002-09-18  Roland McGrath  <roland@redhat.com>
451         * locale/lc-ctype.c (_nl_postload_ctype): Add compat_symbol decls for
452         the __ctype_* compat symbols, so the relocs generated bind to the
453         right versioned global symbol in the shared object.
455         * elf/do-rel.h (elf_dynamic_do_rel): Mask off 0x8000 bit (hidden flag)
456         from the value taken from the DT_VERSYM table.
457         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
458         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Likewise.
459         (RESOLVE_GOTSYM): Likewise.
461         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
462         Add libc_hidden_def.
463         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
464         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
465         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
466         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
467         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
468         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
469         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
470         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
472 2002-09-18  Ulrich Drepper  <drepper@redhat.com>
474         * include/signal.h: Add libc_hidden_proto for __libc_sigaction.
476         * sysdeps/unix/sysv/linux/sigaction.c: If SIGCANCEL is defined
477         define sigaction and __sigaction as wrappers around
478         __libc_sigaction which rejects changing SIGCANCEL.
479         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
481         * sysdeps/unix/sysv/linux/i386/clone.S: Add support for SETTLS and
482         SETTID/CLEARTID.
484         * signal/allocrtsig.c: Move to...
485         * sysdeps/generic/allocrtsig.c: ...here.  New file.
487 2002-09-17  Jakub Jelinek  <jakub@redhat.com>
489         * elf/dl-lookup.c (_dl_debug_bindings): Print TLS lookups always.
491         * elf/elf.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE,
492         R_386_TLS_LE): Define.
493         (R_386_TLS_IE_32, R_386_TLS_LE_32, R_386_TLS_TPOFF32): Update
494         comments.
495         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Return
496         ELF_RTYPE_CLASS_PLT for R_386_TLS_TPOFF.
497         (elf_machine_rel): Handle R_386_TLS_TPOFF.
498         (elf_machine_rela): Likewise.
499         Remove unnecessary RTLD_BOOTSTRAP #ifdefs.
501 2002-09-17  Roland McGrath  <roland@redhat.com>
503         * malloc/Makefile ($(objpfx)memusagestat.o: sysincludes): Define
504         file-specific variable override so it compiles properly when using
505         --with-headers.
507 2002-09-17  Steven Munroe  <sjmunroe@us.ibm.com>
509         Ported to PowerPC64 running Linux.
510         * sysdeps/powerpc/powerpc64/Dist: New file.
511         * sysdeps/powerpc/powerpc64/Implies: New file.
512         * sysdeps/powerpc/powerpc64/Makefile: New file.
513         * sysdeps/powerpc/powerpc64/__longjmp.S: New file.
514         * sysdeps/powerpc/powerpc64/atomicity.h: New file.
515         * sysdeps/powerpc/powerpc64/backtrace.c: New file.
516         * sysdeps/powerpc/powerpc64/bp-asm.h: New file.
517         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: New file.
518         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: New file.
519         * sysdeps/powerpc/powerpc64/dl-dtprocnum.h: New file.
520         * sysdeps/powerpc/powerpc64/dl-lookupcfg.h: New file.
521         * sysdeps/powerpc/powerpc64/dl-machine.c: New file.
522         * sysdeps/powerpc/powerpc64/dl-machine.h: New file.
523         * sysdeps/powerpc/powerpc64/memset.S: New file.
524         * sysdeps/powerpc/powerpc64/ppc-mcount.S: New file.
525         * sysdeps/powerpc/powerpc64/register-dump.h: New file.
526         * sysdeps/powerpc/powerpc64/setjmp.S: New file.
527         * sysdeps/powerpc/powerpc64/stpcpy.S: New file.
528         * sysdeps/powerpc/powerpc64/strchr.S: New file.
529         * sysdeps/powerpc/powerpc64/strcmp.S: New file.
530         * sysdeps/powerpc/powerpc64/strcpy.S: New file.
531         * sysdeps/powerpc/powerpc64/strlen.S: New file.
532         * sysdeps/powerpc/powerpc64/elf/bzero.S: New file.
533         * sysdeps/powerpc/powerpc64/elf/start.S: New file.
534         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: New file.
535         * sysdeps/powerpc/powerpc64/fpu/s_copysignf.S: New file.
536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: New File.
537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: New file.
538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: New file.
539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/glob64.c: New file.
540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: New file.
541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: New file.
542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: New file.
544         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME]
545         (C_SYMBOL_DOT_NAME): Insure that C_SYMBOL_DOT_NAME works for
546         various gcc versions.  Dot names required for powerpc64.
547         [HAVE_ASM_GLOBAL_DOT_NAME] (_weak_extern): Add .weakext '.'ed symbol.
548         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias): Add .global
549         C_SYMBOL_DOT_NAME(alias).
550         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): New macro. Same as
551         original strong_alias macro.
552         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Add .weakext/.weak
553         C_SYMBOL_DOT_NAME(alias).
554         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Add .symver '.'ed name.
555         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Add .symver
556         '.'ed name.
557         Add comments on libc_hidden_data_def and libc_hidden_data_weak usage.
558         [HAVE_ASM_GLOBAL_DOT_NAME] (hidden_dot_def1): New macro.  Generate
559         .global C_SYMBOL_DOT_NAME(alias).  Otherwise an empty macro.
560         (hidden_def): Append hidden_dot_def1 macro to definition.
561         (hidden_ver): Append hidden_dot_def1 macro to definition.
562         (hidden_data_def): New macro.  Same as original hidden_def macro.
563         (hidden_data_ver): New macro.  Same as original hidden_ver macro.
564         [HAVE_ASM_GLOBAL_DOT_NAME] (hidden_dot_weak1): New macro.  Generate
565         .weakext C_SYMBOL_DOT_NAME(alias).  Otherwise an empty macro.
566         (hidden_weak): Append hidden_dot_weak1 macro to definition.
567         (hidden_data_weak): New macro.  Same as original hidden_weak macro.
568         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Define as .__GI_name.
569         Otherwise defined as __GI_name.
570         (libc_hidden_data_def): New macro.  Use hidden_data_def.
571         (libc_hidden_data_weak): New macro.  Use hidden_data_weak.
572         (libc_hidden_data_ver): New macro.  Use hidden_data_ver.
573         (rtld_hidden_data_def): New macro.  Use hidden_data_def.
574         (rtld_hidden_data_weak): New macro.  Use hidden_data_weak.
575         (rtld_hidden_data_ver): New macro.  Use hidden_data_ver.
576         (libm_hidden_data_def): New macro.  Use hidden_data_def.
577         (libm_hidden_data_weak): New macro.  Use hidden_data_weak.
578         (libm_hidden_data_ver): New macro.  Use hidden_data_ver.
579         * inet/in6_addr.c: Replace libc_hidden_def with libc_hidden_data_def.
581 2002-09-17  Ulrich Drepper  <drepper@redhat.com>
583         * include/libc-symbols.h: Change *hidden_proto macros to accept
584         option parameters and pass those to the attribute definition.
585         * include/unistd.h (_exit): Add __noreturn__ to libc_hidden_proto call.
587         * include/unistd.h: Declare __libc_pause.
589         * include/sys/socket.h: Declare __libc_send, __libc_recv,
590         __libc_sendto, __libc_sendmsg, __libc_recvmsg, and __libc_accept.
592         * include/unistd.h: Declare __libc_fork.
594 2002-09-17  Roland McGrath  <roland@redhat.com>
596         * sunrpc/xcrypt.c (passwd2des_internal): Renamed fom passwd2des.
597         (passwd2des): Define it as an alias.
598         (xencrypt, xdecrypt): Call passwd2des_internal instead of passwd2des.
600 2002-09-12  Bruno Haible  <bruno@clisp.org>
602         * include/sys/sysctl.h (__sysctl): Add libc_hidden_proto.
603         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Add libc_hidden_def.
605         * include/rpc/xdr.h (xdrstdio_create): Add libc_hidden_proto.
606         * sunrpc/xdr_stdio.c (xdrstdio_create): Add libc_hidden_def.
608 2002-09-05  Steven Munroe  <sjmunroe@us.ibm.com>
610         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc64__]
611         (__ASSUME_TRUNCATE64_SYSCALL, __ASSUME_STAT64_SYSCALL, __ASSUME_IPC64,
612         __ASSUME_FCNTL64, __ASSUME_MMAP2_SYSCALL): Don't define these.
613         PowerPC64 does not have separate 64-bit syscalls.
615 2002-09-16  Roland McGrath  <roland@redhat.com>
617         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Add a cast.
619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
620         New macro.
622         * elf/rtld.c [HP_TIMING_NONAVAIL]: Fix last change for this case.
624         * include/unistd.h: Uncomment libc_hidden_proto for _exit.
625         * sysdeps/mach/hurd/_exit.c: Add libc_hidden_def.
626         * sysdeps/generic/_exit.c: Likewise.
628 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
630         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Regenerate.
632         * elf/rtld.c (struct dl_start_final_info): New.
633         (_dl_start_final): Change second argument to struct
634         dl_start_final_info *.  Set start_time from info.
635         (_dl_start): Remove bootstrap_map variable, add info.
636         Define bootstrap_map as macro.  If not DONT_USE_BOOTSTRAP_MAP,
637         store HP_TIMING_NOW result into info.start_time.
639 2002-09-16  Andreas Jaeger  <aj@suse.de>
641         * sysdeps/unix/sysv/linux/_exit.c: Add libc_hidden_def and weak_alias
642         to _Exit.
643         * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise.
645 2002-09-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
647         * sysdeps/powerpc/abort-instr.h: New file.
649 2002-09-14  Ulrich Drepper  <drepper@redhat.com>
651         * sysdeps/generic/libc-start.c (__libc_start_main): Remove bogus
652         comment.
654         * test-skeleton.c (main): Provide more information in case waitpid
655         fails.
657         * include/unistd.h: Declare __exit_thread.
658         * sysdeps/generic/libc-start.c (__libc_start_main): Remove dummy_addr.
659         Wrap call to main in setjmp if HAVE_CANCELBUF is defined.
660         * sysdeps/unix/sysv/linux/exit-thread.S: New file.
661         * sysdeps/unix/sysv/linux/_exit.c: New file.
662         * sysdeps/unix/sysv/linux/i386/_exit.S: New file.
663         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (sysdep_routines):
664         Add exit-thread.
666         * configure.in: Add dl_iterate_phdr to test using -nostdlib.
668 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
670         * sysdeps/i386/dl-machine.h (elf_machine_rel)
671         (case R_386_TLS_DTPMOD32): Don't use addend.
672         [case R_386_TLS_TPOFF32]: Remove redundant SYM_MAP != NULL check.
673         (elf_machine_rela): Add support for TLS relocs.
675 2002-09-14  Roland McGrath  <roland@redhat.com>
677         * Makefile (manual/%): Add this pattern target to the iconvdata/% rule.
679 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
681         * stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64
682         specific asm macros for multiple percision integer math.
684 2002-06-04  Steven Munroe  <sjmunroe@us.ibm.com>
686         * sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro.
687         * elf/cache.c (print_entry): Add case for FLAG_POWERPC_LIB64.
688         Remove per-machine conditionals for FLAG_* cases.
689         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h: New file.
690         * sysdeps/unix/sysv/linux/powerpc/readelflib.c: New file.
691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/dl-cache.h: New file.
693 2002-09-10  Alan Modra <amodra@bigpond.net.au>
695         * csu/gmon-start.c [!TEXT_START]: Define TEXT_START if not already
696         defined in entry.h.
697         (__gmon_start__) [!ENTRY_POINT_DECL]: Use TEXT_START macro to obtain
698         lowest address for profiling in  __monstartup call.
699         * sysdeps/powerpc/powerpc64/elf/entry.h: New file.
701 2002-09-14  Roland McGrath  <roland@redhat.com>
703         * sysdeps/unix/sysv/linux/pread.c: __NR_pread64 may be defined
704         instead of __NR_pread.
705         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
706         * sysdeps/unix/sysv/linux/pwrite.c: __NR_pwrite64 may be defined
707         instead of __NR_pwrite.
708         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
710 2002-09-13  Roland McGrath  <roland@redhat.com>
712         * manual/libc.texinfo: @ifinfo -> @ifnottex around copyright notice.
714 2002-09-13  Andreas Jaeger  <aj@suse.de>
716         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add readahead
717         syscall.  Patch by Guido Guenther <agx@sigxcpu.org>.
719 2002-09-12  Ulrich Drepper  <drepper@redhat.com>
721         * elf/elf.h: Correct DT_LOOS and DT_HIOS values.
723 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
725         * sysdeps/powerpc/fpu/s_isnan.c: #undef __isnanf and isnanf after
726         reading the headers.
728 2002-09-12  Roland McGrath  <roland@redhat.com>
730         * elf/rtld.c (_dl_start_final): Move _begin, _end decls outside the fn.
731         (_dl_start) [DONT_USE_BOOTSTRAP_MAP]: Use &_begin instead of l_addr to
732         find the ELF header.
734         * elf/rtld.c (dl_main) [USE_TLS]: Adjust l_tls_initimage of main
735         executable if needed, in case it's actually a shared object.
737 2002-09-11  Roland McGrath  <roland@redhat.com>
739         * elf/dl-load.c (_dl_map_object_from_fd): Use l_addr instead of
740         l_map_start to adjust l_tls_initimage.
742         * nss/getnssent_r.c (__nss_getent_r): Use EAGAIN instead of errno
743         when using h_errno and it's not set to NETDB_INTERNAL.
744         * nss/getXXbyYY_r.c [NEED_H_ERRNO]: Likewise.
746         * Makefile ($(common-objpfx)testrun.sh): New target.
747         (others): Depend on it.
748         (postclean-generated): Append it.
750         * nss/bug-erange.c: New file.
751         * nss/Makefile (tests): Add it.
753         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Return errno
754         instead of always EAGAIN when status is NSS_STATUS_TRYAGAIN.
756         * sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without
757         strncmp, keeps the code smaller for a non-performance-critical case.
759         * sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,
760         no longer wrongly matches arbitrary prefixes of NAME.
761         Reported by Jakub Jelinek <jakub@redhat.com>.
763 2002-09-11  Jakub Jelinek  <jakub@redhat.com>
765         * posix/bug-regex11.c (tests): New array.
766         (main): Rewritten to run more different tests.
768 2002-09-10  Roland McGrath  <roland@redhat.com>
770         * nscd/Makefile (CPPFLAGS-nscd, CPPFLAGS-nscd_conf, CPPFLAGS-dbg_log)
771         (CPPFLAGS-connections, CPPFLAGS-hstcache): Variables removed.
772         Instead, catch all of $(nscd-modules) via cppflags-iterator.mk.
774         * sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
775         well so we don't get it declared by include/math.h's hidden_proto.
776         Then do hidden_proto for __isnanf locally so hidden_def works right.
778         * posix/bug-regex5.c (main): Use `union locale_data_value' rather than
779         a cast to turn nl_langinfo return value into an integer.
781 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
783         * posix/regexec.c (build_trtable): Fix the destination of
784         newline to prevent wrong states from overwriting.
785         Append break statements to optimization.
787 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
789         * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if.
790         (build_range_exp): Add castings to strlen invocations.
791         (build_collating_symbol): Restore the type of characters from "char"
792         to "unsigned char", and supplement castings.
793         (build_collating_symbol): Likewise.
794         (build_equiv_class): Likewise.
795         (build_charclass): Likewise.
796         (seek_collating_symbol_entry): Likewise.
797         (parse_bracket_exp): Likewise.
798         (build_word_op): Supplement a casting.
799         * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if.
800         (re_string_allocate): Fix castings.
801         (re_string_construct): Likewise.
802         (re_string_construct_common): Likewise.
803         (re_string_realloc_buffers): Likewise.
804         (build_wcs_buffer): Likewise.
805         (build_wcs_upper_buffer): Likewise.
806         (re_string_skip_chars): Likewise.
807         (re_string_reconstruct): Likewise.
808         * posix/regex_internal.h: Restore the type of characters in
809         re_string_t and bracket_elem_t from "char" to "unsigned char".
810         (re_string_elem_size_at): Fix castings.
811         * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if.
812         (transit_state_bkref_loop): Restore the type of characters from
813         "char" to "unsigned char", and append a cast to "char*" pointer in
814         array subscript.
815         (check_node_accept_bytes): Likewise.
816         (find_collation_sequence_value): Likewise.
818 2002-09-10  Hartvig Ekner  <hartvige@mips.com>
820         * sysdeps/mips/memcpy.S: New file.
821         * sysdeps/mips/memset.S: New file.
822         * sysdeps/mips/fpu/e_sqrt.c:  New file.
823         * sysdeps/mips/fpu/e_sqrtf.c: New file.
825         * fpu/fclrexcpt.c: Cleaned up the FPU exception stuff - was not
826         functional before. Also removed all SHLIB_COMPAT stuff.
827         * fpu/fegetenv.c: Likewise.
828         * fpu/fesetenv.c:: Likewise.
829         * fpu/feupdateenv.c: Likewise.
830         * fpu/fgetexcptflg.c: Likewise.
831         * fpu/fraiseexcpt.c: Likewise.
833         * sysdeps/mips/fpu/fsetexcptflg.c: New file.
835 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
837         * include/math.h (__finite_internal, __finitef_internal,
838         __finitel_internal, __isinf_internal, __isnan_internal): Remove.
839         (isfinite): Remove.
840         (__finite, __isinf, __isnan, __finitef, __isinff, __isnanf, __finitel,
841         __isinfl, __isnanl): Add hidden_proto.
842         (__fpclassify, __fpclassifyf, __fpclassifyl, __expm1l): Add
843         libm_hidden_proto.
844         * math/Makefile (libm-calls): Add s_isinf and s_isnan.
845         * stdio-common/printf_fp.c (__printf_fp): Remove INTUSE from
846         __is{inf,nan} calls.
847         * stdio-common/printf_size.c (printf_size): Likewise.
848         * sysdeps/generic/printf_fphex.c (__printf_fphex): Likewise.
849         * sysdeps/generic/s_ldexp.c (__ldexp): Likewise.
850         * sysdeps/generic/s_ldexpf.c (__ldexpf): Likewise.
851         * sysdeps/generic/s_ldexpl.c (__ldexpl): Likewise.
852         * sysdeps/generic/s_expm1l.c (__expm1l): Add libm_hidden_def.
853         * sysdeps/i386/fpu/s_finite.S (__finite_internal): Remove alias.
854         (__finite): Add hidden_def.
855         * sysdeps/i386/fpu/s_finitef.S (__finitef_internal): Remove alias.
856         (__finitef): Add hidden_def.
857         * sysdeps/i386/fpu/s_finitel.S (__finitel_internal): Remove alias.
858         (__finitel): Add hidden_def.
859         * sysdeps/i386/fpu/s_isinfl.c (__isinfl): Remove INTDEF.  Add
860         hidden_def.
861         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
862         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Add
863         libm_hidden_def.
864         * sysdeps/i386/fpu/s_expm1l.S (__expm1l): Likewise.
865         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Remove INTDEF.  Add
866         hidden_def.
867         * sysdeps/ieee754/dbl-64/s_isinf.c (__isinf): Likewise.
868         (__isinfl): Remove INTDEF.
869         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Remove INTDEF.  Add
870         hidden_def.
871         (__isnanl): Remove INTDEF.
872         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Add
873         libm_hidden_def.
874         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Use __sin and __cos
875         instead of sin and cos.
876         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Remove INTDEF.
877         Add hidden_def.
878         * sysdeps/ieee754/flt-32/s_isinff.c (__isinff): Likewise.
879         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
880         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Add
881         libm_hidden_def.
882         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Remove INTDEF.
883         Add hidden_def.
884         * sysdeps/ieee754/ldbl-128/s_isinfl.c (__isinfl): Likewise.
885         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
886         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl): Add
887         libm_hidden_def.
888         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add
889         libm_hidden_def.
890         * sysdeps/ieee754/ldbl-96/s_finitel.c (__finitel): Remove INTDEF.
891         Add hidden_def.
892         * sysdeps/ieee754/ldbl-96/s_isinfl.c (__isinfl): Likewise.
893         * sysdeps/ieee754/ldbl-96/s_isnanl.c (__isnanl): Likewise.
894         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c (__fpclassifyl): Add
895         libm_hidden_def.
896         * sysdeps/ia64/fpu/s_finite.S (__finite_internal, __finitef_internal,
897         __finitel_internal): Remove aliases.
898         (__finite, __finitef, __finitel): Add hidden_def.
899         * sysdeps/ia64/fpu/s_isnan.S (__isnan_internal, __isnanf_internal,
900         __isnanl_internal): Remove aliases.
901         (__isnan, __isnanf, __isnanl): Add hidden_def.
902         * sysdeps/ia64/fpu/s_isinf.S (__isinf_internal, __isinff_internal,
903         __isinfl_internal): Remove aliases.
904         (__isinf, __isinff, __isinfl): Add hidden_def.
905         * sysdeps/ia64/fpu/s_fpclassify.S (__fpclassify, __fpclassifyf,
906         __fpclassifyl): Add libm_hidden_def.
907         * sysdeps/ia64/fpu/s_expm1l.S (__expm1l): Likewise.
908         * sysdeps/m68k/s_isinfl.c (__isinfl): Remove INTDEF.  Add hidden_def.
909         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Remove.
910         (hidden_defx): Define and use.
911         * sysdeps/m68k/fpu/s_fpclassifyl.c (__fpclassifyl): Add
912         libm_hidden_def.
913         * sysdeps/m68k/fpu/s_expm1l.c (__expm1l): Likewise.
914         * sysdeps/m68k/s_isnanl.c (__isnanl): Add hidden_def.
915         * sysdeps/powerpc/fpu/s_isnan.c (__isnan, __isnanf, __isnanl):
916         Remove INTDEF.
917         (__isnan, __isnanf): Add hidden_def.
918         * sysdeps/x86_64/fpu/s_finitel.S (__finitel_internal): Remove alias.
919         (__finitel): Add libm_hidden_def.
920         * sysdeps/x86_64/fpu/s_expm1l.S (__expm1l): Likewise.
922         * include/fenv.h (feraiseexcept, fesetenv): Add libm_hidden_proto.
923         * sysdeps/alpha/fpu/fesetenv.c (fesetenv): Add libm_hidden_ver.
924         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
925         * sysdeps/arm/fpu/fesetenv.c (fesetenv): Likewise.
926         * sysdeps/arm/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
927         * sysdeps/generic/fesetenv.c (fesetenv): Likewise.
928         * sysdeps/generic/fraiseexcpt.c (feraiseexcept): Likewise.
929         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
930         * sysdeps/i386/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
931         * sysdeps/m68k/fpu/fesetenv.c (fesetenv): Likewise.
932         * sysdeps/m68k/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
933         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Likewise.
934         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
935         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Likewise.
936         * sysdeps/powerpc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
937         * sysdeps/sparc/fpu/fesetenv.c (fesetenv): Likewise.
938         * sysdeps/sparc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
939         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Add libm_hidden_def.
940         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
941         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Likewise.
942         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
943         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
944         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
945         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
946         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
947         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Likewise.
948         * sysdeps/x86_64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
950 2002-09-09  Steven Munroe  <sjmunroe@us.ibm.com>
952         * elf/elf.h: Add powerpc64 specific elf relocation and dynamic types.
954 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
956         * elf/dl-error.c (_dl_signal_cerror): Don't print anything if only
957         LD_DEBUG=statistics or LD_TRACE_PRELINKING.
959 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
961         * string/stratcliff.c: Some more strncpy tests.
962         Patch by Daniel Jacobowitz <drow@mvista.com>.
964 2002-09-08  Roland McGrath  <roland@redhat.com>
966         * resolv/resolv.h: Include <sys/types.h> for u_long even in
967         the [__need_res_state] case.
968         Reported by Bruno Haible <bruno@clisp.org>.
970 2002-09-04  Bruno Haible  <bruno@clisp.org>
972         * sysdeps/generic/bits/ustat.h: Comment fix.
973         * io/sys/sendfile.h: Comment fix.
974         * sysdeps/posix/pread.c: Comment fix.
975         * sysdeps/posix/pread64.c: Comment fix.
976         * sysdeps/posix/pwrite.c: Comment fix.
977         * sysdeps/posix/pwrite64.c: Comment fix.
979 2002-09-06  Roland McGrath  <roland@redhat.com>
981         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
982         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
983         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
984         (_UTSNAME_MACHINE_LENGTH): Likewise.
985         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
987 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
989         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
990         test for filesystem type name of mount points.
992         * include/errno.h: Use errno definition with __thread for now only
993         in libc and ld.so.
995         * test-skeleton.c (main): Improve error message for unexpected
996         signal case.
998 2002-09-05  Roland McGrath  <roland@redhat.com>
1000         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
1001         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
1003 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
1005         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
1006         case of failure.
1008 2002-09-04  Bruno Haible  <bruno@clisp.org>
1010         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
1011         sigset_get_old_mask): Turn into inline functions.
1012         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
1013         sigset_get_old_mask): Likewise.
1014         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
1015         sigset_get_old_mask): Likewise.
1016         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
1017         syntax.
1019         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
1021         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
1022         default definitions.
1023         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
1024         _sys_nerr_internal instead of _sys_nerr.
1026         * nscd/connections.c (handle_request): Declare CALLER inside #if.
1028 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
1030         * sysdeps/powerpc/__longjmp.S: Moved to...
1031         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
1032         * sysdeps/powerpc/add_n.S: Moved to...
1033         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
1034         * sysdeps/powerpc/addmul_1.S: Moved to...
1035         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
1036         * sysdeps/powerpc/atomicity.h: Moved to...
1037         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
1038         * sysdeps/powerpc/backtrace.c: Moved to...
1039         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
1040         * sysdeps/powerpc/bp-asm.h: Moved to...
1041         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
1042         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
1043         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
1044         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
1045         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
1046         * sysdeps/powerpc/dl-machine.c: Moved to...
1047         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
1048         * sysdeps/powerpc/dl-machine.h: Moved to...
1049         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
1050         * sysdeps/powerpc/dl-start.S: Moved to...
1051         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
1052         * sysdeps/powerpc/gprrest0.S: Moved to...
1053         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
1054         * sysdeps/powerpc/gprrest1.S: Moved to...
1055         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
1056         * sysdeps/powerpc/gprsave0.S: Moved to...
1057         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
1058         * sysdeps/powerpc/gprsave1.S: Moved to...
1059         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
1060         * sysdeps/powerpc/lshift.S: Moved to...
1061         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
1062         * sysdeps/powerpc/memset.S: Moved to...
1063         * sysdeps/powerpc/powerpc32/memset.S: ...here.
1064         * sysdeps/powerpc/mul_1.S: Moved to...
1065         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
1066         * sysdeps/powerpc/ppc-mcount.S: Moved to...
1067         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
1068         * sysdeps/powerpc/register-dump.h: Moved to...
1069         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
1070         * sysdeps/powerpc/rshift.S: Moved to...
1071         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
1072         * sysdeps/powerpc/setjmp.S: Moved to...
1073         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
1074         * sysdeps/powerpc/stpcpy.S: Moved to...
1075         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
1076         * sysdeps/powerpc/strchr.S: Moved to...
1077         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
1078         * sysdeps/powerpc/strcmp.S: Moved to...
1079         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
1080         * sysdeps/powerpc/strcpy.S: Moved to...
1081         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
1082         * sysdeps/powerpc/strlen.S: Moved to...
1083         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
1084         * sysdeps/powerpc/sub_n.S: Moved to...
1085         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
1086         * sysdeps/powerpc/submul_1.S: Moved to...
1087         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
1088         * sysdeps/powerpc/elf/bzero.S: Moved to...
1089         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
1090         * sysdeps/powerpc/elf/start.S: Moved to...
1091         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
1092         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
1093         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
1094         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
1095         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
1096         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
1097         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
1098         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
1099         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
1100         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
1101         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
1102         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
1103         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
1104         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
1105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
1106         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
1107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
1108         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
1109         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
1110         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
1111         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
1112         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
1113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
1114         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
1115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
1116         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
1117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
1118         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
1119         powerpc/powerpc64.
1121 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
1123         * FAQ.in: Add powerpc64 to supported targets list. Also state the
1124         minimum gcc version is 3.2
1125         * README: Add powerpc64 to supported targets list.
1126         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
1127         Add powerpc64 and machine=powerpc/powerpc64.
1128         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
1129         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
1130         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
1131         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
1132         * sysdeps/powerpc/powerpc32/Dist: New file.
1133         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
1134         * sysdeps/powerpc/powerpc32/Implies: New file.
1135         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
1136         ($(with-fp) = no): Move test to powerpc32/Makefile.
1137         ($(subdir) = misc): Move to powerpc32/Makefile.
1138         ($(build-shared) = yes): Move to powerpc32/Makefile.
1139         ($(subdir) = csu): Move to powerpc32/Makefile.
1140         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
1141         * sysdeps/powerpc/powerpc32/Makefile: New file.
1142         * sysdeps/powerpc/Versions: Remove libgcc functions.
1143         * sysdeps/powerpc/powerpc32/Versions: New file.
1144         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
1145         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
1146         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
1147         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
1148         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
1149         ($machine): Add powerpc/powerpc64 to if ... | for
1150         libc_cv_slibdir=/libc64.
1151         (powerpc*): Set ldd_rewrite_script.
1152         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
1153         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
1154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
1155         Add clone.S.
1156         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
1157         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
1158         functions.  Remove GLIBC_2.2 functions except getrlimit and
1159         setrlimit.  Moved them to ...
1160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
1162 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
1164         * libio/tst-atime.c: Include <errno.h>.
1165         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
1167 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
1169         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
1170         warnings of some compilers.
1171         (build_collating_symbol): Change the type of characters from
1172         "unsigned char" to "char", and append a cast to "char*" pointer in
1173         array subscript.
1174         (build_collating_symbol): Likewise.
1175         (build_equiv_class): Likewise.
1176         (build_charclass): Likewise.
1177         (re_compile_pattern): Remove incorrect cast.
1178         (re_compile_fastmap_iter): Change the type of characters from
1179         "unsigned char" to "char", and append a cast to "char*" pointer
1180         in array subscript.
1181         (parse_bracket_exp): Likewise.
1182         * posix/regex_internal.c (re_string_construct_common): Likewise.
1183         (re_string_allocate): Likewise.
1184         (re_string_construct): Likewise.
1185         (re_string_realloc_buffers): Likewise.
1186         (build_wcs_buffer): Likewise.
1187         (re_string_reconstruct): Likewise.
1188         * posix/regex_internal.h: Change the type of characters in
1189         re_string_t and bracket_elem_t from "unsigned char" to "char".
1190         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
1191         warnings of some compilers.
1192         (transit_state_bkref_loop): Change the type of characters from
1193         "unsigned char" to "char", and append a cast to "char*" pointer in
1194         array subscript.
1195         (check_node_accept_bytes): Likewise.
1196         (find_collation_sequence_value): Likewise.
1198 2002-09-04  Roland McGrath  <roland@redhat.com>
1200         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
1201         from 1024 to 65536, to avoid buffer overrun.
1203 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
1205         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
1207 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
1209         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
1210         for filesystem.
1212 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
1214         * posix/bug-regex11.c: New test.
1215         * posix/Makefile (tests): Add bug-regex11.
1217 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
1219         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
1220         newlocale.
1222 2002-09-02  Roland McGrath  <roland@redhat.com>
1224         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
1225         __pthread_initialize_minimal and __libc_check_standard_fds to
1226         match the generic version.
1228         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
1229         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
1231         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
1232         warnings on platorms where char is unsigned.
1234 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
1236         * version.h (VERSION): Bump to 2.2.93.
1238         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
1240 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
1242         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
1243         as relocated.
1245 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
1247         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
1249 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
1251         * locale/localeinfo.h (struct locale_data): Add private.ctype.
1252         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
1253         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
1254         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
1255         (__wcsmbs_load_conv): Remove const from argument.
1256         (_nl_cleanup_ctype): New proto.
1257         (get_gconv_fcts): New function.
1258         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
1259         (__wcsmbs_to_wc): Rename back to...
1260         (to_wc): ... this.
1261         (__wcsmbs_gconv_fcts): Rename to...
1262         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
1263         (lock): Removed.
1264         (__libc_setlocale_lock): New extern.
1265         (__wcsmbs_load_conv): Remove const from argument.
1266         Initialize new_category->private.ctype instead of a global
1267         variable.
1268         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
1269         update_function_ptrs.  No locking is necessary.
1270         (_nl_cleanup_ctype): New function.
1271         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
1272         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
1273         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
1274         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
1275         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
1276         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
1277         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
1278         * wcsmbs/wctob.c (wctob): Likewise.
1279         * stdlib/mblen.c (mblen): Likewise.
1280         * stdlib/mbtowc.c (mbtowc): Likewise.
1281         * stdlib/wctomb.c (wctomb): Likewise.
1282         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
1283         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
1284         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
1285         Removed.
1287 2002-09-02  Roland McGrath  <roland@frob.com>
1289         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
1291 2002-09-01  Roland McGrath  <roland@redhat.com>
1293         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
1294         Variable declarations removed.
1295         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
1296         these functions to replace them.
1297         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
1298         functions plus an indirection rather than the old global variables.
1299         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
1300         Macros removed.
1301         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
1302         inline functions.
1303         * ctype/ctype-info.c: Revert last reversion back the other way.
1304         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
1305         Define real function versions of include/ctype.h inlines here.
1306         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
1307         __ctype_tolower_loc, __ctype_toupper_loc.
1308         * locale/lc-ctype.c: Revert last reversion back the other way.
1309         (_nl_postload_ctype): If current thread uses the global locale,
1310         update its tsd vars.
1311         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
1312         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
1313         CTYPE_TOLOWER, CTYPE_TOUPPER.
1315         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
1316         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
1317         from __libc_tsd_threadvar_location.
1318         (__libc_tsd_set, __libc_tsd_get): Update uses.
1320 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
1322         * ctype/ctype.h: Undo the patch before the last one.  Put back the
1323         macro definitions for the standard functions to access the
1324         classification and mapping arrays.
1325         * include/ctype.h: Partly revert last patch.  Move the macro
1326         definitions for the exported functions back to the public header.
1327         #undef all the macros defined here before redefining.
1328         * ctype/ctype-info.c: Revert last patch.
1329         * locale/lc-ctype.c: Revert last patch.
1331         * ctype/Makefile (routines): Add isctype.
1332         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
1333         * ctype/ctype.h: Add declaration of isctype.
1334         * include/ctype.h: Declare __isctype.
1335         * ctype/isctype.c: New file.
1337 2002-09-01  Roland McGrath  <roland@redhat.com>
1339         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
1340         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
1342         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
1344         * locale/findlocale.c (_nl_remove_locale): Don't search in
1345         _nl_locale_file_list if DATA->alloc is ld_archive.
1346         Use _nl_unload_locale to do the rest of the work.
1348         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
1349         of new structure to UNDELETABLE.
1351         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
1352         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
1353         towlower, towupper): Macros removed.
1354         * ctype/ctype.h (__tobody): Put parens around macro argument.
1355         (__isctype): Macro removed.
1356         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
1357         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
1358         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
1359         tolower, toupper): Macros and inlines removed.
1360         * include/ctype.h [! NOT_IN_libc]
1361         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
1362         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
1363         tolower, toupper): Define here instead, using _NL_CURRENT.
1364         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
1365         using _NL_CURRENT.
1366         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
1367         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
1368         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
1369         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
1370         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
1371         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
1372         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
1373         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
1374         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
1375         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
1376         (ISSORTMASK): Update use.
1377         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
1378         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
1379         (_nss_files_getENTNAME_r): Likewise.
1380         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
1381         Likewise.
1383         * Makerules (all-nonlib): Renamed from all-tests.
1384         Include $(others) here too.
1385         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
1386         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
1387         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
1388         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
1389         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
1390         the program modules via cppflags-iterator.mk.
1391         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
1392         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
1394 2002-08-31  Roland McGrath  <roland@redhat.com>
1396         * posix/tst-getconf.sh: If no third arg, work with static linking.
1398         * locale/categories.def (LC_TIME): No more _nl_postload_time.
1400         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
1401         [_NL_CURRENT_INDIRECT].
1403 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1405         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
1407 2002-08-31  Roland McGrath  <roland@redhat.com>
1409         * locale/newlocale.c (__newlocale): Don't use strdup for names.
1410         Instead, make the single allocation of the structure larger to hold
1411         the name strings.
1412         * locale/duplocale.c (__duplocale): Don't strdup names individually.
1413         Instead, calculate size for a single allocation and copy into it.
1414         * locale/freelocale.c (__freelocale): Don't free names individually.
1416         * locale/newlocale.c (__newlocale): Don't leak old data or names.
1418         * locale/xlocale.h (__locale_struct): Move __names member last,
1419         for binary compatibility.
1421         * locale/duplocale.c (__duplocale): Free names from the right array.
1423         * locale/uselocale.c (__uselocale): Return previous locale when
1424         setting a new one.
1426         * locale/newlocale.c: Commit changes from 2002-08-30
1427         batch where I failed to commit this file:
1428         (__newlocale): Fill in __names array.
1430 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1432         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
1433         errlist-compat.c if versioning==yes.
1435 2002-08-31  Andreas Jaeger  <aj@suse.de>
1437         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
1438         external functions with hidden attribute.
1439         (elf_machine_rela): Optimize.
1441         * sysdeps/x86_64/memset.S: New file.
1442         * sysdeps/x86_64/bzero.S: New file.
1443         * sysdeps/x86_64/stpcpy.S: New file.
1444         * sysdeps/x86_64/strcat.S: New file.
1445         * sysdeps/x86_64/strchr.S: New file.
1446         * sysdeps/x86_64/strcpy.S: New file.
1447         * sysdeps/x86_64/strcspn.S: New file.
1448         * sysdeps/x86_64/strlen.S: New file.
1449         * sysdeps/x86_64/strpbrk.S: New file.
1450         * sysdeps/x86_64/strspn.S: New file.
1451         * sysdeps/x86_64/strcmp.S: New file.
1452         * sysdeps/x86_64/strtok_r.S: New file.
1453         * sysdeps/x86_64/strtok.S: New file.
1454         * sysdeps/x86_64/memcpy.S: New file.
1455         * sysdeps/x86_64/mempcpy.S: New file.
1457         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
1459         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
1461 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1463         * stdio-common/Makefile (generated): Add errlist-compat.c.
1465         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
1467         * locale/localeinfo.h: Pretty printing.
1469         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
1470         form_number handling.
1472 2002-08-31  Andreas Jaeger  <aj@suse.de>
1474         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
1475         double tests.
1477         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
1478         __start_context.
1480         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
1482         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
1484         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
1485         registers used for passing args.
1487         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
1488         all needed registers.
1490         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
1491         registers.
1493         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
1494         registers.
1496 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
1498         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
1499         always_inline attribute.
1501 2002-08-30  Roland McGrath  <roland@redhat.com>
1503         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
1504         presume it's the stub and bail without error.
1506         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
1507         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
1509         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
1511         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
1512         macros replace the i686 versions for 64-bit mode.
1514         * locale/duplocale.c: Include <string.h>.
1516         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
1517         [_LIBC] (category_to_name): Don't define the function.  Instead
1518         define a macro using _nl_category_names.
1520         * locale/xlocale.h (struct __locale_struct): New member `__names'.
1521         * locale/xlocale.c (_nl_C_locobj): Update initializer.
1522         * locale/global-locale.c (_nl_global_locale): Likewise.
1523         * locale/duplocale.c (__duplocale): strdup __names elements.
1524         * locale/freelocale.c (__freelocale): Free __names elements.
1525         * locale/localename.c (_nl_current_names): Variable removed.
1526         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
1527         * locale/localeinfo.h (_nl_current_names): Removed decl.
1528         * locale/setlocale.c: Use _nl_global_locale->__names in place of
1529         _nl_current_names throughout.
1531         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
1533         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
1534         and sys_nerr in the output file.
1536         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
1537         * scripts/cpp: Just use the environment variable.
1539         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
1540         * libio/tst-mmap-offend.c (do_test): Likewise.
1541         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1542         * libio/tst-mmap-eofsync.c (do_test): Likewise.
1543         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1545         * locale/localename.c: If the current locale is the global locale, use
1546         _nl_current_names; otherwise use the locale object.
1548 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
1550         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
1551         'm' to enable mmap I/O.
1552         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
1553         former wasn't used (anymore?).
1554         (_IO_FLAGS2_MMAP): New define.
1555         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
1556         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
1557         _IO_FLAGS2_MMAP bit is set.
1558         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
1559         Enable mmap-using mode only if 'm' was set.
1561 2002-08-29  Roland McGrath  <roland@frob.com>
1563         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
1565         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
1566         Change argument type from int to intptr_t.
1568         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
1569         initializer on [! _HURD_THREADVAR_H] (bad kludge).
1570         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
1571         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
1572         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
1574         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
1576         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
1578         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
1580         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
1581         * assert/assert-perr.c: Add libc_hidden_def.
1582         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
1584         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
1585         found at all.
1586         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
1587         sys_errlist stuff to ...
1588         * sysdeps/unix/sysv/linux/Versions: ... here.
1590         * mach/mach.h: Include <features.h>.
1592 2002-08-29  Roland McGrath  <roland@redhat.com>
1594         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
1595         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
1596         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
1598         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
1600         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
1601         (norm_add_slashes): alloca -> __alloca
1603 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
1605         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
1606         string_malloced, it is unlikely to be set.
1607         Only call free with non-NULL workspace.
1608         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
1609         -mcpu=ultrasparc, not only tune for it.
1610         (ASFLAGS*): Set unconditionally.
1612         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
1613         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
1614         p_vaddr/p_offset when computing LOADADDR.
1616 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
1618         * version.h (VERSION): Bump to 2.2.92.
1620         * time/Makefile (tst-ftime_l-ENV): New variable.
1622         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
1624         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
1625         <U017A>, <U017D> and <U0179>. Add missing mappings.
1626         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
1628         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
1629         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
1630         (struct tostruct): Use ACRINDEX as type for link field.
1631         (statuc gmonparam): Likewise for froms.
1632         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
1633         kcount and froms.
1634         (write_call_graph): Use correct type for from_index and to_index.
1635         * gmon/mcount.c: Use correct types for frompcindex and toindex
1636         variables.
1637         Patches by Dan Kegel <dank@kegel.com>.
1639         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
1640         canonical name.
1642         * time/strptime.c (ISSPACE): New #define.  Use isspace or
1643         __isspace_l.  Replace calls to isspace.
1644         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
1646 2002-08-29  Roland McGrath  <roland@redhat.com>
1648         * string/tst-strxfrm.c: Remove __ from function names.
1650 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1652         * include/wchar.h: Declare __mbsrtowcs_l.
1653         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
1654         * wcsmbs/mbsrtowcs.c: Add support for compilation with
1655         USE_IN_EXTENDED_LOCALE_MODEL.
1656         * wcsmbs/mbsrtowcs_l: New file.
1657         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
1658         define as static.  Change all uses.
1659         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
1660         Change all callers.
1661         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
1662         * time/strftime.c: When translating for the extended locale model
1663         use the _l functions.
1664         * time/Makefile (tests): Add tst-ftime_l.
1665         * time/tst-ftime_l.c: New file.
1667 2002-08-28  Roland McGrath  <roland@redhat.com>
1669         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
1670         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
1671         from _nl_find_locale ok if for _nl_C_name.
1673         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
1674         iterator to refer to each category's _nl_current_LC_FOO symbol, so
1675         we know they are all linked in.
1677         * NEWS: Added 2.2.6 text from 2.2 branch version.
1679         * time/strptime.c (strptime_internal): Remove spurious const.
1681         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
1682         _nl_select_era_entry): Moved to ...
1683         * time/era.c: ... here, new file.
1684         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
1685         Add internal_function to definitions.  Take an additional argument
1686         giving the `struct locale_data *' to use.
1687         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
1688         _nl_parse_alt_digit): Moved to ...
1689         * time/alt_digit.c: ... here, new file.
1690         * time/lc-time-cleanup.c: New file.
1691         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
1692         * locale/localeinfo.h (_nl_postload_time): Remove decl.
1693         (_nl_cleanup_time): Declare it.
1694         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
1695         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
1696         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
1697         * time/strftime.c: Pass locale data to helper functions.
1698         * time/strptime.c: Likewise.
1700         * locale/localeinfo.h (struct locale_data): New member `private'
1701         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
1702         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
1703         * locale/C-collate.c: Update initializer.
1704         * locale/C-identification.c: Likewise.
1705         * locale/C-measurement.c: Likewise.
1706         * locale/C-telephone.c: Likewise.
1707         * locale/C-address.c: Likewise.
1708         * locale/C-name.c: Likewise.
1709         * locale/C-paper.c: Likewise.
1710         * locale/C-time.c: Likewise.
1711         * locale/C-numeric.c: Likewise.
1712         * locale/C-monetary.c: Likewise.
1713         * locale/C-messages.c : Likewise.
1714         * locale/C-ctype.c: Likewise.
1716         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
1717         Redefine this too.
1719 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1721         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
1722         (_rtld_global): Use it.
1724         * sysdeps/gnu/Dist: Remove errlist-compat.c.
1725         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
1726         object directory.  Pass all Versions files to the awk script.
1727         * sysdeps/gnu/errlist-compat.c: Removed.
1728         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
1729         first Versions file in the search path which has them.
1730         Allow multiple errlist symbol versions to have the same count of
1731         errors.
1732         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
1733         of "errlist-compat.c".
1734         * sysdeps/gnu/errlist.c: Regenerated.
1735         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
1736         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
1737         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1738         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
1739         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
1740         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
1741         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
1742         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
1743         ECANCELLED if not defined by kernel headers.
1744         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
1745         already defined by kernel headers.
1746         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
1747         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
1748         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
1749         is a macro.
1750         * Versions.def (GLIBC_2.3) [librt]: Add.
1752         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
1754 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1756         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
1757         missing comma to .type directive.
1759 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1761         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
1762         unconditionally.
1763         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
1764         check.
1765         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
1767 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1769         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
1770         check to close_and_out close.  Replace return NULL statements where
1771         fd might be >= 0 with goto close_and_out.  Close the file descriptor
1772         when it is no longer needed.
1774 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1776         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
1777         string constants.
1778         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1779         * sysdeps/arm/dl-machine.h: Likewise.
1780         * sysdeps/cris/dl-machine.h: Likewise.
1781         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
1782         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1784 2002-08-28  Roland McGrath  <roland@redhat.com>
1786         * Makeconfig (default_cflags): Revert unintended change.
1788 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1790         * version.h (VERSION): Bump to 2.2.91.
1792         * configure.in: Disable TLS support by default for now.
1794         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
1796         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
1797         warnings.
1799         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
1801         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
1802         fprintf/fwprintf calls.
1804 2002-08-28  Roland McGrath  <roland@redhat.com>
1806         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
1807         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
1809         * locale/setlocale.c: Declare postload functions weak.
1811         * elf/tst-tls1-static.c: New file.
1812         * elf/tst-tls2-static.c: New file.
1813         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
1815         Make uselocale support static linking.
1816         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
1817         This file again just defines _nl_C_locobj.
1818         (_nl_C_locobj): Use a categories.def iterator in the initializer.
1819         * locale/global-locale.c: New file.  Define _nl_global_locale here,
1820         using all weak references in the initializer.
1821         * locale/Makefile (aux): Add global-locale.
1822         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
1823         these unconditional, along with the tsd decl.
1824         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
1825         Define it under these conditions.
1826         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
1827         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
1828         `extern __thread struct locale_data *const *'.
1829         [NL_CURRENT_INDIRECT]
1830         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
1831         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
1832         the thread variable _nl_current_LC_FOO and also a special absolute
1833         symbol _nl_current_LC_FOO_used.
1834         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
1835         Set each _nl_current_LC_FOO symbol to point into the new locale,
1836         using weak references to test if _nl_current_LC_FOO_used was linked in.
1837         * locale/setlocale.c [! SHARED]: Replace this conditional ...
1838         [NL_CURRENT_INDIRECT]: ... with this one.
1839         (_nl_current, _nl_C): Variables removed.
1840         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
1841         weak references to _nl_current_LC_FOO_used.
1842         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
1843         (free_category): New function, broken out of ...
1844         (free_mem): ... here.  Call that.
1845         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
1846         instead of a loop.
1848         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
1849         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
1850         it is already absolute.
1852         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
1853         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
1854         [$(build-static) = yes] (tests-static): New variable.
1855         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
1857 2002-08-26  Christoph Hellwig  <hch@lst.de>
1859         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
1860         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
1862 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1864         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
1866         * sysdeps/s390/Dist: Add bits/link.h.
1868         * sysdeps/sh/Dist: New file.
1870         * sysdeps/ia64/Dist: Add ia64libgcc.S.
1872         * sysdeps/wordsize-32/Dist: New file.
1874         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
1875         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1876         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1878         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
1879         sys/personality.h.
1881         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
1882         sparc/dl-brk.S.
1884         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
1886         * sysdeps/unix/bsd/sun/Dist: New file.
1888         * sysdeps/unix/bsd/osf/Dist: New file.
1890         * sysdeps/unix/bsd/hp/Dist: New file.
1892         * sysdeps/unix/arm/Dist: New file.
1894         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
1896         * sysdeps/mach/hurd/Dist: Add set-init.c.
1898         * sysdeps/i386/Dist: Add bits/link.h.
1900         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
1902         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
1904         * locale/Makefile (distribute): Add hashval.h.
1906         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
1908         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
1910         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
1911         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
1912         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
1913         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
1914         implementations.
1915         * libio/stdio.h: Likewise.
1916         * locale/locale.h: Likewise.
1917         * math/math.h: Likewise.
1918         * math/bits/mathcalls.h: Likewise.
1919         * setjmp/setjmp.h: Likewise.
1920         * signal/signal.h: Likewise.
1921         * stdlib/stdlib.h: Likewise.
1922         * string/string.h: Likewise.
1923         * time/time.h: Likewise.
1924         * wcsmbs/wchar.h: Likewise.
1925         * wctype/wctype.h: Likewise.
1927 2002-08-28  Roland McGrath  <roland@redhat.com>
1929         * locale/tst-C-locale.c (run_test): Remove __ from function names.
1931 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1932             Roland McGrath <roland@redhat.com>
1934         * locale/hashval.h (compute_hashval): Use prototype defn.
1935         (hashval_t): New macro, defined to unsigned long int
1936         if not already defined.
1937         (compute_hashval): Return hashval_t instead of unsigned long int.
1938         * locale/loadarchive.c (hashval_t): New macro.
1939         * locale/programs/locarchive.c: Include hashval.h directly instead
1940         of simple-hash.h.
1941         (compute_hashval, hashval_t): Define these macros first.
1942         (insert_name): Use archive_hashval instead of compute_hashval.
1943         (add_locale, delete_locales_from_archive): Likewise.
1945 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1947         * locale/programs/locarchive.c (insert_name): Suppress warnings about
1948         hash collisions if be_quiet.
1950 2002-08-27  Roland McGrath  <roland@redhat.com>
1952         * locale/locale.h (__newlocale, __duplocale, __freelocale,
1953         __uselocale): Don't declare these any more.
1954         * include/locale.h (__uselocale): Declare here instead, using __typeof.
1956         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
1957         and treat it as an EOF return.
1958         * sysdeps/unix/readdir_r.c: Likewise.
1960         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
1961         From Alexandre Oliva <aoliva@redhat.com>.
1962         * sysdeps/gnu/errlist-compat.c: Regenerated.
1964 2002-08-27  Brian Youmans  <3diff@gnu.org>
1966         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
1967         wording at request of copyright holder Stephen Moshier.
1968         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1969         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1970         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1971         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1972         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1973         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1974         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1975         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1976         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1977         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1978         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1979         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1980         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1981         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1983 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1985         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1986         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1987         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1988         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1989         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1990         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1991         * wctype/iswctype_l.c (iswctype_l): Likewise.
1993 2002-08-27  Roland McGrath  <roland@redhat.com>
1995         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1997         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1998         * stdlib/stdlib.h: Don't declare __*_l names.
1999         * include/stdlib.h: Declare them here instead.
2000         * include/string.h: Don't declare __*_l names.
2001         * string/string.h: Declare them here instead.
2002         * time/time.h: Don't declare __*_l names.
2003         * include/time.h: Declare them here instead.
2004         * wcsmbs/wchar.h: Don't declare __*_l names.
2005         * include/wchar.h: Declare them here instead.
2006         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
2007         Don't declare __*_l names.
2008         * include/wctype.h: Declare them here instead.
2009         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
2010         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
2011         * locale/langinfo.h: Don't declare __nl_langinfo_l.
2012         * include/langinfo.h: Declare it here with __typeof.
2014         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
2015         instead, taking an extra __locale_t argument.
2016         * time/Makefile (routines): Add strptime_l.
2017         * time/time.h (__strptime_l, strptime_l): Declare them.
2018         * time/strptime_l.c: New file.
2020         * time/time.h (__strftime_l, strftime_l): Declare them.
2021         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
2022         * time/strftime_l.c: New file.
2023         * time/wcsftime_l.c: New file.
2024         * time/Makefile (routines): Add strftime_l, wcsftime_l.
2025         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
2026         strftime_l, wcsftime_l.
2027         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
2028         or __wcsftime_l instead, taking an extra __locale_t argument.
2030         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
2031         (libc: GLIBC_2.3): ... here.
2033 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
2035         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
2037         * Makefile (distribute): Add LICENSES.
2039         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
2040         sys/debugreg.h.
2042         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
2044         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
2046         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
2048         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
2050         * sysdeps/mach/hurd/alpha/Dist: New file.
2052         * sysdeps/arm/Dist: Add bits/link.h.
2054         * sunrpc/Makefile: Distribute thrsvc.
2056         * stdio-common/Makefile: Remove more left-overs from old stdio.
2058         * include/linewrap.h: Removed.
2060         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
2062         * intl/Makefile (distribute): Add plural-eval.c.
2064 2002-08-27  Roland McGrath  <roland@redhat.com>
2066         * manual/sysinfo.texi (Mount Information): Correct file name to macro
2067         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
2068         Say mtab is in either /var/run or /etc.
2070 2002-08-26  Roland McGrath  <roland@redhat.com>
2072         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
2073         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
2075         * sysdeps/gnu/Versions: New file.
2076         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
2077         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
2078         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
2079         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
2080         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
2081         and _sys_nerr_internal instead of anything else.  Make it include
2082         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
2083         Make it emit some asm magic if [EMIT_ERR_MAX].
2084         * sysdeps/gnu/errlist.c: Regenerated.
2085         * sysdeps/gnu/errlist-compat.awk: New file.
2086         * sysdeps/gnu/errlist-compat.c: New file (generated).
2087         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
2088         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
2089         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
2090         (SYS_ERRLIST, SYS_NERR): Macros removed.
2091         (sys_nerr, _sys_nerr): Remove these weak aliases.
2092         * sysdeps/unix/sysv/linux/errlist.c: File removed.
2093         * sysdeps/unix/sysv/linux/errlist.h: File removed.
2094         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
2096         * include/libc-symbols.h (declare_symbol): New macro.
2097         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
2098         * configure.in: New check to define it.
2099         * configure: Regenerated.
2101 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
2103         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
2104         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
2106         * Make-dist: Remove traces of old stdio.
2107         * Makeconfig: Likewise.
2109         * locale/Makefile (localedef-aux): New variable.  Only md5
2110         assigned to it.  These files are not ddistributed in this directory.
2112         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
2113         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
2114         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
2116         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
2118         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
2119         set h_errno to NO_RECOVERY [PR libc/4360].
2121 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
2123         * libio/Makefile (tests): Add bug-fopena+.
2124         * libio/bug-fopena+.c: New file.
2125         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
2126         file for _IO_IS_APPENDING if file isn't opened for reading, too.
2128         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
2130         * locale/xlocale.c: Fix the last change.  The variable still has
2131         to end in _data.
2132         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
2133         (__libc_tsd_set): Add _data prefix to variable name.
2135 2002-08-26  Roland McGrath  <roland@redhat.com>
2137         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
2138         macro with inline function.
2139         (sigset_get_old_mask): Likewise.
2140         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
2141         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
2142         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2143         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
2144         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
2145         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
2146         values.
2147         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
2148         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
2150 2002-07-06  Bruno Haible  <bruno@clisp.org>
2152         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
2153         sigset_get_old_mask): Make it work with larger sigset_t.
2154         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
2155         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
2156         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2158 2002-08-26  Roland McGrath  <roland@redhat.com>
2160         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
2161         * manual/filesys.texi (File Times): Document lutimes and futimes.
2162         * misc/Makefile (routines): Add them.
2163         * misc/Versions (libc: GLIBC_2.3): Likewise.
2164         * sysdeps/generic/lutimes.c: New file.
2165         * sysdeps/generic/futimes.c: New file.
2166         * sysdeps/mach/hurd/lutimes.c: New file.
2167         * sysdeps/mach/hurd/futimes.c: New file.
2169         * manual/filesys.texi (File Times): Add explicit note about null
2170         pointer argument to utimes.
2172 2002-08-26  Roland McGrath  <roland@frob.com>
2174         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
2175         (__ifreq): Add a cast.  Remove an unused variable.
2177         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
2178         _HURD_THREADVAR_LOCALE.
2180 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
2182         * posix/regexec.c (re_search_stub): Return correct match length
2183         if start != 0.
2184         * posix/bug-regex10.c: New test.
2185         * posix/Makefile (tests): Add bug-regex10.
2187 2002-08-26  Brian Youmans  <3diff@gnu.org>
2189         * COPYING.LIB: Replaced with fresh copy from
2190         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
2191         suggested copying permission notice now says version 2.1 instead
2192         of version 2.
2194         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
2195         from Library GPL.
2196         * crypt/crypt_util.c: Likewise.
2197         * crypt/ufc.c: Likewise.
2198         * elf/dl-conflict.c: Likewise.
2199         * elf/dl-iteratephdr.c: Likewise.
2200         * iconv/iconvconfig.h: Likewise.
2201         * malloc/arena.c: Likewise.
2202         * malloc/hooks.c: Likewise.
2203         * malloc/malloc.c: Likewise.
2204         * posix/glob/Makefile.ami: Likewise.
2205         * posix/glob/Makefile.in: Likewise.
2206         * stdlib/gmp-impl.h: Likewise.
2207         * stdlib/gmp.h: Likewise.
2208         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
2209         * sysdeps/generic/strnlen.c: Likewise.
2210         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
2211         * sysdeps/mach/hurd/recvmsg.c: Likewise.
2212         * sysdeps/mach/hurd/sendmsg.c: Likewise.
2213         * sysdeps/mach/hurd/spawni.c: Likewise.
2214         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
2215         * sysdeps/mach/powerpc/sysdep.h: Likewise.
2216         * sysdeps/mach/powerpc/thread_state.h: Likewise.
2217         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
2218         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
2219         * sysdeps/x86_64/gmp-mparam.h: Likewise.
2221         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
2222         Lesser GPL copying permission notice from 2 to 2.1.
2223         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
2224         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
2225         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2226         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
2227         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2228         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2229         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2230         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2231         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2232         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2233         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2234         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2235         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2236         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2237         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2238         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2239         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2240         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2241         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2242         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2243         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2244         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2245         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2246         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2247         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2248         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2249         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2250         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2251         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2252         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2253         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2254         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2255         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2256         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2257         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2258         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2259         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2260         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2261         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2262         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2263         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2264         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
2265         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2266         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2267         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2268         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2269         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2270         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2271         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2272         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2273         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2274         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2275         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2276         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2277         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2279         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
2280         Moshier and Lesser GPL copying permission notice, per license from
2281         Moshier.
2282         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
2283         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
2284         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
2285         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
2286         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
2287         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
2288         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
2289         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
2290         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
2291         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2292         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
2293         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
2294         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
2295         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
2297         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
2298         notice, per license from copyright holder Stephen Moshier.
2299         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2300         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
2301         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
2302         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
2303         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
2304         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
2305         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
2306         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
2307         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
2309 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2311         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
2312         (shared-only-routines): Likewise.
2314 2002-08-26  Roland McGrath  <roland@redhat.com>
2316         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
2317         name of "", store a null pointer instead.
2319         * configure.in (elf): Set to yes for freebsd*, netbsd*.
2320         * configure: Regenerated.
2322         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
2323         Initialize this instead of __libc_tsd_LOCALE_data.
2325         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
2326         ptsname_r to EINVAL.
2328         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
2330         * rt/Makefile: Revert last change, it was inappropriate to presume aio
2331         implementations depend on pthreads.
2332         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
2333         * rt/tst-aio64.c (do_test): Likewise.
2334         * rt/tst-aio2.c (do_test): Likewise.
2335         * rt/tst-aio3.c (do_test): Likewise.
2336         * rt/tst-aio4.c (do_test): Likewise.
2337         * rt/tst-aio5.c (do_test): Likewise.
2338         * rt/tst-aio6.c (do_test): Likewise.
2339         * rt/tst-aio7.c (do_test): Likewise.
2341         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
2342         void so as to avoid compiler warnings.
2344         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
2345         _IO_wide_data_FD, which is never used here.
2347         * libio/iofread.c
2348         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
2349         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
2350         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
2352         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
2353         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
2355         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
2356         (closelog): Likewise.
2358 2002-07-06  Bruno Haible  <bruno@clisp.org>
2360         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
2362         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
2363         * sysdeps/unix/alpha/pipe.S: ... here.
2364         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
2366         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
2368         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
2369         * sysdeps/unix/i386/fork.S: Likewise.
2370         * sysdeps/unix/i386/pipe.S: Likewise.
2371         * sysdeps/unix/i386/wait.S: Likewise.
2373         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
2374         * sysdeps/unix/arm/fork.S: Likewise.
2376         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
2377         arguments.
2378         (DO_CALL): Swap argument order.
2379         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
2380         arguments.
2381         (DO_CALL): Swap argument order.
2382         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
2383         arguments.
2384         (DO_CALL): Swap argument order.
2385         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
2386         arguments.
2387         (DO_CALL): Swap argument order.
2388         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
2389         arguments.
2390         (DO_CALL): Swap argument order.
2391         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
2392         arguments.
2393         (DO_CALL): Swap argument order.
2394         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
2395         arguments.
2396         (DO_CALL): Swap argument order.
2398         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
2399         (L): Define right for ELF.
2400         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
2401         Now defined in sysdeps/i386/sysdep.h.
2403         * sysdeps/posix/readv.c: Ansify function definition.
2404         * sysdeps/posix/writev.c: Likewise.
2406         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
2407         have the same size. Avoid direct cast from size_t to off_t.
2409         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
2410         nul byte in entry[n].ut_user.
2411         (simulate_logout): Likewise.
2413         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
2414         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
2415         existence of corresponding members of 'struct utmp'.
2416         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
2417         !_HAVE_UT_TYPE.
2419         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
2420         allocate a buffer of at least BUFSIZ bytes, not just of
2421         sizeof (struct dirent).
2423         * sysdeps/generic/glob.c: Include <limits.h>.
2424         (NAME_MAX): Define a fallback.
2425         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
2426         stack.
2427         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
2428         (main): Allocate enough room for a 'struct dirent64' on the stack.
2429         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
2430         'struct dirent'.
2432         * sysdeps/unix/sysv/linux/init-first.c: Don't include
2433         kernel-features.h.
2435         * inet/htontest.c: Include <sys/types.h>.
2437         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
2439         * include/sys/sysctl.h: Comment fix.
2441         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
2442         _dl_load_lock.
2443         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
2445         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
2447         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
2448         (__getpeername): New alias.
2449         (__getsockname): New alias.
2450         (__socket): New alias.
2452         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
2454         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
2455         (__fcntl_internal): New alias.
2456         (__profil): New alias.
2458 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
2460         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
2461         entry was for getaddr* lookup or not.  Add only matching cache
2462         entry.  Change all callers [PR libc/4317].
2464         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
2465         finding the read position [PR libc/4265].
2466         * libio/Makefile (tests): Add bug-rewind2.
2467         * libio/bug-rewind2.c: New file.
2469         * libio/bug-rewind.c: Fix creation of temp file.
2471 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2473         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
2474         neither SUCCESS nor TRYAGAIN [PR libc/4259].
2475         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
2476         to ENOENT if no entry is found.
2477         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
2478         failure.
2479         * nis/nss_compat/compat-initgroups.c: Likewise.
2480         * nis/nss_compat/compat-pwd.c: Likewise.
2481         * nis/nss_compat/compat-spwd.c: Likewise.
2482         * nis/nss_nis/nis-alias.c: Likewise.
2483         * nis/nss_nis/nis-ethers.c: Likewise.
2484         * nis/nss_nis/nis-grp.c: Likewise.
2485         * nis/nss_nis/nis-hosts.c: Likewise.
2486         * nis/nss_nis/nis-initgroups.c: Likewise.
2487         * nis/nss_nis/nis-netgrp.c: Likewise.
2488         * nis/nss_nis/nis-network.c: Likewise.
2489         * nis/nss_nis/nis-proto.c: Likewise.
2490         * nis/nss_nis/nis-publickey.c: Likewise.
2491         * nis/nss_nis/nis-pwd.c: Likewise.
2492         * nis/nss_nis/nis-rpc.c: Likewise.
2493         * nis/nss_nis/nis-service.c: Likewise.
2494         * nis/nss_nis/nis-spwd.c: Likewise.
2495         * resolv/nss_dns/dns-host.c: Likewise.
2496         * resolv/nss_dns/dns-network.c: Likewise.
2497         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
2498         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
2499         * nis/nss_nisplus/nisplus-grp.c: Likewise.
2500         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
2501         * nis/nss_nisplus/nisplus-network.c: Likewise.
2502         * nis/nss_nisplus/nisplus-proto.c: Likewise.
2503         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
2504         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
2505         * nis/nss_nisplus/nisplus-service.c: Likewise.
2506         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
2507         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
2508         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
2509         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
2510         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
2512         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
2513         declaring __restore and __restore_rt as hidden (if possible).
2515 2002-08-25  Roland McGrath  <roland@redhat.com>
2517         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
2519         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
2520         (getutent_r_file, internal_getut_r): Updated all callers.
2521         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
2523 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2525         * locale/programs/locale.c: Don't print aliases for non-existing
2526         locales for 'locale -a'.
2527         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
2529 2002-07-19  H.J. Lu  <hjl@gnu.org>
2531         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
2533 2002-07-16  H.J. Lu  <hjl@gnu.org>
2535         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2536         sys/personality.h.
2537         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
2539 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2541         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
2542         not moved ahead of the fputs call.
2543         * elf/tst-tlsmod2.c (in_dso): Likewise.
2544         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2545         * elf/tst-tlsmod4.c (in_dso): Likewise.
2547 2002-08-25  Andreas Schwab  <schwab@suse.de>
2549         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
2551 2002-08-25  Roland McGrath  <roland@redhat.com>
2553         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
2554         resetting handler, to avoid the possibility of a spurious SIGALRM
2555         delivered to the user's handler.
2556         Reported by Amit D. Chaudhary <amitc@brocade.com>,
2558         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
2559         set -fkeep-inline-functions, which is not needed for the current file.
2561         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
2562         (_dl_setup_hash): Add attribute_hidden.
2563         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
2564         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
2565         (_dl_new_object, _dl_map_object_deps): Likewise.
2566         (_dl_map_object_deps_internal): Remove decl.
2567         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
2569         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
2570         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
2571         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
2572         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
2573         instead relying on the compiler to produce only GOTOFF variable refs.
2575 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2577         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
2579         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
2580         inline to avoid defining it in every file which includes this header.
2582         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
2583         defining DONT_USE_BOOTSTRAP_MAP.
2585         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
2586         * libio/tst-mmap-setvbuf.c (main): Likewise.
2587         * libio/tst-widetext.c (main): Likewise.
2589         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
2590         message.
2591         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
2592         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
2594         * sysdeps/i386/elf/configure.in: Unconditionally define
2595         PI_STATIC_AND_HIDDEN.
2596         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
2597         PI_STATIC_AND_HIDDEN is defined as well.
2598         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
2600 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
2602         * sysdeps/ia64/bzero.S: Define __bzero as well.
2604         * locale/programs/charmap.c (charmap_new_char): Don't use
2605         ULONG_MAX as maximum UCS4 value.
2607         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
2609         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
2611         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
2612         * malloc/malloc.c (mALLINFo): Likewise.
2614         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
2616         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
2617         examining result of _IO_do_flush call.
2619         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
2620         Use prec not spec when sizing buffers.
2622         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
2623         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
2624         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
2625         * stdio-common/vfscanf.c (inchar): Likewise.
2626         * misc/efgcvt_r.c (fcvt_r): Likewise.
2627         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
2628         * elf/readlib.c (process_file): Likewise.
2629         * elf/sprof.c (load_profdata): Likewise.
2630         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
2631         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
2632         * locale/programs/charmap.c (charmap_read): Likewise.
2633         * libio/fileops.c: Likewise.
2634         * libio/fmemopen.c: Likewise.
2635         * stdlib/strtod.c: Likewise.
2636         * elf/dl-load.c: Likewise.
2637         * iconv/iconvconfig.c: Likewise.
2638         * iconv/iconv_prog.c (process_block): Likewise.
2639         * elf/rtld.c (dl_main): Likewise.
2641         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
2642         macro to calm down the compiler.
2644         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
2646         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
2648         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
2649         placement of errno definition.
2650         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
2651         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
2652         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
2653         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
2654         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2656         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
2657         from 1024 to 65536, to avoid buffer overrun.
2659 2002-08-16  Paul Eggert  <eggert@twinsun.com>
2661         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
2662         from 1024 to 65536, to avoid buffer overrun.
2663         * resolv/res_query.c (MAXPACKET): Likewise.
2665 2002-08-24  Andreas Jaeger  <aj@suse.de>
2667         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
2669 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
2671         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
2672         two52 locally.
2673         (log2): Likewise.
2674         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
2675         Patch by Simon Gee <simong@agile.tv>.
2677         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
2678         Prefer reading /proc/stat since it is more uniform across
2679         architectures.
2681         * manual/texinfo.tex: Update to latest official version.
2683         * sysvipc/sys/shm.h: Remove SHMLBA definition.
2684         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
2685         * sysdeps/gnu/bits/shm.h: Likewise.
2686         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2687         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2688         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
2689         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2690         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2691         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2692         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2693         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
2694         since this is what the kernel says.
2696         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
2697         since ssize_t is needed as well.  Replace const with __const.
2699 2002-08-23  Roland McGrath  <roland@redhat.com>
2701         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
2702         __malloc_hook, __realloc_hook, __memalign_hook,
2703         __after_morecore_hook): Variable definitions moved to ...
2704         * malloc/malloc.c: ... here, so as to be before all references.
2706         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
2707         global variable reference in an unused asm parameter, to ensure the
2708         compiler has set up the GOT register before we use it.
2710         * malloc/hooks.c: Move variable definitions ahead of uses.
2711         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
2712         initializers that make reference to variables they define.
2714 2002-08-23  Andreas Jaeger  <aj@suse.de>
2716         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
2717         alloca, free, qsort.
2719         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
2721         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
2722         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2724         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
2725         <hch@lst.de>.
2726         * sysdeps/generic/fgetxattr.c: New file.
2727         * sysdeps/generic/flistxattr.c: New file.
2728         * sysdeps/generic/fremovexattr.c: New file.
2729         * sysdeps/generic/fsetxattr.c: New file.
2730         * sysdeps/generic/getxattr.c: New file.
2731         * sysdeps/generic/listxattr.c: New file.
2732         * sysdeps/generic/lgetxattr.c: New file.
2733         * sysdeps/generic/llistxattr.c: New file.
2734         * sysdeps/generic/lremovexattr.c: New file.
2735         * sysdeps/generic/lsetxattr.c: New file.
2736         * sysdeps/generic/removexattr.c: New file.
2737         * sysdeps/generic/setxattr.c: New file.
2738         * misc/Makefile (headers): Add sys/xattr.h.
2739         (routines): Add *xattr calls.
2740         * misc/Versions: Add *xattr calls with version 2.3.
2741         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
2742         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2743         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2744         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2745         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2746         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2747         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2748         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2750 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
2752         * sysdeps/powerpc/elf/libc-start.c
2753         (__cache_line_size): Declare.
2754         (__aux_init_cache): New function.
2755         (__libc_start_main): Change type of `auxvec' parameter to
2756         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
2757         __aux_init_cache.
2758         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2759         (__cache_line_size): Declare.
2760         (__aux_init_cache): New function.
2761         (DL_PLATFORM_INIT): Define.
2762         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
2763         value to select the correct stride for dcbz.
2765 2002-08-22  Andreas Jaeger  <aj@suse.de>
2767         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
2768         shmat.
2770 2002-08-22  Roland McGrath  <roland@redhat.com>
2772         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
2773         position indicated by locrectab against file bounds before rounding to
2774         page size.  In mapping loop, always set TO before breaking out of
2775         contiguous range coalescing loop.
2777         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
2778         (or MAP_COPY if available) instead of MAP_SHARED.
2780         * scripts/firstversions.awk: When encountering a version newer than
2781         the specified earliest version, be sure to emit the specified earliest
2782         version first if any renaming of an older version to that has been.
2784 2002-08-21  Roland McGrath  <roland@redhat.com>
2786         * configure.in: Make GCC version check require 3.[2-9]* and no others.
2787         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
2788         (Configuring and compiling): Don't mention older GCC versions any more.
2789         * INSTALL: Regenerated.
2791         * manual/install.texi (Configuring and compiling, Installation,
2792         Running make install, Linux): Linux -> GNU/Linux where appropriate.
2794         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
2795         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
2796         and with noinline otherwise.  Remove hack alloca use to prevent
2797         inlining, we can ask for it explicitly nowadays.
2799         * dlfcn/bug-dlsym1.c: New file.
2800         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
2801         * dlfcn/Makefile (distribute): Add them.
2802         (tests): Add bug-dlsym1 here.
2803         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
2804         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
2805         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
2807 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
2809         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
2810         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
2811         before relocation.
2812         (_dl_start): Don't use local bootstrap_map variable if
2813         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
2814         pass bootstrap_map to _dl_start_final in this case either.  Don't
2815         pass start_time to _dl_start_final ever.
2816         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
2818         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
2819         This cripples the scope lists necessary to search for symbols in
2820         dependencies which are not in the global scope.
2822         * include/setjmp.h (__libc_longjmp): Add declaration.
2824 2002-08-21  Andreas Jaeger  <aj@suse.de>
2826         * sysdeps/x86_64/_mcount.S: Fix assembler.
2828         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
2829         with biarch support.
2831 2002-08-21  Andreas Jaeger  <aj@suse.de>
2833         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
2835         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
2837         * sysdeps/x86_64/machine-gmon.h: New file.
2838         * sysdeps/x86_64/_mcount.S: New file.
2840 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2842         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
2843         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
2844         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
2845         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
2846         to TL_INIT_TP.  Otherwise pass 1.
2847         * include/link.h (struct link_map): Add l_tls_tp_initialized.
2848         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
2850 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2852         * locale/programs/localedef.c (add_to_readlist): Error about
2853         circular dependencies only if the locale in question hasn't
2854         been finished.
2855         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
2856         CTYPE_LOCALE to load_locale.
2857         * locale/programs/locfile.c (locfile_read): Don't include
2858         unneeded but available locales in locale_mask.
2860         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
2861         print any messages about enlarging archive.
2863 2002-08-20  Brian Youmans  <3diff@gnu.org>
2865         * manual/contrib.texi: Removed licenses, added acknowledgements
2866         for contributions by Intel, IBM, Craig Metz.
2867         * LICENSES: New file, contains the text of all non-FSF licenses in the
2868         distribution that require putting the notice in the accompanying
2869         documentation.
2870         * README.template, README: Mention LICENSES.
2872         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
2873         new one modelled on the modern BSD license, per recent letter
2874         of permission from CMU.
2875         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
2877         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
2878         from IBM to FSF, per the recent Software Letter.  Changed the
2879         distribution terms from GPL to LGPL.
2881         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
2882         copying permission notice (Lesser GPL), per recent IBM Software Letter.
2883         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2884         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2885         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2886         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2887         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2888         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2889         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2890         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2892         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
2893         from IBM to FSF, per the recent Software Letter.  Corrected the
2894         text of the copying permission notice to say Lesser GPL instead
2895         of GPL in warranty disclaimer paragraph.
2896         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2897         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2898         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2899         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2900         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2901         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2902         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2903         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2904         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2905         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2906         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2907         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2908         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2909         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2910         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2911         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2912         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2913         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2914         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2915         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2916         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2918         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
2919         permission notice to say Lesser GPL instead of GPL in warranty
2920         disclaimer paragraph.
2921         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2922         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2923         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2924         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2925         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2926         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2927         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2928         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2929         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2930         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2931         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2932         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2933         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2934         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2935         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2936         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2937         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2938         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2939         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2940         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2941         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2942         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2943         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
2945 2002-08-20  Roland McGrath  <roland@redhat.com>
2947         Fix ABI compatibility with libc compiled with old tools on powerpc.
2948         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2949         and Jack Howarth <howarth@bromo.med.uc.edu>.
2950         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
2951         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
2952         pass -DHAVE_DOT_HIDDEN for these files.
2953         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
2954         __floatdisf.
2955         * sysdeps/powerpc/divdi3.c: New file.
2956         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
2957         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
2959 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
2961         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
2962         partially overlapping mappings.  Remove unneeded (char *) casts.
2963         Never allow duplication of ranges in mapped areas.
2965 2002-08-20  Roland McGrath  <roland@redhat.com>
2967         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
2968         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
2970 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2972         * include/unistd.h: Don't hide _exit.
2974         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
2975         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
2976         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
2977         argument 1 to TLS_INIT_TP.
2978         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2980         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2982         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2983         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2984         memory allocation to...
2985         (allocate_dtv): ...here.  New function.
2986         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2987         call allocate_dtv instead of _dl_allocate_tls_storage.
2988         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2989         (_dl_get_tls_static_info): New function.
2990         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2991         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2993 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2995         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2996         immediately if result == NULL.
2998 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
3000         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
3002 2002-08-18  Roland McGrath  <roland@frob.com>
3004         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
3005         instead of __file_name_split.
3006         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
3008         * sysdeps/mach/hurd/dl-sysdep.c
3009         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
3010         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
3012 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
3014         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
3015         in change before last: MAX -> MIN.
3017 2002-08-15  Roland McGrath  <roland@redhat.com>
3019         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
3020         if seek would go past it.
3021         (mmap_remap_check): If file position is at or past EOF after check,
3022         leave read pointers at EOF and don't seek.
3024         * libio/tst-mmap-offend.c: New file.
3025         * libio/Makefile (tests): Add it.
3027         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
3028         the name as passed, rather than the name in the archive dictionary.
3030 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
3032         * csu/Makefile: Define elide-routines.os not static-only-routines.
3034         * include/sched.h (__clone): Add varargs at the end.
3036         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
3037         case.
3038         (TLS_INIT_HELPER): If defined, use it.
3039         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
3041 2002-08-15  Roland McGrath  <roland@redhat.com>
3043         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
3044         on L->l_prev; it can happen under rtld --verify too.
3046         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
3047         header separately, just map an initial window of 2MB from the file
3048         and remap if that is not large enough to cover the whole header.
3050 2002-08-15  Andreas Jaeger  <aj@suse.de>
3052         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
3053         version 2.3.
3054         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
3055         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
3056         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
3057         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
3058         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
3059         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
3060         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
3061         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
3062         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
3063         Patch by Andreas Gruenbacher <agruen@suse.de>.
3065         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
3067 2002-08-14  Roland McGrath  <roland@redhat.com>
3069         * locale/locarchive.h (struct locale_category_data): Give this name to
3070         the type of locale_data_t's elements.
3071         * locale/programs/locarchive.c (cmpcategorysize): New static function.
3072         (add_locale): Use that to sort the categories by size and put all
3073         those that fit into two pages into the LC_ALL block, instead of
3074         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
3075         (show_archive_content): Detect categories inside LC_ALL block
3076         directly, instead of hard-coding.
3077         (oldlocrecentcmp): Compare just on file locations used.
3079 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
3081         * locale/programs/locarchive.c (struct oldlocrecent): New type.
3082         (oldlocrecentcmp): New function.
3083         (enlarge_archive): Re-add locales in the order they were added
3084         to the archive.
3085         (add_locale): Put all the small locale files together, if the small
3086         locale file block would occupy less pages if page size aligned, align
3087         it.
3088         (show_archive_content): Adjust for locale archives optimized for speed.
3090 2002-08-14  Roland McGrath  <roland@frob.com>
3092         * configure.in: Use "MISSING" as not-found value for MIG.
3093         * sysdeps/mach/configure.in: Fatal if mig not found.
3094         * configure, sysdeps/mach/configure: Regenerated.
3096 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
3098         * locale/loadarchive.c (archfname): Add missing slash.
3100         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
3101         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
3103 2002-08-12  Roland McGrath  <roland@redhat.com>
3105         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
3106         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
3107         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
3108         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
3109         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
3110         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
3111         * sysdeps/generic/waitpid.c: Likewise.
3113         * include/net/if.h: New file.  Use libc_hidden_proto
3114         for if_nametoindex and if_indextoname.
3115         * sysdeps/generic/if_index.c: Add libc_hidden_def.
3116         * sysdeps/mach/hurd/if_index.c: Likewise.
3117         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3119         * include/grp.h (setgroups): Add libc_hidden_proto.
3120         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
3121         * sysdeps/mach/hurd/setgroups.c: Likewise.
3122         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
3123         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
3125 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
3127         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
3128         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
3129         * sysdeps/generic/setegid.c (setegid): Likewise.
3130         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
3131         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
3132         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
3133         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
3134         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
3135         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
3136         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
3137         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
3138         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
3139         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
3140         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
3141         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
3142         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
3144         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
3145         __lxstat_internal, __lxstat64_internal): Remove.
3146         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
3147         Add hidden_proto.
3148         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
3149         Remove INTDEF where present, remove #undef at the beginning.
3150         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
3151         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
3152         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
3153         * sysdeps/generic/xstat.c (__xstat): Likewise.
3154         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
3155         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
3156         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
3157         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
3158         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
3159         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
3160         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
3161         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
3162         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
3163         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
3164         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
3165         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
3166         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
3167         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
3168         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
3169         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
3170         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
3171         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
3172         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
3173         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
3174         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
3175         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
3176         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
3177         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
3178         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
3179         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
3180         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
3181         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
3182         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
3183         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
3184         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
3185         * sysdeps/unix/xstat.c (__xstat): Likewise.
3187         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
3188         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
3189         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
3190         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
3191         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
3192         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
3193         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
3195         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
3196         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
3197         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
3198         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
3199         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
3200         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
3201         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
3202         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
3203         Likewise.
3204         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
3205         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
3206         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
3207         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
3208         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
3209         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
3210         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
3211         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
3213         * include/string.h (strcoll): Add libc_hidden_proto.
3214         * string/strcoll.c (strcoll): Add libc_hidden_def.
3216         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
3218 2002-08-11  Philip Blundell  <philb@gnu.org>
3220         * sysdeps/arm/Makefile: New file.
3222 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3224         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
3225         by another '|', end of regex or enclosing ')', clear branch.
3226         * posix/bug-regex9.c: New test.
3227         * posix/Makefile (tests): Add bug-regex9.
3229 2002-08-12  Roland McGrath  <roland@redhat.com>
3231         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
3232         start count condition, use TOTAL instead of variable that was never
3233         set.  Fix outer loop termination condition to TOTAL >= after update.
3235         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
3236         dl_tls_static_align and dl_tls_static_nelem.
3238 2002-08-11  Roland McGrath  <roland@redhat.com>
3240         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
3241         of the TLS macros, otherwise the compiler might not have initialized
3242         the PIC register yet when we use the PLT via asm.
3243         * elf/tst-tlsmod3.c (in_dso2): Likewise.
3244         * elf/tst-tlsmod2.c (in_dso): Likewise.
3246         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
3248         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
3249         Evaluate argument exactly once.  Remove __volatile__ from asm's.
3251         * include/unistd.h: Use libc_hidden_proto for getdomainname
3252         and getlogin_r.
3253         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
3254         * sysdeps/mach/hurd/getdomain.c: Likewise.
3255         * sysdeps/unix/getlogin_r.c: Likewise.
3256         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
3257         * sysdeps/generic/getlogin_r.c: Likewise.
3259         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
3260         * sunrpc/rtime.c: Add libc_hidden_def.
3262         * include/string.h: Use libc_hidden_proto for basename.
3263         * string/basename.c [_LIBC]: Add libc_hidden_def.
3265         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
3267         * locale/loadarchive.c: munmap -> __munmap throughout.
3269         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
3270         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
3271         * sysdeps/generic/gai_strerror.c: Likewise.
3273         * include/sys/errno.h: New file.
3275         * include/signal.h: No libc_hidden_proto for raise,
3276         __libc_current_sigrtmin, __libc_current_sigrtmax.
3277         These need to be overridden by linuxthreads.
3278         * sysdeps/posix/raise.c: Reverted.
3279         * sysdeps/generic/raise.c: Reverted.
3280         * signal/allocrtsig.c: Reverted.
3282         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
3284 2002-08-10  Roland McGrath  <roland@redhat.com>
3286         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
3287         * locale/localeinfo.h: Declare it.
3288         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
3289         current locale if it's not in the file list.
3290         Call _nl_archive_subfreeres.
3292 2002-08-10  Andreas Jaeger  <aj@suse.de>
3294         * sysdeps/i386/strchr.S: Add comment.
3296 2002-08-10  Roland McGrath  <roland@redhat.com>
3298         * include/wchar.h (putwc): Use libc_hidden_proto.
3299         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
3300         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
3301         * stdio-common/dprintf.c: Add libc_hidden_def.
3302         * stdio-common/fprintf.c: Likewise.
3303         * stdio-common/sprintf.c: Likewise.
3304         * stdio-common/sscanf.c: Likewise.
3305         * libio/iofwrite.c: Likewise.
3306         * libio/memstream.c: Likewise.
3307         * libio/putwc.c: Likewise.
3308         * stdio-common/perror.c: Likewise.
3309         * sysdeps/posix/remove.c: Likewise.
3310         * sysdeps/generic/remove.c: Likewise.
3311         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
3312         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
3314 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
3316         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
3317         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
3318         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
3319         towlower, towupper): Add libc_hidden_weak.
3321         * include/bits/dlfcn.h: New file.
3322         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
3324         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
3325         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
3326         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
3327         * include/pwd.h (_nss_files_parse_pwent): Likewise.
3328         * include/shadow.h (_nss_files_parse_spent): Likewise.
3329         * include/netdb.h (_nss_files_parse_protoent,
3330         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
3331         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
3332         (LINE_PARSER): Use it.
3333         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
3334         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
3336         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
3337         #endif.
3339         * manual/debug.texi (%MENU%): Remove trailing dot.
3340         Reported by <hayastan132@hotmail.com>.
3342         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
3343         aliases.
3344         (lseek): Dummy.
3345         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
3346         Likewise.
3348 2002-08-09  Roland McGrath  <roland@redhat.com>
3350         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
3351         name to find codeset name (if any) and normalize it.  If the
3352         normalized name differs, look up only that in the archive.
3353         * locale/programs/locarchive.c (add_locale_to_archive): If the name
3354         contains a codeset, normalize the codeset store only the normalized
3355         name in the archive.  If not, add an alias containing the locale's
3356         normalized codeset name.  Apply codeset name normalization when
3357         matching entries in the alias file.
3359         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
3360         decrement HEAD->namehash_used here.
3361         (add_locale): Only need to insert name string when name_offset != 0.
3363         * locale/programs/localedef.c (options): Add -A/--alias-file.
3364         (alias_file): New variable.
3365         (parse_opt): Grok -A, set that.
3366         * locale/programs/localedef.h: Declare it.
3368         * locale/locarchive.h (struct locrecent): Add `refs' member.
3369         * locale/programs/locarchive.c (insert_name): New function, broken out
3370         of ...
3371         (add_locale_to_archive): ... here.  Call that.
3372         (add_alias): New function.
3373         (add_locale): New static function, add_locale_to_archive renamed.
3374         (add_locale_to_archive): Call that and use add_alias to add an alias
3375         for the name with codeset if the given name lacks it.
3376         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
3378         * locale/Makefile (routines): Add loadarchive.
3379         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
3380         (_nl_load_locale_from_archive): New function.
3381         * locale/localeinfo.h: Declare it.
3382         * locale/findlocale.c (_nl_find_locale): If using default locale path,
3383         try _nl_load_locale_from_archive first.
3385         * locale/loadlocale.c (_nl_intern_locale_data): New function,
3386         broken out of _nl_load_locale.
3387         (_nl_load_locale): Call that.
3388         * locale/localeinfo.h: Declare it.
3389         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
3390         (struct locale_data): Remove unused member `options'.
3391         * locale/findlocale.c (_nl_remove_locale): Update uses.
3392         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
3393         * locale/C-collate.c: Update initializer.
3394         * locale/C-identification.c: Likewise.
3395         * locale/C-measurement.c: Likewise.
3396         * locale/C-telephone.c: Likewise.
3397         * locale/C-address.c: Likewise.
3398         * locale/C-name.c: Likewise.
3399         * locale/C-paper.c: Likewise.
3400         * locale/C-time.c: Likewise.
3401         * locale/C-numeric.c: Likewise.
3402         * locale/C-monetary.c: Likewise.
3403         * locale/C-messages.c : Likewise.
3404         * locale/C-ctype.c: Likewise.
3406         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
3407         use CHAR_BIT instead of BITSPERBYTE.
3409         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
3410         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
3411         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
3412         (_nl_remove_locale): Likewise.
3413         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
3415         * locale/findlocale.c (_nl_default_locale_path): New variable.
3416         (_nl_find_locale): If LOCALE_PATH is null, default to that.
3417         * locale/localeinfo.h: Declare it.
3418         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
3419         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
3420         * locale/newlocale.c (__newlocale): Likewise.
3422         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
3423         * inet/rexec.c (rexec_af): Add libc_hidden_def.
3424         * sysdeps/generic/morecore.c: Likewise.
3425         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
3426         (__libc_current_sigrtmax): Likewise.
3428 2002-08-08  Roland McGrath  <roland@redhat.com>
3430         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
3431         * catgets/open_catalog.c (__open_catalog): Likewise.
3433         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
3434         from typo INITIAL_NUM_NANES.
3435         (create_archive): Update use.
3437 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
3439         * sysdeps/unix/sysv/linux/sigwait.c: New file.
3441 2002-08-08  Roland McGrath  <roland@frob.com>
3443         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
3445 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3447         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
3448         else and undefine after including wcstol_l.c.
3449         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
3451 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
3453         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
3455 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
3457         * configure.in: Make the test for broken_alias_attribute stricter.
3459 2002-05-24  Robert Love  <rml@tech9.net>
3461         * posix/Makefile (routines): Add sched_getaffinity and
3462         sched_setaffinity.
3463         * posix/sched.h: Add declarations for sched_getaffinity and
3464         sched_setaffinity.
3465         * sysdeps/generic/sched_getaffinity.c: New file.
3466         * sysdeps/generic/sched_setaffinity.c: New file.
3467         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
3468         sched_setaffinity.
3470 2002-08-06  Andreas Schwab  <schwab@suse.de>
3472         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
3474 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
3476         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
3477         message.
3479         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
3480         It is known to be defined.
3482         * include/string.h: Define index and rindex only if _ISOMAC is not
3483         defined.
3485         * elf/rtld.c: Include <errno.h>.
3486         * sysdeps/generic/libc-tls.c: Likewise.
3488 2002-08-07  Roland McGrath  <roland@redhat.com>
3490         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
3491         it internally.
3492         (precsize_aton): Likewise.
3494         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
3495         the static symbols added in the last change (doofus is me).
3497         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
3498         loop to notice missing categories in a composite name.
3500         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
3501         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
3502         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
3503         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
3505 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
3507         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
3509 2002-08-07  Roland McGrath  <roland@redhat.com>
3511         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
3512         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
3513         Reported by Jakub Jelinek  <jakub@redhat.com>.
3515 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
3517         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
3518         division.
3520 2002-08-06  Roland McGrath  <roland@redhat.com>
3522         * include/getopt.h: Put private decls inside [_GETOPT_H].
3523         Use libc_hidden_proto for getopt_long, getopt_long_only.
3524         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
3525         Add libc_hidden_def.
3527         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
3528         Define as a macro for __dl_iterate_phdr.
3530         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
3531         made static.  Add __ name as a strong alias.
3532         (internal_endnetgrent): Likewise.
3533         (internal_getnetgrent_r): Likewise.
3535         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
3536         with no __ prefix.
3537         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
3538         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
3539         all *_l functions with no __ prefix.
3540         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
3541         * ctype/ctype_l.c: Likewise.
3542         * locale/nl_langinfo.c: Likewise.
3543         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
3544         * stdlib/stdlib.h [__USE_GNU]: Likewise.
3545         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
3546         * wctype/wctype.h [__USE_GNU]: Likewise.
3547         * string/strcoll_l.c (strcoll_l): Define as weak alias.
3548         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
3549         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
3550         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
3551         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
3552         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
3553         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
3554         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
3555         (__wcscasecmp_l): Add libc_hidden_def.
3556         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
3557         (__wcsncasecmp_l): Add libc_hidden_def.
3558         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
3559         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
3560         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
3561         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
3562         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
3563         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
3564         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
3565         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
3566         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
3567         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
3568         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
3569         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
3570         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
3571         * wctype/wctype_l.c (wctype_l) Define as weak alias.
3573 2002-08-05  Roland McGrath  <roland@redhat.com>
3575         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
3576         netname2user, host2netname, user2netname, key_gendes.
3577         * sunrpc/netname.c: Add libc_hidden_def.
3578         * sunrpc/key_call.c: Likewise.
3580         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
3581         freeaddrinfo.
3582         * inet/getnameinfo.c: Add libc_hidden_def.
3583         * sysdeps/generic/getaddrinfo.c: Likewise.
3584         * sysdeps/posix/getaddrinfo.c: Likewise.
3586         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
3587         * wcsmbs/wmemchr.c: Add libc_hidden_def.
3588         * wcsmbs/wmemset.c: Add libc_hidden_def.
3590         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
3591         (index, rindex): Define as macros for strchr, strrchr.
3593         * string/envz.c (envz_strip): index -> strchr
3595         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
3596         * sunrpc/rpc_prot.c: Add libc_hidden_def.
3598         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
3599         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
3601         * include/stdlib.h: Use libc_hidden_proto for wctomb.
3602         * stdlib/wctomb.c: Add libc_hidden_def.
3604         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
3605         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
3606         * resolv/herror.c: Likewise.
3607         * inet/rcmd.c: Add libc_hidden_def.
3608         * inet/ruserpass.c: Likewise.
3609         * inet/getnetgrent_r.c: Likewise.
3611         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
3612         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
3613         for svcerr_auth, svcerr_noprog, svcerr_progvers.
3614         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
3615         libc_hidden_def.
3616         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
3617         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
3619         * sysdeps/posix/system.c (do_system): New function, guts broken out of
3620         __libc_system.
3621         (__libc_system): Call it, putting just the line == NULL test here.
3623         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
3624         variables work right.
3626         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
3627         * elf/dl-close.c (_dl_close): Likewise.
3629         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
3630         in6addr_any, in6addr_loopback.  Remove decls for
3631         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
3632         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
3633         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
3634         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
3635         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
3636         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
3637         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
3638         in6addr_loopback.
3639         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
3641         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
3642         ether_aton_r.
3643         * inet/ether_aton_r.c: Add libc_hidden_def.
3644         * inet/ether_ntoa_r.c: Likewise.
3646         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
3647         xprt_unregister.
3648         * sunrpc/svc.c: Add libc_hidden_def.
3649         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
3650         pmap_set, pmap_unset.
3651         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
3652         * sunrpc/pm_getport.c: Likewise.
3653         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
3654         * sunrpc/publickey.c: Add libc_hidden_def.
3656 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3658         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
3659         the other memset call in this function.
3661         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
3662         at correct index.  Clear BSS region now that memalign is used.
3664 2002-08-05  Roland McGrath  <roland@redhat.com>
3666         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
3667         * sysdeps/generic/uname.c: Add libc_hidden_def.
3668         * sysdeps/mach/hurd/uname.c: Likewise.
3670 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
3672         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
3673         wcspbrk): Add libc_hidden_proto.
3674         * time/strftime.c (my_strftime): Add libc_hidden_def.
3675         (strftime): Remove libc_hidden_def.
3676         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
3677         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
3678         * wcsmbs/wcsspn.c (wcsspn): Likewise.
3679         * wcsmbs/wcscmp.c (wcscmp): Likewise.
3680         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
3681         * wcsmbs/wcscoll.c (wcscoll): Likewise.
3683         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
3684         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3685         __rpc_thread_createerr): Add libc_hidden_proto.
3686         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
3687         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3688         __rpc_thread_createerr): Add libc_hidden_def.
3690         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
3691         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
3692         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
3693         clnt_perror, clnt_sperror): Add libc_hidden_def.
3694         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
3696         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
3697         libc_hidden_proto.
3698         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
3699         * sunrpc/des_soft.c (des_setparity): Likewise.
3701         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
3702         Add libc_hidden_proto.
3703         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
3704         Add libc_hidden_def.
3706 2002-08-05  Roland McGrath  <roland@redhat.com>
3708         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
3709         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
3710         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
3711         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
3712         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
3713         old data, abandoning the original memory allocated by rtld at startup,
3714         instead of calling realloc normally.
3716 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3718         * po/fr.po: Update from translation team.
3720 2002-08-04  Roland McGrath  <roland@redhat.com>
3722         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
3723         then generate a dummy module under the given name, obeying the
3724         normal rules for the "caller" field.
3726         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
3727         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
3729         * include/pthread.h: Don't declare __pthread_initialize_minimal as
3730         weak here; we declare it weak or strong in the one place we use it.
3731         * sysdeps/generic/libc-start.c: ... which is here.
3732         Don't make the decl weak if [USE_TLS], since static programs need TLS
3733         setup even when single-threaded.
3735         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
3737         * elf/Makefile (test-srcs): Add $(modules-names) to it.
3738         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
3739         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
3740         all these variables.
3742 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3744         * include/stdio.h: Don't define macro magic to redirect function
3745         calls if _ISOMAC is defined.
3747         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
3748         ldouble asin tests.
3750 2002-08-04  Roland McGrath  <roland@redhat.com>
3752         * stdlib/lrand48_r.c: Add libc_hidden_def.
3754         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
3755         TCB with __libc_memalign instead of mmap.
3756         (_dl_deallocate_tls): Free it with free instead of munmap.
3758         * Makerules (cpp-srcs-left): When setting this to run
3759         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
3760         words.  Combine the two loops into one on the concatenated list,
3761         including those as well as $(test-srcs).
3763         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
3764         since we align here with optimally minimal waste anyway.
3765         (malloc): Just call that.
3767         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
3768         the right variable.
3770         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
3771         to compute memory location for l_tls_initimage.
3772         * elf/rtld.c (_dl_start): Likewise.
3773         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3775         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
3776         because the .d file is generated in the non-shared case and
3777         so fails to catch them otherwise.
3779         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
3780         split out of _dl_allocate_tls.
3781         (_dl_allocate_tls_init): Likewise.
3782         (_dl_allocate_tls): Call those.
3783         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
3784         * elf/rtld.c (dl_main): Call them separately instead of calling
3785         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
3786         is finished, so that the initializer data has been relocated before we
3787         copy it into the main thread's TLS block.
3789         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
3790         loop conditions, prevented the last used module from being initialized.
3792 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3794         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
3795         if glob resp. globfree are not macros.
3796         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
3797         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
3798         Add libc_hidden_ver.
3799         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
3800         libc_hidden_def.
3801         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
3802         instead of libc_hidden_weak.
3803         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
3804         libc_hidden_ver instead of libc_hidden_def.
3805         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
3806         libc_hidden_ver instead of libc_hidden_def.
3807         (wcstoll, wcstoq): Remove libc_hidden_weak.
3808         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
3809         libc_hidden_ver.
3810         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
3811         libc_hidden_ver.
3812         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
3813         libc_hidden_ver.
3814         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
3815         libc_hidden_ver.
3817 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3819         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
3820         to access _sys_siglist.
3821         * string/strsignal.c: Likewise.
3822         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
3823         * sysdeps/gnu/siglist.c: Likewise.
3824         * sysdeps/unix/siglist.c: Likewise.
3825         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
3827         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
3829         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
3831         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
3832         alias and use it.
3833         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
3835         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
3836         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
3837         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
3839         * include/time.h: Add libc_hidden_proto for __gmtime_r.
3840         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
3842         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
3843         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
3844         and __gconv_get_cache respectively.
3845         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
3846         defined static.  Change all users.
3847         (__gconv_get_cache): New function.
3848         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
3849         (__gconv_get_alias_db): New function.
3850         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
3851         (__conv_modules_db): Likewise.
3852         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
3853         and __gconv_get_alias_db.
3854         * iconv/iconv_prog.c: Use the new functions instead of accessing the
3855         variables.
3857         * include/stdlib.h: Add prototype and libc_hidden_proto for
3858         __default_morecore.
3859         * sysdeps/generic/morecore.c: Include <stdlib.h>.
3861         * malloc/obstack.c: Remove fputs macro.
3863         * malloc/mtrace.c: Remove fopen macro.
3865 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3867         * manual/debug.texi: Fix spelling to programmatically.
3868         Reported by <hayastan132@hotmail.com>.
3870 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3872         * include/libio.h: Add libc_hidden_proto for __uflow.
3873         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
3874         fgetpos to _IO_* names.
3875         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
3876         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
3877         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
3878         putwc_unlocked, vswscanf.
3879         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
3880         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
3881         * libio/fseek.c: Likewise.
3882         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
3883         not fopencookie.
3884         * libio/genops.c (__uflow): Add libc_hidden_def.
3885         * libio/iofflush_u.c (fflush_unlocked): Likewise.
3886         * libio/iofgets_u.c (fgets_unlocked): Likewise.
3887         * libio/iofputs_u.c (fputs_unlocked): Likewise.
3888         * libio/iofputws_u.c (fputws_unlocked): Likewise.
3889         * libio/iofread_u.c (fread_unlocked): Likewise.
3890         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3891         * libio/iovswscanf.c (vswscanf): Likewise.
3892         * libio/putwc_u.c (putwc_unlocked): Likewise.
3893         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
3894         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
3895         * malloc/mtrace.c: Likewise.
3897         * sunrpc/clnt_perr.c: Remove fputs macro.
3898         * sunrpc/svc_simple.c: Likewise.
3899         * sunrpc/svc_tcp.c: Likewise.
3900         * sunrpc/svc_udp.c: Likewise.
3901         * sunrpc/xdr_rec.c: Likewise.
3902         * sunrpc/xdr_ref.c: Likewise.
3904         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
3905         iconv_prog, linereader, and charmap-dir.
3906         * locale/Makefile: Likewise for locale and charmap-dir.
3907         * malloc/Makefile: Likewise for memusagestat.
3908         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
3909         * sunrpc/Makefile: Likewise for rpc_main.
3910         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
3911         * timezone/Makefile: Likewise for zic.
3913         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
3915         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
3916         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
3917         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
3918         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
3919         _dl_close.
3921         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
3922         __wunderflow.
3923         * libio/genops.c (__underflow): Add libc_hidden_def.
3924         * libio/wgenops.c (__wuflow): Likewise.
3925         (__wunderflow): Likewise.
3927         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
3928         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
3930         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
3931         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
3933         * include/string.h: Add libc_hidden_proto for __strverscmp.
3934         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
3936         * include/unistd.h: Add libc_hidden_proto for __sysconf.
3937         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
3938         * sysdeps/posix/sysconf.c: Likewise.
3939         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
3940         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
3942         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
3943         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3944         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3945         __iswxdigit_l, __towlower_l, __towupper_l.
3946         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
3947         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
3949         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
3950         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
3951         * sysdeps/mach/hurd/xmknod.c: Likewise.
3952         * sysdeps/unix/xmknod.c: Likewise.
3953         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
3954         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
3955         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
3957         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
3959 2002-08-03  Roland McGrath  <roland@redhat.com>
3961         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
3962         setpriority.
3963         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
3964         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
3965         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
3966         * sysdeps/mach/hurd/setpriority.c: Likewise.
3967         * sysdeps/mach/hurd/getpriority.c: Likewise.
3968         * sysdeps/generic/setpriority.c: Likewise.
3969         * sysdeps/generic/getpriority.c: Likewise.
3971         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
3972         * malloc/mcheck.c: Add libc_hidden_def.
3974         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
3975         * misc/hsearch_r.c: Add libc_hidden_def.
3977         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3978         * posix/fnmatch.c: Add libc_hidden_weak.
3980         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3981         execl, execle, execlp, execvp, getpid, getsid.
3982         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3983         * sysdeps/unix/alarm.c: Likewise.
3984         * posix/confstr.c: Likewise.
3985         * posix/execvp.c: Likewise.
3986         * posix/execlp.c: Likewise.
3987         * posix/execle.c: Likewise.
3988         * posix/execl.c: Likewise.
3989         * sysdeps/generic/getsid.c: Likewise.
3990         * sysdeps/mach/hurd/getsid.c: Likewise.
3991         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3992         * sysdeps/mach/hurd/getpid.c: Likewise.
3994         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3995         qecvt_r, qfcvt_r, lrand48_r.
3996         * misc/efgcvt_r.c: Add libc_hidden_def.
3998         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3999         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
4001         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
4002         * locale/nl_langinfo.c: Add libc_hidden_def.
4004         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
4005         * sysdeps/generic/glob.c: Add libc_hidden_def.
4006         * sysdeps/generic/glob64.c: Likewise.
4007         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
4009         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
4011         * elf/Makefile (CFLAGS-vismod2.c): New variable.
4013         * locale/setlocale.c (_nl_current_names): Variable moved ...
4014         * locale/localename.c (_nl_current_names): ... here, new file.
4015         Make it global, with attribute_hidden.
4016         * locale/localeinfo.h: Declare it.
4017         * locale/Makefile (aux): Add localename.
4018         * locale/localename.c (__current_locale_name): New function.
4019         * include/locale.h (__current_locale_name): Declare it.
4020         * intl/dcigettext.c (guess_category_value): Use that instead of
4021         calling setlocale.
4023         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
4024         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
4025         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
4026         * locale/newlocale.c: Add alias to __ name.
4027         * locale/duplocale.c: Likewise.
4028         * locale/freelocale.c: Likewise.
4029         * locale/uselocale.c: New file.
4030         * locale/Makefile (routines): Add it.
4031         * locale/Versions (libc: GLIBC_2.3): New set.
4032         Add newlocale, duplocale, freelocale, uselocale.
4033         (libc: GLIBC_PRIVATE): Add __uselocale.
4035         * locale/localeinfo.h [SHARED]
4036         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
4037         (_NL_CURRENT_DATA): Define using that.
4038         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
4039         (_NL_CURRENT_DEFINE): Define to empty.
4040         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
4041         conditionalized on this.
4042         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
4043         taking initializer of _nl_C_locobj.
4044         [SHARED] (_nl_global_locale): New variable, using that initializer.
4045         (_nl_C_locobj): Use new macro for initialzier.
4046         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
4047         [! SHARED] (CATEGORY_USED): New macro.
4048         [SHARED] (CATEGORY_USED, _nl_C): New macros.
4049         (setdata, setlocale): Use that macro instead of examining _nl_current.
4050         (setdata): Set the slot in _nl_global_locale.
4051         Conditionalize setting of _nl_current on [! SHARED].
4052         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
4053         declaration as an extern.
4054         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
4056         * include/locale.h: Use libc_hidden_proto for setlocale.
4057         * locale/setlocale.c: Add libc_hidden_def.
4059         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
4061         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
4062         * misc/hsearch_r.c: Add libc_hidden_def.
4063         * misc/lsearch.c: Likewise.
4065         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
4066         endttyent.
4067         * misc/getttyent.c: Add libc_hidden_def.
4069         * include/mcheck.h: Use libc_hidden_proto for mcheck.
4070         * malloc/mcheck.c: Add libc_hidden_def.
4072         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
4073         * include/argz.h: Use libc_hidden_proto for argz_delete.
4074         * string/argz-delete.c: Add libc_hidden_def.
4075         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
4077         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
4078         HIDDEN_JUMPTARGET for _exit.
4079         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
4080         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
4081         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
4082         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
4084         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
4085         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
4086         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
4087         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
4089         * include/stdlib.h: Use libc_hidden_proto for abort,
4090         __strtof_internal, __strtod_internal, __strtold_internal,
4091         __strtol_internal, __strtoll_internal, __strtoul_internal,
4092         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
4093         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
4094         __strtoul_l_internal, __strtoull_l_internal.
4095         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
4096         __wcstod_internal, __wcstold_internal, __wcstol_internal,
4097         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
4098         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
4099         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
4100         __wcsncasecmp_l.
4101         * sysdeps/generic/abort.c: Add libc_hidden_def.
4102         * stdlib/strtod.c: Likewise.
4103         * sysdeps/generic/strtol.c: Likewise.
4104         * sysdeps/wordsize-64/strtol.c: Likewise.
4105         * sysdeps/wordsize-64/wcstol.c: Likewise.
4106         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
4108         * include/stdlib.h: Use libc_hidden_proto for qsort.
4109         * stdlib/msort.c: Add libc_hidden_def.
4111         * include/utime.h: Use libc_hidden_proto for utime.
4112         * sysdeps/generic/utime.c: Add libc_hidden_def.
4113         * sysdeps/unix/utime.c: Likewise.
4115         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
4116         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
4117         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
4118         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
4119         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
4121         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
4122         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
4123         and __libc_current_sigrtmax.
4124         * signal/sigismem.c: Add libc_hidden_def.
4125         * signal/sigfillset.c: Likewise.
4126         * signal/sigempty.c: Likewise.
4127         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
4128         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
4129         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
4130         * sysdeps/posix/raise.c: Likewise.
4131         * sysdeps/generic/raise.c: Likewise.
4133 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
4135         * include/string.h: Use libc_hidden_proto for __stpcpy.
4136         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
4137         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
4138         * sysdeps/generic/stpcpy.c: Likewise.
4139         * sysdeps/i386/stpcpy.S: Likewise.
4140         * sysdeps/i386/i586/stpcpy.S: Likewise.
4141         * sysdeps/powerpc/stpcpy.S: Likewise.
4142         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
4143         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
4145         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
4146         __strncasecmp_l, __strdup, __strndup, __strerror_r.
4147         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
4148         libc_hidden_def.
4149         * string/strdup.c (__strdup): Likewise.
4150         * string/strndup.c (__strndup): Likewise.
4151         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
4152         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
4154 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
4156         * include/libio.h: New file.
4157         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
4158         * libio/iolibio.h: #include <libio.h>, not "libio.h".
4159         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
4160         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
4161         * sysdeps/unix/common/syscalls.list: Likewise.
4162         * sysdeps/unix/inet/syscalls.list: Likewise.
4163         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
4164         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
4165         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4166         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
4167         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
4168         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
4169         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4170         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4171         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
4172         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
4173         * sysdeps/unix/syscalls.list: Likewise.
4175 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
4176             Ulrich Drepper  <drepper@redhat.com>
4178         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
4179         the arguments is big enough to cause an overflow.
4181 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
4183         * assert/assert.c: Use hidden_def not INTDEF.
4185 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
4187         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
4188         not defined.
4190 2002-08-03  Roland McGrath  <roland@redhat.com>
4192         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
4193         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
4194         verr, verrx.
4195         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
4196         * misc/syslog.c: Add libc_hidden_def.
4197         * misc/err.c: Likewise.
4198         * stdlib/exit.c: Likewise.
4199         * stdlib/bsearch.c: Likewise.
4200         * sysdeps/generic/getenv.c: Likewise.
4202         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
4204         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
4205         libc_hidden_weak for every system call symbol defined.
4207         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
4208         timelocal, localtime, strftime.
4209         * time/asctime.c: Add libc_hidden_def.
4210         * time/mktime.c: Likewise.
4211         * time/localtime.c: Likewise.
4212         * time/strftime.c: Likewise.
4213         * time/strptime.c: Likewise.
4214         * sysdeps/generic/time.c: Likewise.
4215         * sysdeps/unix/time.c: Likewise.
4216         * sysdeps/unix/sysv/i386/time.S: Likewise.
4217         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
4219         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
4220         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
4221         * resolv/inet_ntop.c: Likewise.
4222         * resolv/inet_pton.c: Likewise.
4223         * inet/inet_mkadr.c: Add libc_hidden_def.
4224         * inet/inet_netof.c: Likewise.
4225         * resolv/inet_addr.c: Likewise.
4227         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
4228         clauses from conditionals for now.  Will have to be fixed later
4229         for older compilers.
4231         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
4233 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4235         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
4236         broken alias attribute handling.
4237         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
4239 2002-08-02  Roland McGrath  <roland@frob.com>
4241         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
4242         since it sets the variables we use in a -D switch.
4244 2002-08-02  Roland McGrath  <roland@redhat.com>
4246         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
4247         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
4248         matches long int, not int.
4250         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
4251         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
4252         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
4253         * wctype/wctrans.c (wctrans): Likewise.
4254         * wctype/wctype.c (__wctype): Likewise.
4255         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
4257 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4259         * assert/assert.c (__assert_fail): Fix typo in comment.
4261         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
4262         * sunrpc/rpc_thread.c: Define it without static.
4263         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
4265 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4267         * assert/assert.c (__assert_fail): Remove undef.
4268         Replace INTDEF with libc_hidden_def.
4269         * assert/__assert.c (__assert): Remove INTUSE.
4270         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
4271         libc_hidden_weak.
4272         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
4273         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
4274         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
4275         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
4276         libm_hiden_ver): Define.
4277         * include/assert.h (__assert_fail_internal): Remove.
4278         (__assert_fail): Add prototype.  Add hidden_proto.
4279         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
4280         libc_hidden_proto.
4281         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
4282         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
4283         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
4284         Add libc_hidden_proto.
4285         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
4286         __fcntl): Add libc_hidden_proto.  Remove macros.
4287         (__open_internal, __fcntl_internal): Remove.
4288         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
4289         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
4290         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
4291         libc_hiden_proto.
4292         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
4293         libc_hidden_def.
4294         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
4295         Add libc_hidden_def.
4296         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
4297         * sysdeps/generic/open.c (__open): Remove undef.
4298         Add libc_hidden_def.  Remove INTDEF.
4299         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
4300         Add libc_hidden_def.
4301         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
4302         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
4303         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
4304         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
4305         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
4306         (__libc_fcntl): Add libc_hidden_def.
4307         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
4308         (__open): Remove INTDEF2.  Add libc_hidden_weak.
4309         (__libc_open): Add libc_hidden_def.
4310         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
4311         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
4312         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
4313         Add libc_hidden_def.
4314         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
4315         Add libc_hidden_def.
4316         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
4317         undef.
4318         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
4319         (__libc_fcntl): Add libc_hidden_def.
4320         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
4321         __getpgid_internal, __chown_internal): Remove.
4322         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
4323         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
4324         __GI___chown): Add.
4325         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
4326         __getpid_internal, __open_internal, __write_internal): Remove.
4327         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
4328         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
4329         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
4330         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
4331         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
4332         Replace INTDEF with libc_hidden_def.
4333         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4334         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
4335         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
4336         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
4337         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
4338         Add libc_hidden_proto.
4339         * include/sys/poll.h (__poll): Add libc_hidden_proto.
4340         * include/sys/select.h (__select): Likewise.
4341         * include/sys/socket.h (__send): Likewise.
4342         * include/sys/statfs.h (__statfs): Likewise.
4343         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
4344         __getpid, __getpgid, __setpgid, __close, __read, __write,
4345         __getpagesize, __sbrk): Likewise.
4346         (__chown_internal, __dup2_internal, __getpid_internal,
4347         __getpgid_internal, __close_internal, __write_internal,
4348         __getpagesize_internal): Remove.
4349         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
4350         Remove macros.
4351         * include/printf.h (__printf_fp): Add libc_hidden_proto.
4352         * include/sched.h (__sched_setscheduler): Likewise.
4353         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
4354         * include/stdlib.h (__secure_getenv): Likewise.
4355         * include/signal.h (__sigaction, __sigsuspend): Likewise.
4356         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
4357         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
4358         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
4359         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
4360         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
4361         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
4362         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
4363         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
4364         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
4365         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
4366         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
4367         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
4368         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
4369         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
4370         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
4371         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
4372         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
4373         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
4374         * libio/genops.c (__overflow): Add libc_hidden_def.
4375         * libio/iovdprintf.c: Remove libio.h include.
4376         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
4377         libc_hidden_weak): Define to nothing if not defined.
4378         (__overflow, __woverflow): Add libc_hidden_proto.
4379         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
4380         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
4381         (DB_LOOKUP_FCT): Add libc_hidden_proto.
4382         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
4383         (DB_LOOKUP_FCT): Add libc_hidden_proto.
4384         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
4385         and libc_hidden_def.
4386         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
4387         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
4388         (__getpgid): Add libc_hidden_proto.
4389         (__bsd_getpgrp): Remove INTUSE.
4390         * resolv/res_init.c (__res_ninit, __res_randomid): Add
4391         libc_hidden_def.
4392         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
4393         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
4394         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
4395         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
4396         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
4397         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
4398         __rpc_thread_createerr): Add libc_hidden_def.
4399         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
4400         libc_hidden_def.
4401         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
4402         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
4403         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
4404         * sysdeps/generic/chown.c (__chown): Likewise.
4405         * sysdeps/generic/close.c (__close): Likewise.
4406         * sysdeps/generic/dup2.c (__dup2): Likewise.
4407         * sysdeps/generic/pipe.c (__pipe): Likewise.
4408         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
4409         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
4410         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
4411         * sysdeps/generic/read.c (__libc_read): Likewise.
4412         (__read): Add libc_hidden_weak.
4413         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
4414         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
4415         * sysdeps/generic/select.c (__select): Likewise.
4416         * sysdeps/generic/send.c (__send): Likewise.
4417         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
4418         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
4419         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
4420         * sysdeps/generic/statfs.c (__statfs): Likewise.
4421         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
4422         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
4423         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
4424         Remove undef and INTDEF.
4425         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
4426         * sysdeps/generic/getpid.c (__getpid): Likewise.
4427         * sysdeps/generic/write.c (__libc_write): Likewise.
4428         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
4429         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
4430         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
4431         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
4432         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
4433         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
4434         Remove undef and INTDEF.
4435         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
4436         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
4437         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
4438         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
4439         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
4440         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
4441         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
4442         (__pipe): Add libc_hidden_def.
4443         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
4444         libc_hidden_weak.
4445         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
4446         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
4447         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
4448         (__read): Add libc_hidden_weak.
4449         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
4450         (__libc_pwrite64): Add libc_hidden_def.
4451         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
4452         * sysdeps/mach/hurd/select.c (__select): Likewise.
4453         * sysdeps/mach/hurd/send.c (__send): Likewise.
4454         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
4455         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
4456         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
4457         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
4458         * sysdeps/posix/dup2.c: Likewise.
4459         Remove undef and INTDEF.
4460         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
4461         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
4462         (__pwrite64): Add libc_hidden_weak.
4463         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
4464         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
4465         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
4466         * sysdeps/standalone/close.c (__close): Likewise.
4467         * sysdeps/standalone/write.c (__libc_write): Likewise.
4468         (__write): Add libc_hidden_weak.
4469         * sysdeps/standalone/read.c (__read): Likewise.
4470         (__libc_read): Add libc_hidden_def.
4471         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
4472         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
4473         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
4474         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
4475         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
4476         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
4477         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
4478         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
4479         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
4480         __GI___sigaction): Add.
4481         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
4482         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
4483         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
4484         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
4485         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
4486         __GI___setpgid): Add.
4487         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
4488         Remove undef and INTDEF.
4489         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
4490         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
4491         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
4492         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
4493         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
4494         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
4495         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
4496         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
4497         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
4498         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
4499         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
4500         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
4501         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
4502         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
4503         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
4504         __GI___statfs, __GI___send): Add.
4505         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
4506         libc_hidden_ver resp. libc_hidden_def.
4507         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
4508         libc_hidden_def.
4509         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
4510         Likewise.  Remove undef and INTDEF.
4511         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
4512         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
4513         __GI___statfs, __GI___send): Add.
4514         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
4515         libc_hidden_def.
4516         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
4517         Likewise.
4518         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
4519         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
4520         libc_hidden_ver resp. libc_hidden_def.
4521         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
4522         __GI___send): Add.
4523         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
4524         Add libc_hidden_weak.
4525         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
4526         Add libc_hidden_def.
4527         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
4528         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
4529         libc_hidden_weak.
4530         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
4531         resp. libc_hidden_def.
4532         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
4533         libc_hidden_weak.
4534         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
4535         INTDEF.
4536         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
4537         Likewise.  Remove undef.
4538         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
4539         libc_hidden_weak.
4540         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
4541         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
4542         libc_hidden_weak.
4543         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
4544         libc_hidden_def.
4545         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
4546         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
4547         Likewise.  Remove undef and INTDEF.
4548         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
4549         libc_hidden_def.
4550         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
4551         libc_hidden_weak.
4552         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
4553         libc_hidden_def.
4554         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
4555         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
4556         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
4557         libc_hidden_weak.
4558         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
4559         Add libc_hidden_def.
4560         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
4561         __GI___statfs): Add.
4562         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
4563         libc_hidden_weak.
4564         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
4565         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
4566         Remove undef and INTDEF.
4567         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
4568         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
4569         libc_hidden_def.
4570         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
4571         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
4572         libc_hidden_weak.
4573         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
4574         libc_hidden_def.
4575         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
4576         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
4577         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
4578         Add.
4579         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
4580         libc_hidden_def.  Remove undef and INTDEF.
4581         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
4582         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
4583         libc_hidden_def.
4584         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
4585         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
4586         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
4587         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
4588         Remove undef and INTDEF.
4589         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
4590         broken visibility attribute handling.
4591         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
4593 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4595         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
4596         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
4598         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
4599         previous patch.
4601 2002-06-29  Todd Fries  <todd@openbsd.org>
4603         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
4605 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4607         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
4609 2002-07-30  Roland McGrath  <roland@redhat.com>
4611         * resolv/resolv.h (_res): Define macro unconditionally.
4612         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
4613         * include/resolv.h: ... here.
4614         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
4615         as a __thread variable.
4616         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
4617         a __thread variable instead of a global.
4618         * resolv/res_data.c [_LIBC]: Don't #undef _res.
4620         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
4621         time we test it.
4623         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
4625         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
4626         decls of memset and memcpy.
4628         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
4629         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
4631         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
4633         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
4634         (__libc_tsd_define): Define using __thread.
4636         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
4637         (__rpc_thread_variables): Use __libc_tsd_get.
4638         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
4639         __rpc_thread_variables, which might allocate what we're about to free.
4641         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
4642         thread-local variable.
4643         * resolv/netdb.h (h_errno): Define macro unconditionally.
4644         [_LIBC] (__set_h_errno): Macro moved to ...
4645         * include/netdb.h: ... here.
4646         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
4647         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
4648         [! _LIBC_REENTRANT]: #undef h_errno here.
4650         * include/errno.h: Protect from multiple inclusion.
4652         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
4653         before defining them, since Linux's <linux/posix_types.h> might have
4654         defined them.
4656 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4658         * malloc/malloc.c (public_cALLOc): Check for overflow on
4659         multiplication.
4660         * sunrpc/xdr_array.c (xdr_array): Likewise.
4661         * sunrpc/rpc/types.h (mem_free): Add comment.
4662         Patch by Solar Designer <solar@openwall.com>.
4664 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4666         * sysdeps/unix/sysv/linux/kernel-features.h
4667         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
4669 2002-08-01  Roland McGrath  <roland@redhat.com>
4671         * libio/fileops.c (_IO_file_sync_mmap): New function.
4672         (_IO_file_jumps_mmap): Use it.
4673         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
4674         repeat the stat check and resize the mapped buffer as necessary.
4676 2002-07-31  Roland McGrath  <roland@redhat.com>
4678         * libio/fileops.c (decide_maybe_mmap): New static function.
4679         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
4680         mmap the file contents.  Then switch the jump tables to the mmap
4681         tables if it worked, or the vanilla file tables if not.
4682         (_IO_file_underflow_maybe_mmap): New function.
4683         (_IO_file_seekoff_maybe_mmap): New function.
4684         (_IO_file_xsgetn_maybe_mmap): New function.
4685         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
4686         * libio/libioP.h: Declare those.
4687         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
4688         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
4689         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
4690         If the stream is read-only, set its jump tables to those new ones.
4691         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
4692         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
4693         We need the tables set before _IO_file_attach.
4695         * libio/tst-mmap-eofsync.c: New file.
4696         * libio/tst-mmap-fflushsync.c: New file.
4697         * libio/bug-mmap-fflush.c: New file.
4698         * libio/tst-mmap2-eofsync.c: New file.
4699         * libio/Makefile (tests): Add them.
4701         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
4702         _IO_file_underflow_mmap fails, it already set the appropriate bit.
4704 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
4706         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
4707         Declarations moved to <bits/sys_errlist.h>.  Include that file.
4708         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
4709         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
4710         declare sys_errlist and sys_nerr.
4711         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
4712         provide declarations.
4714 2002-07-31  Roland McGrath  <roland@redhat.com>
4716         * elf/rtld.c (dl_main): Fix typo in error message.
4718 2002-07-31  Roland McGrath  <roland@frob.com>
4720         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
4721         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
4722         sysdeps/mach/hurd/dl-sysdep.c change.
4724 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
4726         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
4727         -r`/build/include for kernel headers.
4729         * po/fi.po: New file.
4731 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
4733         * configure.in (static_nss): Set to `yes' if --disable-shared.
4735 2002-07-23  Bruno Haible  <bruno@clisp.org>
4737         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
4738         is set.
4740 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4742         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
4743         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
4744         arguments.
4746 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4748         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
4749         alias.
4751 2002-07-21  Bruno Haible  <bruno@clisp.org>
4753         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
4754         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
4755         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
4756         trans_sysdep_tab_offset.
4757         (struct sysdep_segment): New type.
4758         (struct sysdep_string): New type.
4759         (SEGMENTS_END): New macro.
4760         * intl/gettextP.h (struct sysdep_string_desc): New type.
4761         (struct loaded_domain): New fields malloced, n_sysdep_strings,
4762         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
4763         orig_tab, trans_tab, hash_tab to const pointers because they point
4764         into read-only memory.
4765         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
4766         (PRI*): Define fallback values.
4767         (get_sysdep_segment_value): New function.
4768         (_nl_load_domain): Distinguish major and minor revision parts. Add
4769         support for minor revision 1 with system dependent strings.
4770         (_nl_unload_domain): Also free the 'malloced' field.
4771         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
4772         now done in loadmsgcat.c. Add support for system dependent strings.
4774 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4776         * posix/bug-regex7.c: New file.
4777         * posix/bug-regex8.c: New file.
4778         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
4780 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4782         * posix/bug-regex4.c (main): Fix typos.
4783         * posix/bug-regex6.c (main): Likewise.
4785 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
4787         * posix/bug-regex6.c (main): Fix warnings.
4789         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
4791         * iconv/iconv_prog.c (main): Improve error message for the cases
4792         where -t and/or -f parameter are missing.
4794 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
4796         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
4797         (re_search): Likewise.
4798         (re_match_2): Likewise.
4799         (re_search_2): Likewise.
4800         (re_search_stub): New function.
4801         (re_search_2_stub): New function.
4802         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
4804 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
4806         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
4807         (re_string_eoi): Use STOP instead of LEN.
4808         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
4809         (re_string_construct): Likewise.
4810         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
4811         * posix/regexec.c (re_search_internal): Add a new argument STOP
4812         so that it can handle the argument STOP of re_search_2 and re_match_2
4813         correctly.
4814         (regexec): Adapt to new I/F of re_search_internal.
4815         (re_search_stub): Likewise.
4817 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
4819         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
4821         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
4823         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
4824         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
4825         of __divdi3.
4827         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
4828         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
4829         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
4830         alias for adjtimex syscall.
4832         * elf/dl-minimal.c: Define __assert_fail_internal.
4833         * assert/assert.c: Likewise.
4834         * include/assert.h: Define __assert_file macro if !SHARED and not
4835         NOT_IN_libc.
4837         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
4838         programs.
4839         * locale/Makefile: Likewise.
4840         * nscd/Makefile: Likewise.
4841         * catgets/Makefile: Likewise.
4843 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4845         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
4846         compute current position.
4848         * stdio-common/tst-fseek.c (main): Improve error messages.
4850         * libio/tst-freopen.c (main): Remove unused variable.
4852         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
4853         succesful seek call.  Simplify error checking.
4855 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4857         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
4858         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4860 2002-07-19  Roland McGrath  <roland@frob.com>
4862         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
4863         __libc_enable_secure is set.
4865 2002-07-24  Roland McGrath  <roland@frob.com>
4867         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
4868         This implementation supports only IPv4.
4869         * inet/ifaddrs.h: New file.
4870         * sysdeps/generic/ifaddrs.c: New file.
4871         * sysdeps/gnu/ifaddrs.c: New file.
4872         * inet/test-ifaddrs.c: New file.
4873         * inet/Makefile (routines): Add ifaddrs.
4874         (headers): Add ifaddrs.h here.
4875         (tests): Add test-ifaddrs.
4876         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
4878         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
4879         socket call to get an AF_INET socket, instead of using __opensock.
4880         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
4882         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
4883         if not -1 use it instead of calling __opensock.
4884         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
4885         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
4886         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
4888         * sysdeps/mach/hurd/ifreq.h: New file.
4889         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
4890         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
4891         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
4893         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
4894         which gets moved around.  Calculate size of mmap'd buffer instead.
4896 2002-07-24  Philip Blundell  <philb@gnu.org>
4898         * sysdeps/unix/arm/brk.S: Improve schedule.
4899         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
4900         efficient instruction.
4901         (__socket): Optimize return sequence.
4903 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4905         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
4906         sockets on old kernels.
4908 2002-07-22  Philip Blundell  <philb@gnu.org>
4910         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
4911         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4912         alias.
4914 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4916         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
4917         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
4919         * locale/programs/locarchive.c (add_locale_to_archive): Correct
4920         test to detect duplicate locales.
4922         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
4923         position would be before beginning of file.
4924         (_IO_file_seekoff_mmap): Likewise.
4925         * libio/Makefile (tests): Add bug-fseek.
4926         * libio/bug-fseek.c: New file.
4928         * intl/explodename.c: Remove support for CEN-style locale variables.
4929         It was never used and shouldn't be since it's not portable.
4930         * intl/finddomain.c: Likewise.
4931         * intl/l10nflist.c: Likewise.
4932         * intl/loadinfo.h: Likewise.
4933         * locale/findlocale.c: Likewise.
4935 2002-07-24  Roland McGrath  <roland@frob.com>
4937         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
4938         position, calculate it to take into account an active pushback buffer.
4940         * libio/Makefile (tests): Add bug-ungetc.
4941         * libio/bug-ungetc.c: New file.
4943 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
4945         * sysdeps/generic/libc-tls.c: New file.
4946         * csu/Makefile (routines): Add libc-tls.
4947         (static-only-routines): Add libc-tls.
4948         * elf/dl-support.c (_dl_phdr): New variable.
4949         (_dl_phnum): New variable.
4950         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
4951         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
4952         for !SHARED.  First look through auxiliary vector.  If TLS always
4953         call __pthread_initialize_minimal.
4955         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
4956         in mmap call is never zero.
4958 2002-07-23  Andreas Jaeger  <aj@suse.de>
4960         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
4961         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
4963 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
4965         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
4966         creation and removal of the temp file.
4968         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
4969         file creation.
4970         * test-skeleton.c (create_temp_file): New function.
4972 2002-07-22  Andreas Jaeger  <aj@suse.de>
4974         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
4975         local label.
4977 2002-07-21  Roland McGrath  <roland@frob.com>
4979         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4980         put -I../include before -I../stdlib so we get the right errno.h et al.
4981         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4982         (CFLAGS-wcstof.c): Likewise.
4983         (CFLAGS-wcstold.c): Likewise.
4984         (CFLAGS-wcstod_l.c): Likewise.
4985         (CFLAGS-wcstof_l.c): Likewise.
4986         (CFLAGS-wcstold_l.c): Likewise.
4988 2002-07-19  Roland McGrath  <roland@frob.com>
4990         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4992 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4994         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4995         __ASSUME_AT_XID is defined.
4996         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4997         for 2.4.1 and up.
4998         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4999         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
5001         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
5002         (CFLAGS-wcstof.c): Likewise.
5003         (CFLAGS-wcstold.c): Likewise.
5004         (CFLAGS-wcstod_l.c): Likewise.
5005         (CFLAGS-wcstof_l.c): Likewise.
5006         (CFLAGS-wcstold_l.c): Likewise.
5008 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
5010         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
5011         __priority_which_t): Always typedef to int for C++.
5013 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
5015         * configure.in: Add test for __thread support in compiler.
5016         * config.h.in: Add HAVE___THREAD.
5017         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
5018         * include/sys/errno.h: Moved to...
5019         * stdlib/sys/errno.h: ...here.  New file.
5020         * stdlib/errno.h: New file.  Moved from...
5021         * include/errno.h: ...here.  Changed into an internal header defining
5022         libc-local things like __set_errno.
5023         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
5024         bits/errno.h.
5025         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
5026         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
5027         either.
5028         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
5029         from...
5030         (_dl_start_final): ...here.  Add code to initialize tls elements from
5031         bootstrap_map.
5032         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
5033         if USE_TLS && HAVE___THREAD.
5034         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
5035         * sysdeps/mach/hurd/bits/errno.h: Likewise.
5036         * sysdeps/standalone/arm/bits/errno.h: Likewise.
5037         * sysdeps/standalone/bits/errno.h: Likewise.
5038         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
5039         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
5040         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
5041         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
5042         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
5043         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
5044         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
5045         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
5046         use GL(dl_rtld_map), use map parameter.
5047         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
5048         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
5049         USE_TLS && HAVE___THREAD.
5050         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
5051         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
5052         TLS code sequence.
5053         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5055         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
5056         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
5057         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
5058         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
5059         * sysdeps/unix/sysv/linux/readv.c: Likewise.
5060         * sysdeps/unix/sysv/linux/writev.c: Likewise.
5062 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
5064         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
5065         MS_INVALIDATE values.
5067 2002-07-17  Andreas Schwab  <schwab@suse.de>
5068             Ulrich Drepper  <drepper@redhat.com>
5070         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
5071         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
5072         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
5073         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
5075 2002-07-01  H.J. Lu  <hjl@gnu.org>
5077         * elf/circleload1.c (load_dso): Call "circlemod1" and check
5078         return value.
5080         * elf/circlemod1.c (circlemod1): Return int.
5081         * elf/circlemod2.c (circlemod2): Likewise.
5082         * elf/circlemod2a.c (circlemod2): Likewise.
5083         * elf/circlemod3.c (circlemod3): Likewise.
5084         (circlemod3a): A new function.
5086 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
5088         * catgets/tst-catgets.c (main): Don't expect results for
5089         untranslated messages.
5091         * glibcbug.in: Fix little typo.  Remove STDIO.
5093         * config.h.in: Fail if __FAST_MATH__ is defined.
5094         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
5095         (CPPFLAGS-test-idouble.c): Likewise.
5096         (CPPFLAGS-test-ildouble.c): Likewise.
5098 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
5100         * intl/tst-gettext.sh: Pass -f option to msgfmt.
5101         * intl/tst-gettext.c: Correctly handle untranslated messages in
5102         positive tests.
5104         * po/de.po: Update from translation team.
5106 2002-07-02  H.J. Lu  <hjl@gnu.org>
5108         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
5109         use ll/sc.
5110         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
5112         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
5113         to 2.4.0 for mips.
5115 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
5117         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
5118         TLS fail if USE_TLS is not defined.
5120         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
5121         and adjust state for seek position.  [PR libc/4070]
5122         * libio/Makefile (tests): Add bug-rewind.
5123         * libio/bug-rewind.c: New file.
5125 2002-07-12  Philip Blundell  <philb@gnu.org>
5127         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
5128         (__backtrace): Use it.
5129         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
5131 2002-07-12  Philip Blundell  <philb@gnu.org>
5133         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
5134         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
5135         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
5136         (elf_machine_rela): Remove unused variable.
5138         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
5139         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
5140         define.
5142 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
5144         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
5146 2002-07-14  Andreas Jaeger  <aj@suse.de>
5148         * sysdeps/x86_64/bits/link.h: Add biarch support.
5150 2002-07-13  Andreas Jaeger  <aj@suse.de>
5152         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
5153         Use correct indices.
5154         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
5156 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5158         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
5159         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
5160         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
5161         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
5162         * sysdeps/s390/s390-32/bits/link.h: Remove.
5163         * sysdeps/s390/s390-64/bits/link.h: Remove.
5164         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
5165         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
5166         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
5167         * sysdeps/s390/bits/wordsize.h: New file.
5168         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
5169         elfclass.h.
5170         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
5171         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
5172         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
5173         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
5174         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
5175         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
5176         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
5177         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
5178         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
5179         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
5180         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
5181         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
5182         resource.h.
5183         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
5184         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
5185         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
5186         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
5187         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
5188         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
5189         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
5190         sigaction.h.
5191         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
5192         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
5193         siginfo.h.
5194         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
5195         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
5196         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
5197         socket.h.
5198         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
5199         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
5200         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
5201         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
5202         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
5203         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
5204         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
5205         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
5206         procfs.h.
5207         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
5208         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
5209         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
5210         ucontext.h.
5211         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
5212         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
5214 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
5216         * Versions.def (libc): Add GLIBC_2.3.
5217         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
5218         * stdlib/canonicalize.c: Add compatibility version for realpath
5219         and make new code available in GLIBC_2.3.
5221 2002-07-06  Bruno Haible  <bruno@clisp.org>
5223         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
5225 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
5227         * resolv/res_hconf.c (_res_hconf_init): Move code into new
5228         function do_init.  Use __libc_once.
5229         (do_init): New function.
5231         * iconvdata/iso8859-11.h: Removed.
5232         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
5233         (distribute): Remove iso8859-11.h.
5234         * iconvdata/tst-tables.sh: Add ISO-8859-11.
5236         * stdio-common/vfscanf.c (inchar): Restore errno from previous
5237         underflow operation if c == (W)EOF.
5239 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
5241         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
5242         non-zero, adjust exponent.
5243         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
5244         Remove NO_LONG_DOUBLE aliases.
5245         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
5246         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
5247         (__log1pl): Raise divide by zero and invalid exceptions when needed.
5248         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
5249         1**y and -1**+-Inf.
5250         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
5251         Fix BITS_PER_MP_LIMB 32 extraction.
5252         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
5253         exceptions for qNaNs.
5254         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
5255         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
5256         Raise exceptions when needed.  Don't recurse unnecessarily.
5257         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
5258         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
5259         exceptions for qNaNs.
5260         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
5261         to fix *quo return value sign.
5262         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
5263         case -Inf argument.
5264         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
5266 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
5268         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
5269         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
5270         -DNDEBUG.
5272 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
5274         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
5275         the result.
5277         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
5278         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
5280         * Versions.def (libthread_db): Add GLIBC_2.3.
5282 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
5284         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
5285         new stream if possible.
5286         * libio/freopen64.c (freopen64): Likewise.
5287         * libio/Makefile (tests): Add tst-freopen.
5288         * libio/tst-freopen.c: New file.
5290 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
5292         * libio/stdio.h (obstack_printf): Add format attribute.
5293         (obstack_vprintf): Likewise.
5295 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
5297         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
5298         resp. 16 bytes on 32-bit resp. 64-bit platforms.
5299         (re_charset_t, re_string_t): Reorder structure members for 64-bit
5300         architectures.
5302 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
5304         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
5305         (init_dfa): ...here.
5307 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
5309         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
5310         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
5311         nodes in parse trees.
5312         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
5313         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
5314         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
5315         nodes which can epsilon transit.
5316         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
5317         to IS_EPSILON_NODE macro.
5318         * posix/regexec.c (update_regs): New function to update registers
5319         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
5320         (proceed_next_node): Use the entities of the nodes to determine
5321         whether the node can transit to.
5322         (set_regs): Use update_regs function to update registers.
5324 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
5326         * posix/bug-regex4.c (main): Remove duplicate setlocale.
5327         * posix/bug-regex6.c: New file.
5328         * posix/Makefile (tests): Add bug-regex6.
5329         (bug-regex6-ENV): Set LOCPATH.
5331 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
5333         * Versions.def [libpthread]: Add GLIBC_2.2.6.
5334         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
5336 2002-07-06  Bruno Haible  <bruno@clisp.org>
5338         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
5340 2002-07-06  Bruno Haible  <bruno@clisp.org>
5342         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
5343         declarations.
5345         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
5347         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
5349         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
5350         not _UTSNAME_H.
5351         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
5353         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
5354         * sysdeps/generic/bits/ustat.h: Likewise.
5356         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
5358 2002-07-08  Andreas Jaeger  <aj@suse.de>
5360         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
5362 2002-07-08  Andreas Jaeger  <aj@suse.de>
5364         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
5366 2002-07-06  Andreas Jaeger  <aj@suse.de>
5368         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
5369         * sysdeps/x86_64/fpu/s_copysign.S: New file.
5370         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
5371         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
5372         * sysdeps/x86_64/fpu/s_finitel.S: New file.
5373         * sysdeps/x86_64/fpu/s_fmax.S: New file.
5374         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
5375         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
5376         * sysdeps/x86_64/fpu/s_fmin.S: New file.
5377         * sysdeps/x86_64/fpu/s_fminf.S: New file.
5378         * sysdeps/x86_64/fpu/s_fminl.S: New file.
5380 2002-06-05  Brian Youmans <3diff@gnu.org>
5382         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
5383         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
5384         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
5385         * sysdeps/ia64/fpu/e_asin.S: Likewise.
5386         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
5387         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
5388         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
5389         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
5390         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
5391         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
5392         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
5393         * sysdeps/ia64/fpu/e_exp.S: Likewise.
5394         * sysdeps/ia64/fpu/e_expf.S: Likewise.
5395         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
5396         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
5397         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
5398         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
5399         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
5400         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
5401         * sysdeps/ia64/fpu/e_log.S: Likewise.
5402         * sysdeps/ia64/fpu/e_logf.S: Likewise.
5403         * sysdeps/ia64/fpu/e_pow.S: Likewise.
5404         * sysdeps/ia64/fpu/e_powf.S: Likewise.
5405         * sysdeps/ia64/fpu/e_powl.S: Likewise.
5406         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
5407         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
5408         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
5409         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
5410         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
5411         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
5412         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
5413         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
5414         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
5415         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
5416         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
5417         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
5418         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
5419         * sysdeps/ia64/fpu/libm_error.c: Likewise.
5420         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
5421         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
5422         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
5423         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
5424         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
5425         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
5426         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
5427         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
5428         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
5429         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
5430         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
5431         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
5432         * sysdeps/ia64/fpu/s_logb.S: Likewise.
5433         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
5434         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
5435         * sysdeps/ia64/fpu/s_modf.S: Likewise.
5436         * sysdeps/ia64/fpu/s_modff.S: Likewise.
5437         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
5438         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
5439         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
5440         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
5441         * sysdeps/ia64/fpu/s_rint.S: Likewise.
5442         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
5443         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
5444         * sysdeps/ia64/fpu/s_round.S: Likewise.
5445         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
5446         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
5447         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
5448         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
5449         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
5450         * sysdeps/ia64/fpu/s_significand.S: Likewise.
5451         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
5452         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
5453         * sysdeps/ia64/fpu/s_tan.S: Likewise.
5454         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
5455         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
5456         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
5457         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
5458         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
5459         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
5460         reflect IBM donation of math library to FSF
5461         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
5462         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
5463         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
5464         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
5465         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
5466         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
5467         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
5468         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
5469         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
5470         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
5471         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
5472         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
5473         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
5474         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
5475         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
5476         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
5477         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
5478         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
5479         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
5480         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
5481         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
5482         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
5483         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
5484         * sysdeps/vax/__longjmp.c: Likewise.
5485         * sysdeps/vax/setjmp.c: Likewise.
5486         * libio/filedoalloc.c: Fixed BSD copying permission notice to
5487         remove advertising clause
5488         * sysdeps/vax/htonl.s: Likewise.
5489         * sysdeps/vax/htons.s: Likewise.
5490         * libio/wfiledoalloc.c: Likewise.
5491         * stdlib/random.c: Likewise.
5492         * stdlib/random_r.c: Likewise.
5493         * sysdeps/mach/sys/reboot.h: Likewise.
5494         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
5495         * sysdeps/posix/getaddrinfo.c: Likewise.
5496         * sunrpc/des_impl.c: Updated license permission notice to Lesser
5497         GPL and corrected pointer to point to the correct license.
5499 2002-07-04  Andreas Jaeger  <aj@suse.de>
5501         * scripts/config.guess: New upstream version.
5502         * scripts/config.sub: Likewise.
5504 2002-07-02  Andreas Schwab  <schwab@suse.de>
5506         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
5507         in parallel to bumping up the buffer pointer.
5509 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
5511         * math/libm-test.inc (acos_test): Add missing L suffix for
5512         expected result.
5513         (cpow_test): Likewise.
5514         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
5515         error for acos (0.0625).
5517 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
5519         * locale/iso-639.def: Add entry for Ganda.
5520         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
5521         definition.
5522         (address_finish): Handle entries with two letter ISO 639 code.
5524         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
5525         directory if it existed before.
5526         * iconv/iconvconfig.c: Implement --prefix option.
5528         * math/libm-test.inc (cexp_test): Add missing L suffix for
5529         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
5530         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
5531         1.25 i).
5533 2002-05-29  H.J. Lu  <hjl@gnu.org>
5535         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
5536         is turned on.
5538 2002-05-28  H.J. Lu  <hjl@gnu.org>
5540         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
5541         are not dlopened on the dependency list of a dlopened object.
5543 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
5545         * elf/dl-lookup.c (add_dependency): It is not necessary to add
5546         dependencies if they are created between objects which are created
5547         while processing RTLD_NOW for objects loaded as part of the same
5548         dlopen call.
5550 2002-06-14  H.J. Lu  <hjl@gnu.org>
5552         * elf/Makefile (tests): Add circleload1.
5553         (modules-names): Add circlemod1, circlemod2, circlemod3,
5554         circlemod1a, circlemod2a and circlemod3a.
5555         ($(objpfx)circleload1): New target.
5556         ($(objpfx)circleload1.out): Likewise.
5557         ($(objpfx)circlemod1.so): Likewise.
5558         ($(objpfx)circlemod2.so): Likewise.
5559         ($(objpfx)circlemod1a.so): Likewise.
5560         ($(objpfx)circlemod2a.so): Likewise.
5561         * elf/circleload1.c: New file.
5562         * elf/circlemod1.c: New file.
5563         * elf/circlemod1a.c: New file.
5564         * elf/circlemod2.c: New file.
5565         * elf/circlemod2a.c: New file.
5566         * elf/circlemod3.c: New file.
5567         * elf/circlemod3a.c: New file.
5569 2002-06-18  Amos Waterland  <apw@us.ibm.com>
5571         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
5572         file descriptor.
5573         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
5574         add check for fd not open for writing.
5576         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
5577         completed element(s) and do not suspend thread if so.  Patch
5578         heavily modified by drepper.
5580         * rt/tst-aio7.c: New file.  Regression test for problems which the
5581         above three changes fix.
5582         * rt/Makefile (tests): Add tst-aio7.
5584 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
5586         * rt/tst-aio6.c: Fix comment.
5588         * catgets/gencat.c (read_input_file): Handle more than one slash
5589         at end of line correctly [PR libc/3926].
5590         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
5592         * catgets/sample.SJIS: Add test case for above bug.
5593         * catgets/test-gencat.c: Adjust test code.
5594         * catgets/test-gencat.sh: Adjust expected results.
5596         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
5597         to skip relative relocations.
5598         Patch by Geoff Keating <geoffk@redhat.com>.
5600 2002-05-26  Bruno Haible  <bruno@clisp.org>
5602         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
5603         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
5604         All callers changed.
5605         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
5606         STANDARD_FROM_LOOP_ERR_HANDLER.
5607         (utf8_internal_loop): Likewise.
5608         (ucs2_internal_loop): Likewise.
5609         (internal_ucs2_loop): Perform error handling like in
5610         STANDARD_FROM_LOOP_ERR_HANDLER.
5611         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
5612         in STANDARD_FROM_LOOP_ERR_HANDLER.
5613         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5614         handling.
5615         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
5616         in STANDARD_FROM_LOOP_ERR_HANDLER.
5617         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5618         handling.
5619         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
5620         in STANDARD_FROM_LOOP_ERR_HANDLER.
5621         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5622         handling.
5623         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
5624         STANDARD_FROM_LOOP_ERR_HANDLER.
5625         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
5626         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
5627         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
5628         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
5629         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
5630         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
5631         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
5632         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
5633         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
5634         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
5635         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
5636         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
5637         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
5638         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
5639         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
5640         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
5641         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
5642         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
5643         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
5644         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
5645         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
5646         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
5647         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
5648         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5649         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
5650         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
5651         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
5652         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
5653         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
5654         an error, still set result = __GCONV_ILLEGAL_INPUT.
5655         (BODY for TO_LOOP): Likewise.
5656         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
5657         STANDARD_FROM_LOOP_ERR_HANDLER.
5658         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5659         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
5660         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5661         handling.
5662         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5663         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
5664         STANDARD_FROM_LOOP_ERR_HANDLER.
5665         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5666         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
5667         STANDARD_FROM_LOOP_ERR_HANDLER.
5668         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5669         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
5670         STANDARD_FROM_LOOP_ERR_HANDLER.
5671         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5672         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
5673         STANDARD_FROM_LOOP_ERR_HANDLER.
5674         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5675         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
5676         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5677         handling.
5678         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5679         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
5680         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
5681         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
5683 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5685         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
5686         labels in assembler instructions.
5688 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
5690         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
5691         not enough content is available.
5692         * libio/tst-eof.c: New file.
5693         * libio/Makefile (tests): Add tst-eof.
5695         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
5696         update atime.
5697         * libio/tst-atime.c: New file.
5698         * libio/Makefile (tests): Add tst-atime.
5700         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
5701         handling of overly long words.
5703 2002-06-25  Andreas Jaeger  <aj@suse.de>
5705         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
5706         to not use 32-bit pc relative relocations.
5707         (elf_machine_dynamic): Likewise.
5709 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5711         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
5712         (__GETDENTS): Check for failed getdents64 syscall.
5713         * dirent/Makefile (tests): Add bug-readdir1.
5714         * dirent/bug-readdir1.c: New file.
5716 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
5718         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
5719         lookups.
5720         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
5721         code.  Print TLS modid and offset for modules containing PT_TLS
5722         segments.
5724 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5726         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5727         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5728         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5729         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5731 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5733         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
5734         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
5735         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
5736         * nss/getXXent_r.c (NEW, NEW1): Define.
5737         (NEW (REENTRANT_GETNAME)): Strong alias to
5738         INTERNAL (REENTRANT_GETNAME).
5739         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
5741 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5743         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
5744         (_IO_file_jumps_mmap): Use it.
5745         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
5746         * libio/libioP.h: Remove _IO_wdefault_setbuf and
5747         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
5748         prototype.
5749         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
5750         (_IO_wfile_jumps_mmap): Don't use it anymore.
5751         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
5752         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
5753         _IO_wdefault_setbuf.
5754         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
5755         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
5756         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
5758 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
5760         * libio/Makefile (tests): Add tst-mmap-setvbuf.
5761         * libio/tst-mmap-setvbuf.c: New test.
5763 2002-06-21  Andreas Jaeger  <aj@suse.de>
5765         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
5767 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
5769         * include/unistd.h (__fork_internal): Remove.
5770         (__fork): Don't define to __fork_internal.
5771         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
5772         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
5773         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
5774         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
5775         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
5777 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5779         * po/hr.po: New file.
5781 2002-06-11  Wolfram Gloger  <wg@malloc.de>
5783         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
5784         Reported by Michael Meissner <meissner@redhat.com>.
5786 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5788         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
5789         Patch by Hans Boehm <hans_boehm@hp.com>.
5791 2002-06-20  Andreas Jaeger  <aj@suse.de>
5793         * math/libm-test.inc: Use exact values as input parameters,
5794         compute output parameters with 36 digits for 128-bit long doubles.
5795         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
5796         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
5797         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
5799 2002-06-13  Stephen L Moshier  <steve@moshier.net>
5801         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
5802         argument or result is subnormal.
5804 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
5806         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
5807         quotient.
5808         * sysdeps/i386/fpu/s_remquof.S: Likewise.
5809         * sysdeps/i386/fpu/s_remquol.S: Likewise.
5811         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
5813 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
5815         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
5816         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
5817         Reported by Peter A. Buhr.
5819 2002-06-15  Roland McGrath  <roland@frob.com>
5821         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
5822         warning.
5824         * sysdeps/mach/hurd/getcwd.c
5825         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
5827         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
5828         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
5830         * sysdeps/alpha/divrem.h: Use local label instead of global one for
5831         jump to local subroutine.
5833 2002-06-14  Roland McGrath  <roland@frob.com>
5835         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
5836         * sysdeps/mach/hurd/Makeconfig: ... here.
5838 2002-06-13  Andreas Schwab  <schwab@suse.de>
5840         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
5841         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5842         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5844 2002-06-13  Roland McGrath  <roland@frob.com>
5846         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
5847         * hurd/hurdstartup.c (_hurd_startup): Likewise.
5848         Use intptr_t instead of int for argc in stack layout.
5849         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
5850         (_dl_init_first): Likewise.
5851         (_hurd_stack_setup): Likewise.
5852         (init1): Add a cast.
5853         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
5855         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
5856         argument to pfinet_siocgifconf RPC.
5858 2002-06-13  Andreas Schwab  <schwab@suse.de>
5860         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
5861         expansion order.
5863 2002-06-12  Roland McGrath  <roland@frob.com>
5865         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
5866         if already defined.
5867         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
5868         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
5870 2002-06-11  Roland McGrath  <roland@frob.com>
5872         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
5873         file on [!RTLD_STAT64].
5874         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5876         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
5877         (__fdopen): Use INTUSE.
5878         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
5880         * stdio-common/tmpfile64.c: File removed.
5881         * sysdeps/generic/tmpfile64.c: New file.
5882         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
5883         if not already defined.
5884         (tmpfile): Use it in place of __GT_FILE.
5886         * include/unistd.h: Declare __chown_internal.
5888         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
5889         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
5891 2002-06-09  Roland McGrath  <roland@frob.com>
5893         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
5894         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
5895         value of HURD_INTERFACE_VERSION >= 20020609.
5896         * sysdeps/mach/hurd/configure: Regenerated.
5897         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
5898         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
5899         convert a struct stat64 into a struct stat and return 0 or -1
5900         with errno set to EOVERFLOW.
5901         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
5902         for struct statfs64 to struct statfs.
5903         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
5904         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
5905         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
5906         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
5907         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
5908         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
5909         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
5910         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
5911         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
5912         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
5913         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
5914         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
5915         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
5916         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
5917         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
5918         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
5919         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
5920         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
5921         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
5922         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
5923         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
5924         Use struct stat64 for io_stat argument.
5925         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
5926         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
5927         to io_seek.
5928         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
5929         * hurd/fd-write.c (_hurd_fd_write): Likewise.
5930         * hurd/hurd/fd.h: Update decls.
5931         * sysdeps/mach/hurd/getcwd.c
5932         (_hurd_canonicalize_directory_name_internal): Use ino64_t
5933         and struct dirent64.
5934         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
5935         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
5936         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
5937         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
5939 2002-06-08  Roland McGrath  <roland@frob.com>
5941         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
5942         instead of unsigned long int for __allocation and __size members.
5944 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5946         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5947         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5948         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5949         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5951 2002-06-07  Roland McGrath  <roland@frob.com>
5953         * sysdeps/mach/hurd/bits/environments.h: File removed.
5955 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5957         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
5958         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
5959         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
5960         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
5961         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
5962         (sendfile64): Likewise.
5963         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
5964         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
5965         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
5966         Likewise.
5967         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
5969         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
5970         already defined.
5972 2002-06-04  Bruno Haible  <bruno@clisp.org>
5974         * sysdeps/cris/stackinfo.h: New file.
5976         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
5977         to an integer type before performing bit operations on it.
5979 2002-06-05  Roland McGrath  <roland@frob.com>
5981         * sysdeps/generic/sendfile.c: Include <errno.h>.
5982         * sysdeps/generic/sendfile64.c: Likewise.
5984         * io/Makefile (routines): Add sendfile and sendfile64.
5985         (headers): Add sys/sendfile.h to the list.
5986         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5987         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5988         * io/sys/sendfile.h: ... here.
5989         * sysdeps/generic/sendfile.c: New file.
5990         * sysdeps/generic/sendfile64.c: New file.
5992         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5993         Move sendfile, sendfile64 to ...
5994         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5995         * sysdeps/mach/hurd/sendfile.c: New file.
5996         * sysdeps/mach/hurd/sendfile64.c: New file.
5998         * sysdeps/mach/nanosleep.c: New file.
6000 2002-06-04  Roland McGrath  <roland@frob.com>
6002         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
6003         * sysdeps/alpha/elf/configure: New file (generated).
6005 2002-06-02  Roland McGrath  <roland@frob.com>
6007         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
6009 2002-06-01  Roland McGrath  <roland@frob.com>
6011         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
6012         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
6014 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
6016         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
6017         Add nsmap.
6018         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
6019         Remove nstimes setting.
6020         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
6021         * resolv/res_send.c (res_nsend): Don't close unconditionally if
6022         there is mix of IPv6 and IPv4 nameservers.
6023         Use nsmap array to find free slots and preserve nameserver ordering.
6024         Fix RES_ROTATE.
6026 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
6028         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
6029         use this header with LFS.
6031         * po/sk.po: Update from translation team.
6033 2002-05-28  Andreas Schwab  <schwab@suse.de>
6035         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
6036         message when finding object of wrong class.
6038 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
6040         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
6041         Patch by <radu@netsoft.ro>.
6043 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
6045         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
6046         Add readahead.
6047         * sysdeps/unix/sysv/linux/readahead.c: New file.
6048         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
6049         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
6050         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
6051         Add sendfile64 alias to sendfile syscall.
6052         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6053         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6054         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6055         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
6056         syscall.
6058         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
6059         special section for PIC register loading.
6060         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
6062         * config.h.in: Define HAVE_HIDDEN.
6063         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
6065         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
6067 2002-05-28  Roland McGrath  <roland@frob.com>
6069         * sysdeps/mach/alpha/setfpucw.c: New file.
6071 2002-05-26  Roland McGrath  <roland@frob.com>
6073         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
6074         Use integer_t instead of int for IOC_VOID case.
6076 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
6078         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
6080 2002-05-26  Bruno Haible  <bruno@clisp.org>
6082         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
6083         end of the ISO-8859-7 from idx table.
6085 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
6087         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
6089 2002-05-24  David S. Miller  <davem@redhat.com>
6091         * string/bits/string2.h (memset): Do not try to optimize when
6092         not _STRING_ARCH_unaligned if GCC will do the right thing.
6094 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
6096         * posix/regex.c: Define `inline' as a macro into nothing for the
6097         compilers which lack the keyword.
6098         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
6099         for the compatibility of gawk.
6100         * posix/regcomp.c: Add fake implementation of isblank() for the
6101         environments which lack the function.
6102         Don't use free_charset() in case of non-i18n envs.
6103         (build_range_exp): Don't use i18n related code in case of non-i18n
6104         envs.
6105         (build_collating_symbol): Likewise.
6106         (build_equiv_class): Likewise.
6107         (build_charclass): Likewise.
6108         (re_compile_fastmap_iter): Likewise.
6109         (parse_bracket_exp): Likewise.
6110         (build_word_op): Likewise.
6111         (regfree): Don't use free_charset() in case of non-i18n envs.
6112         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
6113         re_token_type_t in case of non-i18n envs.
6114         Don't define re_charset_t in case of non-i18n envs.
6115         Change the type of wcs of re_string_t from wchar_t to wint_t,
6116         since we store also WEOF.
6117         * posix/regex_internal.c: (re_string_realloc_buffers): Change
6118         the type of wcs of re_string_t from wchar_t to wint_t.
6119         (re_string_reconstruct): Likewise.
6120         (create_ci_newstate): Don't use i18n related code in case of
6121         non-i18n envs.
6122         (create_cd_newstate): Likewise.
6124 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
6126         * iconv/loop.c: Fix typo.
6128 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
6130         * inet/ether_line.c (ether_line): Fix a typo causing only
6131         lower 4 bits of each ethernet address byte being assigned.
6132         Don't modify what line points to.
6133         * inet/tst-ether_aton.c (main): Add ether_line tests.
6135 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
6137         * manual/filesys.texi: Don't make readlink example leak memory
6138         when readlink fails.
6140 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
6142         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
6143         some more security checks.
6145 2002-05-17  David S. Miller  <davem@redhat.com>
6147         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
6149 2002-05-16  David S. Miller  <davem@redhat.com>
6151         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
6152         (elf_machine_dynamic): Use it to force PIC register to be loaded.
6153         (elf_machine_load_address): Likewise.
6154         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
6156         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
6157         is unaligned, do not forget to fully initialize %g1 magic value.
6159         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
6160         register definitions and provide 32-bit variants of structures
6161         during 64-bit builds.
6163         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
6164         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
6165         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
6166         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
6167         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
6168         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
6169         Do not clear implicit one bit here, it must be done post-rounding.
6170         Only pad to the left using left shift if value uses less than the
6171         available fractional bits.
6173 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6175         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
6176         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
6177         (shared-only-routines): Likewise.
6178         * sysdeps/powerpc/libgcc-compat.c: New file.
6179         * sysdeps/wordsize-32/cmpdi2.c: Removed.
6180         * sysdeps/wordsize-32/fixdfdi.c: Removed.
6181         * sysdeps/wordsize-32/fixsfdi.c: Removed.
6182         * sysdeps/wordsize-32/shdi3.c: Removed.
6184 2002-05-16  Bruno Haible  <bruno@clisp.org>
6186         * MakeTAGS (libc.pot): Don't sort the output.
6187         * po/header.pot: Update to match xgettext 0.11 output.
6189 2002-05-16  Bruno Haible  <bruno@clisp.org>
6191         * MakeTAGS (subdirs): Remove duplicates.
6193 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
6195         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
6196         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
6197         alias.
6199 2002-05-19  Andreas Jaeger  <aj@suse.de>
6201         * sysdeps/unix/sysv/linux/configure.in: Warn against an
6202         installation in /usr/local.
6204 2002-05-16  Bruno Haible  <bruno@clisp.org>
6206         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
6207         string as argument of #error.
6209 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
6211         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
6212         don't define static.  Remove old __realpath function.  TC1 of
6213         POSIX 2001 will allow the second parameter to be NULL.
6214         * stdlib/test-canon.c: Comment out test for NULL as second
6215         parameter of realpath.
6217         * time/offtime.c (__offtime): Set errno if overflow is detected.
6219         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
6220         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
6221         dl-brk and dl-sbrk.
6223         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
6224         (fdimf): Likewise.
6226 2002-05-15  Roland McGrath  <roland@frob.com>
6228         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
6230 2002-05-12  Bruno Haible  <bruno@clisp.org>
6232         * iconvdata/testdata/EUC-JISX0213: New file.
6233         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
6234         * iconvdata/testdata/SHIFT_JISX0213: New file.
6235         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
6236         * iconvdata/testdata/ISO-2022-JP-3: New file.
6237         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
6238         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
6239         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
6240         contains comments indicating precomposed characters.
6242 2002-04-21  Bruno Haible  <bruno@clisp.org>
6244         * iconvdata/iso-2022-jp-3.c: New file.
6245         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
6246         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
6247         (LDFLAGS-ISO-2022-JP-3.so): New variable.
6248         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
6249         (distribute): Add iso-2022-jp-3.c.
6251 2002-05-12  Bruno Haible  <bruno@clisp.org>
6253         * iconvdata/tst-table-to.c (main): Restore handling of
6254         transliterations, broken by last patch.
6256 2002-05-12  Bruno Haible  <bruno@clisp.org>
6258         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
6260 2002-05-12  Bruno Haible  <bruno@clisp.org>
6262         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
6263         when there is not enough room in the output buffer.
6264         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
6266 2002-04-20  Bruno Haible  <bruno@clisp.org>
6268         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
6269         macros.
6270         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
6271         Also make this macro work if FROM_DIRECTION evaluates to 0.
6272         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
6273         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
6274         of consume_incomplete.
6275         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
6276         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
6277         4, not 8.
6278         * iconvdata/cp1258.c: Likewise.
6279         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
6280         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
6281         not 2.
6282         * iconvdata/ibm933.c: Likewise.
6283         * iconvdata/ibm935.c: Likewise.
6284         * iconvdata/ibm937.c: Likewise.
6285         * iconvdata/ibm939.c: Likewise.
6286         * iconvdata/iso-2022-cn.c: Define
6287         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6288         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
6289         * iconvdata/iso-2022-cn-ext.c: Likewise.
6290         * iconvdata/iso-2022-jp.c: Define
6291         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6292         {MIN,MAX}_NEEDED_{FROM,TO}.
6293         * iconvdata/tcvn5712-1.c: Define
6294         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6295         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
6296         * iconvdata/euc-jisx0213.c: Define
6297         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6298         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
6299         * iconvdata/shift_jisx0213.c: Likewise.
6301 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6303         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
6304         shdi3, fixdfdi, fixsfdi in csu dir.
6305         (shared-only-routines): Likewise.
6306         * sysdeps/wordsize-32/cmpdi2.c: New file.
6307         * sysdeps/wordsize-32/shdi3.c: New file.
6308         * sysdeps/wordsize-32/fixdfdi.c: New file.
6309         * sysdeps/wordsize-32/fixsfdi.c: New file.
6310         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
6311         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
6312         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
6314         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
6315         Only use va_arg if the argument will be used [PR libc/3259].
6317 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
6319         * catgets/catgets.c (catopen): Free buffer if internal catalog
6320         open fails.
6322 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
6324         * debug/xtrace.sh: Make more robust.  For realtime tracking use
6325         non-buffering methods.
6326         * debug/pcprofiledump.c: Implement -u option.
6327         Patch by Roger Luethi <rl@hellgate.ch>.
6329 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
6331         * include/netinet/in.h (bindresvport_internal): Add prototype.
6332         * include/rpc/auth.h  (authunix_create_internal,
6333         authunix_create_default_internal, authnone_create_internal,
6334         authdes_pk_create_internal): Add prototypes.
6335         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
6336         clntudp_create_internal, clntudp_bufcreate_internal,
6337         clntunix_create_internal): Add prototypes.
6338         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
6339         svc_getreq_internal, svc_getreq_common_internal,
6340         svc_getreqset_internal, svc_getreq_poll_internal,
6341         svc_register_internal, svc_unregister_internal,
6342         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
6343         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
6344         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
6345         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
6346         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
6347         * inet/rcmd.c (rcmd_af): Use __listen.
6348         (rresvport_af): Use __bind.
6349         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
6350         authunix_create, authunix_create_default, authnone_create,
6351         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
6352         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
6353         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
6354         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
6355         _authenticate, add INTDEF after such function definitions.
6356         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
6357         __setsockopt, __getsockname instead of non-__ variants.
6358         * sunrpc/pmap_rmt.c: Likewise.
6359         * sunrpc/rtime.c: Likewise.
6360         * sunrpc/svc_udp.c: Likewise.
6361         * sunrpc/clnt_unix.c: Likewise.
6362         * sunrpc/svc_unix.c: Likewise.
6363         * sunrpc/bindrsvprt.c: Likewise.
6364         * sunrpc/svc_tcp.c: Likewise.
6365         * sunrpc/auth_none.c: Likewise.
6366         * sunrpc/clnt_raw.c: Likewise.
6367         * sunrpc/clnt_tcp.c: Likewise.
6368         * sunrpc/auth_unix.c: Likewise.
6369         * sunrpc/key_call.c: Likewise.
6370         * sunrpc/clnt_gen.c: Likewise.
6371         * sunrpc/pm_getmaps.c: Likewise.
6372         * sunrpc/clnt_simp.c: Likewise.
6373         * sunrpc/pmap_clnt.c: Likewise.
6374         * sunrpc/svc_run.c: Likewise.
6375         * sunrpc/svc.c: Likewise.
6376         * sunrpc/svc_simple.c: Likewise.
6377         * sunrpc/pm_getport.c: Likewise.
6378         * sunrpc/auth_des.c: Likewise.
6379         * sunrpc/svc_auth.c: Likewise.
6380         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
6381         __register_frame_info_table_bases, __deregister_frame_info_bases):
6382         Add INTDEF.
6383         (__register_frame_info_bases_internal,
6384         __register_frame_info_table_bases_internal,
6385         __deregister_frame_info_bases_internal): Add prototypes.
6386         (__register_frame_info, __register_frame): Use INTUSE in call to
6387         __register_frame_info_bases.
6388         (__register_frame_info_table): Similarly.
6389         (__deregister_frame_info, __deregister_frame): Similarly.
6390         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
6391         sendto as weak alias.
6392         * sysdeps/mach/hurd/sendto.c: Likewise.
6393         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
6394         recvfrom as weak alias.
6395         * sysdeps/mach/hurd/recvfrom.c: Likewise.
6396         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
6397         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
6398         recvmsg as weak alias.
6399         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
6400         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
6401         sendmsg as weak alias.
6402         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
6403         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
6404         setsockopt, add setsockopt as weak alias.
6405         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6406         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
6407         weak alias.
6408         * sysdeps/mach/hurd/bind.c: Likewise.
6409         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
6410         as weak alias.
6411         * sysdeps/mach/hurd/listen.c: Likewise.
6412         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
6413         getsockname, add getsockname as weak alias.
6414         * sysdeps/mach/hurd/getsockname.c: Likewise.
6415         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
6416         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
6417         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
6418         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
6419         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
6420         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
6421         Add aliases.
6422         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6423         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6424         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6425         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6426         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
6427         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
6428         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
6429         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
6430         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
6431         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
6432         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
6433         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
6435 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
6437         * locale/programs/localedef.h (show_archive_content): Add verbose
6438         argument.
6439         * locale/programs/localedef.c (main): Adjust caller.
6440         * locale/programs/locarchive.c (struct nameent, struct dataent): New
6441         types.
6442         (nameentcmp, dataentcmp): New functions.
6443         (xstrcmp): Remove.
6444         (show_archive_content): Print verbose listing with --list-archive -v.
6446 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
6448         * locale/programs/locarchive.c (open_archive): Take extra argument
6449         readonly.  If true open file with O_RDONLY and don't create the
6450         archive if it doesn't exist.
6451         Adapt all callers.
6452         (close_archive): Don't do anything if fd element is -1.
6453         * locale/programs/localedef.h (open_archive): Adjust prototype.
6454         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
6455         call.
6457         * malloc/malloc.c (__posix_memalign): Correct check for size of
6458         alignment value [PR libc/3444].
6460         * include/stdio.h: Remove references to old stdio implementation.
6462         * libio/Makefile (bug-ungetwc2-ENV): Define.
6464 2002-05-13  Roland McGrath  <roland@frob.com>
6466         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
6468         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
6470 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
6472         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
6473         Allocate three, not two, more than LEN when appending '/.'.
6474         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
6475         if NAME ends with '/.' if it is shorter than 2 chars.
6477 2002-05-12  Roland McGrath  <roland@frob.com>
6479         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
6480         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
6482         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
6483         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
6485 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
6487         * sysdeps/ia64/Makefile: Remove extra endif.
6488         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
6490 2002-05-10  Andreas Schwab  <schwab@suse.de>
6492         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
6494 2002-05-09  Andreas Jaeger  <aj@suse.de>
6496         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
6497         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
6498         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
6500         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
6501         * sysdeps/wordsize-64/glob.c: ...here.
6502         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
6503         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
6504         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
6506 2002-05-08  Roland McGrath  <roland@frob.com>
6508         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
6509         O_NOTRANS flag in "." lookup.
6511 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
6513         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
6515 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
6517         * locale/duplocale.c (__duplocale): Update special members only
6518         when allocation succeeded.
6520 2002-05-03  Roland McGrath  <roland@frob.com>
6522         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
6523         we can only build libc.so.0.3(GLIBC_2.2.6) now.
6525 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
6527         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
6528         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
6529         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
6530         * sysdeps/ia64/ia64libgcc.S: New file.
6532 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
6534         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
6536         * malloc/memusage.c: Distinguish anonymous mmap.
6538 2002-05-01  Roland McGrath  <roland@frob.com>
6540         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
6541         and use INTDEF on it.
6542         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
6544         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
6546         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
6548 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
6550         * malloc/memusage.c: Add support for tracking mmap & friends.
6551         * malloc/memusage.sh: Implement -m/--mmap option.
6553 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
6555         * locale/programs/locarchive.c (create_archive): Add archivefname
6556         argument, create fname from it.
6557         (enlarge_archive): Honour output_prefix.
6558         (open_archive): Likewise.
6560 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
6562         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
6563         too many stpcpy macros.
6565 2002-04-26  Bruno Haible  <bruno@clisp.org>
6567         * locale/programs/ld-collate.c (collate_read): Cast first argument
6568         for "%.*s" to int.
6570 2002-04-26  Bruno Haible  <bruno@clisp.org>
6572         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
6573         __dcngettext_internal): New declarations.
6574         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
6575         attribute declarations.
6577 2002-04-30  Roland McGrath  <roland@frob.com>
6579         Removed old GNU stdio implementation; GNU libio is now the only option.
6580         * configure.in: Removed --enable-libio option and @stdio@ subst var.
6581         Define USE_IN_LIBIO unconditionally.
6582         * configure: Regenerated.
6583         * Makeconfig (stdio): Set to libio by default.
6584         * config.make.in (stdio): Variable removed.
6585         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
6586         * sysdeps/unix/sysv/linux/configure: Regenerated.
6587         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
6588         * sysdeps/mach/hurd/configure: Regenerated.
6589         * stdio/.cvsignore: File removed.
6590         * stdio/Makefile: File removed.
6591         * stdio/Versions: File removed.
6592         * stdio/__fbufsize.c: File removed.
6593         * stdio/__flbf.c: File removed.
6594         * stdio/__fpending.c: File removed.
6595         * stdio/__fpurge.c: File removed.
6596         * stdio/__freadable.c: File removed.
6597         * stdio/__freading.c: File removed.
6598         * stdio/__fsetlocking.c: File removed.
6599         * stdio/__fwritable.c: File removed.
6600         * stdio/__fwriting.c: File removed.
6601         * stdio/clearerr.c: File removed.
6602         * stdio/fclose.c: File removed.
6603         * stdio/fcloseall.c: File removed.
6604         * stdio/feof.c: File removed.
6605         * stdio/ferror.c: File removed.
6606         * stdio/fflush.c: File removed.
6607         * stdio/fgetc.c: File removed.
6608         * stdio/fgetpos.c: File removed.
6609         * stdio/fgets.c: File removed.
6610         * stdio/fileno.c: File removed.
6611         * stdio/fmemopen.c: File removed.
6612         * stdio/fopen.c: File removed.
6613         * stdio/fopncook.c: File removed.
6614         * stdio/fputc.c: File removed.
6615         * stdio/fputs.c: File removed.
6616         * stdio/fread.c: File removed.
6617         * stdio/freopen.c: File removed.
6618         * stdio/fseek.c: File removed.
6619         * stdio/fsetpos.c: File removed.
6620         * stdio/ftell.c: File removed.
6621         * stdio/fwrite.c: File removed.
6622         * stdio/getc.c: File removed.
6623         * stdio/getchar.c: File removed.
6624         * stdio/getdelim.c: File removed.
6625         * stdio/gets.c: File removed.
6626         * stdio/glue.c: File removed.
6627         * stdio/internals.c: File removed.
6628         * stdio/linewrap.c: File removed.
6629         * stdio/linewrap.h: File removed.
6630         * stdio/memstream.c: File removed.
6631         * stdio/newstream.c: File removed.
6632         * stdio/obstream.c: File removed.
6633         * stdio/putc.c: File removed.
6634         * stdio/putchar.c: File removed.
6635         * stdio/puts.c: File removed.
6636         * stdio/rewind.c: File removed.
6637         * stdio/setbuf.c: File removed.
6638         * stdio/setbuffer.c: File removed.
6639         * stdio/setlinebuf.c: File removed.
6640         * stdio/setvbuf.c: File removed.
6641         * stdio/stdio.h: File removed.
6642         * stdio/ungetc.c: File removed.
6643         * stdio/vasprintf.c: File removed.
6644         * stdio/vscanf.c: File removed.
6645         * stdio/vsnprintf.c: File removed.
6646         * stdio/vsprintf.c: File removed.
6647         * stdio/vsscanf.c: File removed.
6648         * sysdeps/generic/defs.c: File removed.
6649         * sysdeps/generic/fdopen.c: File removed.
6650         * sysdeps/generic/pipestream.c: File removed.
6651         * sysdeps/generic/stdio_init.c: File removed.
6652         * sysdeps/generic/sysd-stdio.c: File removed.
6653         * sysdeps/generic/vdprintf.c: File removed.
6654         * sysdeps/mach/hurd/defs.c: File removed.
6655         * sysdeps/mach/hurd/fdopen.c: File removed.
6656         * sysdeps/mach/hurd/pipestream.c: File removed.
6657         * sysdeps/mach/hurd/stdio_init.c: File removed.
6658         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
6659         * sysdeps/mach/hurd/vdprintf.c: File removed.
6660         * sysdeps/posix/defs.c: File removed.
6661         * sysdeps/posix/fdopen.c: File removed.
6662         * sysdeps/posix/pipestream.c: File removed.
6663         * sysdeps/posix/stdio_init.c: File removed.
6664         * sysdeps/posix/vdprintf.c: File removed.
6665         * sysdeps/unix/pipestream.c: File removed.
6666         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
6667         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
6668         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
6670 2002-04-29  Roland McGrath  <roland@frob.com>
6672         * include/libc-symbols.h (link_warning): Use `unused' attribute.
6674 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
6676         * sysdeps/generic/tls.h: Describe what must be defined.
6678         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
6679         glob_in_dir [PR libc/3385].
6680         * posix/globtest.sh: Add test case.
6682         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
6683         //TRANSLIT twice.
6685 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
6687         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
6688         _internal symbol handling.
6689         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6691 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6693         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
6694         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
6696 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
6698         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
6699         not _LIBC and RE_ENABLE_I18N.
6700         (build_range_exp): Implement for not _LIBC.
6701         (build_collating_symbol): Likewise.
6702         (parse_bracket_exp): Unify redundant error handlings.
6703         Don't erase mbcset for non matching list in multibyte envs.
6704         (build_word_op): Add '_' to matching list for \w operator.
6705         * posix/regex_internal.c (re_string_construct): Invoke
6706         build_upper_buffer in case of not RE_ENABLE_I18N.
6707         (re_string_reconstruct): Don't touch cur_state in case of not
6708         RE_ENABLE_I18N.
6709         * posix/regex_internal.h (attribute_hidden): New macro in case of
6710         not _LIBC.
6711         (re_charset_t): Define range_starts/ends in case of not _LIBC.
6712         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
6713         RE_ENABLE_I18N.
6714         (transit_state_mb): Likewise.
6715         (check_node_accept_bytes): Implement the code evaluating range
6716         expression in case of not _LIBC.
6717         (find_collation_sequence_value): Hide in case of not _LIBC.
6719 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
6721         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
6722         i386/semctl.c.
6723         (__old_semctl, __new_semctl): Only use va_arg if the argument will
6724         be used.
6726 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6728         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
6730         * sysdeps/ia64/strncpy.S: Fix recovery code.
6731         Patch by David Mosberger <davidm@hpl.hp.com>.
6733 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6735         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
6736         GLIBC_2.2.6.
6738 2002-04-14  Bruno Haible  <bruno@clisp.org>
6740         * posix/regex.c (re_max_failures): Add back symbol for binary
6741         compatibility.
6743 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
6745         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
6746         of buffer building functions.
6747         * posix/regex_internal.c (re_string_allocate): New function.
6748         (re_string_realloc_buffers): New function.
6749         (re_string_skip_chars): New function.
6750         (re_string_reconstruct): New function.
6751         (re_string_construct): Adapt it to new interface of buffer building
6752         functions.
6753         (re_string_construct_common): Likewise.
6754         (build_wcs_buffer): Likewise.
6755         (build_wcs_upper_buffer): Likewise.
6756         (build_upper_buffer): Likewise.
6757         (re_string_translate_buffer): Likewise.
6758         (re_string_context_at): Adapt it to variable length buffers.
6759         * posix/regex_internal.h (re_string_t): Add new fields to handle
6760         variable length buffers.
6761         (re_match_context_t): Likewise.
6762         * posix/regexec.c (re_search_internal): Adapt it to new interface
6763         of re_string_t and re_match_context_t.
6764         (acquire_init_state_context): Likewise.
6765         (check_matching): Likewise.
6766         (check_halt_state_context): Likewise.
6767         (proceed_next_node): Likewise.
6768         (set_regs): Likewise.
6769         (sift_states_backward): Likewise.
6770         (clean_state_log_if_need): Likewise.
6771         (sift_states_iter_mb): Likewise.
6772         (sift_states_iter_bkref): Likewise.
6773         (add_epsilon_backreference): Likewise.
6774         (transit_state): Likewise.
6775         (transit_state_sb): Likewise.
6776         (transit_state_mb): Likewise.
6777         (transit_state_bkref): Likewise.
6778         (transit_state_bkref_loop): Likewise.
6779         (check_node_accept): Likewise.
6780         (match_ctx_init): Likewise.
6781         (extend_buffers): New function.
6783 2002-04-21  Bruno Haible  <bruno@clisp.org>
6785         * iconvdata/tst-table.sh: For the second check, use the truncated
6786         GB18030 charmap table, like for the first check.
6788 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6790         * elf/dl-load.c (open_verify): Correct __lseek parameters.
6791         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
6793 2002-04-23  H.J. Lu  <hjl@gnu.org>
6795         * include/math.h (isfinite): Fix a typo.
6797 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6799         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
6800         which is created by the test suite.
6802 2002-04-20  Bruno Haible  <bruno@clisp.org>
6804         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
6805         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
6807 2002-04-20  Bruno Haible  <bruno@clisp.org>
6809         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
6810         to avoid gcc warning.
6812 2002-04-20  Bruno Haible  <bruno@clisp.org>
6814         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
6815         of data->__statep->__count.
6817 2002-04-20  Bruno Haible  <bruno@clisp.org>
6819         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
6820         tag characters.
6821         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
6823 2002-04-24  Roland McGrath  <roland@frob.com>
6825         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
6826         use END macro instead of our own .end directive.
6827         Use `callsys' insn mnemonic instead of `call_pal'.
6829         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
6831         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
6832         macro; we need this for Hurd.
6834         Log entry was missing for 2002/03/24 commit of rev 1.8,
6835         goes with 2002-03-17 changes.
6836         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
6837         (sysdep_routines): Append ioperm here.
6838         (sysdep_headers): Append sys/io.h here.
6840 2002-04-23  Roland McGrath  <roland@frob.com>
6842         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
6843         * sysdeps/mach/hurd/sendto.c: Likewise.
6844         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
6845         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
6846         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
6848 2002-04-22  Roland McGrath  <roland@frob.com>
6850         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
6851         failure from i386_io_perm_* RPCs to ENOSYS.
6853 2002-04-22  Andreas Jaeger  <aj@suse.de>
6855         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
6857         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
6859         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
6860         register instead of destroying %rbx.
6862 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
6864         * string/string.h: Declare strerror_r also for XPG6.
6866 2002-04-19  Roland McGrath  <roland@frob.com>
6868         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
6870 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
6872         * Makefile: Add handling of xtests and xcheck targets.
6873         * MakeTAGS: Likewise.
6874         * Makeconfig: Likewise.
6875         * Makerules: Likewise.
6876         * Rules: Likewise.
6877         * manual/Makefile: Likewise.
6878         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
6879         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
6881 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
6883         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
6884         authnone_private_s.
6885         * sunrpc/auth_none.c: Include bits/libc-lock.h.
6886         Delete #ifdef _RPC_THREAD_SAFE_ block.
6887         (authnone_private): Make a struct, not a pointer to struct.
6888         (authnone_private_guard): New once-control variable.
6889         (authnone_create_once): New function, split out of
6890         authnone_create.  No need to allocate memory.
6891         (authnone_create): Just call authnone_create_once via
6892         __libc_once, then return &authnone_private->no_client.
6893         (authnone_marshal): Access private data via CLIENT argument,
6894         not authnone_private pointer.
6895         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
6896         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
6897         authnone_private_s.
6899 2002-04-12  H.J. Lu  <hjl@gnu.org>
6901         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
6903 2002-04-18  Bruno Haible  <bruno@clisp.org>
6905         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6906         FROM_DIRECTION): Make the FROM direction stateless.
6907         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6908         FROM_DIRECTION): Likewise.
6910 2002-04-15  Bruno Haible  <bruno@clisp.org>
6912         * iconvdata/JISX0213.TXT: New file.
6913         * iconvdata/jisx0213.h: New file.
6914         * iconvdata/jisx0213.c: New file.
6915         * iconvdata/euc-jisx0213.c: New file.
6916         * iconvdata/shift_jisx0213.c: New file.
6917         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
6918         * iconvdata/EUC-JISX0213.precomposed: New file.
6919         * iconvdata/SHIFT_JISX0213.precomposed: New file.
6920         * iconvdata/SHIFT_JISX0213.irreversible: New file.
6921         * iconvdata/tst-table-to.c (main): Make it work for encodings for
6922         which the "to" direction is stateful.
6923         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
6924         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
6925         SHIFT_JISX0213.
6926         (libJISX0213-routines): New variable.
6927         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
6928         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
6929         (LDFLAGS-libJISX0213.so): New variable.
6930         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
6931         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
6932         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
6934 2002-04-15  Bruno Haible  <bruno@clisp.org>
6936         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
6937         uint32_t.  Update to Unicode 3.2.
6938         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
6939         (BODY for TO_LOOP): Handle the ASCII range specially.
6940         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
6941         * iconvdata/testdata/BIG5HKSCS: Remove a character.
6942         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
6944 2002-04-15  Bruno Haible  <bruno@clisp.org>
6946         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
6947         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
6949 2002-04-15  Bruno Haible  <bruno@clisp.org>
6951         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
6952         (ucs4_to_cns11643): Update.
6953         * iconvdata/cns11643.c: Update to Unicode 3.2.
6954         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
6955         __cns11643_from_ucs4p2_tab): Regenerated.
6956         (__cns11643_from_ucs4p2c_tab): New array.
6957         * iconvdata/cvs11643l1.c: Update comments.
6958         * iconvdata/EUC-TW.irreversible: Remove two entries.
6960 2002-04-15  Bruno Haible  <bruno@clisp.org>
6962         * locale/C-translit.h.in: Update to Unicode 3.2.
6963         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
6964         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
6966 2002-04-15  Bruno Haible  <bruno@clisp.org>
6968         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
6969         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
6971 2002-04-15  Bruno Haible  <bruno@clisp.org>
6973         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
6974         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
6975         always one byte, not 0 bytes in some cases and 2 bytes in others.
6977         * iconvdata/tst-table-from.c (main): Correct the usage message.
6979 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6981         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6982         (parse_dup_op): Fix error handling like "a{}".
6983         (parse_bracket_exp): Add error handling.
6984         (fetch_number): Add error handling for "a{<very_large_number>}".
6986 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6988         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6989         in case that the symbol name is too long.
6990         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6991         in case of REG_ICASE.
6993 2002-04-19  Andreas Jaeger  <aj@suse.de>
6995         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6996         <hartvige@mips.com>.
6998 2002-04-15  H.J. Lu  <hjl@gnu.org>
7000         * include/math.h (__finitel_internal): Declare only if
7001         __NO_LONG_DOUBLE_MATH is not defined.
7002         (__isinfl_internal): Likewise.
7003         (__isnanl_internal): Likewise.
7005         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
7006         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
7007         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
7008         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7009         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
7010         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7011         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
7013         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
7014         __fcntl_internal.
7016         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
7017         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
7019 2002-04-15  Bruno Haible  <bruno@clisp.org>
7021         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
7022         (BODY for TO_LOOP): Likewise.
7023         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
7024         * iconvdata/tst-table.sh: Add support for encodings which contain
7025         precomposed Unicode characters, known to the iconv converter in both
7026         directions but not listed in the charmap.
7027         * iconvdata/IBM856.irreversible: New file.
7028         * iconvdata/IBM922.irreversible: New file.
7029         * iconvdata/IBM1132.irreversible: New file.
7030         * iconvdata/IBM1133.irreversible: New file.
7031         * iconvdata/IBM1160.irreversible: New file.
7032         * iconvdata/IBM1161.irreversible: New file.
7033         * iconvdata/IBM1163.irreversible: New file.
7034         * iconvdata/IBM1164.irreversible: New file.
7035         * iconvdata/ARMSCII-8.irreversible: New file.
7036         * iconvdata/TCVN5712-1.precomposed: New file.
7037         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
7038         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
7039         ARMSCII-8, TCVN5712-1.
7040         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
7041         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
7042         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
7043         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
7045 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
7047         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
7048         for EVENING69.  Include offsets in TZ environment variable.
7050 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
7052         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
7053         avoid compiler warnings.
7055         * locale/programs/localedef.c (main): Always call
7056         construct_output_path.
7058         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
7060         * locale/programs/locfile.c (to_archive): New variable.  To collect
7061         data which has to be added to the locale archive.
7062         (write_all_categories): Take new third parameter with locale name.
7063         Unless no_archive flag set add new locale data to the archive
7064         (write_locale_data): Unless no-archive flag set store generated data
7065         in to_archive data structure instead of generation output file.
7066         Add new parameter with locale category index.
7067         * locale/programs/locfile.h: Add new parameters in declaractions of
7068         write_all_categories and write_locale_data.
7069         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
7070         --add-to-archive, and --delete-from-archive options.  Pass extra
7071         parameter to write_all_categories.
7072         * locale/programs/localedef.h: Add prototypes for functions in
7073         locarchive.c.
7074         * locale/locarchive.h: New file.
7075         * locale/programs/locarchive.c: New file.
7076         * locale/Makefile (distribute): Add programs/locarchive.c and
7077         locarchive.h.
7078         (localedef-modules): Add md5 and locarchive.
7079         Add vpath to crypt subdir for md5.c.
7081         * locale/programs/ld-address.c: Pass locale category ID as new second
7082         parameter to write_locale_data.
7083         * locale/programs/ld-collate.c: Likewise.
7084         * locale/programs/ld-ctype.c: Likewise.
7085         * locale/programs/ld-identification.c: Likewise.
7086         * locale/programs/ld-measurement.c: Likewise.
7087         * locale/programs/ld-messages.c: Likewise.
7088         * locale/programs/ld-monetary.c: Likewise.
7089         * locale/programs/ld-name.c: Likewise.
7090         * locale/programs/ld-numeric.c: Likewise.
7091         * locale/programs/ld-paper.c: Likewise.
7092         * locale/programs/ld-telephone.c: Likewise.
7093         * locale/programs/ld-time.c: Likewise.
7095         * locale/simple-hash.c: Move compute_hashval function from here...
7096         * locale/hashval.h: ...to here.  New file.
7097         * locale/simple-hash.h: Add prototype for compute_hashval.
7099         * include/libintl.h: Minor cleanups.
7101 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
7103         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
7105 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
7107         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
7109 2002-04-14  Bruno Haible  <bruno@clisp.org>
7111         * locale/programs/charmap.c (charmap_read): Don't access result if
7112         result == NULL.
7114 2002-02-17  Andreas Schwab  <schwab@suse.de>
7116         * elf/reldep7.c: New file.
7117         * elf/reldep7mod1.c: New file.
7118         * elf/reldep7mod2.c: New file.
7119         * elf/Makefile: Add rules to build and run reldep7.
7121 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
7123         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
7124         the end of the function.  Pass original flags to recursive call if
7125         add_dependency failed.
7126         (_dl_lookup_versioned_symbol): Likewise.
7128 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
7130         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
7131         early, but check whether it overflowed afterwards.
7132         * time/tst-mktime.c (main): Add new tests.
7134 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
7136         * debug/xtrace.sh: Fix program name in help message.
7137         Patch by Roger Luethi <rl@hellgate.ch>.
7139         * include/sys/stat.h: Add prototypes for __lxstat_internal and
7140         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
7141         NOT_IN_libc.
7142         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
7143         * sysdeps/mach/hurd/lxstat.c: Likewise.
7144         * sysdeps/unix/common/lxstat.c: Likewise.
7145         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
7146         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
7147         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
7148         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
7149         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
7150         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
7151         * sysdeps/mach/hurd/lxstat64.c: Likewise.
7152         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
7153         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
7155         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
7156         prototypes.  Add __mbrlen and __mbrtowc macros.
7157         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
7158         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
7160         * include/unistd.h: Add prototype for __write_internal and add
7161         __libc_write macro is SHARED.
7162         * sysdeps/generic/write.c: Use INTDEF for __write.
7163         * sysdeps/mach/hurd/write.c: Likewise.
7164         * sysdeps/unix/sysv/aix/write.c: Likewise.
7165         * sysdeps/unix/syscalls.list: Add __libc_write alias.
7167         * assert/assert.c: Replace STR_N_SIZE with something usable in
7168         macro arguments.
7169         * assert/assert-perr.c: Likewise.
7171         * include/sys/socket.h: Declare __libc_sa_len_internal and define
7172         SA_LEN macro to use it if not NOT_IN_libc.
7173         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
7175         * include/fcntl.h: Declare __open_internal and define __open and
7176         __libc_open macros if not NOT_IN_libc.
7177         * sysdeps/generic/open.c: Use INTDEF for __open.
7178         * sysdeps/mach/hurd/open.c: Likewise.
7179         * sysdeps/unix/sysv/aix/open.c: Likewise.
7180         * sysdeps/unix/syscalls.list: Add __open_internal alias.
7182         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
7183         has correct number.
7185         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
7186         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
7187         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
7188         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
7190         * include/wctype.h: Declare __iswalpha_l_internal,
7191         __iswdigit_l_internal, __iswspace_l_internal,
7192         __iswxdigit_l_internal, and __iswctype_internal.  Define
7193         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
7194         __iswxdigit_l macros if not NOT_IN_libc.
7195         * wctype/iswctype.c: Use INTDEF for __iswctype.
7196         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
7198         * include/math.h: Declare __isinf_internal, __isinfl_internal,
7199         __isnan_internal, and __isnanl_internal.
7200         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
7201         __isnan, and __isnanl.
7202         * stdio-common/printf_size.c: Likewise.
7203         * sysdeps/generic/printf_fphex.c: Likewise.
7204         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
7205         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
7206         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
7207         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
7208         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
7209         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
7210         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
7211         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
7212         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
7213         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
7214         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
7215         * sysdeps/m68k/s_isinfl.c: Likewise.
7216         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
7217         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
7219         * include/sys/time.h: Declare __gettimeofday_internal and define
7220         __gettimeofday macro if not NOT_IN_libc.
7221         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
7222         * sysdeps/mach/gettimeofday.c: Likewise.
7223         * sysdeps/posix/gettimeofday.c: Likewise.
7224         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
7225         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
7226         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7227         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
7229         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
7230         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
7231         Remove __lstat and __fstat inline functions.
7232         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
7233         * sysdeps/mach/hurd/fxstat.c: Likewise.
7234         * sysdeps/unix/fxstat.c: Likewise.
7235         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
7236         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
7237         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
7238         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
7239         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
7240         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
7241         * sysdeps/mach/hurd/fxstat64.c: Likewise.
7242         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
7243         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
7245         * include/unistd.h: Declare __getpid_internal and define
7246         __getpid macro if not NOT_IN_libc.
7247         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
7248         * sysdeps/generic/getpid.c: Likewise.
7249         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
7250         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
7252         * include/unistd.h: Declare __getpgid_internal and define
7253         __getpgid macro if not NOT_IN_libc.
7254         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
7255         * sysdeps/mach/hurd/getpgid.c: Likewise.
7256         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
7257         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
7258         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
7259         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
7261         * include/unistd.h: Declare __getpagesize_internal and define
7262         __getpagesize macro if not NOT_IN_libc.
7263         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
7264         __getpagesize.
7265         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
7266         * sysdeps/mach/getpagesize.c: Likewise.
7267         * sysdeps/posix/getpagesize.c: Likewise.
7268         * sysdeps/unix/getpagesize.c: Likewise.
7269         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
7270         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
7271         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
7272         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
7274 2002-04-13  Andreas Jaeger  <aj@suse.de>
7276         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
7277         as clobber to reduce register pressure.
7278         (__strpbrk_cg): Likewise.
7279         (__mempcpy_by4): Likewise.
7280         (__strstr_cg): Likewise.
7281         Add prototype for __memrchr.
7283 2002-04-13  Andreas Schwab  <schwab@suse.de>
7285         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
7286         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
7287         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
7289 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
7291         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
7292         check whether the caller prefers getting the most recent version of
7293         a symbol of the earliest version.
7294         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
7295         _dl_do_lookup to also take the new parameter and pass it on.
7296         Change 'explicit' parameter of _dl_lookup_symbol and
7297         _dl_lookup_versioned_symbol to flags.  Adjust tests.
7298         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
7299         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
7300         _dl_lookup_versioned_symbol.
7301         * elf/dl-reloc.c: Likewise.
7302         * elf/dl-runtime.c: Likewise.
7303         * elf/dl-sym.c: Likewise.
7304         * sysdeps/mips/dl-machine.h: Likewise.
7306 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
7308         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
7309         in a token.
7310         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
7312 2002-04-10  Andreas Jaeger  <aj@suse.de>
7314         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
7316         * include/argz.h: Remove extra char from last patch.
7318 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
7320         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
7321         * sysdeps/unix/sysv/aix/chown.c: Likewise.
7322         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
7323         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
7324         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7325         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
7326         __chown_internal.
7327         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7329         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
7330         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
7331         * intl/ngettext.c: Likewise.
7333         * include/sys/socket.h: Declare __connect_internal and define
7334         __connect macro if not NOT_IN_libc.
7335         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
7336         * sysdeps/unix/sysv/aix/connect.c: Likewise.
7337         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
7339         * include/unistd.h: Declare __close_internal and define __close macro
7340         if not NOT_IN_libc.
7341         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
7342         WJUMP3): Add extra parenthesis to avoid expanding element names with
7343         macors like __close.
7344         * sysdeps/unix/syscalls.list: Add __close_internal alias.
7346         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
7347         if not NOT_IN_libc.
7348         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
7349         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
7350         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
7352         * include/unistd.h: Declare __fork_internal and define __fork macro
7353         if not NOT_IN_libc.
7354         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
7355         * sysdeps/unix/sysv/aix/fork.c: Likewise.
7356         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
7358         * include/stdio_ext.h: Declare __fsetlocking_internal and define
7359         __fsetlocking macro to use it if not NOT_IN_libc.
7360         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
7362         * libio/__fbufsize.c: Correct copyright.
7363         * libio/__flbf.c: Likewise.
7364         * libio/__fpending.c: Likewise.
7365         * libio/__fpurge.c: Likewise.
7366         * libio/__freadable.c: Likewise.
7367         * libio/__freading.c: Likewise.
7368         * libio/__fsetlocking.c: Likewise.
7369         * libio/__fwritable.c: Likewise.
7370         * libio/__fwriting.c: Likewise.
7372         * include/stdio.h: Declare __asprintf_internal and define __asprintf
7373         macro to use it if not NOT_IN_libc.
7374         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
7376         * include/mntent.h: Declare __setmntent_internal,
7377         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
7378         __getmntent_r, and __endmntent macros to use these functions if not
7379         NOT_IN_libc.
7380         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
7381         __endmntent.
7383         * include/math.h: Declare __finite_internal, __finitef_internal, and
7384         __finitel_internal.  Redefine isfinite macro if in libc or libm using
7385         these functions.
7386         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
7387         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
7388         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
7389         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
7390         * sysdeps/i386/fpu/s_finitef.S: Likewise.
7391         * sysdeps/i386/fpu/s_finitel.S: Likewise.
7392         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
7393         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
7394         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
7395         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
7397         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
7398         to use this function if not NOT_IN_libc.
7399         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
7400         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
7401         * sysdeps/mach/hurd/fcntl.c: Likewise.
7402         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
7403         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
7405         * include/argz.h: Declare __argz_count_internal and
7406         __argz_stringify_internal.
7407         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
7408         __argz_stringify.
7409         * string/argz-count.c: Use INTDEF for __argz_count.
7410         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
7412         * include/stdlib.h: Declare __cxa_atexit_internal and define
7413         __cxa_atexit macro if not NOT_IN_libc.
7414         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
7415         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
7417         * assert/assert.c: Use INTDEF for __assert_fail.
7418         * assert/__assert.c: Use INTUSE for call to __assert_fail.
7419         * include/assert.h: Declare __assert_fail_internal.
7421         * extra-lib.mk: Mark assignment to lib with override.
7423 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7425         * Makerules: Use cppflags-iterator.mk to add defines for all test
7426         source files.
7428 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
7430         * elf/elf.h: Define R_SH_TLS_xxx macros.
7431         * elf/rtld.c: Remove an extra parenthesis.
7432         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
7433         TLS_GD macros.
7434         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
7435         * sysdeps/sh/dl-lookupcfg.h: New file.
7436         * sysdeps/sh/dl-tls.h: New file.
7437         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
7438         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
7439         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
7440         R_SH_TLS_TPOFF32 relocations.
7442 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7444         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
7445         of NOT_IN_LIBC.
7446         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
7447         * include/stdlib.h: Likewise.
7449 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
7451         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
7452         instead of _RTLD_LOCAL.
7453         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
7454         * include/unistd.h: Likewise.
7455         * sysdeps/generic/ldsodefs.h: Likewise.
7457         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
7458         if in libc or ld.so.
7460 2002-04-08  Andreas Jaeger  <aj@suse.de>
7462         * elf/cache.c (print_entry): Support x86-64.
7464 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7466         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
7467         with one accessing the locale data structures directly.
7468         * stdio-common/printf-prs.c: Include localeinfo.h for new
7469         MB_CUR_MAX definition.
7471         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
7472         is the name of the source file without extension.
7473         * Makefile (distribute): Add cppflags-iterator.mk.
7474         * cppflags-iterator.mk: New file.
7475         * extra-lib.mk: For the sources of the library run
7476         cppflags-iterator.mk.
7478         * include/libintl.h: Declare __dcgettext_internal and
7479         _libc_intl_domainname_internal.  Define __dcgettext using these
7480         two symbols if used in libc itself.
7481         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
7482         _libc_intl_domainname_internal.
7483         * argp/argp-parse.c: Likewise.
7484         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
7485         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
7486         * intl/gettext.c: Likewise.
7487         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
7488         alias.
7489         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
7490         __dcgettext.
7491         * posix/regex_internal.c (gettext): Likewise.
7493 2002-04-08  Andreas Jaeger  <aj@suse.de>
7495         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
7497         * sysdeps/x86_64/fpu/s_llrint.S: New file.
7498         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
7499         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
7500         * sysdeps/x86_64/fpu/s_lrint.S: New file.
7501         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
7502         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
7504 2002-04-08  Roland McGrath  <roland@frob.com>
7506         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
7507         widening __hurd_fail value.
7509 2002-04-07  Roland McGrath  <roland@frob.com>
7511         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
7512         <mach/machine/alpha_instruction.h>.
7513         (_hurd_setup_sighandler): Take proper arguments for current decls.
7514         Update code to use _hurdsig_catch_fault.
7515         Use `callsys' instruction instead of `call_pal'.
7516         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
7518         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
7519         (ALIGN, at, AT, fp): New macros.
7521 2002-04-06  Roland McGrath  <roland@frob.com>
7523         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
7525         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
7526         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
7528         * sysdeps/mach/hurd/bind.c: Use prototype definition.
7529         * sysdeps/mach/hurd/connect.c: Likewise.
7530         * sysdeps/mach/hurd/getsockopt.c: Likewise.
7531         * sysdeps/mach/hurd/setsockopt.c: Likewise.
7533         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
7534         __msg_sig_post RPC.
7536         * hurd/catch-exc.c: Use integer_t instead of int.
7537         * hurd/hurdfault.c: Likewise.
7539         * sysdeps/mach/hurd/alpha/exc2signal.c
7540         (_hurd_exception2signal): Rewritten.
7541         * sysdeps/mach/hurd/alpha/longjmp-ts.c
7542         (_hurd_longjmp_thread_state): Rewritten.
7544 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
7546         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
7547         DB_LOOKUP_FCT prototype.
7548         * nss/getXXent_r.c: Likewise.
7549         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
7550         * inet/getaliasname_r.c: Likewise.
7551         * inet/getnetbyad_r.c: Likewise.
7552         * inet/getnetbynm_r.c: Likewise.
7553         * inet/getnetent_r.c: Likewise.
7554         * inet/getproto_r.c: Likewise.
7555         * inet/getprtent_r.c: Likewise.
7556         * inet/getprtname_r.c: Likewise.
7557         * inet/getrpcbyname_r.c: Likewise.
7558         * inet/getrpcbynumber_r.c: Likewise.
7559         * inet/getrpcent_r.c: Likewise.
7560         * inet/getservent_r.c: Likewise.
7561         * inet/getsrvbynm_r.c: Likewise.
7562         * inet/getsrvbypt_r.c: Likewise.
7563         * shadow/getspent_r.c: Likewise.
7564         * shadow/getspnam_r.c: Likewise.
7566         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
7568         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
7569         Use i686-friendly PIC code.
7570         * sysdeps/i386/elf/setjmp.S: Likewise.
7572         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
7574         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
7575         list.
7576         * elf/Versions: Remove it here.
7578 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
7580         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
7581         direction.  Reported by H . J . Lu <hjl@lucon.org>.
7583 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
7585         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
7586         test just before the test runs.
7587         * intl/tst-translit.sh: Likewise.
7588         * intl/tst-codeset.sh: Likewise.
7590         * timezone/zic.c: Update from tzcode2002c.
7591         * timezone/asia: Update from tzdata2002c.
7592         * timezone/backward: Likewise.
7593         * timezone/europe: Likewise.
7594         * timezone/northamerica: Likewise.
7595         * timezone/northamerica: Likewise.
7596         * timezone/northamerica: Likewise.
7597         * timezone/southamerica: Likewise.
7598         * timezone/zone.tab: Likewise.
7600 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
7602         * sysdeps/generic/brk.c (__curbrk): Declare.
7603         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
7604         * sysdeps/generic/dl-sbrk.c: Likewise.
7605         * sysdeps/unix/arm/dl-brk.S: New file.
7606         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
7607         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
7608         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
7609         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
7610         * sysdeps/unix/i386/dl-brk.S: New file.
7611         * sysdeps/unix/mips/dl-brk.S: New file.
7612         * sysdeps/unix/sparc/dl-brk.S: New file.
7613         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
7614         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
7615         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
7616         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
7618 2002-04-03  Andreas Schwab  <schwab@suse.de>
7620         * Makefile (headers): Add gnu/lib-names.h here instead of
7621         install-others.
7622         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
7623         installation rule.
7624         (install-headers): Add dependency on install-headers-nosubdir.
7625         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
7626         instead of install-others.
7627         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
7628         installation rule.
7630 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
7632         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
7633         Reported by Sam Roberts <sroberts@uniserve.com>.
7635 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
7637         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
7638         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
7639         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7640         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7642 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
7644         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
7645         (RTLD_START): Ditto.
7646         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
7647         dependency violation.
7649 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
7651         * time/mktime.c (__mktime_internal): Move check for year < 70 below
7652         all variable declarations.
7654 2002-04-04  Andreas Schwab  <schwab@suse.de>
7656         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
7658 2002-04-04  Andreas Jaeger  <aj@suse.de>
7660         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
7661         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
7663         * sysdeps/x86_64/fpu/s_fabs.c: New file.
7664         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
7665         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
7667         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
7669         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
7671         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
7672         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
7674         * configure.in: Handle all mips entries the same.
7676         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
7677         * sysdeps/mips/mips3/*: Likewise.
7678         * sysdeps/mips/p40/bits/endian.h: Likewise.
7680 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
7682         * misc/dirname.c (dirname): Ignore trailing slashes at end of
7683         non-null result [PR libc/2600].
7685         * misc/tst-dirname.c: Add more tests.
7687 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7689         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
7690         define a code_set_name provide one based on the filename.
7692         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
7694 2001-12-28  Andreas Jaeger  <aj@suse.de>
7696         * time/mktime.c (__mktime_internal): Check for year < 70
7697         [PR libc/2738].
7699 2002-04-03  Andreas Jaeger  <aj@suse.de>
7701         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
7702         shmat.
7703         Reported by Andi Kleen <ak@suse.de>.
7705 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7707         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
7708         * sysdeps/generic/w_lgammaf.c: Likewise.
7709         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
7711         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
7712         Adjust for new output format of the backtrace functions.
7714         * misc/syslog.c (vsyslog): Only use cleanup handler if
7715         _LIBC_REENTRANT is defined [PR libc/2924].
7717         * libio/Makefile (tests): Add bug-ungetwc2.
7718         * libio/bug-ungetwc2.c: New file.
7720         * manual/install.texi: Typographical and grammatical cleanup.
7721         Patch by Dennis Grace <dgrace@us.ibm.com>.
7723         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
7724         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
7726         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
7727         always "&".  Adjust callers.
7728         Add "_" prefix to several generated definitions.
7729         Patch by paul@serice.net [PR libc/3158].
7731 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7733         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
7734         size of _dl_arm_cap_flags.
7735         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
7737         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
7738         Define as 8.
7740 2002-03-22  H.J. Lu  <hjl@gnu.org>
7742         * scripts/firstversions.awk: Check the first version.
7744 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7746         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
7747         dependencies must be stable to work correctly.
7748         Reported by martin.lubich@datacon.at.
7750         * libio/bug-ungetwc1.c: New file.
7751         * libio/Makefile (tests): Add bug-ungetwc1.
7753         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
7754         if stream was last used for writing.
7756         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
7757         number [PR libc/3111].
7759         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
7760         to ...
7761         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
7763 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
7765         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
7766         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
7767         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
7768         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
7769         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
7771 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
7773         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
7774         dynamic tags.
7776 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7778         * sysdeps/i386/fpu/s_fabs.S: New file.
7779         * sysdeps/i386/fpu/s_fabsf.S: New file.
7780         * sysdeps/i386/fpu/s_fabsl.S: New file.
7781         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
7782         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
7783         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
7785 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7787         * rt/tst-shm.c (do_test): Add one more test for size of shared
7788         memory object.
7790 2002-03-29  Wolfram Gloger  <wg@malloc.de>
7792         * malloc/malloc.c: Add short description and prototypes for
7793         malloc_get_state, malloc_set_state and posix_memalign, for
7794         consistency and to avoid warnings with -Wstrict-prototypes.
7795         Reported by Andreas Jaeger <aj@suse.de>.
7797 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7799         * po/gl.po: Update from translation team.
7801 2002-03-31  Roland McGrath  <roland@frob.com>
7803         * hurd/hurdselect.c (_hurd_select): Fix
7804         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
7805         Use a union rather than casts to compare mach_msg_type_t as int.
7807 2002-03-25  Roland McGrath  <roland@frob.com>
7809         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
7810         check off the end of NAME when it's shorter than 2 chars.
7811         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
7813 2002-03-17  Roland McGrath  <roland@frob.com>
7815         * sysdeps/mach/hurd/i386/sys/io.h: New file.
7816         * sysdeps/mach/hurd/i386/ioperm.c: New file.
7817         * sysdeps/mach/hurd/i386/Dist: Add them.
7818         * sysdeps/mach/hurd/i386/Versions
7819         (libc: GLIBC_2.2.6): New set, add ioperm.
7820         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
7821         (mach_interface_list): Check for mach_i386.defs.
7822         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
7823         * sysdeps/mach/configure: Regenerated.
7825 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
7827         * po/fr.po: Update from translation team.
7829 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7831         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
7832         getpriority from syscalls list.
7834 2002-03-28  Andreas Jaeger  <aj@suse.de>
7836         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
7837         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
7838         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
7839         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
7841 2002-03-27  Andreas Jaeger  <aj@suse.de>
7843         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7844         sigcontext): Follow further kernel change.
7846         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
7847         kernel change.
7849         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
7850         Change for struct sigcontext change.
7852         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7853         Follow changes in struct sigcontext.
7855         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
7856         sysycall, use wrapper instead.
7858 2002-03-26  Andreas Jaeger  <aj@suse.de>
7860         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
7861         read and write accesses as detailed as possible.
7862         (__memcpy_by2): Likewise.
7863         (__memcpy_g): Likewise.
7864         (memmove): Likewise.
7865         (memcmp): Likewise.
7866         (__memset_ccn_by4): Likewise.
7867         (__memset_ccn_by2): Likewise.
7868         (__memset_gcn_by4): Likewise.
7869         (__memset_gcn_by2): Likewise.
7870         (memchr): Likewise.
7871         (__memrchr): Likewise.
7872         (rawmemchr): Likewise.
7873         (__strlen_g): Likewise.
7874         (__strcpy_g): Likewise.
7875         (__mempcpy_by4): Likewise.
7876         (__mempcpy_by2): Likewise.
7877         (__mempcpy_byn): Likewise.
7878         (__stpcpy_g): Likewise.
7879         (__strncpy_by4): Likewise.
7880         (__strncpy_by2): Likewise.
7881         (__strncpy_byn): Likewise.
7882         (__strncpy_gg): Likewise.
7883         (__strcat_c): Likewise.
7884         (__strcat_g): Likewise.
7885         (__strncat_g): Likewise.
7886         (__strcmp_gg): Likewise.
7887         (__strncmp_g): Likewise.
7888         (__strchr_c): Likewise.
7889         (__strchr_g): Likewise.
7890         (__strchrnul_c): Likewise.
7891         (__strchrnul_g): Likewise.
7892         (__strrchr_c): Likewise.
7893         (__strrchr_g): Likewise.
7894         (__strrchr_c): Likewise.
7895         (__strrchr_g): Likewise.
7896         (__strcspn_c1): Likewise.
7897         (__strcspn_cg): Likewise.
7898         (__strcspn_g): Likewise.
7899         (__strcspn_g): Likewise.
7900         (__strspn_c1): Likewise.
7901         (__strspn_cg): Likewise.
7902         (__strspn_g): Likewise.
7903         (__strspn_g): Likewise.
7904         (__strpbrk_cg): Likewise.
7905         (__strpbrk_g): Likewise.
7906         (__strstr_cg): Likewise.
7907         (__strstr_g): Likewise.
7909         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
7910         Michal Ludvig <mludvig@suse.cz>.
7912         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
7913         compatibilty, adjust for kernel changes.
7915         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7916         sigcontext): Adjust for kernel changes.
7918 2002-03-25  Andreas Jaeger  <aj@suse.de>
7920         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
7921         little endian.
7922         Reported by Artur Zaprzala <zybi@talex.com.pl>.
7924 2002-03-24  Andreas Jaeger  <aj@suse.de>
7926         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
7928         * stdio-common/tst-fdopen.c (main): Remove unused variable.
7930         * iconv/tst-iconv3.c (main): Use correct printf strings.
7932 2002-03-18  Roland McGrath  <roland@frob.com>
7934         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
7935         (CMGROUP_MAX): New macro.
7937 2002-03-23  Roland McGrath  <roland@frob.com>
7939         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
7940         * sysdeps/posix/shm_unlink.c: Likewise.
7942 2002-03-22  Roland McGrath  <roland@frob.com>
7944         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
7945         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
7946         under --enable-libio.
7947         * sysdeps/mach/hurd/configure: Regenerated.
7949 2002-03-23  Roland McGrath  <roland@frob.com>
7951         * sysdeps/mach/hurd/i386/Makefile
7952         (sysdep_routines, shared-only-routines): Don't add framestate,
7953         reverting 2001-10-02 change.
7954         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
7955         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
7956         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7957         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7958         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
7959         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
7960         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7961         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
7962         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
7963         Do it here instead, only if [$(unwind-find-fde) = yes].
7965 2002-03-23  Andreas Jaeger  <aj@suse.de>
7967         * signal/signal.h: Fix typo. Patch by Steve Kemp
7968         <skx@tardis.ed.ac.uk>.
7970 2002-03-22  Andreas Jaeger  <aj@suse.de>
7972         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
7973         getresuid.
7975         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7976         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
7977         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7978         user_fpregs_struct): Rename fwd.
7980         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7981         Follow sigcontext changes.
7983 2002-03-22  Andreas Jaeger  <aj@suse.de>
7985         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7986         changes for NaNs on MIPS.
7987         Patch by Hartvig Ekner <hartvige@mips.com>.
7989 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7991         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7992         Use realloc if too large.
7993         (addgrbyid): Likewise.
7994         * nscd/hstcache.c (addhstbyname): Likewise.
7995         (addhstbyaddr): Likewise.
7996         (addhstbynamev6): Likewise.
7997         (addhstbyaddrv6): Likewise.
7998         * nscd/pwdcache.c (addpwbyname): Likewise.
7999         (addpwbyuid): Likewise.
8001 2002-03-21  Andreas Jaeger  <aj@suse.de>
8003         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
8004         _fpstate): Add separate struct for x86-64.
8006         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
8007         user_fpregs_struct): Change member names to follow kernel.
8009 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
8011         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
8012         Correctly close the UDP connection right away [PR libc/3120].
8014 2002-03-20  Andreas Jaeger  <aj@suse.de>
8016         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
8017         user_fpregs_struct): Fix for changed kernel struct.
8018         (struct user_regs_struct): Likewise.
8019         (struct user): Likewise.
8020         Add 32-bit x86 compatibility.
8022         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
8024 2002-03-19  Andreas Jaeger  <aj@suse.de>
8026         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
8028 2002-03-18  Andreas Jaeger  <aj@suse.de>
8030         * iconvdata/Makefile: Only run tests when shared libs are
8031         available.
8033 2002-03-17  Andreas Jaeger  <aj@suse.de>
8035         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
8037         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
8039         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
8040         bits.
8042         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
8043         (CAUSE_SHIFT): New macro.
8044         Patch by Hartvig Ekner <hartvige@mips.com>.
8046         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
8047         * sysdeps/generic/unwind-pe.h: Likewise.
8049         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
8050         type to _IO_setb.
8052         * libio/stdio.c (AL2): Define variant when visibility attribute is
8053         not supported.
8055         * include/libc-symbols.h (_INTVARDEF): Define variant when
8056         visibility attribute is not supported.
8058 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
8060         * po/fr.po: Update from translation team.
8062 2002-02-25  Bruno Haible  <bruno@clisp.org>
8064         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
8066 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
8068         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
8069         buffers if _IO_file_attach failed.
8071         * libio/fileops.c (_IO_file_open): Close file descriptor if
8072         _IO_SEEKOFF call failed.
8074 2002-03-15  H.J. Lu  <hjl@gnu.org>
8075             Ulrich Drepper  <drepper@redhat.com>
8077         * configure.in: Check for availability of
8078         init_array/fini_array/preinit_array handling in binutils.
8079         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
8080         * config.make.in (have-initfini-array): New variable.
8082 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
8084         * stdio-common/tst-printf.c (main): Comment out one test which
8085         checked the compiler's ability to fold floating-point constants
8086         but not really printf.
8087         (rfg3): Make s const.
8088         * stdio-common/tst-printf.sh: Adjust for removed test.
8090         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
8091         internal function.  Adjust for internal_function calling convention.
8092         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
8093         as internal_function.
8095         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
8096         hidden.
8098         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
8099         declaration and definition.
8100         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
8101         declaration.
8102         * nss/getXXent_r.c: Likewise.
8103         * nss/nsswitch.h (db_lookup_function): Add internal_function to
8104         definition.
8106         * include/time.h: Declare __localtime_r as hidden.
8108         * include/aliases.h: Declare __getaliasent_r as hidden.
8109         * include/grp.h: Declare __getgrent_r as hidden.
8110         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
8111         __getservent_r, and __getprotoent_r as hidden.
8112         * include/pwd.h: Declare __getpwent_r as hidden.
8113         * include/shadow.h: Declare __getspent_r as hidden.
8114         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
8116         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
8117         and __gconv_transliterate as hidden.
8118         Add internal_function to __gconv_get_path declaration.
8119         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
8120         definition.  Add attribute_hidden to __gconv_read_conf definition.
8122 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
8124         * elf/rtld.c: Declare _environ as hidden.
8125         * sysdeps/generic/dl-environ.c: Likewise.
8126         * sysdeps/generic/dl-sysdep.c: Likewise.
8128         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
8129         _dl_mcount_internal as hidden.
8131         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
8132         * sysdeps/generic/dl-brk.c: New file.
8133         * sysdeps/generic/dl-sbrk.c: New file.
8134         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
8135         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
8137         * elf/dl-minimal.c (malloc): Declare _end as hidden.
8138         (__errno_location): New function.  Declare errno as hidden.
8139         * elf/rtld.c (_dl_argc): Define as hidden.
8140         (_dl_skip_args): Define as hidden.
8141         (_begin, _end): Declare as hidden.
8142         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
8143         * sysdeps/generic/entry.h (_start): Declare as hidden.
8144         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
8145         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
8146         _dl_runtime_resolve and _dl_runtime_profile as hidden.
8147         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
8149 2002-03-14  Roland McGrath  <roland@frob.com>
8151         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
8153         * Makeconfig (%.v.i, %.v): New implicit rules.
8154         (preprocess-versions): Variable removed.
8155         ($(common-objpfx)shlib-versions.v.i): New target giving just the
8156         shlib-versions input files as dependencies.
8157         ($(common-objpfx)soversions.i): Depend on that instead of the input
8158         files.  Use it as input instead of using a pipeline.
8159         (postclean-generated): Append soversions.i, shlib-versions.v, and
8160         shlib-versions.v.i here.
8161         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
8162         the Versions.def input files as dependencies.
8163         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
8164         ($(common-objpfx)Versions.all): Depend on that instead of the input
8165         files.  Use it as input instead of using a pipeline.
8166         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
8167         (postclean-generated): Append those .v and .v.i files here.
8169 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
8171         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
8172         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
8173         Remove.
8175 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
8177         * sysdeps/generic/mp_clz_tab.c: New file.
8178         * sysdeps/i386/mp_clz_tab.c: New file.
8179         * sysdeps/hppa/mp_clz_tab.c: New file.
8180         * sysdeps/powerpc/mp_clz_tab.c: New file.
8181         * stdlib/Makefile (aux): Revert last patch.
8182         * math/Makefile (gmp-objs): Likewise.
8184 2002-03-13  Paul Eggert  <eggert@twinsun.com>
8186         * time/strftime.c: Comment fixes for references to obsolescent
8187         standards, In most cases the simplest fix is to remove the
8188         confusing comments.  Cross-referencing all the standards properly
8189         is a bit of a pain, and it should be enough to put that info in
8190         the documentation as I did in my recent time.texi patch.
8192 2002-03-13  Paul Eggert  <eggert@twinsun.com>
8194         * manual/time.texi (Formatting Calendar Time):
8195         ISO C99 also specifies the E and O modifiers.
8196         %P is a GNU extension, and is not in ISO C99.
8197         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
8198         %T is also in ISO C99.
8199         The RFC 822 example is not valid in arbitrary locales.
8200         Reword the POSIX.2 wording slightly, to make it a bit clearer
8201         that POSIX.2 formats are also supported by later POSIX versions.
8202         If a format was introduced in ISO C99 it is also required by
8203         POSIX.1-2001.
8205 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
8207         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
8208         _sys_nerr_internal with INTVARDEF2.
8209         * include/libc-symbols.h (INTVARDEF2): New macro.
8210         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
8211         (_sys_nerr_internal): Library.
8213         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
8214         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
8216         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
8218 2002-03-13  Wolfram Gloger  <wg@malloc.de>
8220         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
8222 2002-03-02  Andreas Schwab  <schwab@suse.de>
8224         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
8225         'h' flag and positional arg.
8226         * stdio-common/tst-printf.c (rfg3): New function to test
8227         positional arguments.
8228         (main): Fix some warnings.
8230 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
8232         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
8233         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
8235 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
8237         * grp/initgroups.c (__nss_group_data): Declare as hidden.
8239         * include/locale.h (_nl_C_locobj): Declare as hidden.
8241         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
8242         * time/strptime.c (_nl_C_LC_TIME): Likewise.
8244         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
8246         * include/sys/gmon.h: Declare _gmonparam as hidden.
8248         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
8249         (__ctype32_wctrans): Likewise.
8250         (__ctype32_width): Likewise.
8252         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
8253         use of __ttyname.
8255         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
8256         Define as hidden.
8257         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
8258         hidden.  Change all users of these variables.
8260         * posix/regex_internal.h (__re_error_msgid): Renamed from
8261         re_error_msgid.  Declare as hidden.
8262         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
8263         hidden.
8265         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
8266         (__printf_function_table): Likewise.
8267         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
8268         hidden.
8269         (__printf_function_table): Likewise.
8271         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
8272         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
8274         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
8275         * nss/nsswitch.c: Declare _nss_*_database as hidden.
8277         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
8278         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
8280 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
8282         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
8283         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
8284         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
8285         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
8286         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
8287         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
8288         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
8289         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
8290         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
8291         _nl_C_LC_CTYPE_width: Declare as hidden.
8292         * include/locale.h: Declare _nl_locale_file_list.
8293         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
8294         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
8295         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
8296         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
8297         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
8298         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
8299         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
8300         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
8301         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
8302         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
8303         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
8304         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
8305         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
8306         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
8307         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
8308         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
8309         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
8310         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
8311         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
8312         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
8313         _nl_C_LC_CTYPE_width, and as hidden.
8314         * locale/findlocale.c: Declare _nl_C as hidden.
8315         * locale/newlocale.c: Likewise.
8316         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
8317         _nl_locale_file_list.
8318         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
8319         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
8320         Define _nl_C_locobj as hidden.
8322         * malloc/mtrace.c (_mtrace_file): Define as hidden.
8323         (_mtrace_line): Likewise.
8325         * include/time.h: Declare __mon_yday as hidden.
8326         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
8328         * libio/libioP.h: Declare __libio_codecvt as hidden.
8329         * libio/fileops.c: Declare __libio_translit as hidden.
8330         * libio/iofwide.c: Define __libio_translit as hidden.
8332         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
8333         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
8334         * login/getutline_r.c: Likewise.
8335         * login/utmpname.c: Likewise.
8337         * login/utmp-private.h: Declare __libc_utmp_file_functions,
8338         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
8339         __libc_utmp_file_name as hidden.
8341         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
8342         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
8343         * locale/freelocale.c: Likewise.
8344         * locale/lc-time.c: Likewise.
8346         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
8347         (__libc_ptyname2): Likewise.
8348         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
8349         hidden.
8350         (__libc_ptyname2): Likewise.
8352         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
8353         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
8354         * sysdeps/generic/init-first.c: Likewise.
8355         * sysdeps/i386/init-first.c: Likewise.
8356         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8357         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8358         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8359         * sysdeps/sh/init-first.c: Likewise.
8360         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
8361         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8363         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
8364         (_itowa_upper_digits): Likewise.
8366         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
8367         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
8368         as hidden.
8370         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
8371         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
8372         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
8373         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
8375         * gmon/gmon.c (__bb_head): Define as hidden.
8376         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
8378         * argp/argp-parse.c (_argp_hang): Define as static.
8380         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
8381         handling in latest compilers.
8383         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
8384         define alias.
8385         * libio/fileops.c (_IO_file_jumps): Likewise.
8386         * libio/stdfiles.c (_IO_list_all): Likewise.
8387         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
8389         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
8390         include/malloc.h.
8391         * include/malloc.h: Add __libc_malloc_initialized declaration
8392         here.  Mark variable hidden.
8393         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
8395         * elf/dl-open.c (__libc_argc): Declare as hidden.
8396         (__libc_argv): Likewise.
8397         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
8398         (__libc_argv): Likewise.
8399         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
8400         __libc_argv as hidden.
8401         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8402         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8403         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
8404         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8406         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
8407         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
8408         * stdlib/erand48.c: Likewise.
8409         * stdlib/jrand48.c: Likewise.
8410         * stdlib/lcong48.c: Likewise.
8411         * stdlib/lrand48.c: Likewise.
8412         * stdlib/mrand48.c: Likewise.
8413         * stdlib/nrand48.c: Likewise.
8414         * stdlib/seed48.c: Likewise.
8415         * stdlib/srand48.c: Likewise.
8417         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
8418         (_itoa_lower_digits_internal): New declaration.
8419         (_itoa_upper_digits_internal): New declaration.
8420         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
8421         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
8422         (_itoa_upper_digits_internal): New declaration.
8423         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
8424         _itoa_lower_digits.
8425         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
8426         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
8428         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
8429         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
8431         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
8432         (_itowa_lower_digits): Likewise.
8433         (_itowa_upper_digits): Likewise.
8434         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
8435         (_itowa_upper_digits): Likewise.
8437         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
8438         not already defined.
8439         (GERMANIC_PLURAL): Declare as hidden.
8441         * posix/getopt.c (__getopt_initialized): Declare as hidden.
8442         (attribute_hidden): Define as empty macro if not already defined.
8444         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
8445         (__gconv_max_path_elem_len): Likewise.
8446         (__gconv_path_envvar): Likewise.
8448         * math/Makefile (gmp-objs): Remove mp_clz_tab.
8449         * stdlib/Makefile (aux): Remove mp_clz_tab.
8450         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
8452         * stdlib/exit.h (__exit_funcs): Declare as hidden.
8454         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
8456         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
8457         _nl_category_names, _nl_category_name_sizes, _nl_current,
8458         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
8460         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
8461         (_nl_current_default_domain): Likewise
8462         (_nl_state_lock): Likewise.
8463         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
8464         (_nl_current_default_domain): Likewise
8465         (_nl_state_lock): Likewise.
8466         * intl/bindtextdom.c (_nl_state_lock): Likewise.
8468         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
8469         (_fpioconst_pow10): Likewise.
8471         * include/time.h (_tmbuf): Add attribute_hidden.
8473         * time/tzset.c (tzstring_list): Define as static.
8475         * include/time.h: Add attribute_hidden to __tzname_cur_max and
8476         __use_tzfile declaration.
8478         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
8479         and __wcsmbs_last_locale declaration.
8481 2002-02-25  Paul Eggert  <eggert@twinsun.com>
8483         * timezone/Makefile (tzbases): Move systemv from here...
8484         (tzlinks): to here, since the entries in systemv were all changed
8485         from Zone to Link lines in tz-2001a.  Bug reported (and patch
8486         tested) by Peter Breitenlohner.
8488 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
8490         * time/tst-posixtz.c (tests): Add new tests.
8491         (main): Test whether tzset() sets daylight properly.
8493 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
8495         * time/tzset.c (tz_compute): Move __daylight, __tzname and
8496         __tzname_cur_max setting...
8497         (tzset_internal): ...here.
8499 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
8501         * time/tzset.c (compute_change): Don't return any value.
8502         (tz_compute): Likewise.  Don't handle southern hemisphere here.
8503         (__tz_convert): But here.
8505 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8507         * manual/examples/mkfsock.c: Include <string.h> as well.
8508         Patch by Alain De Carolis <alaind@wseurope.com>.
8510 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
8512         * posix/regexec.c (re_match): Fix incorrect register sizes.
8513         (re_search): Likewise.
8515 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
8517         * posix/regcomp.c (regfree): Remove a disused condition.
8518         * posix/regex_internal.c (re_acquire_state): Likewise.
8519         (re_acquire_state_context): Likewise.
8520         (register_state): Remove a redundant malloc invocation.
8521         * posix/regex_internal.h: (re_state_table_entry): Simplify
8522         the structure.
8524 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
8526         * posix/regcomp.c (regcomp): Add __builtin_expect to error
8527         handling conditions.
8528         (regerror): Likewise.
8529         (regfree): Likewise.
8530         (re_compile_internal): Likewise.
8531         (init_dfa): Likewise.
8532         (init_word_char): Likewise.
8533         (create_initial_state): Likewise.
8534         (analyze): Likewise.
8535         (analyze_tree): Likewise.
8536         (duplicate_node): Likewise.
8537         (calc_eclosure): Likewise.
8538         (calc_eclosure_iter): Likewise.
8539         (parse): Likewise.
8540         (parse_reg_exp): Likewise.
8541         (parse_branch): Likewise.
8542         (parse_expression): Likewise.
8543         (parse_subexp): Likewise.
8544         (parse_dup_op): Likewise.
8545         (parse_bracket_exp): Likewise.
8546         (build_equiv_class): Likewise.
8547         (build_charclass): Likewise.
8548         (build_word_op): Likewise.
8549         (fetch_number): Likewise.
8550         (create_tree): Likewise.
8551         (duplicate_tree): Likewise.
8552         * posix/regex.c (BE): New macro.
8553         * posix/regexec.c (re_match): Add __builtin_expect to error
8554         handling conditions.
8555         (re_match_2): Likewise.
8556         (re_search): Likewise.
8557         (re_search_internal): Likewise.
8558         (check_matching): Likewise.
8559         (proceed_next_node): Likewise.
8560         (set_regs): Likewise.
8561         (sift_states_backward): Likewise.
8562         (add_epsilon_backreference): Likewise.
8563         (transit_state): Likewise.
8564         (transit_state_sb): Likewise.
8565         (transit_state_mb): Likewise.
8566         (transit_state_bkref): Likewise.
8567         (transit_state_bkref_loop): Likewise.
8568         (build_trtable): Likewise.
8569         (group_nodes_into_DFAstates): Likewise.
8570         (match_ctx_init): Likewise.
8571         (match_ctx_add_entry): Likewise.
8572         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
8573         to error handling conditions.
8574         (re_string_construct_toupper): Likewise.
8575         (build_wcs_buffer): Likewise.
8576         (build_wcs_upper_buffer): Likewise.
8577         (build_upper_buffer): Likewise.
8578         (re_string_translate_buffer): Likewise.
8579         (re_node_set_alloc): Likewise.
8580         (re_node_set_init_1): Likewise.
8581         (re_node_set_init_2): Likewise.
8582         (re_node_set_init_copy): Likewise.
8583         (re_node_set_intersect): Likewise.
8584         (re_node_set_init_union): Likewise.
8585         (re_node_set_merge): Likewise.
8586         (re_node_set_insert): Likewise.
8587         (re_dfa_add_node): Likewise.
8588         (re_acquire_state): Likewise.
8589         (re_acquire_state_context): Likewise.
8590         (create_new_state_common): Likewise.
8591         (register_state): Likewise.
8592         (create_ci_new_state): Likewise.
8593         (create_cd_new_state): Likewise.
8594         (re_string_context_at): Remove redundant condition.
8596 2002-01-16  Roger Sayle  <roger@eyesopen.com>
8598         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
8600         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
8602 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
8604         * sysdeps/i386/elf/configure.in: Fix comment.
8606         * sysdeps/sparc/sparc64/configure.in: New file.
8607         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
8608         if .dynamic comes before .got.
8609         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
8611         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
8612         HP_TIMING_ACCUM): Fix typos.
8614 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8616         * string/strfry.c: Add some more randomness to the seed.
8617         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
8619         * po/es.po: Update from translation team.
8620         * po/fr.po: Likewise.
8622         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
8624         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
8625         when determining type of format.
8626         Patch by James Antill <james@anqd.org> [PR libc/2787].
8628 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
8630         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
8632 2002-03-11  Roland McGrath  <roland@frob.com>
8634         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
8636         * Versions.def (libc): Add GLIBC_2.2.6.
8637         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
8638         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
8639         __errno_location instead of __hurd_errno_location, and don't inline it.
8640         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
8641         * hurd/errno.c: New file.
8642         * hurd/Makefile (routines): Add errno.
8644 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8646         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
8647         ridiculously large widths and precisions [PR libc/3026].
8649 2002-03-11  Andreas Jaeger  <aj@suse.de>
8651         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
8652         support.
8653         Patch by Susanne Oberhauser <froh@SuSE.de>.
8655 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8657         * inet/rexec.c (ahostbuf): Define as static.
8659         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
8660         (__ctype32_wctrans): Likewise.
8661         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
8662         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
8663         (__ctype32_wctrans): Likewise.
8664         (__ctype32_width): Likewise.
8666         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
8667         They were never exported anyway.
8669         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
8670         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
8671         exported.
8672         * include/sys/gmon.h: Declare _gmonparam.
8674         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
8675         symbols for getdents64.  They were never exported.
8677 2002-03-09  Roland McGrath  <roland@frob.com>
8679         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
8680         Reported by Jon Arney <jarney1@cox.net>.
8682 2002-02-23  Roland McGrath  <roland@frob.com>
8684         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
8685         declaration.
8686         (__hurd_errno_location): Function removed.
8688 2002-03-06  Andreas Jaeger  <aj@suse.de>
8690         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
8691         32-bit.
8693 2002-03-04  Andreas Jaeger  <aj@suse.de>
8695         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
8697         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
8698         x86-64.
8700         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
8702         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
8704         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
8706         * sysdeps/x86_64/bits/setjmp.h: New file.
8708         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
8710         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
8712         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
8713         for x86.
8714         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
8715         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
8717 2002-02-28  Bo Thorsen  <bo@suse.de>
8719         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
8720         version.
8722 2002-03-03  Andreas Jaeger  <aj@suse.de>
8724         * sysdeps/x86_64/bits/wordsize.h: New file.
8726         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
8727         * elf/tst-tlsmod1.c: Likewise.
8729         * posix/regcomp.c: Get regex.h from include dir for internal
8730         prototypes.
8732         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
8733         to libc-internal.h and include it.
8734         * include/libc-internal.h: Add __init_misc.
8736         * misc/init-misc.c: Include libc-internal.h for prototypes.
8738         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
8740         * misc/error.c [_LIBC]: Include libioP.h for prototype of
8741         _IO_putc_internal.
8743 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
8745         * posix/regcomp.c: Compatibility changes to allow using the code
8746         outside glibc.
8748 2002-02-28  Hartvig Ekner <hartvige@mips.com>
8750         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
8751         compiled non-PIC.
8753 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
8755         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
8756         of .str elements in the returned data structure.
8758         * elf/elf.h: Add Alpha TLS bits.
8760 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8762         * sysdeps/unix/sysv/linux/nice.c: New file.
8764 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
8766         * elf/Makefile (dl-routines): Add dl-origin.
8767         (elide-routines.os): Add dl-origin.
8768         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
8769         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
8770         _dl_debug_state.
8771         * include/libc-symbols.c: Define attribute_hidden depending on
8772         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
8774         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
8775         * elf/dl-load.c: Likewise.
8776         * elf/rtld.c: Likewise.
8777         * include/unistd.h: Declare __libc_enable_secure_internal.
8778         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
8779         Use INTUSE with __libc_enable_secure.
8780         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8782         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
8783         * elf/dl-error.c: Likewise,
8784         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
8786         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
8787         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
8788         function definition.  Use INTDEF with _dl_get_origin.
8789         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8791         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
8792         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
8794         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
8795         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
8796         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
8798         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
8799         * elf/dl-deps.c: Likewise.
8800         * elf/dl-error.c: Likewise.
8801         * elf/dl-fini.c: Likewise.
8802         * elf/dl-init.c: Likewise.
8803         * elf/dl-load.c: Likewise.
8804         * elf/dl-lookup.c: Likewise.
8805         * elf/dl-reloc.c: Likewise.
8806         * elf/dl-version.c: Likewise.
8807         * elf/do-lookup.h: Likewise.
8808         * sysdeps/arm/dl-machine.h: Likewise.
8809         * sysdeps/cris/dl-machine.h: Likewise.
8810         * sysdeps/hppa/dl-machine.h: Likewise.
8811         * sysdeps/i386/dl-machine.h: Likewise.
8812         * sysdeps/m68k/dl-machine.h: Likewise.
8813         * sysdeps/powerpc/dl-machine.h: Likewise.
8814         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8815         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8816         * sysdeps/sh/dl-machine.h: Likewise.
8817         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
8818         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
8819         * sysdeps/x86_64/dl-machine.h: Likewise.
8820         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
8821         _dl_argv[0].  Use INTUSE with _dl_argv.
8822         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
8823         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
8825 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8827         * elf/rtld.c (_rtld_global): Remove .protected.
8828         (_rtld_local): Strong alias to _rtld_global.
8829         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
8830         only .os object.
8831         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
8832         _rtld_local instead of _rtld_global.
8833         (_rtld_local): Add hidden extern, possibly in .sdata section.
8834         * configure.in: Add tests for visibility attribute and .sdata.
8835         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
8836         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
8837         * sysdeps/arm/dl-machine.h: Likewise.
8838         * sysdeps/generic/ldsodefs.h: Likewise.
8839         * sysdeps/hppa/dl-machine.h: Likewise.
8840         * sysdeps/cris/dl-machine.h: Likewise.
8841         * sysdeps/i386/dl-machine.h: Likewise.
8842         * sysdeps/ia64/dl-machine.h: Likewise.
8843         * sysdeps/m68k/dl-machine.h: Likewise.
8844         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8845         * sysdeps/mips/dl-machine.h: Likewise.
8846         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8847         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8848         * sysdeps/sh/dl-machine.h: Likewise.
8849         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8850         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8851         * sysdeps/x86_64/dl-machine.h: Likewise.
8853 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8855         * login/login.c (login): Always initialize ut_line field
8856         [PR libc/2991].
8858 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8860         * sysdeps/i386/Makefile (sysdep_routines): Add
8861         divdi3 in csu dir.
8862         (shared-only-routines): Likewise.
8863         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
8864         (shared-only-routines): Likewise.
8865         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
8866         (shared-only-routines): Likewise.
8867         * sysdeps/wordsize-32/divdi3.c: New file.
8869 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8871         * locale/iso-4217.def: Remove obsolete currencies for countries
8872         with Euro.
8874 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
8876         * posix/regcomp.c (regcomp): Remove a redundant condition.
8877         (init_word_char): Add a check on malloc failure.
8878         (create_initial_state): Likewise.
8879         (duplicate_node): Likewise.
8880         (calc_eclosure): Likewise.
8881         (calc_eclosure_iter): Likewise.
8882         (parse_expression): Likewise.
8883         (parse_bracket_exp): Remove unnecessary malloc invocations.
8884         (build_equiv_class): Likewise.
8885         (build_charclass): Likewise.
8886         * posix/regex_internal.c (re_node_set_intersect): Add a check
8887         on malloc failure.
8888         (re_node_set_add_intersect): Likewise.
8889         (re_node_set_merge): Likewise.
8890         (re_acquire_state): Likewise.
8891         (re_acquire_state_context): Likewise.
8892         (create_newstate_common): Likewise.
8893         (register_state): Likewise.
8894         (create_ci_newstate): Likewise.
8895         (create_cd_newstate): Likewise.
8896         * posix/regex_internal.h: Fix prototypes of re_acquire_state
8897         and re_acquire_state_context.
8898         * posix/regexec.c (regexec): Suit it to the error handling of
8899         re_search_internal.
8900         (re_match): Likewise.
8901         (re_search): Likewise.
8902         (re_search_internal): Add a check on malloc failure.
8903         (acquire_init_state_context): Likewise.
8904         (check_matching): Likewise.
8905         (proceed_next_node): Likewise.
8906         (set_regs): Likewise.
8907         (sift_states_backward): Likewise.
8908         (sift_states_iter_bkref): Likewise.
8909         (add_epsilon_backreference): Likewise.
8910         (transit_state): Likewise.
8911         (transit_state_sb): Likewise.
8912         (transit_state_mb): Likewise.
8913         (transit_state_bkref_loop): Likewise.
8914         (build_trtable): Likewise.
8915         (group_nodes_into_DFAstates): Likewise.
8916         (match_ctx_init): Likewise.
8917         (match_ctx_add_entry): Likewise.
8919 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8921         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
8922         l_libname if profiling is enabled [PR libc/2916].
8924         * sysdeps/ia64/dl-tls.h: New file.
8926 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
8928         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
8929         Work around an Alpha gas bug.
8931 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8933         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
8934         uses read to load the catalog.
8935         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
8937 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
8939         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
8940         regex_internal.c, and regex_internal.h.
8941         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
8942         * posix/regex.c: Complete rewrite.
8943         * posix/regexec.c: New file.
8944         * posix/regcomp.c: New file.
8945         * posix/regex_internal.c: New file.
8946         * posix/regex_internal.h: New file.
8947         * posix/regex.h (RE_ICASE): New macro.
8948         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
8950         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
8951         ungetwc.  It's a macro.
8952         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
8953         implementation.
8954         Reported by Jason Merrill <jason@redhat.com>.
8956 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8958         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
8959         position to fp->_offset if it is set.
8960         * stdio-common/Makefile (tests): Add tst-fdopen.
8961         * stdio-common/tst-fdopen.c: New test.
8963 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8965         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
8966         * stdio-common/tst-ungetc.c (main): Add another test.
8968 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
8970         * assert/assert-perr.c: Use INTUSE to reference functions and variables
8971         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
8972         aliases.  Add prototypes for the new aliases.
8973         * assert/assert.c: Likewise.
8974         * include/libc-symbols.h: Likewise.
8975         * include/stdio.h: Likewise.
8976         * include/netinet/in.h: Likewise.
8977         * include/rpc/auth.h: Likewise.
8978         * include/rpc/auth_unix.h: Likewise.
8979         * include/rpc/key_prot.h: Likewise.
8980         * include/rpc/pmap_prot.h: Likewise.
8981         * include/rpc/pmap_rmt.h: Likewise.
8982         * include/rpc/rpc_msg.h: Likewise.
8983         * include/rpc/xdr.h: Likewise.
8984         * inet/gethstbyad_r.c: Likewise.
8985         * inet/gethstbynm2_r.c: Likewise.
8986         * inet/gethstbynm_r.c: Likewise.
8987         * inet/gethstent_r.c: Likewise.
8988         * inet/in6_addr.c: Likewise.
8989         * libio/__fpurge.c: Likewise.
8990         * libio/filedoalloc.c: Likewise.
8991         * libio/fileops.c: Likewise.
8992         * libio/ftello.c: Likewise.
8993         * libio/ftello64.c: Likewise.
8994         * libio/genops.c: Likewise.
8995         * libio/iofclose.c: Likewise.
8996         * libio/iofdopen.c: Likewise.
8997         * libio/iofflush.c: Likewise.
8998         * libio/iofflush_u.c: Likewise.
8999         * libio/iofgetpos.c: Likewise.
9000         * libio/iofgetpos64.c: Likewise.
9001         * libio/iofgets.c: Likewise.
9002         * libio/iofgets_u.c: Likewise.
9003         * libio/iofopen.c: Likewise.
9004         * libio/iofopncook.c: Likewise.
9005         * libio/iofputs.c: Likewise.
9006         * libio/iofread.c: Likewise.
9007         * libio/iofread_u.c: Likewise.
9008         * libio/iofsetpos.c: Likewise.
9009         * libio/iofsetpos64.c: Likewise.
9010         * libio/ioftell.c: Likewise.
9011         * libio/iofwrite.c: Likewise.
9012         * libio/iogetline.c: Likewise.
9013         * libio/iogets.c: Likewise.
9014         * libio/iogetwline.c: Likewise.
9015         * libio/iolibio.h: Likewise.
9016         * libio/iopadn.c: Likewise.
9017         * libio/iopopen.c: Likewise.
9018         * libio/ioseekoff.c: Likewise.
9019         * libio/ioseekpos.c: Likewise.
9020         * libio/iosetbuffer.c: Likewise.
9021         * libio/iosetvbuf.c: Likewise.
9022         * libio/ioungetc.c: Likewise.
9023         * libio/ioungetwc.c: Likewise.
9024         * libio/iovdprintf.c: Likewise.
9025         * libio/iovsprintf.c: Likewise.
9026         * libio/iovsscanf.c: Likewise.
9027         * libio/libioP.h: Likewise.
9028         * libio/memstream.c: Likewise.
9029         * libio/obprintf.c: Likewise.
9030         * libio/oldfileops.c: Likewise.
9031         * libio/oldiofclose.c: Likewise.
9032         * libio/oldiofdopen.c: Likewise.
9033         * libio/oldiofgetpos.c: Likewise.
9034         * libio/oldiofgetpos64.c: Likewise.
9035         * libio/oldiofopen.c: Likewise.
9036         * libio/oldiofsetpos.c: Likewise.
9037         * libio/oldiofsetpos64.c: Likewise.
9038         * libio/oldiopopen.c: Likewise.
9039         * libio/oldstdfiles.c: Likewise.
9040         * libio/putc.c: Likewise.
9041         * libio/setbuf.c: Likewise.
9042         * libio/setlinebuf.c: Likewise.
9043         * libio/stdfiles.c: Likewise.
9044         * libio/stdio.c: Likewise.
9045         * libio/strops.c: Likewise.
9046         * libio/vasprintf.c: Likewise.
9047         * libio/vscanf.c: Likewise.
9048         * libio/vsnprintf.c: Likewise.
9049         * libio/vswprintf.c: Likewise.
9050         * libio/wfiledoalloc.c: Likewise.
9051         * libio/wfileops.c: Likewise.
9052         * libio/wgenops.c: Likewise.
9053         * libio/wstrops.c: Likewise.
9054         * malloc/mtrace.c: Likewise.
9055         * misc/error.c: Likewise.
9056         * misc/syslog.c: Likewise.
9057         * nss/getXXbyYY_r.c: Likewise.
9058         * nss/getXXent_r.c: Likewise.
9059         * nss/hosts-lookup.c: Likewise.
9060         * stdio-common/getw.c
9061         * stdio-common/printf-prs.c: Likewise.
9062         * stdio-common/printf_fp.c: Likewise.
9063         * stdio-common/printf_size.c: Likewise.
9064         * stdio-common/putw.c: Likewise.
9065         * stdio-common/scanf.c: Likewise.
9066         * stdio-common/sprintf.c: Likewise.
9067         * stdio-common/tmpfile64.c: Likewise.
9068         * stdio-common/vfprintf.c: Likewise.
9069         * stdio-common/vfscanf.c: Likewise.
9070         * stdlib/strfmon.c: Likewise.
9071         * sunrpc/auth_des.c: Likewise.
9072         * sunrpc/auth_none.c: Likewise.
9073         * sunrpc/auth_unix.c: Likewise.
9074         * sunrpc/authdes_prot.c: Likewise.
9075         * sunrpc/authuxprot.c: Likewise.
9076         * sunrpc/clnt_perr.c: Likewise.
9077         * sunrpc/clnt_raw.c: Likewise.
9078         * sunrpc/clnt_tcp.c: Likewise.
9079         * sunrpc/clnt_udp.c: Likewise.
9080         * sunrpc/clnt_unix.c: Likewise.
9081         * sunrpc/key_call.c: Likewise.
9082         * sunrpc/key_prot.c: Likewise.
9083         * sunrpc/openchild.c: Likewise.
9084         * sunrpc/pm_getmaps.c: Likewise.
9085         * sunrpc/pm_getport.c: Likewise.
9086         * sunrpc/pmap_clnt.c: Likewise.
9087         * sunrpc/pmap_prot.c: Likewise.
9088         * sunrpc/pmap_prot2.c: Likewise.
9089         * sunrpc/pmap_rmt.c: Likewise.
9090         * sunrpc/rpc_cmsg.c: Likewise.
9091         * sunrpc/rpc_prot.c: Likewise.
9092         * sunrpc/svc_authux.c: Likewise.
9093         * sunrpc/svc_raw.c: Likewise.
9094         * sunrpc/svc_simple.c: Likewise.
9095         * sunrpc/svc_tcp.c: Likewise.
9096         * sunrpc/svc_udp.c: Likewise.
9097         * sunrpc/svc_unix.c: Likewise.
9098         * sunrpc/xdr.c: Likewise.
9099         * sunrpc/xdr_array.c: Likewise.
9100         * sunrpc/xdr_mem.c: Likewise.
9101         * sunrpc/xdr_rec.c: Likewise.
9102         * sunrpc/xdr_ref.c: Likewise.
9103         * sunrpc/xdr_stdio.c: Likewise.
9104         * sysdeps/generic/_strerror.c: Likewise.
9105         * sysdeps/generic/printf_fphex.c: Likewise.
9106         * sysdeps/generic/tmpfile.c: Likewise.
9107         * sysdeps/gnu/errlist.awk: Likewise.
9108         * sysdeps/gnu/errlist.c: Likewise.
9110         * libio/Makefile (routines): Remove iosprint.
9111         * libio/iosprintf.c: Removed
9114 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
9116         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
9117         non_dynamic_init and exported now.
9118         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
9119         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
9120         !SHARED.
9121         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
9122         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
9123         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
9125 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
9127         * elf/dl-close.c (free_slotinfo): Check for end of list and return
9128         true in this case.
9130         * locale/iso-639.def: Add language codes for Walloon.
9132         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
9133         total number of relocations performed.
9135         * elf/sprof.c (load_profdata): If do_test provide information as
9136         to why loading failed.
9137         * elf/dl-profile.c (_dl_start_profile): Initialize all of
9138         hist_hdr.dimen.
9140         * csu/set-init.c: Moved to...
9141         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
9142         * csu/Makefile: Don't compile set-init.
9143         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
9144         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
9145         to __libc_init.
9146         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
9147         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
9148         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
9149         __libc_init.
9150         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
9151         __libc_subinit.
9153 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
9155         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
9156         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
9157         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
9158         (_dl_deallocate_tls): New function.
9159         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
9160         _dl_deallocate_tls.
9162 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
9164         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
9165         * stdio-common/tst-fseek.c (main): Add test for this.
9167 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
9169         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
9171 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
9173         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
9174         pointer before dereferencing.
9176 2002-02-18  Roland McGrath  <roland@frob.com>
9178         * sysdeps/mach/hurd/times.c: Fix typo in last change.
9180         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
9181         Use task_policy in place of task_priority.
9183         * sysdeps/generic/bits/mman.h
9184         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
9185         * sysdeps/mach/msync.c: New file.
9187         * sysdeps/mach/powerpc/syscall.S: New file.
9189         * mach/msg.c [MACH_MSG_OVERWRITE]
9190         (__mach_msg_trap, __mach_msg_overwrite): New functions.
9191         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
9193         * sysdeps/mach/configure.in: Check for clock.defs to put into
9194         mach_interface_list.
9195         * sysdeps/mach/configure: Regenerated.
9197         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
9198         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
9199         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
9200         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
9201         (mach-shortcuts): Add device_read_overwrite_request,
9202         device_read_overwrite, vm_read_overwrite, thread_switch.
9204         * configure.in (base_machine): Set to $machine by default.
9205         * configure: Regenerated.
9207         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
9208         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
9209         * sysdeps/mach/configure: Regenerated.
9210         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
9212         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
9214         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
9216         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
9217         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
9219 2002-02-17  Roland McGrath  <roland@frob.com>
9221         * sysdeps/mach/hurd/times.c
9222         [NO_CREATION_TIME] (startup_time): New static variable.
9223         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
9224         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
9225         creation_time from task_basic_info.
9226         (__times): Use __gettimeofday instead of __host_get_time.
9228         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
9229         Use untyped Mach IPC message format.
9231         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
9233         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
9234         _S_catch_exception_raise_state_identity,
9235         _hurdsig_fault_catch_exception_raise_state,
9236         _hurdsig_fault_catch_exception_raise_state_identity.
9238         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
9240         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
9241         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
9243         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
9244         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
9246         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
9247         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
9248         them as no-op macros.
9249         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
9250         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
9252         * sysdeps/powerpc/dl-machine.h
9253         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
9255         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
9256         Use untyped Mach IPC message format.
9258         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
9259         Handle untyped Mach IPC message formats.
9261         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
9262         Expect different argument conventions when this is defined.
9263         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
9264         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
9265         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
9266         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
9267         for OSF Mach variant.
9268         (faulted): Use mig_reply_error_t for REPLY.
9269         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
9270         in __thread_set_exception_ports call.
9271         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
9272         __mach_port_set_attributes in place of __mach_port_set_qlimit.
9274         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
9275         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
9276         on Darwin, which includes bogons.
9278         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
9279         variable LOADBASE so it's not declared when it's not used.
9281 2002-02-16  Roland McGrath  <roland@frob.com>
9283         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
9284         to use BI.creation_time.
9286         * mach/Machrules (MIG): Add -x c to CPP value passed down.
9288         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
9289         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
9290         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
9291         host_page_size instead of vm_statistics.
9293         * sysdeps/mach/Makefile (mach-before-compile): Don't include
9294         mach_interface.h here, since not all variants use that name.
9296         * sysdeps/mach/configure.in: Add some checks for Mach headers
9297         to ensure a sane installation.
9298         (mach_interface_list): Define this variable by checking for .defs
9299         files found in various variants.
9300         * configure.in (mach_interface_list): AC_SUBST this.
9301         * config.make.in (mach-interface-list): New substituted variable.
9302         * mach/Makefile (user-interfaces): Define this using the value
9303         of $(mach-interface-list) instead of mach, mach4.
9304         Updated other references to mach_interface to use it as well.
9306         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
9308         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
9309         mig_reply_error_t for OSF Mach variant.
9311         * mach/Makefile (routines): Remove bootprivport.
9312         * mach/bootprivport.c: File removed.  It has never been used.
9314         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
9315         Grok the OSF flavor of message format.
9316         (mach_msg_destroy_port): For MAKE_SEND and
9317         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
9318         no-senders notification.
9320 2002-02-06  Roland McGrath  <roland@frob.com>
9322         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
9323         to here if 2.0 compatibility enabled ...
9324         (libc: GLIBC_2.1.3): ... from here.
9326 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
9328         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
9329         generation counter.
9330         * elf/dl-close.c (_dl_close): Likewise.
9332 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
9334         * elf/Makefile: Add rules to build and run tst-tls8.
9335         * elf/tst-tls8.c: New file.
9336         * elf/tst-tlsmod4.c: New file.
9338         * stdlib/test-a64l.c (tests): Add more test cases.
9340         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
9341         Reported by Walter Harms <WHarms@bfs.de>.
9343 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
9345         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
9346         definitions for struct sigcontext.
9347         Suggested by David Mosberger-Tang.
9349 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
9351         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
9352         for removing reference of module in slotinfo list.
9353         (_dl_close): Use remove_slotinfo.
9354         * sysdeps/generic/dl-tls.c: General pretty printing.
9355         (oom): Define only if SHARED.
9356         (_dl_next_tls_modid): Correct starting point for the case we assume
9357         there is a gap.  Add missing instruction grouping (doh!).  Correct
9358         tests for reaching maximum index.
9359         * elf/Makefile: Add rules to build and run tst-tls7.
9360         * elf/tst-tls7.c: New file.
9361         * elf/tst-tlsmod3.c: New file.
9363         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
9364         USE_TLS.
9365         * elf/tst-tlsmod2.c: Likewise.
9367         * elf/dl-close.c (_dl_close): When closing an object using TLS
9368         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
9369         true.  Increment dl_tls_generation only if we closed any TLS-using
9370         object.
9371         * elf/tst-tls6.c: New file.
9372         * elf/Makefile: Add rules to build and run tst-tls6.
9374         * po/da.po: Update from translation team.
9376         * locale/categories.def: Fix typo [PR libc/2948].
9377         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
9378         [PR libc/2949].
9379         * locale/iso-4217.def: Update from official version [PR libc/2950].
9380         * glibcbug.in: Honor TMPDIR [PR libc/2951].
9381         * locale/programs/ld-collate.c (collate_finish): Bail out with a
9382         message if input is too confusion instead of using assert.
9383         (collate_read): Don't crash on unknown symbol [PR libc/2952].
9384         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
9386         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
9387         * elf/tst-tls2.c: Likewise.
9388         * elf/tst-tls3.c: Likewise.
9390 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
9392         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
9394 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
9396         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
9397         if this is really necessary.
9399         * elf/dl-close.c (_dl_close): Implement freeing entries in the
9400         slotinfo array.
9401         (free_mem): Free memory for the slotinfo array if possible.
9403 2002-02-12  Andreas Schwab  <schwab@suse.de>
9405         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
9407 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
9409         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
9410         TLS_DTV_UNALLOCATE.
9411         (oom): New function.
9412         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
9413         (_dl_determine_tlsoffset): Likewise.
9414         (_dl_allocate_tls): Likewise.
9415         (__TLS_GET_ADDR): Define if not already defined.
9416         (_dl_tls_symaddr): New function.
9417         (allocate_and_init): New function.
9418         (__tls_get_addr): Actually implement handling of generation counter
9419         and deferred allocation.
9420         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
9421         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
9422         _dl_tls_generation.
9423         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
9424         Declare _dl_tls_symaddr.
9425         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
9426         SHARED.
9427         * include/link.h (struct link_map):  Remove l_tls_nextimage and
9428         l_tls_previmage.
9429         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
9430         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
9431         (_dl_vsym): Likewise.
9432         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
9433         layout.
9434         (dl_main): Allow PT_TLS be present for empty segment.  Remove
9435         nextimage list handling.  Instead add all modules using TLS to
9436         dl_tls_dtv_slotinfo_list.
9437         * elf/dl-open.c (dl_open_worker): After successfully loading all
9438         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
9439         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
9440         empty segment don't do anything.  Remove handling of initimage list.
9441         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
9442         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
9443         * elf/dl-minimal.c: Define __libc_memalign.
9444         * elf/dl-support.c: Remove _dl_initimage_list.  Add
9445         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
9446         _dl_tls_generation.
9447         * include/stdlib.h: Declare __libc_memalign.
9449         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
9450         * elf/tst-tls4.c: New file.
9451         * elf/tst-tls5.c: New file.
9452         * elf/tst-tlsmod2.c: New file.
9454         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
9456         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
9458         * elf/tst-tls1.c: Use test-skeleton.c.
9459         * elf/tst-tls2.c: Likewise.
9460         * elf/tst-tls3.c: Likewise.
9462         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
9464 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
9466         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
9468 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
9470         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
9472         * elf/tst-tls3.c: New file.
9473         * elf/tst-tlsmod1.c: New file.
9474         * elf/Makefile: Add rules to build and run tst-tls3.
9476         * sysdeps/i386/dl-machine.h: Include <tls.h>.
9477         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
9478         TLS relocations.
9480         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
9482         * po/fr.po: Update from translation team.
9484         * elf/tls-macros.h: Add alternative macros for use in PIC.
9486         * elf/dl-lookup.c: Include <tls.h>.
9487         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
9489         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
9490         required by passing pointer to last element of the list.
9492         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
9493         l_tls_initimage to a place where it actually is performed.
9495         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
9496         after globfree() calls.
9498         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
9499         (openaux): Pass open_mode as new last argument to _dl_map_object.
9500         (_dl_map_object_deps): Add new argument open_mode.  Initialize
9501         open_mode element of args variable with it.
9502         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
9503         _dl_map_object_deps.
9504         * elf/rtld.c (dl_main): Add zero as last parameter to
9505         _dl_map_object_deps call.
9506         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
9507         * elf/nodlopen2.c: New file.
9508         * elf/nodlopenmod2.c: New file.
9509         * elf/Makefile: Add rules to build and run nodlopen2.
9511         * elf/tst-tls1.c: Move TLS helper macros to...
9512         * elf/tls-macros.h: ...here.  New file.
9513         * elf/tst-tls2.c: New file.
9514         * elf/Makefile (tests): Add tst-tls2.
9515         (distribute): Add tls-macros.h.
9517         * po/sv.po: Update from translation team.
9519         * elf/tst-tls1.c (main): Add complete set of tests.  Split
9520         architecture specific definitions from the actual test code.
9522         * po/tr.po: Update from translation team.
9524 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
9526         * elf/Makefile (tests): Add tst-tls1.
9527         * elf/tst-tls1.c: New file.
9529         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
9530         alignment of TCB for now.
9532         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
9533         initialization image for the application itself.
9535         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
9536         loop to initialize TLS block.
9538 2002-02-08  Richard Henderson  <rth@redhat.com>
9540         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
9541         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
9543         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
9545 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
9547         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
9549 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
9551         * po/ca.po: Update from translation team.
9552         * po/sk.po: Likewise.
9554         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
9555         (dl_main): Move dtv/static TLS handling before relocation.
9556         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
9557         TLS_INIT_TP to allocate and install the dtv/static TLS block.
9558         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
9559         so far uses TLS initialize GL(dl_tls_static_size) and
9560         GL(dl_tls_static_align) to account for the TCB.
9561         (_dl_allocate_tls): New function.
9562         * sysdeps/generic/ldsodefs.h (rtld_global): Add
9563         _dl_initial_dtv_malloced.
9565         * configure.in: Test for __builtin_memset more realistically.
9567         * csu/version.c (banner): If TLS support is available say so.
9569 2002-02-04  H.J. Lu  <hjl@gnu.org>
9571         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
9572         __attribute_used__.
9573         (__dl_runtime_resolve): Likewise.
9575         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
9576         declaration.
9578 2001-11-15  H.J. Lu  <hjl@gnu.org>
9580         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
9581         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
9583         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
9585 2002-02-07  H.J. Lu  <hjl@gnu.org>
9587         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
9588         ".set noreorder".
9589         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
9590         Likewise.
9592 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9594         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
9596         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
9597         ___tls_get_addr_internal.
9598         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
9600         * po/ko.po: Update from translation team.
9602 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
9604         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
9605         attribute, change __pad{1,2} type to unsigned int.
9606         (struct stat64): Remove packed attribute.
9608 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9610         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
9612 2002-02-07  Andreas Schwab  <schwab@suse.de>
9614         * configure.in: Fix check for -zcombreloc.
9616 2002-02-06  H.J. Lu  <hjl@gnu.org>
9618         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
9619         * configure.in: Check if __builtin_memset really works.
9620         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
9621         __GNUC_PREREQ (2, 96) before using __builtin_memset.
9623 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
9625         * io/bug-ftw3.c (main): Don't try the test if root.
9627 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9629         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
9630         constraints.
9631         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
9632         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
9633         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
9634         Likewise.
9635         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
9636         a weak alias for __clone.
9637         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
9638         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
9639         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
9640         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
9641         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
9642         a weak alias for __mmap64.
9644 2002-02-05  H.J. Lu  <hjl@gnu.org>
9646         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
9647         (atomic_add): Likewise.
9648         (compare_and_swap): Likewise.
9649         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
9651 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9653         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
9655         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
9656         alignment of the TCB and store total size and alignment of static
9657         TLS block in _dl_tls_static_size and _dl_tls_static_align.
9658         tls_index is a typedef.
9659         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
9660         _dl_tls_static_align.
9661         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
9662         * elf/dl-support.c: Define _dl_tls_static_size and
9663         _dl_tls_static_align.
9665 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9667         * configure.in: Add --without-tls option.
9668         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
9669         --without-tls is given.
9671         * sysdeps/generic/dl-tls.c: Include <tls.h>.
9673         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
9675 2002-02-06  Roland McGrath  <roland@frob.com>
9677         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
9678         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
9680         * scripts/versions.awk: Improve error message for missing version.
9681         Each version inherits from the last one only if they have the same
9682         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
9683         but not GLIBC_x and FOO_y.
9685         * scripts/firstversions.awk: Handle libraries that don't have each
9686         particular version named in the third column of shlib-versions.
9688         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
9690 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9692         * Versions.def [ld]: Add GLIBC_2.3.
9693         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
9694         * elf/Makefile (dl-routines): Add dl-tls.
9695         (distribute): Add dl-tls.h.
9696         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9697         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9698         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
9699         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
9700         along with the other info in the link map.  Change queueing of init
9701         images for double linked list.  Use _dl_next_tls_modid to compute
9702         l_tls_modid.
9703         * elf/rtld.c (_dl_start_final): Store alignment requirement
9704         along with the other info in rtld map and executable map.
9705         (dl_main): Add ld.so to the init image list if necessary.  Compute
9706         final module ID with _dl_next_tls_modid.
9707         * include/link.h (struct link_map): Add l_tls_previmage and
9708         l_tls_align.
9709         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9710         * sysdeps/i386/elf/Versions: New file.
9711         * sysdeps/generic/dl-tls.c: New file.
9712         * sysdeps/generic/dl-tls.h: New file.
9713         * sysdeps/i386/dl-tls.h: New file.
9715 2002-02-06  Roland McGrath  <roland@frob.com>
9717         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
9718         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
9720 2002-01-05  Roland McGrath  <roland@frob.com>
9722         * sysdeps/mach/configure.in: New file.
9723         * sysdeps/mach/configure: New generated file.
9725         * mach/Makefile (user-interfaces): Remove default_pager_helper.
9726         It has never been used by anything.
9728 2002-02-06  H.J. Lu  <hjl@gnu.org>
9730         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
9731         is included.
9733 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9735         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
9736         attribute((packed)) to counter stupid people misusing gcc options.
9737         (struct stat64): Likewise.
9739 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9741         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
9742         the variables which are used as booleans.
9744 2002-02-06  Andreas Jaeger  <aj@suse.de>
9746         * include/libc-symbols.h (INTUSE): Renamed from INT.
9747         * elf/dl-deps.c: Change users.
9748         * sysdeps/generic/dl-sysdep.c: Likewise.
9749         * sysdeps/generic/dl-cache.c: Likewise.
9750         * elf/dl-reloc.c: Likewise.
9751         * elf/rtld.c: Likewise.
9752         * elf/dl-version.c: Likewise.
9753         * elf/dl-load.c: Likewise.
9754         * elf/dl-dst.h: Likewise.
9755         * elf/dl-init.c: Likewise.
9756         * elf/dl-error.c: Likewise.
9757         * elf/dl-fini.c: Likewise.
9758         * elf/dl-runtime.c: Likewise.
9759         * elf/do-lookup.h: Likewise.
9761         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
9762         definition.
9763         * stdio-common/_itowa.h: Likewise.
9765 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9767         * elf/dl-minimal.c: Define _itoa_lower_digits.
9769         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
9770         DT_FLAGS set.
9772         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
9773         loading modules with the DF_STATIC_TLS flag set.
9774         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
9775         element.
9776         * include/link.h (struct link_map): Add l_flags field.
9777         * elf/elf.h (DF_STATIC_TLS): New definition.
9779         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
9780         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
9782         * elf/rtld.c (process_dl_debug): Correct printing help message.
9783         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
9784         for %s.
9786         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
9787         definition and pass &errno in use of this variable.
9788         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
9790 2002-02-04  Andreas Schwab  <schwab@suse.de>
9792         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
9793         * locale/programs/charmap-dir.c: Wrap calls that output messages
9794         with WITH_CUR_LOCALE.  Include "localedef.h" first.
9795         * locale/programs/charmap.c: Likewise.
9796         * locale/programs/ld-address.c: Likewise.
9797         * locale/programs/ld-collate.c: Likewise.
9798         * locale/programs/ld-ctype.c: Likewise.
9799         * locale/programs/ld-identification.c: Likewise.
9800         * locale/programs/ld-measurement.c: Likewise.
9801         * locale/programs/ld-messages.c: Likewise.
9802         * locale/programs/ld-monetary.c: Likewise.
9803         * locale/programs/ld-name.c: Likewise.
9804         * locale/programs/ld-numeric.c: Likewise.
9805         * locale/programs/ld-paper.c: Likewise.
9806         * locale/programs/ld-telephone.c: Likewise.
9807         * locale/programs/ld-time.c: Likewise.
9808         * locale/programs/linereader.c: Likewise.
9809         * locale/programs/linereader.h: Likewise.
9810         * locale/programs/localedef.c: Likewise.
9811         * locale/programs/locfile.c: Likewise.
9812         * locale/programs/repertoire.c: Likewise.
9814 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9816         * elf/rtld.c (_dl_start_final): Determine load address to locate
9817         ehdr with GL(dl_rtld_map).l_map_start.
9819         * po/ca.po: Update from translation team.
9821         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
9822         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
9823         header entry.
9824         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9825         _dl_tls_module_cnt.
9826         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
9828 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
9830         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
9831         * include/link.h (struct link_map): Add various members for TLS
9832         information.
9833         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9834         _rtld_tlsoffset, add _dl_initimage_list.
9835         * sysdeps/i386/dl-lookupcfg.h: New file.
9836         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
9837         TLS relocation.  When using TLS we now use RESOLVE_MAP.
9838         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
9839         is used.
9841         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
9842         unused.
9844         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
9845         thread-pointer as soon as possible.
9846         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
9847         elements in rtld_global.
9848         * sysdeps/generic/tls.h: New file.
9849         * elf/Makefile (distribute): Add tls.h.
9850         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
9851         relocations.  Not complete yet.
9853         * resolv/resolv.h: Allow user to define __need_res_state and only
9854         define __res_start structure then.
9855         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
9857         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
9858         dl_cpuclock_offset initialization to _dl_start_final.
9859         (_dl_show_auxv): Avoid unnecessary sign extension.
9860         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
9862 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9864         * config.h.in: Add HAVE_TLS_SUPPORT.
9865         * sysdeps/i386/elf/configure.in: New file.
9867 2002-02-03  Andreas Schwab  <schwab@suse.de>
9869         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
9870         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
9872 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
9874         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
9875         alloca if the memory reqirements are too high.
9877 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9879         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
9880         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
9881         the former is available anyway and speed isn't important here.
9882         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
9883         * elf/dl-version.c (match_symbol): Likewise.
9884         (_dl_check_map_versions): Likewise.
9885         * elf/rtld.c (process_envvars): Likewise.
9886         (print_statistics): Likewise.
9887         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
9888         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
9889         bases.  Add assert to catch uses of unimplemented features.
9890         (__strsep): Add assert to catch uses of unimplemented features.
9891         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
9892         and avoid inline optimization.
9893         * elf/rtld.c (process_envvars): Likewise.
9894         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
9895         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
9896         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
9898 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9900         * stdio-common/_itoa.h: Minor simplifications of the code.
9901         * stdio-common/_itoa.c: Likewise.
9903         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
9904         instead of _dl_printf for debugging info output.
9906         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
9907         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
9909 2002-02-01  H.J. Lu  <hjl@gnu.org>
9911         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
9912         (atomic_add): Likewise.
9913         (compare_and_swap): Return 0 only when failed to compare. Use
9914         branch likely.
9916         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
9917         branch likely.
9919 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
9921         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
9923 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9925         * elf/dl-minimal.c (__strsep): New minimal implementation.
9927 2002-02-02  Paul Eggert  <eggert@twinsun.com>
9929         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
9930         (__mktime_internal): If no tm_isdst is requested, prefer solutions
9931         with tm_isdst > 0 when the requested time falls within a
9932         spring-forward gap [PR libc/2894].
9934 2002-02-03  Andreas Schwab  <schwab@suse.de>
9936         * stdio-common/tst-rndseek.c: Increase timeout.
9938 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9940         Change ld.so to not use functions which are exported.  One cannot
9941         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
9942         definitions.
9943         * include/libc-symbols.h: Define INT and INTDEF.
9944         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
9945         _dl_signal_error_internal, _dl_map_object_internal,
9946         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
9947         _dl_lookup_versioned_symbol_internal,
9948         _dl_relocate_object_internal, _dl_debug_state_internal,
9949         _dl_start_profile_internal, and _dl_unload_cache_internal.
9950         * include/dlfcn.h: Declare _dl_catch_error_internal.
9951         * elf/rtld.c: Use INT for calls to any of the *_internal functions
9952         above.  Add INTDEF to function definitions.
9953         * elf/dl-debug.c: Likewise.
9954         * elf/dl-deps.c: Likewise.
9955         * elf/dl-dst.h: Likewise.
9956         * elf/dl-error.c: Likewise.
9957         * elf/dl-fini.c: Likewise.
9958         * elf/dl-init.c: Likewise.
9959         * elf/dl-load.c: Likewise.
9960         * elf/dl-lookup.c: Likewise.
9961         * elf/dl-misc.c: Likewise.
9962         * elf/dl-open.c: Likewise.
9963         * elf/dl-profile.c: Likewise.
9964         * elf/dl-reloc.c: Likewise.
9965         * elf/dl-runtime.c: Likewise.
9966         * elf/dl-version.c: Likewise.
9967         * elf/do-lookup.h: Likewise.
9968         * sysdeps/generic/dl-cache.c: Likewise.
9969         * sysdeps/generic/dl-sysdep.c: Likewise.
9970         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
9971         instead of _dl_init.
9972         * sysdeps/arm/dl-machine.h: Likewise.
9973         * sysdeps/cris/dl-machine.h: Likewise.
9974         * sysdeps/hppa/dl-machine.h: Likewise.
9975         * sysdeps/i386/dl-machine.h: Likewise.
9976         * sysdeps/ia64/dl-machine.h: Likewise.
9977         * sysdeps/m68k/dl-machine.h: Likewise.
9978         * sysdeps/mips/dl-machine.h: Likewise.
9979         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9980         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9981         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9982         * sysdeps/sh/dl-machine.h: Likewise.
9983         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9984         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9985         * sysdeps/x86_64/dl-machine.h: Likewise.
9986         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9988         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9989         and _dl_debug_initialize.
9991         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9992         more information.
9993         * elf/rtld.c (dl_main): Avoid strrchr.
9994         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9995         result of readlink.  Search from the back for '/'.
9997         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9998         strncpy if possible.
10000         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
10001         strncmp.
10002         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
10003         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
10004         strspn, and strcspn.
10005         (process_envvars): Don't use strcspn.
10007         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
10008         (_dl_dst_substitute): Likewise.
10010 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10012         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
10013         code which is never used when relocating ld.so itself.
10015         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
10016         starting ld.so itself.  Move l_addr variable initialization closer
10017         to use.
10018         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
10020 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
10022         * Versions.def (libc): Add GLIBC_PRIVATE.
10023         (libdb, libnss_db, libdb1): Remove.
10024         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
10025         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
10026         (libpthread): Add GLIBC_PRIVATE.
10027         (libresolv): Likewise, remove GLIBC_2.1.
10028         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
10029         GLIBC_2.2.3, GLIBC_2.3.
10030         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
10031         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
10032         _dl_sym, _dl_vsym): Likewise.
10033         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
10034         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
10035         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
10036         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
10037         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
10038         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
10039         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
10040         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
10041         Likewise.
10042         (_dl_object_relocation_scope): Remove.
10043         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
10044         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
10045         __gconv_cache): Move to GLIBC_PRIVATE.
10046         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
10047         __internal_setnetgrent): Likewise.
10048         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
10049         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
10050         * locale/Versions (__collate_element_hash, __collate_element_strings,
10051         __collate_symbol_classes, __collate_symbol_hash,
10052         __collate_symbol_strings, _nl_current_LC_COLLATE,
10053         _nl_current_LC_CTYPE): Likewise.
10054         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
10055         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
10056         (libnss_nis, libnss_nisplus): Likewise.
10057         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
10058         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
10059         (libnss_files): Move all symbols to GLIBC_PRIVATE.
10060         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
10061         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
10062         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
10063         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
10064         __ns_get16, __ns_samename): Likewise.
10065         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
10066         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
10067         GLIBC_PRIVATE.
10068         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
10069         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
10070         __libc_connect): Likewise.
10071         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
10072         Likewise.
10073         * stdlib/Versions (__libc_system): Likewise.
10074         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
10075         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
10076         * sysdeps/ia64/fpu/Versions: Likewise.
10077         * sysdeps/ia64/Versions: Likewise.
10078         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
10079         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
10080         to GLIBC_PRIVATE.
10081         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
10082         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
10083         __libc_sigaction): Likewise.
10084         * termios/Versions (__libc_tcdrain): Likewise.
10086         * misc/sys/cdefs (__attribute_noinline__): Define.
10087         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
10088         __attribute_noinline__.
10090         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
10091         * elf/dl-xstat64.c: New file.
10092         * elf/dl-fxstat64.c: New file.
10093         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
10094         don't export __fxstat64 at multiple versions.
10095         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
10096         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
10098 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
10100         * locale/program/ld-collate.c (collate_finish): Assign a wide
10101         char collation sequence value to multi character collating
10102         elements, and avoid over writing by non-character elements.
10104 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10106         * elf/Makefile (distribute): Add dl-procinfo.c.
10107         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
10108         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
10110 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
10112         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
10113         definition.
10114         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
10115         _rtld_global struct.
10116         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
10117         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
10118         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
10119         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
10120         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
10121         _dl_fpu_control_set): Remove unused externs.
10122         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
10123         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
10124         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
10125         related variables in _rtld_global struct.
10126         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
10127         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
10128         unused extern.
10130 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10132         * sysdeps/generic/dl-procinfo.c: New file.
10134 2002-02-01  Andreas Schwab  <schwab@suse.de>
10136         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
10138 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10140         * elf/rtld.c (_dl_start): Mark as internal_function.
10141         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
10142         in register.
10143         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
10144         General pretty printing.
10146 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
10148         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
10149         * elf/dl-reloc.c: Pretty printing.
10150         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
10151         procinfo-related variables in rtld_global struct.
10152         * elf/dl-support.c: Likewise.
10153         * elf/rtld.c: Likewise.
10154         * sysdeps/i386/i686/Makefile: Likewise.
10155         * sysdeps/i386/i686/hp-timing.c: Likewise.
10156         * sysdeps/i386/i686/hp-timing.h: Likewise.
10157         * sysdeps/ia64/Makefile: Likewise.
10158         * sysdeps/ia64/hp-timing.c: Likewise.
10159         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
10160         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
10161         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
10162         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
10163         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10164         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
10165         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
10166         * sysdeps/x86_64/Makefile: Likewise.
10168         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
10169         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
10170         _dl_debug_fd to rtld_global.
10171         * elf/Versions: Likewise.
10172         * elf/dl-close.c: Likewise.
10173         * elf/dl-iteratephdr.c: Likewise.
10174         * elf/dl-lookup.c: Likewise.
10175         * elf/dl-misc.c: Likewise.
10176         * elf/dl-open.c: Likewise.
10177         * elf/dl-support.c: Likewise.
10178         * elf/do-lookup.h: Likewise.
10179         * elf/rtld.c: Likewise.
10180         * sysdeps/generic/dl-cache.c: Likewise.
10181         * sysdeps/generic/dl-sysdep.c: Likewise.
10182         * sysdeps/ia64/Versions: Likewise.
10183         * sysdeps/unix/clock_gettime.c: Likewise.
10184         * sysdeps/unix/clock_settime.c: Likewise.
10185         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
10186         * sysdeps/sparc/Versions: Removed.
10187         * sysdeps/i386/i686/Versions : Removed.
10188         * sysdeps/x86_64/Versions: Removed.
10189         * configure.in: Define HAVE_PROTECTED if .protected is available.
10190         * config.h.in: Add entry for HAVE_PROTECTED.
10192 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
10194         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
10195         code in struct _rtld_global.  Export this struct, remove all
10196         exports for the signal variables.
10197         * sysdeps/arm/dl-machine: Likewise.
10198         * sysdeps/generic/dl-origin: Likewise.
10199         * sysdeps/generic/dl-sysdep: Likewise.
10200         * sysdeps/generic/dl-cache: Likewise.
10201         * sysdeps/hppa/dl-fptr: Likewise.
10202         * sysdeps/hppa/dl-machine: Likewise.
10203         * sysdeps/cris/dl-machine: Likewise.
10204         * sysdeps/i386/dl-machine: Likewise.
10205         * sysdeps/ia64/dl-machine: Likewise.
10206         * sysdeps/m68k/dl-machine: Likewise.
10207         * sysdeps/mach/hurd/dl-sysdep: Likewise.
10208         * sysdeps/mips/mips64/dl-machine: Likewise.
10209         * sysdeps/mips/dl-machine: Likewise.
10210         * sysdeps/powerpc/elf/libc-start: Likewise.
10211         * sysdeps/powerpc/dl-machine: Likewise.
10212         * sysdeps/powerpc/dl-start: Likewise.
10213         * sysdeps/sparc/sparc32/dl-machine: Likewise.
10214         * sysdeps/sparc/sparc64/dl-machine: Likewise.
10215         * sysdeps/sh/dl-machine: Likewise.
10216         * sysdeps/s390/s390-32/dl-machine: Likewise.
10217         * sysdeps/s390/s390-64/dl-machine: Likewise.
10218         * sysdeps/unix/sysv/aix/libc-start: Likewise.
10219         * sysdeps/unix/sysv/aix/start-libc: Likewise.
10220         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
10221         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
10222         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
10223         * sysdeps/x86_64/dl-machine: Likewise.
10225 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
10227         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
10228         are too high.
10230 2002-01-31  Andreas Schwab  <schwab@suse.de>
10232         * sysdeps/posix/readv.c: Check for ssize_t overflow.
10234 2002-01-31  Andreas Schwab  <schwab@suse.de>
10236         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
10237         reference to _dl_pagesize.
10239 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
10241         * Versions.def [ld]: Add GLIBC_2.3.
10242         * elf/dl-addr.c: Move global variables for SHARED code in struct
10243         _rtld_global.  Export this struct, remove all exports for the
10244         signal variables.
10245         * elf/dl-close.c: Likewise.
10246         * elf/dl-conflict.c: Likewise.
10247         * elf/dl-debug.c: Likewise.
10248         * elf/dl-deps.c: Likewise.
10249         * elf/dl-dst.h: Likewise.
10250         * elf/dl-error.c: Likewise.
10251         * elf/dl-fini.c: Likewise.
10252         * elf/dl-init.c: Likewise.
10253         * elf/dl-iteratephdr.c: Likewise.
10254         * elf/dl-libc.c: Likewise.
10255         * elf/dl-load.c: Likewise.
10256         * elf/dl-lookup.c: Likewise.
10257         * elf/dl-minimal.c: Likewise.
10258         * elf/dl-object.c: Likewise.
10259         * elf/dl-open.c: Likewise.
10260         * elf/dl-profile.c: Likewise.
10261         * elf/dl-profstub.c: Likewise.
10262         * elf/dl-reloc.c: Likewise.
10263         * elf/dl-runtime.c: Likewise.
10264         * elf/dl-support.c: Likewise.
10265         * elf/dl-sym.c: Likewise.
10266         * elf/dl-version.c: Likewise.
10267         * elf/do-lookup.h: Likewise.
10268         * elf/do-rel.h: Likewise.
10269         * elf/dynamic-link.h: Likewise.
10270         * elf/rtld.c: Likewise.
10271         * sysdeps/generic/dl-cache.c: Likewise.
10272         * sysdeps/generic/dl-sysdep.c: Likewise.
10273         * sysdeps/generic/ldsodefs.h: Likewise.
10274         * sysdeps/generic/libc-start.c: Likewise.
10275         * sysdeps/i386/dl-machine.h: Likewise.
10276         * sysdeps/ia64/dl-fptr.c: Likewise.
10277         * sysdeps/ia64/dl-machine.h: Likewise.
10278         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
10279         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
10280         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10281         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
10282         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10283         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
10284         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
10285         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
10287 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
10289         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
10290         to avoid warning
10291         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
10293         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
10294         SHARED version.
10295         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
10297         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
10299 2002-01-29  Ben Collins  <bcollins@debian.org>
10301         * string/bits/string2.h (__mempcpy): Protect size arg for
10302         addition when using __builtin_memcpy.
10304 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
10306         * stdlib/Makefile (tests): Add tst-qsort.
10307         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
10309         * manual/signal.texi (Process Signal Mask): Document that
10310         pthread_sigmask, not sigprocmask, must be used in MT programs.
10311         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
10313         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
10314         found.
10315         * misc/Makefile (tests): Add tst-hsearch.
10316         * misc/tst-hsearch.c: New file.
10318 2002-01-18  Wolfram Gloger  <wg@malloc.de>
10320         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
10321         * malloc/malloc.h: Likewise.
10322         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
10323         * malloc/arena.c: New file.
10324         * malloc/hooks.c: New file.
10325         * malloc/tst-mallocstate.c: New file.
10326         * malloc/Makefile: Add new testcase tst-mallocstate.
10327         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
10329 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
10331         * stdlib/msort.c: Remove last patch.  The optimization violates the
10332         same rule which qsort.c had problems with.
10334 2002-01-27  Paul Eggert  <eggert@twinsun.com>
10336         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
10337         to a pivot element that lies outside the array to be sorted, as
10338         ISO C99 requires that the comparison function be called only with
10339         addresses of array elements [PR libc/2880].
10341 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
10343         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
10344         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
10346         * timezone/asia: Update from tzdata2002b.
10347         * timezone/australasia: Likewise.
10348         * timezone/backward: Likewise.
10349         * timezone/europe: Likewise.
10350         * timezone/leapseconds: Likewise.
10351         * timezone/iso3166.tab: Likewise.
10352         * timezone/zone.tab: Likewise.
10354 2002-01-23  Richard Henderson  <rth@redhat.com>
10356         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
10358 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
10360         * string/strxfrm.c: Allocate one more byte for rulearr and clear
10361         this element [PR libc/2855].
10363         * string/strcoll.c: Handle zero-length arguments specially
10364         [PR libc/2856].
10366 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
10368         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
10369         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
10370         short lengths and constant src.
10371         (strcpy): Don't optimize for gcc 3.0+.
10372         (__stpcpy): For gcc 3.0+, don't use
10373         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
10374         for short string literal src.
10376 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
10378         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10379         Set for arm, too.
10381 2001-01-22  Paul Eggert  <eggert@twinsun.com>
10383         * manual/llio.texi (Linked Channels, Cleaning Streams):
10384         Make it clearer that a just-opened input stream might need cleaning.
10386 2002-01-21  H.J. Lu  <hjl@gnu.org>
10388         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
10389         Don't use label at end of compound statement.
10391 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
10393         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
10394         Remove test for negative integer arg; sin_pi does it correctly.
10396 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
10398         * nscd/Makefile (distribute): Filter out xmalloc.c.
10400 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
10402         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
10403         Set offset if read end wasn't the buffer end.
10404         (_IO_file_seekoff_mmap): New function.
10405         (_IO_file_xsgetn_mmap): New function.
10406         (_IO_file_jumps_mmap): Use the two new functions.
10407         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
10408         != end buffer.
10409         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
10410         _IO_file_underflow_mmap.
10411         * libio/iofopen.c: Don't position file descriptor at end of file.
10412         * libio/tst-widetext.c: Improve error messages.
10413         * stdio-common/tst-rndseek.c: Likewise.
10415 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
10417         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
10418         end of enum for !_GNU_SOURCE.
10419         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
10420         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
10421         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
10422         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
10423         values unless _GNU_SOURCE.
10425         * iconvdata/tcvn5712-1.c: Minor cleanups.
10427 2002-01-18  Andreas Schwab  <schwab@suse.de>
10429         * sysdeps/unix/sysv/linux/configure.in
10430         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
10432 2002-01-16  Roger Sayle  <roger@eyesopen.com>
10434         * stdlib/msort.c (msort_with_tmp): Replace implementation with
10435         more efficient "Towers of Hanoi" mergesort.
10436         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
10437         for generic, sizeof(int) and sizeof(long) variants respectively.
10439 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
10441         * manual/syslog.texi (openlog): Describe possible problems with
10442         first parameter.
10443         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
10445         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
10446         * nscd/connections.c (begin_drop_privileges): New function.
10447         (finish_drop_privileges): New function.
10448         (nscd_init): Call the new functions which also install all groups
10449         for the server user.
10450         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
10451         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
10453 2002-01-17  H.J. Lu  <hjl@gnu.org>
10455         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
10456         `const' from `got'.
10458 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10460         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
10461         instructions for pointer operations.
10462         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
10464 2002-01-17  Andreas Jaeger  <aj@suse.de>
10466         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
10467         __uint128_t build-in.
10469         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
10470         PowerPC, sync with 2.2 branch.
10472 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
10474         * posix/getconf.c: Update copyright year.
10475         * nss/getent.c: Likewise.
10476         * nscd/nscd_nischeck.c: Likewise.
10477         * iconv/iconvconfig.c: Likewise.
10478         * iconv/iconv_prog.c: Likewise.
10479         * elf/ldconfig.c: Likewise.
10480         * catgets/gencat.c: Likewise.
10481         * csu/version.c: Likewise.
10482         * elf/ldd.bash.in: Likewise.
10483         * elf/sprof.c (print_version): Likewise.
10484         * locale/programs/locale.c: Likewise.
10485         * locale/programs/localedef.c: Likewise.
10486         * nscd/nscd.c (print_version): Likewise.
10487         * debug/xtrace.sh: Likewise.
10488         * malloc/memusage.sh: Likewise.
10489         * malloc/mtrace.pl: Likewise.
10491 2002-01-16  Andreas Schwab  <schwab@suse.de>
10493         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
10494         reliably remove "-ia64" from rtld name.
10496 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
10498         * iconvdata/gb18030.c: Bug fixes and support for more characters.
10499         Patch by Yu Shao <yshao@redhat.com>.
10501 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10503         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
10504         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
10505         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
10507 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10509         * sysdeps/s390/fpu/libm-test-ulps: Update.
10511 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
10513         * elf/elf.h: Update x86 relocations.
10515 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
10517         * locale/programs/charmap.c (new_width): Check whether byte
10518         sequences for both ends of range have the same length.
10520 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10522         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
10524 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10526         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
10527         string literals.
10528         (__full_ieee754_sqrt): Add __attribute_used__.
10530 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
10532         * sysdeps/generic/group_member.c (__group_member): Also check
10533         groups[0] [PR libc/2781].
10535 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
10537         * Makefile (distribute): Add scripts/cpp.
10538         * elf/Makefile (distribute): Add reldep6mod[01234].c,
10539         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
10540         unwind-dw2-fde.h, and dwarf2.h.
10541         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
10542         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
10543         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
10544         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
10546 2002-01-07  Roland McGrath  <roland@frob.com>
10548         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
10549         volatile on type of ARGC so the compiler doesn't get clever.
10551 2002-01-07  Andreas Jaeger  <aj@suse.de>
10553         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
10554         * sysdeps/i386/bits/byteswap.h: Likewise.
10555         * sysdeps/ia64/bits/byteswap.h: Likewise.
10556         * sysdeps/m68k/bits/byteswap.h: Likewise.
10557         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
10558         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
10560 2002-01-02  Bruno Haible  <bruno@clisp.org>
10562         * intl/plural.y: Fix %expect count.
10564 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
10566         * elf/Makefile (routines, shared-only-routines): Add
10567         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
10568         * elf/elf.h (PT_GNU_EH_FRAME): Define.
10569         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
10570         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
10571         Optimize if .eh_frame section contains no FDEs.
10572         (__register_frame, __deregister_frame_info_bases,
10573         __deregister_frame): Likewise.
10574         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
10575         DW_CFA_restore handling.
10577 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
10579         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
10581         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
10582         for x < 0.25 and restore original range reduction method.
10583         (__ieee754_lgammal_r): Make sure signgam is set before returning.
10585 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
10587         * libio/fileops.c (_IO_file_underflow_mmap): New function.
10588         (_IO_file_close_mmap): New function.
10589         (_IO_file_jumps_mmap): New variable.
10590         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
10591         trying to convert rest of byte buffer.
10592         (_IO_wfile_underflow_mmap): New function.
10593         (_IO_wfile_jumps_mmap): New variable.
10594         * libio/iofopen.c (__fopen_maybe_mmap): New function.
10595         (__fopen_internal): New function.  Split out from _IO_new_fopen.
10596         (_IO_new_fopen): Call __fopen_internal.
10597         * libio/iofopen64.c: Just call __fopen_internal.
10598         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
10599         successfully.
10600         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
10601         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
10602         _IO_file_close_mmap.
10604         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
10605         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
10607         * stdio-common/Makefile (tests): Add tst-rndseek.
10608         * stdio-common/tst-rndseek.c: New file.
10610 2002-01-05  Roland McGrath  <roland@frob.com>
10612         * config.h.in (HAVE_MIG_RETCODE): New #undef.
10613         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
10614         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
10615         * sysdeps/mach/hurd/configure: Regenerated.
10617 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
10619         * elf/elf.h: Add more TLS definitions.
10621 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
10623         * include/features.h (__GLIBC_MINOR__): Bump to 3.
10625 2002-01-02  Roland McGrath  <roland@frob.com>
10627         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
10628         __sigisemptyset.  Don't use MASK uninitialized.
10630         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
10631         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
10632         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
10633         __sigdelset, __sigaddset, __sigorset.
10635         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
10636         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
10638         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
10639         _hurd_ports is null.
10641         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
10642         for old CMU and new OSF Mach interface flavors.
10643         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
10644         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10646         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
10648         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
10649         Pass extra arguments to task_create for OSF variant.
10650         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10652         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
10653         conditional on [HAVE_AUX_VECTOR].
10655         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
10656         mach_msg_timeout_t as type of final argument.
10658         * hurd/privports.c (__get_privileged_ports):
10659         Change host_priv_t to mach_port_t in argument type.
10660         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
10661         Update decls.
10663         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
10664         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
10665         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10666         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10667         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10668         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
10670 2002-01-01  Roland McGrath  <roland@frob.com>
10672         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
10674 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
10676         * include/stdlib.h: Define inlines for the _l variants of the strto*
10677         functions.
10679 2002-01-01  Roland McGrath  <roland@frob.com>
10681         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
10683         * mach/Machrules (MIG): Set CPP as well as CC.
10685 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
10687         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
10688         locale to parse /proc/loadavg [PR libc/2760].
10690 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
10692         * elf/dl-conflict.c: Include sys/param.h.
10693         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
10694         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
10695         warning.
10696         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
10697         literals to avoid warnings.
10699 2001-12-31  Andreas Jaeger  <aj@suse.de>
10701         * configure.in: Don't check for gsed since we do not use it anywhere.
10703 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10705         * io/fts.c: Update from BSD to fix memory leaks.
10707 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10709         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
10710         * elf/chroot_canon.c: Likewise.
10711         * elf/dl-object.c: Likewise.
10712         * iconv/iconv_charmap.c: Likewise.
10713         * iconv/iconv_prog.c: Likewise.
10714         * libio/iogetdelim.c: Likewise.
10715         * locale/lc-time.c: Likewise.
10716         * stdlib/canonicalize.c: Likewise.
10717         * sunrpc/svc.c: Likewise.
10718         * sysdeps/generic/glob.c: Likewise.
10720 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10722         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
10723         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
10724         remove high order bit from the program counter.
10725         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
10727 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10729         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
10730         unnecessary code and add missing reloc types.
10731         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
10732         case for reloc type R_390_NONE.
10734 2001-12-28  Andreas Jaeger  <aj@suse.de>
10736         * io/bug-ftw3.c: Include string.h for prototypes.
10738         * crypt/md5test.c (main): Remove unused variable.
10740         * dlfcn/modstatic.c: Add prototype to avoid warning.
10742 2001-12-26  Roland McGrath  <roland@frob.com>
10744         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
10745         check only (SS->pending & MASK) for the signal to return.
10746         From Jeroen Dekkers <jeroen@dekkers.cx>.
10748 2001-12-22  Roland McGrath  <roland@frob.com>
10750         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
10751         Use preprocessor #if conditionals instead of `if' to avoid
10752         warnings about divide by zero in dead code.
10754         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
10755         _hurd_port_init, and __hurd_self_sigstate.
10757         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
10759 2001-12-21  Andreas Jaeger  <aj@suse.de>
10761         * elf/dblloadmod1.c: Add prototype to avoid warning.
10762         * elf/dblloadmod2.c: Likewise.
10763         * elf/dblloadmod3.c: Likewise.
10764         * elf/reldepmod5.c: Likewise.
10765         * elf/reldepmod6.c: Likewise.
10767         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
10768         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
10769         used on all architectures.
10771         * sunrpc/svc_tcp.c: Add noreturn attribute for
10772         svctcp_rendezvous_abort.
10773         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
10775         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
10776         to avoid warning.
10778 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10780         * manual/llio.texi (aio_fsync): Fix a typo.
10781         Patch by Tammy Fox <tfox@redhat.com>.
10783 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
10785         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
10786         stack bias from child stack pointer before passing it to clone syscall.
10788 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
10790         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
10791         _SC_TZNAME_MAX.
10792         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
10793         Reported by Thorsten Kukuk <kukuk@suse.de>.
10795         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
10796         add some casts.
10798         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
10800 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
10802         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
10803         conforming: return EBADF if file descriptor is invalid and EINVAL
10804         if file descriptor is no valid tty.
10805         * login/tst-grantpt.c: New file.
10806         * login/Makefile (tests): Add tst-grantpt.
10808 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
10810         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
10811         different than implemented in last patch.
10812         * io/bug-ftw3.c: Adjust test for changed handling of
10813         inaccessibility of toplevel dir.
10815 2001-12-16  Roland McGrath  <roland@frob.com>
10817         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
10818         * grp/initgroups.c (internal_getgrouplist): Likewise.
10820         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
10821         `default:' to silence new GCC warning.
10822         Rewrite cast of lvalue to silence new GCC warning.
10824         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
10826         * sysdeps/mach/hurd/spawni.c: New file, by me with a
10827         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
10829 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
10831         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
10832         Patch by Stephen R. van den Berg.
10834         * crypt/md5.h: Define md5_uintptr.
10836 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10838         * libio/tst_swprintf.c (main): Add test for string argument with
10839         zero precision.
10840         * stdio-common/Makefile (tests): Add tst-sprintf.
10841         * stdio-common/tst-sprintf.c: New file.
10843 2001-12-13  Andreas Schwab  <schwab@suse.de>
10845         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
10846         zero precision with wide character string format.
10848 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
10850         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
10851         but have a user supplied buffer, return the empty buffer, not NULL.
10853 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10855         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
10856         Patch by Eric Sharkey <sharkey@netrics.com>.
10858         * crypt/md5test.c (main): Add test for multiple calls to
10859         __md5_process_bytes to itererate over input string.
10861 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
10863         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
10864         from __nis_findfastest.  Take timeout value from parameter.
10865         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
10866         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
10867         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
10869 2001-12-12  Andreas Jaeger  <aj@suse.de>
10871         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
10872         combreloc test so that it works in this case.
10874         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
10876 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
10878         * sysdeps/sh/Makefile: New file.
10879         * sysdeps/sh/_mcount.S: New file.
10880         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
10881         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
10883 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10885         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
10886         limitation [PR libc/2564].
10888 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
10890         * elf/Makefile (dl-routines): Add conflict.
10891         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
10892         (ld.so): Add _begin local symbol.
10893         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
10894         Define.
10895         * elf/dl-deps.c (_dl_build_local_scope): New function.
10896         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
10897         of all libraries.
10898         * elf/do-rel.h (VALIDX): Define.
10899         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
10900         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
10901         can be skipped.
10902         * elf/dl-conflict.c: New file.
10903         * elf/dl-lookup.c (_dl_debug_bindings): New function.
10904         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
10905         non-NULL.
10906         (_dl_lookup_symbol_skip): Likewise.
10907         (_dl_lookup_versioned_symbol): Likewise.
10908         (_dl_lookup_versioned_symbol_skip): Likewise.
10909         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
10910         define to ElfW(Rel).
10911         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
10912         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
10913         ranges.
10914         Don't adjust address dynamic tags if l_addr is 0.
10915         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
10916         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
10917         (VALIDX, ADDRIDX): Define.
10918         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
10919         (dl_main): Print library list for LD_TRACE_PRELINKING.
10920         If prelinking information can be used, skip relocating libraries and
10921         call _dl_resolve_conflicts instead.
10922         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
10923         * elf/dl-load.c (_dl_map_object): Don't create fake libs
10924         if LD_TRACE_PRELINKING.
10925         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
10926         + DT_ADDRNUM.
10927         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
10928         (DL_DEBUG_PRELINK): Define.
10929         (_dl_resolve_conflicts): Add prototype.
10931         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
10932         .plt for prelinked libraries where prelinking info cannot be used.
10933         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
10934         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
10935         * sysdeps/arm/bits/link.h: New file.
10936         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
10937         content of .got[1].
10938         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10939         (ELF_MACHINE_PLT_REL): Define.
10940         (elf_machine_rela, elf_machine_rela_relative): New functions.
10941         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
10942         of adjusting it if prelinked and prelinking cannot be used.
10943         * sysdeps/i386/bits/link.h: New file.
10944         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
10945         content of .got[1].
10946         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10947         (ELF_MACHINE_PLT_REL): Define.
10948         (elf_machine_rela, elf_machine_rela_relative): New functions.
10949         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
10950         of adjusting it if prelinked and prelinking cannot be used.
10951         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
10952         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
10953         to find out map for R_PPC_JMP_SLOT relocs.
10954         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
10955         (OPCODE_BA): Define.
10956         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10957         libraries where prelinking info cannot be used.
10958         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
10959         (elf_machine_fixup_plt): Call sparc_fixup_plt.
10960         (elf_machine_rela): Set value to 0 if relocating conflicts.
10961         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
10962         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
10963         (sparc64_fixup_plt): Fix a typo.
10964         (elf_machine_rela): Set value to 0 if relocating conflicts.
10965         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
10966         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10967         libraries where prelinking info cannot be used.
10968         * sysdeps/sh/bits/link.h: New file.
10969         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
10970         content of .got[1].
10971         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
10972         of adjusting it if prelinked and prelinking cannot be used.
10973         * sysdeps/s390/s390-32/bits/link.h: New file.
10974         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
10975         Save original content of .got[1].
10976         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10977         of adjusting it if prelinked and prelinking cannot be used.
10978         * sysdeps/s390/s390-64/bits/link.h: New file.
10979         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10980         Save original content of .got[1].
10981         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10982         of adjusting it if prelinked and prelinking cannot be used.
10983         * sysdeps/x86_64/bits/link.h: New file.
10984         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10985         Save original content of .got[1].
10986         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10987         of adjusting it if prelinked and prelinking cannot be used.
10989 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10991         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10992         where appropriate instead of numbers.  Little optimizations.
10994 2001-12-10  Roland McGrath  <roland@frob.com>
10996         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10997         set it.
10999         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
11000         set to GLIBC_2.2.5, not GLIBC_2.2.4.
11002         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
11003         Fix conditionals so this is set by default for stdio and not for libio.
11004         * sysdeps/mach/hurd/configure: Regenerated.
11006 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
11008         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
11010 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
11012         * io/Makefile (tests): Add bug-ftw3.
11013         * io/bug-ftw3.c: New file.
11015         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
11016         matches and GLOB_NOCHECK is set.
11017         * posix/globtest.sh: Correct expected result for NOCHECK test.
11019         * po/ca.po: Update from translation team.
11021 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
11023         Implement transliteration of characters in strings of the locale
11024         definitions.
11025         * locale/programs/linereader.c: Adjust for additional parameter to
11026         lr_token.
11027         (get_string): If character <Uxxxx> is not found try to transliterate
11028         it.
11029         * locale/programs/ld-ctype.c: Adjust for additional parameter to
11030         lr_token.  Add const to charmap parameter of all functions.
11031         (find_translit, find_translit2): New functions.
11032         * locale/programs/charmap.c: Adjust for additional parameter to
11033         lr_token.
11034         * locale/programs/repertoire.c: Likewise.
11035         * locale/programs/linereader.h: Likewise.
11036         * locale/programs/ld-address.c: Likewise.  Add const to charmap
11037         parameter of all functions.
11038         * locale/programs/ld-collate.c: Likewise.
11039         * locale/programs/ld-identification.c: Likewise.
11040         * locale/programs/ld-measurement.c: Likewise.
11041         * locale/programs/ld-messages.c: Likewise.
11042         * locale/programs/ld-monetary.c: Likewise.
11043         * locale/programs/ld-name.c: Likewise.
11044         * locale/programs/ld-numeric.c: Likewise.
11045         * locale/programs/ld-paper.c: Likewise.
11046         * locale/programs/ld-paper.c: Likewise.
11047         * locale/programs/ld-telephone.c: Likewise.
11048         * locale/programs/ld-time.c: Likewise.
11049         * locale/programs/locfile.c: Likewise.
11050         * locale/programs/localedef.c: Likewise.
11051         * locale/programs/localedef.h: Likewise.
11052         * locale/programs/locfile.h: Likewise.  Add declaration for
11053         find_translit.
11054         * locale/programs/simple-hash.c: Add const to first parameter of
11055         find_entry, iterate_table, and lookup.
11056         * locale/programs/simple-hash.h: Likewise.
11057         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
11058         instead.
11059         * include/locale.h: Define __LC_LAST.
11060         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
11062 2001-12-07  Geoff Keating  <geoffk@redhat.com>
11064         * sysdeps/powerpc/Dist: Update for recent FP changes.
11065         * sysdeps/powerpc/fpu/Dist: Likewise.
11067 2001-12-07  Andreas Schwab  <schwab@suse.de>
11069         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
11071 2001-12-06  Geoff Keating  <geoffk@redhat.com>
11073         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
11074         save/restore functions here.
11075         (libm-support): Don't define these functions here.
11076         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
11077         functions here.
11078         * sysdeps/powerpc/fe_nomask.c: Move to...
11079         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
11080         * sysdeps/powerpc/fprrest.S: Move to...
11081         * sysdeps/powerpc/fpu/fprrest.S: ... here.
11082         * sysdeps/powerpc/fprsave.S: Move to...
11083         * sysdeps/powerpc/fpu/fprsave.S: ... here.
11085 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
11087         * sysdeps/unix/sysv/linux/opensock.c: New file.
11089 2001-12-06  Geoff Keating  <geoffk@redhat.com>
11091         * config.make.in (with-fp): Define from configure.
11092         * configure.in: Substitute with_fp.
11093         * configure: Regenerate.
11094         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
11095         specified, and don't change FPU environment.
11097 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
11099         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
11100         * assert/assert.c: Check result of __asprintf call and don't use
11101         string if it failed.
11102         * assert/assert-perr.c: Likewise.
11103         * inet/rcmd.c: Likewise.
11104         * locale/programs/localedef.c (main): Check result of
11105         construct_output_path and exit if it failed.
11106         (construct_output_path): Check result of asprintf and mkdir calls and
11107         fail if they failed.
11108         * posix/getopt.c: Check result of __asprintf calls and fail if
11109         they failed.
11110         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
11112 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
11114         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
11115         patch.
11116         * sysdeps/generic/strncase.c: Likewise.
11117         * string/tester.c: Add tests for strcasecmp and strncasecmp.
11119 2001-12-05  Geoff Keating  <geoffk@redhat.com>
11121         * scripts/cpp: Test the exit status from 'type', not 'awk'.
11123         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
11124         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
11125         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
11126         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
11127         * sysdeps/powerpc/fclrexcpt.c: Move to...
11128         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
11129         * sysdeps/powerpc/fpu_control.h: Move to...
11130         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
11132 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
11134         * iconvdata/ibm1129.h: Remove duplicate mappings.
11135         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
11136         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
11137         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11139         * timezone/zic.c: Fix handling of turnaround times.
11140         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
11142 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
11144         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
11145         overflow problem.
11147 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
11149         * posix/regex.c: For use outside glibc defined bounded pointer
11150         macros here.  Patch by Jim Meyering <jim@meyering.net>.
11152         * iconvdata/Makefile (modules): Add TCVN5712-1.
11153         * iconvdata/TESTS: Add TCVN5712-1.
11154         * iconvdata/gconv-modules: Likewise.
11155         * iconvdata/tcvn5712-1.c: New file.
11156         * iconvdata/testdata/TCVN-5712: New file.
11157         * iconvdata/testdata/TCVN-5712..UTF8: New file.
11159 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
11161         * iconvdata/cp1258.c: Optimize conversion from UCS4.
11163 2001-12-02  Roland McGrath  <roland@frob.com>
11165         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
11167         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
11168         Reported by Jeff Bailey <jbailey@nisa.net>.
11170         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
11171         Reported by Jeff Bailey <jbailey@nisa.net>.
11173         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
11174         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
11175         Reported by Jeff Bailey <jbailey@nisa.net>.
11177 2001-12-01  Roland McGrath  <roland@frob.com>
11179         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
11180         missing backslash in test arguments.
11181         * sysdeps/mach/hurd/configure: Regenerated.
11183 2001-11-26  Roland McGrath  <roland@frob.com>
11185         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
11186         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
11188 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
11190         * iconvdata/Makefile (modules): Add ARMSCII-8.
11191         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
11192         * iconvdata/armscii-8.c: New file.
11194 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
11196         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
11197         don't match, fix {{a,b},c} globbing, clean up.
11198         Patch by Flavio Veloso <flaviovs@magnux.com>.
11199         * posix/globtest.sh: Add new tests.
11201 2001-11-29  Andreas Jaeger  <aj@suse.de>
11203         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
11204         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
11206         * sysdeps/generic/abort.c: Include libioP.h for
11207         _IO_flush_all_lockp prototype.
11209 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
11211         * posix/regex.h: Define __restrict_arr correctly.
11213 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
11215         * iconvdata/ibm1163.c: New file.
11216         * iconvdata/ibm1163.h: New file.
11217         * iconvdata/ibm1164.c: New file.
11218         * iconvdata/ibm1164.h: New file.
11219         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
11220         * iconvdata/Makefile: Likewise.
11221         * iconvdata/testdata/IBM1163: New file.
11222         * iconvdata/testdata/IBM1163..UTF8: New file.
11223         * iconvdata/testdata/IBM1164: New file.
11224         * iconvdata/testdata/IBM1164..UTF8: New file.
11225         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11227         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
11228         * iconvdata/ibm1124.h: Likewise.
11229         * iconvdata/ibm1132.h: Likewise.
11230         * iconvdata/ibm1133.h: Likewise.
11231         * iconvdata/ibm1160.h: Likewise.
11232         * iconvdata/ibm1161.h: Likewise.
11233         * iconvdata/ibm1162.h: Likewise.
11234         * iconvdata/ibm856.h: Likewise.
11235         * iconvdata/ibm922.h: Likewise.
11236         * iconvdata/ibm930.h: Likewise.
11237         * iconvdata/ibm932.h: Likewise.
11238         * iconvdata/ibm933.h: Likewise.
11239         * iconvdata/ibm935.h: Likewise.
11240         * iconvdata/ibm937.h: Likewise.
11241         * iconvdata/ibm939.h: Likewise.
11242         * iconvdata/ibm943.h: Likewise.
11243         * iconvdata/ibm930.c: Pretty printing.
11244         * iconvdata/ibm937.c: Avoid access accross array boundary.
11246         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
11247         the current locale's codeset.
11248         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
11249         empty input string.
11250         * iconv/iconv_prog.c: Pass empty strings as default value for to-
11251         and from-charset.  Don't determine locale's charset here.
11253         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
11254         as the old _IO_flush_all but lock only if parameter is nonzero.
11255         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
11256         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
11257         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
11258         if libio is used [PR libc/2575].
11260 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
11262         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
11263         __signbitl): Only define for ISO C99.
11265 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
11267         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
11268         herrnop to NETDB_INTERNAL if we run out of buffer space.
11270 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
11272         * nss/nss_files/files-XXX.c (internal_getent): Correct input
11273         overflow test for platforms with signed char.
11274         Reported by Andrew Haley <aph@cambridge.redhat.com>.
11276 2001-11-28  Bruno Haible  <bruno@clisp.org>
11278         * locale/programs/simple-hash.c (lookup_2): Remove function.
11279         (insert_entry_2): Call lookup instead of lookup_2.
11281 2001-03-04  Bruno Haible  <bruno@clisp.org>
11283         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
11285 2001-10-31  Bruno Haible  <bruno@clisp.org>
11287         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
11289 2001-03-21  Bruno Haible  <bruno@clisp.org>
11291         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
11292         chokes on empty macro arguments.
11293         * intl/plural.y: Add #pragma for alloca on AIX 3.
11295 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
11297         * intl/dcigettext.c (guess_category_value): Only implement for
11298         glibc.  Otherwise rely on function _nl_locale_name which isn't
11299         present in the glibc sources.
11301 2001-09-24  Bruno Haible  <bruno@clisp.org>
11303         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
11304         transliteration when building on a glibc system but outside glibc.
11306 2001-09-22  Bruno Haible  <bruno@clisp.org>
11308         * intl/plural-eval.c: New file, extracted from dcigettext.c.
11309         * intl/dcigettext.c (plural_eval): Remove function, moved to
11310         intl/plural-eval.c.
11311         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
11312         Include plural-eval.c.
11314 2001-09-22  Bruno Haible  <bruno@clisp.org>
11316         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
11317         don't start with a digit; nplurals must be positive.
11319 2001-09-02  Bruno Haible  <bruno@clisp.org>
11321         * intl/plural-exp.h: New file, extracted from gettextP.h.
11322         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
11323         * intl/gettextP.h (struct expression, struct parse_args,
11324         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
11325         * intl/loadmsgcat.c: Include plural-exp.h.
11326         (PLURAL_PARSE): Move macro to plural-exp.h.
11327         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
11328         plural-exp.c.
11329         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
11330         EXTRACT_PLURAL_EXPRESSION.
11331         (_nl_unload_domain): Update.
11332         * intl/dcigettext.c: Include plural-exp.h.
11333         * intl/plural.y: Include plural-exp.h, not gettextP.h.
11334         (FREE_EXPRESSION): Move macro to plural-exp.h.
11335         * intl/Makefile (routines): Add plural-exp.
11336         (distribute): Add plural-exp.h.
11338 2001-07-28  Bruno Haible  <bruno@clisp.org>
11340         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
11341         isdigit, tolower argument to 'unsigned char'.
11342         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
11343         'unsigned char'.
11344         * intl/localealias.c (read_alias_file): Cast isspace argument to
11345         'unsigned char'.
11347 2001-10-20  Bruno Haible  <bruno@clisp.org>
11349         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
11350         anyway.)
11351         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
11352         with the variable 'index' in plural_lookup.
11353         * intl/l10nflist.c (strchr): Likewise.
11354         * intl/localealias.c (strchr): Likewise.
11356         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
11357         * intl/bindtextdom.c: Likewise.
11358         * intl/dcigettext.c: Likewise.
11359         * intl/dgettext.c: Likewise.
11360         * intl/dngettext.c: Likewise.
11361         * intl/explodename.c: Likewise.
11362         * intl/finddomain.c: Likewise.
11363         * intl/gettext.c: Likewise.
11364         * intl/l10nflist.c: Likewise.
11365         * intl/loadmsgcat.c: Likewise.
11366         * intl/localealias.c: Likewise.
11367         * intl/ngettext.c: Likewise.
11368         * intl/textdomain.c: Likewise.
11369         * intl/gettext.h: Assume <limits.h> exists.
11371 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
11373         * stdio-common/Makefile (tests): Add scanf11.
11374         * stdio-common/scanf11.c: New file.
11376 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
11378         * version.h (RELEASE): Define as development.
11379         (VERSION): Set to 2.2.90.
11381 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
11383         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
11384         * nis/nss_nis/nis-grp.c: Likewise.
11385         * nis/nss_nisplus/nisplus-grp.c: Likewise.
11387         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
11388         * nis/nss_nis/nis-pwd.c: Likewise.
11389         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
11391         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
11392         * nis/nss_nisplus/nisplus-parser.c: Likewise.
11393         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
11395         * nscd/grpcache.c: Use strtoul instead of atol.
11396         * nscd/pwdcache.c: Likewise.
11397         * nss/getent.c: Likewise.
11399 2001-11-27  Paul Eggert  <eggert@twinsun.com>
11401         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
11402         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
11404 2001-11-19  Bruno Haible  <bruno@clisp.org>
11406         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
11407         90%.
11408         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
11409         improves the quality of the hash function, especially for short
11410         strings.
11412 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
11414         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
11415         are found call conv_error and not input_error [PR libc/2669].
11417         * math/bits/mathcalls.h: Mark ceil and floor as const.
11418         Reported by David Mosberger.
11420 2001-11-21  Jim Meyering  <meyering@lucent.com>
11422         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
11423         Define to be __-prefixed.
11424         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
11426 2001-11-26  Andreas Jaeger  <aj@suse.de>
11428         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
11429         avoid warning.
11431 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
11433         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
11434         initialization.
11436         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
11437         unused variables.  Fix threshold for returning 1.0.
11439         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
11440         argument.
11442         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
11443         remove unused variables.
11445         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
11447         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
11448         include local math header files.
11450 2001-11-22  Andreas Jaeger  <aj@suse.de>
11452         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
11453         avoid warning.
11455 2001-11-21  Andreas Jaeger  <aj@suse.de>
11457         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
11459         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
11460         sys/debugreg.h
11462 2001-11-15  Andreas Jaeger  <aj@suse.de>
11464         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
11465         compilers that support it.
11467         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
11468         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
11469         * stdlib/stdlib.h: Likewise.
11471 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
11473         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
11474         statement with gotos.
11475         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
11477 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
11479         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
11481 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
11483         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
11485 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
11486             H.J. Lu  <hjl@gnu.org>
11488         * Versions.def (libc): Add GCC_3.0.
11489         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
11490         if gcc supports this flag.
11491         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
11492         (gcc3): Allow glibc to be compiled with gcc 3.x.
11493         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
11494         * config.make.in (static-libgcc, unwind-find-fde): Add.
11495         * Makerules (build-shlib-helper, build-module-helper): Use it.
11496         * scripts/versions.awk: Make sure GLIBC_ versions come first.
11497         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
11498         necessary.
11499         (_fini): Call __deregister_frame_info_bases if
11500         __register_frame_info_bases was used to register.
11501         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
11502         for GLIBC_2.0.
11503         (__register_frame_info_bases, __register_frame_info_table_bases,
11504         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
11505         * elf/Makefile (routines): Add unwind-dw2-fde.
11506         (shared-only-routines): Add unwind-dw2-fde.
11507         * sysdeps/alpha/gccframe.h: New file.
11508         * sysdeps/arm/gccframe.h: New file.
11509         * sysdeps/generic/framestate.c: New file.
11510         * sysdeps/generic/dwarf2.h: New file.
11511         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
11512         * sysdeps/generic/unwind-dw2-fde.c: New file.
11513         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
11514         * sysdeps/generic/unwind-dw2-fde.h: New file.
11515         * sysdeps/generic/unwind-dw2.c: New file.
11516         * sysdeps/generic/unwind-pe.h: New file.
11517         * sysdeps/generic/unwind.h: New file.
11518         * sysdeps/hppa/gccframe.h: New file.
11519         * sysdeps/i386/gccframe.h: New file.
11520         * sysdeps/m68k/gccframe.h: New file.
11521         * sysdeps/mips/gccframe.h: New file.
11522         * sysdeps/powerpc/gccframe.h: New file.
11523         * sysdeps/s390/gccframe.h: New file.
11524         * sysdeps/sh/gccframe.h: New file.
11525         * sysdeps/sparc/gccframe.h: New file.
11526         * sysdeps/vax/gccframe.h: New file.
11527         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
11528         Set on all architectures except ia64.
11529         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
11530         for i386.
11531         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
11532         __deregister_frame_info): Move to elf/Versions.
11533         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
11534         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
11535         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
11536         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
11537         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
11538         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
11539         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
11540         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
11541         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
11542         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
11543         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
11544         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
11545         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
11546         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
11547         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
11548         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
11549         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
11550         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
11552 2001-11-15  Jeff Law  <law@redhat.com>
11554         * posix/regex.c (uintptr_t): Do not provide a definition if the
11555         system provided one.
11557 2001-11-13  Roland McGrath  <roland@frob.com>
11559         * stdio-common/tmpfile.c: Moved to ...
11560         * sysdeps/generic/tmpfile.c: ... here.
11561         * sysdeps/mach/hurd/tmpfile.c: New file.
11563         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
11564         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
11565         (fopenport): Define as weak alias.
11567         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
11568         * libio/libioP.h: ... to here.
11570 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
11572         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
11573         program header twice.  Construct list with the needed information.
11575 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
11577         * po/ca.po: Update from translation team.
11579         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
11580         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
11581         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
11582         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11584 2001-11-10  Andreas Jaeger  <aj@suse.de>
11586         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
11587         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
11588         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11590 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
11592         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
11593         correctly.
11594         * elf/dl-load.c (is_dst): New function.
11595         (_dl_dst_count): Use is_dst to check for DST variable.
11596         (_dl_dst_substitute): Likewise.
11598 2001-11-09  Roland McGrath  <roland@frob.com>
11600         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
11601         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
11602         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
11603         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
11604         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
11605         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
11606         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
11607         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
11608         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
11609         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
11610         * sysdeps/mach/hurd/powerpc/Dist: New file.
11612         * hurd/privports.c (__get_privileged_ports):
11613         Only contact the proc server if necessary for this call.
11614         Suggested by Neal H Walfield <neal@cs.uml.edu>.
11615         Check error return for mach_port_mod_refs.
11617 2001-11-09  Andreas Schwab  <schwab@suse.de>
11619         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
11621 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
11623         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
11624         object is always the last in the list.
11625         (_dl_map_object_from_fd): Delete code to remove from object list
11626         when DF_1_NOOPEN is seen.  This is done in lose.
11628 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
11630         * elf/dl-object.c (_dl_new_object): Various small optimizations.
11632 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
11634         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
11635         HWCAP_CHECK macro code.
11637         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
11638         Now returns MAP_FAILED on error.
11639         * elf/rtld.c: Adjust caller.
11640         * sysdeps/generic/dl-cache.c: Likewise.
11641         * sysdeps/generic/ldsodefs.h: Adjust description.
11643         * elf/dl-version.c (match_symbol): Optimize error handling for size.
11644         (_dl_check_map_versions): Likewise.
11646 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11648         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
11649         _dl_signal_error directly, always use lose.  Set fd to -1 after
11650         file is closed.
11651         (lose): Don't call close if fd == -1.
11653 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
11655         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
11656          Also fix typo @code {mbsinit} to @code{mbsinit}.
11658 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11660         * elf/dl-profile.c: Replace state variable with simple flag named
11661         running.  Remove commented-out code.
11663         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
11664         (_dl_init_paths): Likewise.
11665         (_dl_map_object_from_fd): Likewise.
11666         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11668 2001-11-06  Roland McGrath  <roland@frob.com>
11670         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
11671         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
11673         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
11674         sysdeps/powerpc/elf/sysdep.h.
11675         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
11677 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11679         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
11680         speed.
11681         (process_envvars): Some more optimizations.
11682         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
11684         * elf/elf.h: Add dynamic tag definitions for prelinking.
11686         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
11687         Rewrite code to remove environment varables for SUID binaries.
11688         Small optimization in LD_PROFILE handling.
11689         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
11690         changes.
11691         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
11693         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
11695         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
11696         strings.  Change type of second parameter.
11697         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
11698         for last change.
11700         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
11702 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11704         * manual/string.texi: Fix typos.
11705         * manual/examples/argp-ex2.c: Likewise.
11707 2001-11-05  Roland McGrath  <roland@frob.com>
11709         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
11710         the more-specific unix/sysv/linux/powerpc file and breaks everything.
11711         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
11712         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
11713         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
11714         here, put under [__ELF__].
11716 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11718         * manual/charset.texi: Extensive editing work.
11719         * manual/nss.texi: Likewise.
11720         Changes by Dennis Grace <dgrace@us.ibm.com>.
11722 2001-11-04  Roland McGrath  <roland@frob.com>
11724         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
11725         parameter to dir_mkfile.
11727 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
11729         * string/bits/string2.h (__strndup): If n is smaller than len, set
11730         len to n + 1.
11731         * string/tester.c (test_strndup): New function.
11732         (main): Call it.
11734 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
11736         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
11738         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
11739         * scripts/cpp: New file.
11741         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
11742         for rtld_search_dirs content.  Minor optimizations.
11744 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11746         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
11747         avoiding unnecessary duplication.
11749 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
11751         * elf/dl-load.c (_dl_map_object): If library was found using
11752         LD_LIBRARY_PATH, don't try RUNPATH list.
11754 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11756         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
11757         Correct second argument of register_dump call.
11758         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
11759         Likewise.
11761 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11763         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
11764         modules.
11765         * iconvdata/TESTS: Likewise.
11766         * iconvdata/gconv-modules: Likewise.
11767         * iconvdata/ibm1132.c: New file.
11768         * iconvdata/ibm1132.h: New file.
11769         * iconvdata/ibm1133.c: New file.
11770         * iconvdata/ibm1133.h: New file.
11771         * iconvdata/ibm1162.c: New file.
11772         * iconvdata/ibm1162.h: New file.
11773         * iconvdata/testdata/IBM1132: New file.
11774         * iconvdata/testdata/IBM1132..UTF8: New file.
11775         * iconvdata/testdata/IBM1133: New file.
11776         * iconvdata/testdata/IBM1133..UTF8: New file.
11777         * iconvdata/testdata/IBM1162: New file.
11778         * iconvdata/testdata/IBM1162..UTF8: New file.
11779         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
11781         * string/string.h: Fix typo in comment.
11782         * wcsmbs/wchar.h: Likewise.
11784 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11786         * manual/getopt.texi (getopt_long, getopt_long_only): Include
11787         const in type of longopts parameter.
11789 2001-10-29  Andreas Jaeger  <aj@suse.de>
11791         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
11793 2001-10-29  Kevin Ryde  <user42@zip.com.au>
11795         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
11796         output, clarify `#' behaviour on 0.
11797         (Floating-Point Conversions): Clarify that %g only uses %e when
11798         the exponent would be greater than 1.
11800 2001-10-28  Roland McGrath  <roland@frob.com>
11802         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
11803         * sysdeps/mach/powerpc/machine-sp.h: New file.
11804         * sysdeps/mach/powerpc/sysdep.h: New file.
11805         * sysdeps/mach/powerpc/thread_state.h: New file.
11807         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
11808         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
11809         expect to need the same thing on every platform.
11811         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
11812         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
11814         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
11815         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
11816         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
11817         Move all these assembly-related definitions to ...
11818         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
11820         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
11821         by Peter Bruin <pjbruin@dds.nl>.
11823         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
11824         packing results for a `poll' call.
11826 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11828         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
11829         correctly.
11830         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
11831         bracket expression.
11833         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11834         nrules value.
11835         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
11837 2001-10-24  H.J. Lu  <hjl@gnu.org>
11839         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
11840         Use __BEGIN_DECLS/__END_DECLS around prototypes.
11841         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
11843 2001-10-21  Jim Meyering  <meyering@lucent.com>
11845         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
11846         this code would end up calling gettext even in packages built
11847         with --disable-nls.
11848         * posix/getopt.c (_): Likewise.
11849         * posix/regex.c (_): Likewise.
11851 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11853         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
11854         lookup not ip6.int.
11855         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
11856         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
11858 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11860         * misc/sys/cdefs.h (__attribute_used__): Define.
11861         * elf/rtld.c (_dl_start): Add __attribute_used__.
11862         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
11864 2001-10-25  Andreas Schwab  <schwab@suse.de>
11866         * stdlib/a64l.c: Expect least significant digit first.
11867         * stdlib/l64a.c: Produce least significant digit first.
11868         * stdlib/Makefile (tests): Add test-a64l.
11869         * stdlib/test-a64l.c: New file.
11870         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
11872 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
11874         * po/sk.po: Update from translation team.
11876 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
11878         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
11880 2001-10-18  Andreas Schwab  <schwab@suse.de>
11882         * math/libm-test.inc (print_ulps): Print ulp values rounded to
11883         next whole number.
11884         (print_function_ulps): Likewise.
11885         (print_complex_function_ulps): Likewise.
11886         (print_max_error): Likewise.
11887         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
11889 2001-10-16  Andreas Schwab  <schwab@suse.de>
11891         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
11892         implementation.
11894         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
11895         BSD_SETJMP or BSD__SETJMP is defined, resp.
11896         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
11897         a tail call to __sigsetjmp that would require extending the
11898         caller's frame.
11899         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
11900         * sysdeps/m68k/bsd-setjmp.S: Deleted.
11901         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
11902         Reported by Jes Sorensen <jes@trained-monkey.org>.
11904 2001-10-16  Andreas Jaeger  <aj@suse.de>
11906         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
11907         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
11908         close PR libc/2589.
11910 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
11912         * po/ca.po: New file.  Contributed by the translation team.
11914 2001-10-15  Ralf Baechle  <ralf@gnu.org>
11916         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
11917         a varargs prototype.  Remove dependency from kernel header files.
11919         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
11920         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
11922 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11924         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
11925         to generate hexadecimal identifier.
11926         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
11928 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
11930         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
11932 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11934         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
11935         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
11936         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11938         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
11939         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11940         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
11941         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
11942         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
11943         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
11945         * timezone/africa: Update from tzdata2001d.
11946         * timezone/asia: Likewise.
11947         * timezone/australasia: Likewise.
11948         * timezone/backward: Likewise.
11949         * timezone/europe: Likewise.
11950         * timezone/leapseconds: Likewise.
11951         * timezone/northamerica: Likewise.
11952         * timezone/southamerica: Likewise.
11953         * timezone/zone.tab: Likewise.
11955 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11957         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
11958         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
11960 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
11962         * elf/elf.h (PT_TLS): New definition.
11964 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
11966         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
11967         bits/errno.h
11969 2001-10-07  Roland McGrath  <roland@frob.com>
11971         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
11973 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
11975         * elf/elf.h: Add more ELFOSABI_* constants.
11977 2001-10-04  Ben Collins  <bcollins@debian.org>
11979         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11980         decleration of __need_wchar_t.
11982 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11984         * string/bits/string2.h (__strsep_g): Add prototype.
11985         (__strsep): Use it.
11986         * string/Versions (__strsep): Remove.
11987         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11989 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11991         * manua/llio.texi: Clarify file references added by mmap.
11992         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11994 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11996         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11997         Add sc_loadrs and sc_rbs_bas to match current kernel.
11999 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
12001         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
12003         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
12005 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
12007         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
12008         object has been bumped because of relocation dependency, avoid
12009         duplicates in l_scope.
12010         (show_scope): Fix typos.
12011         * elf/Makefile: Add rules to build and run reldep6.
12012         * elf/reldep6.c: New file.
12013         * elf/reldep6mod0.c: New file.
12014         * elf/reldep6mod1.c: New file.
12015         * elf/reldep6mod2.c: New file.
12016         * elf/reldep6mod3.c: New file.
12017         * elf/reldep6mod4.c: New file.
12019 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
12021         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
12022         sparc64_fixup_plt.
12023         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
12024         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
12025         for non-lazy binding. Fix .plt[32768+] handling.
12026         (elf_machine_plt_value): Don't add addend.
12027         (elf_machine_rela): Call sparc64_fixup_plt instead of
12028         elf_machine_fixup_plt.
12029         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
12030         dynamic linker at 0xfffff800XXXXXXXX.
12032         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
12034 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
12036         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
12038 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
12040         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
12041         declare __cmsg_data field if its size would be bigger than 0.
12042         (CMSG_DATA): Adjust accordingly.
12043         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
12044         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
12045         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
12046         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
12047         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
12048         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
12049         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
12051 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
12053         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
12054         * iconvdata/testdata/IBM1160: New file.
12055         * iconvdata/testdata/IBM1160..UTF8: New file.
12056         * iconvdata/testdata/IBM1161: New file.
12057         * iconvdata/testdata/IBM1161..UTF8: New file.
12058         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
12060 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
12062         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
12063         UL_SETFSIZE computations better.
12065         * rt/Makefile: Remove use of filter for librt again.
12067         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
12068         UL_SETFSIZE computations better.
12070         * string/Versions: Export __strsep for GLIBC_2.2.5.
12071         * string/bits/string2.h: Define all __STRING_INLINE functions if
12072         _FORCE_INLINES is defined.
12073         Use int instead of char of parameter types.
12074         (__strsep): Don't use __strsep_g.  Don't define it.
12075         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
12076         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
12077         __strcpy_small.
12078         (__stpcpy_a_small): Renamed from __stpcpy_small.
12079         (__strcspn_c1): Don't define if _FORCE_INLINES.
12080         (__strspn_c1): Likewise.
12082 2001-09-22  Ben Collins  <bcollins@debian.org>
12084         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
12085         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
12086         * sysdeps/ia64/bits/sigaction.h: Likewise.
12087         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
12089 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
12091         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
12093 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
12095         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
12097 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
12099         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
12101 2001-09-20  H.J. Lu  <hjl@gnu.org>
12103         * include/dlfcn.h (__RTLD_SPROF): New definiton.
12104         * elf/dl-open.c (dl_open_worker): Return immediately after loading
12105         for __RTLD_SPROF.
12106         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
12107         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
12109 2001-09-20  H.J. Lu  <hjl@gnu.org>
12111         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
12112         don't add 1.
12114 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
12116         * nss/getent.c: Accept -s parameter to overwrite rules in
12117         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
12119         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
12120         with as many ".0" as necessary to form a complete address
12121         inet_network understands.
12123         * nss/getent.c: Various cleanups.  Use simpler and fewer function
12124         calls.
12126 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12128         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
12129         _JMPBUF_UNWINDS.
12130         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
12132 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
12134         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
12135         IBM1161.
12136         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
12137         * iconvdata/ibm1160.c: New file.
12138         * iconvdata/ibm1160.h: New file.
12139         * iconvdata/ibm1161.c: New file.
12140         * iconvdata/ibm1161.h: New file.
12141         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
12143 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
12145         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
12146         difference between base address and first PT_LOAD's virtual address,
12147         not the base address.
12149 2001-09-11  Tom Rix  <trix@redhat.com>
12151         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
12152         ifdef for __getopt_clean_environment.
12153         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
12155 2001-09-22  Andreas Jaeger  <aj@suse.de>
12157         * elf/reldep4.c (main): Add proper prototype to fix warning.
12159         * elf/reldep5.c (main): Remove unused variable.
12161         * math/math_private.h: Add prototypes.
12163 2001-09-21  Andreas Jaeger  <aj@suse.de>
12165         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
12166         * sysdeps/x86_64/Dist: New file.
12167         * sysdeps/x86_64/soft-fp/Dist: New file.
12169         * sysdeps/gnu/Dist: Remove eval.c.
12171 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
12173         * malloc/memusage.c (realloc): Don't count already allocated
12174         memory in the sums.
12175         (me): Always use dlsym() to find the real implementations.
12177         * malloc/memusage.sh: Make -n option actually do something.
12179 2001-09-20  Andreas Jaeger  <aj@suse.de>
12181         * elf/elf.h (R_390_NUM): Correct value.
12183         * Versions.def: Add missing versions 2.2.3 for libthread_db and
12184         libpthread.
12186         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
12187         for x86-64, install x86-64 into */lib64.
12189         * shlib-versions: Add x86-64.
12191         * elf/elf.h: Add x86-64 relocations.
12193 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
12195         * po/fr.po: Update from translation team.
12197 2001-09-19  Andreas Jaeger  <aj@suse.de>
12199         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
12200         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
12201         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
12202         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
12203         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
12204         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
12205         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
12206         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
12207         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
12208         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
12209         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
12210         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
12211         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
12212         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
12213         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
12214         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
12215         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
12216         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
12217         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
12218         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
12219         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
12220         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
12221         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
12222         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
12223         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
12224         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
12225         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
12226         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
12227         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
12228         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
12229         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
12230         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
12231         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
12232         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
12233         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
12234         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
12235         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
12236         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
12237         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
12238         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
12239         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
12240         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
12241         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
12242         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
12243         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
12244         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
12245         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
12246         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
12247         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
12248         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
12249         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
12250         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
12251         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
12252         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
12253         * sysdeps/unix/x86_64/sysdep.S: New file.
12254         * sysdeps/unix/x86_64/sysdep.h: New file.
12255         * sysdeps/x86_64/Implies: New file.
12256         * sysdeps/x86_64/Makefile: New file.
12257         * sysdeps/x86_64/Versions: New file.
12258         * sysdeps/x86_64/__longjmp.S: New file.
12259         * sysdeps/x86_64/abort-instr.h: New file.
12260         * sysdeps/x86_64/atomicity.h: New file.
12261         * sysdeps/x86_64/bits/endian.h: New file.
12262         * sysdeps/x86_64/bits/setjmp.h: New file.
12263         * sysdeps/x86_64/bits/string.h: New file.
12264         * sysdeps/x86_64/bp-asm.h: New file.
12265         * sysdeps/x86_64/bsd-_setjmp.S: New file.
12266         * sysdeps/x86_64/bsd-setjmp.S: New file.
12267         * sysdeps/x86_64/dl-machine.h: New file.
12268         * sysdeps/x86_64/elf/initfini.c: New file.
12269         * sysdeps/x86_64/elf/start.S: New file.
12270         * sysdeps/x86_64/ffs.c: New file.
12271         * sysdeps/x86_64/ffsll.c: New file.
12272         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
12273         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
12274         * sysdeps/x86_64/fpu/e_acosl.c: New file.
12275         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
12276         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
12277         * sysdeps/x86_64/fpu/e_expl.c: New file.
12278         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
12279         * sysdeps/x86_64/fpu/e_log10l.S: New file.
12280         * sysdeps/x86_64/fpu/e_log2l.S: New file.
12281         * sysdeps/x86_64/fpu/e_logl.S: New file.
12282         * sysdeps/x86_64/fpu/e_powl.S: New file.
12283         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
12284         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
12285         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
12286         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
12287         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
12288         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
12289         * sysdeps/x86_64/fpu/fegetenv.c: New file.
12290         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
12291         * sysdeps/x86_64/fpu/fegetround.c: New file.
12292         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
12293         * sysdeps/x86_64/fpu/fesetenv.c: New file.
12294         * sysdeps/x86_64/fpu/fesetround.c: New file.
12295         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
12296         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
12297         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
12298         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
12299         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
12300         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
12301         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
12302         * sysdeps/x86_64/fpu/s_atanl.c: New file.
12303         * sysdeps/x86_64/fpu/s_cosl.S: New file.
12304         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
12305         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
12306         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
12307         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
12308         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
12309         * sysdeps/x86_64/fpu/s_logbl.c: New file.
12310         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
12311         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
12312         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
12313         * sysdeps/x86_64/fpu/s_rintl.c: New file.
12314         * sysdeps/x86_64/fpu/s_significandl.c: New file.
12315         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
12316         * sysdeps/x86_64/fpu/s_sinl.S: New file.
12317         * sysdeps/x86_64/fpu/s_tanl.S: New file.
12318         * sysdeps/x86_64/gmp-mparam.h: New file.
12319         * sysdeps/x86_64/hp-timing.c: New file.
12320         * sysdeps/x86_64/hp-timing.h: New file.
12321         * sysdeps/x86_64/htonl.S: New file.
12322         * sysdeps/x86_64/memusage.h: New file.
12323         * sysdeps/x86_64/setjmp.S: New file.
12324         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
12325         * sysdeps/x86_64/stackinfo.h: New file.
12326         * sysdeps/x86_64/sysdep.h: New file.
12327         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
12329         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
12330         L Moshier.
12332 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
12334         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
12335         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
12337 2001-09-18  Andreas Schwab  <schwab@suse.de>
12339         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
12340         list, now that l_scope is a pointer.
12342         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
12343         scope list.
12345 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12347         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
12348         (elf_machine_rela_relative): Add a missing declaration.
12350 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
12352         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
12353         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
12354         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
12355         ldd-rewrite scripts.
12357 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
12359         * elf/ldd.bash.in: Update copyright message.
12361 2001-09-17  H.J. Lu  <hjl@gnu.org>
12363         * hurd/hurdmalloc.c (bcopy): Removed.
12364         (realloc): Replace bcopy with memcpy.
12365         * hurd/path-lookup.c (file_name_path_scan): Likewise.
12366         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
12367         * sunrpc/rpcinfo.c (pmapdump): Likewise.
12369         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
12370         (gethostbyaddr): Likewise.
12371         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
12373 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
12375         * sysdeps/gnu/eval.c: Removed.
12377 2001-09-18  Andreas Jaeger  <aj@suse.de>
12379         * sysdeps/i386/fpu/s_logbl.S: Move to ...
12380         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
12382         * sysdeps/i386/fpu/s_rintl.S: Move to ...
12383         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
12385         * sysdeps/i386/fpu/s_significandl.S: Move to ...
12386         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
12388 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
12390         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
12391         nrules value.
12393 2001-09-14  H.J. Lu  <hjl@gnu.org>
12395         * sysdeps/mips/fpu/libm-test-ulps: Updated.
12397 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
12399         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
12400         Patch by Florian La Roche <laroche@redhat.com>.
12402         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
12404         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
12405         ETHER_CRC_LEN.
12407 2001-09-14  Andreas Schwab  <schwab@suse.de>
12409         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
12410         Sumner <bls@sgi.com>.
12411         * posix/execlp.c: Likewise.
12413 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
12415         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
12416         is already found earlier in the search scope.
12418 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
12420         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
12421         filter.
12423 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
12425         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
12427 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
12429         * config.h.in: Enforce optimization to be used.
12430         * Makeconfig (preprocess-versions): Define ASSEMBLER.
12431         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
12432         * posix/Makefile (annexc-CFLAGS): Define to -O.
12433         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
12435 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
12437         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
12438         Patch by Stephan Kulow.
12440 2001-09-08  Ben Collins  <bcollins@debian.org>
12442         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
12443         usage of RESOLVE() (r_type, not reloc->r_type).
12445 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
12447         * elf/dl-object.c: Avoid allocating extra memory block for name.
12448         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
12449         allocated separately.
12450         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12452 2001-09-08  H.J. Lu  <hjl@gnu.org>
12454         * po/zh_TW.po: Fix a typo.
12456 2001-09-07  Tom Rix  <trix@redhat.com>
12458         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
12460 2001-08-26  Tom Rix  <trix@redhat.com>
12462         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
12463         command line options.
12464         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
12465         * sysdeps/unix/sysv/aix/start.c: Removed.
12466         * sysdeps/unix/sysv/aix/start-libc.c: New file.
12467         * sysdeps/unix/sysv/aix/init-first.c: New file.
12468         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
12470 2001-09-08  Ben Collins  <bcollins@debian.org>
12472         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
12473         * sysdeps/generic/dl-machine.h: Likewise.
12474         * sysdeps/hppa/dl-fptr.c: Likewise.
12475         * sysdeps/ia64/dl-fptr.c: Likewise.
12476         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
12477         * sysdeps/mips/dl-machine.h: Likewise.
12478         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12479         * sysdeps/powerpc/dl-machine.c: Likewise.
12481 2001-09-07  Ben Collins  <bcollins@debian.org>
12483         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
12485         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
12487 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
12489         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
12490         dependencies if necessary.
12492         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
12493         loaded directly) determine length if l_initfini list by iterating
12494         over its elements.  Minor optimizations.
12495         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
12496         for dependency objects.
12497         If object was already loaded check whether any of the dependencies
12498         is already on the relocation dependency list.  If yes, remove the
12499         latter.  Minor optimizations.
12500         * elf/dl-lookup.c (add_dependency): Add check for self reference of
12501         maps here.  Search l_initfini list only if the object was loaded
12502         directly and not only as a dependency.
12503         (_dl_lookup_symbol): Add relocation dependency also if object
12504         is not in global scope.  Remove test for self-reference here.
12505         (_dl_lookup_versioned_symbol): Likewise.
12506         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
12507         element of first name record.
12508         * elf/loadtest.c: Add some more test to recognize early if an object
12509         wasn't unloaded.
12510         * elf/Makefile: Add rules to build and run reldep5.
12511         * elf/reldep5.c: New file.
12512         * elf/reldepmod5.c: New file.
12513         * elf/reldepmod6.c: New file.
12515         * elf/reldep2.c: Fix typo.
12517 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
12519         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
12520         elements.  Change l_scope to be a pointer only.
12521         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
12522         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
12523         here add searchlist of newly open file to the dependency's scope.
12524         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
12525         only searchlist from its scope.  Free own scope array if necessary.
12526         * elf/Makefile (tests): Add dblload and dblunload now.
12528 2001-09-06  Andreas Jaeger  <aj@suse.de>
12530         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
12531         Stephen L Moshier.
12533 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
12535         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
12536         they both fail.
12537         * elf/dblload.c: New file.
12538         * elf/dblloadmod1.c: New file.
12539         * elf/dblloadmod2.c: New file.
12540         * elf/dblloadmod3.c: New file.
12541         * elf/dblunload.c: New file.
12543 2001-09-04  Richard Henderson  <rth@redhat.com>
12545         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
12546         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
12548 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
12550         Correct very misleading message for error in failed runtime relocation.
12551         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
12552         place of the error.
12553         (_dl_signal_cerror): Likewise.
12554         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
12555         * elf/dl-close.c: Likewise.
12556         * elf/dl-deps.c: Likewise.
12557         * elf/dl-load.c: Likewise.
12558         * elf/dl-lookup.c: Likewise.
12559         * elf/dl-open.c: Likewise.
12560         * elf/dl-reloc.c: Likewise.
12561         * elf/dl-sym.c: Likewise.
12562         * elf/dl-version.c: Likewise.
12563         * sysdeps/generic/dl-sysdep.c: Likewise.
12565 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
12567         * iconv/strtab.c (strtabinit): Initialize null Strent.
12568         (newstring): Move len == 0 handling...
12569         (strtabadd): ...here.
12570         If len == 1, return null Strent.
12571         When inserting a suffix of an existing string, check if
12572         it is not equal to some suffix already recorded.
12573         Copy left and right members over if adding longer string.
12575 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
12577         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
12579         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
12580         (__syscall_gethostname): Add prototype.
12582 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
12584         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
12586 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
12588         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
12590 2001-08-27  Roland McGrath  <roland@frob.com>
12592         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
12593         short, copy that much into NAME anyway before returning error.
12595 2001-09-01  Richard Henderson  <rth@redhat.com>
12597         * sysdeps/alpha/elf/Dist: Remove file.
12598         * sysdeps/alpha/elf/Makefile: Remove file.
12599         * sysdeps/alpha/elf/crtbegin.S: Remove file.
12600         * sysdeps/alpha/elf/crtend.S: Remove file.
12601         * sysdeps/alpha/elf/initfini.c: New file.
12603 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
12605         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
12606         * iconv/tst-iconv3.c: Likewise.
12608 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
12610         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
12612 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
12614         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
12615         export it.
12616         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
12617         * iconv/iconv_prog.c (insert_cache): New function.
12618         (print_known_names): If cache is used call insert_cache to use the
12619         information from the cache [PR libc/2509].
12621 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
12623         * time/strptime.c (strptime_internal): Recognize 'l' format and
12624         handle it like 'I' for symmetry with strftime.
12626 2001-08-31  Richard Henderson  <rth@redhat.com>
12628         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
12629         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
12630         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
12631         (print_statistics): Make scalar unsigned long long.
12632         * sysdeps/alpha/hp-timing.h: New file.
12634 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12636         * stdio-common/perror.c (perror): Save errno early, pass it
12637         down to perror_internal.
12638         (perror_internal): Add errnum argument.
12640 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12642         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
12643         Don't add old memory content for R_ALPHA_REFQUAD.
12645 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12647         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
12648         memory correctly.
12650         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
12651         instead of open, __close instead of close, __getpagesize instead
12652         of getpagesize.
12654         * string/argz-stringify.c (__argz_stringify): Use __strnlen
12655         instead of strnlen.
12656         * include/string.h (strndupa): Redefine here to use __strnlen
12657         instead of strnlen.
12658         * string/strndup.c (__strndup): Use __strnlen not strnlen.
12660         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
12661         connected).
12663 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12665         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
12666         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
12667         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
12668         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
12669         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
12670         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
12671         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
12673 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12675         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
12677 2001-08-30  Andreas Jaeger  <aj@suse.de>
12679         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
12680         contributed Stephen L Moshier.
12682 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12684         * sunrpc/etc.rpc (sgi_fam): Add.
12686 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12688         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
12690 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12692         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
12693         first is from a previous call.
12694         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
12696 2001-08-29  Andreas Schwab  <schwab@suse.de>
12698         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
12700 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12702         * config.make.in (INSTALL_SCRIPT): Define.
12703         * Makeconfig (INSTALL_SCRIPT): Define.
12704         * Makerules (do-install-script): New macro to install scripts using
12705         INSTALL_SCRIPT.
12706         (install-bin-script): New rule to install scripts with
12707         do-install-script.
12708         (install-bin-script-nosubdir): New rule.
12709         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
12710         (distinfo-vars): Add $(install-bin-script).
12711         * Rules (others): Likewise.
12712         * Makefile (glibcbug): Install with install-bin-script.
12713         * debug/Makefile (xtrace): Likewise.
12714         (catchsegv): Likewise.
12715         * elf/Makefile (ldd): Likewise.
12716         * malloc/Makefile (mtrace): Likewise.
12717         * timezone/Makefile (tzselect): Likewise.
12719 2001-08-29  H.J. Lu  <hjl@gnu.org>
12721         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
12722         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
12723         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
12725 2001-08-29  Andreas Schwab  <schwab@suse.de>
12727         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
12729 2001-08-28  H.J. Lu  <hjl@gnu.org>
12731         * Makeconfig (combreloc-LDFLAGS): New variable.
12732         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
12733         * config.make.in (have-z-combreloc): New variable.
12734         * configure.in: Substitute libc_cv_z_combreloc.
12736 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12738         * po/sv.po: Update from translation team.
12739         * po/fr.po: Likewise.
12740         * po/da.po: Likewise.
12742 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12744         * Makerules: Fix a typo: MD% -> MD5.
12746 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
12748         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
12749         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
12751 2001-08-28  Andreas Jaeger  <aj@suse.de>
12753         * manual/libc-texinfo.sh: Add entry about free manuals.
12755         * manual/contrib.texi (Contributors): Fix cross reference.
12757         * manual/libc.texinfo (Copying): Include freemanuals.
12759         * manual/Makefile (appendices): Add freemanuals.
12761         * manual/freemanuals.texi: New file.
12762         Patch by Brian Youmans <3diff@gnu.org>.
12764         * manual/libm-err-tab.pl: Pretty print more platforms, print a
12765         smaller table.
12767         * manual/math.texi (Errors in Math Functions): Fix grammar, start
12768         table on separate page.
12769         Patch by Brian Youmans <3diff@gnu.org>.
12771 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12773         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
12774         the connection went down after we first used it try to connect
12775         again and resend the message before printing to the console.
12776         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
12778 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12780         * string/tst-strlen.c (main): Test strnlen (, -1) too.
12781         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
12782         bit set.
12784 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12786         * iconv/strtab.c (searchstring): Use correct length for comparison.
12787         (strtabadd): Account total size correct if new string has old string as
12788         substring.
12790 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12792         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
12794 2001-08-27  Andreas Jaeger  <aj@suse.de>
12796         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
12798         * math/libm-test.inc (j0_test): Add extra tests.
12799         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
12800         not x, in Hankel approximation.
12801         Patches by Stephen L Moshier.
12803 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12805         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
12806         link_map.
12808         * configure.in: Fix test for .rela.dyn section.
12810         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
12812 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12814         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
12815         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
12816         Pass type_class to _dl_lookup_*.
12817         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
12818         Pass around just type_class instead of noexec, noplt pair.
12819         (_dl_lookup_versioned_symbol): Likewise.
12820         (_dl_lookup_symbol_skip): Pass around just type_class instead of
12821         noexec, noplt pair.
12822         (_dl_lookup_versioned_symbol_skip): Likewise.
12823         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
12824         * elf/do-lookup.h (do_lookup): Likewise.
12825         * include/link.h (struct link_map): Replace noexec and noplt fields
12826         in l_lookup_cache with type_class field.
12827         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
12828         ELF_RTYPE_CLASS_COPY): Define.
12829         Adjust prototypes for _dl_lookup_symbol and
12830         _dl_lookup_versioned_symbol.
12831         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
12832         elf_machine_lookup_noexec_p): Remove.
12833         (elf_machine_type_class): Define.
12834         * sysdeps/arm/dl-machine.h: Likewise.
12835         * sysdeps/hppa/dl-machine.h: Likewise.
12836         * sysdeps/cris/dl-machine.h: Likewise.
12837         * sysdeps/i386/dl-machine.h: Likewise.
12838         * sysdeps/ia64/dl-machine.h: Likewise.
12839         * sysdeps/m68k/dl-machine.h: Likewise.
12840         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12841         * sysdeps/mips/dl-machine.h: Likewise.
12842         * sysdeps/powerpc/dl-machine.h: Likewise.
12843         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12844         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12845         * sysdeps/sh/dl-machine.h: Likewise.
12846         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12847         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12849 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12851         * manual/message.texi (Advanced gettext functions): Change
12852         description of plural forms for Slovak.
12853         Reported by Marcel Telka <marcel@telka.sk>.
12855         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
12856         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
12858 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12860         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
12861         typo.  Patch by Florian La Roche <laroche@redhat.com>.
12863 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12865         * include/link.h (struct link_map): Add l_lookup_cache element.
12866         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
12867         (RESOLVE_MAP): Likewise.
12868         (_dl_relocate_object): Remove cache initialization.
12869         * elf/dl-lookup.c: Rip out cache handling code.
12870         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
12871         declarations.
12873         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
12874         remove some __builtin_expect.
12875         (_dl_lookup_versioned_symbol): Likewise.
12877         * config.h.in: Add HAVE_Z_COMBRELOC.
12878         * configure.in: Add test for -z combreloc.
12880         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
12881         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
12882         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
12883         case to almost no code.
12885 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
12887         * po/tr.po: Update from translation team.
12889 2001-08-24  Andreas Jaeger  <aj@suse.de>
12891         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
12892         make clean works.
12894 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12896         * elf/rtld.c (print_statistics): Printf % after percent values.
12897         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
12899         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
12900         don't have to compute the hash value and initialize current_value.
12901         Move reference_name variable to where it is needed.
12902         (_dl_lookup_versioned_symbol): Likewise.
12904 2001-08-24  Roland McGrath  <roland@frob.com>
12906         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
12907         Just test that strerror returns non-null for a few errno codes.
12909 2001-08-23  Roland McGrath  <roland@frob.com>
12911         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
12912         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
12914         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
12916         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
12917         __mach_reply_port.
12919 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12921         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
12922         returns NULL.
12924         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
12925         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
12926         doesn't do it.
12927         * elf/rtld.c: Include <sys/param.h>.
12928         * elf/dl-reloc.c: Likewise.
12930 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12932         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
12933         empty to prevent junk from being generated.
12934         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
12936 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12938         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
12939         records.  Rename endrel to relative, initialize it to r, and use it
12940         in elf_machine_rel_relative calls.  Point r after relative relocs.
12942 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12944         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
12945         of R_386_NONE.
12947 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12949         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
12950         necessary.  Undefine newly defined macros at the end.
12951         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
12952         Rename from elf_machine_rel_relative.
12953         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
12954         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
12955         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
12956         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
12957         Likewise.
12958         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
12959         Likewise.
12960         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
12961         Fix argument types.
12962         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
12963         Fix argument types.
12964         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
12965         Likewise.  Fix argument types.
12966         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
12967         Likewise.  Fix argument types.
12968         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
12969         Fix argument types.
12970         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
12971         ElfW(Rel) in argument.
12972         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
12973         function.
12975 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
12977         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12979 2001-08-24  Andreas Jaeger  <aj@suse.de>
12981         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12982         Stephen L Moshier <moshier@mediaone.net>.
12984 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12986         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12987         first if RELCOUNT is set.
12989         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12990         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12991         elf_machine_rel_relative.
12992         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12993         Minor optimizations.
12994         * sysdeps/arm/dl-machine.h: Likewise.
12995         * sysdeps/cris/dl-machine.h: Likewise.
12996         * sysdeps/hppa/dl-machine.h: Likewise.
12997         * sysdeps/i386/dl-machine.h: Likewise.
12998         * sysdeps/ia64/dl-machine.h: Likewise.
12999         * sysdeps/m68k/dl-machine.h: Likewise.
13000         * sysdeps/mips/dl-machine.h: Likewise.
13001         * sysdeps/powerpc/dl-machine.h: Likewise.
13002         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
13003         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
13004         * sysdeps/sh/dl-machine.h: Likewise.
13005         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
13006         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
13008 2001-08-23  Roland McGrath  <roland@frob.com>
13010         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
13012         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
13013         sysdeps/mach version.  Implement counting ("recursive") mutexes
13014         on top of cthreads mutexes.
13015         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
13017         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
13018         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
13019         (__libc_cleanup_region_start, __libc_cleanup_region_end,
13020         __libc_clean_end): Define these to call the cleanup function after
13021         normal exit when they're supposed to.
13023         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
13024         Take new first arg DOIT, a boolean saying whether to really install
13025         any cleanup handler.
13026         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
13027         (__libc_cleanup_end): Likewise.
13028         * sysdeps/generic/bits/libc-lock.h: Same changes.
13029         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
13030         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
13031         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
13032         Likewise.
13033         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
13034         * sysdeps/generic/bits/stdio-lock.h
13035         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
13037 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
13039         * elf/ldconfig.c (search_dir): Remove stale symlinks.
13041 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
13043         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
13044         functions.
13045         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
13046         lookups in cache.
13047         (_dl_lookup_versioned_symbol): Likewise.
13048         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
13049         relocation lookup.
13050         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
13051         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
13052         (lookup_cache, lookup_cache_versioned): Add declarations.
13054 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
13056         * stdlib/tst-random.c (main): Swap parameters in fail call.
13057         Patch by Pete Bevin <pete@petebevin.com>.
13059 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
13061         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
13063 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
13065         * malloc/obstack.c: Indent preprocessor directives.
13066         Patch by Jim Meyering <meyering@ascend.com>.
13068         * po/ja.po: Update from translation team.
13070 2001-08-23  Roland McGrath  <roland@frob.com>
13072         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
13074         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
13075         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
13077 2001-08-22  Roland McGrath  <roland@frob.com>
13079         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
13080         __libc_lock_define_recursive.
13081         * elf/dl-open.c: Don't declare it here any more.
13082         * elf/dl-close.c: Likewise.
13083         * elf/dl-lookup.c: Likewise.
13084         * elf/dl-iteratephdr.c: Likewise.
13085         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
13086         __libc_lock_unlock_recursive.
13087         * elf/dl-close.c (_dl_close): Likewise
13088         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
13089         * elf/dl-open.c (_dl_open): Likewise
13091         * sysdeps/generic/bits/libc-lock.h
13092         (__libc_lock_define_recursive): New macro.
13093         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
13094         (_IO_lock_lock): Use __libc_lock_lock_recursive.
13095         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
13097         * conform/conformtest.pl (checknamespace): Sort the output list.
13099         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
13100         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
13101         definitions conditional on [__USE_XOPEN].
13103         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
13104         these unconditionally, not only use [__USE_BSD], so as to match
13105         the sysdeps/unix/sysv/linux files.
13107 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
13109         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
13110         avoid warnings.
13112         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
13113         DL_LOOKUP_ADDRESS.
13115 2001-08-22  Roland McGrath  <roland@frob.com>
13117         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
13118         conditionalization of sa_handler/sa_sigaction member types to
13119         match the sysdeps/unix/sysv/linux file.
13121 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
13123         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
13124         symbol sizes a bit better.
13126         * sysdeps/ia64/strncpy.S: Complete rewrite.
13127         Contributed by Jakub Jelinek <jakub@redhat.com>.
13129         * string/stratcliff.c (main): Add strncpy test.
13131 2001-08-22  Roland McGrath  <roland@frob.com>
13133         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
13134         and don't declare unsetenv or _environ directly.
13135         (unsetenv): Return int, not void.  Use __environ instead of _environ.
13137 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
13139         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
13140         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
13141         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
13142         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
13143         test for cmsg struct size.
13145 2001-04-23  Paul Eggert  <eggert@twinsun.com>
13147         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
13148         Rename __argc to ___argc in prototypes to avoid compatibility
13149         problems with systems that reserve the identifier "__argc".
13150         Similarly for __argv.
13152 2001-08-21  Roland McGrath  <roland@frob.com>
13154         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
13156         * mach/Makefile (tests): Removed.
13157         * mach/hello.c: File removed.
13159 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
13161         * po/sv.po: Update from translation team.
13163         * stdio-common/vfscanf.c: Fix handling of %l[].
13164         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
13166         * libio/Makefile (tests): Add tst-sscanf.
13167         * libio/tst-sscanf.c: New file.
13169         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
13170         * malloc/mtrace.c (tr_where): dli_sname always points to a
13171         non-empty string if != NULL.
13172         Reported by Tim Janik <timj@gtk.org>.
13174 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
13176         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
13177         buf.  Free resources on failure.
13178         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
13179         (makefd_xprt): Likewise.
13180         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
13181         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
13182         * sunrpc/auth_unix.c (authunix_create): Likewise.
13184 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
13186         * string/strnlen.c: Remove.
13187         * sysdeps/generic/strnlen.c: New file.
13188         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
13190 2001-08-21  Roland McGrath  <roland@frob.com>
13192         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
13193         as a macro, not an extern inline function.
13195         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
13196         * Versions.def (libc): Add GLIBC_2.2.5 set.
13197         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
13198         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
13200 2001-08-20  Roland McGrath  <roland@frob.com>
13202         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
13203         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
13205 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
13207         * string/bits/string2.h: Remove strnlen optimization here.
13208         * sysdeps/i386/i486/bits/string.h: Add it here.
13210 2001-08-21  Wolfram Gloger  <wg@malloc.de>
13212         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
13214 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
13216         * po/gl.po: Update from translation team.
13218 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
13220         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
13221         * misc/err.c (convert_and_print): Likewise.
13223         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
13224         function calls.
13226 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13228         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
13229         change of the gregset_t type.
13230         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
13232 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
13234         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
13236 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
13238         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
13240         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
13242 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
13244         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
13245         before calling the cthreads initialization code.
13247 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
13249         * argp/argp-help.c: Fix two problems introduced in last change.
13251         * include/dirent.h: Include <dirstream.h> first.
13253 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
13255         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
13257         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
13258         * sunrpc/xdr_rec.c: Likewise.
13259         * sunrpc/xdr_mem.c: Likewise.
13260         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
13261         * sunrpc/rpc_cmsg.c: Likewise.
13262         * sunrpc/getrpcport.c (getrpcport): Likewise.
13263         * sunrpc/clnt_simp.c (callrpc): Likewise.
13264         * sunrpc/clnt_gen.c (clnt_create): Likewise.
13265         * string/envz.c: Likewise.
13267         * po/ko.po: Update from translation team.
13269         * argp/argp-help.c: Handle wide oriented stderr stream.
13271 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
13273         * sysdeps/generic/strtol.c: Little optimizations.  Add some
13274         __builtin_expect.
13276         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
13278         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
13279         * wcsmbs/wcwidth.c (wcwdith): Likewise.
13280         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
13282         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
13284         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
13286         * time/time.h (struct timespec): Use __time_t for tv_sec element.
13288         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
13289         wchar_t for function declarations and defintions.
13291         * misc/sys/select.h: Define __need_time_t before including <time.h>.
13292         Define suseconds_t if it hasn't happened yet.
13294         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
13296         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
13298         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
13299         <stddef.h>.
13301         * conform/data/stddef.h-data: Remove wint_t.
13303         * conform/conformtest.pl: Change namespace test to take #undef
13304         lines into account.
13306         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
13308         * conform/data/sys/socket.h-data: Add sockatmark.
13310 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
13312         * io/fts.c: Update from recent BSD source.
13314 2001-08-17  Roland McGrath  <roland@frob.com>
13316         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
13317         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
13318         Likewise.
13320 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
13322         * locale/duplocale.c (__duplocale): Also initialize the special
13323         __ctype_* elements.
13325         * conform/data/netdb.h-data: Adjust gai_strerror return type.
13327 2001-08-17  Andreas Jaeger  <aj@suse.de>
13329         * misc/getpass.c: Include wchar.h for prototypes.
13330         * malloc/obstack.c: Likewise.
13332 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
13334         * sunrpc/svc_simple.c (universal): Use __write instead of write.
13336         * wcsmbs/wcscoll.c: Also define __wcscoll.
13337         * include/wchar.h: Declare __wcscoll.
13339         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
13340         * libio/vwprintf.c: Likewise.
13341         * libio/wprintf.c: Likewise.
13343         * iconv/gconv_cache.c: Use __munmap instead of munmap.
13345 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
13347         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
13348         instead of mbrtowc.
13349         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
13350         wcslen, and __wcscoll instead of wcscoll.
13352         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
13354         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
13355         __getuid instead of getuid.
13357         * stdio-common/perror.c (perror): Use __close instead of close.
13358         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
13359         * libio/freopen.c (freopen): Likewise.
13360         * libio/freopen64.c (freopen64): Likewise.
13362         * libio/tst-ungetwc2.c (main): Define str const.
13364         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
13365         * libio/fwprintf.c: Also define __fwprintf.
13366         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
13367         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
13368         * assert/assert-perr.c: Likewise.
13369         * assert/assert.c: Likewise.
13370         * gmon/gmon.c: Likewise.
13371         * inet/rcmd.c: Likewise.
13372         * malloc/obstack.c: Likewise.
13373         * misc/err.c: Likewise.
13374         * misc/error.c: Likewise.
13375         * misc/getpass.c: Likewise.
13376         * posix/getopt.c: Likewise.
13377         * resolv/res_hconf.c: Likewise.
13378         * stdio-common/perror.c: Likewise.
13379         * stdio-common/psignal.c: Likewise.
13380         * stdlib/fmtmsg.c: Likewise.
13381         * sunrpc/auth_unix.c: Likewise.
13382         * sunrpc/clnt_perr.c: Likewise.
13383         * sunrpc/clnt_tcp.c: Likewise.
13384         * sunrpc/clnt_udp.c: Likewise.
13385         * sunrpc/clnt_unix.c: Likewise.
13386         * sunrpc/svc_simple.c: Likewise.
13387         * sunrpc/svc_tcp.c: Likewise.
13388         * sunrpc/svc_udp.c: Likewise.
13389         * sunrpc/svc_unix.c: Likewise.
13390         * sunrpc/xdr.c: Likewise.
13391         * sunrpc/xdr_array.c: Likewise.
13392         * sunrpc/xdr_rec.c: Likewise.
13393         * sunrpc/xdr_ref.c: Likewise.
13394         * sysdeps/generic/wordexp.c: Likewise.
13396         * po/it.po: Update from translation team.
13398         * misc/err.c: Handle wide oriented stderr stream.
13400 2001-08-14  Tom Rix  <trix@redhat.com>
13402         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
13403         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
13405 2001-08-13  Tom Rix  <trix@redhat.com>
13407         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
13408         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
13409         and __intptr_t.
13411 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13413         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
13414         Store the access registers to the ucontext structure.
13415         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
13416         Likewise.
13418         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
13419         Load the access registers from the ucontext structure.
13420         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
13421         Likewise.
13423         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
13424         offsets to the new ucontext layout.
13425         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
13427         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
13428         of the ucontext structure.
13429         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
13431 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
13433         * misc/error.c (error): Handle wide oriented stderr stream correctly.
13434         (error_at_line): Likewise.
13436         * stdio-common/perror.c (perror): Implement according to standard.
13437         The stream orientation must not be changed if the stream was not
13438         oriented before the call.
13439         * stdio-common/Makefile (tests): Add tst-perror.
13440         * stdio-common/tst-perror.c: New file.
13443 See ChangeLog.12 for earlier changes.